diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-06 00:26:31 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-06 00:26:31 +0000 |
commit | d950cff568f2941b3163702b34205c02cbb6201f (patch) | |
tree | 09e5e4c80e175cd8a0a76eae71f70d7b86524bf2 /apps/files/l10n/en_GB.js | |
parent | 11b2762d3cb72af264d03dcb201eabf0463dff0b (diff) | |
download | nextcloud-server-d950cff568f2941b3163702b34205c02cbb6201f.tar.gz nextcloud-server-d950cff568f2941b3163702b34205c02cbb6201f.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
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}\"", |