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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Antoni Aloy <aaloy@apsl.net>, 2014-2015,2017
  5. # Carles Barrobés <carles@barrobes.com>, 2011-2012,2014
  6. # duub qnnp, 2015
  7. # GerardoGa <ggarciamaristany@gmail.com>, 2018
  8. # Jannis Leidel <jannis@leidel.info>, 2011
  9. # Roger Pons <rogerpons@gmail.com>, 2015
  10. msgid ""
  11. msgstr ""
  12. "Project-Id-Version: django\n"
  13. "Report-Msgid-Bugs-To: \n"
  14. "POT-Creation-Date: 2018-05-21 14:16-0300\n"
  15. "PO-Revision-Date: 2018-09-22 07:45+0000\n"
  16. "Last-Translator: GerardoGa <ggarciamaristany@gmail.com>\n"
  17. "Language-Team: Catalan (http://www.transifex.com/django/django/language/"
  18. "ca/)\n"
  19. "MIME-Version: 1.0\n"
  20. "Content-Type: text/plain; charset=UTF-8\n"
  21. "Content-Transfer-Encoding: 8bit\n"
  22. "Language: ca\n"
  23. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  24. #, python-format
  25. msgid "Successfully deleted %(count)d %(items)s."
  26. msgstr "Eliminat/s %(count)d %(items)s satisfactòriament."
  27. #, python-format
  28. msgid "Cannot delete %(name)s"
  29. msgstr "No es pot esborrar %(name)s"
  30. msgid "Are you sure?"
  31. msgstr "N'esteu segur?"
  32. #, python-format
  33. msgid "Delete selected %(verbose_name_plural)s"
  34. msgstr "Eliminar els %(verbose_name_plural)s seleccionats"
  35. msgid "Administration"
  36. msgstr "Administració"
  37. msgid "All"
  38. msgstr "Tots"
  39. msgid "Yes"
  40. msgstr "Sí"
  41. msgid "No"
  42. msgstr "No"
  43. msgid "Unknown"
  44. msgstr "Desconegut"
  45. msgid "Any date"
  46. msgstr "Qualsevol data"
  47. msgid "Today"
  48. msgstr "Avui"
  49. msgid "Past 7 days"
  50. msgstr "Últims 7 dies"
  51. msgid "This month"
  52. msgstr "Aquest mes"
  53. msgid "This year"
  54. msgstr "Aquest any"
  55. msgid "No date"
  56. msgstr "Sense data"
  57. msgid "Has date"
  58. msgstr "Té data"
  59. #, python-format
  60. msgid ""
  61. "Please enter the correct %(username)s and password for a staff account. Note "
  62. "that both fields may be case-sensitive."
  63. msgstr ""
  64. "Si us plau, introduïu un %(username)s i contrasenya correcta per un compte "
  65. "de personal. Observeu que ambdós camps són sensibles a majúscules."
  66. msgid "Action:"
  67. msgstr "Acció:"
  68. #, python-format
  69. msgid "Add another %(verbose_name)s"
  70. msgstr "Afegir un/a altre/a %(verbose_name)s."
  71. msgid "Remove"
  72. msgstr "Eliminar"
  73. msgid "Addition"
  74. msgstr ""
  75. msgid "Change"
  76. msgstr "Modificar"
  77. msgid "Deletion"
  78. msgstr ""
  79. msgid "action time"
  80. msgstr "moment de l'acció"
  81. msgid "user"
  82. msgstr "usuari"
  83. msgid "content type"
  84. msgstr "tipus de contingut"
  85. msgid "object id"
  86. msgstr "id de l'objecte"
  87. #. Translators: 'repr' means representation
  88. #. (https://docs.python.org/3/library/functions.html#repr)
  89. msgid "object repr"
  90. msgstr "'repr' de l'objecte"
  91. msgid "action flag"
  92. msgstr "indicador de l'acció"
  93. msgid "change message"
  94. msgstr "missatge del canvi"
  95. msgid "log entry"
  96. msgstr "entrada del registre"
  97. msgid "log entries"
  98. msgstr "entrades del registre"
  99. #, python-format
  100. msgid "Added \"%(object)s\"."
  101. msgstr "Afegit \"%(object)s\"."
  102. #, python-format
  103. msgid "Changed \"%(object)s\" - %(changes)s"
  104. msgstr "Modificat \"%(object)s\" - %(changes)s"
  105. #, python-format
  106. msgid "Deleted \"%(object)s.\""
  107. msgstr "Eliminat \"%(object)s.\""
  108. msgid "LogEntry Object"
  109. msgstr "Objecte entrada del registre"
  110. #, python-brace-format
  111. msgid "Added {name} \"{object}\"."
  112. msgstr "Afegit {name} \"{object}\"."
  113. msgid "Added."
  114. msgstr "Afegit."
  115. msgid "and"
  116. msgstr "i"
  117. #, python-brace-format
  118. msgid "Changed {fields} for {name} \"{object}\"."
  119. msgstr "Canviat {fields} a {name} \"{object}\"."
  120. #, python-brace-format
  121. msgid "Changed {fields}."
  122. msgstr "Canviats {fields}."
  123. #, python-brace-format
  124. msgid "Deleted {name} \"{object}\"."
  125. msgstr "Eliminat {name} \"{object}\"."
  126. msgid "No fields changed."
  127. msgstr "Cap camp modificat."
  128. msgid "None"
  129. msgstr "cap"
  130. msgid ""
  131. "Hold down \"Control\", or \"Command\" on a Mac, to select more than one."
  132. msgstr "Premi \"Control\" o \"Command\" a un Mac per seleccionar-ne més d'un."
  133. #, python-brace-format
  134. msgid "The {name} \"{obj}\" was added successfully."
  135. msgstr "El {name} \"{obj}\" fou afegit amb èxit."
  136. msgid "You may edit it again below."
  137. msgstr ""
  138. #, python-brace-format
  139. msgid ""
  140. "The {name} \"{obj}\" was added successfully. You may add another {name} "
  141. "below."
  142. msgstr ""
  143. "El {name} \"{obj}\" s'ha afegit amb èxit. Pots afegir un altre {name} a "
  144. "sota."
  145. #, python-brace-format
  146. msgid ""
  147. "The {name} \"{obj}\" was changed successfully. You may edit it again below."
  148. msgstr ""
  149. "El {name} \"{obj}\" fou canviat amb èxit. Pots editar-ho un altra vegada a "
  150. "sota."
  151. #, python-brace-format
  152. msgid ""
  153. "The {name} \"{obj}\" was added successfully. You may edit it again below."
  154. msgstr ""
  155. "El {name} \"{obj}\" s'ha afegit amb èxit. Pots editar-lo altra vegada a "
  156. "sota."
  157. #, python-brace-format
  158. msgid ""
  159. "The {name} \"{obj}\" was changed successfully. You may add another {name} "
  160. "below."
  161. msgstr ""
  162. "El {name} \"{obj}\" fou canviat amb èxit. Pots afegir un altre {name} a "
  163. "sota."
  164. #, python-brace-format
  165. msgid "The {name} \"{obj}\" was changed successfully."
  166. msgstr "El {name} \"{obj}\" fou canviat amb èxit."
  167. msgid ""
  168. "Items must be selected in order to perform actions on them. No items have "
  169. "been changed."
  170. msgstr ""
  171. "Heu de seleccionar els elements per poder realitzar-hi accions. No heu "
  172. "seleccionat cap element."
  173. msgid "No action selected."
  174. msgstr "no heu seleccionat cap acció"
  175. #, python-format
  176. msgid "The %(name)s \"%(obj)s\" was deleted successfully."
  177. msgstr "El/la %(name)s \"%(obj)s\" s'ha eliminat amb èxit."
  178. #, python-format
  179. msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?"
  180. msgstr "%(name)s amb ID \"%(key)s\" no existeix. Potser va ser eliminat?"
  181. #, python-format
  182. msgid "Add %s"
  183. msgstr "Afegir %s"
  184. #, python-format
  185. msgid "Change %s"
  186. msgstr "Modificar %s"
  187. #, python-format
  188. msgid "View %s"
  189. msgstr ""
  190. msgid "Database error"
  191. msgstr "Error de base de dades"
  192. #, python-format
  193. msgid "%(count)s %(name)s was changed successfully."
  194. msgid_plural "%(count)s %(name)s were changed successfully."
  195. msgstr[0] "%(count)s %(name)s s'ha modificat amb èxit."
  196. msgstr[1] "%(count)s %(name)s s'han modificat amb èxit."
  197. #, python-format
  198. msgid "%(total_count)s selected"
  199. msgid_plural "All %(total_count)s selected"
  200. msgstr[0] "%(total_count)s seleccionat(s)"
  201. msgstr[1] "Tots %(total_count)s seleccionat(s)"
  202. #, python-format
  203. msgid "0 of %(cnt)s selected"
  204. msgstr "0 de %(cnt)s seleccionats"
  205. #, python-format
  206. msgid "Change history: %s"
  207. msgstr "Modificar històric: %s"
  208. #. Translators: Model verbose name and instance representation,
  209. #. suitable to be an item in a list.
  210. #, python-format
  211. msgid "%(class_name)s %(instance)s"
  212. msgstr "%(class_name)s %(instance)s"
  213. #, python-format
  214. msgid ""
  215. "Deleting %(class_name)s %(instance)s would require deleting the following "
  216. "protected related objects: %(related_objects)s"
  217. msgstr ""
  218. "Esborrar %(class_name)s %(instance)s requeriria esborrar els següents "
  219. "objectes relacionats protegits: %(related_objects)s"
  220. msgid "Django site admin"
  221. msgstr "Lloc administratiu de Django"
  222. msgid "Django administration"
  223. msgstr "Administració de Django"
  224. msgid "Site administration"
  225. msgstr "Administració del lloc"
  226. msgid "Log in"
  227. msgstr "Iniciar sessió"
  228. #, python-format
  229. msgid "%(app)s administration"
  230. msgstr "Administració de %(app)s"
  231. msgid "Page not found"
  232. msgstr "No s'ha pogut trobar la pàgina"
  233. msgid "We're sorry, but the requested page could not be found."
  234. msgstr "Ho sentim, però no s'ha pogut trobar la pàgina sol·licitada"
  235. msgid "Home"
  236. msgstr "Inici"
  237. msgid "Server error"
  238. msgstr "Error del servidor"
  239. msgid "Server error (500)"
  240. msgstr "Error del servidor (500)"
  241. msgid "Server Error <em>(500)</em>"
  242. msgstr "Error del servidor <em>(500)</em>"
  243. msgid ""
  244. "There's been an error. It's been reported to the site administrators via "
  245. "email and should be fixed shortly. Thanks for your patience."
  246. msgstr ""
  247. "S'ha produït un error. Se n'ha informat els administradors del lloc per "
  248. "correu electrònic, i hauria d'arreglar-se en breu. Gràcies per la vostra "
  249. "paciència."
  250. msgid "Run the selected action"
  251. msgstr "Executar l'acció seleccionada"
  252. msgid "Go"
  253. msgstr "Anar"
  254. msgid "Click here to select the objects across all pages"
  255. msgstr "Feu clic aquí per seleccionar els objectes a totes les pàgines"
  256. #, python-format
  257. msgid "Select all %(total_count)s %(module_name)s"
  258. msgstr "Seleccioneu tots %(total_count)s %(module_name)s"
  259. msgid "Clear selection"
  260. msgstr "Netejar la selecció"
  261. msgid ""
  262. "First, enter a username and password. Then, you'll be able to edit more user "
  263. "options."
  264. msgstr ""
  265. "Primer, entreu un nom d'usuari i una contrasenya. Després podreu editar més "
  266. "opcions de l'usuari."
  267. msgid "Enter a username and password."
  268. msgstr "Introduïu un nom d'usuari i contrasenya."
  269. msgid "Change password"
  270. msgstr "Canviar contrasenya"
  271. msgid "Please correct the error below."
  272. msgstr "Si us plau, corregeix l'error de sota"
  273. msgid "Please correct the errors below."
  274. msgstr "Si us plau, corregiu els errors mostrats a sota."
  275. #, python-format
  276. msgid "Enter a new password for the user <strong>%(username)s</strong>."
  277. msgstr "Introduïu una contrasenya per l'usuari <strong>%(username)s</strong>"
  278. msgid "Welcome,"
  279. msgstr "Benvingut/da,"
  280. msgid "View site"
  281. msgstr "Veure lloc"
  282. msgid "Documentation"
  283. msgstr "Documentació"
  284. msgid "Log out"
  285. msgstr "Finalitzar sessió"
  286. #, python-format
  287. msgid "Add %(name)s"
  288. msgstr "Afegir %(name)s"
  289. msgid "History"
  290. msgstr "Històric"
  291. msgid "View on site"
  292. msgstr "Veure al lloc"
  293. msgid "Filter"
  294. msgstr "Filtre"
  295. msgid "Remove from sorting"
  296. msgstr "Treure de la ordenació"
  297. #, python-format
  298. msgid "Sorting priority: %(priority_number)s"
  299. msgstr "Prioritat d'ordenació: %(priority_number)s"
  300. msgid "Toggle sorting"
  301. msgstr "Commutar ordenació"
  302. msgid "Delete"
  303. msgstr "Eliminar"
  304. #, python-format
  305. msgid ""
  306. "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting "
  307. "related objects, but your account doesn't have permission to delete the "
  308. "following types of objects:"
  309. msgstr ""
  310. "Eliminar el/la %(object_name)s '%(escaped_object)s' provocaria l'eliminació "
  311. "d'objectes relacionats, però el vostre compte no te permisos per esborrar "
  312. "els tipus d'objecte següents:"
  313. #, python-format
  314. msgid ""
  315. "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the "
  316. "following protected related objects:"
  317. msgstr ""
  318. "Esborrar %(object_name)s '%(escaped_object)s' requeriria esborrar els "
  319. "següents objectes relacionats protegits:"
  320. #, python-format
  321. msgid ""
  322. "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? "
  323. "All of the following related items will be deleted:"
  324. msgstr ""
  325. "Esteu segurs de voler esborrar els/les %(object_name)s \"%(escaped_object)s"
  326. "\"? S'esborraran els següents elements relacionats:"
  327. msgid "Objects"
  328. msgstr "Objectes"
  329. msgid "Yes, I'm sure"
  330. msgstr "Sí, n'estic segur"
  331. msgid "No, take me back"
  332. msgstr "No, torna endarrere"
  333. msgid "Delete multiple objects"
  334. msgstr "Eliminar múltiples objectes"
  335. #, python-format
  336. msgid ""
  337. "Deleting the selected %(objects_name)s would result in deleting related "
  338. "objects, but your account doesn't have permission to delete the following "
  339. "types of objects:"
  340. msgstr ""
  341. "Esborrar els %(objects_name)s seleccionats faria que s'esborréssin objectes "
  342. "relacionats, però el vostre compte no té permisos per esborrar els següents "
  343. "tipus d'objectes:"
  344. #, python-format
  345. msgid ""
  346. "Deleting the selected %(objects_name)s would require deleting the following "
  347. "protected related objects:"
  348. msgstr ""
  349. "Esborrar els %(objects_name)s seleccionats requeriria esborrar els següents "
  350. "objectes relacionats protegits:"
  351. #, python-format
  352. msgid ""
  353. "Are you sure you want to delete the selected %(objects_name)s? All of the "
  354. "following objects and their related items will be deleted:"
  355. msgstr ""
  356. "N'esteu segur de voler esborrar els %(objects_name)s seleccionats? "
  357. "S'esborraran tots els objects següents i els seus elements relacionats:"
  358. msgid "View"
  359. msgstr ""
  360. msgid "Delete?"
  361. msgstr "Eliminar?"
  362. #, python-format
  363. msgid " By %(filter_title)s "
  364. msgstr "Per %(filter_title)s "
  365. msgid "Summary"
  366. msgstr "Resum"
  367. #, python-format
  368. msgid "Models in the %(name)s application"
  369. msgstr "Models en l'aplicació %(name)s"
  370. msgid "Add"
  371. msgstr "Afegir"
  372. msgid "You don't have permission to view or edit anything."
  373. msgstr ""
  374. msgid "Recent actions"
  375. msgstr "Accions recents"
  376. msgid "My actions"
  377. msgstr "Les meves accions"
  378. msgid "None available"
  379. msgstr "Cap disponible"
  380. msgid "Unknown content"
  381. msgstr "Contingut desconegut"
  382. msgid ""
  383. "Something's wrong with your database installation. Make sure the appropriate "
  384. "database tables have been created, and make sure the database is readable by "
  385. "the appropriate user."
  386. msgstr ""
  387. "Hi ha algun problema a la instal·lació de la vostra base de dades. Assegureu-"
  388. "vos que s'han creat les taules adients, i que la base de dades és llegible "
  389. "per l'usuari apropiat."
  390. #, python-format
  391. msgid ""
  392. "You are authenticated as %(username)s, but are not authorized to access this "
  393. "page. Would you like to login to a different account?"
  394. msgstr ""
  395. "Esteu identificats com a %(username)s, però no esteu autoritzats a accedir a "
  396. "aquesta pàgina. Voleu identificar-vos amb un compte d'usuari diferent?"
  397. msgid "Forgotten your password or username?"
  398. msgstr "Heu oblidat la vostra contrasenya o nom d'usuari?"
  399. msgid "Date/time"
  400. msgstr "Data/hora"
  401. msgid "User"
  402. msgstr "Usuari"
  403. msgid "Action"
  404. msgstr "Acció"
  405. msgid ""
  406. "This object doesn't have a change history. It probably wasn't added via this "
  407. "admin site."
  408. msgstr ""
  409. "Aquest objecte no té historial de canvis. Probablement no es va afegir "
  410. "utilitzant aquest lloc administratiu."
  411. msgid "Show all"
  412. msgstr "Mostrar tots"
  413. msgid "Save"
  414. msgstr "Desar"
  415. msgid "Popup closing..."
  416. msgstr "Tancant el contingut emergent..."
  417. #, python-format
  418. msgid "Change selected %(model)s"
  419. msgstr "Canviea el %(model)s seleccionat"
  420. #, python-format
  421. msgid "View selected %(model)s"
  422. msgstr ""
  423. #, python-format
  424. msgid "Add another %(model)s"
  425. msgstr "Afegeix un altre %(model)s"
  426. #, python-format
  427. msgid "Delete selected %(model)s"
  428. msgstr "Esborra el %(model)s seleccionat"
  429. msgid "Search"
  430. msgstr "Cerca"
  431. #, python-format
  432. msgid "%(counter)s result"
  433. msgid_plural "%(counter)s results"
  434. msgstr[0] "%(counter)s resultat"
  435. msgstr[1] "%(counter)s resultats"
  436. #, python-format
  437. msgid "%(full_result_count)s total"
  438. msgstr "%(full_result_count)s en total"
  439. msgid "Save as new"
  440. msgstr "Desar com a nou"
  441. msgid "Save and add another"
  442. msgstr "Desar i afegir-ne un de nou"
  443. msgid "Save and continue editing"
  444. msgstr "Desar i continuar editant"
  445. msgid "Save and view"
  446. msgstr ""
  447. msgid "Close"
  448. msgstr ""
  449. msgid "Thanks for spending some quality time with the Web site today."
  450. msgstr "Gràcies per passar una estona de qualitat al web durant el dia d'avui."
  451. msgid "Log in again"
  452. msgstr "Iniciar sessió de nou"
  453. msgid "Password change"
  454. msgstr "Canvi de contrasenya"
  455. msgid "Your password was changed."
  456. msgstr "La seva contrasenya ha estat canviada."
  457. msgid ""
  458. "Please enter your old password, for security's sake, and then enter your new "
  459. "password twice so we can verify you typed it in correctly."
  460. msgstr ""
  461. "Si us plau, introduïu la vostra contrasenya antiga, per seguretat, i tot "
  462. "seguit introduïu la vostra contrasenya nova dues vegades per verificar que "
  463. "l'heu escrita correctament."
  464. msgid "Change my password"
  465. msgstr "Canviar la meva contrasenya:"
  466. msgid "Password reset"
  467. msgstr "Restablir contrasenya"
  468. msgid "Your password has been set. You may go ahead and log in now."
  469. msgstr ""
  470. "S'ha canviat la vostra contrasenya. Ara podeu continuar i iniciar sessió."
  471. msgid "Password reset confirmation"
  472. msgstr "Confirmació de restabliment de contrasenya"
  473. msgid ""
  474. "Please enter your new password twice so we can verify you typed it in "
  475. "correctly."
  476. msgstr ""
  477. "Si us plau, introduïu la vostra nova contrasenya dues vegades, per verificar "
  478. "que l'heu escrita correctament."
  479. msgid "New password:"
  480. msgstr "Contrasenya nova:"
  481. msgid "Confirm password:"
  482. msgstr "Confirmar contrasenya:"
  483. msgid ""
  484. "The password reset link was invalid, possibly because it has already been "
  485. "used. Please request a new password reset."
  486. msgstr ""
  487. "L'enllaç de restabliment de contrasenya era invàlid, potser perquè ja s'ha "
  488. "utilitzat. Si us plau, sol·liciteu un nou reestabliment de contrasenya."
  489. msgid ""
  490. "We've emailed you instructions for setting your password, if an account "
  491. "exists with the email you entered. You should receive them shortly."
  492. msgstr ""
  493. "Li hem enviat instruccions per establir la seva contrasenya, donat que hi "
  494. "hagi un compte associat al correu introduït. L'hauríeu de rebre en breu."
  495. msgid ""
  496. "If you don't receive an email, please make sure you've entered the address "
  497. "you registered with, and check your spam folder."
  498. msgstr ""
  499. "Si no rebeu un correu, assegureu-vos que heu introduït l'adreça amb la que "
  500. "us vau registrar, i comproveu la vostra carpeta de \"spam\"."
  501. #, python-format
  502. msgid ""
  503. "You're receiving this email because you requested a password reset for your "
  504. "user account at %(site_name)s."
  505. msgstr ""
  506. "Heu rebut aquest correu perquè vau sol·licitar restablir la contrasenya per "
  507. "al vostre compte d'usuari a %(site_name)s."
  508. msgid "Please go to the following page and choose a new password:"
  509. msgstr "Si us plau, aneu a la pàgina següent i escolliu una nova contrasenya:"
  510. msgid "Your username, in case you've forgotten:"
  511. msgstr "El vostre nom d'usuari, en cas que l'hagueu oblidat:"
  512. msgid "Thanks for using our site!"
  513. msgstr "Gràcies per fer ús del nostre lloc!"
  514. #, python-format
  515. msgid "The %(site_name)s team"
  516. msgstr "L'equip de %(site_name)s"
  517. msgid ""
  518. "Forgotten your password? Enter your email address below, and we'll email "
  519. "instructions for setting a new one."
  520. msgstr ""
  521. "Heu oblidat la vostra contrasenya? Introduïu la vostra adreça de correu "
  522. "electrònic a sota, i us enviarem instruccions per canviar-la."
  523. msgid "Email address:"
  524. msgstr "Adreça de correu electrònic:"
  525. msgid "Reset my password"
  526. msgstr "Restablir la meva contrasenya"
  527. msgid "All dates"
  528. msgstr "Totes les dates"
  529. #, python-format
  530. msgid "Select %s"
  531. msgstr "Seleccioneu %s"
  532. #, python-format
  533. msgid "Select %s to change"
  534. msgstr "Seleccioneu %s per modificar"
  535. #, python-format
  536. msgid "Select %s to view"
  537. msgstr ""
  538. msgid "Date:"
  539. msgstr "Data:"
  540. msgid "Time:"
  541. msgstr "Hora:"
  542. msgid "Lookup"
  543. msgstr "Cercar"
  544. msgid "Currently:"
  545. msgstr "Actualment:"
  546. msgid "Change:"
  547. msgstr "Canviar:"