diff --git a/install/lang/ca_valencia/error.php b/install/lang/ca_valencia/error.php new file mode 100644 index 00000000000..9df0f049a19 --- /dev/null +++ b/install/lang/ca_valencia/error.php @@ -0,0 +1,34 @@ +. + +/** + * Automatically generated strings for Moodle installer + * + * Do not edit this file manually! It contains just a subset of strings + * needed during the very first steps of installation. This file was + * generated automatically by export-installer.php (which is part of AMOS + * {@link http://docs.moodle.org/dev/Languages/AMOS}) using the + * list of strings defined in /install/stringnames.txt. + * + * @package installer + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die(); + +$string['cannotsavemd5file'] = 'No s\'ha pogut alçar el fitxer md5'; +$string['cannotsavezipfile'] = 'No s\'ha pogut alçar el fitxer zip'; diff --git a/install/lang/ca_valencia/install.php b/install/lang/ca_valencia/install.php new file mode 100644 index 00000000000..d8be051cd4d --- /dev/null +++ b/install/lang/ca_valencia/install.php @@ -0,0 +1,55 @@ +. + +/** + * Automatically generated strings for Moodle installer + * + * Do not edit this file manually! It contains just a subset of strings + * needed during the very first steps of installation. This file was + * generated automatically by export-installer.php (which is part of AMOS + * {@link http://docs.moodle.org/dev/Languages/AMOS}) using the + * list of strings defined in /install/stringnames.txt. + * + * @package installer + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die(); + +$string['langdownloaderror'] = 'Dissortadament l\'idioma "{$a}" no està instal·lat. La instal·lació prosseguirà en anglés.'; +$string['memorylimithelp'] = '

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

+ +

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

+ +

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

+
    +
  1. Si podeu, recompileu el PHP amb --enable-memory-limit. Això permetrà que Moodle definisca 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 40 MB. Si no hi teniu accés podeu demanar al vostre administrador que ho faça ell.
  4. +
  5. En alguns servidors PHP podeu crear un fitxer .htaccess dins del directori de Moodle amb esta línia: +

    php_value memory_limit 40M

    +

    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['pathssubdataroot'] = 'Necessiteu un espai on Moodle puga alçar els fitxers penjats. Este directori hauria de tindre permisos de lectura I ESCRIPTURA per a l\'usuari del servidor web (normalment \'nobody\' o \'apache\'), però no cal que siga accessible directament via web. L\'instal·lador provarà de crear-lo si no existeix.'; +$string['phpversionhelp'] = '

Moodle necessita la versió de PHP 4.1.0 o posterior.

+

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

+

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

'; +$string['welcomep20'] = 'Esteu veient esta pàgina perquè heu instal·lat amb èxit i heu executat el paquet {$a->packname} {$a->packversion}. Felicitacions!'; +$string['welcomep30'] = 'Esta versió de {$a->installername} inclou les aplicacions necessàries per crear un entorn en el qual funcioni Moodle:'; +$string['welcomep50'] = 'L\'ús de totes les aplicacions d\'este paquet és governat per les seues llicències respectives. El paquet {$a->installername} complet és +codi font obert i es distribueix +sota llicència GPL.'; +$string['welcomep60'] = 'Les pàgines següents vos guiaran per una sèrie de passos fàcils de seguir per configurar Moodle en el vostre ordinador. Podeu acceptar els paràmetres per defecte o, opcionalment, modificar-los perquè s\'ajusten a les vostres necessitats.'; diff --git a/install/lang/pt/install.php b/install/lang/pt/install.php index 0645b9e744c..4e35aff65fd 100644 --- a/install/lang/pt/install.php +++ b/install/lang/pt/install.php @@ -35,7 +35,7 @@ $string['availablelangs'] = 'Lista de línguas disponíveis'; $string['chooselanguagehead'] = 'Escolha uma língua'; $string['chooselanguagesub'] = 'Escolha por favor a língua a usar na instalação. Esta língua será usada por omissão no site, mas pode ser alterada posteriormente.'; $string['clialreadyconfigured'] = 'O ficheiro config.php já existe; por favor execute admin/cli/install_database.php se quiser instalar este sítio.'; -$string['clialreadyinstalled'] = 'O ficheiro config.php já existe. Por favor, use o script admin/cli/upgrade.php se quiser atualizar o seu site.'; +$string['clialreadyinstalled'] = 'O ficheiro config.php já existe. Por favor, use o script admin/cli/upgrade.php se quiser atualizar o seu sítio.'; $string['cliinstallheader'] = 'Programa de instalação do Moodle {$a} por linha de comandos'; $string['databasehost'] = 'Servidor da base de dados'; $string['databasename'] = 'Nome da base de dados'; diff --git a/install/lang/ru/install.php b/install/lang/ru/install.php index d675c4f821b..bc069683e06 100644 --- a/install/lang/ru/install.php +++ b/install/lang/ru/install.php @@ -34,7 +34,7 @@ $string['admindirname'] = 'Каталог администратора'; $string['availablelangs'] = 'Доступные языковые пакеты'; $string['chooselanguagehead'] = 'Выберите язык'; $string['chooselanguagesub'] = 'Сейчас необходимо выбрать язык ТОЛЬКО для сообщений во время установки. Язык сайта и пользовательских интерфейсов можно будет указать далее в процессе установки.'; -$string['clialreadyinstalled'] = 'Файл config.php уже существует. Если вы хотите обновить сайт, пожалуйста, используйте скрипт admin/cli/upgrade.php.'; +$string['clialreadyinstalled'] = 'Файл config.php уже существует. Если Вы хотите обновить сайт, то используйте скрипт admin/cli/upgrade.php.'; $string['cliinstallheader'] = 'Программа установки Moodle {$a} в режиме командной строки'; $string['databasehost'] = 'Сервер баз данных'; $string['databasename'] = 'Название базы данных'; diff --git a/install/lang/sr_cr/install.php b/install/lang/sr_cr/install.php index bd8a77defb3..1dc0ec5c824 100644 --- a/install/lang/sr_cr/install.php +++ b/install/lang/sr_cr/install.php @@ -37,7 +37,7 @@ $string['chooselanguagesub'] = 'Молимо изаберите језик ко $string['clialreadyconfigured'] = 'Датотека config.php већ постоји. Молимо, користите admin/cli/install_database.php ако желите да инсталирате овај сајт.'; $string['clialreadyinstalled'] = 'Датотека config.php већ постоји. Употребите команду admin/cli/upgrade.php ако желите да надоградите свај сајт.'; $string['cliinstallheader'] = 'Moodle {$a} програм за инсталацију из командне линије'; -$string['databasehost'] = 'Сервер базе података :'; +$string['databasehost'] = 'Сервер базе података'; $string['databasename'] = 'Име базе података'; $string['databasetypehead'] = 'Изаберите драјвер базе података'; $string['dataroot'] = 'Директоријум података'; diff --git a/install/lang/sr_lt/install.php b/install/lang/sr_lt/install.php index 8bf648d3529..817b854f977 100644 --- a/install/lang/sr_lt/install.php +++ b/install/lang/sr_lt/install.php @@ -37,7 +37,7 @@ $string['chooselanguagesub'] = 'Molimo izaberite jezik koji će se koristiti tok $string['clialreadyconfigured'] = 'Datoteka config.php već postoji. Molimo, koristite admin/cli/install_database.php ako želite da instalirate ovaj sajt.'; $string['clialreadyinstalled'] = 'Datoteka config.php već postoji. Upotrebite komandu admin/cli/upgrade.php ako želite da nadogradite svaj sajt.'; $string['cliinstallheader'] = 'Moodle {$a} program za instalaciju iz komandne linije'; -$string['databasehost'] = 'Server baze podataka :'; +$string['databasehost'] = 'Server baze podataka'; $string['databasename'] = 'Ime baze podataka'; $string['databasetypehead'] = 'Izaberite drajver baze podataka'; $string['dataroot'] = 'Direktorijum podataka'; diff --git a/install/lang/zh_cn/langconfig.php b/install/lang/zh_cn/langconfig.php index 23878bb831f..0bc12e9714c 100644 --- a/install/lang/zh_cn/langconfig.php +++ b/install/lang/zh_cn/langconfig.php @@ -30,5 +30,6 @@ defined('MOODLE_INTERNAL') || die(); +$string['parentlanguage'] = ''; $string['thisdirection'] = 'ltr'; $string['thislanguage'] = '简体中文';