diff options
Diffstat (limited to 'apps/settings/l10n/sl.js')
-rw-r--r-- | apps/settings/l10n/sl.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/settings/l10n/sl.js b/apps/settings/l10n/sl.js index bcad7927e23..d8ae669981a 100644 --- a/apps/settings/l10n/sl.js +++ b/apps/settings/l10n/sl.js @@ -121,6 +121,7 @@ OC.L10N.register( "Your remote address could not be determined." : "Oddaljenega naslova naprave ni mogoče določiti.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Oddaljeni naslov je bil prepoznan kot »%s« in je trenutno zaščiten pred vdorom z grobo silo, kar upočasnjuje izvajanje različnih nalog. Če oddaljeni naslov ni vaš naslov, je to lahko znak, da posredniški strežnik ni pravilno nastavljen.", "Your remote address \"%s\" is not brute-force throttled." : "Oddaljeni naslov »%s« ni omejen z zaščito pred vdorom z grobo silo.", + "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Podatkovna mapa in datoteke so najverjetneje dostopni na Internetu, ker datoteka .htaccess ni ustrezno nastavljena. Priporočljivo je nastaviti spletni strežnik tako, da dostop do mape z zunanjega omrežja ni mogoč, ali pa tako, da podatkovno mapo prestavite izven korenske mape strežnika.", "Database missing columns" : "Podatkovni zbirki manjkajo stolpci", "Missing optional column \"%s\" in table \"%s\"." : "Manjka izbirni stolpec »%s« v razpredelnici »%s«.", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "V podatkovni zbirki manjka nekaj izbirnih stolpcev. Ker je dodajanje stolpcev na velikih razpredelnicah časovno izredno zahtevno opravilo, ta niso dodana samodejno, ker so v osnovi izbirna. Z ukazom »occ db:add-missing-columns« je stolpce mogoče varno dodati ročno med delovanjem sistema. Po dodajanju bo odzivnost in uporabnost nekaterih zmožnosti občutna izboljšana.", @@ -335,7 +336,6 @@ OC.L10N.register( "Current password" : "Trenutno geslo", "New password" : "Novo geslo", "Change password" : "Spremeni geslo", - "Your profile information" : "Podrobnosti vašega profila", "Your profile picture" : "Slika profila", "Upload profile picture" : "Pošlji sliko profila", "Choose profile picture from Files" : "Izbor slike profila med datotekami", @@ -615,6 +615,7 @@ OC.L10N.register( "Enable or disable profile by default for new users." : "Omogoči oziroma onemogoči privzeti profil za nove uporabnike.", "You are about to remove the group {group}. The users will NOT be deleted." : "Odstranili boste skupino {group}. Uporabniki ne bodo odstranjeni.", "Please confirm the group removal " : "Potrditi je treba odstranjevanje skupine", + "Your profile information" : "Podrobnosti vašega profila", "Choose profile picture from files" : "Izbor slike profila med datotekami", "png or jpg, max. 20 MB" : "png ali jpg, največ. 20 MB", "Your email address" : "Osebni elektronski naslov", |