diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-03-12 01:12:21 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-03-12 01:12:21 +0000 |
commit | 4e56a024504abb1ae1e8abd702f5c0e15ac49418 (patch) | |
tree | 2ad5529fc441d64022c081b9f57c35848429efbc /apps/theming/l10n/sv.js | |
parent | 15c099df4d225db98fb3e460a66d974c1f654964 (diff) | |
download | nextcloud-server-4e56a024504abb1ae1e8abd702f5c0e15ac49418.tar.gz nextcloud-server-4e56a024504abb1ae1e8abd702f5c0e15ac49418.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/theming/l10n/sv.js')
-rw-r--r-- | apps/theming/l10n/sv.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/theming/l10n/sv.js b/apps/theming/l10n/sv.js index dff0c7878b6..af801442ac5 100644 --- a/apps/theming/l10n/sv.js +++ b/apps/theming/l10n/sv.js @@ -12,7 +12,6 @@ OC.L10N.register( "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", - "The uploaded file was only partially uploaded" : "Den uppladdade filen laddades bara upp delvis", "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", @@ -33,6 +32,7 @@ OC.L10N.register( "Login image" : "Inloggningsbild", "Upload new login background" : "Ladda upp ny bakgrundsbild", "Remove background image" : "Ta bort bakgrundsbild", - "reset to default" : "Återställ till standard" + "reset to default" : "Återställ till standard", + "The uploaded file was only partially uploaded" : "Den uppladdade filen laddades bara upp delvis" }, "nplurals=2; plural=(n != 1);"); |