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