diff options
Diffstat (limited to 'lib/l10n/en_GB.js')
-rw-r--r-- | lib/l10n/en_GB.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index 9dfedaa889d..347f41190f2 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -40,6 +40,10 @@ OC.L10N.register( "Database Error" : "Database Error", "Please contact your system administrator." : "Please contact your system administrator.", "web services under your control" : "web services under your control", + "Empty filename is not allowed" : "Empty filename is not allowed", + "Dot files are not allowed" : "Dot files are not allowed", + "4-byte characters are not supported in file names" : "4-byte characters are not supported in file names", + "File name is a reserved word" : "File name is a reserved word", "App directory already exists" : "App directory already exists", "Can't create app folder. Please fix permissions. %s" : "Can't create app folder. Please fix permissions. %s", "No source specified when installing app" : "No source specified when installing app", |