diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-05-16 01:55:55 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-05-16 01:55:55 -0400 |
commit | 43d6650d194105dac30b11fb2ba4a3b3c7805650 (patch) | |
tree | e2189addacd74d12b7e14c80849fea3c12daaac0 /apps/files_sharing/l10n | |
parent | b2e8aa70cde85302f7b7928370b681e3f01de7a8 (diff) | |
download | nextcloud-server-43d6650d194105dac30b11fb2ba4a3b3c7805650.tar.gz nextcloud-server-43d6650d194105dac30b11fb2ba4a3b3c7805650.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n')
-rw-r--r-- | apps/files_sharing/l10n/fa.php | 11 | ||||
-rw-r--r-- | apps/files_sharing/l10n/km.php | 13 |
2 files changed, 22 insertions, 2 deletions
diff --git a/apps/files_sharing/l10n/fa.php b/apps/files_sharing/l10n/fa.php index 1176401f1a3..fb6a4bc8709 100644 --- a/apps/files_sharing/l10n/fa.php +++ b/apps/files_sharing/l10n/fa.php @@ -1,8 +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;"; 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;"; |