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 5.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Tom Fifield <tom@openstack.org>, 2014
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: django\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "POT-Creation-Date: 2017-09-24 13:46+0200\n"
  10. "PO-Revision-Date: 2017-09-24 14:24+0000\n"
  11. "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
  12. "Language-Team: English (Australia) (http://www.transifex.com/django/django/"
  13. "language/en_AU/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Language: en_AU\n"
  18. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  19. msgid "Personal info"
  20. msgstr "Personal info"
  21. msgid "Permissions"
  22. msgstr "Permissions"
  23. msgid "Important dates"
  24. msgstr "Important dates"
  25. #, python-format
  26. msgid "%(name)s object with primary key %(key)r does not exist."
  27. msgstr ""
  28. msgid "Password changed successfully."
  29. msgstr "Password changed successfully."
  30. #, python-format
  31. msgid "Change password: %s"
  32. msgstr "Change password: %s"
  33. msgid "Authentication and Authorization"
  34. msgstr ""
  35. msgid "password"
  36. msgstr "password"
  37. msgid "last login"
  38. msgstr "last login"
  39. msgid "No password set."
  40. msgstr "No password set."
  41. msgid "Invalid password format or unknown hashing algorithm."
  42. msgstr "Invalid password format or unknown hashing algorithm."
  43. msgid "The two password fields didn't match."
  44. msgstr "The two password fields didn't match."
  45. msgid "Password"
  46. msgstr "Password"
  47. msgid "Password confirmation"
  48. msgstr "Password confirmation"
  49. msgid "Enter the same password as before, for verification."
  50. msgstr ""
  51. msgid ""
  52. "Raw passwords are not stored, so there is no way to see this user's "
  53. "password, but you can change the password using <a href=\"{}\">this form</a>."
  54. msgstr ""
  55. #, python-format
  56. msgid ""
  57. "Please enter a correct %(username)s and password. Note that both fields may "
  58. "be case-sensitive."
  59. msgstr ""
  60. "Please enter a correct %(username)s and password. Note that both fields may "
  61. "be case-sensitive."
  62. msgid "This account is inactive."
  63. msgstr "This account is inactive."
  64. msgid "Email"
  65. msgstr "Email"
  66. msgid "New password"
  67. msgstr "New password"
  68. msgid "New password confirmation"
  69. msgstr "New password confirmation"
  70. msgid "Your old password was entered incorrectly. Please enter it again."
  71. msgstr "Your old password was entered incorrectly. Please enter it again."
  72. msgid "Old password"
  73. msgstr "Old password"
  74. msgid "Password (again)"
  75. msgstr "Password (again)"
  76. msgid "algorithm"
  77. msgstr "algorithm"
  78. msgid "iterations"
  79. msgstr "iterations"
  80. msgid "salt"
  81. msgstr "salt"
  82. msgid "hash"
  83. msgstr "hash"
  84. msgid "variety"
  85. msgstr ""
  86. msgid "version"
  87. msgstr ""
  88. msgid "memory cost"
  89. msgstr ""
  90. msgid "time cost"
  91. msgstr ""
  92. msgid "parallelism"
  93. msgstr ""
  94. msgid "work factor"
  95. msgstr "work factor"
  96. msgid "checksum"
  97. msgstr "checksum"
  98. msgid "name"
  99. msgstr "name"
  100. msgid "content type"
  101. msgstr ""
  102. msgid "codename"
  103. msgstr "codename"
  104. msgid "permission"
  105. msgstr "permission"
  106. msgid "permissions"
  107. msgstr "permissions"
  108. msgid "group"
  109. msgstr "group"
  110. msgid "groups"
  111. msgstr "groups"
  112. msgid "superuser status"
  113. msgstr "superuser status"
  114. msgid ""
  115. "Designates that this user has all permissions without explicitly assigning "
  116. "them."
  117. msgstr ""
  118. "Designates that this user has all permissions without explicitly assigning "
  119. "them."
  120. msgid ""
  121. "The groups this user belongs to. A user will get all permissions granted to "
  122. "each of their groups."
  123. msgstr ""
  124. msgid "user permissions"
  125. msgstr "user permissions"
  126. msgid "Specific permissions for this user."
  127. msgstr ""
  128. msgid "username"
  129. msgstr "username"
  130. msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only."
  131. msgstr ""
  132. msgid "A user with that username already exists."
  133. msgstr "A user with that username already exists."
  134. msgid "first name"
  135. msgstr "first name"
  136. msgid "last name"
  137. msgstr "last name"
  138. msgid "email address"
  139. msgstr "email address"
  140. msgid "staff status"
  141. msgstr "staff status"
  142. msgid "Designates whether the user can log into this admin site."
  143. msgstr "Designates whether the user can log into this admin site."
  144. msgid "active"
  145. msgstr "active"
  146. msgid ""
  147. "Designates whether this user should be treated as active. Unselect this "
  148. "instead of deleting accounts."
  149. msgstr ""
  150. "Designates whether this user should be treated as active. Unselect this "
  151. "instead of deleting accounts."
  152. msgid "date joined"
  153. msgstr "date joined"
  154. msgid "user"
  155. msgstr "user"
  156. msgid "users"
  157. msgstr "users"
  158. #, python-format
  159. msgid ""
  160. "This password is too short. It must contain at least %(min_length)d "
  161. "character."
  162. msgid_plural ""
  163. "This password is too short. It must contain at least %(min_length)d "
  164. "characters."
  165. msgstr[0] ""
  166. msgstr[1] ""
  167. #, python-format
  168. msgid "Your password must contain at least %(min_length)d character."
  169. msgid_plural "Your password must contain at least %(min_length)d characters."
  170. msgstr[0] ""
  171. msgstr[1] ""
  172. #, python-format
  173. msgid "The password is too similar to the %(verbose_name)s."
  174. msgstr ""
  175. msgid "Your password can't be too similar to your other personal information."
  176. msgstr ""
  177. msgid "This password is too common."
  178. msgstr ""
  179. msgid "Your password can't be a commonly used password."
  180. msgstr ""
  181. msgid "This password is entirely numeric."
  182. msgstr ""
  183. msgid "Your password can't be entirely numeric."
  184. msgstr ""
  185. #, python-format
  186. msgid "Password reset on %(site_name)s"
  187. msgstr "Password reset on %(site_name)s"
  188. msgid ""
  189. "Enter a valid username. This value may contain only English letters, "
  190. "numbers, and @/./+/-/_ characters."
  191. msgstr ""
  192. msgid ""
  193. "Enter a valid username. This value may contain only letters, numbers, and "
  194. "@/./+/-/_ characters."
  195. msgstr ""
  196. msgid "Logged out"
  197. msgstr "Logged out"
  198. msgid "Password reset"
  199. msgstr ""
  200. msgid "Password reset sent"
  201. msgstr ""
  202. msgid "Enter new password"
  203. msgstr ""
  204. msgid "Password reset unsuccessful"
  205. msgstr ""
  206. msgid "Password reset complete"
  207. msgstr ""
  208. msgid "Password change"
  209. msgstr ""
  210. msgid "Password change successful"
  211. msgstr ""