summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/sl.php
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-06-07 01:56:13 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-06-07 01:56:13 -0400
commite0446a1df530100e53aab018159cd6df41ae7763 (patch)
tree5c2c7f1deffb5e6605672c8e93b22d40c7da52e2 /apps/files/l10n/sl.php
parent3da47db33cd9a676a1f5b51a8c8ed1abe617ce3e (diff)
downloadnextcloud-server-e0446a1df530100e53aab018159cd6df41ae7763.tar.gz
nextcloud-server-e0446a1df530100e53aab018159cd6df41ae7763.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/sl.php')
-rw-r--r--apps/files/l10n/sl.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/l10n/sl.php b/apps/files/l10n/sl.php
index e5665a4c64d..c155e79c211 100644
--- a/apps/files/l10n/sl.php
+++ b/apps/files/l10n/sl.php
@@ -28,6 +28,7 @@ $TRANSLATIONS = array(
"Upload failed. Could not get file info." => "Pošiljanje je spodletelo. Ni mogoče pridobiti podrobnosti datoteke.",
"Invalid directory." => "Neveljavna mapa.",
"Files" => "Datoteke",
+"All files" => "Vse datoteke",
"Unable to upload {filename} as it is a directory or has 0 bytes" => "Ni mogoče poslati datoteke {filename}, saj je to ali mapa ali pa je velikost datoteke 0 bajtov.",
"Total file size {size1} exceeds upload limit {size2}" => "Skupna velikost {size1} presega omejitev velikosti {size2}",
"Not enough free space, you are uploading {size1} but only {size2} is left" => "Na voljo ni dovolj prostora. Velikost poslane datoteke je {size1}, na voljo pa je je {size2}.",
@@ -83,6 +84,7 @@ $TRANSLATIONS = array(
"Download" => "Prejmi",
"Upload too large" => "Prekoračenje omejitve velikosti",
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Datoteke, ki jih želite poslati, presegajo največjo dovoljeno velikost na strežniku.",
-"Files are being scanned, please wait." => "Poteka preučevanje datotek, počakajte ..."
+"Files are being scanned, please wait." => "Poteka preučevanje datotek, počakajte ...",
+"Currently scanning" => "Trenutno preverjam"
);
$PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);";