summaryrefslogtreecommitdiffstats
path: root/apps/theming
diff options
context:
space:
mode:
Diffstat (limited to 'apps/theming')
-rw-r--r--apps/theming/l10n/sv.js5
-rw-r--r--apps/theming/l10n/sv.json5
2 files changed, 10 insertions, 0 deletions
diff --git a/apps/theming/l10n/sv.js b/apps/theming/l10n/sv.js
index 63a96831cc2..32b462718c6 100644
--- a/apps/theming/l10n/sv.js
+++ b/apps/theming/l10n/sv.js
@@ -10,10 +10,14 @@ 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",
+ "The file was uploaded" : "Filen laddades upp",
"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",
+ "The file was only partially uploaded" : "Filen var endast delvis uppladdad",
"No file was uploaded" : "Ingen fil laddades up",
"Missing a temporary folder" : "Saknar en temporär mapp",
+ "Could not write file to disk" : "Kunde inte skriva fil till disk",
+ "A PHP extension stopped the file upload" : "Ett PHP-tillägg stoppade filuppladdning",
"No file uploaded" : "Ingen fil uppladdad",
"Unsupported image type" : "Filtypen är ej giltig",
"Theming" : "Teman",
@@ -23,6 +27,7 @@ OC.L10N.register(
"Name" : "Namn",
"Reset to default" : "Återställ till grundinställningar",
"Web link" : "Webblänk",
+ "https://…" : "https://…",
"Slogan" : "Slogan",
"Color" : "Färg",
"Logo" : "Logotyp",
diff --git a/apps/theming/l10n/sv.json b/apps/theming/l10n/sv.json
index a712f0859b5..c6cf1d808b5 100644
--- a/apps/theming/l10n/sv.json
+++ b/apps/theming/l10n/sv.json
@@ -8,10 +8,14 @@
"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",
+ "The file was uploaded" : "Filen laddades upp",
"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",
+ "The file was only partially uploaded" : "Filen var endast delvis uppladdad",
"No file was uploaded" : "Ingen fil laddades up",
"Missing a temporary folder" : "Saknar en temporär mapp",
+ "Could not write file to disk" : "Kunde inte skriva fil till disk",
+ "A PHP extension stopped the file upload" : "Ett PHP-tillägg stoppade filuppladdning",
"No file uploaded" : "Ingen fil uppladdad",
"Unsupported image type" : "Filtypen är ej giltig",
"Theming" : "Teman",
@@ -21,6 +25,7 @@
"Name" : "Namn",
"Reset to default" : "Återställ till grundinställningar",
"Web link" : "Webblänk",
+ "https://…" : "https://…",
"Slogan" : "Slogan",
"Color" : "Färg",
"Logo" : "Logotyp",