1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-19 08:52:22 +01:00

24 lines
755 B
PHP
Raw Normal View History

2013-10-27 00:22:58 -04:00
<?php $TRANSLATIONS = array(
2014-02-25 00:49:13 -05:00
"Save" => "រក្សាទុក",
"Cancel" => "លើកលែង",
2014-03-06 00:50:12 -05:00
"OK" => "OK",
2014-02-25 00:49:13 -05:00
"Add" => "បញ្ចូល",
"Import" => "នាំយកចូល",
"Close" => "បិទ",
2014-02-27 00:49:13 -05:00
"Unknown error" => "មិន​ស្គាល់​កំហុស",
2014-02-25 00:49:13 -05:00
"Other" => "ផ្សេងៗ",
"Work" => "ធ្វើការ",
2014-02-27 00:49:13 -05:00
"Text" => "អត្ថបទ",
2014-03-09 00:49:34 -05:00
"Delete" => "លុប",
2014-02-27 00:49:13 -05:00
"Groups" => "ក្រុ",
2014-03-09 00:49:34 -05:00
"Download" => "ទាញយក",
2014-02-27 00:49:13 -05:00
"Email" => "អ៊ីមែល",
2014-02-25 00:49:13 -05:00
"Address" => "អាសយដ្ឋាន",
2014-02-27 00:49:13 -05:00
"Name" => "ឈ្មោះ",
2014-02-25 00:49:13 -05:00
"Title" => "ចំណងជើង",
"Birthday" => "ថ្ងៃ​កំណើត",
"Share" => "ចែក​រំលែក",
"Export" => "នាំចេញ",
2014-03-10 00:49:39 -04:00
"Edit" => "កែ"
2013-10-27 00:22:58 -04:00
);