diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-01-26 01:56:06 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-01-26 01:56:06 -0500 |
commit | ecf2d178b1c3db3000f4d9c9d65f08ec3890488e (patch) | |
tree | 4c9c94dafef5998adcc0030bf62720c57604b57e /lib/l10n/sl.js | |
parent | 4c9e328211a3f986cd2c6186e4c1de755d5c940b (diff) | |
download | nextcloud-server-ecf2d178b1c3db3000f4d9c9d65f08ec3890488e.tar.gz nextcloud-server-ecf2d178b1c3db3000f4d9c9d65f08ec3890488e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/sl.js')
-rw-r--r-- | lib/l10n/sl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/sl.js b/lib/l10n/sl.js index b84110995e2..4ae1e49705c 100644 --- a/lib/l10n/sl.js +++ b/lib/l10n/sl.js @@ -40,6 +40,7 @@ OC.L10N.register( "File name is a reserved word" : "Ime datoteke je zadržana beseda", "File name contains at least one invalid character" : "Ime datoteke vsebuje vsaj en neveljaven znak.", "File name is too long" : "Ime datoteke je predolgo", + "File is currently busy, please try again later" : "Datoteka je trenutno v uporabi. Poskusite znova kasneje.", "Can't read file" : "Datoteke ni mogoče prebrati.", "App directory already exists" : "Programska mapa že obstaja", "Can't create app folder. Please fix permissions. %s" : "Programske mape ni mogoče ustvariti. Ni ustreznih dovoljenj. %s", @@ -99,7 +100,6 @@ OC.L10N.register( "Sharing %s failed, because the file could not be found in the file cache" : "Nastavljanje souporabe %s je spodletelo, ker v predpomnilniku zahtevana datoteka ne obstaja.", "Could not find category \"%s\"" : "Kategorije \"%s\" ni mogoče najti.", "Apps" : "Programi", - "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "V uporabniškem imenu je dovoljeno uporabiti le znake: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"", "A valid username must be provided" : "Navedeno mora biti veljavno uporabniško ime", "A valid password must be provided" : "Navedeno mora biti veljavno geslo", "The username is already being used" : "Vpisano uporabniško ime je že v uporabi", @@ -125,6 +125,6 @@ OC.L10N.register( "Data directory (%s) is invalid" : "Podatkovna mapa (%s) ni veljavna.", "Please check that the data directory contains a file \".ocdata\" in its root." : "Preverite, ali je v korenu podatkovne mape datoteka \".ocdata\".", "Could not obtain lock type %d on \"%s\"." : "Ni mogoče pridobiti zaklepa %d na \"%s\".", - "Storage not available" : "Na voljo ni dovolj prostora" + "Storage not available" : "Shramba ni na voljo" }, "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); |