diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-31 02:07:19 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-31 02:07:19 +0200 |
commit | 75cd7eacf8b7e130c94c258bf86502a06a5b2d17 (patch) | |
tree | b45af99ca14bdc1b65a28c26f7d4d3deb397b4c3 /apps/files_sharing/l10n | |
parent | 73d0a2b8f785da560b4bbefdbda40d809f2f7c36 (diff) | |
download | nextcloud-server-75cd7eacf8b7e130c94c258bf86502a06a5b2d17.tar.gz nextcloud-server-75cd7eacf8b7e130c94c258bf86502a06a5b2d17.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n')
-rw-r--r-- | apps/files_sharing/l10n/ca.php | 4 | ||||
-rw-r--r-- | apps/files_sharing/l10n/de.php | 4 | ||||
-rw-r--r-- | apps/files_sharing/l10n/es.php | 8 | ||||
-rw-r--r-- | apps/files_sharing/l10n/eu.php | 8 | ||||
-rw-r--r-- | apps/files_sharing/l10n/fi_FI.php | 8 | ||||
-rw-r--r-- | apps/files_sharing/l10n/fr.php | 4 | ||||
-rw-r--r-- | apps/files_sharing/l10n/it.php | 4 | ||||
-rw-r--r-- | apps/files_sharing/l10n/ja_JP.php | 4 | ||||
-rw-r--r-- | apps/files_sharing/l10n/pl.php | 8 | ||||
-rw-r--r-- | apps/files_sharing/l10n/ru.php | 4 | ||||
-rw-r--r-- | apps/files_sharing/l10n/sl.php | 4 | ||||
-rw-r--r-- | apps/files_sharing/l10n/sv.php | 4 | ||||
-rw-r--r-- | apps/files_sharing/l10n/th_TH.php | 4 |
13 files changed, 43 insertions, 25 deletions
diff --git a/apps/files_sharing/l10n/ca.php b/apps/files_sharing/l10n/ca.php index 5409762d604..b8a1110fe03 100644 --- a/apps/files_sharing/l10n/ca.php +++ b/apps/files_sharing/l10n/ca.php @@ -1,4 +1,6 @@ <?php $TRANSLATIONS = array( "Password" => "Contrasenya", -"Submit" => "Envia" +"Submit" => "Envia", +"Download" => "Baixa", +"web services under your control" => "controleu els vostres serveis web" ); diff --git a/apps/files_sharing/l10n/de.php b/apps/files_sharing/l10n/de.php index 0c38f957fcc..bfb0d076a31 100644 --- a/apps/files_sharing/l10n/de.php +++ b/apps/files_sharing/l10n/de.php @@ -1,4 +1,6 @@ <?php $TRANSLATIONS = array( "Password" => "Passwort", -"Submit" => "Absenden" +"Submit" => "Absenden", +"Download" => "Download", +"web services under your control" => "Web-Services unter Ihrer Kontrolle" ); diff --git a/apps/files_sharing/l10n/es.php b/apps/files_sharing/l10n/es.php index 85f880927d6..0bc085c4d35 100644 --- a/apps/files_sharing/l10n/es.php +++ b/apps/files_sharing/l10n/es.php @@ -1,6 +1,6 @@ <?php $TRANSLATIONS = array( -"Size" => "Tamaño", -"Modified" => "Modificado", -"Delete all" => "Eliminar todo", -"Delete" => "Eliminar" +"Password" => "Contraseña", +"Submit" => "Enviar", +"Download" => "Descargar", +"web services under your control" => "Servicios web bajo su control" ); diff --git a/apps/files_sharing/l10n/eu.php b/apps/files_sharing/l10n/eu.php index 916c3151dcf..a1f810826c2 100644 --- a/apps/files_sharing/l10n/eu.php +++ b/apps/files_sharing/l10n/eu.php @@ -1,6 +1,6 @@ <?php $TRANSLATIONS = array( -"Size" => "Tamaina", -"Modified" => "Aldatuta", -"Delete all" => "Ezabatu dena", -"Delete" => "Ezabatu" +"Password" => "Pasahitza", +"Submit" => "Bidali", +"Download" => "Deskargatu", +"web services under your control" => "web zerbitzuak zure kontrolpean" ); diff --git a/apps/files_sharing/l10n/fi_FI.php b/apps/files_sharing/l10n/fi_FI.php index ca7928aeecb..ce2c5932d48 100644 --- a/apps/files_sharing/l10n/fi_FI.php +++ b/apps/files_sharing/l10n/fi_FI.php @@ -1,6 +1,6 @@ <?php $TRANSLATIONS = array( -"Size" => "Koko", -"Modified" => "Muokattu", -"Delete all" => "Poista kaikki", -"Delete" => "Poista" +"Password" => "Salasana", +"Submit" => "Lähetä", +"Download" => "Lataa", +"web services under your control" => "verkkopalvelut hallinnassasi" ); diff --git a/apps/files_sharing/l10n/fr.php b/apps/files_sharing/l10n/fr.php index 31256d54a43..91a6e3e92c6 100644 --- a/apps/files_sharing/l10n/fr.php +++ b/apps/files_sharing/l10n/fr.php @@ -1,4 +1,6 @@ <?php $TRANSLATIONS = array( "Password" => "Mot de passe", -"Submit" => "Envoyer" +"Submit" => "Envoyer", +"Download" => "Télécharger", +"web services under your control" => "services web sous votre contrôle" ); diff --git a/apps/files_sharing/l10n/it.php b/apps/files_sharing/l10n/it.php index 476221846a4..de06afc2697 100644 --- a/apps/files_sharing/l10n/it.php +++ b/apps/files_sharing/l10n/it.php @@ -1,4 +1,6 @@ <?php $TRANSLATIONS = array( "Password" => "Password", -"Submit" => "Invia" +"Submit" => "Invia", +"Download" => "Scarica", +"web services under your control" => "servizi web nelle tue mani" ); diff --git a/apps/files_sharing/l10n/ja_JP.php b/apps/files_sharing/l10n/ja_JP.php index 3bbfd69285e..2ac295bdd3a 100644 --- a/apps/files_sharing/l10n/ja_JP.php +++ b/apps/files_sharing/l10n/ja_JP.php @@ -1,4 +1,6 @@ <?php $TRANSLATIONS = array( "Password" => "パスワード", -"Submit" => "送信" +"Submit" => "送信", +"Download" => "ダウンロード", +"web services under your control" => "管理下のウェブサービス" ); diff --git a/apps/files_sharing/l10n/pl.php b/apps/files_sharing/l10n/pl.php index 7f612126b93..5810cc6d796 100644 --- a/apps/files_sharing/l10n/pl.php +++ b/apps/files_sharing/l10n/pl.php @@ -1,6 +1,6 @@ <?php $TRANSLATIONS = array( -"Size" => "Rozmiar", -"Modified" => "Zmodyfikowane", -"Delete all" => "Usuń wszystko", -"Delete" => "Usuń" +"Password" => "Hasło", +"Submit" => "Wyślij", +"Download" => "Pobierz", +"web services under your control" => "Kontrolowane serwisy" ); diff --git a/apps/files_sharing/l10n/ru.php b/apps/files_sharing/l10n/ru.php index 05ca8c3e498..958ac1030d7 100644 --- a/apps/files_sharing/l10n/ru.php +++ b/apps/files_sharing/l10n/ru.php @@ -1,4 +1,6 @@ <?php $TRANSLATIONS = array( "Password" => "Пароль", -"Submit" => "Отправить" +"Submit" => "Отправить", +"Download" => "Скачать", +"web services under your control" => "веб-сервисы под вашим управлением" ); diff --git a/apps/files_sharing/l10n/sl.php b/apps/files_sharing/l10n/sl.php index ea8ffaa28d6..9ff8b079d71 100644 --- a/apps/files_sharing/l10n/sl.php +++ b/apps/files_sharing/l10n/sl.php @@ -1,4 +1,6 @@ <?php $TRANSLATIONS = array( "Password" => "Geslo", -"Submit" => "Pošlji" +"Submit" => "Pošlji", +"Download" => "Prenesi", +"web services under your control" => "spletne storitve pod vašim nadzorom" ); diff --git a/apps/files_sharing/l10n/sv.php b/apps/files_sharing/l10n/sv.php index f8cd6b3a361..7a580c36a5a 100644 --- a/apps/files_sharing/l10n/sv.php +++ b/apps/files_sharing/l10n/sv.php @@ -1,4 +1,6 @@ <?php $TRANSLATIONS = array( "Password" => "Lösenord", -"Submit" => "Skicka" +"Submit" => "Skicka", +"Download" => "Ladda ner", +"web services under your control" => "webbtjänster under din kontroll" ); diff --git a/apps/files_sharing/l10n/th_TH.php b/apps/files_sharing/l10n/th_TH.php index d2567aea514..41fa4aeddb4 100644 --- a/apps/files_sharing/l10n/th_TH.php +++ b/apps/files_sharing/l10n/th_TH.php @@ -1,4 +1,6 @@ <?php $TRANSLATIONS = array( "Password" => "รหัสผ่าน", -"Submit" => "ส่ง" +"Submit" => "ส่ง", +"Download" => "ดาวน์โหลด", +"web services under your control" => "เว็บเซอร์วิสที่คุณควบคุมการใช้งานได้" ); |