diff options
Diffstat (limited to 'apps/files/l10n/sv.js')
-rw-r--r-- | apps/files/l10n/sv.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/sv.js b/apps/files/l10n/sv.js index 431d081cbde..023e72cd1e9 100644 --- a/apps/files/l10n/sv.js +++ b/apps/files/l10n/sv.js @@ -274,7 +274,6 @@ OC.L10N.register( "(copy %n)" : "(kopia %n)", "Move cancelled" : "Flytt avbruten", "A file or folder with that name already exists in this folder" : "En fil eller mapp med det namnet finns redan i den här mappen", - "The files is locked" : "Filerna är låsta", "The file does not exist anymore" : "Filen finns inte längre", "Choose destination" : "Välj destination", "Copy to {target}" : "Kopiera till {target}", @@ -345,6 +344,7 @@ OC.L10N.register( "Search for an account" : "Sök efter ett konto", "Choose" : "Välj", "No files or folders have been deleted yet" : "Inga filer eller mappar har tagits bort än", - "Add" : "Lägg till" + "Add" : "Lägg till", + "The files is locked" : "Filerna är låsta" }, "nplurals=2; plural=(n != 1);"); |