installer.php

来自「很棒的在线教学系统」· PHP 代码 · 共 318 行 · 第 1/2 页

PHP
318
字号
<?php/// Please, do not edit this file manually! It's auto generated from/// contents stored in your standard lang pack files:/// (langconfig.php, install.php, moodle.php, admin.php and error.php)////// If you find some missing string in Moodle installation, please,/// keep us informed using http://moodle.org/bugs Thanks!////// File generated by cvs://contrib/lang2installer/installer_builder/// using strings defined in stringnames.txt (same dir)$string['admindirerror'] = 'The admin directory specified is incorrect';$string['admindirname'] = 'Admin Directory';$string['admindirsettinghead'] = 'Setting the admin directory ...';$string['admindirsettingsub'] = 'A very few webhosts use /admin as a special URL for you to access a     control panel or something.  Unfortunately this conflicts with the     standard location for the Moodle admin pages.  You can fix this by     renaming the admin directory in your installation, and putting that     new name here.  For example: <br /> <br /><b>moodleadmin</b><br /> <br />    This will fix admin links in Moodle.';$string['bypassed'] = 'Bypassed';$string['cannotcreatelangdir'] = 'Cannot create lang directory';$string['cannotcreatetempdir'] = 'Cannot create temp directory';$string['cannotdownloadcomponents'] = 'Cannot download components';$string['cannotdownloadzipfile'] = 'Cannot download ZIP file';$string['cannotfindcomponent'] = 'Cannot find component';$string['cannotsavemd5file'] = 'Cannot save md5 file';$string['cannotsavezipfile'] = 'Cannot save ZIP file';$string['cannotunzipfile'] = 'Cannot unzip file';$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['componentisuptodate'] = 'Component is up-to-date';$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['ctyperecommended'] = 'Installing the optional ctype PHP extension is highly recommended in order to improve site performance, particularly if your site is supporting non-latin languages.';$string['ctyperequired'] = 'The ctype PHP extension is now required by Moodle, in order to improve site performance and to offer multilingual compatibility.';$string['curlrecommended'] = 'Installing the optional cURL library is highly recommended in order to enable Moodle Networking functionality.';$string['customcheck'] = 'Other Checks';$string['database'] = 'Database';$string['databasecreationsettingshead'] = 'Now you need to configure the database settings where most Moodle data    will be stored.  This database will be created automatically by the installer    with the settings specified below.';$string['databasecreationsettingssub'] = '<b>Type:</b> fixed to \"mysql\" by the installer<br />       <b>Host:</b> fixed to \"localhost\" by the installer<br />       <b>Name:</b> database name, eg moodle<br />       <b>User:</b> fixed to \"root\" by the installer<br />       <b>Password:</b> your database password<br />       <b>Tables Prefix:</b> optional prefix to use for all table names';$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'] = '<b>Type:</b> mysql or postgres7<br />       <b>Host:</b> eg localhost or db.isp.com<br />       <b>Name:</b> database name, eg moodle<br />       <b>User:</b> your database username<br />       <b>Password:</b> your database password<br />       <b>Tables Prefix:</b> optional prefix to use for all table names';$string['databasesettingssub_mssql'] = '<b>Type:</b> SQL*Server (non UTF-8) <b><strong  class=\"errormsg\">Experimental! (not for use in production)</strong></b><br />       <b>Host:</b> eg localhost or db.isp.com<br />       <b>Name:</b> database name, eg moodle<br />       <b>User:</b> your database username<br />       <b>Password:</b> your database password<br />       <b>Tables Prefix:</b> prefix to use for all table names (mandatory)';$string['databasesettingssub_mssql_n'] = '<b>Type:</b> SQL*Server (UTF-8 enabled)<br />       <b>Host:</b> eg localhost or db.isp.com<br />       <b>Name:</b> database name, eg moodle<br />       <b>User:</b> your database username<br />       <b>Password:</b> your database password<br />       <b>Tables Prefix:</b> prefix to use for all table names (mandatory)';$string['databasesettingssub_mysql'] = '<b>Type:</b> MySQL<br />       <b>Host:</b> eg localhost or db.isp.com<br />       <b>Name:</b> database name, eg moodle<br />       <b>User:</b> your database username<br />       <b>Password:</b> your database password<br />       <b>Tables Prefix:</b> prefix to use for all table names (optional)';$string['databasesettingssub_mysqli'] = '<b>Type:</b> Improved MySQL<br />       <b>Host:</b> eg localhost or db.isp.com<br />       <b>Name:</b> database name, eg moodle<br />       <b>User:</b> your database username<br />       <b>Password:</b> your database password<br />       <b>Tables Prefix:</b> prefix to use for all table names (optional)';$string['databasesettingssub_oci8po'] = '<b>Type:</b> Oracle<br />       <b>Host:</b> not used, must be left blank<br />       <b>Name:</b> given name of the tnsnames.ora connection<br />       <b>User:</b> your database username<br />       <b>Password:</b> your database password<br />       <b>Tables Prefix:</b> prefix to use for all table names (mandatory, 2cc. max)';$string['databasesettingssub_odbc_mssql'] = '<b>Type:</b> SQL*Server (over ODBC) <b><strong  class=\"errormsg\">Experimental! (not for use in production)</strong></b><br />       <b>Host:</b> given name of the DSN in the ODBC control panel<br />       <b>Name:</b> database name, eg moodle<br />       <b>User:</b> your database username<br />       <b>Password:</b> your database password<br />       <b>Tables Prefix:</b> prefix to use for all table names (mandatory)';$string['databasesettingssub_postgres7'] = '<b>Type:</b> PostgreSQL<br />       <b>Host:</b> eg localhost or db.isp.com<br />       <b>Name:</b> database name, eg moodle<br />       <b>User:</b> your database username<br />       <b>Password:</b> your database password<br />       <b>Tables Prefix:</b> prefix to use for all table names (mandatory)';$string['databasesettingswillbecreated'] = '<b>Note:</b> The installer will try to create the database automatically if not exists.';$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['datarootpublicerror'] = 'The \'Data Directory\' you specified is directly accessible via web, you must use different directory.';$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['dbwronghostserver'] = 'You must follow \"Host\" rules as explained above.';$string['dbwrongnlslang'] = 'The NLS_LANG environment variable in your web server must use the AL32UTF8 charset. See PHP documentation about how to configure OCI8 properly.';$string['dbwrongprefix'] = 'You must follow \"Tables Prefix\" rules as explained above.';$string['directorysettingshead'] = 'Please confirm the locations of this Moodle installation';$string['directorysettingssub'] = '<b>Web Address:</b>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.<br /><br /><b>Moodle Directory:</b>Specify the full directory path to this installationMake sure the upper/lower case is correct.<br /><br /><b>Data Directory:</b>You need a place where Moodle can save uploaded files.  Thisdirectory must be readable AND WRITEABLE by the web server user (usually \'nobody\' or \'apache\'), but it must 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['downloadedfilecheckfailed'] = 'Downloaded file check failed';$string['downloadlanguagebutton'] = 'Download the &quot;$a&quot; language pack';$string['downloadlanguagehead'] = 'Download language pack';$string['downloadlanguagenotneeded'] = 'You may continue the installation process using the default language pack, \"$a\".';$string['downloadlanguagesub'] = 'You now have the option of downloading a language pack and continuing the installation process in this language.<br /><br />If you are unable to download the language pack, the installation process will continue in English. (Once the installation process is complete, you will have the opportunity to download and install additional language packs.)';$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['environmentrecommendcustomcheck'] = 'if this test fails, it indicates a potential problem';$string['environmentrecommendinstall'] = 'should be installed and enabled for best results';$string['environmentrecommendversion'] = 'version $a->needed is recommended and you are running $a->current';$string['environmentrequirecustomcheck'] = 'this test must pass';$string['environmentrequireinstall'] = 'must be installed and 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';

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?