| [ Index ] | [ OngETC ] |
|
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * MODx language File 4 * 5 * @author davaeron 6 * @package MODx 7 * @version 1.0 8 * 9 * Filename: /install/lang/english/english.inc.php 10 * Language: English 11 * Encoding: iso-8859-1 12 */ 13 14 15 16 17 $_lang['license'] = '<p class="title">MODx License Agreement.</p> 18 <hr style="text-align:left;height:1px;width:90%" /> 19 <h4>You must agree to the License before continuing installation.</h4> 20 <p>Usage of this software is subject to the GPL license. To help you understand 21 what the GPL licence is and how it affects your ability to use the software, we 22 have provided the following summary:</p> 23 <h4>The GNU General Public License is a Free Software license.</h4> 24 <p>Like any Free Software license, it grants to you the four following freedoms:</p> 25 <ul> 26 <li>The freedom to run the program for any purpose. </li> 27 <li>The freedom to study how the program works and adapt it to your needs. </li> 28 <li>The freedom to redistribute copies so you can help your neighbor. </li> 29 <li>The freedom to improve the program and release your improvements to the 30 public, so that the whole community benefits. </li> 31 </ul> 32 <p>You may exercise the freedoms specified here provided that you comply with 33 the express conditions of this license. The principal conditions are:</p> 34 <ul> 35 <li>You must conspicuously and appropriately publish on each copy distributed an 36 appropriate copyright notice and disclaimer of warranty and keep intact all the 37 notices that refer to this License and to the absence of any warranty; and give 38 any other recipients of the Program a copy of the GNU General Public License 39 along with the Program. Any translation of the GNU General Public License must 40 be accompanied by the GNU General Public License.</li> 41 42 <li>If you modify your copy or copies of the program or any portion of it, or 43 develop a program based upon it, you may distribute the resulting work provided 44 you do so under the GNU General Public License. Any translation of the GNU 45 General Public License must be accompanied by the GNU General Public License. </li> 46 47 <li>If you copy or distribute the program, you must accompany it with the 48 complete corresponding machine-readable source code or with a written offer, 49 valid for at least three years, to furnish the complete corresponding 50 machine-readable source code.</li> 51 52 <li>Any of these conditions can be waived if you get permission from the 53 copyright holder.</li> 54 55 <li>Your fair use and other rights are in no way affected by the above. 56 </li> 57 </ul> 58 <p>The above is a summary of the GNU General Public License. By proceeding, you 59 are agreeing to the GNU General Public Licence, not the above. The above is 60 simply a summary of the GNU General Public Licence, and its accuracy is not 61 guaranteed. It is strongly recommended you read the <a href="http://www.gnu.org/copyleft/gpl.html" target="_blank">GNU General Public 62 License</a> in full before proceeding, which can also be found in the license 63 file distributed with this package.</p>'; 64 $_lang["encoding"] = 'iso-8859-1'; //charset encoding for html header 65 $_lang["modx_install"] = 'MODx » Install'; 66 $_lang["loading"] = 'Loading...'; 67 $_lang["Begin"] = 'Begin'; 68 $_lang["status_connecting"] = ' Connection to host: '; 69 $_lang["status_failed"] = 'failed!'; 70 $_lang["status_passed"] = 'passed'; 71 $_lang["status_checking_database"] = '... Checking database: '; 72 $_lang["status_failed_could_not_select_database"] = 'failed - could not select database'; 73 $_lang["status_failed_table_prefix_already_in_use"] = 'failed - table prefix already in use!'; 74 $_lang["welcome_message_welcome"] = 'Welcome to the MODx installation program.'; 75 $_lang["welcome_message_text"] = 'This program will guide you through the rest of the installation.'; 76 $_lang["welcome_message_select_begin_button"] = 'Please select the `Begin` button to get started:'; 77 $_lang["installation_mode"] = 'Installation Mode'; 78 $_lang["installation_new_installation"] = 'New Installation'; 79 $_lang["installation_install_new_copy"] = 'Install a new copy of '; 80 $_lang["installation_install_new_note"] = 'Please note this option may overwrite any data inside your database.'; 81 $_lang["installation_upgrade_existing"] = 'Upgrade Existing Install'; 82 $_lang["installation_upgrade_existing_note"] = 'Upgrade your current files and database.'; 83 $_lang["installation_upgrade_advanced"] = 'Advanced Upgrade Install<br /><small>(edit database config)</small>'; 84 $_lang["installation_upgrade_advanced_note"] = 'For advanced database admins or moving to servers with a different database connection character set. <b>You will need to know your full database name, user, password and connection/collation details.</b>'; 85 $_lang["connection_screen_connection_information"] = 'Connection Information'; 86 $_lang["connection_screen_connection_and_login_information"] = 'Database connection and login information'; 87 $_lang["connection_screen_connection_note"] = 'Please enter the name of the database created for MODX. If you there is no database yet, the installer will attempt to create a database for you. This may fail depending on the MySQL configuration or the database user permissions for your domain/installation.'; 88 $_lang["connection_screen_database_name"] = 'Database name:'; 89 $_lang["connection_screen_table_prefix"] = 'Table prefix:'; 90 $_lang["connection_screen_collation"] = 'Collation:'; 91 $_lang["connection_screen_character_set"] = 'Connection character set:'; 92 $_lang["connection_screen_database_info"] = 'Now please enter the login data for your database.'; 93 $_lang["connection_screen_database_host"] = 'Database host:'; 94 $_lang["connection_screen_database_login"] = 'Database login name:'; 95 $_lang["connection_screen_database_pass"] = 'Database password:'; 96 $_lang["connection_screen_test_connection"] = 'Test connection'; 97 $_lang["connection_screen_default_admin_user"] = 'Default Admin User'; 98 $_lang["connection_screen_default_admin_note"] = 'Now you'll need to enter some details for the main administrator account. You can fill in your own name here, and a password you're not likely to forget. You'll need these to log into Admin once setup is complete.'; 99 $_lang["connection_screen_default_admin_login"] = 'Administrator username:'; 100 $_lang["connection_screen_default_admin_email"] = 'Administrator email:'; 101 $_lang["connection_screen_default_admin_password"] = 'Administrator password:'; 102 $_lang["connection_screen_default_admin_password_confirm"] = 'Confirm password:'; 103 $_lang["optional_items"] = 'Optional Items'; 104 $_lang["optional_items_note"] = 'Please choose your installation options and click Install:'; 105 $_lang["sample_web_site"] = 'Sample Web Site'; 106 $_lang["install_overwrite"] = 'Install/Overwrite'; 107 $_lang["sample_web_site_note"] = 'Please note that this will <b style=\"color:#CC0000\">overwrite</b> existing documents and resources.'; 108 $_lang["checkbox_select_options"] = 'Checkbox select options:'; 109 $_lang["all"] = 'All'; 110 $_lang["none"] = 'None'; 111 $_lang["toggle"] = 'Toggle'; 112 $_lang["templates"] = 'Templates'; 113 $_lang["install_update"] = 'Install/Update'; 114 $_lang["chunks"] = 'Chunks'; 115 $_lang["modules"] = 'Modules'; 116 $_lang["plugins"] = 'Plugins'; 117 $_lang["snippets"] = 'Snippets'; 118 $_lang["preinstall_validation"] = 'Pre-install validation'; 119 $_lang["summary_setup_check"] = 'Setup has carried out a number of checks to see if everything\'s ready to start the setup.'; 120 $_lang["checking_php_version"] = "Checking PHP version: "; 121 $_lang["failed"] = 'Failed!'; 122 $_lang["ok"] = 'OK!'; 123 $_lang["you_running_php"] = ' - You are running on PHP '; 124 $_lang["modx_requires_php"] = ', and MODx requires PHP 4.1.0 or later'; 125 $_lang["php_security_notice"] = '<legend>Security notice</legend><p>While MODx will work on your PHP version, usage of MODx on this version is not recommended. Your version of PHP is vulnerable to numerous security holes. Please upgrade to PHP version is 4.3.8 or higher, which patches these holes. It is recommended you upgrade to this version for the security of your own website.</p>'; 126 $_lang["checking_sessions"] = 'Checking if sessions are properly configured: '; 127 $_lang["checking_if_cache_exist"] = 'Checking if <span class=\"mono\">assets/cache</span> directory exists: '; 128 $_lang["checking_if_cache_writable"] = 'Checking if <span class=\"mono\">assets/cache</span> directory is writable: '; 129 $_lang["checking_if_cache_file_writable"] = 'Checking if <span class=\"mono\">assets/cache/siteCache.idx.php</span> file is writable: '; 130 $_lang["checking_if_cache_file2_writable"] = 'Checking if <span class=\"mono\">assets/cache/sitePublishing.idx.php</span> file is writable: '; 131 $_lang["checking_if_images_exist"] = 'Checking if <span class=\"mono\">assets/images</span> directory exists: '; 132 $_lang["checking_if_images_writable"] = 'Checking if <span class=\"mono\">assets/images</span> directory is writable: '; 133 $_lang["checking_if_export_exists"] = 'Checking if <span class=\"mono\">assets/export</span> directory exists: '; 134 $_lang["checking_if_export_writable"] = 'Checking if <span class=\"mono\">assets/export</span> directory is writable: '; 135 $_lang["checking_if_config_exist_and_writable"] = 'Checking if <span class=\"mono\">manager/includes/config.inc.php</span> exists and is writable: '; 136 $_lang["config_permissions_note"] = 'For new Linux/Unix installs, please create a blank file named <span class=\"mono\">config.inc.php</span> in the <span class=\"mono\">manager/includes/</span> directory with file permissions set to 0666.'; 137 $_lang["creating_database_connection"] = 'Creating connection to the database: '; 138 $_lang["database_connection_failed"] = 'Database connection failed!'; 139 $_lang["database_connection_failed_note"] = 'Please check the database login details and try again.'; 140 $_lang["database_use_failed"] = 'Database could not be selected!'; 141 $_lang["database_use_failed_note"] = 'Please check the database permissions for the specified user and try again.'; 142 $_lang["checking_table_prefix"] = 'Checking table prefix `'; 143 $_lang["table_prefix_already_inuse"] = ' - Table prefix is already in use in this database!'; 144 $_lang["table_prefix_already_inuse_note"] = 'Setup couldn\'t install into the selected database, as it already contains tables with the prefix you specified. Please choose a new table prefix, and run Setup again.'; 145 $_lang["table_prefix_not_exist"] = ' - Table prefix does not exist in this database!'; 146 $_lang["table_prefix_not_exist_note"] = 'Setup couldn\'t install into the selected database, as it does not contain existing tables with the prefix you specified to be upgraded. Please choose an existing table prefix, and run Setup again.'; 147 $_lang["setup_cannot_continue"] = 'Unfortunately, Setup cannot continue at the moment, due to the above '; 148 $_lang["error"] = 'error'; 149 $_lang["errors"] = 'errors'; //Plural form 150 $_lang["please_correct_error"] = '. Please correct the error'; 151 $_lang["please_correct_errors"] = '. Please correct the errors'; //Plural form 152 $_lang["and_try_again"] = ', and try again. If you need help figuring out how to fix the problem'; 153 $_lang["and_try_again_plural"] = ', and try again. If you need help figuring out how to fix the problems'; //Plural form 154 $_lang["visit_forum"] = ', visit the <a href="http://www.modxcms.com/forums/" target="_blank">Operation MODx Forums</a>.'; 155 $_lang["testing_connection"] = 'Testing connection...'; 156 $_lang["btnback_value"] = 'Back'; 157 $_lang["btnnext_value"] = 'Next'; 158 $_lang["retry"] = 'Retry'; 159 $_lang["alert_enter_database_name"] = 'You need to enter a value for database name!'; 160 $_lang["alert_table_prefixes"] = 'Table prefixes must start with a letter!'; 161 $_lang["alert_enter_host"] = 'You need to enter a value for database host!'; 162 $_lang["alert_enter_login"] = 'You need to enter your database login name!'; 163 $_lang["alert_enter_adminlogin"] = 'You need to enter a username for the system admin account!'; 164 $_lang["alert_enter_adminpassword"] = 'You need to a password for the system admin account!'; 165 $_lang["alert_enter_adminconfirm"] = 'The administrator password and the confirmation don\\\'t match!'; 166 $_lang["iagree_box"] = 'I agree to the terms set out in this license.'; 167 $_lang["btnclose_value"] = 'Close'; 168 $_lang["running_setup_script"] = 'Running setup script... please wait'; 169 $_lang["modx_footer1"] = '© 2005-2007 the <a href="http://www.modxcms.com/" target="_blank" style="color: green; text-decoration:underline">MODx</a> Content Mangement Framework (CMF) project. All rights reserved. MODx is licensed under the GNU GPL.'; 170 $_lang["modx_footer2"] = 'MODx is free software. We encourage you to be creative and make use of MODx in any way you see fit. Just make sure that if you do make changes and decide to redistribute your modified MODx, that you keep the source code free!'; 171 $_lang["setup_database"] = 'Setup will now attempt to setup the database:<br />'; 172 $_lang["setup_database_create_connection"] = 'Creating connection to the database: '; 173 $_lang["setup_database_create_connection_failed"] = 'Database connection failed!'; 174 $_lang["setup_database_create_connection_failed_note"] = 'Please check the database login details and try again.'; 175 $_lang["setup_database_selection"] = 'Selecting database `'; 176 $_lang["setup_database_selection_failed"] = 'Database selection failed...'; 177 $_lang["setup_database_selection_failed_note"] = 'The database does not exist. Setup will attempt to create it.'; 178 $_lang["setup_database_creation"] = 'Creating database `'; 179 $_lang["setup_database_creation_failed"] = 'Database creation failed!'; 180 $_lang["setup_database_creation_failed_note"] = ' - Setup could not create the database!'; 181 $_lang["setup_database_creation_failed_note2"] = 'Setup could not create the database, and no existing database with the same name was found. It is likely that your hosting provider\'s security does not allow external scripts to create a database. Please create a database according to your hosting provider\'s procedure, and run Setup again.'; 182 $_lang["setup_database_creating_tables"] = 'Creating database tables: '; 183 $_lang["database_alerts"] = 'Database Alerts!'; 184 $_lang["setup_couldnt_install"] = 'MODx setup couldn\'t install/alter some tables inside the selected database.'; 185 $_lang["installation_error_occured"] = 'The following errors had occurred during installation'; 186 $_lang["during_execution_of_sql"] = ' during the execution of SQL statement '; 187 $_lang["some_tables_not_updated"] = 'Some tables were not updated. This might be due to previous modifications.'; 188 $_lang["installing_demo_site"] = 'Installing demo site: '; 189 $_lang["writing_config_file"] = 'Writing configuration file: '; 190 $_lang["cant_write_config_file"] = 'MODx couldn\'t write the config file. Please copy the following into the file '; 191 $_lang["cant_write_config_file_note"] = 'Once that\'s been done, you can log into MODx Admin by pointing your browser at YourSiteName.com/manager/.'; 192 $_lang["unable_install_template"] = 'Unable to install template. File'; 193 $_lang["unable_install_chunk"] = 'Unable to install chunk. File'; 194 $_lang["unable_install_module"] = 'Unable to install module. File'; 195 $_lang["unable_install_plugin"] = 'Unable to install plugin. File'; 196 $_lang["unable_install_snippet"] = 'Unable to install snippet. File'; 197 $_lang["not_found"] = 'not found'; 198 $_lang["upgraded"] = 'Upgraded'; 199 $_lang["installed"] = 'Installed'; 200 $_lang["running_database_updates"] = 'Running database updates: '; 201 $_lang["installation_successful"] = 'Installation was successful!'; 202 $_lang["to_log_into_content_manager"] = 'To log into the Content Manager (manager/index.php) you can click on the `Close` button.'; 203 $_lang["install"] = 'Install'; 204 $_lang["remove_install_folder_auto"] = 'Remove the install folder and files from my website <br /> (This operation requires delete permission to the granted to the install folder).'; 205 $_lang["remove_install_folder_manual"] = 'Please remember to remove the "<b>install</b>" folder before you log into the Content Manager.'; 206 $_lang["install_results"] = 'Install results'; 207 $_lang["installation_note"] = '<strong>Note:</strong> After logging into the manager you should edit and save your System Configuration settings before browsing the site by choosing <strong>Administration</strong> -> System Configuration in the MODx Manager.'; 208 $_lang["upgrade_note"] = '<strong>Note:</strong> Before browsing your site you should log into the manager with an administrative account, then review and save your System Configuration settings.'; 209 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Sat May 26 19:05:24 2007 | Cross-referenced by PHPXref 0.6 |