Thomas Bruederli
2012-08-06 20825920e3f723c1a2a962beaa72a33e82cd14da
commit | author | age
208259 1 <?php
TB 2
3 /*
4  +-----------------------------------------------------------------------+
5  | localization/en_GB/labels.inc                                         |
6  |                                                                       |
7  | Language file of the Roundcube Webmail client                         |
8  | Copyright (C) 2012, The Roundcube Dev Team                            |
9  | Licensed under the GNU General Public License                         |
10  |                                                                       |
11  +-----------------------------------------------------------------------+
12  | Author: Lazlo                                                         |
13  +-----------------------------------------------------------------------+
14 */
15
16 $labels = array();
17 $labels['sharing'] = 'Sharing';
18 $labels['myrights'] = 'Access Rights';
19 $labels['username'] = 'User:';
20 $labels['advanced'] = 'advanced mode';
21 $labels['newuser'] = 'Add entry';
22 $labels['actions'] = 'Access right actions...';
23 $labels['anyone'] = 'All users (anyone)';
24 $labels['anonymous'] = 'Guests (anonymous)';
25 $labels['identifier'] = 'Identifier';
26 $labels['acll'] = 'Look-up';
27 $labels['shortacll'] = '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['shortaclp'] = 'Post';
34 $labels['aclc'] = 'Create sub-folders';
35 $labels['aclk'] = 'Create sub-folders';
36 $labels['acld'] = 'Delete messages';
37 $labels['aclt'] = 'Delete messages';
38 $labels['acle'] = 'Expunge';
39 $labels['shortacle'] = 'Expunge';
40 $labels['aclx'] = 'Delete folder';
41 $labels['acla'] = 'Administer';
42 $labels['shortacla'] = 'Administer';
43 $labels['aclfull'] = 'Full control';
44 $labels['aclother'] = 'Other';
45 $labels['shortaclother'] = 'Other';
46 $labels['aclread'] = 'Read';
47 $labels['shortaclr'] = 'Read';
48 $labels['shortaclread'] = 'Read';
49 $labels['aclwrite'] = 'Write';
50 $labels['shortaclw'] = 'Write';
51 $labels['shortaclwrite'] = 'Write';
52 $labels['acldelete'] = 'Delete';
53 $labels['shortacld'] = 'Delete';
54 $labels['shortaclt'] = 'Delete';
55 $labels['shortacldelete'] = 'Delete';
56 $labels['shortacls'] = 'Keep';
57 $labels['shortacli'] = 'Insert';
58 $labels['shortaclc'] = 'Create';
59 $labels['shortaclk'] = 'Create';
60 $labels['shortaclx'] = 'Folder delete';
61 $labels['longacll'] = 'The folder is visible on lists and can be subscribed to.';
62 $labels['longaclr'] = 'The folder can be opened for reading';
63 $labels['longaclread'] = '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';
76 $labels['longaclwrite'] = 'Messages can be marked, written or copied to the folder';
77 $labels['longacldelete'] = 'Messages can be deleted';
78 $labels['deleting'] = 'Deleting access rights...';
79 $labels['saving'] = 'Saving access rights...';
80 $labels['updatesuccess'] = 'Successfully changed access rights';
81 $labels['deletesuccess'] = 'Successfully deleted access rights';
82 $labels['createsuccess'] = 'Successfully added access rights';
83 $labels['updateerror'] = 'Ubable to update access rights';
84 $labels['deleteerror'] = 'Unable to delete access rights';
85 $labels['createerror'] = 'Unable to add access rights';
86 $labels['deleteconfirm'] = 'Are you sure, you want to remove access rights of selected user(s)?';
87 $labels['norights'] = 'No rights has been specified!';
88 $labels['nouser'] = 'No username has been specified!';
89