Mercurial > hg > rc1
comparison plugins/acl/localization/sr_CS.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'] = 'Дељење'; | |
19 $labels['myrights'] = 'Права приступа'; | |
20 $labels['username'] = 'Корисник:'; | |
21 $labels['advanced'] = 'Напредни режим'; | |
22 $labels['newuser'] = 'Додај унос'; | |
23 $labels['editperms'] = 'Уреди дозволе'; | |
24 $labels['actions'] = 'Радње права приступа...'; | |
25 $labels['anyone'] = 'Сви корисници (било ко)'; | |
26 $labels['anonymous'] = 'Гости (анонимно)'; | |
27 $labels['identifier'] = 'Идентификатор'; | |
28 $labels['acll'] = 'Потражи'; | |
29 $labels['aclr'] = 'Прочитане поруке'; | |
30 $labels['acls'] = 'Очувај стање прегледаности'; | |
31 $labels['acli'] = 'Убаци (копирај у)'; | |
32 $labels['aclc'] = 'Направи потфасцикле'; | |
33 $labels['aclk'] = 'Направи потфасцикле'; | |
34 $labels['acld'] = 'Обриши поруке'; | |
35 $labels['aclt'] = 'Обриши поруке'; | |
36 $labels['aclx'] = 'Обриши фасциклу'; | |
37 $labels['acla'] = 'Администрирај'; | |
38 $labels['aclfull'] = 'Пуна контрола'; | |
39 $labels['aclother'] = 'Друго'; | |
40 $labels['aclread'] = 'Читање'; | |
41 $labels['aclwrite'] = 'Упис'; | |
42 $labels['acldelete'] = 'Обриши'; | |
43 $labels['shortacll'] = 'Потражи'; | |
44 $labels['shortaclr'] = 'Прочитана'; | |
45 $labels['shortacls'] = 'Задржи'; | |
46 $labels['shortaclw'] = 'Пиши'; | |
47 $labels['shortacli'] = 'Убаци'; | |
48 $labels['shortaclc'] = 'Направи'; | |
49 $labels['shortaclk'] = 'Направи'; | |
50 $labels['shortacld'] = 'Обриши'; | |
51 $labels['shortaclt'] = 'Обриши'; | |
52 $labels['shortaclother'] = 'Друго'; | |
53 $labels['shortaclread'] = 'Читање'; | |
54 $labels['shortaclwrite'] = 'Упис'; | |
55 $labels['shortacldelete'] = 'Брисање'; | |
56 ?> |