diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-09-18 01:54:39 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-09-18 01:54:39 -0400 |
commit | dd6b0b1319e083d8d316fa571f5ba631441dcb84 (patch) | |
tree | a4229d765cd080c72a07e78edb6f6677df6ef4a0 /core/l10n/sl.php | |
parent | 5030f14008bdad1cfdacf9ee934ec13d308060e3 (diff) | |
download | nextcloud-server-dd6b0b1319e083d8d316fa571f5ba631441dcb84.tar.gz nextcloud-server-dd6b0b1319e083d8d316fa571f5ba631441dcb84.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/sl.php')
-rw-r--r-- | core/l10n/sl.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/core/l10n/sl.php b/core/l10n/sl.php index 43b964683d0..4bbf11c56b5 100644 --- a/core/l10n/sl.php +++ b/core/l10n/sl.php @@ -163,6 +163,7 @@ $TRANSLATIONS = array( "SQLite will be used as database. For larger installations we recommend to change this." => "Za podatkovno zbirko bo uporabljen SQLite. Za večje zbirke je priporočljivo to zamenjati.", "Finish setup" => "Končaj nastavitev", "Finishing …" => "Poteka zaključevanje opravila ...", +"This application requires JavaScript for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and reload the page." => "Program zahteva podporo JavaScript za pravilno delovanje. Omogočite <a href=\"http://enable-javascript.com/\" target=\"_blank\">JavaScript</a> in ponovno osvežite stran.", "%s is available. Get more information on how to update." => "%s je na voljo. Pridobite več podrobnosti za posodobitev.", "Log out" => "Odjava", "Server side authentication failed!" => "Overitev s strežnika je spodletela!", @@ -185,6 +186,8 @@ $TRANSLATIONS = array( "The theme %s has been disabled." => "Tema %s je onemogočena za uporabo.", "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Pred nadaljevanjem se prepričajte se, da je ustvarjena varnostna kopija podatkovne zbirke, nastavitvenih datotek in podatkovne mape.", "Start update" => "Začni posodobitev", -"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "Za razreševanje časovnih zahtev večjih namestitev lahko uporabite ukaz iz namestitvene mape:" +"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "Za razreševanje časovnih zahtev večjih namestitev lahko uporabite ukaz iz namestitvene mape:", +"This %s instance is currently being updated, which may take a while." => "Povezava %s se posodablja. Opravilo je lahko dolgotrajno.", +"This page will refresh itself when the %s instance is available again." => "Stran bo osvežena ko bo %s spet na voljo." ); $PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"; |