diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-07-09 02:12:22 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-07-09 02:12:22 +0200 |
commit | 439cad07b5d15f67d30b7686330ddf5091c61927 (patch) | |
tree | e2b6dfabcc37fb18e7f765716c5c35f85f5660ce /apps/files_sharing/l10n | |
parent | 244d376a16c1ec6e4fd190aa75adaad3a10af5e1 (diff) | |
download | nextcloud-server-439cad07b5d15f67d30b7686330ddf5091c61927.tar.gz nextcloud-server-439cad07b5d15f67d30b7686330ddf5091c61927.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n')
-rw-r--r-- | apps/files_sharing/l10n/ca.php | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/it.php | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/lb.php | 6 | ||||
-rw-r--r-- | apps/files_sharing/l10n/ru.php | 1 |
4 files changed, 8 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/ca.php b/apps/files_sharing/l10n/ca.php index f29cf3163a0..9d2ab5031c1 100644 --- a/apps/files_sharing/l10n/ca.php +++ b/apps/files_sharing/l10n/ca.php @@ -1,4 +1,5 @@ <?php $TRANSLATIONS = array( +"The password is wrong. Try again." => "la contrasenya és incorrecta. Intenteu-ho de nou.", "Password" => "Contrasenya", "Submit" => "Envia", "%s shared the folder %s with you" => "%s ha compartit la carpeta %s amb vós", diff --git a/apps/files_sharing/l10n/it.php b/apps/files_sharing/l10n/it.php index 66d6af7fd14..cf25c53ca38 100644 --- a/apps/files_sharing/l10n/it.php +++ b/apps/files_sharing/l10n/it.php @@ -1,4 +1,5 @@ <?php $TRANSLATIONS = array( +"The password is wrong. Try again." => "La password è errata. Prova ancora.", "Password" => "Password", "Submit" => "Invia", "%s shared the folder %s with you" => "%s ha condiviso la cartella %s con te", diff --git a/apps/files_sharing/l10n/lb.php b/apps/files_sharing/l10n/lb.php index 9968bf7a851..a604affee64 100644 --- a/apps/files_sharing/l10n/lb.php +++ b/apps/files_sharing/l10n/lb.php @@ -1,7 +1,11 @@ <?php $TRANSLATIONS = array( +"The password is wrong. Try again." => "Den Passwuert ass incorrect. Probeier ed nach eng keier.", "Password" => "Passwuert", "Submit" => "Fortschécken", +"%s shared the folder %s with you" => "%s huet den Dossier %s mad der gedeelt", +"%s shared the file %s with you" => "%s deelt den Fichier %s mad dir", "Download" => "Download", "Upload" => "Eroplueden", -"Cancel upload" => "Upload ofbriechen" +"Cancel upload" => "Upload ofbriechen", +"No preview available for" => "Keeng Preview do fir" ); diff --git a/apps/files_sharing/l10n/ru.php b/apps/files_sharing/l10n/ru.php index a157866702c..77332c183f6 100644 --- a/apps/files_sharing/l10n/ru.php +++ b/apps/files_sharing/l10n/ru.php @@ -1,4 +1,5 @@ <?php $TRANSLATIONS = array( +"The password is wrong. Try again." => "Неверный пароль. Попробуйте еще раз.", "Password" => "Пароль", "Submit" => "Отправить", "%s shared the folder %s with you" => "%s открыл доступ к папке %s для Вас", |