blob: 2e562e221af63adf2f0fecb22da0c90ad7f946ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
<?php
/*
+-----------------------------------------------------------------------+
| plugins/acl/localization/<lang>.inc |
| |
| Localization file of the Roundcube Webmail ACL plugin |
| Copyright (C) 2012-2013, The Roundcube Dev Team |
| |
| Licensed under the GNU General Public License version 3 or |
| any later version with exceptions for skins & plugins. |
| See the README file for a full license statement. |
| |
+-----------------------------------------------------------------------+
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/
*/
$labels['sharing'] = 'ការចែករំលែក';
$labels['myrights'] = 'សិទ្ធិចូល';
$labels['username'] = 'អ្នកប្រើ៖';
$labels['newuser'] = 'បន្ថែមធាតុ';
$labels['actions'] = 'សកម្មភាពសិទ្ធិចូល...';
$labels['anyone'] = 'អ្នកប្រើទាំងអស់ (នរណាម្នាក់)';
$labels['anonymous'] = 'ភ្ញៀវ (អនាមិក)';
$labels['acll'] = 'ស្វែងរក';
$labels['aclr'] = 'អានសារ';
$labels['acli'] = 'បញ្ចូល (ចម្លងមកដាក់)';
$labels['aclp'] = 'ប្រកាស';
$labels['aclc'] = 'បង្កើតថតរង';
$labels['aclk'] = 'បង្កើតថតរង';
$labels['acld'] = 'លុបសារ';
$labels['aclt'] = 'លុបសារ';
$labels['acle'] = 'ដកចេញ';
$labels['aclx'] = 'លុបថត';
$labels['acla'] = 'អភិបាល';
$labels['aclfull'] = 'បញ្ជាទាំងអស់';
$labels['aclother'] = 'ផ្សេងៗ';
$labels['aclread'] = 'អាន';
$labels['aclwrite'] = 'សរសេរ';
$labels['acldelete'] = 'លុប';
$labels['shortacll'] = 'ស្វែងរក';
$labels['shortaclr'] = 'អាន';
$labels['shortacls'] = 'រក្សា';
$labels['shortaclw'] = 'សរសេរ';
$labels['shortacli'] = 'បញ្ចូល';
$labels['shortaclp'] = 'ប្រកាស';
$labels['shortaclc'] = 'បង្កើត';
$labels['shortaclk'] = 'បង្កើត';
$labels['shortacld'] = 'លុប';
$labels['shortaclt'] = 'លុប';
$labels['shortacle'] = 'ដកចេញ';
$labels['shortaclx'] = 'ការលុបថត';
$labels['shortacla'] = 'អភិបាល';
$labels['shortaclother'] = 'ផ្សេងៗ';
$labels['shortaclread'] = 'អាន';
$labels['shortaclwrite'] = 'សរសេរ';
$labels['shortacldelete'] = 'លុប';
$labels['longaclr'] = 'ថតនេះអាចបើកសម្រាប់អាន';
$labels['longacldelete'] = 'សារនេះអាចត្រូវបានលុប';
$messages['deleting'] = 'កំពុងលុបសិទ្ធិចូល...';
$messages['saving'] = 'រក្សាទុកសិទ្ធិចូល...';
$messages['updateerror'] = 'មិនអាចធ្វើបច្ចុប្បន្នភាពសិទ្ធិចូល';
$messages['createerror'] = 'មិនអាចបន្ថែមសិទ្ធិចូល';
$messages['deleteconfirm'] = 'តើអ្នកពិតជាចង់ដកសិទ្ធចូលពីអ្នកប្រើប្រាស់ដែលបានរើសមែនទេ?';
$messages['norights'] = 'មិនបានបញ្ជាក់សិទ្ធិច្បាស់លាស់!';
$messages['nouser'] = 'មិនបានបញ្ជាក់ឈ្មោះអ្នកប្រើ!';
?>
|