diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-09-20 00:08:25 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-09-20 00:08:25 +0000 |
commit | efbd3bb518129f3c11515a9ca72faecff67d039b (patch) | |
tree | 0ac5c2473a438b836227ba088b020d8053194028 /apps/files/l10n/sv.js | |
parent | 00e341925bc134cbbadaf00a84381e72ed33dbf7 (diff) | |
download | nextcloud-server-efbd3bb518129f3c11515a9ca72faecff67d039b.tar.gz nextcloud-server-efbd3bb518129f3c11515a9ca72faecff67d039b.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/sv.js')
-rw-r--r-- | apps/files/l10n/sv.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/l10n/sv.js b/apps/files/l10n/sv.js index 5ff6b6fc313..82f0e7ace01 100644 --- a/apps/files/l10n/sv.js +++ b/apps/files/l10n/sv.js @@ -22,6 +22,7 @@ OC.L10N.register( "Actions" : "Åtgärder", "Download" : "Ladda ned", "Rename" : "Byt namn", + "Move or copy" : "Flytta eller kopiera", "Target folder" : "Målmapp", "Delete" : "Radera", "Disconnect storage" : "Koppla bort lagring", @@ -36,6 +37,10 @@ OC.L10N.register( "This directory is unavailable, please check the logs or contact the administrator" : "Denna katalog är inte tillgänglig, kontrollera loggarna eller kontakta administratören", "Could not move \"{file}\", target exists" : "Kunde inte flytta \"{file}\", filen existerar redan", "Could not move \"{file}\"" : "Kunde inte flytta \"{file}\"", + "Could not copy \"{file}\", target exists" : "Kunde inte kopiera \"{file}\", filen existerar redan", + "Could not copy \"{file}\"" : "Kunde inte kopiera \"{file}\"", + "Copied {origin} inside {destination}" : "Kopierade {origin} till {destination}", + "Copied {origin} and {nbfiles} other files inside {destination}" : "Kopierade {origin} och {nbfiles} andra filer i {destination}", "{newName} already exists" : "{newName} existerar redan", "Could not rename \"{fileName}\", it does not exist any more" : "Kunde inte döpa om \"{fileName}\", filen existerar inte mer", "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Namnet \"{targetName}\" används redan i mappen \"{dir}\". Vänligen välj ett annat namn.", |