Development of an internal social media platform with personalised dashboards for students
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.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Ḷḷumex03 <tornes@opmbx.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: Asturian (http://www.transifex.com/django/django/language/"
  13. "ast/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Language: ast\n"
  18. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  19. msgid "Personal info"
  20. msgstr "Información personal"
  21. msgid "Permissions"
  22. msgstr "Permisos"
  23. msgid "Important dates"
  24. msgstr "Dates importantes"
  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 "Contraseña camudada con ésitu."
  30. #, python-format
  31. msgid "Change password: %s"
  32. msgstr "Camudar contraseña: %s"
  33. msgid "Authentication and Authorization"
  34. msgstr ""
  35. msgid "password"
  36. msgstr "contraseña"
  37. msgid "last login"
  38. msgstr "aniciu de sesión caberu"
  39. msgid "No password set."
  40. msgstr "Nun s'afitó la contraseña."
  41. msgid "Invalid password format or unknown hashing algorithm."
  42. msgstr "Formatu de contraseña inválidu o algoritmu hash inválidu."
  43. msgid "The two password fields didn't match."
  44. msgstr "Nun concasen los dos campos de contraseña."
  45. msgid "Password"
  46. msgstr "Contraseña"
  47. msgid "Password confirmation"
  48. msgstr "Confirmación de contraseña"
  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. msgid "This account is inactive."
  61. msgstr "Esta cuenta ta inactiva"
  62. msgid "Email"
  63. msgstr "Corréu"
  64. msgid "New password"
  65. msgstr "Contraseña nueva"
  66. msgid "New password confirmation"
  67. msgstr ""
  68. msgid "Your old password was entered incorrectly. Please enter it again."
  69. msgstr ""
  70. msgid "Old password"
  71. msgstr ""
  72. msgid "Password (again)"
  73. msgstr ""
  74. msgid "algorithm"
  75. msgstr "algoritmu"
  76. msgid "iterations"
  77. msgstr ""
  78. msgid "salt"
  79. msgstr ""
  80. msgid "hash"
  81. msgstr ""
  82. msgid "variety"
  83. msgstr ""
  84. msgid "version"
  85. msgstr ""
  86. msgid "memory cost"
  87. msgstr ""
  88. msgid "time cost"
  89. msgstr ""
  90. msgid "parallelism"
  91. msgstr ""
  92. msgid "work factor"
  93. msgstr ""
  94. msgid "checksum"
  95. msgstr "suma de comprobación"
  96. msgid "name"
  97. msgstr "nome"
  98. msgid "content type"
  99. msgstr ""
  100. msgid "codename"
  101. msgstr ""
  102. msgid "permission"
  103. msgstr "permisu"
  104. msgid "permissions"
  105. msgstr "permisos"
  106. msgid "group"
  107. msgstr "grupu"
  108. msgid "groups"
  109. msgstr "grupos"
  110. msgid "superuser status"
  111. msgstr "estáu de superusuariu"
  112. msgid ""
  113. "Designates that this user has all permissions without explicitly assigning "
  114. "them."
  115. msgstr ""
  116. msgid ""
  117. "The groups this user belongs to. A user will get all permissions granted to "
  118. "each of their groups."
  119. msgstr ""
  120. msgid "user permissions"
  121. msgstr "permisos d'usuariu"
  122. msgid "Specific permissions for this user."
  123. msgstr ""
  124. msgid "username"
  125. msgstr "nome d'usuariu"
  126. msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only."
  127. msgstr ""
  128. msgid "A user with that username already exists."
  129. msgstr "Yá esiste un usuariu con esi nome d'usuariu."
  130. msgid "first name"
  131. msgstr "nome"
  132. msgid "last name"
  133. msgstr "apellíos"
  134. msgid "email address"
  135. msgstr "direición de corréu"
  136. msgid "staff status"
  137. msgstr ""
  138. msgid "Designates whether the user can log into this admin site."
  139. msgstr ""
  140. msgid "active"
  141. msgstr "activu"
  142. msgid ""
  143. "Designates whether this user should be treated as active. Unselect this "
  144. "instead of deleting accounts."
  145. msgstr ""
  146. msgid "date joined"
  147. msgstr ""
  148. msgid "user"
  149. msgstr "usuariu"
  150. msgid "users"
  151. msgstr "usuarios"
  152. #, python-format
  153. msgid ""
  154. "This password is too short. It must contain at least %(min_length)d "
  155. "character."
  156. msgid_plural ""
  157. "This password is too short. It must contain at least %(min_length)d "
  158. "characters."
  159. msgstr[0] ""
  160. msgstr[1] ""
  161. #, python-format
  162. msgid "Your password must contain at least %(min_length)d character."
  163. msgid_plural "Your password must contain at least %(min_length)d characters."
  164. msgstr[0] ""
  165. msgstr[1] ""
  166. #, python-format
  167. msgid "The password is too similar to the %(verbose_name)s."
  168. msgstr ""
  169. msgid "Your password can't be too similar to your other personal information."
  170. msgstr ""
  171. msgid "This password is too common."
  172. msgstr ""
  173. msgid "Your password can't be a commonly used password."
  174. msgstr ""
  175. msgid "This password is entirely numeric."
  176. msgstr ""
  177. msgid "Your password can't be entirely numeric."
  178. msgstr ""
  179. #, python-format
  180. msgid "Password reset on %(site_name)s"
  181. msgstr ""
  182. msgid ""
  183. "Enter a valid username. This value may contain only English letters, "
  184. "numbers, and @/./+/-/_ characters."
  185. msgstr ""
  186. msgid ""
  187. "Enter a valid username. This value may contain only letters, numbers, and "
  188. "@/./+/-/_ characters."
  189. msgstr ""
  190. msgid "Logged out"
  191. msgstr ""
  192. msgid "Password reset"
  193. msgstr ""
  194. msgid "Password reset sent"
  195. msgstr ""
  196. msgid "Enter new password"
  197. msgstr ""
  198. msgid "Password reset unsuccessful"
  199. msgstr ""
  200. msgid "Password reset complete"
  201. msgstr ""
  202. msgid "Password change"
  203. msgstr ""
  204. msgid "Password change successful"
  205. msgstr ""