diff options
Diffstat (limited to 'settings/l10n/en_GB.php')
-rw-r--r-- | settings/l10n/en_GB.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/l10n/en_GB.php b/settings/l10n/en_GB.php index d0a45a915b1..c5bed8a2c57 100644 --- a/settings/l10n/en_GB.php +++ b/settings/l10n/en_GB.php @@ -109,6 +109,7 @@ $TRANSLATIONS = array( "Your PHP version is outdated" => "Your PHP version is outdated", "Your PHP version is outdated. We strongly recommend to update to 5.3.8 or newer because older versions are known to be broken. It is possible that this installation is not working correctly." => "Your PHP version is outdated. We strongly recommend to update to 5.3.8 or newer because older versions are known to be broken. It is possible that this installation is not working correctly.", "PHP charset is not set to UTF-8" => "PHP charset is not set to UTF-8", +"PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'.", "Locale not working" => "Locale not working", "System locale can not be set to a one which supports UTF-8." => "System locale can not be set to a one which supports UTF-8.", "This means that there might be problems with certain characters in file names." => "This means that there might be problems with certain characters in file names.", |