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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Jannis Leidel <jannis@leidel.info>, 2011
  5. # Luke Blaney <transifex@lukeblaney.co.uk>, 2019
  6. # Michael Thornhill <michael@maithu.com>, 2011-2012,2015
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: django\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2019-01-16 20:42+0100\n"
  12. "PO-Revision-Date: 2019-06-22 21:17+0000\n"
  13. "Last-Translator: Luke Blaney <transifex@lukeblaney.co.uk>\n"
  14. "Language-Team: Irish (http://www.transifex.com/django/django/language/ga/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Language: ga\n"
  19. "Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : "
  20. "4);\n"
  21. #, python-format
  22. msgid "Successfully deleted %(count)d %(items)s."
  23. msgstr "D'éirigh le scriosadh %(count)d %(items)s."
  24. #, python-format
  25. msgid "Cannot delete %(name)s"
  26. msgstr "Ní féidir scriosadh %(name)s "
  27. msgid "Are you sure?"
  28. msgstr "An bhfuil tú cinnte?"
  29. #, python-format
  30. msgid "Delete selected %(verbose_name_plural)s"
  31. msgstr "Scrios %(verbose_name_plural) roghnaithe"
  32. msgid "Administration"
  33. msgstr "Riarachán"
  34. msgid "All"
  35. msgstr "Gach"
  36. msgid "Yes"
  37. msgstr "Tá"
  38. msgid "No"
  39. msgstr "Níl"
  40. msgid "Unknown"
  41. msgstr "Gan aithne"
  42. msgid "Any date"
  43. msgstr "Aon dáta"
  44. msgid "Today"
  45. msgstr "Inniu"
  46. msgid "Past 7 days"
  47. msgstr "7 lá a chuaigh thart"
  48. msgid "This month"
  49. msgstr "Táim cinnte"
  50. msgid "This year"
  51. msgstr "An blian seo"
  52. msgid "No date"
  53. msgstr "Gan dáta"
  54. msgid "Has date"
  55. msgstr "Le dáta"
  56. #, python-format
  57. msgid ""
  58. "Please enter the correct %(username)s and password for a staff account. Note "
  59. "that both fields may be case-sensitive."
  60. msgstr ""
  61. "Cuir isteach an %(username)s agus focal faire ceart le haghaidh cuntas "
  62. "foirne. Tabhair faoi deara go bhféadfadh an dá réimsí a cás-íogair."
  63. msgid "Action:"
  64. msgstr "Aicsean:"
  65. #, python-format
  66. msgid "Add another %(verbose_name)s"
  67. msgstr "Cuir eile %(verbose_name)s"
  68. msgid "Remove"
  69. msgstr "Tóg amach"
  70. msgid "Addition"
  71. msgstr ""
  72. msgid "Change"
  73. msgstr "Athraigh"
  74. msgid "Deletion"
  75. msgstr "Scriosadh"
  76. msgid "action time"
  77. msgstr "am aicsean"
  78. msgid "user"
  79. msgstr "úsáideoir"
  80. msgid "content type"
  81. msgstr ""
  82. msgid "object id"
  83. msgstr "id oibiacht"
  84. #. Translators: 'repr' means representation
  85. #. (https://docs.python.org/library/functions.html#repr)
  86. msgid "object repr"
  87. msgstr "repr oibiacht"
  88. msgid "action flag"
  89. msgstr "brat an aicsean"
  90. msgid "change message"
  91. msgstr "teachtaireacht athrú"
  92. msgid "log entry"
  93. msgstr "loga iontráil"
  94. msgid "log entries"
  95. msgstr "loga iontrálacha"
  96. #, python-format
  97. msgid "Added \"%(object)s\"."
  98. msgstr "\"%(object)s\" curtha isteach."
  99. #, python-format
  100. msgid "Changed \"%(object)s\" - %(changes)s"
  101. msgstr "\"%(object)s\" - %(changes)s aithrithe"
  102. #, python-format
  103. msgid "Deleted \"%(object)s.\""
  104. msgstr "\"%(object)s.\" scrioste"
  105. msgid "LogEntry Object"
  106. msgstr "Oibiacht LogEntry"
  107. #, python-brace-format
  108. msgid "Added {name} \"{object}\"."
  109. msgstr "{name} curtha leis \"{object}\"."
  110. msgid "Added."
  111. msgstr "Curtha leis."
  112. msgid "and"
  113. msgstr "agus"
  114. #, python-brace-format
  115. msgid "Changed {fields} for {name} \"{object}\"."
  116. msgstr "{fields} athrithe don {name} \"{object}\"."
  117. #, python-brace-format
  118. msgid "Changed {fields}."
  119. msgstr "{fields} athrithe."
  120. #, python-brace-format
  121. msgid "Deleted {name} \"{object}\"."
  122. msgstr "{name} scrioste: \"{object}\"."
  123. msgid "No fields changed."
  124. msgstr "Dada réimse aithraithe"
  125. msgid "None"
  126. msgstr "Dada"
  127. msgid ""
  128. "Hold down \"Control\", or \"Command\" on a Mac, to select more than one."
  129. msgstr ""
  130. "Coinnigh síos \"Control\", nó \"Command\" ar Mac chun níos mó ná ceann "
  131. "amháin a roghnú."
  132. #, python-brace-format
  133. msgid "The {name} \"{obj}\" was added successfully."
  134. msgstr "Bhí {name} \"{obj}\" curtha leis go rathúil"
  135. msgid "You may edit it again below."
  136. msgstr "Thig leat é a athrú arís faoi seo."
  137. #, python-brace-format
  138. msgid ""
  139. "The {name} \"{obj}\" was added successfully. You may add another {name} "
  140. "below."
  141. msgstr ""
  142. #, python-brace-format
  143. msgid ""
  144. "The {name} \"{obj}\" was changed successfully. You may edit it again below."
  145. msgstr ""
  146. "D'athraigh {name} \"{obj}\" go rathúil.\n"
  147. "Thig leat é a athrú arís faoi seo."
  148. #, python-brace-format
  149. msgid ""
  150. "The {name} \"{obj}\" was added successfully. You may edit it again below."
  151. msgstr ""
  152. #, python-brace-format
  153. msgid ""
  154. "The {name} \"{obj}\" was changed successfully. You may add another {name} "
  155. "below."
  156. msgstr ""
  157. "D'athraigh {name} \"{obj}\" go rathúil.\n"
  158. "Thig leat {name} eile a chuir leis."
  159. #, python-brace-format
  160. msgid "The {name} \"{obj}\" was changed successfully."
  161. msgstr "D'athraigh {name} \"{obj}\" go rathúil."
  162. msgid ""
  163. "Items must be selected in order to perform actions on them. No items have "
  164. "been changed."
  165. msgstr ""
  166. "Ní mór Míreanna a roghnú chun caingne a dhéanamh orthu. Níl aon mhíreanna a "
  167. "athrú."
  168. msgid "No action selected."
  169. msgstr "Uimh gníomh roghnaithe."
  170. #, python-format
  171. msgid "The %(name)s \"%(obj)s\" was deleted successfully."
  172. msgstr "Bhí %(name)s \"%(obj)s\" scrioste go rathúil."
  173. #, python-format
  174. msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?"
  175. msgstr "Níl%(name)s ann le aitheantais \"%(key)s\". B'fhéidir gur scriosadh é?"
  176. #, python-format
  177. msgid "Add %s"
  178. msgstr "Cuir %s le"
  179. #, python-format
  180. msgid "Change %s"
  181. msgstr "Aithrigh %s"
  182. #, python-format
  183. msgid "View %s"
  184. msgstr "Amharc ar %s"
  185. msgid "Database error"
  186. msgstr "Botún bunachar sonraí"
  187. #, python-format
  188. msgid "%(count)s %(name)s was changed successfully."
  189. msgid_plural "%(count)s %(name)s were changed successfully."
  190. msgstr[0] "%(count)s %(name)s athraithe go rathúil"
  191. msgstr[1] "%(count)s %(name)s athraithe go rathúil"
  192. msgstr[2] "%(count)s %(name)s athraithe go rathúil"
  193. msgstr[3] "%(count)s %(name)s athraithe go rathúil"
  194. msgstr[4] "%(count)s %(name)s athraithe go rathúil"
  195. #, python-format
  196. msgid "%(total_count)s selected"
  197. msgid_plural "All %(total_count)s selected"
  198. msgstr[0] "%(total_count)s roghnaithe"
  199. msgstr[1] "Gach %(total_count)s roghnaithe"
  200. msgstr[2] "Gach %(total_count)s roghnaithe"
  201. msgstr[3] "Gach %(total_count)s roghnaithe"
  202. msgstr[4] "Gach %(total_count)s roghnaithe"
  203. #, python-format
  204. msgid "0 of %(cnt)s selected"
  205. msgstr "0 as %(cnt)s roghnaithe."
  206. #, python-format
  207. msgid "Change history: %s"
  208. msgstr "Athraigh stáir %s"
  209. #. Translators: Model verbose name and instance representation,
  210. #. suitable to be an item in a list.
  211. #, python-format
  212. msgid "%(class_name)s %(instance)s"
  213. msgstr "%(class_name)s %(instance)s"
  214. #, python-format
  215. msgid ""
  216. "Deleting %(class_name)s %(instance)s would require deleting the following "
  217. "protected related objects: %(related_objects)s"
  218. msgstr ""
  219. "Teastaíodh scriosadh %(class_name)s %(instance)s scriosadh na rudaí a "
  220. "bhaineann leis: %(related_objects)s"
  221. msgid "Django site admin"
  222. msgstr "Riarthóir suíomh Django"
  223. msgid "Django administration"
  224. msgstr "Riarachán Django"
  225. msgid "Site administration"
  226. msgstr "Riaracháin an suíomh"
  227. msgid "Log in"
  228. msgstr "Logáil isteach"
  229. #, python-format
  230. msgid "%(app)s administration"
  231. msgstr "%(app)s riaracháin"
  232. msgid "Page not found"
  233. msgstr "Ní bhfuarthas an leathanach"
  234. msgid "We're sorry, but the requested page could not be found."
  235. msgstr "Tá brón orainn, ach ní bhfuarthas an leathanach iarraite."
  236. msgid "Home"
  237. msgstr "Baile"
  238. msgid "Server error"
  239. msgstr "Botún freastalaí"
  240. msgid "Server error (500)"
  241. msgstr "Botún freastalaí (500)"
  242. msgid "Server Error <em>(500)</em>"
  243. msgstr "Botún Freastalaí <em>(500)</em>"
  244. msgid ""
  245. "There's been an error. It's been reported to the site administrators via "
  246. "email and should be fixed shortly. Thanks for your patience."
  247. msgstr ""
  248. "Tharla earráid. Tuairiscíodh don riarthóirí suíomh tríd an ríomhphost agus "
  249. "ba chóir a shocrú go luath. Go raibh maith agat as do foighne."
  250. msgid "Run the selected action"
  251. msgstr "Rith an gníomh roghnaithe"
  252. msgid "Go"
  253. msgstr "Té"
  254. msgid "Click here to select the objects across all pages"
  255. msgstr ""
  256. "Cliceáil anseo chun na hobiacht go léir a roghnú ar fud gach leathanach"
  257. #, python-format
  258. msgid "Select all %(total_count)s %(module_name)s"
  259. msgstr "Roghnaigh gach %(total_count)s %(module_name)s"
  260. msgid "Clear selection"
  261. msgstr "Scroiseadh modhnóir"
  262. msgid ""
  263. "First, enter a username and password. Then, you'll be able to edit more user "
  264. "options."
  265. msgstr ""
  266. "Ar dtús, iontráil ainm úsaideoir agus focal faire. Ansin, beidh tú in ann "
  267. "cuir in eagar níos mó roghaí úsaideoira."
  268. msgid "Enter a username and password."
  269. msgstr "Cuir isteach ainm úsáideora agus focal faire."
  270. msgid "Change password"
  271. msgstr "Athraigh focal faire"
  272. msgid "Please correct the error below."
  273. msgstr "Ceartaigh an botún thíos le do thoil."
  274. msgid "Please correct the errors below."
  275. msgstr "Le do thoil cheartú earráidí thíos."
  276. #, python-format
  277. msgid "Enter a new password for the user <strong>%(username)s</strong>."
  278. msgstr ""
  279. "Iontráil focal faire nua le hadhaigh an úsaideor <strong>%(username)s</"
  280. "strong>."
  281. msgid "Welcome,"
  282. msgstr "Fáilte"
  283. msgid "View site"
  284. msgstr "Breatnaigh ar an suíomh"
  285. msgid "Documentation"
  286. msgstr "Doiciméadúchán"
  287. msgid "Log out"
  288. msgstr "Logáil amach"
  289. #, python-format
  290. msgid "Add %(name)s"
  291. msgstr "Cuir %(name)s le"
  292. msgid "History"
  293. msgstr "Stair"
  294. msgid "View on site"
  295. msgstr "Breath ar suíomh"
  296. msgid "Filter"
  297. msgstr "Scagaire"
  298. msgid "Remove from sorting"
  299. msgstr "Bain as sórtáil"
  300. #, python-format
  301. msgid "Sorting priority: %(priority_number)s"
  302. msgstr "Sórtáil tosaíocht: %(priority_number)s"
  303. msgid "Toggle sorting"
  304. msgstr "Toggle sórtáil"
  305. msgid "Delete"
  306. msgstr "Cealaigh"
  307. #, python-format
  308. msgid ""
  309. "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting "
  310. "related objects, but your account doesn't have permission to delete the "
  311. "following types of objects:"
  312. msgstr ""
  313. "Má scriossan tú %(object_name)s '%(escaped_object)s' scriosfaidh oibiachtí "
  314. "gaolta. Ach níl cead ag do cuntas na oibiacht a leanúint a scriosadh:"
  315. #, python-format
  316. msgid ""
  317. "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the "
  318. "following protected related objects:"
  319. msgstr ""
  320. "Bheadh Scriosadh an %(object_name)s '%(escaped_object)s' a cheangal ar an "
  321. "méid seo a leanas a scriosadh nithe cosanta a bhaineann le:"
  322. #, python-format
  323. msgid ""
  324. "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? "
  325. "All of the following related items will be deleted:"
  326. msgstr ""
  327. "An bhfuil tú cinnte na %(object_name)s \"%(escaped_object)s\" a scroiseadh?"
  328. "Beidh gach oibiacht a leanúint scroiste freisin:"
  329. msgid "Objects"
  330. msgstr "Oibiachtaí"
  331. msgid "Yes, I'm sure"
  332. msgstr "Táim cinnte"
  333. msgid "No, take me back"
  334. msgstr "Ní hea, tóg ar ais mé"
  335. msgid "Delete multiple objects"
  336. msgstr "Scrios na réadanna"
  337. #, python-format
  338. msgid ""
  339. "Deleting the selected %(objects_name)s would result in deleting related "
  340. "objects, but your account doesn't have permission to delete the following "
  341. "types of objects:"
  342. msgstr ""
  343. "Scriosadh an roghnaithe %(objects_name)s a bheadh mar thoradh ar na nithe "
  344. "gaolmhara a scriosadh, ach níl cead do chuntas a scriosadh na cineálacha seo "
  345. "a leanas na cuspóirí:"
  346. #, python-format
  347. msgid ""
  348. "Deleting the selected %(objects_name)s would require deleting the following "
  349. "protected related objects:"
  350. msgstr ""
  351. "Teastaíonn scriosadh na %(objects_name)s roghnaithe scriosadh na hoibiacht "
  352. "gaolta cosainte a leanúint:"
  353. #, python-format
  354. msgid ""
  355. "Are you sure you want to delete the selected %(objects_name)s? All of the "
  356. "following objects and their related items will be deleted:"
  357. msgstr ""
  358. "An bhfuil tú cinnte gur mian leat a scriosadh %(objects_name)s roghnaithe? "
  359. "Beidh gach ceann de na nithe seo a leanas agus a n-ítimí gaolta scroiste:"
  360. msgid "View"
  361. msgstr "Amharc ar"
  362. msgid "Delete?"
  363. msgstr "Cealaigh?"
  364. #, python-format
  365. msgid " By %(filter_title)s "
  366. msgstr " Trí %(filter_title)s "
  367. msgid "Summary"
  368. msgstr "Achoimre"
  369. #, python-format
  370. msgid "Models in the %(name)s application"
  371. msgstr "Samhlacha ins an %(name)s iarratais"
  372. msgid "Add"
  373. msgstr "Cuir le"
  374. msgid "You don't have permission to view or edit anything."
  375. msgstr ""
  376. msgid "Recent actions"
  377. msgstr ""
  378. msgid "My actions"
  379. msgstr ""
  380. msgid "None available"
  381. msgstr "Dada ar fáil"
  382. msgid "Unknown content"
  383. msgstr "Inneachair anaithnid"
  384. msgid ""
  385. "Something's wrong with your database installation. Make sure the appropriate "
  386. "database tables have been created, and make sure the database is readable by "
  387. "the appropriate user."
  388. msgstr ""
  389. "Tá rud éigin mícheart le suitéail do bunachar sonraí. Déan cinnte go bhfuil "
  390. "boird an bunachar sonraI cruthaithe cheana, agus déan cinnte go bhfuil do "
  391. "úsaideoir in ann an bunacchar sonraí a léamh."
  392. #, python-format
  393. msgid ""
  394. "You are authenticated as %(username)s, but are not authorized to access this "
  395. "page. Would you like to login to a different account?"
  396. msgstr ""
  397. msgid "Forgotten your password or username?"
  398. msgstr "Dearmad déanta ar do focal faire nó ainm úsaideora"
  399. msgid "Date/time"
  400. msgstr "Dáta/am"
  401. msgid "User"
  402. msgstr "Úsaideoir"
  403. msgid "Action"
  404. msgstr "Aicsean"
  405. msgid ""
  406. "This object doesn't have a change history. It probably wasn't added via this "
  407. "admin site."
  408. msgstr ""
  409. "Níl stáir aitraithe ag an oibiacht seo agús is dócha ná cuir le tríd an an "
  410. "suíomh riarachán."
  411. msgid "Show all"
  412. msgstr "Taispéan gach rud"
  413. msgid "Save"
  414. msgstr "Sábháil"
  415. msgid "Popup closing…"
  416. msgstr ""
  417. msgid "Search"
  418. msgstr "Cuardach"
  419. #, python-format
  420. msgid "%(counter)s result"
  421. msgid_plural "%(counter)s results"
  422. msgstr[0] "%(counter)s toradh"
  423. msgstr[1] "%(counter)s torthaí"
  424. msgstr[2] "%(counter)s torthaí"
  425. msgstr[3] "%(counter)s torthaí"
  426. msgstr[4] "%(counter)s torthaí"
  427. #, python-format
  428. msgid "%(full_result_count)s total"
  429. msgstr "%(full_result_count)s iomlán"
  430. msgid "Save as new"
  431. msgstr "Sabháil mar nua"
  432. msgid "Save and add another"
  433. msgstr "Sabháil agus cuir le ceann eile"
  434. msgid "Save and continue editing"
  435. msgstr "Sábhail agus lean ag cuir in eagar"
  436. msgid "Save and view"
  437. msgstr "Sabháil agus amharc ar"
  438. msgid "Close"
  439. msgstr "Druid"
  440. #, python-format
  441. msgid "Change selected %(model)s"
  442. msgstr "Athraigh roghnaithe %(model)s"
  443. #, python-format
  444. msgid "Add another %(model)s"
  445. msgstr "Cuir le %(model)s"
  446. #, python-format
  447. msgid "Delete selected %(model)s"
  448. msgstr "Scrios roghnaithe %(model)s"
  449. msgid "Thanks for spending some quality time with the Web site today."
  450. msgstr "Go raibh maith agat le hadhaigh do cuairt ar an suíomh idirlínn inniú."
  451. msgid "Log in again"
  452. msgstr "Logáil isteacj arís"
  453. msgid "Password change"
  454. msgstr "Athrú focal faire"
  455. msgid "Your password was changed."
  456. msgstr "Bhí do focal faire aithraithe."
  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. "Le do thoil, iontráil do sean-focal faire, ar son slándáil, agus ansin "
  462. "iontráil do focal faire dhá uaire cé go mbeimid in ann a seiceal go bhfuil "
  463. "sé scríobhte isteach i gceart."
  464. msgid "Change my password"
  465. msgstr "Athraigh mo focal faire"
  466. msgid "Password reset"
  467. msgstr "Athsocraigh focal faire"
  468. msgid "Your password has been set. You may go ahead and log in now."
  469. msgstr "Tá do focal faire réidh. Is féidir leat logáil isteach anois."
  470. msgid "Password reset confirmation"
  471. msgstr "Deimhniú athshocraigh focal faire"
  472. msgid ""
  473. "Please enter your new password twice so we can verify you typed it in "
  474. "correctly."
  475. msgstr ""
  476. "Le do thoil, iontráil do focal faire dhá uaire cé go mbeimid in ann a "
  477. "seiceal go bhfuil sé scríobhte isteach i gceart."
  478. msgid "New password:"
  479. msgstr "Focal faire nua:"
  480. msgid "Confirm password:"
  481. msgstr "Deimhnigh focal faire:"
  482. msgid ""
  483. "The password reset link was invalid, possibly because it has already been "
  484. "used. Please request a new password reset."
  485. msgstr ""
  486. "Bhí nasc athshocraigh an focal faire mícheart, b'fheidir mar go raibh sé "
  487. "úsaidte cheana. Le do thoil, iarr ar athsocraigh focal faire nua."
  488. msgid ""
  489. "We've emailed you instructions for setting your password, if an account "
  490. "exists with the email you entered. You should receive them shortly."
  491. msgstr ""
  492. msgid ""
  493. "If you don't receive an email, please make sure you've entered the address "
  494. "you registered with, and check your spam folder."
  495. msgstr ""
  496. #, python-format
  497. msgid ""
  498. "You're receiving this email because you requested a password reset for your "
  499. "user account at %(site_name)s."
  500. msgstr ""
  501. msgid "Please go to the following page and choose a new password:"
  502. msgstr ""
  503. "Le do thoil té go dtí an leathanach a leanúint agus roghmaigh focal faire "
  504. "nua:"
  505. msgid "Your username, in case you've forgotten:"
  506. msgstr "Do ainm úsaideoir, má tá dearmad déanta agat."
  507. msgid "Thanks for using our site!"
  508. msgstr "Go raibh maith agat le hadhaigh do cuairt!"
  509. #, python-format
  510. msgid "The %(site_name)s team"
  511. msgstr "Foireann an %(site_name)s"
  512. msgid ""
  513. "Forgotten your password? Enter your email address below, and we'll email "
  514. "instructions for setting a new one."
  515. msgstr ""
  516. msgid "Email address:"
  517. msgstr "Seoladh ríomhphoist:"
  518. msgid "Reset my password"
  519. msgstr "Athsocraigh mo focal faire"
  520. msgid "All dates"
  521. msgstr "Gach dáta"
  522. #, python-format
  523. msgid "Select %s"
  524. msgstr "Roghnaigh %s"
  525. #, python-format
  526. msgid "Select %s to change"
  527. msgstr "Roghnaigh %s a athrú"
  528. #, python-format
  529. msgid "Select %s to view"
  530. msgstr ""
  531. msgid "Date:"
  532. msgstr "Dáta:"
  533. msgid "Time:"
  534. msgstr "Am:"
  535. msgid "Lookup"
  536. msgstr "Cuardach"
  537. msgid "Currently:"
  538. msgstr "Faoi láthair:"
  539. msgid "Change:"
  540. msgstr "Athraigh:"