From bb1f0831fc823e1347400f8c6480da22511afec3 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 21 Jan 2008 03:22:18 +0000 Subject: [PATCH] Automatic installer.php lang files by installer_builder (20080121) --- install/lang/en_utf8/installer.php | 1 + install/lang/ja_utf8/installer.php | 1 + install/lang/ko_utf8/installer.php | 1 + install/lang/nl_utf8/installer.php | 1 + install/lang/pt_utf8/installer.php | 1 + 5 files changed, 5 insertions(+) diff --git a/install/lang/en_utf8/installer.php b/install/lang/en_utf8/installer.php index 279a2eefea..be3d369c13 100644 --- a/install/lang/en_utf8/installer.php +++ b/install/lang/en_utf8/installer.php @@ -260,6 +260,7 @@ $string['globalsquoteshelp'] = '

Combination of disabled Magic Quotes GPC and

php_value magic_quotes_gpc On
php_value register_globals Off

'; +$string['globalswarning'] = '

Security Warning: to operate properly, Moodle requires
that you make certain changes to your current PHP settings.

You must set register_globals=off.

This setting is controlled by editing your php.ini, Apache/IIS
configuration or .htaccess file.

'; $string['help'] = 'Help'; $string['iconvrecommended'] = 'Installing the optional ICONV library is highly recommended in order to improve site performance, particularly if your site is supporting non-latin languages.'; $string['info'] = 'Information'; diff --git a/install/lang/ja_utf8/installer.php b/install/lang/ja_utf8/installer.php index 047d61361a..5a0d4ed7f9 100644 --- a/install/lang/ja_utf8/installer.php +++ b/install/lang/ja_utf8/installer.php @@ -221,6 +221,7 @@ $string['globalsquoteshelp'] = '

Magic Quotes GPCの無効化およびRegister

php_value magic_quotes_gpc On
php_value register_globals Off

'; +$string['globalswarning'] = '

セキュリティ警告: Moodleを適切に動作させるため、
現在のPHP設定を変更する必要があります。

register_globals=off の設定を行ってください。

この設定は、php.ini、Apache/IIS
設定、または .htaccess ファイルの編集により管理することができます。

'; $string['help'] = 'ヘルプ'; $string['iconvrecommended'] = 'より良いパフォーマンスを得るため、ICONVライブラリのインストールおよび稼動を強くお勧めします。あなたのサイトがラテン文字以外をサポートしている場合、特にお勧めします。'; $string['info'] = '情報'; diff --git a/install/lang/ko_utf8/installer.php b/install/lang/ko_utf8/installer.php index e9c9b58e1d..ad07aa60a8 100644 --- a/install/lang/ko_utf8/installer.php +++ b/install/lang/ko_utf8/installer.php @@ -218,6 +218,7 @@ $string['globalsquoteshelp'] = '

magic_quotes_gpc = Off ê³¼ register_globals =

php_value magic_quotes_gpc On
php_value register_globals Off

'; +$string['globalswarning'] = '

보안 경고 : 무들이 바르게 작동하기 위해서는, 현재의 일부 PHP설정을 바꿔야 합니다.

반드시 register_globals=off로 설정해야 합니다.
이는 php.ini나 Apache/IIS의 .htaccess 파일의 변수를 조정하면 됩니다.

'; $string['help'] = '도움'; $string['iconvrecommended'] = '당신의 사이트가 라틴언어계열이 아닌 언어를 지원하는 경우, 사이트의 성능을 향상시키기 위해서는 ICONV라이브러리를 설치할 것을 권장합니다.'; $string['info'] = '정보'; diff --git a/install/lang/nl_utf8/installer.php b/install/lang/nl_utf8/installer.php index 8191ef244c..465e9ec815 100644 --- a/install/lang/nl_utf8/installer.php +++ b/install/lang/nl_utf8/installer.php @@ -218,6 +218,7 @@ $string['globalsquoteshelp'] = '

De combinatie van uitgeschakelde Magic Quotes

php_value magic_quotes_gpc On
php_value register_globals Off

'; +$string['globalswarning'] = '

Veiligheidswaarschuwing:om Moodle goed te laten werken, is het nodig
dat je enkele wijzigingen maakt in je huidige PHP-instellingen.

Je moet register_globals=off instellen.

Deze instelling kan aangepast worden door je php.ini, Apache/IIS
configuratie aan te passen of door een .htaccess-bestand te gebruiken.'; $string['help'] = 'Help'; $string['iconvrecommended'] = 'Als je site andere talen dan die uit de Latin1 tekenset gebruikt, dan is het installeren van de optionele ICONV library ten zeerste aangeraden om de performantie van de site te verhogen.'; $string['info'] = 'Informatie'; diff --git a/install/lang/pt_utf8/installer.php b/install/lang/pt_utf8/installer.php index f12f54b8d1..ebc2b66af6 100644 --- a/install/lang/pt_utf8/installer.php +++ b/install/lang/pt_utf8/installer.php @@ -223,6 +223,7 @@ $string['globalsquoteshelp'] = '

Não se recomenda a combinação simultânea

php_value magic_quotes_gpc On
php_value register_globals Off

'; +$string['globalswarning'] = '

Anúncio de segurança: para funcionar devidamente, o Moodle precisa que altere às suas definições actuais do PHP.

Deverá usar register_globals=off.

Essa opção altera-se editando o seu ficheiro php.ini, ou os ficheiros de configuração do Apache/IIS
ou o ficheiro .htaccess, e reiniciando o servidor.

'; $string['help'] = 'Ajuda'; $string['iconvrecommended'] = 'A instalação da biblioteca opcional ICONV é altamente recomendada para um melhor desempenho do sítio, principalmente se o seu sítio suporta linguagens não latinas.'; $string['info'] = 'Informação'; -- 2.39.5