diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2014-03-15 02:14:22 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2014-03-15 02:14:22 -0400 |
commit | b2e929d58005a822c6e39a31d355b41e988c8036 (patch) | |
tree | 51a79eb07b619f343f650d13b6f5cc1bb9789a86 /apps/files_sharing | |
parent | 0f0baa530391f4ba1ae4dfe60947c2f1cd77d2d6 (diff) | |
download | nextcloud-server-b2e929d58005a822c6e39a31d355b41e988c8036.tar.gz nextcloud-server-b2e929d58005a822c6e39a31d355b41e988c8036.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/l10n/gl.php | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/sl.php | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/gl.php b/apps/files_sharing/l10n/gl.php index 73b1620c63a..a04e8234230 100644 --- a/apps/files_sharing/l10n/gl.php +++ b/apps/files_sharing/l10n/gl.php @@ -11,6 +11,7 @@ $TRANSLATIONS = array( "sharing is disabled" => "foi desactivada a compartición", "For more info, please ask the person who sent this link." => "Para obter máis información, pregúntelle á persoa que lle enviou a ligazón.", "shared by %s" => "compartido por %s", +"Download %s" => "Descargar %s", "Direct link" => "Ligazón directa" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/sl.php b/apps/files_sharing/l10n/sl.php index c3fdfeb1c2a..7c1014b0ef0 100644 --- a/apps/files_sharing/l10n/sl.php +++ b/apps/files_sharing/l10n/sl.php @@ -10,7 +10,8 @@ $TRANSLATIONS = array( "the link expired" => "povezava je pretekla,", "sharing is disabled" => "souporaba je onemogočena.", "For more info, please ask the person who sent this link." => "Za več podrobnosti stopite v stik s pošiljateljem te povezave.", -"shared by %s" => "v souporabi preko %s", +"shared by %s" => "souporabp omogoča %s", +"Download %s" => "Prejmi %s", "Direct link" => "Neposredna povezava" ); $PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"; |