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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Antoni Aloy <aaloy@apsl.net>, 2015,2017
  5. # Carles Barrobés <carles@barrobes.com>, 2011-2012,2014-2015
  6. # Jannis Leidel <jannis@leidel.info>, 2011
  7. # Roger Pons <rogerpons@gmail.com>, 2015
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: django\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2017-09-24 13:46+0200\n"
  13. "PO-Revision-Date: 2017-09-24 14:24+0000\n"
  14. "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
  15. "Language-Team: Catalan (http://www.transifex.com/django/django/language/"
  16. "ca/)\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: 8bit\n"
  20. "Language: ca\n"
  21. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  22. msgid "Personal info"
  23. msgstr "Informació personal"
  24. msgid "Permissions"
  25. msgstr "Permisos"
  26. msgid "Important dates"
  27. msgstr "Dates importants"
  28. #, python-format
  29. msgid "%(name)s object with primary key %(key)r does not exist."
  30. msgstr "No existeix cap objecte %(name)s amb la clau primària %(key)r."
  31. msgid "Password changed successfully."
  32. msgstr "Contrasenya canviada amb èxit"
  33. #, python-format
  34. msgid "Change password: %s"
  35. msgstr "Canviar contrasenya: %s"
  36. msgid "Authentication and Authorization"
  37. msgstr "Autenticació i Autorització"
  38. msgid "password"
  39. msgstr "contrasenya"
  40. msgid "last login"
  41. msgstr "últim inici de sessió"
  42. msgid "No password set."
  43. msgstr "No s'ha establert la clau."
  44. msgid "Invalid password format or unknown hashing algorithm."
  45. msgstr "Format de contrasenya incorrecte o algorisme de hash desconegut."
  46. msgid "The two password fields didn't match."
  47. msgstr "Els dos camps de contrasenya no coincideixen."
  48. msgid "Password"
  49. msgstr "Contrasenya"
  50. msgid "Password confirmation"
  51. msgstr "Confirmació de contrasenya"
  52. msgid "Enter the same password as before, for verification."
  53. msgstr "Introduïu la mateixa contrasenya d'abans, com a verificació."
  54. msgid ""
  55. "Raw passwords are not stored, so there is no way to see this user's "
  56. "password, but you can change the password using <a href=\"{}\">this form</a>."
  57. msgstr ""
  58. #, python-format
  59. msgid ""
  60. "Please enter a correct %(username)s and password. Note that both fields may "
  61. "be case-sensitive."
  62. msgstr ""
  63. "Si us plau, introduïu un %(username)s i clau correctes. Observeu que ambdós "
  64. "camps poden ser sensibles a majúscules."
  65. msgid "This account is inactive."
  66. msgstr "Aquest compte està inactiu"
  67. msgid "Email"
  68. msgstr "Correu electrònic"
  69. msgid "New password"
  70. msgstr "Contrasenya nova"
  71. msgid "New password confirmation"
  72. msgstr "Confirmació de contrasenya nova"
  73. msgid "Your old password was entered incorrectly. Please enter it again."
  74. msgstr ""
  75. "La vostra antiga contrasenya no és correcta. Si us plau, introduïu-la de nou."
  76. msgid "Old password"
  77. msgstr "Contrasenya antiga"
  78. msgid "Password (again)"
  79. msgstr "Contrasenya (de nou)"
  80. msgid "algorithm"
  81. msgstr "algorisme"
  82. msgid "iterations"
  83. msgstr "iteracions"
  84. msgid "salt"
  85. msgstr "sal"
  86. msgid "hash"
  87. msgstr "hash"
  88. msgid "variety"
  89. msgstr "varietat"
  90. msgid "version"
  91. msgstr "versió"
  92. msgid "memory cost"
  93. msgstr "cost de memòria"
  94. msgid "time cost"
  95. msgstr "cost de temps"
  96. msgid "parallelism"
  97. msgstr "paralelisme"
  98. msgid "work factor"
  99. msgstr "factor de treball"
  100. msgid "checksum"
  101. msgstr "suma de comprovació"
  102. msgid "name"
  103. msgstr "nom"
  104. msgid "content type"
  105. msgstr "tipus de contingut"
  106. msgid "codename"
  107. msgstr "nom en clau"
  108. msgid "permission"
  109. msgstr "permís"
  110. msgid "permissions"
  111. msgstr "permisos"
  112. msgid "group"
  113. msgstr "grup"
  114. msgid "groups"
  115. msgstr "grups"
  116. msgid "superuser status"
  117. msgstr "estat de superusuari"
  118. msgid ""
  119. "Designates that this user has all permissions without explicitly assigning "
  120. "them."
  121. msgstr ""
  122. "Designa que aquest usuari té tots els permisos sense assignar-los "
  123. "explícitament."
  124. msgid ""
  125. "The groups this user belongs to. A user will get all permissions granted to "
  126. "each of their groups."
  127. msgstr ""
  128. "Els grups als que pertany l'usuari. Un usuari tindrà tots els permisos de "
  129. "cadascun dels seus grups."
  130. msgid "user permissions"
  131. msgstr "permisos de l'usuari"
  132. msgid "Specific permissions for this user."
  133. msgstr "Permisos específics per a aquest usuari."
  134. msgid "username"
  135. msgstr "nom d'usuari"
  136. msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only."
  137. msgstr "Obligatori. 150 o menys caràcters. Només lletres, dígits i @/./+/-/_."
  138. msgid "A user with that username already exists."
  139. msgstr "Ja existeix un usuari amb aquest nom."
  140. msgid "first name"
  141. msgstr "nom propi"
  142. msgid "last name"
  143. msgstr "cognoms"
  144. msgid "email address"
  145. msgstr "adreça de correu electrònic"
  146. msgid "staff status"
  147. msgstr "membre del personal"
  148. msgid "Designates whether the user can log into this admin site."
  149. msgstr "Designa si l'usuari pot entrar al lloc administratiu."
  150. msgid "active"
  151. msgstr "actiu"
  152. msgid ""
  153. "Designates whether this user should be treated as active. Unselect this "
  154. "instead of deleting accounts."
  155. msgstr ""
  156. "Designa si aquest usuari ha de ser tractat com a actiu. Deseleccioneu-ho "
  157. "enlloc d'esborrar comptes d'usuari."
  158. msgid "date joined"
  159. msgstr "data d'incorporació"
  160. msgid "user"
  161. msgstr "usuari"
  162. msgid "users"
  163. msgstr "usuaris"
  164. #, python-format
  165. msgid ""
  166. "This password is too short. It must contain at least %(min_length)d "
  167. "character."
  168. msgid_plural ""
  169. "This password is too short. It must contain at least %(min_length)d "
  170. "characters."
  171. msgstr[0] ""
  172. "La contrasenya és massa curta. Ha de tenir al menys %(min_length)d caràcter."
  173. msgstr[1] ""
  174. "La contrasenya és massa curta. Ha de tenir un mínim de %(min_length)d "
  175. "caràcters."
  176. #, python-format
  177. msgid "Your password must contain at least %(min_length)d character."
  178. msgid_plural "Your password must contain at least %(min_length)d characters."
  179. msgstr[0] "La contrasenya és ha de tenir al menys %(min_length)d caràcter."
  180. msgstr[1] "La contrasenya és ha de tenir un mínim de %(min_length)d caràcters."
  181. #, python-format
  182. msgid "The password is too similar to the %(verbose_name)s."
  183. msgstr "La contrasenya és massa semblant a %(verbose_name)s."
  184. msgid "Your password can't be too similar to your other personal information."
  185. msgstr ""
  186. "La contrasenya no pot ser massa similar a la vostra altra informació "
  187. "personal."
  188. msgid "This password is too common."
  189. msgstr "Aquesta contrasenya és massa comuna."
  190. msgid "Your password can't be a commonly used password."
  191. msgstr "La contrasenya no pot ser una de les habitualment utilitzades."
  192. msgid "This password is entirely numeric."
  193. msgstr "La contrasenya està formada només per números."
  194. msgid "Your password can't be entirely numeric."
  195. msgstr "La contrasenya no pot estar formada només per números."
  196. #, python-format
  197. msgid "Password reset on %(site_name)s"
  198. msgstr "Reinicialitzar la contrasenya a %(site_name)s"
  199. msgid ""
  200. "Enter a valid username. This value may contain only English letters, "
  201. "numbers, and @/./+/-/_ characters."
  202. msgstr ""
  203. "Introdueixi un nom d'usuari vàlid. Aquest valor pot contenir sols lletres, "
  204. "números i els caràcters @/./+/-/_ "
  205. msgid ""
  206. "Enter a valid username. This value may contain only letters, numbers, and "
  207. "@/./+/-/_ characters."
  208. msgstr ""
  209. "Introdueixi un nom d'usuari vàlid. Aquest valor pot contenir sols lletres, "
  210. "números i els caràcters @/./+/-/_ "
  211. msgid "Logged out"
  212. msgstr "Sessió finalitzada"
  213. msgid "Password reset"
  214. msgstr "Restablir contrasenya"
  215. msgid "Password reset sent"
  216. msgstr "Restabliment de contrasenya enviat"
  217. msgid "Enter new password"
  218. msgstr "Introduïu la nova contrasenya"
  219. msgid "Password reset unsuccessful"
  220. msgstr "Restabliment de contrasenya fallat"
  221. msgid "Password reset complete"
  222. msgstr "Contrasenya restablerta"
  223. msgid "Password change"
  224. msgstr "Canvi de contrasenya"
  225. msgid "Password change successful"
  226. msgstr "Contrasenya canviada amb èxit"