nextcloud/apps/files_trashbin/l10n/km.php

9 lines
209 B
PHP
Raw Normal View History

2013-09-18 19:50:02 +04:00
<?php
$TRANSLATIONS = array(
2014-03-11 09:59:39 +04:00
"Error" => "កំហុស",
"Name" => "ឈ្មោះ",
"Restore" => "ស្ដារ​មក​វិញ",
2013-10-27 10:32:11 +04:00
"Delete" => "លុប"
2013-09-18 19:50:02 +04:00
);
$PLURAL_FORMS = "nplurals=1; plural=0;";