From c24993cd3c7aa0e985ad5a20f2de6c0eb8fb03bd Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 23 Aug 2007 05:53:25 +0000 Subject: [PATCH] Automatic installer.php lang files by installer_builder (20070823) --- install/lang/es_utf8/installer.php | 9 +++++++++ install/lang/ko_utf8/installer.php | 8 ++++++++ install/lang/nl_utf8/installer.php | 8 ++++++++ 3 files changed, 25 insertions(+) diff --git a/install/lang/es_utf8/installer.php b/install/lang/es_utf8/installer.php index acd057f177..49757926d5 100644 --- a/install/lang/es_utf8/installer.php +++ b/install/lang/es_utf8/installer.php @@ -73,6 +73,12 @@ $string['databasesettingssub_mysql'] = 'Tipo: MySQL
Usuario: usuario de la base de datos
Contraseña: contraseña de la base de datos
Prefijo de tablas: prefijo a usar en los nombres de las tablas (opcional)'; +$string['databasesettingssub_mysqli'] = 'Tipo: MySQL Mejorado
+Host: e.g., localhost o db.isp.com
+Nombre: nombre de la base de datos, e.g., moodle
+Usuario: nombre de usuario de su base de datos
+Contraseña: contraseña de su base de datos
+Prefijo de Tablas: prefijo a usar en los nombres de las tablas (opcional)'; $string['databasesettingssub_oci8po'] = 'Tipo: Oracle
Servidor: no usado, puede dejarse en blanco
Nombre: nombre de la conexión tnsnames.ora
@@ -187,6 +193,8 @@ $string['mysql'] = 'MySQL (mysql)'; $string['mysql416bypassed'] = 'En cualquier caso, si su sitio únicamente está utilizando idiomas ISO-8859-1 (latin), puede continuar con su versión de MySQL actual (4.1.12 o superior).'; $string['mysql416required'] = 'MySQL 4.1.16 es la versión mínima requerida para trabajar con Moodle 1.6 y garantizar que toda la información podrá ser convertida a UTF-8 en el futuro.'; $string['mysqlextensionisnotpresentinphp'] = 'PHP no ha sido adecuadamente configurado con la extensión MySQL de modo que pueda comunicarse con MySQL. Por favor, compruebe el archivo php.ini o recompile PHP.'; +$string['mysqli'] = 'MySQL Mejorado'; +$string['mysqliextensionisnotpresentinphp'] = 'PHP no ha sido configurado adecuadamente con la extensión MySQLi de forma que se pueda comunicar con MySQL. Por favor, compruebe su archivo php.ini o recompile PHP. La extensión MySQLi no está disponible en PHP 4.'; $string['name'] = 'Nombre'; $string['next'] = 'Siguiente'; $string['oci8po'] = 'Oracle (oci8po)'; @@ -195,6 +203,7 @@ $string['odbc_mssql'] = 'SQL*Server over ODBC (odbc_mssql)'; $string['odbcextensionisnotpresentinphp'] = 'PHP no ha sido adecuadamente configurado con la extensión ODBC de modo que pueda comunicarse con SQL*Server. Por favor, compruebe el archivo php.ini o vuelva a compilar PHP.'; $string['ok'] = 'OK'; $string['opensslrecommended'] = 'Instalar la librería opcional OpenSSL es altamente recomendado -- activa la funcionalidad de red de Moodle (\'Moodle Networking\').'; +$string['parentlanguage'] = 'es'; $string['pass'] = 'Correcto'; $string['password'] = 'Contraseña'; $string['pgsqlextensionisnotpresentinphp'] = 'PHP no ha sido adecuadamente configurado con la extensión PGSQL de modo que pueda comunicarse con PostgreSQL. Por favor, compruebe el archivo php.ini o vuelva a compilar PHP.'; diff --git a/install/lang/ko_utf8/installer.php b/install/lang/ko_utf8/installer.php index 9d58583d94..be66726293 100644 --- a/install/lang/ko_utf8/installer.php +++ b/install/lang/ko_utf8/installer.php @@ -70,6 +70,12 @@ $string['databasesettingssub_mysql'] = '종류: MySQL
사용자: 데이터베이스 사용자명
암호: 데이터베이스 암호
테이블 접두어: 모든 테이블에 사용할 접두어(선택사항)'; +$string['databasesettingssub_mysqli'] = '종류:향상된 MySQL
+호스트:예: localhost 또는 db.isp.com
+이름: 데이터베이스 이름, 예:moodle
+사용자: 데이터베이스 사용자명
+암호: 데이터베이스 암호
+테이블 접두어: 모든 테이블에 사용할 접두어(선택사항)'; $string['databasesettingssub_oci8po'] = '종류: Oracle
호스트: 사용되지 않음, 공백이어야 함
이름: tnsnames.ora 접속에 쓰는 이름
@@ -176,6 +182,8 @@ $string['mysql'] = 'MySQL (mysql)'; $string['mysql416bypassed'] = '당신의 사이트가 iso-8859-1 (라틴) 언어만을 사용하는 경우 현재 설치된 MySQL 4.1.12 혹은 그 이상 버전을 사용할 수 있습니다.'; $string['mysql416required'] = '모든 데이터가 향후 UTF-8로 변환될 수 있도록 하기위해서는 MySQL 4.1.16 이상 버전이 무들 1.6버전에 필요합니다.'; $string['mysqlextensionisnotpresentinphp'] = 'MySQL확장자를 이용해 서버와 연동할 수 있도록 적절하게 설정되지 못했습니다. php.ini 파일을 점검해 보거나 PHP를 다시 컴파일 하십시오.'; +$string['mysqli'] = '향상된 MySQL (mysqli)'; +$string['mysqliextensionisnotpresentinphp'] = 'PHP가 MySQLi확장자를 이용해 서버와 연동할 수 있도록 적절하게 설정되지 못해서 MySQL로 통신하게 되었습니다. php.ini 파일을 점검해 보거나 PHP를 다시 컴파일 하십시오. MySQLi 확장자는 PHP 4에는 사용할 수 없습니다.'; $string['name'] = '이름'; $string['next'] = '다음으로'; $string['oci8po'] = 'Oracle (oci8po)'; diff --git a/install/lang/nl_utf8/installer.php b/install/lang/nl_utf8/installer.php index daeb38be5b..85279cfcf5 100644 --- a/install/lang/nl_utf8/installer.php +++ b/install/lang/nl_utf8/installer.php @@ -70,6 +70,12 @@ $string['databasesettingssub_mysql'] = 'Type: MYSQL
Gebruiker: de gebruikersnaam voor jouw database
Wachtwoord: het wachtwoord voor je databank
Tabelvoorvoegsel:een voorvoegsel dat je wil gebruiken voor alle tabelnamen (optioneel)'; +$string['databasesettingssub_mysqli'] = 'Type: Improved MySQL
+Host: vb localhost of db.isp.com
+Naam: databank naam, vb moodle
+Gebruiker: Gebruikersnaam van jouw databank
+Wachtwoord: Wachtwoord voor jouw databank
+Tabelvoorvoegsel: voorvoegsel voor alle tabelnamen (optioneel)'; $string['databasesettingssub_oci8po'] = 'Type: Oracle
Host:niet gebruikt - moet leeggelaten worden
Naam: database naam of de tnsnames.ora connection
@@ -174,6 +180,8 @@ $string['mysql'] = 'MySQL (mysql)'; $string['mysql416bypassed'] = 'Als je site echter UITSLUITEND iso-8859-1 (latin) talen gebruikt, dan kun je MySQL 4.1.12 (of hoger) blijven gebruiken.'; $string['mysql416required'] = 'MySQL 4.1.16 is de minimum versie die nodig is voor Moodle 1.6 om te kunnen garanderen dat alle gegevens naar UTF-8 geconverteerd zullen worden.'; $string['mysqlextensionisnotpresentinphp'] = 'PHP is niet goed geconfigureerd met de MySQL-extentie om met MySQL te communiceren. Controleer je php.ini-bestand of hercompileer PHP.'; +$string['mysqli'] = 'Improved MySQL (mysqli)'; +$string['mysqliextensionisnotpresentinphp'] = 'PHP is niet goed geconfigureerd - het kan niet communiceren met MySQL. Controleer je php.ini bestand of hercompileer PHP. De MySQLi-extentie is niet beschikbaar voor PHP 4.'; $string['name'] = 'Naam'; $string['next'] = 'Volgende'; $string['oci8po'] = 'Oracle (oci8po)'; -- 2.39.5