diff --git a/phpBB/language/lang_bulgarian/lang_main.php b/phpBB/language/lang_bulgarian/lang_main.php index c2c94d87ef..2e257eb8a1 100644 --- a/phpBB/language/lang_bulgarian/lang_main.php +++ b/phpBB/language/lang_bulgarian/lang_main.php @@ -28,20 +28,6 @@ * email : boby@azholding.com ****************************************************************************/ -// -// The format of this file is: -// -// ---> $lang['message'] = "text"; -// -// You should also try to set a locale and a character -// encoding (plus direction). The encoding and direction -// will be sent to the template. The locale may or may -// not work, it's dependent on OS support and the syntax -// varies ... give it your best guess! -// - - -setlocale(LC_ALL, "ru_RU.ISO-8859-5"); $lang['ENCODING'] = "windows-1251"; $lang['DIRECTION'] = "ltr"; $lang['LEFT'] = "left"; diff --git a/phpBB/language/lang_greek/lang_main.php b/phpBB/language/lang_greek/lang_main.php index 84edc1cb54..f776ed5594 100644 --- a/phpBB/language/lang_greek/lang_main.php +++ b/phpBB/language/lang_greek/lang_main.php @@ -24,8 +24,6 @@ // Email : arttor@eexi.gr // - -setlocale(LC_ALL, "el_GR.ISO-8859-7"); $lang['ENCODING'] = "iso-8859-7"; $lang['DIRECTION'] = "ltr"; $lang['LEFT'] = "left"; diff --git a/phpBB/language/lang_russian/lang_main.php b/phpBB/language/lang_russian/lang_main.php index 89ca32a364..5587ccf642 100644 --- a/phpBB/language/lang_russian/lang_main.php +++ b/phpBB/language/lang_russian/lang_main.php @@ -24,8 +24,6 @@ // borz_off@rdw.ru // - -setlocale(LC_ALL, "ru_RU.CP1251"); $lang['ENCODING'] = "windows-1251"; $lang['DIRECTION'] = "ltr"; $lang['LEFT'] = "left";