1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520
|
# Translations template for FormEncode.
# Copyright (C) 2008 ORGANIZATION
# This file is distributed under the same license as the FormEncode project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2008.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: FormEncode 1.2.1\n"
"Report-Msgid-Bugs-To: formencode-discuss@lists.sf.net\n"
"POT-Creation-Date: 2008-12-19 16:32-0800\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-r458\n"
#: formencode/api.py:388 formencode/validators.py:447
msgid "Please enter a value"
msgstr ""
#: formencode/api.py:389
#, python-format
msgid "The input must be a string (not a %(type)s: %(value)r)"
msgstr ""
#: formencode/api.py:390
msgid "The input must be a string (not None)"
msgstr ""
#: formencode/national.py:27
msgid "Belarus"
msgstr ""
#: formencode/national.py:28
msgid "Montenegro"
msgstr ""
#: formencode/national.py:29
msgid "Tasmania"
msgstr ""
#: formencode/national.py:34
msgid "Britain"
msgstr ""
#: formencode/national.py:35
msgid "Great Britain"
msgstr ""
#: formencode/national.py:36
msgid "Cote de Ivoire"
msgstr ""
#: formencode/national.py:137
#, python-format
msgid "%d digits"
msgstr ""
#: formencode/national.py:158
#, python-format
msgid "Please enter a zip code (%%s)"
msgstr ""
#: formencode/national.py:218 formencode/national.py:253
#, python-format
msgid "Please enter a zip code (%s)"
msgstr ""
#: formencode/national.py:218
msgid "LnnnnLLL"
msgstr ""
#: formencode/national.py:253
msgid "LnL nLn"
msgstr ""
#: formencode/national.py:288
msgid "Please enter a valid postal code (for format see BS 7666)"
msgstr ""
#: formencode/national.py:329
msgid "That country is not listed in ISO 3166"
msgstr ""
#: formencode/national.py:382
msgid "Given postal code does not match the country's format."
msgstr ""
#: formencode/national.py:472
msgid "Please enter a state code"
msgstr ""
#: formencode/national.py:473
msgid "Please enter a state code with TWO letters"
msgstr ""
#: formencode/national.py:474
msgid "That is not a valid state code"
msgstr ""
#: formencode/national.py:528
msgid ""
"Please enter a number, with area code, in the form ###-###-####, optionally "
"with \"ext.####\""
msgstr ""
#: formencode/national.py:635
msgid "Please enter a number, with area code, in the form +##-###-#######."
msgstr ""
#: formencode/national.py:713
msgid "That language is not listed in ISO 639"
msgstr ""
#: formencode/schema.py:61
#, python-format
msgid "The input field %(name)s was not expected."
msgstr ""
#: formencode/schema.py:62
msgid "Missing value"
msgstr ""
#: formencode/schema.py:63
#, python-format
msgid "The input must be dict-like (not a %(type)s: %(value)r)"
msgstr ""
#: formencode/validators.py:172
#, python-format
msgid "%(object)r is not a subclass of %(subclass)s"
msgstr ""
#: formencode/validators.py:173
#, python-format
msgid "%(object)r is not a subclass of one of the types %(subclassList)s"
msgstr ""
#: formencode/validators.py:174
#, python-format
msgid "%(object)r must be one of the types %(typeList)s"
msgstr ""
#: formencode/validators.py:175
#, python-format
msgid "%(object)r must be of the type %(type)s"
msgstr ""
#: formencode/validators.py:356
#, python-format
msgid "Enter a value less than %(maxLength)i characters long"
msgstr ""
#: formencode/validators.py:357 formencode/validators.py:413
msgid "Invalid value (value with length expected)"
msgstr ""
#: formencode/validators.py:412
#, python-format
msgid "Enter a value at least %(minLength)i characters long"
msgstr ""
#: formencode/validators.py:472
msgid "You cannot enter a value here"
msgstr ""
#: formencode/validators.py:523
msgid "The input is not valid"
msgstr ""
#: formencode/validators.py:578
msgid "Enter only letters, numbers, or _ (underscore)"
msgstr ""
#: formencode/validators.py:617
msgid "Invalid value"
msgstr ""
#: formencode/validators.py:618
#, python-format
msgid "Value must be one of: %(items)s (not %(value)r)"
msgstr ""
#: formencode/validators.py:681
msgid "Choose something"
msgstr ""
#: formencode/validators.py:682
#, python-format
msgid "Enter a value from: %(items)s"
msgstr ""
#: formencode/validators.py:683
msgid "That value is not known"
msgstr ""
#: formencode/validators.py:684
#, python-format
msgid ""
"Nothing in my dictionary goes by the value %(value)s. Choose one of: "
"%(items)s"
msgstr ""
#: formencode/validators.py:745
msgid "Must be an integer index"
msgstr ""
#: formencode/validators.py:746
msgid "Index out of range"
msgstr ""
#: formencode/validators.py:747
#, python-format
msgid "Item %(value)s was not found in the list"
msgstr ""
#: formencode/validators.py:822
#, python-format
msgid "Date must be after %(date)s"
msgstr ""
#: formencode/validators.py:823
#, python-format
msgid "Date must be before %(date)s"
msgstr ""
#: formencode/validators.py:825
#, python-format
msgid "%%A, %%d %%B %%Y"
msgstr ""
#: formencode/validators.py:826
msgid "The date must be sometime in the future"
msgstr ""
#: formencode/validators.py:934
#, python-format
msgid "Please enter a number that is %(min)s or greater"
msgstr ""
#: formencode/validators.py:935
#, python-format
msgid "Please enter a number that is %(max)s or smaller"
msgstr ""
#: formencode/validators.py:974
msgid "Please enter an integer value"
msgstr ""
#: formencode/validators.py:1015
msgid "Please enter a number"
msgstr ""
#: formencode/validators.py:1079
#, python-format
msgid "Enter a value less than %(max)i characters long"
msgstr ""
#: formencode/validators.py:1080
#, python-format
msgid "Enter a value %(min)i characters long or more"
msgstr ""
#: formencode/validators.py:1153
msgid "Invalid data or incorrect encoding"
msgstr ""
#: formencode/validators.py:1319
msgid "Please enter an email address"
msgstr ""
#: formencode/validators.py:1320
msgid "An email address must contain a single @"
msgstr ""
#: formencode/validators.py:1321
#, python-format
msgid ""
"The username portion of the email address is invalid (the portion before the "
"@: %(username)s)"
msgstr ""
#: formencode/validators.py:1322 formencode/validators.py:1464
#, python-format
msgid "An error occured when trying to connect to the server: %(error)s"
msgstr ""
#: formencode/validators.py:1323
#, python-format
msgid ""
"The domain portion of the email address is invalid (the portion after the @: "
"%(domain)s)"
msgstr ""
#: formencode/validators.py:1324
#, python-format
msgid ""
"The domain of the email address does not exist (the portion after the @: "
"%(domain)s)"
msgstr ""
#: formencode/validators.py:1461
msgid "You must start your URL with http://, https://, etc"
msgstr ""
#: formencode/validators.py:1462
msgid "That is not a valid URL"
msgstr ""
#: formencode/validators.py:1463
#, python-format
msgid "An error occurred when trying to access the URL: %(error)s"
msgstr ""
#: formencode/validators.py:1465
msgid "The server responded that the page could not be found"
msgstr ""
#: formencode/validators.py:1466
#, python-format
msgid "The server responded with a bad status code (%(status)s)"
msgstr ""
#: formencode/validators.py:1467
#, python-format
msgid "You must provide a full domain name (like %(domain)s.com)"
msgstr ""
#: formencode/validators.py:1603
msgid ""
"The type of i-name is not defined; it may be either individual or "
"organizational"
msgstr ""
#: formencode/validators.py:1604
msgid "Dots and dashes may not be repeated consecutively"
msgstr ""
#: formencode/validators.py:1605
#, python-format
msgid "\"%(iname)s\" is an invalid i-name"
msgstr ""
#: formencode/validators.py:1606
msgid "i-names may not start with numbers nor punctuation marks"
msgstr ""
#: formencode/validators.py:1608
#, python-format
msgid "\"%(inumber)s\" is an invalid i-number"
msgstr ""
#: formencode/validators.py:1609
#, python-format
msgid "The XRI must be a string (not a %(type)s: %(value)r)"
msgstr ""
#: formencode/validators.py:1610
#, python-format
msgid "\"%(xri_type)s\" is not a valid type of XRI"
msgstr ""
#: formencode/validators.py:1711
#, python-format
msgid "\"%(id)s\" is not a valid OpenId (it is neither an URL nor an XRI)"
msgstr ""
#: formencode/validators.py:1935 formencode/validators.py:1943
#, python-format
msgid "Please enter the date in the form %(format)s"
msgstr ""
#: formencode/validators.py:1936
msgid "Please enter a month from 1 to 12"
msgstr ""
#: formencode/validators.py:1937
msgid "Please enter a valid day"
msgstr ""
#: formencode/validators.py:1938
#, python-format
msgid "That month only has %(days)i days"
msgstr ""
#: formencode/validators.py:1939
#, python-format
msgid "That is not a valid day (%(exception)s)"
msgstr ""
#: formencode/validators.py:1940
#, python-format
msgid "Unknown month name: %(month)s"
msgstr ""
#: formencode/validators.py:1941
msgid "Please enter a number for the year"
msgstr ""
#: formencode/validators.py:1942
msgid "Please enter a four-digit year after 1899"
msgstr ""
#: formencode/validators.py:2129
msgid "You must indicate AM or PM"
msgstr ""
#: formencode/validators.py:2130
msgid "There are too many :'s"
msgstr ""
#: formencode/validators.py:2131
msgid "You may not enter seconds"
msgstr ""
#: formencode/validators.py:2132
msgid "You must enter seconds"
msgstr ""
#: formencode/validators.py:2133
msgid "You must enter minutes (after a :)"
msgstr ""
#: formencode/validators.py:2134
#, python-format
msgid "The %(part)s value you gave is not a number: %(number)r"
msgstr ""
#: formencode/validators.py:2135
#, python-format
msgid "You must enter an hour in the range %(range)s"
msgstr ""
#: formencode/validators.py:2136
msgid "You must enter a minute in the range 0-59"
msgstr ""
#: formencode/validators.py:2137
msgid "You must enter a second in the range 0-59"
msgstr ""
#: formencode/validators.py:2296
#, python-format
msgid "The name %(name)s is missing"
msgstr ""
#: formencode/validators.py:2340
#, python-format
msgid "Value should be %(true)r or %(false)r"
msgstr ""
#: formencode/validators.py:2375
msgid "Value does not contain a signature"
msgstr ""
#: formencode/validators.py:2376
msgid "Signature is not correct"
msgstr ""
#: formencode/validators.py:2547
#, 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:2548
#, python-format
msgid "MAC addresses may only contain 0-9 and A-F (and optionally :), not %(char)r"
msgstr ""
#: formencode/validators.py:2680
#, python-format
msgid "Fields do not match (should be %(match)s)"
msgstr ""
#: formencode/validators.py:2681
msgid "Fields do not match"
msgstr ""
#: formencode/validators.py:2682
msgid "Fields should be a dictionary"
msgstr ""
#: formencode/validators.py:2759
msgid "Please enter only the number, no other characters"
msgstr ""
#: formencode/validators.py:2760
msgid "You did not enter a valid number of digits"
msgstr ""
#: formencode/validators.py:2761
msgid "That number is not valid"
msgstr ""
#: formencode/validators.py:2762
#, python-format
msgid "The field %(key)s is missing"
msgstr ""
#: formencode/validators.py:2881
msgid "Please enter numbers only for month and year"
msgstr ""
#: formencode/validators.py:2882
msgid "Invalid Expiration Date"
msgstr ""
#: formencode/validators.py:2951
msgid "Please enter numbers only for credit card security code"
msgstr ""
#: formencode/validators.py:2952
msgid "Invalid credit card security code length"
msgstr ""
|