You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

django.po 7.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. msgid ""
  4. msgstr ""
  5. "Project-Id-Version: Django\n"
  6. "Report-Msgid-Bugs-To: \n"
  7. "POT-Creation-Date: 2017-09-24 13:46+0200\n"
  8. "PO-Revision-Date: 2010-05-13 15:35+0200\n"
  9. "Last-Translator: Django team\n"
  10. "Language-Team: English <en@li.org>\n"
  11. "Language: en\n"
  12. "MIME-Version: 1.0\n"
  13. "Content-Type: text/plain; charset=UTF-8\n"
  14. "Content-Transfer-Encoding: 8bit\n"
  15. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  16. #: contrib/auth/admin.py:49
  17. msgid "Personal info"
  18. msgstr ""
  19. #: contrib/auth/admin.py:50
  20. msgid "Permissions"
  21. msgstr ""
  22. #: contrib/auth/admin.py:52
  23. msgid "Important dates"
  24. msgstr ""
  25. #: contrib/auth/admin.py:136
  26. #, python-format
  27. msgid "%(name)s object with primary key %(key)r does not exist."
  28. msgstr ""
  29. #: contrib/auth/admin.py:146
  30. msgid "Password changed successfully."
  31. msgstr ""
  32. #: contrib/auth/admin.py:165
  33. #, python-format
  34. msgid "Change password: %s"
  35. msgstr ""
  36. #: contrib/auth/apps.py:12
  37. msgid "Authentication and Authorization"
  38. msgstr ""
  39. #: contrib/auth/base_user.py:50
  40. msgid "password"
  41. msgstr ""
  42. #: contrib/auth/base_user.py:51
  43. msgid "last login"
  44. msgstr ""
  45. #: contrib/auth/forms.py:30
  46. msgid "No password set."
  47. msgstr ""
  48. #: contrib/auth/forms.py:36
  49. msgid "Invalid password format or unknown hashing algorithm."
  50. msgstr ""
  51. #: contrib/auth/forms.py:69 contrib/auth/forms.py:268
  52. #: contrib/auth/forms.py:332
  53. msgid "The two password fields didn't match."
  54. msgstr ""
  55. #: contrib/auth/forms.py:71 contrib/auth/forms.py:102
  56. #: contrib/auth/forms.py:130 contrib/auth/forms.py:336
  57. msgid "Password"
  58. msgstr ""
  59. #: contrib/auth/forms.py:73
  60. msgid "Password confirmation"
  61. msgstr ""
  62. #: contrib/auth/forms.py:75 contrib/auth/forms.py:343
  63. msgid "Enter the same password as before, for verification."
  64. msgstr ""
  65. #: contrib/auth/forms.py:103
  66. msgid ""
  67. "Raw passwords are not stored, so there is no way to see this user's "
  68. "password, but you can change the password using <a href=\"{}\">this form</a>."
  69. msgstr ""
  70. #: contrib/auth/forms.py:133
  71. #, python-format
  72. msgid ""
  73. "Please enter a correct %(username)s and password. Note that both fields may "
  74. "be case-sensitive."
  75. msgstr ""
  76. #: contrib/auth/forms.py:135
  77. msgid "This account is inactive."
  78. msgstr ""
  79. #: contrib/auth/forms.py:198
  80. msgid "Email"
  81. msgstr ""
  82. #: contrib/auth/forms.py:270
  83. msgid "New password"
  84. msgstr ""
  85. #: contrib/auth/forms.py:273
  86. msgid "New password confirmation"
  87. msgstr ""
  88. #: contrib/auth/forms.py:306
  89. msgid "Your old password was entered incorrectly. Please enter it again."
  90. msgstr ""
  91. #: contrib/auth/forms.py:309
  92. msgid "Old password"
  93. msgstr ""
  94. #: contrib/auth/forms.py:341
  95. msgid "Password (again)"
  96. msgstr ""
  97. #: contrib/auth/hashers.py:251 contrib/auth/hashers.py:334
  98. #: contrib/auth/hashers.py:386 contrib/auth/hashers.py:414
  99. #: contrib/auth/hashers.py:447 contrib/auth/hashers.py:480
  100. #: contrib/auth/hashers.py:514
  101. msgid "algorithm"
  102. msgstr ""
  103. #: contrib/auth/hashers.py:252
  104. msgid "iterations"
  105. msgstr ""
  106. #: contrib/auth/hashers.py:253 contrib/auth/hashers.py:336
  107. #: contrib/auth/hashers.py:387 contrib/auth/hashers.py:415
  108. #: contrib/auth/hashers.py:515
  109. msgid "salt"
  110. msgstr ""
  111. #: contrib/auth/hashers.py:254 contrib/auth/hashers.py:388
  112. #: contrib/auth/hashers.py:416 contrib/auth/hashers.py:448
  113. #: contrib/auth/hashers.py:481 contrib/auth/hashers.py:516
  114. msgid "hash"
  115. msgstr ""
  116. #: contrib/auth/hashers.py:347
  117. msgid "variety"
  118. msgstr ""
  119. #: contrib/auth/hashers.py:348
  120. msgid "version"
  121. msgstr ""
  122. #: contrib/auth/hashers.py:349
  123. msgid "memory cost"
  124. msgstr ""
  125. #: contrib/auth/hashers.py:350
  126. msgid "time cost"
  127. msgstr ""
  128. #: contrib/auth/hashers.py:351
  129. msgid "parallelism"
  130. msgstr ""
  131. #: contrib/auth/hashers.py:445
  132. msgid "work factor"
  133. msgstr ""
  134. #: contrib/auth/hashers.py:337
  135. msgid "checksum"
  136. msgstr ""
  137. #: contrib/auth/models.py:61 contrib/auth/models.py:116
  138. msgid "name"
  139. msgstr ""
  140. #: contrib/auth/models.py:65
  141. msgid "content type"
  142. msgstr ""
  143. #: contrib/auth/models.py:67
  144. msgid "codename"
  145. msgstr ""
  146. #: contrib/auth/models.py:71
  147. msgid "permission"
  148. msgstr ""
  149. #: contrib/auth/models.py:72 contrib/auth/models.py:119
  150. msgid "permissions"
  151. msgstr ""
  152. #: contrib/auth/models.py:126
  153. msgid "group"
  154. msgstr ""
  155. #: contrib/auth/models.py:127 contrib/auth/models.py:222
  156. msgid "groups"
  157. msgstr ""
  158. #: contrib/auth/models.py:213
  159. msgid "superuser status"
  160. msgstr ""
  161. #: contrib/auth/models.py:216
  162. msgid ""
  163. "Designates that this user has all permissions without explicitly assigning "
  164. "them."
  165. msgstr ""
  166. #: contrib/auth/models.py:225
  167. msgid ""
  168. "The groups this user belongs to. A user will get all permissions granted to "
  169. "each of their groups."
  170. msgstr ""
  171. #: contrib/auth/models.py:233
  172. msgid "user permissions"
  173. msgstr ""
  174. #: contrib/auth/models.py:235
  175. msgid "Specific permissions for this user."
  176. msgstr ""
  177. #: contrib/auth/models.py:305
  178. msgid "username"
  179. msgstr ""
  180. #: contrib/auth/models.py:313
  181. msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only."
  182. msgstr ""
  183. #: contrib/auth/models.py:316
  184. msgid "A user with that username already exists."
  185. msgstr ""
  186. #: contrib/auth/models.py:320
  187. msgid "first name"
  188. msgstr ""
  189. #: contrib/auth/models.py:321
  190. msgid "last name"
  191. msgstr ""
  192. #: contrib/auth/models.py:322
  193. msgid "email address"
  194. msgstr ""
  195. #: contrib/auth/models.py:324
  196. msgid "staff status"
  197. msgstr ""
  198. #: contrib/auth/models.py:326
  199. msgid "Designates whether the user can log into this admin site."
  200. msgstr ""
  201. #: contrib/auth/models.py:329
  202. msgid "active"
  203. msgstr ""
  204. #: contrib/auth/models.py:332
  205. msgid ""
  206. "Designates whether this user should be treated as active. Unselect this "
  207. "instead of deleting accounts."
  208. msgstr ""
  209. #: contrib/auth/models.py:336
  210. msgid "date joined"
  211. msgstr ""
  212. #: contrib/auth/models.py:344
  213. msgid "user"
  214. msgstr ""
  215. #: contrib/auth/models.py:345
  216. msgid "users"
  217. msgstr ""
  218. #: contrib/auth/password_validation.py:101
  219. #, python-format
  220. msgid ""
  221. "This password is too short. It must contain at least %(min_length)d "
  222. "character."
  223. msgid_plural ""
  224. "This password is too short. It must contain at least %(min_length)d "
  225. "characters."
  226. msgstr[0] ""
  227. msgstr[1] ""
  228. #: contrib/auth/password_validation.py:111
  229. #, python-format
  230. msgid "Your password must contain at least %(min_length)d character."
  231. msgid_plural "Your password must contain at least %(min_length)d characters."
  232. msgstr[0] ""
  233. msgstr[1] ""
  234. #: contrib/auth/password_validation.py:147
  235. #, python-format
  236. msgid "The password is too similar to the %(verbose_name)s."
  237. msgstr ""
  238. #: contrib/auth/password_validation.py:153
  239. msgid "Your password can't be too similar to your other personal information."
  240. msgstr ""
  241. #: contrib/auth/password_validation.py:180
  242. msgid "This password is too common."
  243. msgstr ""
  244. #: contrib/auth/password_validation.py:185
  245. msgid "Your password can't be a commonly used password."
  246. msgstr ""
  247. #: contrib/auth/password_validation.py:195
  248. msgid "This password is entirely numeric."
  249. msgstr ""
  250. #: contrib/auth/password_validation.py:200
  251. msgid "Your password can't be entirely numeric."
  252. msgstr ""
  253. #: contrib/auth/templates/registration/password_reset_subject.txt:2
  254. #, python-format
  255. msgid "Password reset on %(site_name)s"
  256. msgstr ""
  257. #: contrib/auth/validators.py:13
  258. msgid ""
  259. "Enter a valid username. This value may contain only English letters, "
  260. "numbers, and @/./+/-/_ characters."
  261. msgstr ""
  262. #: contrib/auth/validators.py:23
  263. msgid ""
  264. "Enter a valid username. This value may contain only letters, numbers, and "
  265. "@/./+/-/_ characters."
  266. msgstr ""
  267. #: contrib/auth/views.py:133
  268. msgid "Logged out"
  269. msgstr ""
  270. #: contrib/auth/views.py:211
  271. msgid "Password reset"
  272. msgstr ""
  273. #: contrib/auth/views.py:224
  274. msgid "Password reset sent"
  275. msgstr ""
  276. #: contrib/auth/views.py:261
  277. msgid "Enter new password"
  278. msgstr ""
  279. #: contrib/auth/views.py:272
  280. msgid "Password reset unsuccessful"
  281. msgstr ""
  282. #: contrib/auth/views.py:290
  283. msgid "Password reset complete"
  284. msgstr ""
  285. #: contrib/auth/views.py:325
  286. msgid "Password change"
  287. msgstr ""
  288. #: contrib/auth/views.py:339
  289. msgid "Password change successful"
  290. msgstr ""