diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-15 02:07:20 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-15 02:07:20 +0200 |
commit | da3896808a84ae10b460af32c38effae776cd39e (patch) | |
tree | 15e22b36b400802dd63810f058c5bca05dab888a /apps/files_sharing | |
parent | a75870489c87211f2619fd21c2b4ea9aae168877 (diff) | |
download | nextcloud-server-da3896808a84ae10b460af32c38effae776cd39e.tar.gz nextcloud-server-da3896808a84ae10b460af32c38effae776cd39e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/l10n/de.php | 11 | ||||
-rw-r--r-- | apps/files_sharing/l10n/fr.php | 11 | ||||
-rw-r--r-- | apps/files_sharing/l10n/it.php | 9 | ||||
-rw-r--r-- | apps/files_sharing/l10n/sl.php | 11 | ||||
-rw-r--r-- | apps/files_sharing/l10n/th_TH.php | 11 |
5 files changed, 53 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/de.php b/apps/files_sharing/l10n/de.php new file mode 100644 index 00000000000..d0526c0f3cf --- /dev/null +++ b/apps/files_sharing/l10n/de.php @@ -0,0 +1,11 @@ +<?php $TRANSLATIONS = array( +"Your Shared Files" => "Ihre geteilten Dateien", +"Item" => "Objekt", +"Shared With" => "Teilen mit", +"Permissions" => "Berechtigungen", +"Read" => "Lesen", +"Edit" => "Bearbeiten", +"Delete" => "Löschen", +"Enable Resharing" => "Austausch ermöglichen", +"Allow users to reshare files they don't own" => "Benutzer dürfen Dateien nochmals teilen, auch wenn sie nicht der Besitzer dieser Dateien sind." +); diff --git a/apps/files_sharing/l10n/fr.php b/apps/files_sharing/l10n/fr.php new file mode 100644 index 00000000000..47219c00804 --- /dev/null +++ b/apps/files_sharing/l10n/fr.php @@ -0,0 +1,11 @@ +<?php $TRANSLATIONS = array( +"Your Shared Files" => "Vos documents partagés", +"Item" => "Item", +"Shared With" => "Partagé avec", +"Permissions" => "Permissions", +"Read" => "Lecture", +"Edit" => "Édition", +"Delete" => "Effacement", +"Enable Resharing" => "Permettre le repartage", +"Allow users to reshare files they don't own" => "Permettre aux utilisateurs de repartager des fichiers dont ils ne sont pas propriétaires" +); diff --git a/apps/files_sharing/l10n/it.php b/apps/files_sharing/l10n/it.php new file mode 100644 index 00000000000..5534dfca03c --- /dev/null +++ b/apps/files_sharing/l10n/it.php @@ -0,0 +1,9 @@ +<?php $TRANSLATIONS = array( +"Your Shared Files" => "I tuoi file condivisi", +"Item" => "Elemento", +"Shared With" => "Condiviso con", +"Permissions" => "Permessi", +"Read" => "Lettura", +"Edit" => "Modifica", +"Delete" => "Eliminazione" +); diff --git a/apps/files_sharing/l10n/sl.php b/apps/files_sharing/l10n/sl.php new file mode 100644 index 00000000000..a2a1a2b1a9a --- /dev/null +++ b/apps/files_sharing/l10n/sl.php @@ -0,0 +1,11 @@ +<?php $TRANSLATIONS = array( +"Your Shared Files" => "Vaše datoteke v souporabi", +"Item" => "Predmet", +"Shared With" => "V souporabi z", +"Permissions" => "Dovoljenja", +"Read" => "Branje", +"Edit" => "Pisanje", +"Delete" => "Izbris", +"Enable Resharing" => "Omogoči nadaljnjo izmenjavo", +"Allow users to reshare files they don't own" => "Dovoli uporabnikom nadaljnjo izmenjavo tujih datotek" +); diff --git a/apps/files_sharing/l10n/th_TH.php b/apps/files_sharing/l10n/th_TH.php new file mode 100644 index 00000000000..2ff91112344 --- /dev/null +++ b/apps/files_sharing/l10n/th_TH.php @@ -0,0 +1,11 @@ +<?php $TRANSLATIONS = array( +"Your Shared Files" => "ไฟล์ของคุณที่แชร์ไว้", +"Item" => "ไอเท็ม", +"Shared With" => "แชร์พร้อมกับ", +"Permissions" => "สิทธิ์การเข้าใช้งาน", +"Read" => "อ่าน", +"Edit" => "แก้ไข", +"Delete" => "ลบ", +"Enable Resharing" => "เปิดให้มีการแชร์ใหม่อีกครั้งได้", +"Allow users to reshare files they don't own" => "อนุญาตให้ผู้ใช้งานสามารถแชร์ไฟล์ที่ไม่ได้เป็นเจ้าของใหม่ได้" +); |