diff options
Diffstat (limited to 'apps/files/l10n/is.js')
-rw-r--r-- | apps/files/l10n/is.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/l10n/is.js b/apps/files/l10n/is.js index a7024687eb3..d1254091676 100644 --- a/apps/files/l10n/is.js +++ b/apps/files/l10n/is.js @@ -22,6 +22,7 @@ OC.L10N.register( "Actions" : "Aðgerðir", "Download" : "Niðurhal", "Rename" : "Endurnefna", + "Move or copy" : "Færa eða afrita", "Target folder" : "Markmappa", "Delete" : "Eyða", "Disconnect storage" : "Aftengja geymslu", @@ -36,6 +37,10 @@ OC.L10N.register( "This directory is unavailable, please check the logs or contact the administrator" : "Þessi mappa er ekki tiltæk, athugaðu atvikaskrár eða hafðu samband við kerfissjóra", "Could not move \"{file}\", target exists" : "Gat ekki fært \"{file}\", markskrá er til", "Could not move \"{file}\"" : "Gat ekki fært \"{file}\"", + "Could not copy \"{file}\", target exists" : "Gat ekki afritað \"{file}\", markskrá er til", + "Could not copy \"{file}\"" : "Gat ekki afritað \"{file}\"", + "Copied {origin} inside {destination}" : "Afritaði {origin} inn í {destination}", + "Copied {origin} and {nbfiles} other files inside {destination}" : "Afritaði {origin} og {nbfiles} aðrar skrár inn í {destination}", "{newName} already exists" : "{newName} er þegar til", "Could not rename \"{fileName}\", it does not exist any more" : "Gat ekki endurnefnt \"{fileName}\", það er ekki lengur til staðar", "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Heitið \"{targetName}\" er nú þegar notað í \"{dir}\" möppunni. Veldu eitthvað annað nafn.", |