diff options
Diffstat (limited to 'apps/files/l10n/sv.json')
-rw-r--r-- | apps/files/l10n/sv.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/l10n/sv.json b/apps/files/l10n/sv.json index 80394130a98..750d0814697 100644 --- a/apps/files/l10n/sv.json +++ b/apps/files/l10n/sv.json @@ -20,6 +20,7 @@ "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", @@ -34,6 +35,10 @@ "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.", |