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'] = 'Deiling';
|
|
19 $labels['myrights'] = 'Aðgangsheimildir';
|
|
20 $labels['username'] = 'Notandi:';
|
|
21 $labels['advanced'] = 'Flóknari hamur';
|
|
22 $labels['newuser'] = 'Bæta við færslu';
|
|
23 $labels['editperms'] = 'Breyta heimildum';
|
|
24 $labels['anyone'] = 'Allir notendur (hver sem er)';
|
|
25 $labels['anonymous'] = 'Gestir (nafnlausir)';
|
|
26 $labels['acll'] = 'Uppfletting';
|
|
27 $labels['aclr'] = 'Lesa skeyti';
|
|
28 $labels['aclc'] = 'Búa til undirmöppur';
|
|
29 $labels['aclk'] = 'Búa til undirmöppur';
|
|
30 $labels['acld'] = 'Eyða skeytum';
|
|
31 $labels['aclt'] = 'Eyða skeytum';
|
|
32 $labels['aclx'] = 'Eyða möppu';
|
|
33 $labels['aclread'] = 'Lesið';
|
|
34 $labels['shortaclr'] = 'Lesið';
|
|
35 $labels['shortaclw'] = 'Skrifa';
|
|
36 $labels['shortacli'] = 'Setja inn';
|
|
37 $labels['shortaclc'] = 'Búa til';
|
|
38 $labels['shortaclk'] = 'Búa til';
|
|
39 $labels['shortacld'] = 'Eyða';
|
|
40 $labels['shortaclt'] = 'Eyða';
|
|
41 $labels['shortaclx'] = 'Eyða möppu';
|
|
42 $labels['shortacla'] = 'Stjórna';
|
|
43 $labels['shortaclread'] = 'Lesið';
|
|
44 $labels['shortaclwrite'] = 'Skrifa';
|
|
45 $labels['shortacldelete'] = 'Eyða';
|
|
46 ?>
|