diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-12-13 01:11:56 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-12-13 01:11:56 +0000 |
commit | 7034df7d77dda48971b86cf006b843444f667f4d (patch) | |
tree | db6ce82894a43aef4883e77e78e0ee8e44461ff4 /apps/theming | |
parent | 71df6233cfc4c6a02f90a887d57471430fe38dd7 (diff) | |
download | nextcloud-server-7034df7d77dda48971b86cf006b843444f667f4d.tar.gz nextcloud-server-7034df7d77dda48971b86cf006b843444f667f4d.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/theming')
-rw-r--r-- | apps/theming/l10n/sv.js | 5 | ||||
-rw-r--r-- | apps/theming/l10n/sv.json | 5 |
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", |