commit | author | age
|
c41a86
|
1 |
<?php |
TB |
2 |
|
|
3 |
/* |
|
4 |
+-----------------------------------------------------------------------+ |
aed581
|
5 |
| plugins/acl/localization/<lang>.inc | |
c41a86
|
6 |
| | |
aed581
|
7 |
| Localization file of the Roundcube Webmail ACL plugin | |
TB |
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. | |
c41a86
|
13 |
| | |
TB |
14 |
+-----------------------------------------------------------------------+ |
aed581
|
15 |
|
TB |
16 |
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ |
c41a86
|
17 |
*/ |
TB |
18 |
$labels['sharing'] = 'Sharing'; |
|
19 |
$labels['myrights'] = 'Access Rights'; |
|
20 |
$labels['username'] = 'User:'; |
|
21 |
$labels['advanced'] = 'advanced mode'; |
|
22 |
$labels['newuser'] = 'Add entry'; |
|
23 |
$labels['actions'] = 'Access right actions...'; |
|
24 |
$labels['anyone'] = 'All users (anyone)'; |
|
25 |
$labels['anonymous'] = 'Guests (anonymous)'; |
|
26 |
$labels['identifier'] = 'Identifier'; |
|
27 |
$labels['acll'] = 'Look-up'; |
|
28 |
$labels['aclr'] = 'Read messages'; |
|
29 |
$labels['acls'] = 'Keep Seen state'; |
|
30 |
$labels['aclw'] = 'Write flags'; |
|
31 |
$labels['acli'] = 'Insert (copy into)'; |
|
32 |
$labels['aclp'] = 'Post'; |
|
33 |
$labels['aclc'] = 'Create sub-folders'; |
|
34 |
$labels['aclk'] = 'Create sub-folders'; |
|
35 |
$labels['acld'] = 'Delete messages'; |
|
36 |
$labels['aclt'] = 'Delete messages'; |
|
37 |
$labels['acle'] = 'Expunge'; |
|
38 |
$labels['aclx'] = 'Delete folder'; |
|
39 |
$labels['acla'] = 'Administer'; |
|
40 |
$labels['aclfull'] = 'Full control'; |
|
41 |
$labels['aclother'] = 'Other'; |
|
42 |
$labels['aclread'] = 'Read'; |
|
43 |
$labels['aclwrite'] = 'Write'; |
|
44 |
$labels['acldelete'] = 'Delete'; |
aed581
|
45 |
$labels['shortacll'] = 'Look-up'; |
TB |
46 |
$labels['shortaclr'] = 'Read'; |
c41a86
|
47 |
$labels['shortacls'] = 'Keep'; |
aed581
|
48 |
$labels['shortaclw'] = 'Write'; |
c41a86
|
49 |
$labels['shortacli'] = 'Insert'; |
aed581
|
50 |
$labels['shortaclp'] = 'Post'; |
c41a86
|
51 |
$labels['shortaclc'] = 'Create'; |
TB |
52 |
$labels['shortaclk'] = 'Create'; |
aed581
|
53 |
$labels['shortacld'] = 'Delete'; |
TB |
54 |
$labels['shortaclt'] = 'Delete'; |
|
55 |
$labels['shortacle'] = 'Expunge'; |
c41a86
|
56 |
$labels['shortaclx'] = 'Folder delete'; |
aed581
|
57 |
$labels['shortacla'] = 'Administer'; |
TB |
58 |
$labels['shortaclother'] = 'Other'; |
|
59 |
$labels['shortaclread'] = 'Read'; |
|
60 |
$labels['shortaclwrite'] = 'Write'; |
|
61 |
$labels['shortacldelete'] = 'Delete'; |
c41a86
|
62 |
$labels['longacll'] = 'The folder is visible on lists and can be subscribed to.'; |
TB |
63 |
$labels['longaclr'] = 'The folder can be opened for reading'; |
|
64 |
$labels['longacls'] = 'Messages Seen flag can be changed'; |
|
65 |
$labels['longaclw'] = 'Messages flags and keywords can be changed, except Seen and Deleted.'; |
|
66 |
$labels['longacli'] = 'Messages can be written or copied to the folder'; |
|
67 |
$labels['longaclp'] = 'Messages can be posted to this folder'; |
|
68 |
$labels['longaclc'] = 'Folders can be created (or renamed) directly under this folder'; |
|
69 |
$labels['longaclk'] = 'Folders can be created (or renamed) directly under this folder'; |
|
70 |
$labels['longacld'] = 'Messages Delete flag can be changed'; |
|
71 |
$labels['longaclt'] = 'Messages Delete flag can be changed'; |
|
72 |
$labels['longacle'] = 'Messages can be expunged'; |
|
73 |
$labels['longaclx'] = 'The folder can be deleted or renamed'; |
|
74 |
$labels['longacla'] = 'The folder access rights can be changed'; |
|
75 |
$labels['longaclfull'] = 'Full control including folder administration'; |
aed581
|
76 |
$labels['longaclread'] = 'The folder can be opened for reading'; |
c41a86
|
77 |
$labels['longaclwrite'] = 'Messages can be marked, written or copied to the folder'; |
TB |
78 |
$labels['longacldelete'] = 'Messages can be deleted'; |
aed581
|
79 |
$messages['deleting'] = 'Deleting access rights...'; |
TB |
80 |
$messages['saving'] = 'Saving access rights...'; |
|
81 |
$messages['updatesuccess'] = 'Successfully changed access rights'; |
|
82 |
$messages['deletesuccess'] = 'Successfully deleted access rights'; |
|
83 |
$messages['createsuccess'] = 'Successfully added access rights'; |
|
84 |
$messages['deleteerror'] = 'Unable to delete access rights'; |
|
85 |
$messages['createerror'] = 'Unable to add access rights'; |
|
86 |
$messages['deleteconfirm'] = 'Are you sure, you want to remove access rights of selected user(s)?'; |
|
87 |
$messages['norights'] = 'No rights has been specified!'; |
|
88 |
$messages['nouser'] = 'No username has been specified!'; |
|
89 |
?> |