comparison plugins/enigma/localization/ga_IE.inc @ 0:1e000243b222

vanilla 1.3.3 distro, I hope
author Charlie Root
date Thu, 04 Jan 2018 15:50:29 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1e000243b222
1 <?php
2
3 /**
4 +-----------------------------------------------------------------------+
5 | plugins/enigma/localization/<lang>.inc |
6 | |
7 | Localization file of the Roundcube Webmail ACL plugin |
8 | Copyright (C) 2012-2016, The Roundcube Dev Team |
9 | |
10 | Licensed under the GNU General Public License version 3 or |
11 | any later version with exceptions for skins & plugins. |
12 | See the README file for a full license statement. |
13 | |
14 +-----------------------------------------------------------------------+
15
16 For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/
17 */
18 $labels['encryption'] = 'Criptiúchán';
19 $labels['keyname'] = 'Ainm';
20 $labels['fingerprint'] = 'Méarlorg';
21 $labels['basicinfo'] = 'An fhaisnéis bhunúsach';
22 $labels['userids'] = 'Úsáideoirí breise';
23 $labels['typepublickey'] = 'eochair phoiblí';
24 $labels['typesign'] = 'Sínigh';
25 $labels['typeencrypt'] = 'Criptigh';
26 $labels['typecert'] = 'Deimhnigh';
27 $labels['typeauth'] = 'Fíordheimhniú';
28 $labels['subkeyid'] = 'Aitheantas';
29 $labels['subkeyalgo'] = 'Algartam';
30 $labels['subkeycreated'] = 'Cruthaithe';
31 $labels['subkeyexpires'] = 'Éagann sé';
32 $labels['subkeyusage'] = 'Úsáid';
33 $labels['expiresnever'] = 'riamh';
34 $labels['unknown'] = 'anaithnid';
35 $labels['uservalid'] = 'Bailí';
36 $labels['userid'] = 'Aitheantas';
37 $labels['valid'] = 'bailí';
38 $labels['signdefault'] = 'Sínigh gach teachtaireacht mar réamhshocrú';
39 $labels['encryptdefault'] = 'Criptigh gach teachtaireacht mar réamhshocrú';
40 $labels['nminutes'] = '$m nóiméad';
41 $labels['wholesession'] = 'an dreas ar fad';
42 $labels['keyremove'] = 'Bain';
43 $labels['keydisable'] = 'Díchumasaigh';
44 $labels['keyrevoke'] = 'Aisghairm';
45 $labels['keysend'] = 'Seol eochair phoiblí i dteachtaireacht';
46 $labels['keychpass'] = 'Athraigh d\'fhocal faire';
47 $labels['newkeyident'] = 'Aitheantas:';
48 $labels['newkeypass'] = 'Focal faire:';
49 $labels['newkeypassconfirm'] = 'Deimhnigh an focal faire:';
50 $labels['keygenerating'] = 'Ag cruthú eochracha...';
51 $labels['encryptmsg'] = 'Criptigh an teachtaireacht seo';
52 $labels['signmsg'] = 'Sínigh an teachtaireacht seo go digiteach';
53 $labels['attachpubkeymsg'] = 'Ceangail m\'eochair phoiblí';
54 $labels['keyimportlabel'] = 'Tabhair isteach ó chomhad';
55 $messages['decrypterror'] = 'Theip ar an díchriptiú';
56 $messages['signerror'] = 'Theip ar an síniú.';
57 $messages['encrypterror'] = 'Theip ar an gcriptiú.';
58 $messages['nokeysfound'] = 'Níor aimsíodh aon eochair';
59 $messages['keynotfound'] = 'Níor aimsíodh an eochair!';
60 ?>