diff options
Diffstat (limited to 'lib/l10n/sv.js')
-rw-r--r-- | lib/l10n/sv.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/sv.js b/lib/l10n/sv.js index 7990b9b3d10..05c9f33c64b 100644 --- a/lib/l10n/sv.js +++ b/lib/l10n/sv.js @@ -180,7 +180,6 @@ OC.L10N.register( "Cannot write into \"config\" directory" : "Kan inte skriva till \"config\" katalogen", "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Detta kan vanligtvis åtgärda genom att ge webbservern skrivåtkomst till konfigureringsmappen. Se %s", "Cannot write into \"apps\" directory" : "Kan inte skriva till \"apps\" katalogen!", - "This can usually be fixed by giving the webserver write access to the apps directory or disabling the appstore in the config file." : "Detta kan vanligtvis åtgärdas genom att ge webbservern skrivrättigheter till applikationskatalogen eller stänga av app-butiken i konfigurationsfilen.", "Cannot create \"data\" directory" : "Kan inte skapa \"data\"-mapp", "This can usually be fixed by giving the webserver write access to the root directory. See %s" : "Detta kan vanligtvis åtgärda genom att ge webbservern skrivåtkomst till rotkatalogen. Se %s", "Permissions can usually be fixed by giving the webserver write access to the root directory. See %s." : "Rättigheter kan vanligtvis fixas genom att ge webbservern skrivåtkomst till rotkatalogen. Se %s.", @@ -225,6 +224,7 @@ OC.L10N.register( "Files can’t be shared with delete permissions" : "Filer kan inte delas med borttagningsrättigheter", "Files can’t be shared with create permissions" : "Filer kan inte delas med rättigheter att skapa", "Can’t set expiration date more than %s days in the future" : "Kan inte sätta utgångsdatum mer än %s dagar framåt", - "Can't read file" : "Kan inte läsa filen" + "Can't read file" : "Kan inte läsa filen", + "This can usually be fixed by giving the webserver write access to the apps directory or disabling the appstore in the config file." : "Detta kan vanligtvis åtgärdas genom att ge webbservern skrivrättigheter till applikationskatalogen eller stänga av app-butiken i konfigurationsfilen." }, "nplurals=2; plural=(n != 1);"); |