diff options
Diffstat (limited to 'apps/files_sharing/l10n/km.php')
-rw-r--r-- | apps/files_sharing/l10n/km.php | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/km.php b/apps/files_sharing/l10n/km.php index db353c9cb74..75f5679d97a 100644 --- a/apps/files_sharing/l10n/km.php +++ b/apps/files_sharing/l10n/km.php @@ -1,6 +1,17 @@ <?php $TRANSLATIONS = array( +"Shared by {owner}" => "{owner} បានចែករំលែក", +"This share is password-protected" => "ការចែករំលែកនេះត្រូវបានការពារដោយពាក្យសម្ងាត់", +"The password is wrong. Try again." => "ពាក្យសម្ងាត់ខុសហើយ។ ព្យាយាមម្ដងទៀត។", "Password" => "ពាក្យសម្ងាត់", -"Download" => "ទាញយក" +"Sorry, this link doesn’t seem to work anymore." => "សូមទោស តំណនេះហាក់ដូចជាលែងដើរហើយ។", +"Reasons might be:" => "មូលហេតុអាចជា៖", +"the item was removed" => "របស់ត្រូវបានដកចេញ", +"the link expired" => "តំណផុតពេលកំណត់", +"sharing is disabled" => "មិនអនុញ្ញាតការចែករំលែក", +"For more info, please ask the person who sent this link." => "សម្រាប់ព័ត៌មានបន្ថែម សូមសួរអ្នកដែលផ្ញើតំណនេះ។", +"Download" => "ទាញយក", +"Download %s" => "ទាញយក %s", +"Direct link" => "តំណផ្ទាល់" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; |