diff options
Diffstat (limited to 'apps/files/l10n/is.js')
-rw-r--r-- | apps/files/l10n/is.js | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/apps/files/l10n/is.js b/apps/files/l10n/is.js index 75cccd78118..5845d1fabaa 100644 --- a/apps/files/l10n/is.js +++ b/apps/files/l10n/is.js @@ -114,7 +114,6 @@ OC.L10N.register( "Column headers with buttons are sortable." : "Dálkfyrirsagnir með hnöppum eru raðanlegar", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Til að halda sem bestum afköstum er þessi listi ekki myndgerður að fullu. Skrárnar munu birtast eftir því sem farið er í gegnum listann.", "File not found" : "Skrá finnst ekki", - "{count} selected" : "{count} valið", "{usedQuotaByte} used" : "{usedQuotaByte} notað", "{used} of {quota} used" : "{used} af {quota} notað", "{relative}% used" : "{relative}% notað", @@ -372,9 +371,9 @@ OC.L10N.register( "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.", - "Could not rename \"{fileName}\"" : "Gat ekki endurnefnt \"{fileName}\"", + "Could not rename \"{oldName}\", it does not exist any more" : "Gat ekki endurnefnt \"{oldName}\", það er ekki lengur til staðar", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Heitið \"{newName}\" er nú þegar notað í \"{dir}\" möppunni. Veldu eitthvað annað nafn.", + "Could not rename \"{oldName}\"" : "Tókst ekki að endurnefna \"{oldName}\"", "Could not create file \"{file}\"" : "Gat ekki búið til skrána \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Gat ekki búið til skrána \"{file}\" vegna þess að hún er þegar til", "Could not create folder \"{dir}\" because it already exists" : "Gat ekki búið til möppuna \"{dir}\" vegna þess að hún er þegar til", |