wtforms.pot 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. # Translations template for WTForms.
  2. # Copyright (C) 2013 WTForms Team
  3. # This file is distributed under the same license as the WTForms project.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: WTForms 2.0dev\n"
  10. "Report-Msgid-Bugs-To: wtforms+i18n@jamescrasta.com\n"
  11. "POT-Creation-Date: 2013-11-08 15:21-0700\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 1.3\n"
  19. #: wtforms/validators.py:55
  20. #, python-format
  21. msgid "Invalid field name '%s'."
  22. msgstr ""
  23. #: wtforms/validators.py:63
  24. #, python-format
  25. msgid "Field must be equal to %(other_name)s."
  26. msgstr ""
  27. #: wtforms/validators.py:96
  28. #, python-format
  29. msgid "Field must be at least %(min)d character long."
  30. msgid_plural "Field must be at least %(min)d characters long."
  31. msgstr[0] ""
  32. msgstr[1] ""
  33. #: wtforms/validators.py:99
  34. #, python-format
  35. msgid "Field cannot be longer than %(max)d character."
  36. msgid_plural "Field cannot be longer than %(max)d characters."
  37. msgstr[0] ""
  38. msgstr[1] ""
  39. #: wtforms/validators.py:102
  40. #, python-format
  41. msgid "Field must be between %(min)d and %(max)d characters long."
  42. msgstr ""
  43. #: wtforms/validators.py:138
  44. #, python-format
  45. msgid "Number must be at least %(min)s."
  46. msgstr ""
  47. #: wtforms/validators.py:140
  48. #, python-format
  49. msgid "Number must be at most %(max)s."
  50. msgstr ""
  51. #: wtforms/validators.py:142
  52. #, python-format
  53. msgid "Number must be between %(min)s and %(max)s."
  54. msgstr ""
  55. #: wtforms/validators.py:198 wtforms/validators.py:233
  56. msgid "This field is required."
  57. msgstr ""
  58. #: wtforms/validators.py:264
  59. msgid "Invalid input."
  60. msgstr ""
  61. #: wtforms/validators.py:286
  62. msgid "Invalid email address."
  63. msgstr ""
  64. #: wtforms/validators.py:318
  65. msgid "Invalid IP address."
  66. msgstr ""
  67. #: wtforms/validators.py:367
  68. msgid "Invalid Mac address."
  69. msgstr ""
  70. #: wtforms/validators.py:393
  71. msgid "Invalid URL."
  72. msgstr ""
  73. #: wtforms/validators.py:412
  74. msgid "Invalid UUID."
  75. msgstr ""
  76. #: wtforms/validators.py:440
  77. #, python-format
  78. msgid "Invalid value, must be one of: %(values)s."
  79. msgstr ""
  80. #: wtforms/validators.py:472
  81. #, python-format
  82. msgid "Invalid value, can't be any of: %(values)s."
  83. msgstr ""
  84. #: wtforms/csrf/core.py:83 wtforms/ext/csrf/form.py:47
  85. msgid "Invalid CSRF Token"
  86. msgstr ""
  87. #: wtforms/csrf/session.py:61 wtforms/ext/csrf/session.py:58
  88. msgid "CSRF token missing"
  89. msgstr ""
  90. #: wtforms/csrf/session.py:69 wtforms/ext/csrf/session.py:66
  91. msgid "CSRF failed"
  92. msgstr ""
  93. #: wtforms/csrf/session.py:74 wtforms/ext/csrf/session.py:71
  94. msgid "CSRF token expired"
  95. msgstr ""
  96. #: wtforms/ext/appengine/fields.py:87 wtforms/ext/appengine/fields.py:164
  97. #: wtforms/ext/appengine/fields.py:166 wtforms/ext/django/fields.py:96
  98. #: wtforms/ext/sqlalchemy/fields.py:125 wtforms/ext/sqlalchemy/fields.py:127
  99. #: wtforms/ext/sqlalchemy/fields.py:177 wtforms/ext/sqlalchemy/fields.py:182
  100. #: wtforms/fields/core.py:456
  101. msgid "Not a valid choice"
  102. msgstr ""
  103. #: wtforms/ext/appengine/fields.py:185
  104. msgid "Not a valid list"
  105. msgstr ""
  106. #: wtforms/ext/appengine/fields.py:204
  107. msgid "Not a valid integer list"
  108. msgstr ""
  109. #: wtforms/ext/dateutil/fields.py:63
  110. msgid "Please input a date/time value"
  111. msgstr ""
  112. #: wtforms/ext/dateutil/fields.py:75 wtforms/ext/dateutil/fields.py:83
  113. msgid "Invalid date/time input"
  114. msgstr ""
  115. #: wtforms/ext/sqlalchemy/validators.py:34
  116. msgid "Already exists."
  117. msgstr ""
  118. #: wtforms/fields/core.py:449
  119. msgid "Invalid Choice: could not coerce"
  120. msgstr ""
  121. #: wtforms/fields/core.py:482
  122. msgid "Invalid choice(s): one or more data inputs could not be coerced"
  123. msgstr ""
  124. #: wtforms/fields/core.py:489
  125. #, python-format
  126. msgid "'%(value)s' is not a valid choice for this field"
  127. msgstr ""
  128. #: wtforms/fields/core.py:572
  129. msgid "Not a valid integer value"
  130. msgstr ""
  131. #: wtforms/fields/core.py:638
  132. msgid "Not a valid decimal value"
  133. msgstr ""
  134. #: wtforms/fields/core.py:665
  135. msgid "Not a valid float value"
  136. msgstr ""
  137. #: wtforms/fields/core.py:724
  138. msgid "Not a valid datetime value"
  139. msgstr ""
  140. #: wtforms/fields/core.py:741
  141. msgid "Not a valid date value"
  142. msgstr ""