1# Translations template for FormEncode.
2# Copyright (C) 2012 ORGANIZATION
3# This file is distributed under the same license as the FormEncode project.
4# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
5#
6#, fuzzy
7msgid ""
8msgstr ""
9"Project-Id-Version: FormEncode 1.2.4\n"
10"Report-Msgid-Bugs-To: formencode-discuss@lists.sf.net\n"
11"POT-Creation-Date: 2012-09-14 03:22+0400\n"
12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14"Language-Team: LANGUAGE <LL@li.org>\n"
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=utf-8\n"
17"Content-Transfer-Encoding: 8bit\n"
18"Generated-By: Babel 0.9.6\n"
19
20#: formencode/api.py:401 formencode/validators.py:432
21msgid "Please enter a value"
22msgstr ""
23
24#: formencode/api.py:402
25#, python-format
26msgid "The input must be a string (not a %(type)s: %(value)r)"
27msgstr ""
28
29#: formencode/api.py:403
30msgid "The input must be a string (not None)"
31msgstr ""
32
33#: formencode/national.py:31
34msgid "Belarus"
35msgstr ""
36
37#: formencode/national.py:32
38msgid "Montenegro"
39msgstr ""
40
41#: formencode/national.py:33
42msgid "Tasmania"
43msgstr ""
44
45#: formencode/national.py:39
46msgid "Britain"
47msgstr ""
48
49#: formencode/national.py:40
50msgid "Great Britain"
51msgstr ""
52
53#: formencode/national.py:41
54msgid "Cote de Ivoire"
55msgstr ""
56
57#: formencode/national.py:146
58#, python-format
59msgid "%d digits"
60msgstr ""
61
62#: formencode/national.py:167
63#, python-format
64msgid "Please enter a zip code (%(format)s)"
65msgstr ""
66
67#: formencode/national.py:231 formencode/national.py:265
68#, python-format
69msgid "Please enter a zip code (%s)"
70msgstr ""
71
72#: formencode/national.py:231
73msgid "LnnnnLLL"
74msgstr ""
75
76#: formencode/national.py:265
77msgid "LnL nLn"
78msgstr ""
79
80#: formencode/national.py:299
81msgid "Please enter a valid postal code (for format see BS 7666)"
82msgstr ""
83
84#: formencode/national.py:340
85msgid "That country is not listed in ISO 3166"
86msgstr ""
87
88#: formencode/national.py:395
89msgid "Given postal code does not match the country's format."
90msgstr ""
91
92#: formencode/national.py:486
93msgid "Please enter a state code"
94msgstr ""
95
96#: formencode/national.py:487
97msgid "Please enter a state code with TWO letters"
98msgstr ""
99
100#: formencode/national.py:488
101msgid "That is not a valid state code"
102msgstr ""
103
104#: formencode/national.py:541
105msgid ""
106"Please enter a number, with area code, in the form ###-###-####, optionally "
107"with \"ext.####\""
108msgstr ""
109
110#: formencode/national.py:648
111msgid "Please enter a number, with area code, in the form +##-###-#######."
112msgstr ""
113
114#: formencode/national.py:727
115msgid "That language is not listed in ISO 639"
116msgstr ""
117
118#: formencode/schema.py:68
119#, python-format
120msgid "The input field %(name)s was not expected."
121msgstr ""
122
123#: formencode/schema.py:69
124msgid "Missing value"
125msgstr ""
126
127#: formencode/schema.py:70
128#, python-format
129msgid "The input must be dict-like (not a %(type)s: %(value)r)"
130msgstr ""
131
132#: formencode/schema.py:72
133msgid "Please provide only one value"
134msgstr ""
135
136#: formencode/validators.py:150
137#, python-format
138msgid "%(object)r is not a subclass of %(subclass)s"
139msgstr ""
140
141#: formencode/validators.py:151
142#, python-format
143msgid "%(object)r is not a subclass of one of the types %(subclassList)s"
144msgstr ""
145
146#: formencode/validators.py:152
147#, python-format
148msgid "%(object)r must be one of the types %(typeList)s"
149msgstr ""
150
151#: formencode/validators.py:153
152#, python-format
153msgid "%(object)r must be of the type %(type)s"
154msgstr ""
155
156#: formencode/validators.py:344
157#, python-format
158msgid "Enter a value less than %(maxLength)i characters long"
159msgstr ""
160
161#: formencode/validators.py:345 formencode/validators.py:399
162msgid "Invalid value (value with length expected)"
163msgstr ""
164
165#: formencode/validators.py:398
166#, python-format
167msgid "Enter a value at least %(minLength)i characters long"
168msgstr ""
169
170#: formencode/validators.py:455
171msgid "You cannot enter a value here"
172msgstr ""
173
174#: formencode/validators.py:504
175msgid "The input is not valid"
176msgstr ""
177
178#: formencode/validators.py:557
179msgid "Enter only letters, numbers, or _ (underscore)"
180msgstr ""
181
182#: formencode/validators.py:595
183msgid "Invalid value"
184msgstr ""
185
186#: formencode/validators.py:596
187#, python-format
188msgid "Value must be one of: %(items)s (not %(value)r)"
189msgstr ""
190
191#: formencode/validators.py:657
192msgid "Choose something"
193msgstr ""
194
195#: formencode/validators.py:658
196#, python-format
197msgid "Enter a value from: %(items)s"
198msgstr ""
199
200#: formencode/validators.py:659
201msgid "That value is not known"
202msgstr ""
203
204#: formencode/validators.py:660
205#, python-format
206msgid ""
207"Nothing in my dictionary goes by the value %(value)s.  Choose one of: "
208"%(items)s"
209msgstr ""
210
211#: formencode/validators.py:724
212msgid "Must be an integer index"
213msgstr ""
214
215#: formencode/validators.py:725
216msgid "Index out of range"
217msgstr ""
218
219#: formencode/validators.py:726
220#, python-format
221msgid "Item %(value)s was not found in the list"
222msgstr ""
223
224#: formencode/validators.py:796
225#, python-format
226msgid "Date must be after %(date)s"
227msgstr ""
228
229#: formencode/validators.py:797
230#, python-format
231msgid "Date must be before %(date)s"
232msgstr ""
233
234#: formencode/validators.py:799
235#, python-format
236msgid "%%A, %%d %%B %%Y"
237msgstr ""
238
239#: formencode/validators.py:800
240msgid "The date must be sometime in the future"
241msgstr ""
242
243#: formencode/validators.py:901
244#, python-format
245msgid "Please enter a number that is %(min)s or greater"
246msgstr ""
247
248#: formencode/validators.py:902
249#, python-format
250msgid "Please enter a number that is %(max)s or smaller"
251msgstr ""
252
253#: formencode/validators.py:939
254msgid "Please enter an integer value"
255msgstr ""
256
257#: formencode/validators.py:975
258msgid "Please enter a number"
259msgstr ""
260
261#: formencode/validators.py:1036
262#, python-format
263msgid "Enter a value not more than %(max)i characters long"
264msgstr ""
265
266#: formencode/validators.py:1037
267#, python-format
268msgid "Enter a value %(min)i characters long or more"
269msgstr ""
270
271#: formencode/validators.py:1119
272msgid "Invalid data or incorrect encoding"
273msgstr ""
274
275#: formencode/validators.py:1290
276msgid "Please enter an email address"
277msgstr ""
278
279#: formencode/validators.py:1291
280msgid "An email address must contain a single @"
281msgstr ""
282
283#: formencode/validators.py:1292
284#, python-format
285msgid ""
286"The username portion of the email address is invalid (the portion before the "
287"@: %(username)s)"
288msgstr ""
289
290#: formencode/validators.py:1294 formencode/validators.py:1457
291#, python-format
292msgid "An error occured when trying to connect to the server: %(error)s"
293msgstr ""
294
295#: formencode/validators.py:1296
296#, python-format
297msgid ""
298"The domain portion of the email address is invalid (the portion after the @: "
299"%(domain)s)"
300msgstr ""
301
302#: formencode/validators.py:1298
303#, python-format
304msgid ""
305"The domain of the email address does not exist (the portion after the @: "
306"%(domain)s)"
307msgstr ""
308
309#: formencode/validators.py:1453
310msgid "You must start your URL with http://, https://, etc"
311msgstr ""
312
313#: formencode/validators.py:1454
314msgid "That is not a valid URL"
315msgstr ""
316
317#: formencode/validators.py:1455
318#, python-format
319msgid "An error occurred when trying to access the URL: %(error)s"
320msgstr ""
321
322#: formencode/validators.py:1459
323msgid "The server responded that the page could not be found"
324msgstr ""
325
326#: formencode/validators.py:1460
327#, python-format
328msgid "The server responded with a bad status code (%(status)s)"
329msgstr ""
330
331#: formencode/validators.py:1461
332#, python-format
333msgid "You must provide a full domain name (like %(domain)s.com)"
334msgstr ""
335
336#: formencode/validators.py:1602
337msgid ""
338"The type of i-name is not defined; it may be either individual or "
339"organizational"
340msgstr ""
341
342#: formencode/validators.py:1604
343msgid "Dots and dashes may not be repeated consecutively"
344msgstr ""
345
346#: formencode/validators.py:1605
347#, python-format
348msgid "\"%(iname)s\" is an invalid i-name"
349msgstr ""
350
351#: formencode/validators.py:1606
352msgid "i-names may not start with numbers nor punctuation marks"
353msgstr ""
354
355#: formencode/validators.py:1608
356#, python-format
357msgid "\"%(inumber)s\" is an invalid i-number"
358msgstr ""
359
360#: formencode/validators.py:1609
361#, python-format
362msgid "The XRI must be a string (not a %(type)s: %(value)r)"
363msgstr ""
364
365#: formencode/validators.py:1610
366#, python-format
367msgid "\"%(xri_type)s\" is not a valid type of XRI"
368msgstr ""
369
370#: formencode/validators.py:1709
371#, python-format
372msgid "\"%(id)s\" is not a valid OpenId (it is neither an URL nor an XRI)"
373msgstr ""
374
375#: formencode/validators.py:1941 formencode/validators.py:1949
376#, python-format
377msgid "Please enter the date in the form %(format)s"
378msgstr ""
379
380#: formencode/validators.py:1942
381msgid "Please enter a month from 1 to 12"
382msgstr ""
383
384#: formencode/validators.py:1943
385msgid "Please enter a valid day"
386msgstr ""
387
388#: formencode/validators.py:1944
389#, python-format
390msgid "That month only has %(days)i days"
391msgstr ""
392
393#: formencode/validators.py:1945
394#, python-format
395msgid "That is not a valid day (%(exception)s)"
396msgstr ""
397
398#: formencode/validators.py:1946
399#, python-format
400msgid "Unknown month name: %(month)s"
401msgstr ""
402
403#: formencode/validators.py:1947
404msgid "Please enter a number for the year"
405msgstr ""
406
407#: formencode/validators.py:1948
408msgid "Please enter a four-digit year after 1899"
409msgstr ""
410
411#: formencode/validators.py:2131
412msgid "You must indicate AM or PM"
413msgstr ""
414
415#: formencode/validators.py:2132
416msgid "There are too many :'s"
417msgstr ""
418
419#: formencode/validators.py:2133
420msgid "You may not enter seconds"
421msgstr ""
422
423#: formencode/validators.py:2134
424msgid "You must enter seconds"
425msgstr ""
426
427#: formencode/validators.py:2135
428msgid "You must enter minutes (after a :)"
429msgstr ""
430
431#: formencode/validators.py:2136
432#, python-format
433msgid "The %(part)s value you gave is not a number: %(number)r"
434msgstr ""
435
436#: formencode/validators.py:2137
437#, python-format
438msgid "You must enter an hour in the range %(range)s"
439msgstr ""
440
441#: formencode/validators.py:2138
442msgid "You must enter a minute in the range 0-59"
443msgstr ""
444
445#: formencode/validators.py:2139
446msgid "You must enter a second in the range 0-59"
447msgstr ""
448
449#: formencode/validators.py:2285
450#, python-format
451msgid "The name %(name)s is missing"
452msgstr ""
453
454#: formencode/validators.py:2328
455#, python-format
456msgid "Value should be %(true)r or %(false)r"
457msgstr ""
458
459#: formencode/validators.py:2363
460msgid "Value does not contain a signature"
461msgstr ""
462
463#: formencode/validators.py:2364
464msgid "Signature is not correct"
465msgstr ""
466
467#: formencode/validators.py:2439
468msgid "Please enter a valid IP address (a.b.c.d)"
469msgstr ""
470
471#: formencode/validators.py:2440
472msgid "The octets must not have leading zeros"
473msgstr ""
474
475#: formencode/validators.py:2441
476#, python-format
477msgid "The octets must be within the range of 0-255 (not %(octet)r)"
478msgstr ""
479
480#: formencode/validators.py:2496
481msgid "Please enter a valid IP address (a.b.c.d) or IP network (a.b.c.d/e)"
482msgstr ""
483
484#: formencode/validators.py:2498
485#, python-format
486msgid "The network size (bits) must be within the range of 8-32 (not %(bits)r)"
487msgstr ""
488
489#: formencode/validators.py:2547
490#, python-format
491msgid ""
492"A MAC address must contain 12 digits and A-F; the value you gave has "
493"%(length)s characters"
494msgstr ""
495
496#: formencode/validators.py:2549
497#, python-format
498msgid "MAC addresses may only contain 0-9 and A-F (and optionally :), not %(char)r"
499msgstr ""
500
501#: formencode/validators.py:2657
502#, python-format
503msgid "You must give a value for %s"
504msgstr ""
505
506#: formencode/validators.py:2691
507#, python-format
508msgid "Fields do not match (should be %(match)s)"
509msgstr ""
510
511#: formencode/validators.py:2692
512msgid "Fields do not match"
513msgstr ""
514
515#: formencode/validators.py:2693
516msgid "Fields should be a dictionary"
517msgstr ""
518
519#: formencode/validators.py:2769
520msgid "Please enter only the number, no other characters"
521msgstr ""
522
523#: formencode/validators.py:2770
524msgid "You did not enter a valid number of digits"
525msgstr ""
526
527#: formencode/validators.py:2771
528msgid "That number is not valid"
529msgstr ""
530
531#: formencode/validators.py:2772
532#, python-format
533msgid "The field %(key)s is missing"
534msgstr ""
535
536#: formencode/validators.py:2888
537msgid "Please enter numbers only for month and year"
538msgstr ""
539
540#: formencode/validators.py:2889
541msgid "Invalid Expiration Date"
542msgstr ""
543
544#: formencode/validators.py:2964
545msgid "Please enter numbers only for credit card security code"
546msgstr ""
547
548#: formencode/validators.py:2965
549msgid "Invalid credit card security code length"
550msgstr ""
551
552