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