diff options
Diffstat (limited to 'lib/l10n/sl.js')
-rw-r--r-- | lib/l10n/sl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/sl.js b/lib/l10n/sl.js index fed18b3bf38..5a63cbf00b6 100644 --- a/lib/l10n/sl.js +++ b/lib/l10n/sl.js @@ -189,7 +189,6 @@ OC.L10N.register( "Cannot write into \"config\" directory" : "Mapa »config« nima nastavljenih ustreznih dovoljenj za pisanje!", "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Napako je mogoče odpraviti z dodelitvijo dovoljenja spletnemu strežniku za pisanje v nastavitveno mapo. Poglejte %s", "Cannot write into \"apps\" directory" : "V mapo »apps« ni mogoče zapisovati!", - "This can usually be fixed by giving the webserver write access to the apps directory or disabling the appstore in the config file." : "Napako je mogoče odpraviti z dodelitvijo dovoljenja spletnemu strežniku za pisanje v mapo programov, ali pa z onemogočanjem zbirke programov v nastavitveni datoteki.", "Cannot create \"data\" directory" : "Ni mogoče ustvariti »podatkovne« mape", "This can usually be fixed by giving the webserver write access to the root directory. See %s" : "Napako je mogoče odpraviti z dodelitvijo dovoljenja spletnemu strežniku za pisanje v korensko mapo. Poglejte %s", "Permissions can usually be fixed by giving the webserver write access to the root directory. See %s." : "Omejitev je mogoče odpraviti z dodelitvijo dovoljenja spletnemu strežniku za pisanje v korensko mapo. Za več podrobnosti si oglejte %s.", @@ -234,6 +233,7 @@ OC.L10N.register( "Files can’t be shared with delete permissions" : "Souporaba datotek z nastavljenim dovoljenjem za brisanje, ni mogoča", "Files can’t be shared with create permissions" : "Souporaba datotek z nastavljenim dovoljenjem za ustvarjanje, ni mogoča", "Can’t set expiration date more than %s days in the future" : "Datuma pretaka ni mogoče nastaviti za več kot %s dni v prihodnost.", - "Can't read file" : "Datoteke ni mogoče prebrati." + "Can't read file" : "Datoteke ni mogoče prebrati.", + "This can usually be fixed by giving the webserver write access to the apps directory or disabling the appstore in the config file." : "Napako je mogoče odpraviti z dodelitvijo dovoljenja spletnemu strežniku za pisanje v mapo programov, ali pa z onemogočanjem zbirke programov v nastavitveni datoteki." }, "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); |