aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/l10n/sv.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/theming/l10n/sv.js')
-rw-r--r--apps/theming/l10n/sv.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/theming/l10n/sv.js b/apps/theming/l10n/sv.js
index 685036c0ad3..b3721645904 100644
--- a/apps/theming/l10n/sv.js
+++ b/apps/theming/l10n/sv.js
@@ -10,13 +10,10 @@ OC.L10N.register(
"The given web address is too long" : "Den angivna adressen är för lång",
"The given slogan is too long" : "Den angivna slogan är för lång",
"The given color is invalid" : "Den angivna färgen är inte tillgänglig",
- "There is no error, the file uploaded with success" : "Det finns inga fel, uppladdning av filen lyckades ",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Uppladdningsfilen är för stor (upload_max_filesize i php.ini)",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Den uppladdade filen överstiger MAX_FILE_SIZE-instruktionen specificerad i HTML-form",
"No file was uploaded" : "Ingen fil laddades up",
"Missing a temporary folder" : "Saknar en temporär mapp",
- "Failed to write file to disk." : "Misslyckades att skriva till disk",
- "A PHP extension stopped the file upload." : "Ett PHP-tillägg stoppade uppladdningen av filen.",
"No file uploaded" : "Ingen fil uppladdad",
"Unsupported image type" : "Filtypen är ej giltig",
"You are already using a custom theme" : "Du använder redan ett annat tema",
@@ -34,6 +31,9 @@ OC.L10N.register(
"Upload new login background" : "Ladda upp ny bakgrundsbild",
"Remove background image" : "Ta bort bakgrundsbild",
"reset to default" : "Återställ till standard",
- "The uploaded file was only partially uploaded" : "Den uppladdade filen laddades bara upp delvis"
+ "There is no error, the file uploaded with success" : "Det finns inga fel, uppladdning av filen lyckades ",
+ "The uploaded file was only partially uploaded" : "Den uppladdade filen laddades bara upp delvis",
+ "Failed to write file to disk." : "Misslyckades att skriva till disk",
+ "A PHP extension stopped the file upload." : "Ett PHP-tillägg stoppade uppladdningen av filen."
},
"nplurals=2; plural=(n != 1);");