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

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