summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/sl.php
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2014-03-12 01:57:17 -0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2014-03-12 01:57:17 -0400
commit8320b8eb7aed2e5ca951663d2b3894f0484f407d (patch)
treed364c5f36ac404291a7c24718ee4fa961f6448a7 /apps/files_sharing/l10n/sl.php
parent364e1f852fe8640d7d6fa149f784a0d2d1de0a57 (diff)
downloadnextcloud-server-8320b8eb7aed2e5ca951663d2b3894f0484f407d.tar.gz
nextcloud-server-8320b8eb7aed2e5ca951663d2b3894f0484f407d.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n/sl.php')
-rw-r--r--apps/files_sharing/l10n/sl.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/sl.php b/apps/files_sharing/l10n/sl.php
index 81da15fd2a7..c3fdfeb1c2a 100644
--- a/apps/files_sharing/l10n/sl.php
+++ b/apps/files_sharing/l10n/sl.php
@@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
+"Shared by {owner}" => "Souporabo omogoča {owner}",
"This share is password-protected" => "To mesto je zaščiteno z geslom.",
"The password is wrong. Try again." => "Geslo je napačno. Poskusite znova.",
"Password" => "Geslo",
@@ -9,6 +10,7 @@ $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",
"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);";