| Línea 18... |
Línea 18... |
| 18 |
* Automatically generated strings for Moodle installer
|
18 |
* Automatically generated strings for Moodle installer
|
| 19 |
*
|
19 |
*
|
| 20 |
* Do not edit this file manually! It contains just a subset of strings
|
20 |
* Do not edit this file manually! It contains just a subset of strings
|
| 21 |
* needed during the very first steps of installation. This file was
|
21 |
* needed during the very first steps of installation. This file was
|
| 22 |
* generated automatically by export-installer.php (which is part of AMOS
|
22 |
* generated automatically by export-installer.php (which is part of AMOS
|
| 23 |
* {@link http://docs.moodle.org/dev/Languages/AMOS}) using the
|
23 |
* {@link https://moodledev.io/general/projects/api/amos}) using the
|
| 24 |
* list of strings defined in /install/stringnames.txt.
|
24 |
* list of strings defined in install/stringnames.txt file.
|
| 25 |
*
|
25 |
*
|
| 26 |
* @package installer
|
26 |
* @package installer
|
| 27 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
27 |
* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
| 28 |
*/
|
28 |
*/
|
| Línea 29... |
Línea 29... |
| 29 |
|
29 |
|
| Línea 30... |
Línea 30... |
| 30 |
defined('MOODLE_INTERNAL') || die();
|
30 |
defined('MOODLE_INTERNAL') || die();
|
| 31 |
|
31 |
|
| 32 |
$string['cannotcreatedboninstall'] = '<p> Não é possível criar o banco de dados. </p>
|
32 |
$string['cannotcreatedboninstall'] = '<p> Não é possível criar o banco de dados. </p>
|
| 33 |
<p> O banco de dados especificado não existe e o determinado usuário não tem permissão para criar o banco de dados. </p>
|
33 |
<p> O banco de dados especificado não existe e o determinado usuário não tem permissão para criar o banco de dados. </p>
|
| 34 |
<p> O administrador do site deve verificar a configuração do banco de dados. </p>';
|
34 |
<p> O administrador do site deve verificar a configuração do banco de dados. </p>';
|
| 35 |
$string['cannotcreatelangdir'] = 'Impossível criar diretório lang';
|
35 |
$string['cannotcreatelangdir'] = 'Impossível criar diretório lang';
|
| 36 |
$string['cannotcreatetempdir'] = 'Impossível criar diretório temp';
|
36 |
$string['cannotcreatetempdir'] = 'Impossível criar diretório temp';
|
| 37 |
$string['cannotdownloadcomponents'] = 'Impossível fazer download dos componentes';
|
37 |
$string['cannotdownloadcomponents'] = 'Não foi possível fazer o download dos componentes.';
|
| 38 |
$string['cannotdownloadzipfile'] = 'Impossível fazer download do arquivo ZIP';
|
38 |
$string['cannotdownloadzipfile'] = 'Impossível fazer download do arquivo ZIP';
|
| 39 |
$string['cannotfindcomponent'] = 'Impossível achar componente';
|
39 |
$string['cannotfindcomponent'] = 'Impossível achar componente';
|
| 40 |
$string['cannotsavemd5file'] = 'Impossível salvar arquivo md5';
|
40 |
$string['cannotsavemd5file'] = 'Impossível salvar arquivo md5';
|