blob: 43b54cd9d90f55b58c3b152066a312ceb91232c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?php
/*
+-----------------------------------------------------------------------+
| localization/km_KH/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: samdyk |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['buttontext'] = 'សំបុត្រមិនល្អ';
$labels['buttontitle'] = 'ចាត់ជា សំបុត្រមិនល្អ';
$labels['reportedasjunk'] = 'រាយការណ៏ថាជា សំបុត្រមិនល្អ បានសំរេច';
|