diff options
Diffstat (limited to 'core/l10n/en_GB.js')
-rw-r--r-- | core/l10n/en_GB.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/l10n/en_GB.js b/core/l10n/en_GB.js index 7f4cc076505..d9927851162 100644 --- a/core/l10n/en_GB.js +++ b/core/l10n/en_GB.js @@ -46,6 +46,7 @@ OC.L10N.register( "Error loading file picker template: {error}" : "Error loading file picker template: {error}", "Ok" : "OK", "Error loading message template: {error}" : "Error loading message template: {error}", + "read-only" : "read-only", "_{count} file conflict_::_{count} file conflicts_" : ["{count} file conflict","{count} file conflicts"], "One file conflict" : "One file conflict", "New Files" : "New Files", @@ -129,6 +130,10 @@ OC.L10N.register( "Reset password" : "Reset password", "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! ", "For the best results, please consider using a GNU/Linux server instead." : "For the best results, please consider using a GNU/Linux server instead.", + "It seems that this %s instance is running on a 32bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4GB and is highly discouraged." : "It seems that this %s instance is running on a 32bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4GB and is highly discouraged.", + "Please remove the open_basedir setting within your php.ini or switch to 64bit PHP." : "Please remove the open_basedir setting within your php.ini or switch to 64bit PHP.", + "It seems that this %s instance is running on a 32bit PHP environment and cURL is not installed. This will lead to problems with files over 4GB and is highly discouraged." : "It seems that this %s instance is running on a 32bit PHP environment and cURL is not installed. This will lead to problems with files over 4GB and is highly discouraged.", + "Please install the cURL extension and restart your webserver." : "Please install the cURL extension and restart your webserver.", "Personal" : "Personal", "Users" : "Users", "Apps" : "Apps", |