~ubuntu-branches/ubuntu/saucy/libpwquality/saucy

« back to all changes in this revision

Viewing changes to po/mr.po

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Iain Lane, Michael Biebl
  • Date: 2013-05-25 08:04:37 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130525080437-whpk2a9hdorhcut2
Tags: 1.2.1-1
[ Iain Lane ]
* Pass python version correctly 

[ Michael Biebl ]
* Upload to unstable.
* New upstream release.
* Use uploaders.mk to substitute @GNOME_TEAM@ in control.in.
* Split off the man page and configuration file from libpwquality1 into a new
  binary package named libpwquality-common and make libpwquality1 depend on
  it.
* With those files split off, mark the packages as multi-arch enabled.
* Bump Standards-Version to 3.9.4. No further changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
msgstr ""
9
9
"Project-Id-Version: PWQuality library\n"
10
10
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
11
 
"POT-Creation-Date: 2012-06-13 16:52+0200\n"
12
 
"PO-Revision-Date: 2011-12-08 10:25+0000\n"
13
 
"Last-Translator: tmraz <tmraz@fedoraproject.org>\n"
 
11
"POT-Creation-Date: 2012-12-20 10:03+0100\n"
 
12
"PO-Revision-Date: 2012-06-29 09:04+0000\n"
 
13
"Last-Translator: Tomáš Mráz <tmraz@fedoraproject.org>\n"
14
14
"Language-Team: LANGUAGE <LL@li.org>\n"
15
15
"Language: mr\n"
16
16
"MIME-Version: 1.0\n"
18
18
"Content-Transfer-Encoding: 8bit\n"
19
19
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
20
20
 
21
 
#: src/pam_pwquality.c:22
 
21
#: src/pam_pwquality.c:25
22
22
#, c-format
23
23
msgid "New %s%spassword: "
24
24
msgstr "नवीन गुप्तशब्द %s%sp: "
25
25
 
26
 
#: src/pam_pwquality.c:24
 
26
#: src/pam_pwquality.c:27
27
27
#, c-format
28
28
msgid "Retype new %s%spassword: "
29
29
msgstr "नवीन गुप्तशब्द %s%sp पुन्हा टाइप करा: "
30
30
 
31
 
#: src/pam_pwquality.c:25
 
31
#: src/pam_pwquality.c:28
32
32
msgid "Sorry, passwords do not match."
33
33
msgstr "माफ करा, गुप्तशब्द जुळत नाही."
34
34
 
35
 
#: src/pam_pwquality.c:181
 
35
#: src/pam_pwquality.c:241
36
36
#, c-format
37
37
msgid "BAD PASSWORD: %s"
38
38
msgstr "अयोग्य गुप्तशब्द: %s"
48
48
"       The command reads the password to be scored from the standard input.\n"
49
49
msgstr ""
50
50
 
51
 
#: src/pwscore.c:51 src/pwscore.c:59 src/pwscore.c:64
 
51
#: src/pwscore.c:51 src/pwscore.c:59 src/pwscore.c:65
52
52
#, c-format
53
53
msgid "Error: %s\n"
54
54
msgstr ""
57
57
msgid "Could not obtain the password to be scored"
58
58
msgstr ""
59
59
 
60
 
#: src/pwscore.c:71
 
60
#: src/pwscore.c:73
61
61
#, c-format
62
62
msgid ""
63
63
"Password quality check failed:\n"
184
184
"The password contains too many characters of the same class consecutively"
185
185
msgstr ""
186
186
 
187
 
#: src/error.c:101
 
187
#: src/error.c:102
 
188
#, c-format
 
189
msgid "The password contains monotonic sequence longer than %ld characters"
 
190
msgstr ""
 
191
 
 
192
#: src/error.c:105
 
193
msgid "The password contains too long of a monotonic character sequence"
 
194
msgstr ""
 
195
 
 
196
#: src/error.c:107
188
197
msgid "No password supplied"
189
198
msgstr "गुप्तशब्द दिलेला नाही"
190
199
 
191
 
#: src/error.c:103
 
200
#: src/error.c:109
192
201
msgid "Cannot obtain random numbers from the RNG device"
193
202
msgstr ""
194
203
 
195
 
#: src/error.c:105
 
204
#: src/error.c:111
196
205
msgid "Password generation failed - required entropy too low for settings"
197
206
msgstr ""
198
207
 
199
 
#: src/error.c:108 src/error.c:111
 
208
#: src/error.c:114 src/error.c:117
200
209
msgid "The password fails the dictionary check"
201
210
msgstr ""
202
211
 
203
 
#: src/error.c:114 src/error.c:118
 
212
#: src/error.c:120 src/error.c:124
204
213
msgid "Unknown setting"
205
214
msgstr ""
206
215
 
207
 
#: src/error.c:121
 
216
#: src/error.c:127
208
217
msgid "Bad integer value of setting"
209
218
msgstr ""
210
219
 
211
 
#: src/error.c:125
 
220
#: src/error.c:131
212
221
msgid "Bad integer value"
213
222
msgstr ""
214
223
 
215
 
#: src/error.c:128
 
224
#: src/error.c:134
216
225
#, c-format
217
226
msgid "Setting %s is not of integer type"
218
227
msgstr ""
219
228
 
220
 
#: src/error.c:132
 
229
#: src/error.c:138
221
230
msgid "Setting is not of integer type"
222
231
msgstr ""
223
232
 
224
 
#: src/error.c:135
 
233
#: src/error.c:141
225
234
#, c-format
226
235
msgid "Setting %s is not of string type"
227
236
msgstr ""
228
237
 
229
 
#: src/error.c:139
 
238
#: src/error.c:145
230
239
msgid "Setting is not of string type"
231
240
msgstr ""
232
241
 
233
 
#: src/error.c:141
 
242
#: src/error.c:147
234
243
msgid "Opening the configuration file failed"
235
244
msgstr ""
236
245
 
237
 
#: src/error.c:143
 
246
#: src/error.c:149
238
247
msgid "The configuration file is malformed"
239
248
msgstr ""
240
249
 
241
 
#: src/error.c:145
 
250
#: src/error.c:151
242
251
msgid "Fatal failure"
243
252
msgstr ""
244
253
 
245
 
#: src/error.c:147
 
254
#: src/error.c:153
246
255
msgid "Unknown error"
247
256
msgstr "अपरिचित चूक"