comparison plugins/acl/localization/fy_NL.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/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'] = 'Dielen';
19 $labels['myrights'] = 'Tagong Rjochten';
20 $labels['username'] = 'Brûker:';
21 $labels['advanced'] = 'Avansearre modus';
22 $labels['newuser'] = 'Ynfier taheakje';
23 $labels['editperms'] = 'Bewurkje tagongsrjochten';
24 $labels['actions'] = 'Tagong aksjes...';
25 $labels['anyone'] = 'Alle brûkers (eltsenien)';
26 $labels['anonymous'] = 'Gasten (anonym)';
27 $labels['identifier'] = 'Identifikator';
28 $labels['acll'] = 'Opsykje';
29 $labels['aclr'] = 'Lêzen berjochten';
30 $labels['acls'] = 'Bewarje Sjoen steat';
31 $labels['aclw'] = 'Skriuw flaggen';
32 $labels['acli'] = 'Ynfoegje (Kopiearje yn)';
33 $labels['aclp'] = 'Pleatse';
34 $labels['aclc'] = 'Underlizzende mappen oanmeitsje';
35 $labels['aclk'] = 'Underlizzende mappen oanmeitsje';
36 $labels['acld'] = 'Berjochten wiskje';
37 $labels['aclt'] = 'Berjochten wiskje';
38 $labels['aclx'] = 'Map ferwiderje';
39 $labels['acla'] = 'Beheare';
40 $labels['aclfull'] = 'Folsleine kontrôle';
41 $labels['aclother'] = 'Oars';
42 $labels['aclread'] = 'Lêze';
43 $labels['aclwrite'] = 'Skriuwe';
44 $labels['acldelete'] = 'Ferwiderje';
45 $labels['shortacll'] = 'Opsykje';
46 $labels['shortaclr'] = 'Lêze';
47 $labels['shortacls'] = 'Hâlde';
48 $labels['shortaclw'] = 'Skriuwe';
49 $labels['shortacli'] = 'Ynfoegje';
50 $labels['shortaclp'] = 'Pleatse';
51 $labels['shortaclc'] = 'Oanmeitsje';
52 $labels['shortaclk'] = 'Oanmeitsje';
53 $labels['shortacld'] = 'Ferwiderje';
54 $labels['shortaclt'] = 'Ferwiderje';
55 $labels['shortaclx'] = 'Map ferwiderje';
56 $labels['shortacla'] = 'Beheare';
57 $labels['shortaclother'] = 'Oars';
58 $labels['shortaclread'] = 'Lêze';
59 $labels['shortaclwrite'] = 'Skriuwe';
60 $labels['shortacldelete'] = 'Ferwiderje';
61 ?>