From 56efad85ea6ae8e0eab63b54c459af22024a5cbb Mon Sep 17 00:00:00 2001 From: stronk7 Date: Thu, 9 Mar 2006 19:48:21 +0000 Subject: [PATCH] Initial revision --- install/lang/ar_utf8/installer.php | 58 +++++++++++ install/lang/be_utf8/installer.php | 38 +++++++ install/lang/bg_utf8/installer.php | 23 +++++ install/lang/bs_utf8/installer.php | 70 +++++++++++++ install/lang/ca_utf8/installer.php | 117 ++++++++++++++++++++++ install/lang/cs_utf8/installer.php | 76 ++++++++++++++ install/lang/da_utf8/installer.php | 76 ++++++++++++++ install/lang/de_du_utf8/installer.php | 23 +++++ install/lang/de_utf8/installer.php | 75 ++++++++++++++ install/lang/el_utf8/installer.php | 21 ++++ install/lang/en/installer.php | 11 ++ install/lang/en_us_utf8/installer.php | 10 ++ install/lang/en_utf8/installer.php | 139 ++++++++++++++++++++++++++ install/lang/es_ar_utf8/installer.php | 11 ++ install/lang/es_es_utf8/installer.php | 22 ++++ install/lang/es_mx_utf8/installer.php | 11 ++ install/lang/es_utf8/installer.php | 81 +++++++++++++++ install/lang/et_utf8/installer.php | 78 +++++++++++++++ install/lang/eu_utf8/installer.php | 35 +++++++ install/lang/fa_utf8/installer.php | 21 ++++ install/lang/fi_utf8/installer.php | 76 ++++++++++++++ install/lang/fil_utf8/installer.php | 24 +++++ install/lang/fr_ca_utf8/installer.php | 65 ++++++++++++ install/lang/fr_utf8/installer.php | 103 +++++++++++++++++++ install/lang/ga_utf8/installer.php | 23 +++++ install/lang/gl_utf8/installer.php | 23 +++++ install/lang/he_utf8/installer.php | 23 +++++ install/lang/hi_utf8/installer.php | 15 +++ install/lang/hu_utf8/installer.php | 77 ++++++++++++++ install/lang/id_utf8/installer.php | 22 ++++ install/lang/it_utf8/installer.php | 89 +++++++++++++++++ install/lang/ja_utf8/installer.php | 118 ++++++++++++++++++++++ install/lang/ka_utf8/installer.php | 81 +++++++++++++++ install/lang/km_utf8/installer.php | 19 ++++ install/lang/kn_utf8/installer.php | 39 ++++++++ install/lang/ko_utf8/installer.php | 76 ++++++++++++++ install/lang/lt_utf8/installer.php | 21 ++++ install/lang/lv_utf8/installer.php | 22 ++++ install/lang/mi_tn_utf8/installer.php | 48 +++++++++ install/lang/ms_utf8/installer.php | 22 ++++ install/lang/nl_utf8/installer.php | 116 +++++++++++++++++++++ install/lang/nn_utf8/installer.php | 24 +++++ install/lang/no_gr_utf8/installer.php | 23 +++++ install/lang/no_utf8/installer.php | 82 +++++++++++++++ install/lang/pl_utf8/installer.php | 56 +++++++++++ install/lang/pt_br_utf8/installer.php | 77 ++++++++++++++ install/lang/pt_utf8/installer.php | 46 +++++++++ install/lang/ro_utf8/installer.php | 19 ++++ install/lang/ru_utf8/installer.php | 39 ++++++++ install/lang/sk_utf8/installer.php | 73 ++++++++++++++ install/lang/sl_utf8/installer.php | 22 ++++ install/lang/so_utf8/installer.php | 31 ++++++ install/lang/sq_utf8/installer.php | 22 ++++ install/lang/sr_utf8/installer.php | 22 ++++ install/lang/sv_utf8/installer.php | 72 +++++++++++++ install/lang/th_utf8/installer.php | 82 +++++++++++++++ install/lang/tl_utf8/installer.php | 136 +++++++++++++++++++++++++ install/lang/tr_utf8/installer.php | 138 +++++++++++++++++++++++++ install/lang/uk_utf8/installer.php | 21 ++++ install/lang/vi_utf8/installer.php | 80 +++++++++++++++ install/lang/zh_cn_utf8/installer.php | 76 ++++++++++++++ install/lang/zh_tw_utf8/installer.php | 19 ++++ 62 files changed, 3258 insertions(+) create mode 100644 install/lang/ar_utf8/installer.php create mode 100644 install/lang/be_utf8/installer.php create mode 100644 install/lang/bg_utf8/installer.php create mode 100644 install/lang/bs_utf8/installer.php create mode 100644 install/lang/ca_utf8/installer.php create mode 100644 install/lang/cs_utf8/installer.php create mode 100644 install/lang/da_utf8/installer.php create mode 100644 install/lang/de_du_utf8/installer.php create mode 100644 install/lang/de_utf8/installer.php create mode 100644 install/lang/el_utf8/installer.php create mode 100644 install/lang/en/installer.php create mode 100644 install/lang/en_us_utf8/installer.php create mode 100644 install/lang/en_utf8/installer.php create mode 100644 install/lang/es_ar_utf8/installer.php create mode 100644 install/lang/es_es_utf8/installer.php create mode 100644 install/lang/es_mx_utf8/installer.php create mode 100644 install/lang/es_utf8/installer.php create mode 100644 install/lang/et_utf8/installer.php create mode 100644 install/lang/eu_utf8/installer.php create mode 100644 install/lang/fa_utf8/installer.php create mode 100644 install/lang/fi_utf8/installer.php create mode 100644 install/lang/fil_utf8/installer.php create mode 100644 install/lang/fr_ca_utf8/installer.php create mode 100644 install/lang/fr_utf8/installer.php create mode 100644 install/lang/ga_utf8/installer.php create mode 100644 install/lang/gl_utf8/installer.php create mode 100644 install/lang/he_utf8/installer.php create mode 100644 install/lang/hi_utf8/installer.php create mode 100644 install/lang/hu_utf8/installer.php create mode 100644 install/lang/id_utf8/installer.php create mode 100644 install/lang/it_utf8/installer.php create mode 100644 install/lang/ja_utf8/installer.php create mode 100644 install/lang/ka_utf8/installer.php create mode 100644 install/lang/km_utf8/installer.php create mode 100644 install/lang/kn_utf8/installer.php create mode 100644 install/lang/ko_utf8/installer.php create mode 100644 install/lang/lt_utf8/installer.php create mode 100644 install/lang/lv_utf8/installer.php create mode 100644 install/lang/mi_tn_utf8/installer.php create mode 100644 install/lang/ms_utf8/installer.php create mode 100644 install/lang/nl_utf8/installer.php create mode 100644 install/lang/nn_utf8/installer.php create mode 100644 install/lang/no_gr_utf8/installer.php create mode 100644 install/lang/no_utf8/installer.php create mode 100644 install/lang/pl_utf8/installer.php create mode 100644 install/lang/pt_br_utf8/installer.php create mode 100644 install/lang/pt_utf8/installer.php create mode 100644 install/lang/ro_utf8/installer.php create mode 100644 install/lang/ru_utf8/installer.php create mode 100644 install/lang/sk_utf8/installer.php create mode 100644 install/lang/sl_utf8/installer.php create mode 100644 install/lang/so_utf8/installer.php create mode 100644 install/lang/sq_utf8/installer.php create mode 100644 install/lang/sr_utf8/installer.php create mode 100644 install/lang/sv_utf8/installer.php create mode 100644 install/lang/th_utf8/installer.php create mode 100644 install/lang/tl_utf8/installer.php create mode 100644 install/lang/tr_utf8/installer.php create mode 100644 install/lang/uk_utf8/installer.php create mode 100644 install/lang/vi_utf8/installer.php create mode 100644 install/lang/zh_cn_utf8/installer.php create mode 100644 install/lang/zh_tw_utf8/installer.php diff --git a/install/lang/ar_utf8/installer.php b/install/lang/ar_utf8/installer.php new file mode 100644 index 0000000000000..568e189d03326 --- /dev/null +++ b/install/lang/ar_utf8/installer.php @@ -0,0 +1,58 @@ + يتطلب مودل على الاقل الأصدار 4.1.0 لـ PHP

+

انت تستخدم الأصدار $a

+

يجب عليك ترقية PHP أو الانتقال إلى مستظيف أخر لديه أصدار اجد لـ PHP.

'; +$string['previous'] = 'السابق'; +$string['safemode'] = 'وضع الامان'; +$string['safemodeerror'] = 'من الممكن ان مودل يواجه مشاكل عندما يكون وضع الامان نشط'; +$string['sessionautostart'] = 'البدء الآلي للجلسة'; +$string['sessionautostarterror'] = 'يجب أن يكون هذا معطل'; +$string['status'] = 'الحالة'; +$string['thischarset'] = 'UTF-8'; +$string['thislanguage'] = 'عربي'; +$string['user'] = 'مستخدم'; +$string['wwwroot'] = 'WWW'; +$string['wwwrooterror'] = 'إعداد \'WWW\' غير صحيح'; +?> diff --git a/install/lang/be_utf8/installer.php b/install/lang/be_utf8/installer.php new file mode 100644 index 0000000000000..e4b9b300fae50 --- /dev/null +++ b/install/lang/be_utf8/installer.php @@ -0,0 +1,38 @@ + diff --git a/install/lang/bg_utf8/installer.php b/install/lang/bg_utf8/installer.php new file mode 100644 index 0000000000000..cd7c49274b010 --- /dev/null +++ b/install/lang/bg_utf8/installer.php @@ -0,0 +1,23 @@ + diff --git a/install/lang/bs_utf8/installer.php b/install/lang/bs_utf8/installer.php new file mode 100644 index 0000000000000..72f4b193612e0 --- /dev/null +++ b/install/lang/bs_utf8/installer.php @@ -0,0 +1,70 @@ +PHP ograničenje memorije za Vaš server je trenutno podešeno na $a.

+ +

Ovo možda prouzrokuje Moodlu da kasnije ima problema sa memorijom, posebno ako imate mnogo dozvoljenih modula i /ili mnogo korisnika.

+ +

Preporučujemo Vam da konfigurišete PHP sa visokim ograničenjem ako je moguće, kao 16M. Čineći ovo tamo je nekoliko načina pa možete pokušati:

    +
  1. Ako ste, opet kompajlisati PHP sa --dostupnim-memorijskim-ograničenjem. Ovo će dozvoliti Moodle da postavi memorijsko ograničenje sam za sebe.
  2. +
  3. Ako imate pristup na Vašu php.ini datoteku, možete promijeniti memorijsko_ograničenje podešavanje u nešto kao ovo 16M. Ako nemate pristup možete pitati svog administratora da to uradi za Vas.
  4. +
  5. Na nekim PHP serverima možete kreirati a.ht pristupnu datoteku u Moodle direktoriju koji se sadrži na ovoj liniji:
    php_vrijednost memorijskog_ograničenja 16M
  6. +
    Kakogod, na istom serveru ovo izbjegavajte sve PHP stranice za rad (vidjet ćete grešku prilkom pregleda stranice) ćete na njima morati izbrisati .htpristupnu datoteku.
'; +$string['mysqlextensionisnotpresentinphp'] = 'PHP neće biti propisno konfigurisan sa MySQL ekstenzijom tako da može komunicirati sa MySQL. Molimo Vas da provjerite svoju php.ini datoteku ili opet kompajlišite PHP.'; +$string['name'] = 'Ime'; +$string['next'] = 'Sljedeći'; +$string['ok'] = 'Sve je u redu'; +$string['pass'] = 'Proći'; +$string['password'] = 'Lozinka'; +$string['phpversion'] = 'PHP verzija'; +$string['phpversionerror'] = 'PHP verzija mora biti najmanje 4.1.0'; +$string['phpversionhelp'] = '

Moodle zahtijeva najmanju PHP verziju 4.1.0.

+

Trenutno pokrećete verziju $a

+

Možete nadograditi PHP ili premjestiti na glavnu sa novijom verzijom PHP!

'; +$string['previous'] = 'Prijethodni'; +$string['safemode'] = 'Safe Mode'; +$string['safemodeerror'] = 'Moodle može imati problema sa uključenim safe mode-om'; +$string['sessionautostart'] = 'Automatski početak akcije'; +$string['sessionautostarterror'] = 'Ovo bi trebalo biti isključeno'; +$string['status'] = 'Status'; +$string['thischarset'] = 'UTF-8'; +$string['thislanguage'] = 'Bosanski'; +$string['user'] = 'Korisnik'; +$string['wwwroot'] = 'Web adresa'; +$string['wwwrooterror'] = 'Web adresa nije jasna da bi bila validna - ovom Moodle instalacija je nejasna da bila tu.'; +?> diff --git a/install/lang/ca_utf8/installer.php b/install/lang/ca_utf8/installer.php new file mode 100644 index 0000000000000..0f1c098405934 --- /dev/null +++ b/install/lang/ca_utf8/installer.php @@ -0,0 +1,117 @@ +
moodleadmin

+Això repararà tots els enllaços d\'administració de Moodle.'; +$string['bypassed'] = 'S\'ha deixat de banda'; +$string['caution'] = 'Alerta'; +$string['check'] = 'Comprova'; +$string['chooselanguagehead'] = 'Trieu un idioma'; +$string['chooselanguagesub'] = 'Trieu un idioma NOMÉS per a la instal·lació. En una pantalla posterior podreu triar idiomes per al lloc i per als usuaris.'; +$string['closewindow'] = 'Tanca aquesta finestra'; +$string['compatibilitysettingshead'] = 'S\'estan comprovant els paràmetres del PHP...'; +$string['compatibilitysettingssub'] = 'El vostre servidor hauria de passar totes aquestes proves per tal que Moodle funcioni correctament.'; +$string['configfilenotwritten'] = 'La seqüència d\'instal·lació no ha estat capaç de crear automàticament un fitxer config.php que contingui els paràmetres que heu triat, probablement perquè no pugui escriure al directori de Moodle. Podeu copiar a mà el codi següent en un fitxer anomenat config.php dins del directori arrel de Moodle.'; +$string['configfilewritten'] = 'S\'ha creat amb èxit el fitxer config.php'; +$string['configurationcompletehead'] = 'S\'ha completat la configuració'; +$string['configurationcompletesub'] = 'Moodle ha intentat desar la configuració en un fitxer en l\'arrel de la vostra instal·lació de Moodle.'; +$string['continue'] = 'Continua'; +$string['database'] = 'Base de dades'; +$string['databasesettingshead'] = 'Ara cal configurar la base de dades on s\'emmagatzemaran la majoria de dades de Moodle. Aquesta base de dades s\'ha d\'haver crear abans i cal tenir un nom d\'usuari i una contrasenya per accedir-hi.'; +$string['databasesettingssub'] = 'Tipus: mysql o postgres7
+Servidor: p. ex. localhost o db.isp.com
+Nom: nom de la base de dades, p. ex. moodle
+Usuari: nom de l\'usuari de la base de dades
+Contrasenya: contrasenya de l\'usuari de la base de dades
+Prefix de les taules: prefix opcional per utilitzar en els noms de totes les taules'; +$string['dataroot'] = 'Directori de dades'; +$string['datarooterror'] = 'No s\'ha pogut trobar o crear el directori de dades que heu especificat. Corregiu el camí o creeu el directori a mà.'; +$string['dbconnectionerror'] = 'No es pot obrir la connexió amb la base de dades que heu especificat. Comproveu els paràmetres de la base de dades.'; +$string['dbcreationerror'] = 'Error en la creació de la base de dades. No s\'ha pogut crear la base de dades amb els paràmetres proporcionats.'; +$string['dbhost'] = 'Ordinador servidor'; +$string['dbprefix'] = 'Prefix de taules'; +$string['dbtype'] = 'Tipus'; +$string['dbwrongencoding'] = 'La base de dades que heu seleccionat està funcionant amb una codificació ($a) no recomanada. Seria millor utilitzar una base de dades amb codificació Unicode (UTF-8). De totes maneres, podeu deixar de banda aquesta prova si seleccioneu més avall \"Omet la prova de codificació de la base de dades\", però podríeu experimentar problemes en el futur.'; +$string['directorysettingshead'] = 'Confirmeu les ubicacions d\'aquesta instal·lació de Moodle.'; +$string['directorysettingssub'] = 'Adreça web: +Especifiqueu l\'adreça web completa per a accedir a Moodle. Si el vostre lloc és accessible per mitjà de diversos URL, trieu el més natural per als estudiants. No inclogueu la barra final.

+

+Directori de Moodle: +Especifiqueu el camí complet del directori d\'aquesta instal·lació. Assegureu-vos que les majúscules/minúscules són correctes.

+

+Directori de dades: +Necessiteu un lloc on Moodle pugui desar els fitxers que es pengin. L\'usuari del servidor web (generalment \'nobody\' o \'apache\') ha de tenir permisos de lectura i d\'ESCRIPTURA en aquest directori, però no hauria de ser accessible directament via web.

'; +$string['dirroot'] = 'Directori de Moodle'; +$string['dirrooterror'] = 'El paràmetre \'Directori de Moodle\' sembla incorrecte: no s\'hi ha pogut trobat cap instal·lació de Moodle. S\'ha reiniciat el valor del paràmetre.'; +$string['download'] = 'Baixa'; +$string['environmenterrortodo'] = 'Abans d\'instal·lar aquesta versió de Moodle heu de resoldre tots els problemes d\'entorn (errors) que s\'han trobat.'; +$string['environmenthead'] = 'S\'està comprovant el vostre entorn'; +$string['environmentrecommendinstall'] = 'es recomana instal·lar/habilitar'; +$string['environmentrecommendversion'] = 'esteu executant la versió $a->current i es recomana la $a->needed'; +$string['environmentrequireinstall'] = 'es requereix instal·lar/habilitar'; +$string['environmentrequireversion'] = 'esteu executant la versió $a->current i es requereix la $a->needed'; +$string['environmentsub'] = 'S\'està comprovant si els diferents components del vostre sistema satisfan els requeriments'; +$string['environmentxmlerror'] = 'S\'ha produït un error en llegir les dades de l\'entorn ($a->error_code)'; +$string['error'] = 'Error'; +$string['fail'] = 'Error'; +$string['fileuploads'] = 'Càrrega de fitxers'; +$string['fileuploadserror'] = 'Hauria d\'estar habilitada'; +$string['gdversion'] = 'Versió GD'; +$string['gdversionerror'] = 'La biblioteca GD hauria d\'estar present per processar i crear imatges'; +$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'; +$string['iconvrecommended'] = 'És sumament recomanable instal·lar la biblioteca opcional ICONV a fi de millorar el rendiment del lloc, especialment si el vostre lloc utilitza llengües no romàniques.'; +$string['info'] = 'Informació'; +$string['installation'] = 'Instal·lació'; +$string['language'] = 'Idioma'; +$string['magicquotesruntime'] = 'Magic Quotes Run Time'; +$string['magicquotesruntimeerror'] = 'Hauria d\'estar desactivat'; +$string['memorylimit'] = 'Límit de memòria'; +$string['memorylimiterror'] = 'El límit de memòria del PHP està definit una mica baix. Podeu tenir problemes més endavant.'; +$string['memorylimithelp'] = '

El límit de memòria del PHP del vostre servidor actualment està definit en $a.

+ +

Això pot causar que Moodle tingui problemes de memòria més endavant, especialment si teniu molts mòduls habilitats i/o molts usuaris.

+ +

És recomanable que configureu el PHP amb un límit superior, com ara 16 MB, sempre que sigui possible. Hi ha diverses maneres de fer això:

+
    +
  1. Si podeu, recompileu el PHP amb --enable-memory-limit. Això permetrà que Moodle defineixi el límit de memòria per si mateix.
  2. +
  3. Si teniu accés al fitxer php.ini, podeu canviar el paràmetre memory_limit a 16M. Si no hi teniu accés podeu demanar al vostre administrador que ho faci ell.
  4. +
  5. En alguns servidors PHP podeu crear un fitxer .htaccess dins del directori de Moodle amb aquesta línia: +

    php_value memory_limit 16M

    +

    Tanmateix, en alguns servidors això farà que no funcioni cap pàgina PHP (es visualitzaran errors) en el qual cas hauríeu de suprimir el fitxer .htaccess.

  6. +
'; +$string['mysql416bypassed'] = 'Tanmateix, si el vostre lloc fa servir NOMÉS llengües romàniques (iso-8859-1), podeu seguir utilitzant el MySQL 4.1.12 (o superior) instal·lat.'; +$string['mysql416required'] = 'MySQL 4.1.16 és la versió mínima requerida per Moodle 1.6 a fi de garantir la conversió de totes les dades a UTF-8 en el futur.'; +$string['mysqlextensionisnotpresentinphp'] = 'El PHP no s\'ha configurat correctament amb l\'extensió MySQL per tal que es pugui comunicar amb MySQL. Comproveu el fitxer php.ini o recompileu el PHP.'; +$string['name'] = 'Nom'; +$string['next'] = 'Següent'; +$string['ok'] = 'OK'; +$string['pass'] = 'Correcte'; +$string['password'] = 'Contrasenya'; +$string['phpversion'] = 'Versió PHP'; +$string['phpversionerror'] = 'La versió del PHP ha de ser com a mínim la 4.1.0'; +$string['phpversionhelp'] = '

Moodle necessita la versió de PHP 4.1.0 o posterior.

+

A hores d\'ara esteu utilitzant la versió $a.

+

Us caldrà actualitzar el PHP o traslladar Moodle a un ordinador amb una versió de PHP més recent.

'; +$string['previous'] = 'Anterior'; +$string['report'] = 'Informe'; +$string['safemode'] = 'Mode segur'; +$string['safemodeerror'] = 'Moodle pot tenir problemes amb el mode segur activat'; +$string['sessionautostart'] = 'Autoinici de sessió'; +$string['sessionautostarterror'] = 'Hauria d\'estar desactivat'; +$string['skipdbencodingtest'] = 'Omet la prova de codificació de la base de dades'; +$string['status'] = 'Estat'; +$string['thischarset'] = 'UTF-8'; +$string['thislanguage'] = 'Català'; +$string['user'] = 'Usuari'; +$string['wwwroot'] = 'Adreça web'; +$string['wwwrooterror'] = 'L\'adreça web no sembla vàlida. La instal·lació de Moodle no sembla que sigui en aquesta ubicació,'; +?> diff --git a/install/lang/cs_utf8/installer.php b/install/lang/cs_utf8/installer.php new file mode 100644 index 0000000000000..69065c30da5e4 --- /dev/null +++ b/install/lang/cs_utf8/installer.php @@ -0,0 +1,76 @@ +Limit paměti pro PHP skripty je na vašem serveru momentálně nastaven na hodnotu $a.

+ +

Toto může později způsobovat Moodlu problémy, zvláště při větším množství modulů a/nebo uživatelů.

+ +

Je-li to možné, doporučujeme vám nakonfigurovat PHP s vyšším limitem - např. 16M. Je několik způsobů, které můžete zkusit: +

    +
  1. Můžete-li, překompilujte PHP s volbou --enable-memory-limit. +Toto umožní Moodlu nastavit si pro sebe požadovaný limit.
  2. +
  3. Máte-li přístup k vašemu souboru php.ini, změňte nastavení memory_limit +na hodnotu blízkou 16M. Nemáte-li taková práva, požádejte vašeho správce webového serveru, aby to pro vás udělal.
  4. +
  5. Na některých PHP serverech můžete v Moodle adresáři vytvořit soubor .htaccess s následujícím řádkem: +

    php_value memory_limit 16M

    +

    Bohužel, na některých serverech tímto vyřadíte z provozu všechny PHP stránky (při jejich prohlížení uvidíte chybové zprávy), takže budete muset soubor .htaccess odstranit.

  6. +
'; +$string['mysqlextensionisnotpresentinphp'] = 'PHP nebylo korektně nakonfigurováno pro komunikaci v MySQL. Zkontrolujte váš php.ini nebo překompilujte PHP.'; +$string['name'] = 'Název'; +$string['next'] = 'Další'; +$string['ok'] = 'OK'; +$string['pass'] = 'Prošlo'; +$string['password'] = 'Heslo'; +$string['phpversion'] = 'Verze PHP'; +$string['phpversionerror'] = 'Verze PHP musí být alespoň 4.1.0 nebo vyšší'; +$string['phpversionhelp'] = '

Moodle vyžaduje verzi PHP alespoň 4.1.0.

+

Vaše stávající PHP má verzi $a

+

Musíte upgradovat vaše PHP nebo Moodle nainstalovat na hostitele s vyšší verzí!

'; +$string['previous'] = 'Předchozí'; +$string['safemode'] = 'Bezpečný režim (safe mode)'; +$string['safemodeerror'] = 'Moodle může mít problémy při zapnutém bezpečném režimu (safe mode)'; +$string['sessionautostart'] = 'Session Auto Start'; +$string['sessionautostarterror'] = 'Mělo by být vypnuto'; +$string['status'] = 'Stav'; +$string['thischarset'] = 'UTF-8'; +$string['thislanguage'] = 'Cestina'; +$string['user'] = 'Uživatel'; +$string['wwwroot'] = 'Webová adresa'; +$string['wwwrooterror'] = 'Toto nevypadá jako platná webová adresa této instalace Moodle.'; +?> diff --git a/install/lang/da_utf8/installer.php b/install/lang/da_utf8/installer.php new file mode 100644 index 0000000000000..7b32c3633203d --- /dev/null +++ b/install/lang/da_utf8/installer.php @@ -0,0 +1,76 @@ +Mængden af hukommelse som PHP kan bruge er sat til $a.

+ +

Dette kan forårsage at der opstår problemer senere, især hvis du har mange moduler installeret eller mange brugere.

+ +

Vi anbefaler at du konfigurere PHP til at kunne bruge mere hukommelse, f.eks. 16Mb. +Der er flere måder hvorpå du kan rette det.

+
    +
  1. Hvis du har mulighed for det kan du rekompilere PHP med --enable-memory-limit. +Dette vil tillade at Moodle selv kan definere hvor meget hukommelse der er brug for.
  2. +
  3. Hvis du har adgang til php.ini filen kan du ændre memory_limit +indstillingen så der er minimum 16Mb til rådighed. Hvis du ikke har direkte adgang til den kan du spørge systemadministratoren om han han vil gøre det for dig.
  4. +
  5. På nogle servere kan du oprette en \'.htaccess\' fil, gemme den i moodle biblioteket med linjen

    php_value memory_limit 16M

    +

    Det kan dog på nogle servere forårsage en fejl på alle PHPsiderne. i så fald kan du blive nødt til at fjerne \'.htaccess\' filen igen.

  6. +
'; +$string['mysqlextensionisnotpresentinphp'] = 'PHP er ikke blevet ordentligt konfigureret med MySQL udvidelsen så den kan kommunikere med MySQL. Det kan skyldes at MySQL extension/dll ikke er loadet. Kontroller venlist phpinfo() og php.ini filen eller rekompiler PHP.'; +$string['name'] = 'Navn'; +$string['next'] = 'Næste'; +$string['ok'] = 'OK'; +$string['pass'] = 'OK'; +$string['password'] = 'Password'; +$string['phpversion'] = 'PHP version'; +$string['phpversionerror'] = 'PHP versionen skal være nyere end 4.1.0'; +$string['phpversionhelp'] = '

Moodle kræver en PHP version der er nyere end 4.1.0.

+

Webserveren bruger i øjeblikket version $a

+

Du bliver nødt til at opdatere PHP eller flytte systemet over på en anden webserver der har en nyere version af PHP!

'; +$string['previous'] = 'Forrige'; +$string['safemode'] = 'Safe mode'; +$string['safemodeerror'] = 'Moodle kan have problemer med \"Safe mode : on\"'; +$string['sessionautostart'] = 'Session autostart'; +$string['sessionautostarterror'] = 'Denne skulle være deaktiveret'; +$string['status'] = 'Status'; +$string['thischarset'] = 'UTF-8'; +$string['thislanguage'] = 'Dansk'; +$string['user'] = 'Bruger'; +$string['wwwroot'] = 'Web adresse'; +$string['wwwrooterror'] = 'Webadressen lader ikke til at være korrekt - Moodleinstallationen kunne ikke findes der.'; +?> diff --git a/install/lang/de_du_utf8/installer.php b/install/lang/de_du_utf8/installer.php new file mode 100644 index 0000000000000..4c1a95f9f8f2a --- /dev/null +++ b/install/lang/de_du_utf8/installer.php @@ -0,0 +1,23 @@ + diff --git a/install/lang/de_utf8/installer.php b/install/lang/de_utf8/installer.php new file mode 100644 index 0000000000000..4f2e6d970c066 --- /dev/null +++ b/install/lang/de_utf8/installer.php @@ -0,0 +1,75 @@ +Die Einstellung der PHP memory limit für Ihren Server ist zur Zeit auf $a eingestellt.

+

Dies wird vermutlich zu Problemen führen wenn Sie moodle mit vielen Aktivitäten oder vielen Nutzer/innen verwenden.

+

Wir empfehlen die Einstellung zu erhöhen. Empfohlen werden 16M oder mehr. Dies können Sie auf verschiedene Arten machen:

+
    +
  1. Wenn Sie PHP neu kompilieren können, nehmen Sie die Einstellung --enable-memory-limit. Dann kann moodle die Einstellung selber vornehmen. +
  2. Wenn Sie Zugriff auf die Datei php.ini haben, können Sie die Einstellung memory_limit selber auf z.B. 16M anpassen. Wenn Sie selber keinen Zugriff haben, fragen Sie den/die Administrator/in, dies für Sie zu tun. +
  3. Auf einigen PHP-Servern können Sie eine .htaccess-Datei im moodle-Verzeichnis einrichten. Tragen Sie darin die folgende Zeile ein:

    php_value memory_limit 16M

    +

    Achtung: auf einigen Servern hindert diese Einstellung alle PHP-Seiten und Sie erhalten Fehlermeldungen. Entfernen Sie dann den Eintrag in der .htaccess-Datei wieder.

  4. +
'; +$string['mysqlextensionisnotpresentinphp'] = 'PHP wurde noch nicht richtig für diese MySQL Erweiterung konfiguriert. Daher kann es nicht mit MySQL kommunizieren. Prüfen Sie bitte die php.ini-Einstellungen oder kompilieren Sie PHP neu.'; +$string['name'] = 'Name'; +$string['next'] = 'Nächste'; +$string['ok'] = 'OK'; +$string['parentlanguage'] = 'en_utf8'; +$string['pass'] = 'Durchgang'; +$string['password'] = 'Kennwort'; +$string['phpversion'] = 'PHP Version'; +$string['phpversionerror'] = 'PHP muss mindestens in der Version 4.1.0 installiert sein.'; +$string['phpversionhelp'] = '

moodle erwartet PHP mit der Version 4.1.0 oderhöher.

+

Sie nutzen zur Zeit die Version $a.

+

Sie müssen Ihre PHP-Verson aktualisieren oder auf einen Rechner wechseln, der eine neuere Version von PHP nutzt.

'; +$string['previous'] = 'Frühere'; +$string['report'] = 'Bericht'; +$string['safemode'] = 'Safe Mode'; +$string['safemodeerror'] = 'Die Nutzung von moodle im safe mode kann zu Schwierigkeiten führen.'; +$string['sessionautostart'] = 'Session Auto Start'; +$string['sessionautostarterror'] = 'Dies Option sollte abgestellt sein.'; +$string['status'] = 'Status'; +$string['thischarset'] = 'UTF-8'; +$string['thislanguage'] = 'Deutsch'; +$string['user'] = 'Nutzer/in'; +$string['wwwroot'] = 'URL Adresse'; +$string['wwwrooterror'] = 'Diese URL scheint nicht gültig zu sein. Moodle ist nicht unter dieser Adresse installiert. '; +?> diff --git a/install/lang/el_utf8/installer.php b/install/lang/el_utf8/installer.php new file mode 100644 index 0000000000000..77f69fffb6376 --- /dev/null +++ b/install/lang/el_utf8/installer.php @@ -0,0 +1,21 @@ + diff --git a/install/lang/en/installer.php b/install/lang/en/installer.php new file mode 100644 index 0000000000000..c41595c52fc3b --- /dev/null +++ b/install/lang/en/installer.php @@ -0,0 +1,11 @@ + diff --git a/install/lang/en_us_utf8/installer.php b/install/lang/en_us_utf8/installer.php new file mode 100644 index 0000000000000..60fe70f4e0419 --- /dev/null +++ b/install/lang/en_us_utf8/installer.php @@ -0,0 +1,10 @@ + diff --git a/install/lang/en_utf8/installer.php b/install/lang/en_utf8/installer.php new file mode 100644 index 0000000000000..65ff2f87ee6a9 --- /dev/null +++ b/install/lang/en_utf8/installer.php @@ -0,0 +1,139 @@ +
moodleadmin

+ This will fix admin links in Moodle.'; +$string['bypassed'] = 'Bypassed'; +$string['caution'] = 'Caution'; +$string['check'] = 'Check'; +$string['chooselanguagehead'] = 'Choose a language'; +$string['chooselanguagesub'] = 'Please choose a language for the installation ONLY. You will be able to choose site and user languages on a later screen.'; +$string['closewindow'] = 'Close this window'; +$string['compatibilitysettingshead'] = 'Checking your PHP settings ...'; +$string['compatibilitysettingssub'] = 'Your server should pass all these tests to make Moodle run properly'; +$string['configfilenotwritten'] = 'The installer script was not able to automatically create a config.php file containing your chosen settings, probably because the Moodle directory is not writeable. You can manually copy the following code into a file named config.php within the root directory of Moodle.'; +$string['configfilewritten'] = 'config.php has been successfully created'; +$string['configurationcompletehead'] = 'Configuration completed'; +$string['configurationcompletesub'] = 'Moodle made an attempt to save your configuration in a file in the root of your Moodle installation.'; +$string['continue'] = 'Continue'; +$string['database'] = 'Database'; +$string['databasesettingshead'] = 'Now you need to configure the database where most Moodle data + will be stored. This database must already have been created + and a username and password created to access it.'; +$string['databasesettingssub'] = 'Type: mysql or postgres7
+ Host: eg localhost or db.isp.com
+ Name: database name, eg moodle
+ User: your database username
+ Password: your database password
+ Tables Prefix: optional prefix to use for all table names'; +$string['dataroot'] = 'Data Directory'; +$string['datarooterror'] = 'The \'Data Directory\' you specified could not be found or created. Either correct the path or create that directory manually.'; +$string['dbconnectionerror'] = 'We could not connect to the database you specified. Please check your database settings.'; +$string['dbcreationerror'] = 'Database creation error. Could not create the given database name with the settings provided'; +$string['dbhost'] = 'Host Server'; +$string['dbprefix'] = 'Tables prefix'; +$string['dbtype'] = 'Type'; +$string['dbwrongencoding'] = 'The selected database is running under one non-recommended encoding ($a). It would be better to use one Unicode (UTF-8) encoded database instead. Anyway, you can bypass this test by selecting the \"Skip DB Encoding Test\" check below, but you could experience problems in the future.'; +$string['directorysettingshead'] = 'Please confirm the locations of this Moodle installation'; +$string['directorysettingssub'] ='Web Address: +Specify the full web address where Moodle will be accessed. +If your web site is accessible via multiple URLs then choose the +most natural one that your students would use. Do not include +a trailing slash. +
+
+Moodle Directory: +Specify the full directory path to this installation +Make sure the upper/lower case is correct. +
+
+Data Directory: +You need a place where Moodle can save uploaded files. This +directory should be readable AND WRITEABLE by the web server user +(usually \'nobody\' or \'apache\'), but it should not be accessible +directly via the web.'; +$string['dirroot'] = 'Moodle Directory'; +$string['dirrooterror'] = 'The \'Moodle Directory\' setting seems to be incorrect - we can\'t find a Moodle installation there. The value below has been reset.'; +$string['download'] = 'Download'; +$string['environmenterrortodo'] = 'You must solve all the environmental problems (errors) found above before proceeding to install this Moodle version!'; +$string['environmenthead'] = 'Checking your environment ...'; +$string['environmentrecommendinstall'] = 'is recommended to be installed/enabled'; +$string['environmentrecommendversion'] = 'version $a->needed is recommended and you are running $a->current'; +$string['environmentrequireinstall'] = 'is required to be installed/enabled.'; +$string['environmentrequireversion'] = 'version $a->needed is required and you are running $a->current'; +$string['environmentsub'] = 'We are checking if the various components of your system meet the system requirements'; +$string['environmentxmlerror'] = 'Error reading environment data ($a->error_code)'; +$string['error'] = 'Error'; +$string['fail'] = 'Fail'; +$string['fileuploads'] = 'File Uploads'; +$string['fileuploadserror'] = 'This should be on'; +$string['gdversion'] = 'GD version'; +$string['gdversionerror'] = 'The GD library should be present to process and create images'; +$string['globalsquotes'] = 'Insecure Handling of Globals'; +$string['globalsquoteserror'] = 'Fix your PHP settings: disable register_globals and/or enable magic_quotes_gpc'; +$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'; +$string['installation'] = 'Installation'; +$string['language'] = 'Language'; +$string['magicquotesruntime'] = 'Magic Quotes Run Time'; +$string['magicquotesruntimeerror'] = 'This should be off'; +$string['memorylimit'] = 'Memory Limit'; +$string['memorylimiterror'] = 'The PHP memory limit is set quite low ... you may run into problems later.'; +$string['memorylimithelp'] = '

The PHP memory limit for your server is currently set to $a.

+ +

This may cause Moodle to have memory problems later on, especially + if you have a lot of modules enabled and/or a lot of users.

+ +

We recommend that you configure PHP with a higher limit if possible, like 16M. + There are several ways of doing this that you can try:

+
    +
  1. If you are able to, recompile PHP with --enable-memory-limit. + This will allow Moodle to set the memory limit itself.
  2. +
  3. If you have access to your php.ini file, you can change the memory_limit + setting in there to something like 16M. If you don\'t have access you might + be able to ask your administrator to do this for you.
  4. +
  5. On some PHP servers you can create a .htaccess file in the Moodle directory + containing this line: +

    php_value memory_limit 16M

    +

    However, on some servers this will prevent all PHP pages from working + (you will see errors when you look at pages) so you\'ll have to remove the .htaccess file.

  6. +
'; +$string['mysql416bypassed'] = 'However, if your site is using iso-8859-1 (latin) languages ONLY, you may continue using your currently installed MySQL 4.1.12 (or higher).'; +$string['mysql416required'] = 'MySQL 4.1.16 is the minimum version required for Moodle 1.6 in order to guarantee that all data can be converted to UTF-8 in the future.'; +$string['mysqlextensionisnotpresentinphp'] = 'PHP has not been properly configured with the MySQL extension so that it can communicate with MySQL. Please check your php.ini file or recompile PHP.'; +$string['name'] = 'Name'; +$string['next'] = 'Next'; +$string['ok'] = 'OK'; +$string['pass'] = 'Pass'; +$string['password'] = 'Password'; +$string['phpversion'] = 'PHP version'; +$string['phpversionerror'] = 'PHP version must be at least 4.1.0'; +$string['phpversionhelp'] = '

Moodle requires a PHP version of at least 4.1.0.

+

You are currently running version $a

+

You must upgrade PHP or move to a host with a newer version of PHP!

'; +$string['previous'] = 'Previous'; +$string['report'] = 'Report'; +$string['safemode'] = 'Safe Mode'; +$string['safemodeerror'] = 'Moodle may have trouble with safe mode on'; +$string['sessionautostart'] = 'Session Auto Start'; +$string['sessionautostarterror'] = 'This should be off'; +$string['skipdbencodingtest'] = 'Skip DB Encoding Test'; +$string['status'] = 'Status'; +$string['thischarset'] = 'UTF-8'; +$string['thislanguage'] = 'English'; +$string['user'] = 'User'; +$string['wwwroot'] = 'Web address'; +$string['wwwrooterror'] = 'The web address does not appear to be valid - this Moodle installation doesn\'t appear to be there.'; +?> diff --git a/install/lang/es_ar_utf8/installer.php b/install/lang/es_ar_utf8/installer.php new file mode 100644 index 0000000000000..c07bb00a30329 --- /dev/null +++ b/install/lang/es_ar_utf8/installer.php @@ -0,0 +1,11 @@ + diff --git a/install/lang/es_es_utf8/installer.php b/install/lang/es_es_utf8/installer.php new file mode 100644 index 0000000000000..299449505f2d4 --- /dev/null +++ b/install/lang/es_es_utf8/installer.php @@ -0,0 +1,22 @@ + diff --git a/install/lang/es_mx_utf8/installer.php b/install/lang/es_mx_utf8/installer.php new file mode 100644 index 0000000000000..57e58bb547ae2 --- /dev/null +++ b/install/lang/es_mx_utf8/installer.php @@ -0,0 +1,11 @@ + diff --git a/install/lang/es_utf8/installer.php b/install/lang/es_utf8/installer.php new file mode 100644 index 0000000000000..686f8cf772e49 --- /dev/null +++ b/install/lang/es_utf8/installer.php @@ -0,0 +1,81 @@ +El límite de memoria PHP en su servidor es actualmente $a.

+ +

Esto puede ocasionar que Moodle tenga problemas de memoria más adelante, especialmente si usted tiene activados muchos módulos y/o muchos usuarios.

+ +

Recomendamos que configure PHP con el límite más alto posible, e.g. 16M. +Hay varias formas de hacer esto:

+
    +
  1. Si puede hacerlo, recompile PHP con --enable-memory-limit. +Esto hace que Moodle fije por sí mismo el límite de memoria.
  2. +
  3. Si usted tiene acceso al archivo php.ini, puede cambiar el ajuste memory_limit +a, digamos, 16M. Si no lo tiene, pida a su administrador que lo haga por usted.
  4. +
  5. En algunos servidores PHP usted puede crear en el directorio Moodle un archivo .htaccess que contenga esta línea: +

    php_value memory_limit 16M

    +

    Sin embargo, en algunos servidores esto hace que todas las páginas PHP dejen de funcionar +(podrá ver los errores cuando mire las páginas) de modo que tendrá que eliminar el archivo .htaccess.

  6. +
'; +$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['name'] = 'Nombre'; +$string['next'] = 'Siguiente'; +$string['ok'] = 'OK'; +$string['pass'] = 'Pass'; +$string['password'] = 'Contraseña'; +$string['phpversion'] = 'Versión PHP'; +$string['phpversionerror'] = 'La versión PHP debe ser 4.1.0 o superior'; +$string['phpversionhelp'] = '

Moodle requiere una versión de PHP 4.1.0 o superior.

+

Su versión es $a

+

Debe actualizar PHP o acudir a otro servidor con una versión más reciente de PHP

'; +$string['previous'] = 'Anterior'; +$string['report'] = 'Informe'; +$string['safemode'] = 'Safe Mode'; +$string['safemodeerror'] = 'Moodle puede tener problemas con \'safe mode\' activado'; +$string['sessionautostart'] = 'Autocomienzo de sesión'; +$string['sessionautostarterror'] = 'Deb e estar desactivado'; +$string['status'] = 'Estatus'; +$string['thischarset'] = 'UTF-8'; +$string['thislanguage'] = 'Español - Internacional'; +$string['user'] = 'Usuario'; +$string['wwwroot'] = 'WWW'; +$string['wwwrooterror'] = 'El ajuste \'WWW\' es incorrecto'; +?> diff --git a/install/lang/et_utf8/installer.php b/install/lang/et_utf8/installer.php new file mode 100644 index 0000000000000..cbed26487b95a --- /dev/null +++ b/install/lang/et_utf8/installer.php @@ -0,0 +1,78 @@ +PHP mälu limiit sinu serveris on hetkel $a.

+ +

See võib hiljem tekitada Moodlel mälu probleeme +

+ +

Me soovitame ,et sa konfigureeriksid PHP-d kõrgema limiidi peale, näiteks 16M. On mitmeid viise selle tegemiseks:

+
    +
  1. kui võimalik siis kompileeri PHP uuesti --enable-memory-limit. + +See lubab Moodlel ise määrata mälu limiiti.
  2. +
  3. Kui sul on läbipäaas oma php.ini failile siis saa saad muuta mälu limiiti sealt. Kui sul ei ole läbipääsu siis sa võid administraatorilt abi paluda +
  4. +
  5. Mõnedel PHP serveritel sa saad tekitada .htaccess faili oma Moodle kataloogi mis sisaldaks seda koodi:

    php_value memory_limit 16M

    +

    Kuigi mõnedel serveritel ei pruugi see töödata +(Sa näed vigu kui vaatad lehti) Siis sa pead eemaldama selle .htaccess faili.

  6. +
'; +$string['mysqlextensionisnotpresentinphp'] = 'PHP-d ei ole õieti MySQL-ga konfigureeritud. Palun kontrollige oma php.ini faili'; +$string['name'] = 'Nimi'; +$string['next'] = 'Järgmine'; +$string['ok'] = 'OK'; +$string['pass'] = 'Korras'; +$string['password'] = 'Salasõna'; +$string['phpversion'] = 'PHP versioon'; +$string['phpversionerror'] = 'PHP versioon peab olema vähemalt 4.1.0'; +$string['phpversionhelp'] = '

Moodle vajab vähemalt 4.1.0 php versiooni

+

Sinu jooksev versioon on $a

+

Sa pead oma PHP-d uuendama!

'; +$string['previous'] = 'Eelmine'; +$string['safemode'] = 'Safe Mode'; +$string['safemodeerror'] = 'Moodle\'l võib tekkida safe mode\'s komplikatsioone'; +$string['sessionautostart'] = 'Session Auto Start'; +$string['sessionautostarterror'] = 'See peaks olema välja lülitatud'; +$string['status'] = 'Staatus'; +$string['thischarset'] = 'UTF-8'; +$string['thislanguage'] = 'Eesti'; +$string['user'] = 'Kasutaja'; +$string['wwwroot'] = 'Veebi aadress'; +$string['wwwrooterror'] = 'Veebi aadress ei paista olevat õige. Moodle installatsioon ei paista olevat seal'; +?> diff --git a/install/lang/eu_utf8/installer.php b/install/lang/eu_utf8/installer.php new file mode 100644 index 0000000000000..6ea38fc8a2b08 --- /dev/null +++ b/install/lang/eu_utf8/installer.php @@ -0,0 +1,35 @@ + diff --git a/install/lang/fa_utf8/installer.php b/install/lang/fa_utf8/installer.php new file mode 100644 index 0000000000000..f6b107b19f1a3 --- /dev/null +++ b/install/lang/fa_utf8/installer.php @@ -0,0 +1,21 @@ + diff --git a/install/lang/fi_utf8/installer.php b/install/lang/fi_utf8/installer.php new file mode 100644 index 0000000000000..c7e83ac0d9232 --- /dev/null +++ b/install/lang/fi_utf8/installer.php @@ -0,0 +1,76 @@ +PHP muistiraja palvelimellesi on tällä hetkellä asetettu $a:han.

+ +

Tämä saattaa aiheuttaa Moodlelle muistiongelmia myöhemmin, varsinkin jos sinulla on paljon mahdollisia moduuleita ja/tai paljon käyttäjiä.

+ +

Suosittelemme, että valitset asetuksiksi PHP:n korkeimmalla mahdollisella raja-arvolla, esimerkiksi 16M. +On olemassa monia tapoja joilla voit yrittää tehdä tämän:

+
    +
  1. Jos pystyt, uudelleenkäännä PHP --enable-memory-limit. :llä. +Tämä sallii Moodlen asettaa muistirajan itse.
  2. +
  3. Jos sinulla on pääsy php.ini tiedostoosi, voit muuttaa memory_limit setuksen siellä johonkin kuten 16M. Jos sinulla ei ole pääsyoikeutta, voit kenties pyytää ylläpitäjää tekemään tämän puolestasi.
  4. +
  5. Joillain PHP palvelimilla voit luoda a .htaccess tiedoston Moodle hakemistossa, sisältäen tämän rivin: +

    php_value memory_limit 16M

    +

    Kuitenkin, joillain palvelimilla tämä estää kaikkia PHP sivuja toimimasta (näet virheet, kun katsot sivuja), joten sinun täytyy poistaa .htaccess tiedosto.

  6. +
'; +$string['mysqlextensionisnotpresentinphp'] = 'PHP:tä ei ole kunnolla valittu asetukseksi MySQL laajennuksen kanssa, jotta se voisi kommunikoida MySQL:n kanssa. Tarkista php.ini tiedostosi tai käännä PHP uudelleen.'; +$string['name'] = 'Nimi'; +$string['next'] = 'Seuraava'; +$string['ok'] = 'OK'; +$string['pass'] = 'Tarkastettu'; +$string['password'] = 'Salasana'; +$string['phpversion'] = 'PHP versio'; +$string['phpversionerror'] = 'PHP version täytyy olla vähintään 4.1.0'; +$string['phpversionhelp'] = '

Moodle vaatii vähintään PHP version 4.1.0.

+

Käytät parhaillaan versiota $a

+

Sinun täytyy päivittää PHP tai siirtää isäntä uudemman PHP version kanssa!

'; +$string['previous'] = 'Edellinen'; +$string['safemode'] = 'Safe mode'; +$string['safemodeerror'] = 'Moodlella saattaa olla ongelmia PHP:n Safe Moden ollessa päällä'; +$string['sessionautostart'] = 'Istunnon automaattinen aloitus'; +$string['sessionautostarterror'] = 'Tämän pitäisi olla pois päältä'; +$string['status'] = 'Tilanne'; +$string['thischarset'] = 'UTF-8'; +$string['thislanguage'] = 'Suomi'; +$string['user'] = 'Käyttäjä'; +$string['wwwroot'] = 'Web-osoite'; +$string['wwwrooterror'] = 'Web-osoite ei näyttäisi olevan voimassa- tämä Moodle asennus ei näyttäisi olevan siellä.'; +?> diff --git a/install/lang/fil_utf8/installer.php b/install/lang/fil_utf8/installer.php new file mode 100644 index 0000000000000..0935c1ce3c1a5 --- /dev/null +++ b/install/lang/fil_utf8/installer.php @@ -0,0 +1,24 @@ + diff --git a/install/lang/fr_ca_utf8/installer.php b/install/lang/fr_ca_utf8/installer.php new file mode 100644 index 0000000000000..29a4b954fa606 --- /dev/null +++ b/install/lang/fr_ca_utf8/installer.php @@ -0,0 +1,65 @@ +La limite de mémoire de PHP sur votre serveur est actuellement de $a.

Cette valeur très faible risque de générer des problèmes de manque de mémoire pour Moodle, notamment si vous utilisez beaucoup de modules et/ou si vous avez un grand nombre d\'utilisateurs.

Il est recommandé de configurer PHP avec une limite de mémoire aussi élevée que possible, par exemple 16 Mo. Vous pouvez obtenir cela de différentes façons : +

    +
  1. si vous en avez la possibilité, recompilez PHP avec l\'option --enable-memory-limit. Cela permettra à Moodle de fixer lui-même sa limite de mémoire ;
  2. +
  3. si vous avez accès à votre fichier « php.ini », vous pouvez attribuer au paramètre memory_limit une valeur comme 16M. Si vous n\'y avez pas accès, demandez à l\'administrateur de le faire pour vous ;
  4. +
  5. sur certains serveur, vous pouvez créer dans le dossier principal de Moodle un fichier « .htaccess » contenant cette ligne :

    php_value memory_limit 16M

    Cependant, sur certains serveur, cela empêchera le fonctionnement correcte de tous les fichiers PHP (vous verrez s\'afficher des erreurs lors de la consultation de pages). Dans ce cas, vous devrez supprimer le fichier « .htaccess ».

  6. +
'; +$string['name'] = 'Nom'; +$string['next'] = 'Suivant'; +$string['ok'] = 'Ok'; +$string['parentlanguage'] = 'fr_utf8'; +$string['pass'] = 'Réussi'; +$string['password'] = 'Mot de passe'; +$string['phpversion'] = 'Version de PHP'; +$string['phpversionerror'] = 'La version du programme PHP doit être au moins 4.1.0'; +$string['phpversionhelp'] = '

Moodle nécessite au minimum la version 4.1.0 de PHP.

Vous utilisez actuellement la version $a.

Pour que Moodle fonctionne, vous devez mettre à jour PHP ou aller chez un hébergeur ayant une version récente de PHP.

'; +$string['previous'] = 'Précédent'; +$string['safemode'] = 'Safe Mode'; +$string['safemodeerror'] = 'Moodle risque de rencontrer des problèmes lorsque le mode « safe mode » est activé'; +$string['sessionautostart'] = 'Démarrage automatique des sessions'; +$string['sessionautostarterror'] = 'Ce paramètre doit être désactivé'; +$string['status'] = 'Statuts'; +$string['thischarset'] = 'UTF-8'; +$string['thislanguage'] = 'Français - Canada'; +$string['user'] = 'Utilisateur'; +$string['wwwroot'] = 'Adresse web'; +$string['wwwrooterror'] = 'L\'adresse web indiquée semble incorrecte : aucune installation de Moodle ne se trouve à cette adresse.'; +?> diff --git a/install/lang/fr_utf8/installer.php b/install/lang/fr_utf8/installer.php new file mode 100644 index 0000000000000..4e9391ef56479 --- /dev/null +++ b/install/lang/fr_utf8/installer.php @@ -0,0 +1,103 @@ +
moodleadmin.

Les liens vers l\'administration de Moodle seront ainsi corrigés.'; +$string['bypassed'] = 'Court-circuité'; +$string['caution'] = 'Attention'; +$string['check'] = 'Vérifier'; +$string['chooselanguagehead'] = 'Choisissez une langue'; +$string['chooselanguagesub'] = 'Veuillez choisir la langue d\'installation. Vous pourrez choisir ultérieurement la langue du site et les langues des utilisateurs.'; +$string['closewindow'] = 'Fermer cette fenêtre'; +$string['compatibilitysettingshead'] = 'Vérification de votre configuration PHP...'; +$string['compatibilitysettingssub'] = 'Votre serveur doit passer tous ces tests pour que Moodle fonctionne correctement.'; +$string['configfilenotwritten'] = 'Le programme d\'installation n\'a pas pu créer automatiquement le fichier de configuration « config.php » contenant vos réglages, vraisemblablement parce que le dossier principal de Moodle n\'est pas accessible en écriture. Vous pouvez copier le code ci-dessous dans un fichier appelé « config.php », que vous placerez à l\'intérieur du dossier principal de Moodle (là où se trouve un fichier « config-dist.php »).'; +$string['configfilewritten'] = 'Le fichier « config.php » a été créé avec succès'; +$string['configurationcompletehead'] = 'Configuration terminée'; +$string['configurationcompletesub'] = 'Moodle a tenté d\'enregistrer votre configuration dans un fichier à la racine de votre installation de Moodle.'; +$string['continue'] = 'Continuer'; +$string['database'] = 'Base de données'; +$string['databasesettingshead'] = 'La base de données dans laquelle sont enregistrées la plupart des données utilisées par Moodle doit maintenant être configurée. Cette base de données doit avoir déjà été créée sur le serveur, ainsi qu\'un nom d\'utilisateur et un mot de passe permettant d\'y accéder.'; +$string['databasesettingssub'] = 'Type : « mysql » ou « postgres7 »
+Serveur hôte : le plus souvent « localhost » ou par exemple « db.isp.com »
+Nom : nom de la base de données, par exemple « moodle »
+Utilisateur : le nom d\'utilisateur de la base de données
+Mot de passe : le mot de passe de la base de données
+Préfixe des tables : le préfixe à utiliser pour les noms de toutes les tables (facultatif)'; +$string['dataroot'] = 'Dossier de données'; +$string['datarooterror'] = 'Le dossier de données indiqué n\'a pas pu être trouvé ou créé. Veuillez corriger le paramètre ou créer manuellement le dossier.'; +$string['dbconnectionerror'] = 'Moodle n\'a pas pu se connecter à la base de données indiquée. Veuillez vérifier les paramètres de votre base de données'; +$string['dbcreationerror'] = 'Erreur lors de la création de la base de données. Impossible de créer la base de données avec les paramètres fournis'; +$string['dbhost'] = 'Serveur hôte'; +$string['dbprefix'] = 'Préfixe des tables'; +$string['dbtype'] = 'Type'; +$string['dbwrongencoding'] = 'La base de données choisie fonctionne avec un encodage non recommandé ($a). La meilleure solution serait d\'utiliser plutôt une base de données encodée en Unicode (UTF-8). Vous pouvez cependant passer outre ce test en cochant l\'option « Ne pas effectuer le test d\'encodage de la base de données » ci-dessous, mais alors des problèmes pourraient survenir à l\'avenir.'; +$string['directorysettingshead'] = 'Veuillez confirmer les emplacements de cette installation de Moodle.'; +$string['directorysettingssub'] = 'Adresse web : veuillez indiquer l\'adresse web complète par laquelle on accédera à Moodle. Si votre site web est accessible par plusieurs URL, choisissez celle qui est la plus naturelle ou la plus évidente. Ne placez pas de barre oblique à la fin de l\'adresse.

+Dossier Moodle : veuillez spécifier le chemin complet de cette installation de Moodle (« OS path »). Assurez-vous que la casse des caractères (majuscules/minuscules) est correcte.

+Dossier de données : Moodle a besoin d\'un emplacement où enregistrer les fichiers déposés sur le site. Le serveur web (utilisateur dénommé habituellement « www », « apache » ou « nobody ») doit avoir accès à ce dossier en lecture et EN ÉCRITURE. Toutefois ce dossier ne devrait pas être accessible directement depuis le web.'; +$string['dirroot'] = 'Dossier Moodle'; +$string['dirrooterror'] = 'Le dossier Moodle semble incorrect : aucune installation de Moodle ne se trouve dans ce dossier. Le dossier Moodle indiqué ci-dessous est vraisemblablement correct.'; +$string['download'] = 'Télécharger'; +$string['environmenterrortodo'] = 'Vous devez résoudre tous les problèmes liés à l\'environnement (erreurs) décrits ci-dessus avant de continuer l\'installation de cette version de Moodle !'; +$string['environmenthead'] = 'Vérification de l\'environnement...'; +$string['environmentrecommendinstall'] = 'est recommandée ; veuillez l\'installer ou l\'activer'; +$string['environmentrecommendversion'] = 'la version $a->needed est recommandée ; vous utilisez actuellement la version $a->current'; +$string['environmentrequireinstall'] = 'est obligatoire ; veuillez l\'installer ou l\'activer'; +$string['environmentrequireversion'] = 'la version $a->needed is requise ; vous utilisez actuellement la version $a->current'; +$string['environmentsub'] = 'Les divers composants de votre système doivent satisfaire les exigences nécessaires à Moodle. Une vérification de votre environnement est en cours.'; +$string['environmentxmlerror'] = 'Erreur lors de la lecture des données d\'environnement ($a->error_code)'; +$string['error'] = 'Erreur'; +$string['fail'] = 'Échec'; +$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['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'; +$string['iconvrecommended'] = 'Bien que la bibliothèque ICONV soit facultative, il est vivement recommandé de l\'installer sur le serveur pour de meilleures performance, notamment si votre site supporte des caractères non latins.'; +$string['info'] = 'Information'; +$string['installation'] = 'Installation'; +$string['language'] = 'Langue'; +$string['magicquotesruntime'] = 'Magic Quotes Run Time'; +$string['magicquotesruntimeerror'] = 'Ce réglage doit être désactivé'; +$string['memorylimit'] = 'Limite de mémoire'; +$string['memorylimiterror'] = 'La limite de mémoire de PHP est très basse. Vous risquez de rencontrer des problèmes ultérieurement.'; +$string['memorylimithelp'] = '

La limite de mémoire de PHP sur votre serveur est actuellement de $a.

Cette valeur trop basse risque de générer des problèmes de manque de mémoire pour Moodle, notamment si vous utilisez beaucoup de modules et/ou si vous avez un grand nombre d\'utilisateurs.

Il est recommandé de configurer PHP avec une limite de mémoire aussi élevée que possible, par exemple 16 Mo. Vous pouvez obtenir cela de différentes façons : +

    +
  1. si vous en avez la possibilité, recompilez PHP avec l\'option --enable-memory-limit. Cela permettra à Moodle de fixer lui-même sa limite de mémoire ;
  2. +
  3. si vous avez accès à votre fichier « php.ini », vous pouvez attribuer au paramètre memory_limit une valeur comme 16M. Si vous n\'y avez pas accès, demandez à l\'administrateur de le faire pour vous ;
  4. +
  5. sur certains serveur, vous pouvez créer dans le dossier principal de Moodle un fichier « .htaccess » contenant cette ligne :

    php_value memory_limit 16M

    Cependant, sur certains serveur, cela empêchera le fonctionnement correct de tous les fichiers PHP (vous verrez s\'afficher des erreurs lors de la consultation de pages). Dans ce cas, vous devrez supprimer le fichier « .htaccess ».

  6. +
'; +$string['mysql416bypassed'] = 'Toutefois, si votre site utilise UNIQUEMENT des langues encodées en iso-8859-1 (latin), vous pouvez continuer à utiliser votre version actuelle de MySQL 4.1.12 (ou ultérieure).'; +$string['mysql416required'] = 'MySQL 4.1.16 est la version minimale requise pour Moodle 1.6, afin de garantir que toutes les données pourront à l\'avenir être converties en encodage UTF-8.'; +$string['mysqlextensionisnotpresentinphp'] = 'La configuration de l\'extension MySQL de PHP n\'a pas été effectuée correctement. De ce fait, PHP ne peut communiquer avec MySQL. Veuillez contrôler votre fichier « php.ini » ou recompiler PHP.'; +$string['name'] = 'Nom'; +$string['next'] = 'Suivant'; +$string['ok'] = 'Ok'; +$string['pass'] = 'Réussi'; +$string['password'] = 'Mot de passe'; +$string['phpversion'] = 'Version de PHP'; +$string['phpversionerror'] = 'La version du programme PHP doit être au moins 4.1.0'; +$string['phpversionhelp'] = '

Moodle nécessite au minimum la version 4.1.0 de PHP.

Vous utilisez actuellement la version $a.

Pour que Moodle fonctionne, vous devez mettre à jour PHP ou aller chez un hébergeur ayant une version récente de PHP.

'; +$string['previous'] = 'Précédent'; +$string['report'] = 'Rapport'; +$string['safemode'] = 'Safe Mode'; +$string['safemodeerror'] = 'Moodle risque de rencontrer des problèmes lorsque le mode « safe mode » est activé'; +$string['sessionautostart'] = 'Démarrage automatique des sessions'; +$string['sessionautostarterror'] = 'Ce paramètre doit être désactivé'; +$string['skipdbencodingtest'] = 'Ne pas effectuer le test d\'encodage de la base de données'; +$string['status'] = 'Statut'; +$string['thischarset'] = 'UTF-8'; +$string['thislanguage'] = 'Français'; +$string['user'] = 'Utilisateur'; +$string['wwwroot'] = 'Adresse web'; +$string['wwwrooterror'] = 'L\'adresse web indiquée semble incorrecte : aucune installation de Moodle ne se trouve à cette adresse.'; +?> diff --git a/install/lang/ga_utf8/installer.php b/install/lang/ga_utf8/installer.php new file mode 100644 index 0000000000000..034eea9b83b3f --- /dev/null +++ b/install/lang/ga_utf8/installer.php @@ -0,0 +1,23 @@ + diff --git a/install/lang/gl_utf8/installer.php b/install/lang/gl_utf8/installer.php new file mode 100644 index 0000000000000..73c1e5f02b795 --- /dev/null +++ b/install/lang/gl_utf8/installer.php @@ -0,0 +1,23 @@ + diff --git a/install/lang/he_utf8/installer.php b/install/lang/he_utf8/installer.php new file mode 100644 index 0000000000000..b4f6b97ffbaf8 --- /dev/null +++ b/install/lang/he_utf8/installer.php @@ -0,0 +1,23 @@ + diff --git a/install/lang/hi_utf8/installer.php b/install/lang/hi_utf8/installer.php new file mode 100644 index 0000000000000..edd164f9d78d1 --- /dev/null +++ b/install/lang/hi_utf8/installer.php @@ -0,0 +1,15 @@ + diff --git a/install/lang/hu_utf8/installer.php b/install/lang/hu_utf8/installer.php new file mode 100644 index 0000000000000..cd2e999de4d7a --- /dev/null +++ b/install/lang/hu_utf8/installer.php @@ -0,0 +1,77 @@ +Szerverén a PHP memóriakorlátja jelenleg $a.

+

Ez a Moodle számára a későbbiekben gondot okozhat, különösen akkor, ha sok modulja és/vagy sok felhasználója van bekapcsolva.

+

Ha lehet, állítsa be a PHP magasabb korláttal, pl. 16M-tal. Többféleképpen próbálkozhat:

+
    +
  1. Ha lehet, fordítsa újra a PHP-t --enable-memory-limit-tel. Így a Moodle maga állíthatja be a memóriakorlátot.
  2. +
  3. Ha elérhető a php.ini állomány, módosítsa a memory_limit +beállítást pl. 16M-ra. Ha nem éri el az állományt, kérje meg a rendszeradminisztrátort a módosítás elvégzésére.
  4. +
  5. Egyes PHP-szervereken létrehozhat egy .htaccess állományt a Moodle-könyvtárban az alábbi sorral: +

    php_value memory_limit 16M

    +

    Vannak szerverek, ahol ez az összes PHP-oldal működését megakadályozza +(az oldalak hibát jeleznek), ezért el kell távolítania a .htaccess állományt.

  6. +
'; +$string['mysqlextensionisnotpresentinphp'] = 'A PHP nincs jól beállítva a has not been properly configured with the MySQL extension so that it can communicate with MySQL. Please check your php.ini file or recompile PHP.'; +$string['name'] = 'Név'; +$string['next'] = 'Következő'; +$string['ok'] = 'Rendben'; +$string['pass'] = 'Rendben'; +$string['password'] = 'Jelszó'; +$string['phpversion'] = 'PHP-verzió'; +$string['phpversionerror'] = 'A PHP-verzió legalább 4.1.0 legyen'; +$string['phpversionhelp'] = '

A Moodle használatához legalább PHP 4.1.0 verziója szükséges.

+

Az Ön által használt verzió $a

+

Frissítse a PHP-verziót vagy térjen át újabb PHP-verziót működtető gazdagépre!

'; +$string['previous'] = 'Előző'; +$string['report'] = 'Jelentés'; +$string['safemode'] = 'Biztonságos mód'; +$string['safemodeerror'] = 'A Moodle bekapcsolt biztonságos mód esetén akadályba ütközhet'; +$string['sessionautostart'] = 'Folyamat automatikus kezdése'; +$string['sessionautostarterror'] = 'Ezt ki kell kapcsolni'; +$string['status'] = 'Állapot'; +$string['thischarset'] = 'UTF-8'; +$string['thislanguage'] = 'Magyar'; +$string['user'] = 'Felhasználó'; +$string['wwwroot'] = 'Webcím'; +$string['wwwrooterror'] = 'A webcím nem érvényes - a Moodle mostani telepítése nincs a megadott címen.'; +?> diff --git a/install/lang/id_utf8/installer.php b/install/lang/id_utf8/installer.php new file mode 100644 index 0000000000000..d78c1cea75e44 --- /dev/null +++ b/install/lang/id_utf8/installer.php @@ -0,0 +1,22 @@ + diff --git a/install/lang/it_utf8/installer.php b/install/lang/it_utf8/installer.php new file mode 100644 index 0000000000000..c886a300797d4 --- /dev/null +++ b/install/lang/it_utf8/installer.php @@ -0,0 +1,89 @@ +needed e la vostra versione attuale è $a->current'; +$string['environmentrequireinstall'] = 'è necessaria l\'installazione/abilitazione'; +$string['environmentrequireversion'] = 'È necessaria la versione $a->needed e la vostra versione attuale è $a->current'; +$string['environmentxmlerror'] = 'Errore durante la lettura dei dati dell\'ambiente ($a->error_code)'; +$string['error'] = 'Errore'; +$string['fail'] = 'Fallito'; +$string['fileuploads'] = 'Invio file'; +$string['fileuploadserror'] = 'Questo deve essere impostato a on'; +$string['gdversion'] = 'Versione GD'; +$string['gdversionerror'] = 'La libreria GD deve essere presente per elaborare e creare immagini'; +$string['help'] = 'Aiuto'; +$string['iconvrecommended'] = 'Installare la libreria opzionale ICONV è caldamente consigliato per migliorare le prestazioni del sito, in particolare se il vostro sito supporta lingue non latine.'; +$string['info'] = 'Informazioni'; +$string['installation'] = 'Installazione'; +$string['language'] = 'Lingua'; +$string['magicquotesruntime'] = 'Magic Quotes Run Time'; +$string['magicquotesruntimeerror'] = 'Questo deve essere impostato a off'; +$string['memorylimit'] = 'Limite memoria'; +$string['memorylimiterror'] = 'Il limite di memoria del PHP è impostato a un valore basso ... potrebbero verificarsi probremi in futuro.'; +$string['memorylimithelp'] = '

Il limite della memoria assegnata a PHP attualmente è $a.

+

Questo può dare problemi a Moodle in futuro, specialmente se avete molti moduli abilitati e molti utenti.

+

Vi raccomandiamo di impostare il PHP con un limite più alto se possibile, ad esempio 16M. +Ci sono diversi modi che potete provare: +

    +
  1. Se possibile, ricompilare il PHP con l\'opzione --enable-memory-limit. +Questo permetterà  a Moodle di impostare il limite di memoria da solo.
  2. +
  3. Se avete accesso al file php.ini, è possibile modificare l\'impostazione memory_limit a un valore tipo 16M. Se non avete l\'accesso potete chiedere al vostro amministratore di sistema di farlo.
  4. +
  5. Su alcuni server PHP è possibile creare un file .htaccess nella Directory di Moodle che contenga questa linea: +
    php_value memory_limit 16M
    +

    Tuttavia, su alcuni server questo impedirà  a tutte le pagine PHP di funzionare (vedrete degli errori quando visualizzerete le pagine) cosi dovrete rimuovere il file .htaccess.

'; +$string['mysql416bypassed'] = 'Comunque, se il vostro sito sta utilizzando SOLO lingue iso-8859-1 (latin), potete continuare ad utilizzare MySQL 4.1.12 (o successivo) attualmente installato.'; +$string['mysql416required'] = 'MySQL 4.1.16 è la versione minima richiesta per Moodle 1.6 per garantire che tutti i dati possano essere convertiti in UTF-8 in futuro.'; +$string['mysqlextensionisnotpresentinphp'] = 'Il PHP non è stato correttamente configurato con l\'estensione di MySQL. Controllate il vostro php.ini o ricompilate il PHP.'; +$string['name'] = 'Nome'; +$string['next'] = 'Prossimo'; +$string['ok'] = 'OK'; +$string['pass'] = 'Passato'; +$string['password'] = 'Password'; +$string['phpversion'] = 'Versione PHP'; +$string['phpversionerror'] = 'La versione del PHP deve essere come minimo la 4.1.0'; +$string['phpversionhelp'] = '

Moodle richiede come minimo la versione 4.1.0 del PHP.

+

Attualmente state utilizzando la versione $a

+

È necessario aggiornare il PHP o spostarsi su un server con una versione di PHP più recente!

'; +$string['previous'] = 'Precedente'; +$string['report'] = 'Risultato'; +$string['safemode'] = 'Safe Mode'; +$string['safemodeerror'] = 'Moodle può avere problemi con il safemode impostato a on'; +$string['sessionautostart'] = 'Session Auto Start'; +$string['sessionautostarterror'] = 'Questo deve essere off'; +$string['status'] = 'Status'; +$string['thischarset'] = 'UTF-8'; +$string['thislanguage'] = 'Italiano'; +$string['user'] = 'Utente'; +$string['wwwroot'] = 'Indirizzo web'; +$string['wwwrooterror'] = 'L\'indirizzo web sembra non essere valido - questa installazione di Moodle non sembra esere li.'; +?> diff --git a/install/lang/ja_utf8/installer.php b/install/lang/ja_utf8/installer.php new file mode 100644 index 0000000000000..813f06b64a18e --- /dev/null +++ b/install/lang/ja_utf8/installer.php @@ -0,0 +1,118 @@ +
moodleadmin

+これによりMoodleの管理ページへのリンクは修正されます。'; +$string['bypassed'] = 'バイパス'; +$string['caution'] = '警告'; +$string['check'] = 'チェック'; +$string['chooselanguagehead'] = '言語を選択してください。'; +$string['chooselanguagesub'] = 'インストールのみに使用する言語を選択してください。後に表示される画面で、サイトおよびユーザの言語を選択することができます。'; +$string['closewindow'] = 'ウィンドウを閉じる'; +$string['compatibilitysettingshead'] = 'PHP設定を確認しています ...'; +$string['compatibilitysettingssub'] = 'Moodleを適切に動作させるためには、あなたのサーバがこれらすべてのテストに通る必要があります。'; +$string['configfilenotwritten'] = 'インストールスクリプトは、自動的にあなたの選択した設定を反映したconfig.phpファイルを作成することができませんでした。おそらく、Moodleディレクトリに書き込み権が無いためだと思われます。下記のコードをconfig.phpという名称のファイルとしてMoodleのルートディレクトリにコピーすることができます。'; +$string['configfilewritten'] = 'config.phpが正常に作成されました。'; +$string['configurationcompletehead'] = '設定が完了しました。'; +$string['configurationcompletesub'] = 'Moodleは、Moodleインストレーションのルートへの設定内容保存を試みました。'; +$string['continue'] = '続ける'; +$string['database'] = 'データベース'; +$string['databasesettingshead'] = 'ほとんどのMoodleデータが保存されるデータベースの設定を行います。このデータベースは、アクセスするためのユーザ名およびパスワードと共にすでに作成されている必要があります。'; +$string['databasesettingssub'] = 'タイプ: mysql または postgres7
+ホスト: 例 localhost または db.isp.com
+データベース名: 例:moodle
+ユーザ名: データベースのユーザ名
+パスワード: データベースのパスワード
+テーブル接頭辞: すべてのテーブル名にオプションで使用する接頭辞'; +$string['dataroot'] = 'データディレクトリ'; +$string['datarooterror'] = 'あなたが指定した「データディレクトリ」が見つからないか、作成されませんでした。パスを訂正するか、ディレクトリを手動で作成してください。'; +$string['dbconnectionerror'] = 'あなたが指定したデータベースに接続できませんでした。データベース設定を確認してください。'; +$string['dbcreationerror'] = 'データベース作成エラー。設定で指定された名称のデータベースを作成できませんでした。'; +$string['dbhost'] = 'ホストサーバ'; +$string['dbprefix'] = 'テーブル接頭辞'; +$string['dbtype'] = 'タイプ'; +$string['dbwrongencoding'] = '選択したデータベースは、非推奨のエンコーディング ( $a ) で動作しています。代わりにユニコード ( UTF-8 ) でエンコードされたデータベースの使用をお勧めします。下記の「DBエンコーディングテストをスキップ」をチェックすることで、このテストをバイパスできますが、将来的に問題が発生する恐れがあります。'; +$string['directorysettingshead'] = 'Moodleのインストール先を確認してください。'; +$string['directorysettingssub'] = '

ウェブアドレス: +Moodleにアクセスする完全なウェブアドレスを指定してください。複数のURLよりアクセス可能な場合は、学生が利用する最も自然なURLを選択してください。末尾にスラッシュを付けないでください。

+
+
+

Moodleディレクトリ: +インストール先の完全なディレクトリパスを指定してください。大文字/小文字が間違っていないか確認してください。

+
+
+

データディレクトリ: +Moodleが、アップロードされたファイルを保存する場所が必要です。 このディレクトリは、ウェブサーバのユーザ ( 通常は「nobody」または「apache」 ) が読み込みおよび書き込みできるようにしてください。しかし、ウェブから直接アクセスできないようにしてください。

'; +$string['dirroot'] = 'Moodleディレクトリ'; +$string['dirrooterror'] = '「Moodleディレクトリ」設定が間違っているようです - インストール済みMoodleが見つかりませんでした。下記の値がリセットされました。'; +$string['download'] = 'ダウンロード'; +$string['environmenterrortodo'] = 'このバージョンのMoodleをインストールする前に、発見された動作環境の問題 ( エラー ) を解消してください!'; +$string['environmenthead'] = 'あなたの環境を確認しています ...'; +$string['environmentrecommendinstall'] = 'インストールおよび Enabled を推奨します。'; +$string['environmentrecommendversion'] = 'バージョン $a->needed 以上を推奨します。あなたは現在 $a->current を使用しています。'; +$string['environmentrequireinstall'] = 'インストールおよび Enabled が必須です。'; +$string['environmentrequireversion'] = 'バージョン $a->needed 以上が必須です。あなたは現在 $a->current を使用しています。'; +$string['environmentsub'] = 'あなたのシステムに関する様々な要素が、システム要件に合致するか確認しています。'; +$string['environmentxmlerror'] = '環境データ ($a->error_code) の読み込み中にエラーが発生しました。'; +$string['error'] = 'エラー'; +$string['fail'] = '失敗'; +$string['fileuploads'] = 'ファイルアップロード'; +$string['fileuploadserror'] = 'これは有効にしてください。'; +$string['gdversion'] = 'GDバージョン'; +$string['gdversionerror'] = 'イメージの処理および作成を行うにはGDライブラリが必要です。'; +$string['globalsquotes'] = '安全では無いGlobalsのハンドリング'; +$string['globalsquoteserror'] = 'PHP設定を修正してください: register_globalsを「Off」および/またはmagic_quotes_gpcを「On」'; +$string['help'] = 'ヘルプ'; +$string['iconvrecommended'] = 'より良いパフォーマンスを得るため、ICONVライブラリのインストールおよび稼動を強くお勧めします。あなたのサイトがラテン文字以外をサポートしている場合、特にお勧めします。'; +$string['info'] = '情報'; +$string['installation'] = 'インストレーション'; +$string['language'] = '言語設定'; +$string['magicquotesruntime'] = 'Magic Quotesランタイム'; +$string['magicquotesruntimeerror'] = 'これは無効にしてください。'; +$string['memorylimit'] = 'Memory Limit'; +$string['memorylimiterror'] = 'PHPのmemory limitが低すぎます ... 後で問題が発生する可能性があります。'; +$string['memorylimithelp'] = '

現在、サーバのPHPメモリー制限が $a に設定されています。

+

この設定では、Moodleのメモリーに関わるトラブルが発生します。 特に多くのモジュールを使用したり、多くのユーザがMoodleを使用する場合に、トラブルが発生します。

+

可能でしたら、PHPのメモリー制限上限を16M以上に設定されることをお勧めします。この設定を実現するために、いくつかの方法があります: +

    +
  1. コンパイル可能な場合は、PHPを--enable-memory-limitオプションでコンパイルしてください。 +これにより、Moodle自身がメモリー制限を設定することが可能になります。 +
  2. php.iniファイルにアクセスできる場合は、memory_limit設定を16Mのように変更することができます。php.iniファイルにアクセスできない場合は、管理者に変更を依頼してください。 +
  3. いくつかのPHPサーバでは、下記の行を含む.htaccessファイルをMoodleディレクトリに作成することができます: +

    php_value memory_limit 16M

    +

    しかし、この設定がすべてのPHPページの動作を妨げる場合もあります。ページ閲覧時にエラーが表示される場合は、.htaccessファイルを削除してください。

    +
'; +$string['mysql416bypassed'] = 'あなたのサイトが iso-8859-1 ( ラテン ) 言語のみを使用している場合、現在インストールされている MySQL 4.1.12 ( またはそれ以上 ) を使用することができます。'; +$string['mysql416required'] = 'Moodle1.6では、将来すべてのデータをUTF-8に変換するため、MySQL 4.1.16 が要求される最低限のバージョンです。'; +$string['mysqlextensionisnotpresentinphp'] = 'MySQLと通信できるようにPHPのMySQL extension設定が正しく設定されていません。php.iniを確認するか、PHPを再度コンパイルしてください。'; +$string['name'] = '名称'; +$string['next'] = '次へ'; +$string['ok'] = 'OK'; +$string['pass'] = 'パス'; +$string['password'] = 'パスワード'; +$string['phpversion'] = 'PHPバージョン'; +$string['phpversionerror'] = 'PHPバージョンは4.1.0以上をお使いください。'; +$string['phpversionhelp'] = '

MoodleではPHPバージョン4.1.0以上が必要です。

+

現在、バージョン $a が動作しています。

+

PHPをアップグレードするか、新しいバージョンがインストールされているホストに移動してください!

'; +$string['previous'] = '前へ'; +$string['report'] = 'レポート'; +$string['safemode'] = 'セーフモード'; +$string['safemodeerror'] = 'セーフモードが有効の場合、Moodleに問題が発生する場合があります。'; +$string['sessionautostart'] = 'セッション自動スタート'; +$string['sessionautostarterror'] = 'これは無効にしてください。'; +$string['skipdbencodingtest'] = 'DBエンコーディングテストをスキップ'; +$string['status'] = '状態'; +$string['thischarset'] = 'UTF-8'; +$string['thislanguage'] = '日本語'; +$string['user'] = 'ユーザ'; +$string['wwwroot'] = 'ウェブアドレス'; +$string['wwwrooterror'] = 'ウェブアドレスが間違っています - インストール済みMoodleはここに表示されません。'; +?> diff --git a/install/lang/ka_utf8/installer.php b/install/lang/ka_utf8/installer.php new file mode 100644 index 0000000000000..ac63ee63ff26c --- /dev/null +++ b/install/lang/ka_utf8/installer.php @@ -0,0 +1,81 @@ +The PHP memory limit for your server is currently set to $a.

+ +

This may cause Moodle to have memory problems later on, especially +if you have a lot of modules enabled and/or a lot of users.

+ +

We recommend that you configure PHP with a higher limit if possible, like 16M. +There are several ways of doing this that you can try:

+
    +
  1. If you are able to, recompile PHP with --enable-memory-limit. +This will allow Moodle to set the memory limit itself.
  2. +
  3. If you have access to your php.ini file, you can change the memory_limit +setting in there to something like 16M. If you don\'t have access you might +be able to ask your administrator to do this for you.
  4. +
  5. On some PHP servers you can create a .htaccess file in the Moodle directory +containing this line: +

    php_value memory_limit 16M

    +

    However, on some servers this will prevent all PHP pages from working +(you will see errors when you look at pages) so you\'ll have to remove the .htaccess file.

  6. +
'; +$string['mysqlextensionisnotpresentinphp'] = 'PHP არ არის სწორად კონფიგურირებული MySQL გაფართოებიდან, რათა ის უკავშირდებოდეს MySQL-ს. გადასინჯეთ php.ini ფაილი ან შეასრულეთ PHP-ის რეკომპილაცია.'; +$string['name'] = 'სახელი'; +$string['next'] = 'შემდეგი'; +$string['ok'] = 'დიახ'; +$string['pass'] = 'გადაცემა'; +$string['password'] = 'პაროლი'; +$string['phpversion'] = 'PHP ვარიანტი'; +$string['phpversionerror'] = 'PHP-ის ვერსია უნდა იყოს არა ნაკლები ვიდრე 4.1.0'; +$string['phpversionhelp'] = '

Moodle requires a PHP version of at least 4.1.0.

+

You are currently running version $a

+

You must upgrade PHP or move to a host with a newer version of PHP!

'; +$string['previous'] = 'წინა'; +$string['safemode'] = 'უსაფრთხო ვარიანტი'; +$string['safemodeerror'] = 'Moodle-ს შეიძლება ჰქონდეს პრობლემები ”დაცულ '; +$string['sessionautostart'] = 'სესიის ავტომატური დასაწყისი'; +$string['sessionautostarterror'] = 'ეს უნდა იყოს ამორთული'; +$string['status'] = 'მდგომარეობა'; +$string['thischarset'] = 'UTF-8'; +$string['thislanguage'] = 'ქართული'; +$string['user'] = 'მომხმარებელი'; +$string['wwwroot'] = 'Web მისამართი'; +$string['wwwrooterror'] = 'ეს web მისამართი არ უნდა იყოს სწორი. აქ არ არის Moodle-ის ინსტალაცია.'; +?> diff --git a/install/lang/km_utf8/installer.php b/install/lang/km_utf8/installer.php new file mode 100644 index 0000000000000..334609e31809d --- /dev/null +++ b/install/lang/km_utf8/installer.php @@ -0,0 +1,19 @@ + diff --git a/install/lang/kn_utf8/installer.php b/install/lang/kn_utf8/installer.php new file mode 100644 index 0000000000000..2b13d74b06480 --- /dev/null +++ b/install/lang/kn_utf8/installer.php @@ -0,0 +1,39 @@ + diff --git a/install/lang/ko_utf8/installer.php b/install/lang/ko_utf8/installer.php new file mode 100644 index 0000000000000..5a7c756a01360 --- /dev/null +++ b/install/lang/ko_utf8/installer.php @@ -0,0 +1,76 @@ +서버의 PHP 메모리한계가 최근 $a 로 설정되었습니다.

+ +

이것은 아마 무들이 나중에 기억의 문제를 갖게 되는 것을 야기시킬것입니다. 특히 만약 당신이 사용할 수 있는 많은 무들을 가지고 있거나 그런 사용자를 가지고 있다면 그러할 것입니다.

+ +

우리는 당신이 16M 와 같은 가능하면 더 높은 제한을 가지고 있는 PHP를 형성하기를 요구합니다. +당신이 시도 할 수 잇는 여러가지 방법들이 있습니다.

+
    +
  1. 만약 당신이 할 수 있다면 기억제한이 가능한 파일과 함께 PHP를 번역하세요. 이것은 무들이 자기 스스로 기억제한을 설치하는데 허락할 것입니다
  2. + +
  3. 만약 다신이 php.ini.파일에 접속했다면 당신은 memory_limit을 16M와 같은 어떤 것으로 바꿔설치 할 수 있을것입니다. 만약 당신이 접속하지 않았다면 이것을 실행하기 위한 당신의관리자에게 문의하실 수 있습니다.
  4. + +
  5. 당신이 만들어 낼수 있는 몇개의 PHP서버들에서 무들 주소성명록에 있는 접속파일은 이 라인을 포함하고 있습니다. +

    php_value memory_limit 16M

    +

    그러나 모든 php페이지가 (당신이 페이지를 살펴보았을때 문제를 찾을 것이다) 일하는 것으로부터 방해 할 이 몇개의 서버들이 있기때문에 당신은 .htaccess 를 제거해야 할 것입니다.

'; +$string['mysqlextensionisnotpresentinphp'] = 'php는 php가 mysql과 연결할 수 있기 위해서 적절하게 형성됐다. 당신의 php.ini 파일이나 recompile php를 확인하세요.'; +$string['name'] = '이름'; +$string['next'] = '다음으로'; +$string['ok'] = 'OK'; +$string['pass'] = '통과하세요.'; +$string['password'] = '비밀번호'; +$string['phpversion'] = 'php버젼'; +$string['phpversionerror'] = 'php 버젼은 틀림없이 적어도 4.1.0.이어야합니다.'; +$string['phpversionhelp'] = '무들은 적어도 4.1.0의 php버젼을 요구합니다.'; +$string['previous'] = '이전으로'; +$string['safemode'] = 'Safe Mode'; +$string['safemodeerror'] = '아마 Safe Mode가 작동되어서 문제가 있을 것입니다.'; +$string['sessionautostart'] = '세션의 활동을 시작하세요.'; +$string['sessionautostarterror'] = '이것은 종료되어야 합니다.'; +$string['status'] = '상태'; +$string['thischarset'] = 'UTF-8'; +$string['thislanguage'] = '한국어'; +$string['user'] = '사용자'; +$string['wwwroot'] = '웹 주소'; +$string['wwwrooterror'] = '이 웹 주소는 유효한 것 같지 않습니다 - 무들 설치 프로그램이 거기에 없습니다.'; +?> diff --git a/install/lang/lt_utf8/installer.php b/install/lang/lt_utf8/installer.php new file mode 100644 index 0000000000000..89ca99e8fe369 --- /dev/null +++ b/install/lang/lt_utf8/installer.php @@ -0,0 +1,21 @@ + diff --git a/install/lang/lv_utf8/installer.php b/install/lang/lv_utf8/installer.php new file mode 100644 index 0000000000000..c41315485fab9 --- /dev/null +++ b/install/lang/lv_utf8/installer.php @@ -0,0 +1,22 @@ + diff --git a/install/lang/mi_tn_utf8/installer.php b/install/lang/mi_tn_utf8/installer.php new file mode 100644 index 0000000000000..9396b087b02f4 --- /dev/null +++ b/install/lang/mi_tn_utf8/installer.php @@ -0,0 +1,48 @@ +Ka whai atu te Moodle ki ngā Whakaaturanga PHP piki ake ki te 4.1.0.

+

Kei te mahi koe i te whakaaturanga $a

+

Whakapai ake i te PHP, neke atu rānei ki tētehi rorohiko tuku me te PHP hou!

'; +$string['previous'] = 'O mua'; +$string['safemode'] = 'Tūmomo Haumaru'; +$string['safemodeerror'] = 'Tēnā pea'; +$string['sessionautostarterror'] = 'Me Whakaweto'; +$string['status'] = 'Āhuatanga'; +$string['thischarset'] = 'utf-8'; +$string['thislanguage'] = 'Māori - Tainui'; +$string['user'] = 'Kaiwhakauru'; +$string['wwwroot'] = 'Nohoanga Tukutuku'; +$string['wwwrooterror'] = 'Kāore te Pae Tukutuku e whai mana - ko tēneki whakauta Moodle kāore ki reira pea.'; +?> diff --git a/install/lang/ms_utf8/installer.php b/install/lang/ms_utf8/installer.php new file mode 100644 index 0000000000000..1d4abca199a00 --- /dev/null +++ b/install/lang/ms_utf8/installer.php @@ -0,0 +1,22 @@ + diff --git a/install/lang/nl_utf8/installer.php b/install/lang/nl_utf8/installer.php new file mode 100644 index 0000000000000..409de5eaaf7e6 --- /dev/null +++ b/install/lang/nl_utf8/installer.php @@ -0,0 +1,116 @@ +
moodleadmin

Dit zal de links naar de adminmap in Moodle herstellen.'; +$string['bypassed'] = 'Omzeild'; +$string['caution'] = 'Opgelet'; +$string['check'] = 'Controleer'; +$string['chooselanguagehead'] = 'Kies een taal'; +$string['chooselanguagesub'] = 'De taalinstelling die je hier kiest is enkel voor het installatieproces. In één van de volgende schermen zul je de standaardtaal voor de site kunnen kiezen. Bebruikers kunnen als je dat wil, zelf bepalen met welke taal ze werken.'; +$string['closewindow'] = 'Sluit dit venster'; +$string['compatibilitysettingshead'] = 'Bezig met je PHP-instellingen te controleren ...'; +$string['compatibilitysettingssub'] = 'Om Moodle goed te laten werken, moet je server slagen voor al deze testen.'; +$string['configfilenotwritten'] = 'Het installatiescript kon het bestand config.php met jouw gekozen instellingen niet automatisch aanmaken. Kopieer de volgende code in een bestand dat je config.php noemt en plaats dat in de rootmap van Moodle.'; +$string['configfilewritten'] = 'Het maken van config.php is gelukt'; +$string['configurationcompletehead'] = 'Configuratie klaar'; +$string['configurationcompletesub'] = 'Moodle probeerde je configuratie te bewaren in een bestand in de root van je installatie.'; +$string['continue'] = 'Ga door'; +$string['database'] = 'Databank'; +$string['databasesettingshead'] = 'Nu moet je de databank waarin Moodle geïnstalleerd zal worden, configureren. Deze databank moet al aangemaakt zijn en je hebt een gebruikersnaam en wachtwoord ervan nodig om Moodle toegang te geven.'; +$string['databasesettingssub'] = 'Type: mysql of postgres7
+Host: vb localhost of db.isp.com
+Naam: database naam, vb moodle
+Gebruiker: de gebruikersnaam voor jouw database
+Wachtwoord: het wachtwoord voor je databank
+Tabelvoorvoegsel: een voorvoegsel dat je wil gebruiken voor alle tabelnamen'; +$string['dataroot'] = 'Gegevens'; +$string['datarooterror'] = 'De \'data-map\' die je opgaf kon niet gevonden of gemaakt worden. Verbeter ofwel het pad of maak die map manueel.'; +$string['dbconnectionerror'] = 'We konden geen verbinding maken met de databank die je opgegeven hebt. Controleer je databankinstellingen'; +$string['dbcreationerror'] = 'Probleem met het opbouwen van de databank. De databanknaam kon niet aangemaakt worden met de gegevens die je opgegeven hebt'; +$string['dbhost'] = 'Hostserver'; +$string['dbprefix'] = 'Tabelvoorvoegsel'; +$string['dbtype'] = 'Type'; +$string['dbwrongencoding'] = 'De gekozen databank loopt niet onder Unicode (UTF8), maar onder een ongeschikte encodering ($a). Je kunt beter een Unicode (UTF8) databank gebruiken. Als je wil, kun je deze test overslaan door hieronder op \"Negeer DB-encodingtest\" te klikken, maar je zou hierdoor wel problemen kunnen krijgen.'; +$string['directorysettingshead'] = 'Bevestig de locaties voor dese Moodle-installatie'; +$string['directorysettingssub'] = 'Webadres: +Geef hier het volledig webadres (URL) langswaar moodle zall bekeken worden. Als je website via verschillende URL\'s toegankelijk is, kies dan diegene die je leerlingen normaal zullen gebruiken. Opgelet, geen schuine streep achteraan. +
+
+Moodle installatiemap: +Geef het volledige pad naar deze installatie. Zorg er voor dat je hoofdletters/kleine letters respecteert. +
+
+Datamap: +Je hebt een plaats nodig waar Moodle bestanden kan opslaat. Deze map moet leesbaar EN BESCHRIJFBAAR zijn door de webserver (meestal gebruikersnaam nobody, apache of www-data), maar mag niet rechtstreeks toegankelijk zijn via het web.'; +$string['dirroot'] = 'Moodle-map'; +$string['dirrooterror'] = 'De instelling voor \'Moodle-map\' was niet juist - we kunnen daar geen Moodle-installatie vinden. Onderstaande waarde is gereset.'; +$string['download'] = 'Download'; +$string['environmenterrortodo'] = 'Je moet all de problemen over de installatie-omgeving die hierboven gevonden zijn, oplossen. Ga pas dan verder met het installeren van deze Moodleversie.'; +$string['environmenthead'] = 'Omgeving controleren ...'; +$string['environmentrecommendinstall'] = 'wordt aangeraden om te installeren of in te schakelen'; +$string['environmentrecommendversion'] = 'je kunt betere versie $a->needed gebruiken en je gebruikt nu versie $a->current'; +$string['environmentrequireinstall'] = 'moet geïnstalleerd/ingeschakeld zijn'; +$string['environmentrequireversion'] = 'versie $a->needed is vereist en je gebruikt nu versie $a->current'; +$string['environmentsub'] = 'We controleren nu of de versies van verschillende componenten van je server voldoen aan de systeemvereisten van Moodle'; +$string['environmentxmlerror'] = 'Fout bij het lezen van de omgevingsdata ($&->error_code)'; +$string['error'] = 'Fout'; +$string['fail'] = 'Niet OK'; +$string['fileuploads'] = 'Bestanden uploaden'; +$string['fileuploadserror'] = 'Dit moet ingeschakeld zijn'; +$string['gdversion'] = 'GD-versie'; +$string['gdversionerror'] = 'De GD-bibliotheek moet geïnstalleerd zijn om afbeeldingen te kunnen maken en verwerken'; +$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'; +$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'; +$string['installation'] = 'Installatie'; +$string['language'] = 'Taal'; +$string['magicquotesruntime'] = 'Magic Quotes runtime'; +$string['magicquotesruntimeerror'] = 'Dit moet uitgeschakeld zijn'; +$string['memorylimit'] = 'Geheugenlimiet'; +$string['memorylimiterror'] = 'De PHP-geheugenlimiet staat eerder laag ingesteld ... je zou hierdoor later problemen kunnen krijgen.'; +$string['memorylimithelp'] = '

De PHP-geheugenlimiet van je server is ingesteld op $a.

+

Hierdoor kan Moodle geheugenproblemen krijgen, vooral als je veel modules installeert en/of veel gebruikers hebt.

+ +

We raden je aan PHP met een hogere geheugenlimiet te configureren indien mogelijk, bijvoorbeeld 16Mb. Er zijn verschillende mogelijkheden om dat te doen. Je kunt proberen: +

    +
  1. Indien je kunt PHP hercompileren met --enable-memory-limit. +Hierdoor kan Moodle zelf zijn geheugenlimiet instellen. +
  2. Als je toegang hebt tot het php.ini-bestand, kun je de memory_limit-instelling veranderen naar bv 16Mb. Als je geen toegang hebt kun je je systeembeheerder vragen dit voor je te wijzigen.
  3. +
  4. Op sommige PHP-servers kun je een .htaccess-bestand maken in de Moodle-map met volgende lijn:

    php_value memory_limit 16M

    +

    Opgelet: op sommige servers zal dit verhinderen dat alle PHP-bestanden uitgevoerd worden. (je zult foutmeldingen zien wanneer je naar php-pagina\'s kijkt) Je zult dan het .htaccess-bestand moeten verwijderen.

  5. +
'; +$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['name'] = 'Naam'; +$string['next'] = 'Volgende'; +$string['ok'] = 'OK'; +$string['pass'] = 'OK'; +$string['password'] = 'Wachtwoord'; +$string['phpversion'] = 'PHP-versie'; +$string['phpversionerror'] = 'PHP-versie moet minstens 4.1.0 zijn'; +$string['phpversionhelp'] = '

Moodle heeft minstens PHP-versie 4.1.0 nodig.

De huidige versie op je server is $a

+

Je moet PHP upgraden of verhuizen naar een host met een nieuwere versie van PHP!

'; +$string['previous'] = 'Vorige'; +$string['report'] = 'Rapport'; +$string['safemode'] = 'Safe Mode'; +$string['safemodeerror'] = 'Moodle kan bestanden niet juist behandelen met safe mode ingeschakeld'; +$string['sessionautostart'] = 'Session Auto Start'; +$string['sessionautostarterror'] = 'Dit moet uitgeschakeld zijn'; +$string['skipdbencodingtest'] = 'Negeer DB-encodingtest'; +$string['status'] = 'Status'; +$string['thischarset'] = 'UTF-8'; +$string['thislanguage'] = 'Nederlands'; +$string['user'] = 'Gebruiker'; +$string['wwwroot'] = 'Web adres'; +$string['wwwrooterror'] = 'Het webadres lijkt niet geldig te zijn - deze Moodle-installatie is blijkbaar niet op die plaats.'; +?> diff --git a/install/lang/nn_utf8/installer.php b/install/lang/nn_utf8/installer.php new file mode 100644 index 0000000000000..b58d12a531957 --- /dev/null +++ b/install/lang/nn_utf8/installer.php @@ -0,0 +1,24 @@ + diff --git a/install/lang/no_gr_utf8/installer.php b/install/lang/no_gr_utf8/installer.php new file mode 100644 index 0000000000000..9c8ebf18293ab --- /dev/null +++ b/install/lang/no_gr_utf8/installer.php @@ -0,0 +1,23 @@ + diff --git a/install/lang/no_utf8/installer.php b/install/lang/no_utf8/installer.php new file mode 100644 index 0000000000000..2e02176254307 --- /dev/null +++ b/install/lang/no_utf8/installer.php @@ -0,0 +1,82 @@ +The PHP memory limit for your server is currently set to $a.

+ +

This may cause Moodle to have memory problems later on, especially + if you have a lot of modules enabled and/or a lot of users.

+ +

We recommend that you configure PHP with a higher limit if possible, like 16M. + There are several ways of doing this that you can try:

+
    +
  1. If you are able to, recompile PHP with --enable-memory-limit. + This will allow Moodle to set the memory limit itself.
  2. +
  3. If you have access to your php.ini file, you can change the memory_limit + setting in there to something like 16M. If you don\'t have access you might + be able to ask your administrator to do this for you.
  4. +
  5. On some PHP servers you can create a .htaccess file in the Moodle directory + containing this line: +

    php_value memory_limit 16M

    +

    However, on some servers this will prevent all PHP pages from working + (you will see errors when you look at pages) so you\'ll have to remove the .htaccess file.

  6. +
'; +$string['mysqlextensionisnotpresentinphp'] = 'PHP has not been properly configured with the MySQL extension so that it can communicate with MySQL. Please check your php.ini file or recompile PHP.'; +$string['name'] = 'Navn'; +$string['next'] = 'Neste'; +$string['ok'] = 'OK'; +$string['parentlanguage'] = 'Overordnet reservespråk'; +$string['pass'] = 'Pass'; +$string['password'] = 'Passord'; +$string['phpversion'] = 'PHP version'; +$string['phpversionerror'] = 'PHP version must be at least 4.1.0'; +$string['phpversionhelp'] = '

Moodle requires a PHP version of at least 4.1.0.

+

You are currently running version $a

+

You must upgrade PHP or move to a host with a newer version of PHP!

'; +$string['previous'] = 'Forrige'; +$string['safemode'] = 'Safe Mode'; +$string['safemodeerror'] = 'Moodle may have trouble with safe mode on'; +$string['sessionautostart'] = 'Session Auto Start'; +$string['sessionautostarterror'] = 'This should be off'; +$string['status'] = 'Status'; +$string['thischarset'] = 'UTF-8'; +$string['thislanguage'] = 'Norsk - bokmål'; +$string['user'] = 'Bruker'; +$string['wwwroot'] = 'Web address'; +$string['wwwrooterror'] = 'The web address does not appear to be valid - this Moodle installation doesn\'t appear to be there.'; +?> diff --git a/install/lang/pl_utf8/installer.php b/install/lang/pl_utf8/installer.php new file mode 100644 index 0000000000000..864b9626e9d2f --- /dev/null +++ b/install/lang/pl_utf8/installer.php @@ -0,0 +1,56 @@ + Moodle wymaga wersji PHP co najmniej 4.1.0.

+

Obecnie jest uruchomiona wersja $a

+

Musisz uaktualnić wersje PHP lub przenieść na host z nowszą wersją PHP!

'; +$string['previous'] = 'Poprzedni'; +$string['safemode'] = 'Bezpieczny tryb'; +$string['safemodeerror'] = 'Moodle ma trudności z włączeniem bezpiecznego trybu'; +$string['sessionautostarterror'] = 'To powinno być wyłączone'; +$string['status'] = 'Status'; +$string['thischarset'] = 'UTF-8'; +$string['thislanguage'] = 'Polski'; +$string['user'] = 'Użytkownik'; +$string['wwwroot'] = 'Adres w sieci'; +$string['wwwrooterror'] = 'Adres w sieci wydaje się być niepoprawny - wydaje się że nie ma tam instalacji Moodle'; +?> diff --git a/install/lang/pt_br_utf8/installer.php b/install/lang/pt_br_utf8/installer.php new file mode 100644 index 0000000000000..cc19e854f22bc --- /dev/null +++ b/install/lang/pt_br_utf8/installer.php @@ -0,0 +1,77 @@ +O limite de memória do PHP configurado atualmente no seu servidor é de $a.

+ +

Este limite pode causar problemas no futuro, especialmente quando muitos módulos estiverem ativados ou em caso de um número elevado de usuários.

+ +

É aconselhável a configuração do limite de memória com o valor mais alto possível, como 16M. Você pode tentar um dos seguintes caminhos:

+
    +
  1. Se você puder, recompile o PHP com --enable-memory-limit. +Com esta operação Moodle será capaz de configurar o limite de memória sózinho.
  2. +
  3. Se você tiver acesso ao arquivo php.ini, você pode mudar o parâmetro memory_limit para um valor próximo a 16M. Se você não tiver acesso direto, peça ao administrador do sistema para fazer esta operação.
  4. +
  5. Em alguns servidores é possível fazer esta mudança criando um arquivo .htaccess no diretório Moodle. O arquivo deve conter a seguinte expressão: +

    php_value memory_limit 16M

    +

    Alguns servidores não aceitam este procedimento e todas as páginas PHP do servidor ficam bloqueadas ou imprimem mensagens de erro. Neste caso será necessário cancelar o arquivo .htaccess .

    +
'; +$string['mysqlextensionisnotpresentinphp'] = 'O pHP não foi configurado corretamente com a extensão MySQL e não pode comunicar com a base de dados. Controle o seu php.ini ou faça a recompilação do PHP.'; +$string['name'] = 'Nome'; +$string['next'] = 'Próximo'; +$string['ok'] = 'OK'; +$string['pass'] = 'OK'; +$string['password'] = 'Senha'; +$string['phpversion'] = 'Versão do PHP'; +$string['phpversionerror'] = 'A versão do PHP não deve ser inferior a 4.1.0'; +$string['phpversionhelp'] = '

Moodle requer a versão 4.1.0 de PHP ou posterior.

+

A sua versão é $a

+

Atualize a versão do PHP!

'; +$string['previous'] = 'Anterior'; +$string['safemode'] = 'Modalidade segura'; +$string['safemodeerror'] = 'Moodle pode ter problemas se a modalidade segura estiver ativa'; +$string['sessionautostart'] = 'Início da sessão automático'; +$string['sessionautostarterror'] = 'Isto deve estar ativado'; +$string['status'] = 'Status'; +$string['thischarset'] = 'UTF-8'; +$string['thislanguage'] = 'Português - Brasil'; +$string['user'] = 'Usuário'; +$string['wwwroot'] = 'Endereço web'; +$string['wwwrooterror'] = 'Este endereço web não está correto - a instalação do Moodle não foi lencontrada.'; +?> diff --git a/install/lang/pt_utf8/installer.php b/install/lang/pt_utf8/installer.php new file mode 100644 index 0000000000000..6798afd57da0c --- /dev/null +++ b/install/lang/pt_utf8/installer.php @@ -0,0 +1,46 @@ + diff --git a/install/lang/ro_utf8/installer.php b/install/lang/ro_utf8/installer.php new file mode 100644 index 0000000000000..9e5acbe172cda --- /dev/null +++ b/install/lang/ro_utf8/installer.php @@ -0,0 +1,19 @@ + diff --git a/install/lang/ru_utf8/installer.php b/install/lang/ru_utf8/installer.php new file mode 100644 index 0000000000000..af28bd9550d50 --- /dev/null +++ b/install/lang/ru_utf8/installer.php @@ -0,0 +1,39 @@ + diff --git a/install/lang/sk_utf8/installer.php b/install/lang/sk_utf8/installer.php new file mode 100644 index 0000000000000..f308f8d12f580 --- /dev/null +++ b/install/lang/sk_utf8/installer.php @@ -0,0 +1,73 @@ +PHP limit pamäte pre Váš server je momentálne nastavený na $a.

+ +

Toto môže neskôr spôsobiť problémy v Moodle, najmä ak máte veľa modulov a/alebo veľa používateľov.

+ +

Odporúčame Vám, aby ste nastavili PHP s vyšším limitom pamäte, ak je to možné, napr. 16M. Na to existuje veľa spôsobov, ktoré môžete vyskúšať:

+
    +
  1. Ak je to možné, znovu vytvorte PHP s --enable-memory-limit. Toto umožní Moodle samonastavenie limitu pamäte.
  2. +
  3. Ak máte prístup k Vášmu php.ini súboru, môžete zmeniť memory_limit nastavenie, napr. na 16M. Ak nemáte prístup k súboru, môžete sa na to spýtať Vášho administrátora.
  4. +Na niektorých PHP serveroch, si môžete vytvoriť súbor .htaccess v Adresári Moodle, ktorý bude obsahovať tento riadok:

    php_value memory_limit 16M

    +

    Avšak, na niektorých serveroch bude toto brániť všetkým PHP stránkam v práci (budete vidieť chyby, keď sa pozriete na stránky), takže budete musieť odstrániť súbor .htaccess.

    +
'; +$string['mysqlextensionisnotpresentinphp'] = 'PHP nebolo správne nakonfigurované s MySQL rozšírením a tak nemôže komunikovať s MySQL. Prosím, skontrolujte si Váš php.ini súbor alebo znovu vytvorte PHP.'; +$string['name'] = 'Meno'; +$string['next'] = 'Ďalší'; +$string['ok'] = 'OK'; +$string['pass'] = 'Prejsť'; +$string['password'] = 'Heslo'; +$string['phpversion'] = 'Verzia PHP'; +$string['phpversionerror'] = 'Verzia PHP musí byť aspoň 4.1.0'; +$string['phpversionhelp'] = '

Moodle si vyžaduje verziu PHP aspoň 4.1.0.

+

Vy máte momentálne nainštalovanú túto verziu $a

+

Musíte obnoviť PHP alebo presunúť na hostiteľský počítač s novou verziou PHP!

'; +$string['previous'] = 'Predchádzajúci'; +$string['safemode'] = 'Bezpečný mód'; +$string['safemodeerror'] = 'Moodle môže mať problémy, ak je zapnutý bezpečný mód'; +$string['sessionautostart'] = 'Autoštart sekcie'; +$string['sessionautostarterror'] = 'Toto by malo byť vypnuté'; +$string['status'] = 'Status'; +$string['thischarset'] = 'UTF-8'; +$string['thislanguage'] = 'Slovenčina'; +$string['user'] = 'Používateľ'; +$string['wwwroot'] = 'Web adresa'; +$string['wwwrooterror'] = 'Táto web adresa pravdepodobne nie je platná - táto inštalácia Moodle tu pravdepodobne nie je.'; +?> diff --git a/install/lang/sl_utf8/installer.php b/install/lang/sl_utf8/installer.php new file mode 100644 index 0000000000000..7b294b27d52b4 --- /dev/null +++ b/install/lang/sl_utf8/installer.php @@ -0,0 +1,22 @@ + diff --git a/install/lang/so_utf8/installer.php b/install/lang/so_utf8/installer.php new file mode 100644 index 0000000000000..e3ef3e3b26e29 --- /dev/null +++ b/install/lang/so_utf8/installer.php @@ -0,0 +1,31 @@ + diff --git a/install/lang/sq_utf8/installer.php b/install/lang/sq_utf8/installer.php new file mode 100644 index 0000000000000..a0247e5e409bd --- /dev/null +++ b/install/lang/sq_utf8/installer.php @@ -0,0 +1,22 @@ + diff --git a/install/lang/sr_utf8/installer.php b/install/lang/sr_utf8/installer.php new file mode 100644 index 0000000000000..5c9b433735379 --- /dev/null +++ b/install/lang/sr_utf8/installer.php @@ -0,0 +1,22 @@ + diff --git a/install/lang/sv_utf8/installer.php b/install/lang/sv_utf8/installer.php new file mode 100644 index 0000000000000..e7606ff3d40fd --- /dev/null +++ b/install/lang/sv_utf8/installer.php @@ -0,0 +1,72 @@ +Minnesbegränsningen för PHP på Din server är f n inställt till $a.

+

Detta kan förorsaka att Moodle får minnesproblem senare, särskilt om Du har aktiverat många moduler och/eller har många användare.

+

Vi rekommenderar att Du konfigurerar PHP med en högre begränsning, som t ex 16M. Det finns flera sätt att göra detta som Du kan pröva med:

    +
  1. Om Du har möjlighet till det så kan Du kompilera om PHP med--enable-memory-limit Detta gör det möjligt för Moodle att ställa in minnesbegränsningen själv.
  2. +
  3. Om Du har tillgång till Din php.ini-fil så kan Du ändra inställningen för memory limit till något i stil med 16M. Om Du inte har tillgång själv så kan Du kanske be Din systemadministratör att göra detta åt Dig.
  4. +
  5. På en del PHP-servrar kan Du skapa en .htaccess-fil i Moodle-katalogen som innehåller den här raden:
    php_value memory_limit 16M
    .
    Detta kan dock på en del servrar leda till att inga PHP-sidor fungerar. (Du får Error-sidor istället för de riktiga) så då får Du ta bort .htaccess-filen.
  6. +
'; +$string['mysqlextensionisnotpresentinphp'] = 'PHP har inte konfigurerats på det sätt som måste i förhållande till MySQL-extensionen för att kunna kommunicera med MySQL. Var snäll och kontrollera Din php.ini-fil eller kompilera om PHP.'; +$string['name'] = 'Namn'; +$string['next'] = 'Nästa'; +$string['ok'] = 'OK'; +$string['pass'] = 'Pass'; +$string['password'] = 'Lösenord'; +$string['phpversion'] = 'PHP-version'; +$string['phpversionerror'] = 'PHP-versionen måste vara minst 4.1.0'; +$string['phpversionhelp'] = '

Moodle kräver minst PHP 4.1.0

+

Du använder f n verion $a

+

Du måste uppgradera PHP eller flytta till en värd som har en nyare version av PHP!

'; +$string['previous'] = 'Tidigare'; +$string['report'] = 'Rapport'; +$string['safemode'] = 'Säkert läge'; +$string['safemodeerror'] = 'Moodle kan få problem om \'säkert läge\' (safe mode) är aktiverat'; +$string['sessionautostart'] = 'Automatisk start av session'; +$string['sessionautostarterror'] = 'De här bör vara inställt till \'off\'.'; +$string['status'] = 'Status'; +$string['thischarset'] = 'UTF-8'; +$string['thislanguage'] = 'Svenska'; +$string['user'] = 'Användare'; +$string['wwwroot'] = 'Webbadress'; +$string['wwwrooterror'] = 'Webbadressen verkar inte vara giltig - den här installationen av Moodle verkar inte att finnas där.'; +?> diff --git a/install/lang/th_utf8/installer.php b/install/lang/th_utf8/installer.php new file mode 100644 index 0000000000000..0ca188b73a250 --- /dev/null +++ b/install/lang/th_utf8/installer.php @@ -0,0 +1,82 @@ +ค่าความจำสูงสุดของเซิร์ฟเวอร์ของคุณตั้งไว้ที่ $a

+ +

ความจำดังกล่าวมีค่าน้อยไปค่ะอาจทำให้มีปัญหาในการใช้งาน moodle ในภายหลังโดยเฉพาะเมื่อคุณใช้โมดูลหลาย ๆ ตัวรวมไปถึงมีสมาชิกจำนวนมาก + +

ค่าที่ตั้งไว้นี้ควรตั้งให้มากที่สุดเท่าที่จะมากได้ ค่าทั่วไปแนะนำไว้ที่ 16M มีอยู่หลายวิธีในการเพิ่มค่าความจำสูงสุด กล่าวคือ: + +

    + +
  1. รีคอมไพล์ PHP ใหม่ โดยเพิ่มคำสั่ง --enable-memory-limit ซึ่งเป็นการตั้งค่าให้ moodle กำหนดขีดจำกัดค่าสูงสุดเอง + +
  2. ถ้าคุณสามารถแก้ไขไฟล์ php.ini ได้ด้วยตนเองก็สามารถเปลี่ยนค่า memory_limit ให้เป็นค่าอื่นได้เช่น 16M แต่ถ้าไม่สามารถเปลี่ยนค่านี้ได้ด้วยตนเองให้แจ้งผู้ดูแลระบบแก้ไข + +
  3. ในเซิร์ฟเวอร์ PHP บางตัวคุณสามารถสร้าง ไฟล์ .htaccess ภายใต้ไดเรกทอรี moodle ซึ่งมีบรรทัดต่อไปนี้อยู่: + +

    php_value memory_limit 16M

    + +

    อย่างไรก็ตามในบางเซิร์ฟเวอร์คุณไม่สามารถใช้ วิธีนี้ได้ โดยจะมีการแสดง error ขึ้นมาคุณจำเป็นต้องลบไฟล์ดังกล่าวนี้ทิ้ง +

'; +$string['mysqlextensionisnotpresentinphp'] = 'การตั้งค่า PHP ให้ใช้กับ MySQL ไม่ถูกต้องกรุณาตรวจสอบใน php.ini อีกครั้งหรือรีคอมไฟล์ php'; +$string['name'] = 'ชื่อ'; +$string['next'] = 'ต่อไป'; +$string['ok'] = 'เรียบร้อย'; +$string['pass'] = 'สำเร็จ'; +$string['password'] = 'รหัสผ่าน'; +$string['phpversion'] = 'PHP เวอร์ชัน'; +$string['phpversionerror'] = 'เวอร์ชันของ PHP ควรเป็นอย่างน้อย 4.1.0'; +$string['phpversionhelp'] = '

Moodle จำเป็นต้องใช้ PHP เวอร์ชัน 4.1.0 เป็นอย่างน้อย

+ +

คุณกำลังใช้เวอร์ชัน $a

+ +

คุณต้องอัพเกรด PHP หรือย้ายโฮสต์ใหม่ที่มี PHP เวอร์ชันใหม่กว่า

'; +$string['previous'] = 'หน้าก่อน'; +$string['safemode'] = 'Safe Mode'; +$string['safemodeerror'] = 'moodle อาจมีปัญหาหาก safe mode on'; +$string['sessionautostart'] = 'Session Auto Start'; +$string['sessionautostarterror'] = 'ควรจะปิด (off)'; +$string['status'] = 'สถานะ'; +$string['thischarset'] = 'UTF-8'; +$string['thislanguage'] = 'Thai'; +$string['user'] = 'สมาชิก'; +$string['wwwroot'] = 'ที่อยู่ของเว็บ'; +$string['wwwrooterror'] = 'ที่อยู่ของเว็บไม่ถูกต้อง ระบบไม่พบว่ามี Moodle อยู่ที่นั่น'; +?> diff --git a/install/lang/tl_utf8/installer.php b/install/lang/tl_utf8/installer.php new file mode 100644 index 0000000000000..b6168d96c54e5 --- /dev/null +++ b/install/lang/tl_utf8/installer.php @@ -0,0 +1,136 @@ +
moodleadmin

+Maayos nito ang mga link na pang-admin sa Moodle.'; +$string['bypassed'] = 'Nilagpasan'; +$string['caution'] = 'Mag-ingat'; +$string['check'] = 'Suriin'; +$string['chooselanguagehead'] = 'Pumilì ng wika'; +$string['chooselanguagesub'] = 'Pumili po ng wika para sa pag-iinstol LAMANG. Sa mga susunod na screen ay makakapili ka ng wika para sa site o user.'; +$string['closewindow'] = 'Isara ang bintanang ito'; +$string['compatibilitysettingshead'] = 'Sinusuri ang iyong kaayusan ng PHP...'; +$string['compatibilitysettingssub'] = 'Kailangang pumasa ang server mo sa lahat ng pagsubok upang mapatakbo nang mahusay ang Moodle'; +$string['configfilenotwritten'] = 'Hindi awtomatikong nakalikha ang installer script ng config.php file na siyang naglalaman ng mga pinilì mong kaayusan. Marahil ay dahil sa hindi masulatan ang direktoryo ng Moodle. Maaari mong kopyahin nang mano-mano ang sumusunod na code sa isang file na nagngangalang config.php sa loob ng punong direktoryo ng Moodle.'; +$string['configfilewritten'] = 'matagumpay na nalikha ang config.php'; +$string['configurationcompletehead'] = 'Nakumpleto na ang pagsasaayos'; +$string['configurationcompletesub'] = 'Tinangka ng Moodle na isave ang kaayusan mo sa isang file sa root ng instalasyon mo ng Moodle.'; +$string['continue'] = 'Ituloy'; +$string['database'] = 'Database'; +$string['databasesettingshead'] = 'Ngayon naman ay kailangan mong isaayos ang database kung saan iimbakin + ang karamihan sa datos ng Moodle. Dapat ay nalikha na ang database na ito + at may username at password na upang mapasok ito.'; +$string['databasesettingssub'] = 'Uri: mysql o postgres7
+ Host: eg localhost o db.isp.com
+ Pangalan: pangalan ng database, eg moodle
+ User: ang iyong database username
+ Password: ang iyong database password
+ Unlapi ng mga Teybol: opsiyonal na prefix na gagamitin sa lahat ng pangalan ng teybol'; +$string['dataroot'] = 'Direktoryo ng Datos'; +$string['datarooterror'] = 'Hindi matagpuan o malikha ang \'Direktoryo ng Datos\' na ibinigay mo. Alin sa dalawa, iwasto mo ang landas o lumikha ng direktoryo nang mano-mano.'; +$string['dbconnectionerror'] = 'Hindi kami makakonekta sa ibinigay mong database. Pakitsek ang kaayusan ng iyong database.'; +$string['dbcreationerror'] = 'Nagka-error sa paglikha ng database. Hindi malikha ang ibinigay na pangalan ng database nang may mga ibinigay na kaayusan'; +$string['dbhost'] = 'Host Server'; +$string['dbprefix'] = 'Unlapi ng mga teybol'; +$string['dbtype'] = 'Uri'; +$string['dbwrongencoding'] = 'Ang piniling database ay gumagana alinsunod sa hindi iminumungkahing encoding ($a). Mas makabubuti na gamitin ang isa sa mga inencode sa Unicode (UTF-8) na database. Magkagayunman, maaari mong lagpasan ang pagsubok na ito sa pamamagitan ng pagpili sa tsek ng \"Lagpasan ang Pagsubok ng DB Encoding\" sa ibaba, pero maaari kang makaranas ng mga problema sa hinaharap.'; +$string['directorysettingshead'] = 'Pakikumpirma ang mga lokasyon ng instalasyon ng Moodle na ito'; +$string['directorysettingssub'] = 'Web Address: +Ibigay ang buong web address kung saan papasukin ang Moodle. +Kung ang web site mo ay mapapasok sa pamamagitan ng maraming URL piliin ang +pinakaangkop para sa mga mag-aaral mo. Huwag lalagyan ng +slash sa dulo. +
+
+ +Direktoryo ng Moodle: +Ibigay ang buong landas ng direktoryo sa instalasyong ito +Tiyakin na ang malaki/maliit na titik ay wasto. +
+
+Direktoryo ng Datos: +Kailangan mo ng pook kung saan puwedeng magsave ng inaplowd na file ang Moodle. Ang +direktoryong ito ay dapat na nababasa AT NASUSULATAN ng web server user +(kadalasan ay \'nobody\' o \'apache\'), pero hindi ito dapat mapasok nang +direkta sa pamamagitan ng web.'; +$string['dirroot'] = 'Direktoryo ng Moodle'; +$string['dirrooterror'] = 'Mukhang mali ang kaayusan ng \'Direktoryo ng Moodle\' - wala kaming matagpuang instalasyon ng Moodle doon. Inireset ang halaga sa ibaba.'; +$string['download'] = 'Idownload'; +$string['environmenterrortodo'] = 'Kailangan mo munang lutasin ang lahat ng suliraning pangkapaligiran (mga error) bago mo maituloy ang pag-instol ng bersiyon ng Moodle na ito.'; +$string['environmenthead'] = 'Sinusuri ang kapaligiran mo...'; +$string['environmentrecommendinstall'] = 'ay iminumungkahing mainstol/mabuhay'; +$string['environmentrecommendversion'] = 'ang bersiyon $a->needed ay iminumungkahi at ang pinatatakbo mo ay $a->current'; +$string['environmentrequireinstall'] = 'ay kinakailangang mainstol/mabuhay'; +$string['environmentrequireversion'] = 'ang bersiyon $a->needed ay kinakailangan at ang pinatatakbo mo ay $a->current'; +$string['environmentsub'] = 'Sinusuri namin kung ang iba\'t-ibang piyesa ng sistema mo ay umaayon sa mga kinakailangan na sistema'; +$string['environmentxmlerror'] = 'Nagka-error sa pagbasa ng datos na pangkapaligiran ($a->error_code)'; +$string['error'] = 'Error'; +$string['fail'] = 'Bigô'; +$string['fileuploads'] = 'Mga Inaplowd na File'; +$string['fileuploadserror'] = 'Dapat ay buhay ito'; +$string['gdversion'] = 'Bersiyon ng GD'; +$string['gdversionerror'] = 'Dapat ay may GD library para maproseso at makalikha ng mga larawan'; +$string['globalsquotes'] = 'Di-ligtas na Paghandle 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'; +$string['iconvrecommended'] = 'Mahigpit na iminumungkahi ang pag-instol ng opsiyonal na ICONV library upang mapahusay ang paggana ng site, lalupa\'t kung sinusuportahan ng site mo ang mga di-latin na wika.'; +$string['info'] = 'Impormasyon'; +$string['installation'] = 'Instalasyon'; +$string['language'] = 'Wikà'; +$string['magicquotesruntime'] = 'Magic Quotes Run Time'; +$string['magicquotesruntimeerror'] = 'Dapat ay patay ito'; +$string['memorylimit'] = 'Memory Limit'; +$string['memorylimiterror'] = 'Labis na mababa ang memory limit ng PHP ... maaaring magkaproblema ka mamaya.'; +$string['memorylimithelp'] = '

Ang memory limit ng PHP para sa server mo ay kasalukuyang nakatakda sa $a.

+ +

Maaaring magdulot ito ng mga problemang pangmemorya sa Moodle sa mga susunod na panahon, lalo na + kung marami kang binuhay na modyul at/o marami kang user.

+ +

Iminumungkahi namin na isaayos mo ang PHP na may mas mataas na limit kung maaari, tulad ng 16M. + May iba\'t-ibang paraan na magagawa kayo upang ito ay maiisakatuparan:

+
    +
  1. Kunga maaari mong gawin, muling icompile ang PHP na may --enable-memory-limit. + Pahihintulutan nito ang Moodle na itakda ang memory limit sa sarili nito.
  2. +
  3. Kung mapapasok mo ang iyong php.ini file, mababago mo ang memory_limit + na kaayusan doon at gawin itong mga 16M. Kung wala kang karapatang pasukin ito + baka puwede mong hilingin sa administrador na gawin ito para sa iyo.
  4. +
  5. Sa ilang PHP serve maaari kang lumikha ng isang .htaccess file sa direktoryo ng Moodle + na naglalaman ng linyang ito: +

    php_value memory_limit 16M

    +

    Subali\'t sa ilang server ay pipigilin nito ang paggana ng lahat ng pahinang PHP + (makakakita ka ng mga error kapag tumingin ka sa mga pahina) kaya\'t kakailanganin mong tanggalin ang .htaccess file.

  6. +
'; +$string['mysql416bypassed'] = 'Magkagayuman, kung TANGING iso-8859-1 (latin) na wika ang ginagamit ng site mo, maaari mong ipagpatuloy ang kasalukuyan mong nakainstol na MySQL 4.1.12 (o mas bago).'; +$string['mysql416required'] = 'Ang MySQL 4.1.16 ang minimum na bersiyong kinakailangan ng Moodle 1.6 upang matiyak na lahat ng datos ay makukumberte sa UTF-8, sa hinaharap.'; +$string['mysqlextensionisnotpresentinphp'] = 'Hindi isinaayos ang PHP na may MySQL extension para magawa nitong makipag-usap sa MySQL. Pakitsek ang iyong php.ini file o muling icompile ang PHP.'; +$string['name'] = 'Pangalan'; +$string['next'] = 'Susunod'; +$string['ok'] = 'OK'; +$string['pass'] = 'Pasado'; +$string['password'] = 'Password'; +$string['phpversion'] = 'Bersiyon ng PHP'; +$string['phpversionerror'] = 'Ang pinakamababang bersiyon ng PHP na puwedeng gamitin ay 4.1.0'; +$string['phpversionhelp'] = '

Kinakailangan ng Moodle ang isang bersiyon ng PHP na kahit man lamang 4.1.0.

+

Sa kasalukuyan ay pinatatakbo mo ang bersiyon $a

+

Kailangan mong gawing bago ang PHP o lumipat sa isang host na may mas bagong bersiyon ng PHP!

'; +$string['previous'] = 'Nakaraan'; +$string['report'] = 'Ulat'; +$string['safemode'] = 'Safe Mode'; +$string['safemodeerror'] = 'Maaaring magkaproblema ang moodle kung naka-ON ang safe mode'; +$string['sessionautostart'] = 'Session Auto Start'; +$string['sessionautostarterror'] = 'Dapat ay patay ito'; +$string['skipdbencodingtest'] = 'Lagpasan ang Pagsubok sa DB Encoding'; +$string['status'] = 'Katayuan'; +$string['thischarset'] = 'UTF-8'; +$string['thislanguage'] = 'Tagalog'; +$string['user'] = 'User'; +$string['wwwroot'] = 'Web address'; +$string['wwwrooterror'] = 'Mukhang hindi tanggap ang web address - mukhang wala roon ang instalasyong ito ng Moodle.'; +?> diff --git a/install/lang/tr_utf8/installer.php b/install/lang/tr_utf8/installer.php new file mode 100644 index 0000000000000..5a360aca95f2e --- /dev/null +++ b/install/lang/tr_utf8/installer.php @@ -0,0 +1,138 @@ +
moodleadmin

Bu Moodle içinde yönetici linklerini düzeltecektir.'; +$string['bypassed'] = 'Geçti'; +$string['caution'] = 'Dikkat'; +$string['check'] = 'Kontrol et'; +$string['chooselanguagehead'] = 'Bir dil seçin'; +$string['chooselanguagesub'] = 'Lütfen, SADECE kurulum için bir dil seçin. Site ve kullanıcı dillerini sonraki ekranda seçebilirsiniz.'; +$string['closewindow'] = 'Bu pencereyi kapat'; +$string['compatibilitysettingshead'] = 'PHP ayarlarınız kontrol ediliyor...'; +$string['compatibilitysettingssub'] = 'Moodle\'ın düzgün çalışması için sunucunuz bütün testleri geçti.'; +$string['configfilenotwritten'] = 'Kurulum programı, Moodle dizini yazılabilir olmadığından dolayı seçtiğiniz ayarları içeren bir config.php dosyası oluşturamıyor. Aşağıdaki kodu kopyalayıp bu kodu config.php dosyası içine yapıştırıp Moodle kök dizinine oluşturduğunuz dosyayı yükleyebilirsiniz.'; +$string['configfilewritten'] = 'config.php dosyası başarıyla oluşturuldu'; +$string['configurationcompletehead'] = 'Yapılandırma tamamlandı'; +$string['configurationcompletesub'] = 'Ana moodle dizine yapılandırma dosyasının kaydedilmesi için girişimde bulunuldu.'; +$string['continue'] = 'Devam'; +$string['database'] = 'Veritabanı'; +$string['databasesettingshead'] = 'Şimdi, Moodle verilerinin saklanacağı veritabanını +oluşturmanız gerekiyor. Bu veritabanı önceden oluşturulmalı +ve bu veritabanına erişmek için kullanıcı adı - şifre ayarlanmalı.'; +$string['databasesettingssub'] = 'Tipi: mysql veya postgres7
+Sunucu: ör: localhost veya db.iss.com
+Adı: veritabanı adı, ör: moodle
+Kullanıcı: veritabanı kullanıcısı
+Şifre: kullanıcı şifresi
+Tablo öneki: tüm tablo isimleri için isteğe bağlı önek'; +$string['dataroot'] = 'Veri Dizini'; +$string['datarooterror'] = 'Belirtilen \'Veri Dizini\' bulunamadı veya oluşturulamadı. Dizin yolunu düzenleyin veya bu dizini kendiniz oluşturun.'; +$string['dbconnectionerror'] = 'Belirtiğiniz veritabanına bağlantı kuramadık. Lütfen veritabanı ayarlarını kontrol edin.'; +$string['dbcreationerror'] = 'Veritabanı oluşturma hatası. Belirtilen ayarlardan sağlanan isimle bir veritabanı oluşturulamadı.'; +$string['dbhost'] = 'Veritabanı Sunucusu'; +$string['dbprefix'] = 'Tablo öneki'; +$string['dbtype'] = 'Tipi'; +$string['dbwrongencoding'] = 'Seçili veritabanı tavsiye edilmeyen dil kodlamasında ($a) çalışıyor. Bunun yerine bir Unicode (UTF-8) kodlamasını kullanmanız daha iyi. Yine de aşağıdaki \'Veritabanı Dil Kodlama Testini Atla\' kutucuğunu seçerek bu kısmı geçebilirsiniz, ancak ilerde sorunlar yaşabilirsiniz.'; +$string['directorysettingshead'] = 'Lütfen, Bu Moodle kurulumu için yolları onaylayın'; +$string['directorysettingssub'] = 'Web Adresi: +Moodle\'a erişilecek olan tam web adresini belirtin. +Web siteniz bir çok URL\'den erişilebiliyorsa, öğrencilerinizin +en sık kullanacağı bir tanesini seçin. +Sonuna / (slash) ekleMEyin. +
+
+Moodle Dizini: +Bu kurulama ait tam fiziksel klasör yolunu belirtin. +BÜYÜK/küçük harflerin doğru olduğundan emin olun. +
+
+Veri Dizini: +Siteye yüklenen dosyaların nereye kaydedileceğini belirtin. +Bu dizin sunucu kullanıcısı tarafından okunabilir ve +YAZILABİLİR olmalı. (genellikle \'nobody\',\'apache\',\'www\' olur) +Ancak, bu dizine direkt olarak webden erişim olMAMAlı.'; +$string['dirroot'] = 'Moodle Dizini'; +$string['dirrooterror'] = '\'Moodle Dizini\' ayarları hatalı görünüyor - Burada bir Moodle kurulumu bulunamadı. Aşağıdaki değer sıfırlandı.'; +$string['download'] = 'İndir'; +$string['environmenterrortodo'] = 'Bu Moodle sürümünü kurmaya başlamadan önce yukarıda bulunan bütün ortam sorunlarını (hatalarını) çözmeniz gerekiyor.'; +$string['environmenthead'] = 'Ortam kontrol ediliyor...'; +$string['environmentrecommendinstall'] = 'yüklenmesi/etkinleştirilmesi tavsiye edilir'; +$string['environmentrecommendversion'] = 'sürüm $a->needed tavsiye edilir ve şu anda $a->current çalışıyor'; +$string['environmentrequireinstall'] = 'yüklenmesi/etkinleştirilmesi gerekli'; +$string['environmentrequireversion'] = 'sürüm $a->needed gerekli ve şu anda $a->current çalışıyor'; +$string['environmentsub'] = 'Çeşitli bileşenlerin sisteminizle uyum içinde olup olmadığını kontrol ediyoruz'; +$string['environmentxmlerror'] = 'Ortam verisini okurken hata ($a->error_code)'; +$string['error'] = 'Hata'; +$string['fail'] = 'Hata'; +$string['fileuploads'] = 'Dosya Göndermeleri'; +$string['fileuploadserror'] = 'Bu açık olmalı'; +$string['gdversion'] = 'GD sürümü'; +$string['gdversionerror'] = 'GD kütüphanesi resimleri oluşturma ve işleme özelliği sunmalı'; +$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'; +$string['iconvrecommended'] = 'Sitenizde latin olmayan dilleri kullanıyorsanız isteğe bağlı ICONV kütüphanesinin kurulması site performansını arttırmak için şiddetle tavsiye edilir.'; +$string['info'] = 'Bilgi'; +$string['installation'] = 'Kurulum'; +$string['language'] = 'Dil'; +$string['magicquotesruntime'] = 'Magic Quotes Run Time'; +$string['magicquotesruntimeerror'] = 'Bu kapalı olmalı'; +$string['memorylimit'] = 'Bellek Limiti'; +$string['memorylimiterror'] = 'PHP bellek limiti ayarı çok düşük... Daha sonra bu ayardan dolayı bazı sorunlar oluşabilir.'; +$string['memorylimithelp'] = '

Sunucunuz için PHP bellek limiti şu anda $a olarak ayarlanmış durumda.

+ +

Özellikle bir çok modülü etkinleştirilmiş ve/veya çok fazla kullanıcınız +varsa bu durum daha sonra bazı bellek sorunlarına sebep olabilir.

+ +

Mümkünse size PHP\'e daha yüksek limitli bir bellek ayarı yapmanızı, +örneğin, 16M, öneriyoruz. İşte bunu yapabilmeniz için size bir kaç yol:

+ +
    +
  1. Bunu yapmaya yetkiliyseniz, PHP\'yi --enable-memory-limit ile yeniden derleyin. +Bu, Moodle\'nın kendi kendine bellek limitini ayarlasına izin verecek.
  2. + +
  3. php.ini dosyasına erişim hakkınız varsa, memory_limit ayarını 16M gibi +bir ayarla değiştirin. Erişim hakkınız yoksa, bunu sistem yöneticinizden sizin +için yapmasını isteyin.
  4. + +
  5. Bazı PHP sunucularında Moodle klasörü içinde şu ayarı içeren bir +.htaccess dosyası oluşturabilirsiniz: +

    php_value memory_limit 16M

    +

    Ancak, bazı sunucularda bu durum çalışan bütün PHP sayfalarını engelleyecektir. +(sayfanız altına baktığınızda bazı hatalar göreceksiniz) +Böyle bir durumda .htaccess dosyasını silmeniz gerekiyor.

  6. +
'; +$string['mysql416bypassed'] = 'Siteniz SADECE iso-8859-1 (latin) dillerini kullanıyorsa şimdiki kurulu MySQL 4.1.12 (veya yüksek) veritabanını kullanmaya devam edebilirsiniz.'; +$string['mysql416required'] = 'Moodle 1.6 için ilerde tüm verilerin UTF-8\'e çevrilebilmesinin garantilenmesi için en az MySQL 4.1.16 kurulu olması gerekir. '; +$string['mysqlextensionisnotpresentinphp'] = 'PHP, büyük ihtimal MySQL uzantısıyla birlikte yapılandırılmamış. Bu yüzden MySQL ile bağlantı kurulamıyor. php.ini dosyasını kontrol edin veya PHP\'yi tekrar derleyin.'; +$string['name'] = 'Ad'; +$string['next'] = 'Sonraki'; +$string['ok'] = 'Tamam'; +$string['pass'] = 'Geçti'; +$string['password'] = 'Şifre'; +$string['phpversion'] = 'PHP sürümü'; +$string['phpversionerror'] = 'PHP sürümü en az 4.1.0 olmalı'; +$string['phpversionhelp'] = '

Moodle, PHP sürümünün en az 4.1.0 olmasını gerektirir.

+

Şu anda bu sürümü çalışıyor: $a

+

PHP\'yi güncellemeli veya PHP\'nin yeni sürümünü kullananan bir hostinge taşınmalısınız!

'; +$string['previous'] = 'Önceki'; +$string['report'] = 'Rapor'; +$string['safemode'] = 'Safe Mode'; +$string['safemodeerror'] = 'Moodle, safe mode\'ın açık olması durumunda bazı sorunlar çıkartabilir'; +$string['sessionautostart'] = 'Otomatik Oturum Başlama'; +$string['sessionautostarterror'] = 'Bu kapalı olmalı'; +$string['skipdbencodingtest'] = 'Veritabanı Dil Kodlama Testini Atla'; +$string['status'] = 'Durum'; +$string['thischarset'] = 'UTF-8'; +$string['thislanguage'] = 'Türkçe'; +$string['user'] = 'Kullanıcı'; +$string['wwwroot'] = 'Web adresi'; +$string['wwwrooterror'] = 'Web adresi doğru ayarlanmış görünmüyor. Moodle kurulumu belirtilen yerde görünmüyor.'; +?> diff --git a/install/lang/uk_utf8/installer.php b/install/lang/uk_utf8/installer.php new file mode 100644 index 0000000000000..26a3f819fab80 --- /dev/null +++ b/install/lang/uk_utf8/installer.php @@ -0,0 +1,21 @@ + diff --git a/install/lang/vi_utf8/installer.php b/install/lang/vi_utf8/installer.php new file mode 100644 index 0000000000000..2e5fe25df12fc --- /dev/null +++ b/install/lang/vi_utf8/installer.php @@ -0,0 +1,80 @@ + PHP thiết lập giới hạn bộ nhớ cho máy chủ của bạn hiện tại là $a.

+ +

Đây có thể là nguyên nhân Moodle có các vấn đề về bộ nhớ vào một thời điểm nào đó, đặc biệt + nếu bạn có nhiều môđun được cho phép và nhiều người dùng. + +

Chúng tôi đề nghị rằng bạn cấu hình PHP với một giới hạn lớn hơn nếu có thể, chẳng hạn như 16M. + Có một số cách để làm điều này mà bạn có thể thử: +

    +
  1. Nếu bạn có khả năng, biên tập lại PHP với --giới hạn bộ nhớ cho phép. + Điều này sẽ cho phép Moodle tự thiết lập giới hạn bộ nhớ. +
  2. Nếu bạn truy cập file php.ini của bạn, bạn có thể thay đổi giới hạn bộ nhớ + thiết lập trong đó thành một giá trị nào đó chẳng hạn như 16M. Nếu bạn không được phép truy cập + bạn có thể yêu cầu quản trị viên của bạn để làm điều đó cho bạn.
  3. +
  4. Trên một số máy chủ chạy PHP bạn có thể tạo một file .htaccess trong thư mục Moodle + chứa dòng này: +

    giá trị giới hạn bộ nhớ 16M

    +

    Tuy nhiên, trên một số máy chủ điều này có thể ngăn cản tất cả các trang PHP làm việc + (bạn sẽ nhìn thấy các lỗi khi bạn xem xét những trang này )vì thế bạn sẽ pahỉ di chuyền file .htaccess.

  5. +
'; +$string['mysqlextensionisnotpresentinphp'] = 'PHP chưa được cấu hình thuộc tính với đuôi mở rộng MySQL với mục đích là để nó có thể làm việc tốt với MySQL. Vui lòng kiểm tra file php.ini hoặc biên dịch lại PHP.'; +$string['name'] = ' Tiêu đề'; +$string['next'] = 'Tiếp theo'; +$string['ok'] = 'Đồng ý'; +$string['pass'] = 'Pass'; +$string['password'] = 'Mật khẩu'; +$string['phpversion'] = 'Phiên bản PHP'; +$string['phpversionerror'] = 'Phiên bản PHP phải ít nhất là 4.1.0'; +$string['phpversionhelp'] = '

Moodle yêu cầu một phiên bản PHP ít nhất là 4.1.0.

+

Bạn đang dùng phiên bản hiện hành $a

+

Ban phải nâng cấp PHP hoặc di chuyển một máy chủ với một phiên bản PHP mới hơn!

'; +$string['previous'] = 'Trước'; +$string['safemode'] = 'Chế độ an toàn '; +$string['safemodeerror'] = 'Moodle có thể gặp một số sự cố với chế độ an toàn'; +$string['sessionautostart'] = 'Bắt đầu tự động Session '; +$string['sessionautostarterror'] = 'Điều này nên là tắt'; +$string['status'] = 'Trạng thái'; +$string['thischarset'] = 'UTF-8'; +$string['thislanguage'] = 'Vietnamese'; +$string['user'] = 'Người dùng'; +$string['wwwroot'] = 'Địa chỉ web'; +$string['wwwrooterror'] = ' Địa chỉ web không xuất hiện hợp lệ - sự cài đặt Moodle không xuất hiện ở đó.'; +?> diff --git a/install/lang/zh_cn_utf8/installer.php b/install/lang/zh_cn_utf8/installer.php new file mode 100644 index 0000000000000..b3c7e30cabf0c --- /dev/null +++ b/install/lang/zh_cn_utf8/installer.php @@ -0,0 +1,76 @@ +您的服务器的PHP内存限制是${a}。

+ +

这会使Moodle在将来运行是碰到内存问题,特别是您安装了很多模块并且/或者有很多用户。

+ +

我们建议可能的话把限制设定的高一些,譬如16M。有几种方法可以做到这一点:

+
    +
  1. 如果可以,重新编译PHP并使用--enable-memory-limit选项。这允许Moodle自己设定内存限制。
  2. +
  3. 如果可以访问php.ini文件,您可以修改memory_limit的设置为其它值如16M。如果您无法访问,可以让您的管理员帮您修改一下。
  4. +
  5. 在一些PHP服务器上,您可以在Moodle目录中创建一个.htaccess文件并包含如下内容: +
    php_value memory_limit 16M
    +

    然而,在一些服务器上这会让所有PHP页面无法正常工作(在访问页面时会有错误),因此您可能不得不删除.htaccess文件。

  6. +
'; +$string['mysqlextensionisnotpresentinphp'] = 'PHP的MySQL扩展并未安装正确,因此无法与MySQL通信。请检查您的php.ini文件或重新编译PHP。'; +$string['name'] = '名称'; +$string['next'] = '向后'; +$string['ok'] = '好'; +$string['pass'] = '通过'; +$string['password'] = '密码'; +$string['phpversion'] = 'PHP版本'; +$string['phpversionerror'] = 'PHP版本至少为4.1.0'; +$string['phpversionhelp'] = '

Moodle需要PHP 4.1.0以上的版本。

+

您当前使用的是${a}

+

您必须升级PHP或者转移到一个有新版PHP的服务器上!

'; +$string['previous'] = '向前'; +$string['safemode'] = '安全模式'; +$string['safemodeerror'] = '在安全模式下运行Moodle可能会有麻烦'; +$string['sessionautostart'] = '自动开启会话'; +$string['sessionautostarterror'] = '这应当是关闭的'; +$string['status'] = '状态'; +$string['thischarset'] = 'UTF-8'; +$string['thislanguage'] = '简体中文'; +$string['user'] = '用户'; +$string['wwwroot'] = '网站地址'; +$string['wwwrooterror'] = '这个网站地址似乎是错的——在那里并没有刚刚装好的Moodle。'; +?> diff --git a/install/lang/zh_tw_utf8/installer.php b/install/lang/zh_tw_utf8/installer.php new file mode 100644 index 0000000000000..839e5624de094 --- /dev/null +++ b/install/lang/zh_tw_utf8/installer.php @@ -0,0 +1,19 @@ +