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.

ga_IE.inc 3.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?php
  2. /*
  3. +-----------------------------------------------------------------------+
  4. | plugins/acl/localization/<lang>.inc |
  5. | |
  6. | Localization file of the Roundcube Webmail ACL plugin |
  7. | Copyright (C) 2012-2013, The Roundcube Dev Team |
  8. | |
  9. | Licensed under the GNU General Public License version 3 or |
  10. | any later version with exceptions for skins & plugins. |
  11. | See the README file for a full license statement. |
  12. | |
  13. +-----------------------------------------------------------------------+
  14. For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/
  15. */
  16. $labels['sharing'] = 'Comhroinnt';
  17. $labels['myrights'] = 'Cearta rochtana';
  18. $labels['username'] = 'An tÚsáideoir:';
  19. $labels['advanced'] = 'Mód le hardroghanna';
  20. $labels['add'] = 'Cuir leis';
  21. $labels['newuser'] = 'Cuir iontráil leis';
  22. $labels['editperms'] = 'Cuir na ceadanna in eagar';
  23. $labels['actions'] = 'Gníomhartha maidir le cearta rochtana...';
  24. $labels['anyone'] = 'Gach duine';
  25. $labels['anonymous'] = 'Aíonna (gan ainm)';
  26. $labels['identifier'] = 'Aitheantóir';
  27. $labels['acll'] = 'Cuardaigh';
  28. $labels['aclr'] = 'Léigh teachtaireachtaí';
  29. $labels['aclw'] = 'Scríobh bratacha';
  30. $labels['acli'] = 'Ionsáigh (macasamhlaigh isteach ann)';
  31. $labels['aclc'] = 'Cruthaigh fófhillteáin';
  32. $labels['aclk'] = 'Cruthaigh fofhillteáin';
  33. $labels['acld'] = 'Scrios teachtaireachtaí';
  34. $labels['aclt'] = 'Scrios teachtaireachtaí';
  35. $labels['acle'] = 'Scrios';
  36. $labels['aclx'] = 'Scrios an fillteán';
  37. $labels['acla'] = 'Riar';
  38. $labels['acln'] = 'Cuir nótaí le teachtaireachtaí';
  39. $labels['aclfull'] = 'Smacht iomlán';
  40. $labels['aclother'] = 'Eile';
  41. $labels['aclread'] = 'Léite';
  42. $labels['aclwrite'] = ' Cum';
  43. $labels['acldelete'] = 'Scrios';
  44. $labels['shortacll'] = 'Féach';
  45. $labels['shortaclr'] = 'Léite';
  46. $labels['shortacls'] = 'Coinnigh';
  47. $labels['shortaclw'] = 'Cum';
  48. $labels['shortacli'] = 'Ionsáigh';
  49. $labels['shortaclc'] = 'Cruthaigh';
  50. $labels['shortaclk'] = 'Cruthaigh';
  51. $labels['shortacld'] = 'Scrios';
  52. $labels['shortaclt'] = 'Scrios';
  53. $labels['shortacle'] = 'Bain den liosta';
  54. $labels['shortaclx'] = 'Scrios an fillteán';
  55. $labels['shortacla'] = 'Riaraigh';
  56. $labels['shortacln'] = 'Cuir nóta leis';
  57. $labels['shortaclother'] = 'Eile';
  58. $labels['shortaclread'] = 'Léite';
  59. $labels['shortaclwrite'] = 'Scríobh';
  60. $labels['shortacldelete'] = 'Scrios';
  61. $labels['longaclr'] = 'Is féidir an fillteán a oscailt chun é a léam';
  62. $labels['longacle'] = 'Is féidir teachtaireachtaí a bhaint de';
  63. $labels['longaclx'] = 'Is féidir an fillteán seo a scriosadh nó é athainmniú';
  64. $labels['longacla'] = 'Is féidir cearta rochtana an fhillteáin a athrú';
  65. $labels['longaclread'] = 'Is féidir an fillteán a oscailt chun é a léamh';
  66. $labels['longacldelete'] = 'Is féidir teachtaireachtaí a scriosadh';
  67. $labels['longaclother'] = 'Cearta rochtana eile';
  68. $labels['ariasummaryacltable'] = 'Liosta de na cearta rochtana';
  69. $labels['arialabelaclform'] = 'Cearta rochtana ó';
  70. $messages['createerror'] = 'Ní féidir cearta rochtana a chur leis';
  71. $messages['deleteconfirm'] = 'An bhfuil tú cinnte gur mian leat na cearta rochtana a bhaint den úsáideoir(í) roghnaithe?';
  72. $messages['norights'] = 'Níor sonraíodh aon chearta!';
  73. $messages['nouser'] = 'Níor sonraíodh aon ainm úsáideora!';
  74. ?>