diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-11-08 02:16:14 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-11-08 02:16:14 +0000 |
commit | e9fb725b9e85daeb9a179f9cbfb8af071cffe716 (patch) | |
tree | a86c9c3190bc524fd483ae5d9a86f4e45617e3e5 /lib/l10n | |
parent | c0398e9a38fa7b297fcbc6d2992c1f6cb75da3ba (diff) | |
download | nextcloud-server-e9fb725b9e85daeb9a179f9cbfb8af071cffe716.tar.gz nextcloud-server-e9fb725b9e85daeb9a179f9cbfb8af071cffe716.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/sl.js | 3 | ||||
-rw-r--r-- | lib/l10n/sl.json | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lib/l10n/sl.js b/lib/l10n/sl.js index 6d98f0f80cb..3b5ab7e7d66 100644 --- a/lib/l10n/sl.js +++ b/lib/l10n/sl.js @@ -5,7 +5,7 @@ OC.L10N.register( "This can usually be fixed by giving the webserver write access to the config directory" : "Napako je mogoče odpraviti z dodelitvijo dovoljenja spletnemu strežniku za pisanje v nastavitveno mapo.", "See %s" : "Oglejte si %s", "Sample configuration detected" : "Zaznana je neustrezna preizkusna nastavitev", - "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Zaznano je, da je bila v sistem kopirana datoteka z enostavno nastavitvijo. To lahko vpliva na namestitev in zato možnost ni podprta. Pred spremembami datoteke config.php si natančno preberite dokumentacijo.", + "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "V sistem je bila kopirana datoteka s vzorčnimi nastavitvami. To lahko vpliva na namestitev in zato možnost ni podprta. Pred spremembami datoteke config.php si natančno preberite dokumentacijo.", "%1$s and %2$s" : "%1$s in %2$s", "%1$s, %2$s and %3$s" : "%1$s, %2$s in %3$s", "%1$s, %2$s, %3$s and %4$s" : "%1$s, %2$s, %3$s in %4$s", @@ -139,6 +139,7 @@ OC.L10N.register( "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", "Username contains whitespace at the beginning or at the end" : "Uporabniško ime vsebuje presledni znak na začetku ali na koncu imena.", + "Username must not consist of dots only" : "Uporabniško ime ne sme biti zgolj iz pik", "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", "User disabled" : "Uporabnik je onemogočen", diff --git a/lib/l10n/sl.json b/lib/l10n/sl.json index 037f209a867..346c81521e7 100644 --- a/lib/l10n/sl.json +++ b/lib/l10n/sl.json @@ -3,7 +3,7 @@ "This can usually be fixed by giving the webserver write access to the config directory" : "Napako je mogoče odpraviti z dodelitvijo dovoljenja spletnemu strežniku za pisanje v nastavitveno mapo.", "See %s" : "Oglejte si %s", "Sample configuration detected" : "Zaznana je neustrezna preizkusna nastavitev", - "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Zaznano je, da je bila v sistem kopirana datoteka z enostavno nastavitvijo. To lahko vpliva na namestitev in zato možnost ni podprta. Pred spremembami datoteke config.php si natančno preberite dokumentacijo.", + "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "V sistem je bila kopirana datoteka s vzorčnimi nastavitvami. To lahko vpliva na namestitev in zato možnost ni podprta. Pred spremembami datoteke config.php si natančno preberite dokumentacijo.", "%1$s and %2$s" : "%1$s in %2$s", "%1$s, %2$s and %3$s" : "%1$s, %2$s in %3$s", "%1$s, %2$s, %3$s and %4$s" : "%1$s, %2$s, %3$s in %4$s", @@ -137,6 +137,7 @@ "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", "Username contains whitespace at the beginning or at the end" : "Uporabniško ime vsebuje presledni znak na začetku ali na koncu imena.", + "Username must not consist of dots only" : "Uporabniško ime ne sme biti zgolj iz pik", "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", "User disabled" : "Uporabnik je onemogočen", |