blob: 4536541ac703b654dec63dae2265ed7157393521 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?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['userinfo'] = 'ព័តមានអ្នកប្រើប្រាស់';
$labels['created'] = 'បានបង្កើត';
$labels['lastlogin'] = 'ចុះឈ្មោះចូលចុងក្រោយ';
$labels['defaultidentity'] = 'អត្តសញ្ញាណលំនាំដើម';
|