0
|
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'] = 'Bo‘lishish';
|
|
19 $labels['myrights'] = 'Kirish huquqlari';
|
|
20 $labels['username'] = 'Foydalanuvchi:';
|
|
21 $labels['advanced'] = 'Kengaytirilgan rejim';
|
|
22 $labels['newuser'] = 'Qo‘shish';
|
|
23 $labels['editperms'] = 'Ruxsatlarni tahrirlash';
|
|
24 $labels['actions'] = 'Kirish huquqi harakatlari';
|
|
25 $labels['anyone'] = 'Barcha foydalanuvchilar (hamma)';
|
|
26 $labels['anonymous'] = 'Mehmonlar (anonim)';
|
|
27 $labels['identifier'] = 'Identifikatsiya';
|
|
28 $labels['acll'] = 'Qidirish';
|
|
29 $labels['aclr'] = 'Xatlarni o‘qish';
|
|
30 $labels['acli'] = 'Kiritish (...ga nusxalash)';
|
|
31 $labels['aclp'] = 'Xat';
|
|
32 $labels['aclc'] = 'Ichki papkalarni yaratish';
|
|
33 $labels['aclk'] = 'Ichki papkalarni yaratish';
|
|
34 $labels['acld'] = 'Xabarlarni o‘chirish';
|
|
35 $labels['aclt'] = 'Xabarlarni o‘chirish';
|
|
36 $labels['aclx'] = 'Papkani o‘chirish';
|
|
37 ?>
|