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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?php
  2. /**
  3. +-----------------------------------------------------------------------+
  4. | plugins/enigma/localization/<lang>.inc |
  5. | |
  6. | Localization file of the Roundcube Webmail ACL plugin |
  7. | Copyright (C) 2012-2016, 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/roundcube/roundcube-webmail/plugin-enigma/
  15. */
  16. $labels['encryption'] = 'Criptiúchán';
  17. $labels['keyname'] = 'Ainm';
  18. $labels['fingerprint'] = 'Méarlorg';
  19. $labels['basicinfo'] = 'An fhaisnéis bhunúsach';
  20. $labels['userids'] = 'Úsáideoirí breise';
  21. $labels['typepublickey'] = 'eochair phoiblí';
  22. $labels['typesign'] = 'Sínigh';
  23. $labels['typeencrypt'] = 'Criptigh';
  24. $labels['typecert'] = 'Deimhnigh';
  25. $labels['typeauth'] = 'Fíordheimhniú';
  26. $labels['subkeyid'] = 'Aitheantas';
  27. $labels['subkeyalgo'] = 'Algartam';
  28. $labels['subkeycreated'] = 'Cruthaithe';
  29. $labels['subkeyexpires'] = 'Éagann sé';
  30. $labels['subkeyusage'] = 'Úsáid';
  31. $labels['expiresnever'] = 'riamh';
  32. $labels['unknown'] = 'anaithnid';
  33. $labels['uservalid'] = 'Bailí';
  34. $labels['userid'] = 'Aitheantas';
  35. $labels['valid'] = 'bailí';
  36. $labels['signdefault'] = 'Sínigh gach teachtaireacht mar réamhshocrú';
  37. $labels['encryptdefault'] = 'Criptigh gach teachtaireacht mar réamhshocrú';
  38. $labels['nminutes'] = '$m nóiméad';
  39. $labels['wholesession'] = 'an dreas ar fad';
  40. $labels['keyremove'] = 'Bain';
  41. $labels['keydisable'] = 'Díchumasaigh';
  42. $labels['keyrevoke'] = 'Aisghairm';
  43. $labels['keysend'] = 'Seol eochair phoiblí i dteachtaireacht';
  44. $labels['keychpass'] = 'Athraigh d\'fhocal faire';
  45. $labels['newkeypass'] = 'Pasfhocal';
  46. $labels['keygenerating'] = 'Ag cruthú eochracha...';
  47. $labels['encryptmsg'] = 'Criptigh an teachtaireacht seo';
  48. $labels['signmsg'] = 'Sínigh an teachtaireacht seo go digiteach';
  49. $labels['attachpubkeymsg'] = 'Ceangail m\'eochair phoiblí';
  50. $labels['keyimportlabel'] = 'Tabhair isteach ó chomhad';
  51. $messages['decrypterror'] = 'Theip ar an díchriptiú';
  52. $messages['signerror'] = 'Theip ar an síniú.';
  53. $messages['encrypterror'] = 'Theip ar an gcriptiú.';
  54. $messages['nokeysfound'] = 'Níor aimsíodh aon eochair';
  55. $messages['keynotfound'] = 'Níor aimsíodh an eochair!';
  56. ?>