diff options
Diffstat (limited to 'apps/files/l10n/en_GB.json')
-rw-r--r-- | apps/files/l10n/en_GB.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json index e7f283a7d12..07770eaae5f 100644 --- a/apps/files/l10n/en_GB.json +++ b/apps/files/l10n/en_GB.json @@ -86,9 +86,6 @@ "Another entry with the same name already exists." : "Another entry with the same name already exists.", "Invalid filename." : "Invalid filename.", "Renamed \"{oldName}\" to \"{newName}\"" : "Renamed \"{oldName}\" to \"{newName}\"", - "Could not rename \"{oldName}\", it does not exist any more" : "Could not rename \"{oldName}\", it does not exist any more", - "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name.", - "Could not rename \"{oldName}\"" : "Could not rename \"{oldName}\"", "Pending" : "Pending", "Clear filter" : "Clear filter", "Modified" : "Modified", @@ -384,12 +381,13 @@ "Filenames must not end with \"{segment}\"." : "Filenames must not end with \"{segment}\".", "Name cannot be empty" : "Name cannot be empty", "Another entry with the same name already exists" : "Another entry with the same name already exists", + "Could not rename \"{oldName}\", it does not exist any more" : "Could not rename \"{oldName}\", it does not exist any more", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name.", + "Could not rename \"{oldName}\"" : "Could not rename \"{oldName}\"", "Storage informations" : "Storage informations", "Choose file" : "Choose file", "Open the files app settings" : "Open the files app settings", "You might not have have permissions to view it, ask the sender to share it" : "You might not have have permissions to view it, ask the sender to share it", - "Destination is not a folder" : "Destination is not a folder", - "This file/folder is already in that directory" : "This file/folder is already in that directory", "The files is locked" : "The files is locked", "Create new templates folder" : "Create new templates folder", "List of favorites files and folders." : "List of favourite files and folders.", @@ -400,6 +398,8 @@ "Copy direct link (only works for people who have access to this file/folder)" : "Copy direct link (only works for people who have access to this file/folder)", "Favored" : "Favoured", "Favor" : "Favour", - "Not favored" : "Not favoured" + "Not favored" : "Not favoured", + "Destination is not a folder" : "Destination is not a folder", + "This file/folder is already in that directory" : "This file/folder is already in that directory" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |