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