diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-07 01:56:13 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-07 01:56:13 -0400 |
commit | e0446a1df530100e53aab018159cd6df41ae7763 (patch) | |
tree | 5c2c7f1deffb5e6605672c8e93b22d40c7da52e2 /apps/files_sharing/l10n/sl.php | |
parent | 3da47db33cd9a676a1f5b51a8c8ed1abe617ce3e (diff) | |
download | nextcloud-server-e0446a1df530100e53aab018159cd6df41ae7763.tar.gz nextcloud-server-e0446a1df530100e53aab018159cd6df41ae7763.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n/sl.php')
-rw-r--r-- | apps/files_sharing/l10n/sl.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/sl.php b/apps/files_sharing/l10n/sl.php index 5b85154cd7a..8cb0d07a3b5 100644 --- a/apps/files_sharing/l10n/sl.php +++ b/apps/files_sharing/l10n/sl.php @@ -1,5 +1,12 @@ <?php $TRANSLATIONS = array( +"Shared with you" => "Deljen z vami", +"Shared with others" => "Deljen z ostalimi", +"Shared by link" => "Souporaba preko povezave", +"No files have been shared with you yet." => "Nobene datoteka še niste dali v souporabo", +"You haven't shared any files yet." => "Niste še delili datotek", +"You haven't shared any files by link yet." => "Niste še delili datotek preko povezave", +"Could not load template" => "Predloge ni bilo mogoče naložiti", "Saved" => "Shranjeno", "Reset" => "Ponastavi", "Shared by {owner}" => "Souporabo omogoča {owner}", @@ -8,6 +15,7 @@ $TRANSLATIONS = array( "The password is wrong. Try again." => "Geslo je napačno. Poskusite znova.", "Password" => "Geslo", "Name" => "Ime", +"Share time" => "Čas souporabe", "Sorry, this link doesn’t seem to work anymore." => "Povezava očitno ni več v uporabi.", "Reasons might be:" => "Vzrok je lahko:", "the item was removed" => "predmet je odstranjen,", @@ -17,6 +25,9 @@ $TRANSLATIONS = array( "Download" => "Prejmi", "Download %s" => "Prejmi %s", "Direct link" => "Neposredna povezava", +"Mail templates" => "Predloga elektronske pošte", +"Theme" => "Tema", +"Template" => "Predloga", "Save" => "Shrani" ); $PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"; |