diff options
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r-- | apps/files_trashbin/l10n/ar.php | 10 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/es.php | 2 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/te.php | 5 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/tr.php | 3 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/zh_HK.php | 1 |
5 files changed, 18 insertions, 3 deletions
diff --git a/apps/files_trashbin/l10n/ar.php b/apps/files_trashbin/l10n/ar.php index 2065c964d42..e320092ddd5 100644 --- a/apps/files_trashbin/l10n/ar.php +++ b/apps/files_trashbin/l10n/ar.php @@ -1,9 +1,17 @@ <?php $TRANSLATIONS = array( +"Couldn't delete %s permanently" => "تعذّر حذف%s بشكل دائم", +"Couldn't restore %s" => "تعذّر استرجاع %s ", +"perform restore operation" => "إبدء عملية الإستعادة", +"delete file permanently" => "حذف بشكل دائم", "Delete permanently" => "حذف بشكل دائم", "Name" => "اسم", +"Deleted" => "تم الحذف", "1 folder" => "مجلد عدد 1", "{count} folders" => "{count} مجلدات", "1 file" => "ملف واحد", "{count} files" => "{count} ملفات", -"Delete" => "إلغاء" +"Nothing in here. Your trash bin is empty!" => "لا يوجد شيء هنا. سلة المهملات خاليه.", +"Restore" => "استعيد", +"Delete" => "إلغاء", +"Deleted Files" => "الملفات المحذوفه" ); diff --git a/apps/files_trashbin/l10n/es.php b/apps/files_trashbin/l10n/es.php index 3ae4be92a47..e9e8dad7bb5 100644 --- a/apps/files_trashbin/l10n/es.php +++ b/apps/files_trashbin/l10n/es.php @@ -10,7 +10,7 @@ "{count} folders" => "{count} carpetas", "1 file" => "1 archivo", "{count} files" => "{count} archivos", -"Nothing in here. Your trash bin is empty!" => "Nada aqui. La papelera esta vacia!", +"Nothing in here. Your trash bin is empty!" => "No hay nada aquí. ¡Tu papelera esta vacía!", "Restore" => "Recuperar", "Delete" => "Eliminar", "Deleted Files" => "Archivos Eliminados" diff --git a/apps/files_trashbin/l10n/te.php b/apps/files_trashbin/l10n/te.php new file mode 100644 index 00000000000..b05f173953d --- /dev/null +++ b/apps/files_trashbin/l10n/te.php @@ -0,0 +1,5 @@ +<?php $TRANSLATIONS = array( +"Delete permanently" => "శాశ్వతంగా తొలగించు", +"Name" => "పేరు", +"Delete" => "తొలగించు" +); diff --git a/apps/files_trashbin/l10n/tr.php b/apps/files_trashbin/l10n/tr.php index c874d73316a..51edb2e5bd3 100644 --- a/apps/files_trashbin/l10n/tr.php +++ b/apps/files_trashbin/l10n/tr.php @@ -12,5 +12,6 @@ "{count} files" => "{count} dosya", "Nothing in here. Your trash bin is empty!" => "Burası boş. Çöp kutun tamamen boş.", "Restore" => "Geri yükle", -"Delete" => "Sil" +"Delete" => "Sil", +"Deleted Files" => "Silinen Dosyalar" ); diff --git a/apps/files_trashbin/l10n/zh_HK.php b/apps/files_trashbin/l10n/zh_HK.php index 6967e190355..3077aa83e2e 100644 --- a/apps/files_trashbin/l10n/zh_HK.php +++ b/apps/files_trashbin/l10n/zh_HK.php @@ -1,4 +1,5 @@ <?php $TRANSLATIONS = array( "Name" => "名稱", +"{count} folders" => "{}文件夾", "Delete" => "刪除" ); |