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'] = 'Beṭṭu';
|
|
19 $labels['myrights'] = 'Izerfan n unekcum';
|
|
20 $labels['username'] = 'Aseqdac:';
|
|
21 $labels['advanced'] = 'Askar leqqayen';
|
|
22 $labels['newuser'] = 'Rnu anekcam';
|
|
23 $labels['editperms'] = 'Ẓreg tisirag';
|
|
24 $labels['actions'] = 'Tigawin n izerfan n unekcum...';
|
|
25 $labels['anyone'] = 'Akk iseqdacen (yal yiwen)';
|
|
26 $labels['anonymous'] = 'Inebgawen (udrigen)';
|
|
27 $labels['identifier'] = 'Sulu';
|
|
28 $labels['acll'] = 'Nadi';
|
|
29 $labels['aclr'] = 'Ɣer iznan';
|
|
30 $labels['aclp'] = 'Aru izen';
|
|
31 $labels['aclc'] = 'Rnu ikaramen isnawanen';
|
|
32 $labels['aclk'] = 'Rnu ikaramen isnawanen';
|
|
33 $labels['acld'] = 'Kkes iznan';
|
|
34 $labels['aclt'] = 'Ɣer iznan';
|
|
35 $labels['acle'] = 'Sfeḍ';
|
|
36 $labels['aclx'] = 'Kkes akaram';
|
|
37 $labels['acla'] = 'Sefrek';
|
|
38 $labels['acln'] = 'Rnu tizmilin i yiznan';
|
|
39 $labels['shortaclk'] = 'Rnu';
|
|
40 $labels['shortacld'] = 'Kkes';
|
|
41 $labels['shortaclt'] = 'Kkes';
|
|
42 $labels['shortacla'] = 'Sefrek';
|
|
43 $labels['shortacln'] = 'Rnu tazmilt';
|
|
44 $labels['shortaclother'] = 'Ayen-nniḍen';
|
|
45 $labels['shortaclread'] = 'Ɣeṛ';
|
|
46 $labels['shortaclwrite'] = 'Aru';
|
|
47 $labels['shortacldelete'] = 'Kkes';
|
|
48 $messages['deleting'] = 'Kkes akk izerfan n unekcum...';
|
|
49 ?>
|