From 5d7e1c2c67e2f46a21ca03d980b8771dc1dcf467 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 18 Dec 2006 03:38:22 +0000 Subject: [PATCH] Automatic installer.php lang files by installer_builder (20061218) --- install/lang/bs_utf8/installer.php | 2 +- install/lang/ca_utf8/installer.php | 3 ++- install/lang/cs_utf8/installer.php | 2 +- install/lang/da_utf8/installer.php | 2 +- install/lang/de_utf8/installer.php | 3 ++- install/lang/en_utf8/installer.php | 3 ++- install/lang/es_utf8/installer.php | 3 ++- install/lang/eu_utf8/installer.php | 2 +- install/lang/fi_utf8/installer.php | 2 +- install/lang/fr_ca_utf8/installer.php | 2 +- install/lang/fr_utf8/installer.php | 3 ++- install/lang/hu_utf8/installer.php | 2 +- install/lang/it_utf8/installer.php | 2 +- install/lang/ja_utf8/installer.php | 3 ++- install/lang/ka_utf8/installer.php | 2 +- install/lang/ko_utf8/installer.php | 1 + install/lang/nl_utf8/installer.php | 3 ++- install/lang/no_utf8/installer.php | 2 +- install/lang/pl_utf8/installer.php | 2 +- install/lang/pt_br_utf8/installer.php | 2 +- install/lang/pt_utf8/installer.php | 2 +- install/lang/sk_utf8/installer.php | 2 +- install/lang/sl_utf8/installer.php | 2 +- install/lang/sm_utf8/installer.php | 2 +- install/lang/sr_cr_utf8/installer.php | 2 +- install/lang/sr_lt_utf8/installer.php | 2 +- install/lang/sv_utf8/installer.php | 2 +- install/lang/ta_utf8/installer.php | 2 +- install/lang/th_utf8/installer.php | 2 +- install/lang/tl_utf8/installer.php | 3 ++- install/lang/to_utf8/installer.php | 2 +- install/lang/tr_utf8/installer.php | 3 ++- install/lang/vi_utf8/installer.php | 2 +- install/lang/zh_cn_utf8/installer.php | 2 +- 34 files changed, 43 insertions(+), 33 deletions(-) diff --git a/install/lang/bs_utf8/installer.php b/install/lang/bs_utf8/installer.php index 7ff027bf6a..774b1dbffd 100644 --- a/install/lang/bs_utf8/installer.php +++ b/install/lang/bs_utf8/installer.php @@ -39,7 +39,7 @@ $string['gdversionhelp'] = '

Vaš server neće izgledati isto imajući GD inst

Da dodate GD u PHP na osnovu Unixa, kompajlirate PHP koristeći se gd parametrom.

-

Na osnovu Windows obično možete podesiti php.ini i ne bilježiti liniju referencirajući libgd.dll.

'; +

Na osnovu Windows obično možete podesiti php.ini i ne bilježiti liniju referencirajući php_gd2.dll.

'; $string['help'] = 'Pomoć'; $string['installation'] = 'Instalacija'; $string['language'] = 'Jezik'; diff --git a/install/lang/ca_utf8/installer.php b/install/lang/ca_utf8/installer.php index 7ae45d0516..d3e07559c9 100644 --- a/install/lang/ca_utf8/installer.php +++ b/install/lang/ca_utf8/installer.php @@ -135,7 +135,7 @@ $string['gdversionhelp'] = '

Sembla que el vostre servidor no té instal·lat

Per afegir GD al PHP en Unix, compileu el PHP amb el paràmetre --with-gd.

-

En Windows generalment es pot editar el fitxer php.ini i treure el comentari de la línia que porti la referència a libgd.dll.

'; +

En Windows generalment es pot editar el fitxer php.ini i treure el comentari de la línia que porti la referència a php_gd2.dll.

'; $string['globalsquotes'] = 'Gestió insegura dels globals'; $string['globalsquoteserror'] = 'Arregleu els paràmetres del vostre PHP: inhabiliteu register_globals i/o habiliteu magic_quotes_gpc'; $string['help'] = 'Ajuda'; @@ -202,6 +202,7 @@ $string['status'] = 'Estat'; $string['thischarset'] = 'UTF-8'; $string['thislanguage'] = 'Català'; $string['unicoderecommended'] = 'Es recomana emmagatzemar totes les dades en Unicode (UTF-8). Les noves instal·lacions s\'haurien de realitzar en bases de dades que tinguin definit com a Unicode el conjunt de caràcters per defecte. Si esteu fent una actualització, hauríeu de passar el procés de migració a UTF-8 (vg. la pàgina d\'Administració).'; +$string['unicoderequired'] = 'Es requereix emmagatzemar totes les dades en format Unicode (UTF-8). Les noves instal·lacions s\'han de realitzar en bases de dades que tinguin definit com a Unicode el conjunt de caràcters per defecte. Si esteu fent una actualització, hauríeu de passar el procés de migració a UTF-8 (vg. la pàgina d\'Administració).'; $string['user'] = 'Usuari'; $string['welcomep10'] = '$a->installername ($a->installerversion)'; $string['welcomep20'] = 'Esteu veient aquesta pàgina perquè heu instal·lat amb èxit i heu executat el paquet $a->packname $a->packversion. Felicitacions!'; diff --git a/install/lang/cs_utf8/installer.php b/install/lang/cs_utf8/installer.php index dedfae0182..a86f86373b 100644 --- a/install/lang/cs_utf8/installer.php +++ b/install/lang/cs_utf8/installer.php @@ -98,7 +98,7 @@ $string['gdversionhelp'] = '

Na vašem serveru zřejmě není nainstalována k

V Unixu můžete přidat GD do PHP tak, že zkompilujte PHP s parametrem --with-gd.

-

Ve Windows stačí většinou upravit php.ini a odkomentovat řádek odkazující na libgd.dll.

'; +

Ve Windows stačí většinou upravit php.ini a odkomentovat řádek odkazující na php_gd2.dll.

'; $string['globalsquotes'] = 'Nezabezpečené zacházení s globálními proměnnými'; $string['globalsquoteserror'] = 'Upravte nastavení PHP: zakažte register_globals a/nebo povolte magic_quotes_gpc'; $string['help'] = 'Nápověda'; diff --git a/install/lang/da_utf8/installer.php b/install/lang/da_utf8/installer.php index 15efe4da57..54dabb4fd5 100644 --- a/install/lang/da_utf8/installer.php +++ b/install/lang/da_utf8/installer.php @@ -47,7 +47,7 @@ $string['gdversionhelp'] = '

Det lader til at din server ikke har GD installer

For at tilføje GD på unix skal PHP kompileres med \'--with-gd\" parameteret.

-

Under windows er det normalt nok at udkommentere den linje i php.ini der referere til libgd.dll

'; +

Under windows er det normalt nok at udkommentere den linje i php.ini der referere til php_gd2.dll

'; $string['help'] = 'Hjælp'; $string['info'] = 'Information'; $string['installation'] = 'Installation'; diff --git a/install/lang/de_utf8/installer.php b/install/lang/de_utf8/installer.php index 6472f7dba9..e169ec9107 100644 --- a/install/lang/de_utf8/installer.php +++ b/install/lang/de_utf8/installer.php @@ -134,7 +134,7 @@ $string['gdversionerror'] = 'Die GD-Bibliothek sollte verfügbar sein, um Bilder $string['gdversionhelp'] = '

Auf Ihrem Server ist vermutlich GD nicht installiert.

GD ist eine Bibliothek, die von PHP benötigt wird, um damit Bilder von Moodle angezeigt werden können, z.B. Nutzer-Bilder oder grafische Darstellungen der Log-Daten. Moodle arbeitet auch ohne GD. Die o.g. Funktionen stehen Ihnen dann jedoch nicht zur Verfügung.

Wenn Sie GD unter UNIX zu PHP hinzufügen wollen, kompilieren Sie PHP unter Verwendung des Parameters with-gd

-

Unter Windows können Sie die Datei php.ini bearbeiten und die Zeile libgd.dll auskommentieren.

'; +

Unter Windows können Sie die Datei php.ini bearbeiten und die Zeile php_gd2.dll auskommentieren.

'; $string['globalsquotes'] = 'Unsichere Einstellung von Globalparametern'; $string['globalsquoteserror'] = 'Prüfen Sie die PHP-Einstellungen: deaktivieren Sie register_globals und/oder aktivieren Sie magic_quotes_gpc'; $string['help'] = 'Hilfe'; @@ -200,6 +200,7 @@ $string['status'] = 'Status'; $string['thischarset'] = 'UTF-8'; $string['thislanguage'] = 'Deutsch'; $string['unicoderecommended'] = 'Es wird empfohlen, alle Daten im Format Unicode UTF-8 zu speichern. Neuinstallationen sollten mit Datenbanken vorgenommen werden, die als Standardzeichensatz UTF-8 benutzen. Wenn Sie ein Upgrade durchführen, sollten Sie die UTF-8-Migration starten (Admin-Seite).'; +$string['unicoderequired'] = 'Es ist notwendig, alle Daten im Format Unicode UTF-8 zu speichern. Neuinstallationen müssen mit Datenbanken vorgenommen werden, die als Standardzeichensatz UTF-8 benutzen. Wenn Sie ein Upgrade durchführen, sollten Sie die UTF-8-Migration starten (Admin-Seite).'; $string['user'] = 'Nutzer'; $string['welcomep10'] = '$a->installername ($a->installerversion)'; $string['welcomep20'] = 'Sie haben das Paket $a->packname $a->packversion erfolgreich auf Ihrem Computer installiert.'; diff --git a/install/lang/en_utf8/installer.php b/install/lang/en_utf8/installer.php index 3a447ac322..098dd5ab7c 100644 --- a/install/lang/en_utf8/installer.php +++ b/install/lang/en_utf8/installer.php @@ -155,7 +155,7 @@ $string['gdversionhelp'] = '

Your server does not seem to have GD installed.To add GD to PHP under Unix, compile PHP using the --with-gd parameter.

-

Under Windows you can usually edit php.ini and uncomment the line referencing libgd.dll.

'; +

Under Windows you can usually edit php.ini and uncomment the line referencing php_gd2.dll.

'; $string['globalsquotes'] = 'Insecure Handling of Globals'; $string['globalsquoteserror'] = 'Fix your PHP settings: disable register_globals and/or enable magic_quotes_gpc'; $string['help'] = 'Help'; @@ -230,6 +230,7 @@ $string['status'] = 'Status'; $string['thischarset'] = 'UTF-8'; $string['thislanguage'] = 'English'; $string['unicoderecommended'] = 'Storing all your data in Unicode (UTF-8) is recommended. New installations should be performed into databases that have their default character set as Unicode. If you are upgrading, you should perform the UTF-8 migration process (see the Admin page).'; +$string['unicoderequired'] = 'It is required that you store all your data in Unicode format (UTF-8). New installations must be performed into databases that have their default character set as Unicode. If you are upgrading, you should perform the UTF-8 migration process (see the Admin page).'; $string['user'] = 'User'; $string['welcomep10'] = '$a->installername ($a->installerversion)'; $string['welcomep20'] = 'You are seeing this page because you have successfully installed and diff --git a/install/lang/es_utf8/installer.php b/install/lang/es_utf8/installer.php index 187ff6c83e..7c17f26131 100644 --- a/install/lang/es_utf8/installer.php +++ b/install/lang/es_utf8/installer.php @@ -142,7 +142,7 @@ $string['gdversionhelp'] = '

Su servidor parece no tener el GD instalado.

Para agregar GD a PHP en entorno Unix, compile PHP usando el parámetro --with-gd.

-

En un entorno Windows, puede editar php.ini y quitar los comentarios de la línea referida a libgd.dll.

'; +

En un entorno Windows, puede editar php.ini y quitar los comentarios de la línea referida a php_gd2.dll.

'; $string['globalsquotes'] = 'Manejo Inseguro de Ajustes Globales'; $string['globalsquoteserror'] = 'Fije sus ajustes PHP: deshabilite register_globals y/o habilite magic_quotes_gpc'; $string['help'] = 'Ayuda'; @@ -213,6 +213,7 @@ $string['status'] = 'Estado'; $string['thischarset'] = 'UTF-8'; $string['thislanguage'] = 'Español - Internacional'; $string['unicoderecommended'] = 'Se recomienda almacenar todos los datos en Unicode (UTF-8). Las instalaciones nuevas deberían ejecutarse en bases de datos cuyo juego de caracteres por defecto fuera Unicode. Si está realizando una actualización, debería llevar a cabo el proceso de migración UTF-8 (vea al respecto la página de Administración).'; +$string['unicoderequired'] = 'Es necesario que almacene todos sus datos en formato Unicode (UTF-8). Las instalaciones nuevas deberían ejecutarse en bases de datos cuyo juego de caracteres por defecto fuera Unicode. Si está realizando una actualización, debería llevar a cabo el proceso de migración UTF-8 (vea al respecto la página de Administración).'; $string['user'] = 'Usuario'; $string['welcomep10'] = '$a->installername ($a->installerversion)'; $string['welcomep20'] = 'Si está viendo esta página es porque ha podido ejecutar el paquete diff --git a/install/lang/eu_utf8/installer.php b/install/lang/eu_utf8/installer.php index 2ddbf95909..7a23f082d5 100644 --- a/install/lang/eu_utf8/installer.php +++ b/install/lang/eu_utf8/installer.php @@ -99,7 +99,7 @@ $string['gdversionhelp'] = '

Zure zerbitzariak GDa instalaturik ez daukala dir

UNIX ingurunean GD PHPri eransteko, PHP konpilatu --with-gd parametroa erabiliz.

-

Windows ingurunean, php.ini edita dezakezu, libgd.dll-ri dagozkion iruzkinen lerroa kenduz.

'; +

Windows ingurunean, php.ini edita dezakezu, php_gd2.dll-ri dagozkion iruzkinen lerroa kenduz.

'; $string['globalsquotes'] = 'Ezarpen orokorren erabilera ez segurua'; $string['globalsquoteserror'] = 'PHP ezarpenak zehaztu: register_globals indargabetu edo/eta magic_quotes_gpc ezarri'; $string['help'] = 'Laguntza'; diff --git a/install/lang/fi_utf8/installer.php b/install/lang/fi_utf8/installer.php index 8c19247ade..99cd571b3d 100644 --- a/install/lang/fi_utf8/installer.php +++ b/install/lang/fi_utf8/installer.php @@ -129,7 +129,7 @@ $string['gdversionhelp'] = '

Palvelimellasi ei näyttäisi olevan GD:tä asenn

Lisätäksesi GD:n PHP:hen Unix:in alaisena, käännä PHP käyttäen --with-gd parametria.

-

Windowsin alaisena voit yleensä muokata php.ini:ä ja olla kommentoimatta rivivertailua libgd.dll.

'; +

Windowsin alaisena voit yleensä muokata php.ini:ä ja olla kommentoimatta rivivertailua php_gd2.dll.

'; $string['globalsquotes'] = 'Globaalien muuttujien turvaton käsittely'; $string['help'] = 'Ohje'; $string['iconvrecommended'] = 'Valinnaisen ICONV-kirjaston asentamista suositellaan erityisesti silloin jos sivustolla käytetäänuseita eri kieliä.'; diff --git a/install/lang/fr_ca_utf8/installer.php b/install/lang/fr_ca_utf8/installer.php index b2fabf3466..4543374f75 100644 --- a/install/lang/fr_ca_utf8/installer.php +++ b/install/lang/fr_ca_utf8/installer.php @@ -33,7 +33,7 @@ $string['fileuploads'] = 'Téléchargement des fichiers'; $string['fileuploadserror'] = 'Le téléchargement des fichiers sur le serveur doit être activé'; $string['gdversion'] = 'Version de GD'; $string['gdversionerror'] = 'La librairie GD doit être activée pour traiter et créer les images'; -$string['gdversionhelp'] = '

Il semble que la librairie GD n\'est pas installée sur votre serveur.

GD est une librairie requise par PHP pour permettre à Moodle de traiter les images (comme les photos des profils) et de créer des graphiques (par exemple ceux des historiques). Moodle fonctionnera sans GD, mais ces fonctionnalités ne seront pas disponibles pour vous.

Sous Unix ou Mac OS X, pour ajouter GD à PHP, vous pouvez compiler PHP avec l\'option --with-gd.

Sous Windows, on peut normalement modifier le fichier « php.ini » en enlevant le commentaire de la ligne référençant la librairie libgd.dll.

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

Il semble que la librairie GD n\'est pas installée sur votre serveur.

GD est une librairie requise par PHP pour permettre à Moodle de traiter les images (comme les photos des profils) et de créer des graphiques (par exemple ceux des historiques). Moodle fonctionnera sans GD, mais ces fonctionnalités ne seront pas disponibles pour vous.

Sous Unix ou Mac OS X, pour ajouter GD à PHP, vous pouvez compiler PHP avec l\'option --with-gd.

Sous Windows, on peut normalement modifier le fichier « php.ini » en enlevant le commentaire de la ligne référençant la librairie php_gd2.dll.

'; $string['help'] = 'Aide'; $string['installation'] = 'Installation'; $string['language'] = 'Langue'; diff --git a/install/lang/fr_utf8/installer.php b/install/lang/fr_utf8/installer.php index 409d26fec3..2d11ce9ec2 100644 --- a/install/lang/fr_utf8/installer.php +++ b/install/lang/fr_utf8/installer.php @@ -123,7 +123,7 @@ $string['fileuploads'] = 'Téléchargement des fichiers'; $string['fileuploadserror'] = 'Le téléchargement des fichiers sur le serveur doit être activé'; $string['gdversion'] = 'Version de GD'; $string['gdversionerror'] = 'La librairie GD doit être activée pour traiter et créer les images'; -$string['gdversionhelp'] = '

Il semble que la librairie GD n\'est pas installée sur votre serveur.

GD est une librairie requise par PHP pour permettre à Moodle de traiter les images (comme les photos des profils) et de créer des graphiques (par exemple ceux des historiques). Moodle fonctionnera sans GD, mais ces fonctionnalités ne seront pas disponibles pour vous.

Sur Unix ou Mac OS X, pour ajouter GD à PHP, vous pouvez compiler PHP avec l\'option --with-gd.

Sous Windows, on peut normalement modifier le fichier « php.ini Â» en enlevant le commentaire de la ligne référençant la librairie libgd.dll.

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

Il semble que la librairie GD n\'est pas installée sur votre serveur.

GD est une librairie requise par PHP pour permettre à Moodle de traiter les images (comme les photos des profils) et de créer des graphiques (par exemple ceux des historiques). Moodle fonctionnera sans GD, mais ces fonctionnalités ne seront pas disponibles pour vous.

Sur Unix ou Mac OS X, pour ajouter GD à PHP, vous pouvez compiler PHP avec l\'option --with-gd.

Sous Windows, on peut normalement modifier le fichier « php.ini Â» en enlevant le commentaire de la ligne référençant la librairie php_gd2.dll.

'; $string['globalsquotes'] = 'Traitement non sûr des variables globales'; $string['globalsquoteserror'] = 'Veuillez corriger vos réglages PHP : désactivez « register_globals Â» et/ou activez « magic_quotes_gpc Â»'; $string['help'] = 'Aide'; @@ -182,6 +182,7 @@ $string['status'] = 'Statut'; $string['thischarset'] = 'UTF-8'; $string['thislanguage'] = 'Français'; $string['unicoderecommended'] = 'Il est recommandé de stocker toutes vos données en Unicode (UTF-8). Toute nouvelle installation de Moodle devrait être effectuée dans une base de données ayant comme jeu de caractères par défaut Unicode (UTF-8). Si vous effectuez une mise à jour de Moodle, veuillez procéder à la migration de votre base de données en Unicode (voir la page d\'administration).'; +$string['unicoderequired'] = 'Le stockage des données en format Unicode (UTF-8) est requis. Toute nouvelle installation de Moodle doit être effectuée dans une base de données ayant comme jeu de caractères par défaut Unicode (UTF-8). Si vous effectuez une mise à jour de Moodle, veuillez procéder à la migration de votre base de données en Unicode (voir la page d\'administration).'; $string['user'] = 'Utilisateur'; $string['welcomep10'] = '$a->installername ($a->installerversion)'; $string['welcomep20'] = 'Vous voyez cette page, car vous avez installé Moodle correctement et lancé le logiciel $a->packname $a->packversion sur votre ordinateur. Félicitations !'; diff --git a/install/lang/hu_utf8/installer.php b/install/lang/hu_utf8/installer.php index 225a9adf56..54f8128a9b 100644 --- a/install/lang/hu_utf8/installer.php +++ b/install/lang/hu_utf8/installer.php @@ -135,7 +135,7 @@ $string['gdversionerror'] = 'Képek feldolgozásához és készítéséhez a GD- $string['gdversionhelp'] = '

Feltehetőleg szerverén nincs telepítve a GD.

A GD a PHP számára szükséges könyvtár, mellyel a Moodle képeket (például felhasználói ikonokat) tud feldolgozni és újakat tud készíteni (például naplódiagramokat). A Moodle működik GD nélkül is - csak ezek a lehetőség nem lesznek az Ön számára elérhetők.

A GD Unix alatti PHP-hez való hozzáadásához a PHP-t fordítsa a --with-gd paraméterrel.

-

Windows alatt szerkesztheti a php.ini-t: el kell távolítani a megjegyzésjelet a libgd.dll-re hivatkozó sor elejéről.

'; +

Windows alatt szerkesztheti a php.ini-t: el kell távolítani a megjegyzésjelet a php_gd2.dll-re hivatkozó sor elejéről.

'; $string['globalsquotes'] = 'Globális változók nem biztonságos kezelése'; $string['globalsquoteserror'] = 'Javítsa ki a PHP beállításait: kapcsolja ki a disable register_globals és/vagy az enable magic_quotes_gpc opciókat'; $string['help'] = 'Súgó'; diff --git a/install/lang/it_utf8/installer.php b/install/lang/it_utf8/installer.php index a83fb6be6f..d9f552755c 100644 --- a/install/lang/it_utf8/installer.php +++ b/install/lang/it_utf8/installer.php @@ -69,7 +69,7 @@ $string['gdversionerror'] = 'La libreria GD deve essere presente per elaborare e $string['gdversionhelp'] = '

Sul vostro server sembra non essere installato il supporto per le librerie GD.

GD è una libreria che è richiesta dal PHP per permettere a Moodle di elaborare le immagini (come le icone dei profili utente) e creare nuove immagini (come i grafici dei log). Moodle continuerà  a funzionare senza GD - queste caratteristiche non saranno disponibili sulla vostra installazione.

Per aggiungere GD al PHP su sistemi operativi Unix/Linux, compilare il PHP utilizzando l\'opzione --with-gd.

-

Su Windows normalmente è possibile modificare il file php.ini e togliere il commento dalla linea che contiene libgd.dll.

'; +

Su Windows normalmente è possibile modificare il file php.ini e togliere il commento dalla linea che contiene php_gd2.dll.

'; $string['globalsquotes'] = 'Gestione insicura dei Globals'; $string['globalsquoteserror'] = 'Correggere le impostazioni PHP: disabilitare register_globals e/o abilitare magic_quotes_gpc'; $string['help'] = 'Aiuto'; diff --git a/install/lang/ja_utf8/installer.php b/install/lang/ja_utf8/installer.php index 859fd0c38b..f2d2fcc2a0 100644 --- a/install/lang/ja_utf8/installer.php +++ b/install/lang/ja_utf8/installer.php @@ -137,7 +137,7 @@ $string['gdversionhelp'] = '

あなたのサーバには、GDがインスト

Unix環境下で、GDをPHPにインストールするには、PHPを --with-gd パラメータでコンパイルしてください。

-

Windows環境下では、php.iniでlibgd.dllを参照している行のコメントアウトを取り除いてください。

'; +

Windows環境下では、php.iniでphp_gd2.dllを参照している行のコメントアウトを取り除いてください。

'; $string['globalsquotes'] = '安全では無いGlobalsのハンドリング'; $string['globalsquoteserror'] = 'PHP設定を修正してください: register_globalsを「Off」および/またはmagic_quotes_gpcを「On」'; $string['help'] = 'ヘルプ'; @@ -204,6 +204,7 @@ $string['status'] = '状態'; $string['thischarset'] = 'UTF-8'; $string['thislanguage'] = '日本語'; $string['unicoderecommended'] = 'あなたのすべてのデータをユニコードフォーマット (UTF-8) で保存することが推奨されます。Moodleの新しいインストールは、ユニコードがデフォルトキャラクタにセットされたデータベースに実行される必要があります。アップグレードの場合、UTF-8移行プロセスを実行してださい (詳細は管理ページをご覧ください)。'; +$string['unicoderequired'] = 'あなたのすべてのデータをユニコードフォーマット (UTF-8) で保存することが必須です。Moodleの新しいインストールは、ユニコードがデフォルトキャラクタにセットされたデータベースに実行される必要があります。アップグレードの場合、UTF-8移行プロセスを実行してださい (詳細は管理ページをご覧ください)。'; $string['user'] = 'ユーザ'; $string['welcomep10'] = '$a->installername ($a->installerversion)'; $string['welcomep20'] = 'インストールが正常に完了したため、このページをご覧頂いています。あなたのコンピュータで $a->packname $a->packversion パッケージを起動してください。'; diff --git a/install/lang/ka_utf8/installer.php b/install/lang/ka_utf8/installer.php index e1d8ec9076..d140e1bb14 100644 --- a/install/lang/ka_utf8/installer.php +++ b/install/lang/ka_utf8/installer.php @@ -42,7 +42,7 @@ $string['gdversionhelp'] = '

როგორც ჩანს თქვენ

GD-ს დასამატებლად PHP-ზე Unix-ში, შეასრულეთ PHP გამოიყენებთ რა --with-gd პარამეტრს.

-

Windows გარემოში ჩვეულებრივად შესაძლოა php.ini-ს რედაქტირება და libgd.dll უკომენტაროდ დატოვება უკომენტაროდ .

'; +

Windows გარემოში ჩვეულებრივად შესაძლოა php.ini-ს რედაქტირება და php_gd2.dll უკომენტაროდ დატოვება უკომენტაროდ .

'; $string['help'] = 'დახმარება'; $string['info'] = 'ინფორმაცია'; $string['installation'] = 'ინსტალირება'; diff --git a/install/lang/ko_utf8/installer.php b/install/lang/ko_utf8/installer.php index 7cbcda7f7c..f961759e8c 100644 --- a/install/lang/ko_utf8/installer.php +++ b/install/lang/ko_utf8/installer.php @@ -203,6 +203,7 @@ $string['status'] = '상태'; $string['thischarset'] = 'UTF-8'; $string['thislanguage'] = '한국어'; $string['unicoderecommended'] = '모든 자료를 유니코드(UTF-8)로 저장해야 합니다. 새 설정은 기본 문자코드가 유니코드로 저장되어 있다고 가정하고 작동이 됩니다. 만일 업그레이드 중이라면 반드시 UTF-8 변환과정을 수행하여야만 합니다.(관리화면 참조)'; +$string['unicoderequired'] = '여러분의 모든 자료가 유니코드(UTF-8)로 저장되야 합니다. 새 설정은 기본 문자코드가 유니코드로 저장되어 있다고 가정하고 작동이 됩니다. 만일 업그레이드 중이라면 반드시 UTF-8 변환과정을 수행하여야만 합니다.(관리화면 참조)'; $string['user'] = '사용자'; $string['welcomep10'] = '$a->installername ($a->installerversion)'; $string['welcomep20'] = '당신의 컴퓨터에 $a->packname $a->packversion 패키지를 성공적으로 설치한 것을 축하합니다!'; diff --git a/install/lang/nl_utf8/installer.php b/install/lang/nl_utf8/installer.php index c8057bca76..9b977a7baf 100644 --- a/install/lang/nl_utf8/installer.php +++ b/install/lang/nl_utf8/installer.php @@ -134,7 +134,7 @@ $string['gdversionerror'] = 'De GD-bibliotheek moet geïnstalleerd zijn om afbee $string['gdversionhelp'] = '

Blijkbaar is GD niet geïnstalleerd op je server.

PHP heeft de GD-bibliotheek nodig om afbeeldingen te kunnen maken (zoals de grafieken van de logbestanden) en te verwerken (zoals de profielbestanden van de gebruikers). Moodle zal werken zonder GD - alleen deze mogelijkheden zullen het niet doen.

Om GD toe te voegen aan PHP op een Unixmachine moet je PHP compileren met de --with-gd parameter.

-

Onder Windows kun je gewoonlijk php.ini bewerken en de commentaartekens voor de lijn met libgd.dll verwijderen.

'; +

Onder Windows kun je gewoonlijk php.ini bewerken en de commentaartekens voor de lijn met php_gd2.dll verwijderen.

'; $string['globalsquotes'] = 'Inveilige behandeling van globals'; $string['globalsquoteserror'] = 'Zet je PHP instellingen juist: schakel register_globals uit en/of schakel magic_quotes_gpc in'; $string['help'] = 'Help'; @@ -199,6 +199,7 @@ $string['status'] = 'Status'; $string['thischarset'] = 'UTF-8'; $string['thislanguage'] = 'Nederlands'; $string['unicoderecommended'] = 'Aanbevolen wordt om al je data als Unicode (UTF-8) te bewaren. Nieuwe installaties zouden moeten geïnstalleerd worden met Unicode als standaard tekenset voor de databank. Als je upgrade, moet je het UTF-8 migratieproces laten lopen (zie pagina Beheer).'; +$string['unicoderequired'] = 'Je moet al je data als Unicode (UTF-8) bewaren. Nieuwe installaties moeten geïnstalleerd worden met Unicode als standaard tekenset voor de databank. Als je upgrade, moet je het UTF-8 migratieproces laten lopen (zie pagina Beheer).'; $string['user'] = 'Gebruiker'; $string['welcomep10'] = '$a->installername ($a->installerversion)'; $string['welcomep20'] = 'Je krijgt deze pagina te zien omdat je met succes het $a->packname $a->packversion packet op je computer gezet en gestart hebt. Proficiat!'; diff --git a/install/lang/no_utf8/installer.php b/install/lang/no_utf8/installer.php index 9bceed7b33..6e15375ac7 100644 --- a/install/lang/no_utf8/installer.php +++ b/install/lang/no_utf8/installer.php @@ -55,7 +55,7 @@ $string['gdversionhelp'] = '

Your server does not seem to have GD installed.To add GD to PHP under Unix, compile PHP using the --with-gd parameter.

-

Under Windows you can usually edit php.ini and uncomment the line referencing libgd.dll.

'; +

Under Windows you can usually edit php.ini and uncomment the line referencing php_gd2.dll.

'; $string['help'] = 'Hjelp'; $string['info'] = 'Informasjon'; $string['installation'] = 'Installation'; diff --git a/install/lang/pl_utf8/installer.php b/install/lang/pl_utf8/installer.php index 9ab148bfa2..b4c0306bde 100644 --- a/install/lang/pl_utf8/installer.php +++ b/install/lang/pl_utf8/installer.php @@ -86,7 +86,7 @@ $string['gdversionhelp'] = '

Nie masz zainstalowanego GD na swoim serwerze.„GD jest biblioteką wymaganą przez PHP w celu umożliwienia Moodle operacji na obrazach (takich jak ikony profilu użytkownika) i w celu tworzenia nowych obrazów (takich jak wykresy logowań). Moodle będzie pracował bez GD – te możliwości nie będą jednak dla Ciebie dostępne.

Aby dodać GD do PHP pod Unix-em, skompiluj PHP używając parametru -- with-gd.

-

Pod Windows-em można zazwyczaj edytować php.ini i pominąć linię odwołującą się do libgd.dll.

”'; +

Pod Windows-em można zazwyczaj edytować php.ini i pominąć linię odwołującą się do php_gd2.dll.

”'; $string['globalsquotes'] = 'Groźne zarządzanie zmiennymi globalnymi'; $string['globalsquoteserror'] = 'Ustal swoje ustawienia PHP: niedostępne register_globals i/lub udostępnione magic_quotes_gpc'; $string['help'] = 'Pomoc'; diff --git a/install/lang/pt_br_utf8/installer.php b/install/lang/pt_br_utf8/installer.php index 8d50b95bad..ed9877c913 100644 --- a/install/lang/pt_br_utf8/installer.php +++ b/install/lang/pt_br_utf8/installer.php @@ -95,7 +95,7 @@ $string['gdversionerror'] = 'A library GD'; $string['gdversionhelp'] = '

Parece que o seu servidor não tem o GD instalado.

GD é uma library de PHP necessária à elaboração de imagens como os fotos do perfil do usuário e os gráficos de estatísticas. O Moodle funciona sem o GD mas a elaboração de imagens não será possível.

Para adicionar o GD ao PHP em Unix, compile o PHP usando o parâmetro --with-gd .

-

Em Windows edite php.ini and cancele o comentário à linha que se refere a libgd.dll.

'; +

Em Windows edite php.ini and cancele o comentário à linha que se refere a php_gd2.dll.

'; $string['globalsquotes'] = 'Tratamento de Globais sem Segurança'; $string['globalsquoteserror'] = 'Corrija a configuração do seu PHP: desabilitar register_globals e/ou habilitar magic_quotes_gpc'; $string['help'] = 'Ajuda'; diff --git a/install/lang/pt_utf8/installer.php b/install/lang/pt_utf8/installer.php index 26b10871f0..5b22caa494 100644 --- a/install/lang/pt_utf8/installer.php +++ b/install/lang/pt_utf8/installer.php @@ -98,7 +98,7 @@ $string['gdversionhelp'] = '

O seu servidor não parece ter GD instalado.

Para adicionar GD ao PHP, em Unix, compile o PHP usando o parâmetro --with-gd.

-

Em windows, normalmente poderá editar php.ini e descomentar a linha que faz referência a libgd.dll.

'; +

Em windows, normalmente poderá editar php.ini e descomentar a linha que faz referência a php_gd2.dll.

'; $string['globalsquotes'] = 'Variáveis Globais manipuladas em forma insegura'; $string['globalsquoteserror'] = 'Corrija as sua configuração do PHP: desactive o register_globals e/ou active magic_quotes_gpc'; $string['help'] = 'Ajuda'; diff --git a/install/lang/sk_utf8/installer.php b/install/lang/sk_utf8/installer.php index b4f6e46606..389fff27eb 100644 --- a/install/lang/sk_utf8/installer.php +++ b/install/lang/sk_utf8/installer.php @@ -98,7 +98,7 @@ $string['gdversionhelp'] = '

Na Vašom serveri zrejme nie je nainštalovaná G

Keď chcete pridať GD do PHP pod Unixom, vytvorte PHP použitím --with-gd parameter.

-

Pod Windows môžete upraviť php.ini a odkomentovať riadok obsahujúci libgd.dll.

'; +

Pod Windows môžete upraviť php.ini a odkomentovať riadok obsahujúci php_gd2.dll.

'; $string['globalsquotes'] = 'Nie bezpečné používanie globálnych premenných'; $string['globalsquoteserror'] = 'Opravte svoje nastavenia PHP: vypnite register_globals a/alebo zapnite magic_quotes_gpc'; $string['help'] = 'Pomoc'; diff --git a/install/lang/sl_utf8/installer.php b/install/lang/sl_utf8/installer.php index 9c93b575c6..e27e70dce4 100644 --- a/install/lang/sl_utf8/installer.php +++ b/install/lang/sl_utf8/installer.php @@ -116,7 +116,7 @@ $string['gdversionhelp'] = '

Na vašem strežniku kot kaže ni nameščen GD.<

Za dodajanje GD v PHP v sistemu Unix, prevedite PHP s parametrom --with-gd.

-

V okolju Windows lahko običajno uredite php.ini in odkomentirate vrstico, ki se sklicuje na libgd.dll.

'; +

V okolju Windows lahko običajno uredite php.ini in odkomentirate vrstico, ki se sklicuje na php_gd2.dll.

'; $string['globalsquotes'] = 'Nevarna obravnava globalnih spremenljivk'; $string['globalsquoteserror'] = 'Popravite vaše PHP nastavitve: onemogočite register_globals in / ali omogočite magic_quotes_gpc'; $string['help'] = 'Pomoč'; diff --git a/install/lang/sm_utf8/installer.php b/install/lang/sm_utf8/installer.php index c28fb8e62b..e5a9cb27dc 100644 --- a/install/lang/sm_utf8/installer.php +++ b/install/lang/sm_utf8/installer.php @@ -42,7 +42,7 @@ $string['gdversionhelp'] = '

Your server does not seem to have GD installed.To add GD to PHP under Unix, compile PHP using the --with-gd parameter.

-

Under Windows you can usually edit php.ini and uncomment the line referencing libgd.dll.

'; +

Under Windows you can usually edit php.ini and uncomment the line referencing php_gd2.dll.

'; $string['help'] = 'Fesoasoani'; $string['installation'] = 'Fa\'atu/Install'; $string['language'] = 'Gagana'; diff --git a/install/lang/sr_cr_utf8/installer.php b/install/lang/sr_cr_utf8/installer.php index 989c3d9e36..c08ae66f0d 100644 --- a/install/lang/sr_cr_utf8/installer.php +++ b/install/lang/sr_cr_utf8/installer.php @@ -100,7 +100,7 @@ $string['gdversionhelp'] = '

На Вашем серверу изгледа н

Да бисте додали GD у PHP под Unix-ом, компајлираjте PHP користећи --with-gd параметар.

-

Под Windows-ом обично можете изменити php.ini и скинути ознаку коментара у линији која се односи на libgd.dll.

'; +

Под Windows-ом обично можете изменити php.ini и скинути ознаку коментара у линији која се односи на php_gd2.dll.

'; $string['globalsquotes'] = 'Несигурно руковање глобалним варијаблама'; $string['globalsquoteserror'] = 'Поправите своја PHP подешавања: онемогућите register_globals и/или омогућите magic_quotes_gpc'; $string['help'] = 'Помоћ'; diff --git a/install/lang/sr_lt_utf8/installer.php b/install/lang/sr_lt_utf8/installer.php index 09e1ec4947..3b3fbc6b12 100644 --- a/install/lang/sr_lt_utf8/installer.php +++ b/install/lang/sr_lt_utf8/installer.php @@ -100,7 +100,7 @@ $string['gdversionhelp'] = '

Na Vašem serveru izgleda nije instaliran GD.

Da biste dodali GD u PHP pod Unix-om, kompajlirajte PHP koristeći --with-gd parametar.

-

Pod Windows-om obično možete izmeniti php.ini i skinuti oznaku komentara u liniji koja se odnosi na libgd.dll.

'; +

Pod Windows-om obično možete izmeniti php.ini i skinuti oznaku komentara u liniji koja se odnosi na php_gd2.dll.

'; $string['globalsquotes'] = 'Nesigurno rukovanje globalnim varijablama'; $string['globalsquoteserror'] = 'Popravite svoja PHP podešavanja: onemogućite register_globals i/ili omogućite magic_quotes_gpc'; $string['help'] = 'Pomoć'; diff --git a/install/lang/sv_utf8/installer.php b/install/lang/sv_utf8/installer.php index 0cac072e20..9a25228336 100644 --- a/install/lang/sv_utf8/installer.php +++ b/install/lang/sv_utf8/installer.php @@ -95,7 +95,7 @@ $string['gdversionerror'] = 'GD biblioteket bör vara tillgängligt för att Du $string['gdversionhelp'] = '

Det verkar som om GD inte är installerat på Din server.

GD är ett bibliotek som är nödvändigt i PHP om Moodle ska kunna bearbeta bilder (som t ex bilderna i användarprofilerna) eller skapa nya (som t ex graferna till loggarna). Moodle kommer fortfarande att fungera utan GD men dessa funktioner kommer alltså att saknas.

Om Du vill lägga till GD under UNIX, så får Du kompilera PHP genom att använda parametern --with-gd.

-

Under Windows kan Du vanligtvis redigera php.ini och ta bort kommentarmarkeringen för den rad som refererar till libgd.dll

'; +

Under Windows kan Du vanligtvis redigera php.ini och ta bort kommentarmarkeringen för den rad som refererar till php_gd2.dll

'; $string['globalsquotes'] = 'Inte säker hantering av globala variabler'; $string['globalsquoteserror'] = 'Ordna till Dina inställningar för PHP: avaktivera register_globals och/eller avaktivera magic_quotes_gpc'; $string['help'] = 'Hjälp'; diff --git a/install/lang/ta_utf8/installer.php b/install/lang/ta_utf8/installer.php index 1379cd7416..4cc68d8543 100644 --- a/install/lang/ta_utf8/installer.php +++ b/install/lang/ta_utf8/installer.php @@ -116,7 +116,7 @@ $string['gdversionhelp'] = '

Your server does not seem to have GD installed.To add GD to PHP under Unix, compile PHP using the --with-gd parameter.

-

Under Windows you can usually edit php.ini and uncomment the line referencing libgd.dll.

'; +

Under Windows you can usually edit php.ini and uncomment the line referencing php_gd2.dll.

'; $string['globalsquotes'] = 'Insecure Handling of Globals'; $string['globalsquoteserror'] = 'Fix your PHP settings: disable register_globals and/or enable magic_quotes_gpc'; $string['help'] = 'உதவி'; diff --git a/install/lang/th_utf8/installer.php b/install/lang/th_utf8/installer.php index 80ae7c11fc..69140da988 100644 --- a/install/lang/th_utf8/installer.php +++ b/install/lang/th_utf8/installer.php @@ -100,7 +100,7 @@ $string['gdversionhelp'] = '

เซิร์ฟเวอร์ของคุ

การติดตั้ง GD ใน PHP ภายใต้ยูนิกซ์เซิร์ฟเวอร์นั้น ใช้ตัวเปร --with-gd

-

ส่วนภายใต้การใช้งานวินโดว์คุณสามารถติดตั้งโดยการแก้ไขไฟล์ php.ini และเอาเครื่องหมายคอมเมนต์ด้านหน้า libgd.dll ออก

'; +

ส่วนภายใต้การใช้งานวินโดว์คุณสามารถติดตั้งโดยการแก้ไขไฟล์ php.ini และเอาเครื่องหมายคอมเมนต์ด้านหน้า php_gd2.dll ออก

'; $string['globalsquotes'] = 'การใช้งานแบบ Globals ยังไม่ปลอดภัย'; $string['globalsquoteserror'] = 'แก้ไขค่า PHP ของท่านโดยปิดการใช้งาน register_globals และ/หรือ เปิดการใช้งาน magic_quotes_gpc'; $string['help'] = 'ช่วยเหลือ'; diff --git a/install/lang/tl_utf8/installer.php b/install/lang/tl_utf8/installer.php index c14defd4fc..d6a26d8c94 100644 --- a/install/lang/tl_utf8/installer.php +++ b/install/lang/tl_utf8/installer.php @@ -110,7 +110,7 @@ $string['gdversionhelp'] = '

Mukhang hindi nakaluklok ang GD sa server mo.

Para maidagdag ang GD sa PHP sa loob ng Unix, ikompayl ang PHP gamit ang --with-gd na parameter.

-

Sa loob ng Windows kadalasan ay maeedit mo ang php.ini at tanggalin ang comment sa linya na tumutukoy sa libgd.dll.

'; +

Sa loob ng Windows kadalasan ay maeedit mo ang php.ini at tanggalin ang comment sa linya na tumutukoy sa php_gd2.dll.

'; $string['globalsquotes'] = 'Di-ligtas na Pagmanipula ng mga Global'; $string['globalsquoteserror'] = 'Ayusin ang iyong mga kaayusan ng PHP: patayin ang register_globals at/o buhayin ang magic_quotes_gpc'; $string['help'] = 'Tulong'; @@ -171,6 +171,7 @@ $string['status'] = 'Katayuan'; $string['thischarset'] = 'UTF-8'; $string['thislanguage'] = 'Tagalog'; $string['unicoderecommended'] = 'Iminumungkahi ang pag-imbak ng lahat ng datos mo sa Unicode (UTF-8). Ang bagong luklok ay dapat may mga datosan na ang umiiral na set ng karakter ay Unicode. Kung ginagawa mong bago ang iniluklok mo, dapat mong isakatuparan ang proseso ng pagsalin sa UTF-8 (tingnan ang pahinang pang-Admin).'; +$string['unicoderequired'] = 'Kinakailangan na imbakin ang lahat ng datos mo sa anyong Unicode (UTF-8). Ang bagong luklok ay dapat may mga datosan na ang umiiral na set ng karakter ay Unicode. Kung ginagawa mong bago ang iniluklok mo, dapat mong isakatuparan ang proseso ng pagsalin sa UTF-8 (tingnan ang pahinang pang-Admin).'; $string['user'] = 'Tagagamit'; $string['welcomep10'] = '$a->installername ($a->installerversion)'; $string['welcomep20'] = 'Nakikita mo ang pahinang ito dahil matagumpay mong nailuklok at napagana ang paketeng $a->packname $a->packversion sa iyong kompyuter. Maligayang bati!'; diff --git a/install/lang/to_utf8/installer.php b/install/lang/to_utf8/installer.php index eb2fad17a2..bf976b472b 100644 --- a/install/lang/to_utf8/installer.php +++ b/install/lang/to_utf8/installer.php @@ -40,7 +40,7 @@ $string['gdversionhelp'] = '

Ngalingali \'oku te\'ekiai ke fokotu\'u e GD \'i

Ke tanaki e GD ki he PHP \'ihe Unix, fakatahataha\'i e PHP ngaue\'aki e --moe-gd tafatafa\'aki.

-

\'Ihe Uinitou, teke fa\'amalava pee \'o \'etita\'i php.ini mo to\'o e komeni \'oe laine fakahinohino libgd.dll.

'; +

\'Ihe Uinitou, teke fa\'amalava pee \'o \'etita\'i php.ini mo to\'o e komeni \'oe laine fakahinohino php_gd2.dll.

'; $string['help'] = 'Tokoni'; $string['installation'] = 'Fokotu\'u'; $string['language'] = 'Lea'; diff --git a/install/lang/tr_utf8/installer.php b/install/lang/tr_utf8/installer.php index 171c0310aa..db2775ec21 100644 --- a/install/lang/tr_utf8/installer.php +++ b/install/lang/tr_utf8/installer.php @@ -144,7 +144,7 @@ Moodle GD olmadan da çalışır, ancak yukarıda bahsedilen özelliklerden yara

Unix altında PHP\'ye GD desteğini sağlamak için, PHP\'yi --with-gd parametresiyle derleyin.

-

Windows altında php.ini dosyasını düzenler ve libgd.dll\'yi referans eden satırdaki yorumları kaldırırsınız.

'; +

Windows altında php.ini dosyasını düzenler ve php_gd2.dll\'yi referans eden satırdaki yorumları kaldırırsınız.

'; $string['globalsquotes'] = 'Güvensiz Global Değişkenler'; $string['globalsquoteserror'] = 'PHP ayarlarınızı düzeltin. register_globals\'ı kapalı ve/veya magic_quotes_gpc açık tutun.'; $string['help'] = 'Yardım'; @@ -222,6 +222,7 @@ $string['status'] = 'Durum'; $string['thischarset'] = 'UTF-8'; $string['thislanguage'] = 'Türkçe'; $string['unicoderecommended'] = 'Bütün verilerinizi Unicode (UTF-8) olarak saklamanız tavsiye edilir. Yeni kurulumların veritabanlarına varsayılan olarak Unicode karakter setinde işlem yapması önerilir. Güncelleme yapıyorsanız, UTF-8 Çevirim işlemini yapmanız gerekiyor (Yönetici sayfasına bakınız).'; +$string['unicoderequired'] = 'Bütün verilerinizi Unicode (UTF-8) olarak saklamanız gerekir. Yeni kurulumların veritabanlarına varsayılan olarak Unicode karakter setinde işlem yapması gerekir. Güncelleme yapıyorsanız, UTF-8 Çevirim işlemini yapmanız gerekiyor (Yönetici sayfasına bakınız).'; $string['user'] = 'Kullanıcı'; $string['welcomep10'] = '$a->installername ($a->installerversion)'; $string['welcomep20'] = 'Bilgisayarınıza $a->packname $a->packversion paketini başarıyla kurdunuz. Tebrikler!'; diff --git a/install/lang/vi_utf8/installer.php b/install/lang/vi_utf8/installer.php index cd4e2b9477..9027aecc0a 100644 --- a/install/lang/vi_utf8/installer.php +++ b/install/lang/vi_utf8/installer.php @@ -43,7 +43,7 @@ $string['gdversionhelp'] = '

Máy chủ của bạn hình như không cài GD

Để thêm GD vào PHP dưới hệ điều hành Unix, biên dịch PHP sử dụng tham số--with-gd.

-

Dưới hệ điều hành Windows bạn có thể soạn thảo file php.ini và bỏ dấu chú thích dòng tham chiếu đến libgd.dll.

'; +

Dưới hệ điều hành Windows bạn có thể soạn thảo file php.ini và bỏ dấu chú thích dòng tham chiếu đến php_gd2.dll.

'; $string['help'] = 'Trợ giúp'; $string['installation'] = 'Cài đặt'; $string['language'] = 'Ngôn ngữ'; diff --git a/install/lang/zh_cn_utf8/installer.php b/install/lang/zh_cn_utf8/installer.php index b84436f20c..50990f2178 100644 --- a/install/lang/zh_cn_utf8/installer.php +++ b/install/lang/zh_cn_utf8/installer.php @@ -96,7 +96,7 @@ $string['gdversionhelp'] = '

您的服务器看上去并没有安装GD。

在Unix上为PHP增加GD功能,可以用--with-gd选项来编译PHP。

-

在Windows上,修改php.ini并去掉libgd.dll行前的注释符号就可以了。

'; +

在Windows上,修改php.ini并去掉php_gd2.dll行前的注释符号就可以了。

'; $string['globalsquotes'] = '处理全局变量的方式不安全'; $string['globalsquoteserror'] = '修正您的PHP设置:禁用register_globals和/或启动magic_quotes_gpc。'; $string['help'] = '帮助'; -- 2.39.5