mirror of
https://github.com/djohnlewis/stackdump
synced 2025-01-23 15:11:36 +00:00
544 lines
12 KiB
Plaintext
544 lines
12 KiB
Plaintext
|
# Translations template for FormEncode.
|
||
|
# Copyright (C) 2010 ORGANIZATION
|
||
|
# This file is distributed under the same license as the FormEncode project.
|
||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
|
||
|
#
|
||
|
#, fuzzy
|
||
|
msgid ""
|
||
|
msgstr ""
|
||
|
"Project-Id-Version: FormEncode 1.2.3\n"
|
||
|
"Report-Msgid-Bugs-To: formencode-discuss@lists.sf.net\n"
|
||
|
"POT-Creation-Date: 2010-05-16 19:56+0200\n"
|
||
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||
|
"MIME-Version: 1.0\n"
|
||
|
"Content-Type: text/plain; charset=utf-8\n"
|
||
|
"Content-Transfer-Encoding: 8bit\n"
|
||
|
"Generated-By: Babel 1.0dev-r546\n"
|
||
|
|
||
|
#: formencode/api.py:394 formencode/validators.py:418
|
||
|
msgid "Please enter a value"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/api.py:395
|
||
|
#, python-format
|
||
|
msgid "The input must be a string (not a %(type)s: %(value)r)"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/api.py:396
|
||
|
msgid "The input must be a string (not None)"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/national.py:29
|
||
|
msgid "Belarus"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/national.py:30
|
||
|
msgid "Montenegro"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/national.py:31
|
||
|
msgid "Tasmania"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/national.py:37
|
||
|
msgid "Britain"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/national.py:38
|
||
|
msgid "Great Britain"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/national.py:39
|
||
|
msgid "Cote de Ivoire"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/national.py:144
|
||
|
#, python-format
|
||
|
msgid "%d digits"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/national.py:165
|
||
|
#, python-format
|
||
|
msgid "Please enter a zip code (%(format)s)"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/national.py:229 formencode/national.py:263
|
||
|
#, python-format
|
||
|
msgid "Please enter a zip code (%s)"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/national.py:229
|
||
|
msgid "LnnnnLLL"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/national.py:263
|
||
|
msgid "LnL nLn"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/national.py:297
|
||
|
msgid "Please enter a valid postal code (for format see BS 7666)"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/national.py:338
|
||
|
msgid "That country is not listed in ISO 3166"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/national.py:393
|
||
|
msgid "Given postal code does not match the country's format."
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/national.py:484
|
||
|
msgid "Please enter a state code"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/national.py:485
|
||
|
msgid "Please enter a state code with TWO letters"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/national.py:486
|
||
|
msgid "That is not a valid state code"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/national.py:539
|
||
|
msgid ""
|
||
|
"Please enter a number, with area code, in the form ###-###-####, optionally "
|
||
|
"with \"ext.####\""
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/national.py:646
|
||
|
msgid "Please enter a number, with area code, in the form +##-###-#######."
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/national.py:725
|
||
|
msgid "That language is not listed in ISO 639"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/schema.py:63
|
||
|
#, python-format
|
||
|
msgid "The input field %(name)s was not expected."
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/schema.py:64
|
||
|
msgid "Missing value"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/schema.py:65
|
||
|
#, python-format
|
||
|
msgid "The input must be dict-like (not a %(type)s: %(value)r)"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:147
|
||
|
#, python-format
|
||
|
msgid "%(object)r is not a subclass of %(subclass)s"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:148
|
||
|
#, python-format
|
||
|
msgid "%(object)r is not a subclass of one of the types %(subclassList)s"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:149
|
||
|
#, python-format
|
||
|
msgid "%(object)r must be one of the types %(typeList)s"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:150
|
||
|
#, python-format
|
||
|
msgid "%(object)r must be of the type %(type)s"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:330
|
||
|
#, python-format
|
||
|
msgid "Enter a value less than %(maxLength)i characters long"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:331 formencode/validators.py:385
|
||
|
msgid "Invalid value (value with length expected)"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:384
|
||
|
#, python-format
|
||
|
msgid "Enter a value at least %(minLength)i characters long"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:441
|
||
|
msgid "You cannot enter a value here"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:490
|
||
|
msgid "The input is not valid"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:543
|
||
|
msgid "Enter only letters, numbers, or _ (underscore)"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:581
|
||
|
msgid "Invalid value"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:582
|
||
|
#, python-format
|
||
|
msgid "Value must be one of: %(items)s (not %(value)r)"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:640
|
||
|
msgid "Choose something"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:641
|
||
|
#, python-format
|
||
|
msgid "Enter a value from: %(items)s"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:642
|
||
|
msgid "That value is not known"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:643
|
||
|
#, python-format
|
||
|
msgid ""
|
||
|
"Nothing in my dictionary goes by the value %(value)s. Choose one of: "
|
||
|
"%(items)s"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:705
|
||
|
msgid "Must be an integer index"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:706
|
||
|
msgid "Index out of range"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:707
|
||
|
#, python-format
|
||
|
msgid "Item %(value)s was not found in the list"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:777
|
||
|
#, python-format
|
||
|
msgid "Date must be after %(date)s"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:778
|
||
|
#, python-format
|
||
|
msgid "Date must be before %(date)s"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:780
|
||
|
#, python-format
|
||
|
msgid "%%A, %%d %%B %%Y"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:781
|
||
|
msgid "The date must be sometime in the future"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:882
|
||
|
#, python-format
|
||
|
msgid "Please enter a number that is %(min)s or greater"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:883
|
||
|
#, python-format
|
||
|
msgid "Please enter a number that is %(max)s or smaller"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:920
|
||
|
msgid "Please enter an integer value"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:958
|
||
|
msgid "Please enter a number"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:1019
|
||
|
#, python-format
|
||
|
msgid "Enter a value not more than %(max)i characters long"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:1020
|
||
|
#, python-format
|
||
|
msgid "Enter a value %(min)i characters long or more"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:1095
|
||
|
msgid "Invalid data or incorrect encoding"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:1267
|
||
|
msgid "Please enter an email address"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:1268
|
||
|
msgid "An email address must contain a single @"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:1269
|
||
|
#, python-format
|
||
|
msgid ""
|
||
|
"The username portion of the email address is invalid (the portion before the "
|
||
|
"@: %(username)s)"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:1271 formencode/validators.py:1413
|
||
|
#, python-format
|
||
|
msgid "An error occured when trying to connect to the server: %(error)s"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:1273
|
||
|
#, python-format
|
||
|
msgid ""
|
||
|
"The domain portion of the email address is invalid (the portion after the @: "
|
||
|
"%(domain)s)"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:1275
|
||
|
#, python-format
|
||
|
msgid ""
|
||
|
"The domain of the email address does not exist (the portion after the @: "
|
||
|
"%(domain)s)"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:1409
|
||
|
msgid "You must start your URL with http://, https://, etc"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:1410
|
||
|
msgid "That is not a valid URL"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:1411
|
||
|
#, python-format
|
||
|
msgid "An error occurred when trying to access the URL: %(error)s"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:1415
|
||
|
msgid "The server responded that the page could not be found"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:1416
|
||
|
#, python-format
|
||
|
msgid "The server responded with a bad status code (%(status)s)"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:1417
|
||
|
#, python-format
|
||
|
msgid "You must provide a full domain name (like %(domain)s.com)"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:1544
|
||
|
msgid ""
|
||
|
"The type of i-name is not defined; it may be either individual or "
|
||
|
"organizational"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:1546
|
||
|
msgid "Dots and dashes may not be repeated consecutively"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:1547
|
||
|
#, python-format
|
||
|
msgid "\"%(iname)s\" is an invalid i-name"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:1548
|
||
|
msgid "i-names may not start with numbers nor punctuation marks"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:1550
|
||
|
#, python-format
|
||
|
msgid "\"%(inumber)s\" is an invalid i-number"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:1551
|
||
|
#, python-format
|
||
|
msgid "The XRI must be a string (not a %(type)s: %(value)r)"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:1552
|
||
|
#, python-format
|
||
|
msgid "\"%(xri_type)s\" is not a valid type of XRI"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:1651
|
||
|
#, python-format
|
||
|
msgid "\"%(id)s\" is not a valid OpenId (it is neither an URL nor an XRI)"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:1882 formencode/validators.py:1890
|
||
|
#, python-format
|
||
|
msgid "Please enter the date in the form %(format)s"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:1883
|
||
|
msgid "Please enter a month from 1 to 12"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:1884
|
||
|
msgid "Please enter a valid day"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:1885
|
||
|
#, python-format
|
||
|
msgid "That month only has %(days)i days"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:1886
|
||
|
#, python-format
|
||
|
msgid "That is not a valid day (%(exception)s)"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:1887
|
||
|
#, python-format
|
||
|
msgid "Unknown month name: %(month)s"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:1888
|
||
|
msgid "Please enter a number for the year"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:1889
|
||
|
msgid "Please enter a four-digit year after 1899"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:2070
|
||
|
msgid "You must indicate AM or PM"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:2071
|
||
|
msgid "There are too many :'s"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:2072
|
||
|
msgid "You may not enter seconds"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:2073
|
||
|
msgid "You must enter seconds"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:2074
|
||
|
msgid "You must enter minutes (after a :)"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:2075
|
||
|
#, python-format
|
||
|
msgid "The %(part)s value you gave is not a number: %(number)r"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:2076
|
||
|
#, python-format
|
||
|
msgid "You must enter an hour in the range %(range)s"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:2077
|
||
|
msgid "You must enter a minute in the range 0-59"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:2078
|
||
|
msgid "You must enter a second in the range 0-59"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:2224
|
||
|
#, python-format
|
||
|
msgid "The name %(name)s is missing"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:2267
|
||
|
#, python-format
|
||
|
msgid "Value should be %(true)r or %(false)r"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:2302
|
||
|
msgid "Value does not contain a signature"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:2303
|
||
|
msgid "Signature is not correct"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:2378
|
||
|
msgid "Please enter a valid IP address (a.b.c.d)"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:2379
|
||
|
#, python-format
|
||
|
msgid "The octets must be within the range of 0-255 (not %(octet)r)"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:2426
|
||
|
msgid "Please enter a valid IP address (a.b.c.d) or IP network (a.b.c.d/e)"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:2428
|
||
|
#, python-format
|
||
|
msgid "The network size (bits) must be within the range of 8-32 (not %(bits)r)"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:2477
|
||
|
#, python-format
|
||
|
msgid ""
|
||
|
"A MAC address must contain 12 digits and A-F; the value you gave has "
|
||
|
"%(length)s characters"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:2479
|
||
|
#, python-format
|
||
|
msgid "MAC addresses may only contain 0-9 and A-F (and optionally :), not %(char)r"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:2586
|
||
|
#, python-format
|
||
|
msgid "You must give a value for %s"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:2619
|
||
|
#, python-format
|
||
|
msgid "Fields do not match (should be %(match)s)"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:2620
|
||
|
msgid "Fields do not match"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:2621
|
||
|
msgid "Fields should be a dictionary"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:2697
|
||
|
msgid "Please enter only the number, no other characters"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:2698
|
||
|
msgid "You did not enter a valid number of digits"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:2699
|
||
|
msgid "That number is not valid"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:2700
|
||
|
#, python-format
|
||
|
msgid "The field %(key)s is missing"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:2816
|
||
|
msgid "Please enter numbers only for month and year"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:2817
|
||
|
msgid "Invalid Expiration Date"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:2892
|
||
|
msgid "Please enter numbers only for credit card security code"
|
||
|
msgstr ""
|
||
|
|
||
|
#: formencode/validators.py:2893
|
||
|
msgid "Invalid credit card security code length"
|
||
|
msgstr ""
|
||
|
|