diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-02-01 01:06:57 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-02-01 01:06:57 +0000 |
commit | 1952560ac75007f615fc5c7e1aaabe4799fe6aa3 (patch) | |
tree | a7e67527f7f21364cd205d209f9b7ef0b2065a35 /apps/files/l10n/sl.js | |
parent | db5af891c3c9536faf1f0a62374459242bfeedaf (diff) | |
download | nextcloud-server-1952560ac75007f615fc5c7e1aaabe4799fe6aa3.tar.gz nextcloud-server-1952560ac75007f615fc5c7e1aaabe4799fe6aa3.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/sl.js')
-rw-r--r-- | apps/files/l10n/sl.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files/l10n/sl.js b/apps/files/l10n/sl.js index 7ae4ed3e61a..eb4df5a6ef2 100644 --- a/apps/files/l10n/sl.js +++ b/apps/files/l10n/sl.js @@ -1,6 +1,7 @@ OC.L10N.register( "files", { + "Storage is temporarily not available" : "Shramba trenutno ni na voljo", "Storage invalid" : "Določen prostor ni veljaven", "Unknown error" : "Neznana napaka", "All files" : "Vse datoteke", @@ -13,6 +14,7 @@ OC.L10N.register( "Upload cancelled." : "Pošiljanje je preklicano.", "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.", "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}.", + "Not enough free space" : "Ni dovolj prostora", "Uploading..." : "Poteka pošiljanje ...", "..." : "...", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} od {totalSize} ({bitrate})", |