diff options
Diffstat (limited to 'apps/files/l10n/en_GB.js')
-rw-r--r-- | apps/files/l10n/en_GB.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index fed80011588..82291aa50c3 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -182,6 +182,7 @@ OC.L10N.register( "\"{displayName}\" action failed" : "\"{displayName}\" action failed", "\"{name}\" is not an allowed filetype." : "\"{name}\" is not an allowed filetype.", "{newName} already exists." : "{newName} already exists.", + "\"{char}\" is not allowed inside a file name." : "\"{char}\" is not allowed inside a file name.", "Name cannot be empty" : "Name cannot be empty", "Another entry with the same name already exists" : "Another entry with the same name already exists", "Renamed \"{oldName}\" to \"{newName}\"" : "Renamed \"{oldName}\" to \"{newName}\"", |