Rev 1 | AutorÃa | Comparar con el anterior | Ultima modificación | Ver Log |
<?php// This file is part of Moodle - https://moodle.org///// Moodle is free software: you can redistribute it and/or modify// it under the terms of the GNU General Public License as published by// the Free Software Foundation, either version 3 of the License, or// (at your option) any later version.//// Moodle is distributed in the hope that it will be useful,// but WITHOUT ANY WARRANTY; without even the implied warranty of// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the// GNU General Public License for more details.//// You should have received a copy of the GNU General Public License// along with Moodle. If not, see <https://www.gnu.org/licenses/>./*** 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 https://moodledev.io/general/projects/api/amos}) using the* list of strings defined in install/stringnames.txt file.** @package installer* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later*/defined('MOODLE_INTERNAL') || die();$string['pathssubdataroot'] = '<p>A directory where Moodle will store all file content uploaded by users.</p><p>This directory should be both readable and writeable by the web server user (usually \'www-data\', \'nobody\', or \'apache\').</p><p>It must not be directly accessible over the web.</p><p>If the directory does not currently exist, the installation process will attempt to create it.</p>';$string['pathssubdirroot'] = '<p>The full path to the directory containing the Moodle code.</p>';$string['pathssubwwwroot'] = '<p>The full address where Moodle will be accessed i.e. the address that users will enter into the address bar of their browser to access Moodle.</p><p>It is not possible to access Moodle using multiple addresses. If your site is accessible via multiple addresses then choose the easiest one and set up a permanent redirect for each of the other addresses.</p><p>If your site is accessible both from the Internet, and from an internal network (sometimes called an Intranet), then use the public address here.</p><p>If the current address is not correct, please change the URL in your browser\'s address bar and restart the installation.</p>';$string['welcomep10'] = '{$a->installername} ({$a->installerversion})';