diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-10-20 02:03:53 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-10-20 02:03:53 +0200 |
commit | cfbd310d3495824c3929863206aa6caf90ae6264 (patch) | |
tree | 82b6191a3180e41f87ad4e99c075f106494cefba /apps/files_sharing | |
parent | 8a03abec0d8a44d24cc8ad63acb8faf6932a1b5e (diff) | |
download | nextcloud-server-cfbd310d3495824c3929863206aa6caf90ae6264.tar.gz nextcloud-server-cfbd310d3495824c3929863206aa6caf90ae6264.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/l10n/de.php | 4 | ||||
-rw-r--r-- | apps/files_sharing/l10n/de_DE.php | 6 | ||||
-rw-r--r-- | apps/files_sharing/l10n/ru.php | 2 | ||||
-rw-r--r-- | apps/files_sharing/l10n/si_LK.php | 7 |
4 files changed, 14 insertions, 5 deletions
diff --git a/apps/files_sharing/l10n/de.php b/apps/files_sharing/l10n/de.php index c2fec215451..7f4cbb1adad 100644 --- a/apps/files_sharing/l10n/de.php +++ b/apps/files_sharing/l10n/de.php @@ -1,8 +1,8 @@ <?php $TRANSLATIONS = array( "Password" => "Passwort", "Submit" => "Absenden", -"%s shared the folder %s with you" => "%s hat den Ordner %s für dich freigegeben", -"%s shared the file %s with you" => "%s hat die Datei %s für dich freigegeben", +"%s shared the folder %s with you" => "%s hat den Ordner %s mit Dir geteilt", +"%s shared the file %s with you" => "%s hat die Datei %s mit Dir geteilt", "Download" => "Download", "No preview available for" => "Es ist keine Vorschau verfügbar für", "web services under your control" => "Web-Services unter Deiner Kontrolle" diff --git a/apps/files_sharing/l10n/de_DE.php b/apps/files_sharing/l10n/de_DE.php index c2fec215451..b92d6d478c9 100644 --- a/apps/files_sharing/l10n/de_DE.php +++ b/apps/files_sharing/l10n/de_DE.php @@ -1,9 +1,9 @@ <?php $TRANSLATIONS = array( "Password" => "Passwort", "Submit" => "Absenden", -"%s shared the folder %s with you" => "%s hat den Ordner %s für dich freigegeben", -"%s shared the file %s with you" => "%s hat die Datei %s für dich freigegeben", +"%s shared the folder %s with you" => "%s hat den Ordner %s mit Ihnen geteilt", +"%s shared the file %s with you" => "%s hat die Datei %s mit Ihnen geteilt", "Download" => "Download", "No preview available for" => "Es ist keine Vorschau verfügbar für", -"web services under your control" => "Web-Services unter Deiner Kontrolle" +"web services under your control" => "Web-Services unter Ihrer Kontrolle" ); diff --git a/apps/files_sharing/l10n/ru.php b/apps/files_sharing/l10n/ru.php index 398d9a8bbc3..7fd116e0aae 100644 --- a/apps/files_sharing/l10n/ru.php +++ b/apps/files_sharing/l10n/ru.php @@ -1,6 +1,8 @@ <?php $TRANSLATIONS = array( "Password" => "Пароль", "Submit" => "Отправить", +"%s shared the folder %s with you" => "%s открыл доступ к папке %s для Вас", +"%s shared the file %s with you" => "%s открыл доступ к файлу %s для Вас", "Download" => "Скачать", "No preview available for" => "Предпросмотр недоступен для", "web services under your control" => "веб-сервисы под вашим управлением" diff --git a/apps/files_sharing/l10n/si_LK.php b/apps/files_sharing/l10n/si_LK.php new file mode 100644 index 00000000000..30857dd14d6 --- /dev/null +++ b/apps/files_sharing/l10n/si_LK.php @@ -0,0 +1,7 @@ +<?php $TRANSLATIONS = array( +"Password" => "මුරපදය", +"Submit" => "යොමු කරන්න", +"Download" => "භාගත කරන්න", +"No preview available for" => "පූර්වදර්ශනයක් නොමැත", +"web services under your control" => "ඔබට පාලනය කළ හැකි වෙබ් සේවාවන්" +); |