1<?php
2/**
3 * Installer main english strings declaration file
4 *
5 * @copyright    (c) 2000-2016 XOOPS Project (www.xoops.org)
6 * @license          GNU GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
7 * @package          installer
8 * @since            2.3.0
9 * @author           Haruki Setoyama  <haruki@planewave.org>
10 * @author           Kazumi Ono <webmaster@myweb.ne.jp>
11 * @author           Skalpa Keo <skalpa@xoops.org>
12 * @author           Taiwen Jiang <phppp@users.sourceforge.net>
13 * @author           dugris <dugris@frxoops.org>
14 */
15// _LANGCODE: en
16// _CHARSET : UTF-8
17// Translator: XOOPS Translation Team
18define('SHOW_HIDE_HELP', 'Show/hide help text');
19// License
20define('LICENSE_NOT_WRITEABLE', 'License file "%s" is NOT writable!');
21define('LICENSE_IS_WRITEABLE', '%s License is writable.');
22// Configuration check page
23define('SERVER_API', 'Server API');
24define('PHP_EXTENSION', '%s extension');
25define('CHAR_ENCODING', 'Character encoding');
26define('XML_PARSING', 'XML parsing');
27define('REQUIREMENTS', 'Requirements');
28define('_PHP_VERSION', 'PHP version');
29define('RECOMMENDED_SETTINGS', 'Recommended settings');
30define('RECOMMENDED_EXTENSIONS', 'Recommended extensions');
31define('SETTING_NAME', 'Setting name');
32define('RECOMMENDED', 'Recommended');
33define('CURRENT', 'Current');
34define('RECOMMENDED_EXTENSIONS_MSG', 'These extensions are not required for normal use, but may be necessary to explore
35    some specific features (like the multi-language or RSS support). Thus, it is recommended to have them installed.');
36define('NONE', 'None');
37define('SUCCESS', 'Success');
38define('WARNING', 'Warning');
39define('FAILED', 'Failed');
40// Titles (main and pages)
41define('XOOPS_INSTALL_WIZARD', 'XOOPS Installation Wizard');
42define('LANGUAGE_SELECTION', 'Language selection');
43define('LANGUAGE_SELECTION_TITLE', 'Select your language');        // L128
44define('INTRODUCTION', 'Introduction');
45define('INTRODUCTION_TITLE', 'Welcome to the XOOPS Installation Wizard');        // L0
46define('CONFIGURATION_CHECK', 'Configuration check');
47define('CONFIGURATION_CHECK_TITLE', 'Checking your server configuration');
48define('PATHS_SETTINGS', 'Paths settings');
49define('PATHS_SETTINGS_TITLE', 'Paths settings');
50define('DATABASE_CONNECTION', 'Database connection');
51define('DATABASE_CONNECTION_TITLE', 'Database connection');
52define('DATABASE_CONFIG', 'Database configuration');
53define('DATABASE_CONFIG_TITLE', 'Database configuration');
54define('CONFIG_SAVE', 'Save Configuration');
55define('CONFIG_SAVE_TITLE', 'Saving your system configuration');
56define('TABLES_CREATION', 'Tables creation');
57define('TABLES_CREATION_TITLE', 'Database tables creation');
58define('INITIAL_SETTINGS', 'Initial settings');
59define('INITIAL_SETTINGS_TITLE', 'Please enter your initial settings');
60define('DATA_INSERTION', 'Data insertion');
61define('DATA_INSERTION_TITLE', 'Saving your settings to the database');
62define('WELCOME', 'Welcome');
63define('WELCOME_TITLE', 'Welcome to your XOOPS site');        // L0
64// Settings (labels and help text)
65define('XOOPS_PATHS', 'XOOPS Physical paths');
66define('XOOPS_URLS', 'Web locations');
67define('XOOPS_ROOT_PATH_LABEL', 'XOOPS documents root physical path');
68define('XOOPS_ROOT_PATH_HELP', 'Physical path to the XOOPS documents (served) directory WITHOUT trailing slash');
69define('XOOPS_LIB_PATH_LABEL', 'XOOPS library directory');
70define('XOOPS_LIB_PATH_HELP', 'Physical path to the XOOPS library directory WITHOUT trailing slash, for forward compatibility. Locate the folder out of ' . XOOPS_ROOT_PATH_LABEL . ' to make it secure.');
71define('XOOPS_DATA_PATH_LABEL', 'XOOPS data files directory');
72define('XOOPS_DATA_PATH_HELP', 'Physical path to the XOOPS data files (writable) directory WITHOUT trailing slash, for forward compatibility. Locate the folder out of ' . XOOPS_ROOT_PATH_LABEL . ' to make it secure.');
73define('XOOPS_URL_LABEL', 'Website location (URL)'); // L56
74define('XOOPS_URL_HELP', 'Main URL that will be used to access your XOOPS installation'); // L58
75define('LEGEND_CONNECTION', 'Server connection');
76define('LEGEND_DATABASE', 'Database'); // L51
77define('DB_HOST_LABEL', 'Server hostname');    // L27
78define('DB_HOST_HELP', 'Hostname of the database server. If you are unsure, <em>localhost</em> works in most cases'); // L67
79define('DB_USER_LABEL', 'User name');    // L28
80define('DB_USER_HELP', 'Name of the user account that will be used to connect to the database server'); // L65
81define('DB_PASS_LABEL', 'Password');    // L52
82define('DB_PASS_HELP', 'Password of your database user account'); // L68
83define('DB_NAME_LABEL', 'Database name');    // L29
84define('DB_NAME_HELP', 'The name of database on the host. The installer will attempt to create the database if not exist'); // L64
85define('DB_CHARSET_LABEL', 'Database character set');
86define('DB_CHARSET_HELP', 'MySQL includes character set support that enables you to store data using a variety of character sets and perform comparisons according to a variety of collations.');
87define('DB_COLLATION_LABEL', 'Database collation');
88define('DB_COLLATION_HELP', 'A collation is a set of rules for comparing characters in a character set.');
89define('DB_PREFIX_LABEL', 'Table prefix');    // L30
90define('DB_PREFIX_HELP', 'This prefix will be added to all new tables created to avoid name conflicts in the database. If you are unsure, just keep the default'); // L63
91define('DB_PCONNECT_LABEL', 'Use persistent connection');    // L54
92define('DB_PCONNECT_HELP', "Default is 'No'. Leave it blank if you are unsure"); // L69
93define('DB_DATABASE_LABEL', 'Database');
94define('LEGEND_ADMIN_ACCOUNT', 'Administrator account');
95define('ADMIN_LOGIN_LABEL', 'Admin login'); // L37
96define('ADMIN_EMAIL_LABEL', 'Admin e-mail'); // L38
97define('ADMIN_PASS_LABEL', 'Admin password'); // L39
98define('ADMIN_CONFIRMPASS_LABEL', 'Confirm password'); // L74
99// Buttons
100define('BUTTON_PREVIOUS', 'Previous'); // L42
101define('BUTTON_NEXT', 'Continue'); // L47
102// Messages
103define('XOOPS_FOUND', '%s found');
104define('CHECKING_PERMISSIONS', 'Checking file and directory permissions...'); // L82
105define('IS_NOT_WRITABLE', '%s is NOT writable.'); // L83
106define('IS_WRITABLE', '%s is writable.'); // L84
107define('XOOPS_PATH_FOUND', 'Path found.');
108//define('READY_CREATE_TABLES', 'No XOOPS tables were detected.<br>The installer is now ready to create the XOOPS system tables.');
109define('XOOPS_TABLES_FOUND', 'The XOOPS system tables already exist in your database.'); // L131
110define('XOOPS_TABLES_CREATED', 'XOOPS system tables have been created.');
111//define('READY_INSERT_DATA', 'The installer is now ready to insert initial data into your database.');
112//define('READY_SAVE_MAINFILE', 'The installer is now ready to save the specified settings to <em>mainfile.php</em>.');
113define('SAVED_MAINFILE', 'Settings saved');
114define('SAVED_MAINFILE_MSG', 'The installer has saved the specified settings to <em>mainfile.php</em> and <em>secure.php</em>.');
115define('DATA_ALREADY_INSERTED', 'XOOPS data found in database.');
116define('DATA_INSERTED', 'Initial data has been inserted into database.');
117// %s is database name
118define('DATABASE_CREATED', 'Database %s created!'); // L43
119// %s is table name
120define('TABLE_NOT_CREATED', 'Unable to create table %s'); // L118
121define('TABLE_CREATED', 'Table %s created.'); // L45
122define('ROWS_INSERTED', '%d entries inserted to table %s.'); // L119
123define('ROWS_FAILED', 'Failed inserting %d entries to table %s.'); // L120
124define('TABLE_ALTERED', 'Table %s updated.'); // L133
125define('TABLE_NOT_ALTERED', 'Failed updating table %s.'); // L134
126define('TABLE_DROPPED', 'Table %s dropped.'); // L163
127define('TABLE_NOT_DROPPED', 'Failed deleting table %s.'); // L164
128// Error messages
129define('ERR_COULD_NOT_ACCESS', 'Could not access the specified folder. Please verify that it exists and is readable by the server.');
130define('ERR_NO_XOOPS_FOUND', 'No XOOPS installation could be found in the specified folder.');
131define('ERR_INVALID_EMAIL', 'Invalid Email'); // L73
132define('ERR_REQUIRED', 'Information is required.'); // L41
133define('ERR_PASSWORD_MATCH', 'The two passwords do not match');
134define('ERR_NEED_WRITE_ACCESS', 'The server must be given write access to the following files and folders<br>(i.e. <em>chmod 775 directory_name</em> on a UNIX/LINUX server)<br>If they are not available or not created correctly, please create manually and set proper permissions.');
135define('ERR_NO_DATABASE', 'Could not create database. Contact the server administrator for details.'); // L31
136define('ERR_NO_DBCONNECTION', 'Could not connect to the database server.'); // L106
137define('ERR_WRITING_CONSTANT', 'Failed writing constant %s.'); // L122
138define('ERR_COPY_MAINFILE', 'Could not copy the distribution file to %s');
139define('ERR_WRITE_MAINFILE', 'Could not write into %s. Please check the file permission and try again.');
140define('ERR_READ_MAINFILE', 'Could not open %s for reading');
141define('ERR_INVALID_DBCHARSET', "The charset '%s' is not supported.");
142define('ERR_INVALID_DBCOLLATION', "The collation '%s' is not supported.");
143define('ERR_CHARSET_NOT_SET', 'Default character set is not set for XOOPS database.');
144define('_INSTALL_CHARSET', 'UTF-8');
145define('SUPPORT', 'Support');
146define('LOGIN', 'Authentication');
147define('LOGIN_TITLE', 'Authentication');
148define('USER_LOGIN', 'Administrator Login');
149define('USERNAME', 'Username :');
150define('PASSWORD', 'Password :');
151define('ICONV_CONVERSION', 'Character set conversion');
152define('ZLIB_COMPRESSION', 'Zlib Compression');
153define('IMAGE_FUNCTIONS', 'Image functions');
154define('IMAGE_METAS', 'Image meta data (exif)');
155define('FILTER_FUNCTIONS', 'Filter functions');
156define('ADMIN_EXIST', 'The administrator account already exists.');
157define('CONFIG_SITE', 'Site configuration');
158define('CONFIG_SITE_TITLE', 'Site configuration');
159define('MODULES', 'Modules installation');
160define('MODULES_TITLE', 'Modules installation');
161define('THEME', 'Select theme');
162define('THEME_TITLE', 'Select the default theme');
163define('INSTALLED_MODULES', 'The following modules have been installed.');
164define('NO_MODULES_FOUND', 'No modules found.');
165define('NO_INSTALLED_MODULES', 'No module installed.');
166define('THEME_NO_SCREENSHOT', 'No screenshot found');
167define('IS_VALOR', ' => ');
168// password message
169define('PASSWORD_LABEL', 'Password strength');
170define('PASSWORD_DESC', 'Password not entered');
171define('PASSWORD_GENERATOR', 'Password generator');
172define('PASSWORD_GENERATE', 'Generate');
173define('PASSWORD_COPY', 'Copy');
174define('PASSWORD_VERY_WEAK', 'Very Weak');
175define('PASSWORD_WEAK', 'Weak');
176define('PASSWORD_BETTER', 'Better');
177define('PASSWORD_MEDIUM', 'Medium');
178define('PASSWORD_STRONG', 'Strong');
179define('PASSWORD_STRONGEST', 'Strongest');
180//2.5.7
181define('WRITTEN_LICENSE', 'Wrote XOOPS %s License Key: <strong>%s</strong>');
182//2.5.8
183define('CHMOD_CHGRP_REPEAT', 'Retry');
184define('CHMOD_CHGRP_IGNORE', 'Use Anyway');
185define('CHMOD_CHGRP_ERROR', 'Installer may not be able to write the configuration file %1$s.<p>PHP is writing files under user %2$s and group %3$s.<p>The directory %4$s/ has user %5$s and group %6$s');
186//2.5.9
187define("CURL_HTTP", "Client URL Library (cURL)");
188define('XOOPS_COOKIE_DOMAIN_LABEL', 'Cookie Domain for the Website');
189define('XOOPS_COOKIE_DOMAIN_HELP', 'Domain to set cookies. May be blank, the full host from the URL (www.example.com), or the registered domain without subdomains (example.com) to share across subdomains (www.example.com and blog.example.com.)');
190define('INTL_SUPPORT', 'Internationalization functions');
191define('XOOPS_SOURCE_CODE', "XOOPS on GitHub");
192define('XOOPS_INSTALLING', 'Installing');
193define('XOOPS_ERROR_ENCOUNTERED', 'Error');
194define('XOOPS_ERROR_SEE_BELOW', 'See below for messages.');
195define('MODULES_AVAILABLE', 'Available Modules');
196define('INSTALL_THIS_MODULE', 'Add %s');
197