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