diff options
Diffstat (limited to 'apps/files/l10n/en_GB.js')
-rw-r--r-- | apps/files/l10n/en_GB.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 921f23cde33..eb04a6f19c6 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -175,10 +175,11 @@ OC.L10N.register( "Go to the \"{dir}\" directory" : "Go to the \"{dir}\" directory", "Select the row for {displayName}" : "Select the row for {displayName}", "Rename file" : "Rename file", - "File name" : "File name", "A long time ago" : "A long time ago", "This node is unavailable" : "This node is unavailable", "Download file {name}" : "Download file {name}", + "File name" : "File name", + "Folder name" : "Folder name", "\"{displayName}\" action executed successfully" : "\"{displayName}\" action executed successfully", "\"{displayName}\" action failed" : "\"{displayName}\" action failed", "\"{name}\" is not an allowed filetype." : "\"{name}\" is not an allowed filetype.", |