Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n/da.json')
-rw-r--r--apps/files/l10n/da.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/l10n/da.json b/apps/files/l10n/da.json
index b62bf47bb44..2397165b0c5 100644
--- a/apps/files/l10n/da.json
+++ b/apps/files/l10n/da.json
@@ -20,6 +20,7 @@
"Actions" : "Handlinger",
"Download" : "Hent",
"Rename" : "Omdøb",
+ "Move or copy" : "Flyt eller kopier",
"Target folder" : "Destinations mappe",
"Delete" : "Slet",
"Disconnect storage" : "Frakobl lager",
@@ -34,6 +35,10 @@
"This directory is unavailable, please check the logs or contact the administrator" : "Denne mappe er utilgængelig, tjek venligst loggene eller kontakt administratoren",
"Could not move \"{file}\", target exists" : "Kunne ikke flytte \"{file}\" - der findes allerede en fil med dette navn",
"Could not move \"{file}\"" : "Kunne ikke flytte \"{file}\"",
+ "Could not copy \"{file}\", target exists" : "Kunne ikke kopiere \"{file}\" - der findes allerede en fil med dette navn",
+ "Could not copy \"{file}\"" : "Kunne ikke kopiere \"{file}\"",
+ "Copied {origin} inside {destination}" : "Kopirede {origin} ind i {destination}",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "kopierede {origin} og {nbfiles} andre filer ind i {destination}",
"{newName} already exists" : "{newName} eksistere allerede",
"Could not rename \"{fileName}\", it does not exist any more" : "Kunne ikke omdøbe \"{fileName}\", den findes ikke længere",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Navnet \"{targetName}\" bruges allerede i mappen \"{dir}\". Vælg et andet navn.",