summaryrefslogtreecommitdiff
path: root/po/mr_IN.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/mr_IN.po')
-rw-r--r--po/mr_IN.po257
1 files changed, 257 insertions, 0 deletions
diff --git a/po/mr_IN.po b/po/mr_IN.po
new file mode 100644
index 0000000..33a57c3
--- /dev/null
+++ b/po/mr_IN.po
@@ -0,0 +1,257 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR libpwquality project
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: PWQuality library\n"
+"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
+"POT-Creation-Date: 2012-06-29 11:02+0200\n"
+"PO-Revision-Date: 2013-08-23 07:35+0000\n"
+"Last-Translator: Tomáš Mráz <tmraz@fedoraproject.org>\n"
+"Language-Team: Marathi (India) (http://www.transifex.com/projects/p/libpwquality/language/mr_IN/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: mr_IN\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: src/pam_pwquality.c:22
+#, c-format
+msgid "New %s%spassword: "
+msgstr ""
+
+#: src/pam_pwquality.c:24
+#, c-format
+msgid "Retype new %s%spassword: "
+msgstr ""
+
+#: src/pam_pwquality.c:25
+msgid "Sorry, passwords do not match."
+msgstr ""
+
+#: src/pam_pwquality.c:181
+#, c-format
+msgid "BAD PASSWORD: %s"
+msgstr ""
+
+#: src/pwscore.c:22
+#, c-format
+msgid "Usage: %s [user]\n"
+msgstr ""
+
+#: src/pwscore.c:23
+#, c-format
+msgid ""
+" The command reads the password to be scored from the standard "
+"input.\n"
+msgstr ""
+
+#: src/pwscore.c:51 src/pwscore.c:59 src/pwscore.c:64
+#, c-format
+msgid "Error: %s\n"
+msgstr ""
+
+#: src/pwscore.c:51
+msgid "Could not obtain the password to be scored"
+msgstr ""
+
+#: src/pwscore.c:71
+#, c-format
+msgid ""
+"Password quality check failed:\n"
+" %s\n"
+msgstr ""
+
+#: src/pwmake.c:22
+#, c-format
+msgid "Usage: %s <entropy-bits>\n"
+msgstr ""
+
+#: src/error.c:31
+msgid "Memory allocation error when setting"
+msgstr ""
+
+#: src/error.c:35
+msgid "Memory allocation error"
+msgstr ""
+
+#: src/error.c:37
+msgid "The password is the same as the old one"
+msgstr ""
+
+#: src/error.c:39
+msgid "The password is a palindrome"
+msgstr ""
+
+#: src/error.c:41
+msgid "The password differs with case changes only"
+msgstr ""
+
+#: src/error.c:43
+msgid "The password is too similar to the old one"
+msgstr ""
+
+#: src/error.c:45
+msgid "The password contains the user name in some form"
+msgstr ""
+
+#: src/error.c:47
+msgid ""
+"The password contains words from the real name of the user in some form"
+msgstr ""
+
+#: src/error.c:49
+msgid "The password contains forbidden words in some form"
+msgstr ""
+
+#: src/error.c:52
+#, c-format
+msgid "The password contains less than %ld digits"
+msgstr ""
+
+#: src/error.c:55
+msgid "The password contains too few digits"
+msgstr ""
+
+#: src/error.c:58
+#, c-format
+msgid "The password contains less than %ld uppercase letters"
+msgstr ""
+
+#: src/error.c:61
+msgid "The password contains too few uppercase letters"
+msgstr ""
+
+#: src/error.c:64
+#, c-format
+msgid "The password contains less than %ld lowercase letters"
+msgstr ""
+
+#: src/error.c:67
+msgid "The password contains too few lowercase letters"
+msgstr ""
+
+#: src/error.c:70
+#, c-format
+msgid "The password contains less than %ld non-alphanumeric characters"
+msgstr ""
+
+#: src/error.c:73
+msgid "The password contains too few non-alphanumeric characters"
+msgstr ""
+
+#: src/error.c:76
+#, c-format
+msgid "The password is shorter than %ld characters"
+msgstr ""
+
+#: src/error.c:79
+msgid "The password is too short"
+msgstr ""
+
+#: src/error.c:81
+msgid "The password is just rotated old one"
+msgstr ""
+
+#: src/error.c:84
+#, c-format
+msgid "The password contains less than %ld character classes"
+msgstr ""
+
+#: src/error.c:87
+msgid "The password does not contain enough character classes"
+msgstr ""
+
+#: src/error.c:90
+#, c-format
+msgid "The password contains more than %ld same characters consecutively"
+msgstr ""
+
+#: src/error.c:93
+msgid "The password contains too many same characters consecutively"
+msgstr ""
+
+#: src/error.c:96
+#, c-format
+msgid ""
+"The password contains more than %ld characters of the same class "
+"consecutively"
+msgstr ""
+
+#: src/error.c:99
+msgid ""
+"The password contains too many characters of the same class consecutively"
+msgstr ""
+
+#: src/error.c:102
+#, c-format
+msgid "The password contains monotonic sequence longer than %ld characters"
+msgstr ""
+
+#: src/error.c:105
+msgid "The password contains too long of a monotonic character sequence"
+msgstr ""
+
+#: src/error.c:107
+msgid "No password supplied"
+msgstr ""
+
+#: src/error.c:109
+msgid "Cannot obtain random numbers from the RNG device"
+msgstr ""
+
+#: src/error.c:111
+msgid "Password generation failed - required entropy too low for settings"
+msgstr ""
+
+#: src/error.c:114 src/error.c:117
+msgid "The password fails the dictionary check"
+msgstr ""
+
+#: src/error.c:120 src/error.c:124
+msgid "Unknown setting"
+msgstr ""
+
+#: src/error.c:127
+msgid "Bad integer value of setting"
+msgstr ""
+
+#: src/error.c:131
+msgid "Bad integer value"
+msgstr ""
+
+#: src/error.c:134
+#, c-format
+msgid "Setting %s is not of integer type"
+msgstr ""
+
+#: src/error.c:138
+msgid "Setting is not of integer type"
+msgstr ""
+
+#: src/error.c:141
+#, c-format
+msgid "Setting %s is not of string type"
+msgstr ""
+
+#: src/error.c:145
+msgid "Setting is not of string type"
+msgstr ""
+
+#: src/error.c:147
+msgid "Opening the configuration file failed"
+msgstr ""
+
+#: src/error.c:149
+msgid "The configuration file is malformed"
+msgstr ""
+
+#: src/error.c:151
+msgid "Fatal failure"
+msgstr ""
+
+#: src/error.c:153
+msgid "Unknown error"
+msgstr ""