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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # fasouto <fsoutomoure@gmail.com>, 2011-2012
  5. # fonso <fonzzo@gmail.com>, 2011,2013
  6. # fasouto <fsoutomoure@gmail.com>, 2017
  7. # Jannis Leidel <jannis@leidel.info>, 2011
  8. # Leandro Regueiro <leandro.regueiro@gmail.com>, 2013
  9. # Oscar Carballal <oscar.carballal@protonmail.com>, 2011-2012
  10. # Pablo, 2015
  11. msgid ""
  12. msgstr ""
  13. "Project-Id-Version: django\n"
  14. "Report-Msgid-Bugs-To: \n"
  15. "POT-Creation-Date: 2017-01-19 16:49+0100\n"
  16. "PO-Revision-Date: 2017-09-23 18:54+0000\n"
  17. "Last-Translator: fasouto <fsoutomoure@gmail.com>\n"
  18. "Language-Team: Galician (http://www.transifex.com/django/django/language/"
  19. "gl/)\n"
  20. "MIME-Version: 1.0\n"
  21. "Content-Type: text/plain; charset=UTF-8\n"
  22. "Content-Transfer-Encoding: 8bit\n"
  23. "Language: gl\n"
  24. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  25. #, python-format
  26. msgid "Successfully deleted %(count)d %(items)s."
  27. msgstr "Borrado exitosamente %(count)d %(items)s"
  28. #, python-format
  29. msgid "Cannot delete %(name)s"
  30. msgstr "Non foi posíbel eliminar %(name)s"
  31. msgid "Are you sure?"
  32. msgstr "¿Está seguro?"
  33. #, python-format
  34. msgid "Delete selected %(verbose_name_plural)s"
  35. msgstr "Borrar %(verbose_name_plural)s seleccionados."
  36. msgid "Administration"
  37. msgstr "Administración"
  38. msgid "All"
  39. msgstr "Todo"
  40. msgid "Yes"
  41. msgstr "Si"
  42. msgid "No"
  43. msgstr "Non"
  44. msgid "Unknown"
  45. msgstr "Descoñecido"
  46. msgid "Any date"
  47. msgstr "Calquera data"
  48. msgid "Today"
  49. msgstr "Hoxe"
  50. msgid "Past 7 days"
  51. msgstr "Últimos 7 días"
  52. msgid "This month"
  53. msgstr "Este mes"
  54. msgid "This year"
  55. msgstr "Este ano"
  56. msgid "No date"
  57. msgstr "Sen data"
  58. msgid "Has date"
  59. msgstr "Ten data"
  60. #, python-format
  61. msgid ""
  62. "Please enter the correct %(username)s and password for a staff account. Note "
  63. "that both fields may be case-sensitive."
  64. msgstr ""
  65. "Por favor, insira os %(username)s e contrasinal dunha conta de persoal. Teña "
  66. "en conta que ambos os dous campos distingues maiúsculas e minúsculas."
  67. msgid "Action:"
  68. msgstr "Acción:"
  69. #, python-format
  70. msgid "Add another %(verbose_name)s"
  71. msgstr "Engadir outro %(verbose_name)s"
  72. msgid "Remove"
  73. msgstr "Retirar"
  74. msgid "action time"
  75. msgstr "hora da acción"
  76. msgid "user"
  77. msgstr "usuario"
  78. msgid "content type"
  79. msgstr ""
  80. msgid "object id"
  81. msgstr "id do obxecto"
  82. #. Translators: 'repr' means representation
  83. #. (https://docs.python.org/3/library/functions.html#repr)
  84. msgid "object repr"
  85. msgstr "repr do obxecto"
  86. msgid "action flag"
  87. msgstr "código do tipo de acción"
  88. msgid "change message"
  89. msgstr "cambiar mensaxe"
  90. msgid "log entry"
  91. msgstr "entrada de rexistro"
  92. msgid "log entries"
  93. msgstr "entradas de rexistro"
  94. #, python-format
  95. msgid "Added \"%(object)s\"."
  96. msgstr "Engadido \"%(object)s\"."
  97. #, python-format
  98. msgid "Changed \"%(object)s\" - %(changes)s"
  99. msgstr "Modificados \"%(object)s\" - %(changes)s"
  100. #, python-format
  101. msgid "Deleted \"%(object)s.\""
  102. msgstr "Borrados \"%(object)s.\""
  103. msgid "LogEntry Object"
  104. msgstr "Obxecto LogEntry"
  105. #, python-brace-format
  106. msgid "Added {name} \"{object}\"."
  107. msgstr ""
  108. msgid "Added."
  109. msgstr "Engadido"
  110. msgid "and"
  111. msgstr "e"
  112. #, python-brace-format
  113. msgid "Changed {fields} for {name} \"{object}\"."
  114. msgstr ""
  115. #, python-brace-format
  116. msgid "Changed {fields}."
  117. msgstr ""
  118. #, python-brace-format
  119. msgid "Deleted {name} \"{object}\"."
  120. msgstr ""
  121. msgid "No fields changed."
  122. msgstr "Non se modificou ningún campo."
  123. msgid "None"
  124. msgstr "Ningún"
  125. msgid ""
  126. "Hold down \"Control\", or \"Command\" on a Mac, to select more than one."
  127. msgstr ""
  128. #, python-brace-format
  129. msgid ""
  130. "The {name} \"{obj}\" was added successfully. You may edit it again below."
  131. msgstr ""
  132. #, python-brace-format
  133. msgid ""
  134. "The {name} \"{obj}\" was added successfully. You may add another {name} "
  135. "below."
  136. msgstr ""
  137. #, python-brace-format
  138. msgid "The {name} \"{obj}\" was added successfully."
  139. msgstr ""
  140. #, python-brace-format
  141. msgid ""
  142. "The {name} \"{obj}\" was changed successfully. You may edit it again below."
  143. msgstr ""
  144. #, python-brace-format
  145. msgid ""
  146. "The {name} \"{obj}\" was changed successfully. You may add another {name} "
  147. "below."
  148. msgstr ""
  149. #, python-brace-format
  150. msgid "The {name} \"{obj}\" was changed successfully."
  151. msgstr ""
  152. msgid ""
  153. "Items must be selected in order to perform actions on them. No items have "
  154. "been changed."
  155. msgstr ""
  156. "Deb seleccionar ítems para poder facer accións con eles. Ningún ítem foi "
  157. "cambiado."
  158. msgid "No action selected."
  159. msgstr "Non se elixiu ningunha acción."
  160. #, python-format
  161. msgid "The %(name)s \"%(obj)s\" was deleted successfully."
  162. msgstr "Eliminouse correctamente o/a %(name)s \"%(obj)s\"."
  163. #, python-format
  164. msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?"
  165. msgstr ""
  166. #, python-format
  167. msgid "Add %s"
  168. msgstr "Engadir %s"
  169. #, python-format
  170. msgid "Change %s"
  171. msgstr "Modificar %s"
  172. msgid "Database error"
  173. msgstr "Erro da base de datos"
  174. #, python-format
  175. msgid "%(count)s %(name)s was changed successfully."
  176. msgid_plural "%(count)s %(name)s were changed successfully."
  177. msgstr[0] "%(count)s %(name)s foi cambiado satisfactoriamente."
  178. msgstr[1] "%(count)s %(name)s foron cambiados satisfactoriamente."
  179. #, python-format
  180. msgid "%(total_count)s selected"
  181. msgid_plural "All %(total_count)s selected"
  182. msgstr[0] "%(total_count)s seleccionado."
  183. msgstr[1] "Tódolos %(total_count)s seleccionados."
  184. #, python-format
  185. msgid "0 of %(cnt)s selected"
  186. msgstr "0 de %(cnt)s seleccionados."
  187. #, python-format
  188. msgid "Change history: %s"
  189. msgstr "Histórico de cambios: %s"
  190. #. Translators: Model verbose name and instance representation,
  191. #. suitable to be an item in a list.
  192. #, python-format
  193. msgid "%(class_name)s %(instance)s"
  194. msgstr ""
  195. #, python-format
  196. msgid ""
  197. "Deleting %(class_name)s %(instance)s would require deleting the following "
  198. "protected related objects: %(related_objects)s"
  199. msgstr ""
  200. msgid "Django site admin"
  201. msgstr "Administración de sitio Django"
  202. msgid "Django administration"
  203. msgstr "Administración de Django"
  204. msgid "Site administration"
  205. msgstr "Administración do sitio"
  206. msgid "Log in"
  207. msgstr "Iniciar sesión"
  208. #, python-format
  209. msgid "%(app)s administration"
  210. msgstr "administración de %(app)s "
  211. msgid "Page not found"
  212. msgstr "Páxina non atopada"
  213. msgid "We're sorry, but the requested page could not be found."
  214. msgstr "Sentímolo, pero non se atopou a páxina solicitada."
  215. msgid "Home"
  216. msgstr "Inicio"
  217. msgid "Server error"
  218. msgstr "Erro no servidor"
  219. msgid "Server error (500)"
  220. msgstr "Erro no servidor (500)"
  221. msgid "Server Error <em>(500)</em>"
  222. msgstr "Erro no servidor <em>(500)</em>"
  223. msgid ""
  224. "There's been an error. It's been reported to the site administrators via "
  225. "email and should be fixed shortly. Thanks for your patience."
  226. msgstr ""
  227. "Ocorreu un erro. Os administradores do sitio foron informados por email e "
  228. "debería ser arranxado pronto. Grazas pola súa paciencia."
  229. msgid "Run the selected action"
  230. msgstr "Executar a acción seleccionada"
  231. msgid "Go"
  232. msgstr "Ir"
  233. msgid "Click here to select the objects across all pages"
  234. msgstr "Fai clic aquí para seleccionar os obxectos en tódalas páxinas"
  235. #, python-format
  236. msgid "Select all %(total_count)s %(module_name)s"
  237. msgstr "Seleccionar todos os %(total_count)s %(module_name)s"
  238. msgid "Clear selection"
  239. msgstr "Limpar selección"
  240. msgid ""
  241. "First, enter a username and password. Then, you'll be able to edit more user "
  242. "options."
  243. msgstr ""
  244. "Primeiro insira un nome de usuario e un contrasinal. Despois poderá editar "
  245. "máis opcións de usuario."
  246. msgid "Enter a username and password."
  247. msgstr "Introduza un nome de usuario e contrasinal."
  248. msgid "Change password"
  249. msgstr "Cambiar contrasinal"
  250. msgid "Please correct the error below."
  251. msgstr "Corrixa os erros de embaixo."
  252. msgid "Please correct the errors below."
  253. msgstr "Por favor, corrixa os erros de embaixo"
  254. #, python-format
  255. msgid "Enter a new password for the user <strong>%(username)s</strong>."
  256. msgstr ""
  257. "Insira un novo contrasinal para o usuario <strong>%(username)s</strong>."
  258. msgid "Welcome,"
  259. msgstr "Benvido,"
  260. msgid "View site"
  261. msgstr "Ver sitio"
  262. msgid "Documentation"
  263. msgstr "Documentación"
  264. msgid "Log out"
  265. msgstr "Rematar sesión"
  266. #, python-format
  267. msgid "Add %(name)s"
  268. msgstr "Engadir %(name)s"
  269. msgid "History"
  270. msgstr "Historial"
  271. msgid "View on site"
  272. msgstr "Ver no sitio"
  273. msgid "Filter"
  274. msgstr "Filtro"
  275. msgid "Remove from sorting"
  276. msgstr "Eliminar da clasificación"
  277. #, python-format
  278. msgid "Sorting priority: %(priority_number)s"
  279. msgstr "Prioridade de clasificación: %(priority_number)s"
  280. msgid "Toggle sorting"
  281. msgstr "Activar clasificación"
  282. msgid "Delete"
  283. msgstr "Eliminar"
  284. #, python-format
  285. msgid ""
  286. "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting "
  287. "related objects, but your account doesn't have permission to delete the "
  288. "following types of objects:"
  289. msgstr ""
  290. "Borrar o %(object_name)s '%(escaped_object)s' resultaría na eliminación de "
  291. "elementos relacionados, pero a súa conta non ten permiso para borrar os "
  292. "seguintes tipos de elementos:"
  293. #, python-format
  294. msgid ""
  295. "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the "
  296. "following protected related objects:"
  297. msgstr ""
  298. "Para borrar o obxecto %(object_name)s '%(escaped_object)s' requiriríase "
  299. "borrar os seguintes obxectos protexidos relacionados:"
  300. #, python-format
  301. msgid ""
  302. "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? "
  303. "All of the following related items will be deleted:"
  304. msgstr ""
  305. "Seguro que quere borrar o %(object_name)s \"%(escaped_object)s\"? "
  306. "Eliminaranse os seguintes obxectos relacionados:"
  307. msgid "Objects"
  308. msgstr "Obxectos"
  309. msgid "Yes, I'm sure"
  310. msgstr "Si, estou seguro"
  311. msgid "No, take me back"
  312. msgstr ""
  313. msgid "Delete multiple objects"
  314. msgstr "Eliminar múltiples obxectos"
  315. #, python-format
  316. msgid ""
  317. "Deleting the selected %(objects_name)s would result in deleting related "
  318. "objects, but your account doesn't have permission to delete the following "
  319. "types of objects:"
  320. msgstr ""
  321. "Borrar os obxectos %(objects_name)s seleccionados resultaría na eliminación "
  322. "de obxectos relacionados, pero a súa conta non ten permiso para borrar os "
  323. "seguintes tipos de obxecto:"
  324. #, python-format
  325. msgid ""
  326. "Deleting the selected %(objects_name)s would require deleting the following "
  327. "protected related objects:"
  328. msgstr ""
  329. "Para borrar os obxectos %(objects_name)s relacionados requiriríase eliminar "
  330. "os seguintes obxectos protexidos relacionados:"
  331. #, python-format
  332. msgid ""
  333. "Are you sure you want to delete the selected %(objects_name)s? All of the "
  334. "following objects and their related items will be deleted:"
  335. msgstr ""
  336. "Está seguro de que quere borrar os obxectos %(objects_name)s seleccionados? "
  337. "Serán eliminados todos os seguintes obxectos e elementos relacionados on "
  338. "eles:"
  339. msgid "Change"
  340. msgstr "Modificar"
  341. msgid "Delete?"
  342. msgstr "¿Eliminar?"
  343. #, python-format
  344. msgid " By %(filter_title)s "
  345. msgstr " Por %(filter_title)s "
  346. msgid "Summary"
  347. msgstr ""
  348. #, python-format
  349. msgid "Models in the %(name)s application"
  350. msgstr "Modelos na aplicación %(name)s"
  351. msgid "Add"
  352. msgstr "Engadir"
  353. msgid "You don't have permission to edit anything."
  354. msgstr "Non ten permiso para editar nada."
  355. msgid "Recent actions"
  356. msgstr "Accións recentes"
  357. msgid "My actions"
  358. msgstr "As miñas accións"
  359. msgid "None available"
  360. msgstr "Ningunha dispoñíbel"
  361. msgid "Unknown content"
  362. msgstr "Contido descoñecido"
  363. msgid ""
  364. "Something's wrong with your database installation. Make sure the appropriate "
  365. "database tables have been created, and make sure the database is readable by "
  366. "the appropriate user."
  367. msgstr ""
  368. "Hai un problema coa súa instalación de base de datos. Asegúrese de que se "
  369. "creasen as táboas axeitadas na base de datos, e de que o usuario apropiado "
  370. "teña permisos para lela."
  371. #, python-format
  372. msgid ""
  373. "You are authenticated as %(username)s, but are not authorized to access this "
  374. "page. Would you like to login to a different account?"
  375. msgstr ""
  376. msgid "Forgotten your password or username?"
  377. msgstr "¿Olvidou o usuario ou contrasinal?"
  378. msgid "Date/time"
  379. msgstr "Data/hora"
  380. msgid "User"
  381. msgstr "Usuario"
  382. msgid "Action"
  383. msgstr "Acción"
  384. msgid ""
  385. "This object doesn't have a change history. It probably wasn't added via this "
  386. "admin site."
  387. msgstr ""
  388. "Este obxecto non ten histórico de cambios. Posibelmente non se creou usando "
  389. "este sitio de administración."
  390. msgid "Show all"
  391. msgstr "Amosar todo"
  392. msgid "Save"
  393. msgstr "Gardar"
  394. msgid "Popup closing..."
  395. msgstr ""
  396. #, python-format
  397. msgid "Change selected %(model)s"
  398. msgstr ""
  399. #, python-format
  400. msgid "Add another %(model)s"
  401. msgstr "Engadir outro %(model)s"
  402. #, python-format
  403. msgid "Delete selected %(model)s"
  404. msgstr ""
  405. msgid "Search"
  406. msgstr "Busca"
  407. #, python-format
  408. msgid "%(counter)s result"
  409. msgid_plural "%(counter)s results"
  410. msgstr[0] "%(counter)s resultado. "
  411. msgstr[1] "%(counter)s resultados."
  412. #, python-format
  413. msgid "%(full_result_count)s total"
  414. msgstr "%(full_result_count)s en total"
  415. msgid "Save as new"
  416. msgstr "Gardar como novo"
  417. msgid "Save and add another"
  418. msgstr "Gardar e engadir outro"
  419. msgid "Save and continue editing"
  420. msgstr "Gardar e seguir modificando"
  421. msgid "Thanks for spending some quality time with the Web site today."
  422. msgstr "Grazas polo tempo que dedicou ao sitio web."
  423. msgid "Log in again"
  424. msgstr "Entrar de novo"
  425. msgid "Password change"
  426. msgstr "Cambiar o contrasinal"
  427. msgid "Your password was changed."
  428. msgstr "Cambiouse o seu contrasinal."
  429. msgid ""
  430. "Please enter your old password, for security's sake, and then enter your new "
  431. "password twice so we can verify you typed it in correctly."
  432. msgstr ""
  433. "Por razóns de seguridade, introduza o contrasinal actual. Despois introduza "
  434. "dúas veces o contrasinal para verificarmos que o escribiu correctamente."
  435. msgid "Change my password"
  436. msgstr "Cambiar o contrasinal"
  437. msgid "Password reset"
  438. msgstr "Recuperar o contrasinal"
  439. msgid "Your password has been set. You may go ahead and log in now."
  440. msgstr ""
  441. "A túa clave foi gardada.\n"
  442. "Xa podes entrar."
  443. msgid "Password reset confirmation"
  444. msgstr "Confirmación de reseteo da contrasinal"
  445. msgid ""
  446. "Please enter your new password twice so we can verify you typed it in "
  447. "correctly."
  448. msgstr ""
  449. "Por favor insira a súa contrasinal dúas veces para que podamos verificar se "
  450. "a escribiu correctamente."
  451. msgid "New password:"
  452. msgstr "Contrasinal novo:"
  453. msgid "Confirm password:"
  454. msgstr "Confirmar contrasinal:"
  455. msgid ""
  456. "The password reset link was invalid, possibly because it has already been "
  457. "used. Please request a new password reset."
  458. msgstr ""
  459. "A ligazón de reseteo da contrasinal non é válida, posiblemente porque xa foi "
  460. "usada. Por favor pida un novo reseteo da contrasinal."
  461. msgid ""
  462. "We've emailed you instructions for setting your password, if an account "
  463. "exists with the email you entered. You should receive them shortly."
  464. msgstr ""
  465. msgid ""
  466. "If you don't receive an email, please make sure you've entered the address "
  467. "you registered with, and check your spam folder."
  468. msgstr ""
  469. #, python-format
  470. msgid ""
  471. "You're receiving this email because you requested a password reset for your "
  472. "user account at %(site_name)s."
  473. msgstr ""
  474. "Recibe este email porque solicitou restablecer o contrasinal para a súa "
  475. "conta de usuario en %(site_name)s"
  476. msgid "Please go to the following page and choose a new password:"
  477. msgstr "Por favor vaia á seguinte páxina e elixa una nova contrasinal:"
  478. msgid "Your username, in case you've forgotten:"
  479. msgstr "No caso de que o esquecese, o seu nome de usuario é:"
  480. msgid "Thanks for using our site!"
  481. msgstr "Grazas por usar o noso sitio web!"
  482. #, python-format
  483. msgid "The %(site_name)s team"
  484. msgstr "O equipo de %(site_name)s"
  485. msgid ""
  486. "Forgotten your password? Enter your email address below, and we'll email "
  487. "instructions for setting a new one."
  488. msgstr ""
  489. "Esqueceu o contrasinal? Insira o seu enderezo de email embaixo e "
  490. "enviarémoslle as instrucións para configurar un novo."
  491. msgid "Email address:"
  492. msgstr "Enderezo de correo electrónico:"
  493. msgid "Reset my password"
  494. msgstr "Recuperar o meu contrasinal"
  495. msgid "All dates"
  496. msgstr "Todas as datas"
  497. #, python-format
  498. msgid "Select %s"
  499. msgstr "Seleccione un/unha %s"
  500. #, python-format
  501. msgid "Select %s to change"
  502. msgstr "Seleccione %s que modificar"
  503. msgid "Date:"
  504. msgstr "Data:"
  505. msgid "Time:"
  506. msgstr "Hora:"
  507. msgid "Lookup"
  508. msgstr "Procurar"
  509. msgid "Currently:"
  510. msgstr "Actualmente:"
  511. msgid "Change:"
  512. msgstr "Modificar:"