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

« back to all changes in this revision

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