Go to the documentation of this file.
21 define(
"SHOW_HIDE_HELP",
"Show/hide help text");
24 define(
'LICENSE_NOT_WRITEABLE',
'License is %s . <br/><font style="colour:#ff0000">Make ../include/license.php Writable</font>');
25 define(
'LICENSE_IS_WRITEABLE',
'License is %s');
28 define(
"SERVER_API",
"Server API");
29 define(
"PHP_EXTENSION",
"%s extension");
30 define(
"CHAR_ENCODING",
"Character encoding");
31 define(
"XML_PARSING",
"XML parsing");
32 define(
"REQUIREMENTS",
"Requirements");
33 define(
"_PHP_VERSION",
"PHP version");
34 define(
"RECOMMENDED_SETTINGS",
"Recommended settings");
35 define(
"RECOMMENDED_EXTENSIONS",
"Recommended extensions");
36 define(
"SETTING_NAME",
"Setting name");
37 define(
"RECOMMENDED",
"Recommended");
38 define(
"CURRENT",
"Current");
39 define(
"RECOMMENDED_EXTENSIONS_MSG",
"These extensions are not required for normal use, but may be necessary to explore
40 some specific features (like the multi-language or RSS support). Thus, it is recommended to have them installed.");
41 define(
"NONE",
"None");
42 define(
"SUCCESS",
"Success");
43 define(
"WARNING",
"Warning");
44 define(
"FAILED",
"Failed");
47 define(
"XOOPS_INSTALL_WIZARD",
"XOOPS Installation Wizard");
49 define(
"LANGUAGE_SELECTION",
"Language selection");
50 define(
"LANGUAGE_SELECTION_TITLE",
"Select your language");
51 define(
"INTRODUCTION",
"Introduction");
52 define(
"INTRODUCTION_TITLE",
"Welcome to the XOOPS Installation Wizard");
53 define(
"CONFIGURATION_CHECK",
"Configuration check");
54 define(
"CONFIGURATION_CHECK_TITLE",
"Checking your server configuration");
55 define(
"PATHS_SETTINGS",
"Paths settings");
56 define(
"PATHS_SETTINGS_TITLE",
"Paths settings");
57 define(
"DATABASE_CONNECTION",
"Database connection");
58 define(
"DATABASE_CONNECTION_TITLE",
"Database connection");
59 define(
"DATABASE_CONFIG",
"Database configuration");
60 define(
"DATABASE_CONFIG_TITLE",
"Database configuration");
61 define(
"CONFIG_SAVE",
"Save Configuration");
62 define(
"CONFIG_SAVE_TITLE",
"Saving your system configuration");
63 define(
"TABLES_CREATION",
"Tables creation");
64 define(
"TABLES_CREATION_TITLE",
"Database tables creation");
65 define(
"INITIAL_SETTINGS",
"Initial settings");
66 define(
"INITIAL_SETTINGS_TITLE",
"Please enter your initial settings");
67 define(
"DATA_INSERTION",
"Data insertion");
68 define(
"DATA_INSERTION_TITLE",
"Saving your settings to the database");
69 define(
"WELCOME",
"Welcome");
70 define(
"WELCOME_TITLE",
"Welcome to your XOOPS site");
74 define(
"XOOPS_PATHS",
"XOOPS Physical paths");
75 define(
"XOOPS_URLS",
"Web locations");
77 define(
"XOOPS_ROOT_PATH_LABEL",
"XOOPS documents root physical path");
78 define(
"XOOPS_ROOT_PATH_HELP",
"Physical path to the XOOPS documents (served) directory WITHOUT trailing slash");
80 define(
"XOOPS_LIB_PATH_LABEL",
"XOOPS library directory");
81 define(
"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.");
82 define(
"XOOPS_DATA_PATH_LABEL",
"XOOPS data files directory");
83 define(
"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.");
85 define(
"XOOPS_URL_LABEL",
"Website location (URL)");
86 define(
"XOOPS_URL_HELP",
"Main URL that will be used to access your XOOPS installation");
88 define(
"LEGEND_CONNECTION",
"Server connection");
89 define(
"LEGEND_DATABASE",
"Database");
91 define(
"DB_HOST_LABEL",
"Server hostname");
92 define(
"DB_HOST_HELP",
"Hostname of the database server. If you are unsure, <em>localhost</em> works in most cases");
93 define(
"DB_USER_LABEL",
"User name");
94 define(
"DB_USER_HELP",
"Name of the user account that will be used to connect to the database server");
95 define(
"DB_PASS_LABEL",
"Password");
96 define(
"DB_PASS_HELP",
"Password of your database user account");
97 define(
"DB_NAME_LABEL",
"Database name");
98 define(
"DB_NAME_HELP",
"The name of database on the host. The installer will attempt to create the database if not exist");
99 define(
"DB_CHARSET_LABEL",
"Database character set");
100 define(
"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.");
101 define(
"DB_COLLATION_LABEL",
"Database collation");
102 define(
"DB_COLLATION_HELP",
"A collation is a set of rules for comparing characters in a character set.");
103 define(
"DB_PREFIX_LABEL",
"Table prefix");
104 define(
"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");
105 define(
"DB_PCONNECT_LABEL",
"Use persistent connection");
106 define(
"DB_PCONNECT_HELP",
"Default is 'No'. Leave it blank if you are unsure");
107 define(
"DB_DATABASE_LABEL",
"Database");
109 define(
"LEGEND_ADMIN_ACCOUNT",
"Administrator account");
110 define(
"ADMIN_LOGIN_LABEL",
"Admin login");
111 define(
"ADMIN_EMAIL_LABEL",
"Admin e-mail");
112 define(
"ADMIN_PASS_LABEL",
"Admin password");
113 define(
"ADMIN_CONFIRMPASS_LABEL",
"Confirm password");
116 define(
"BUTTON_PREVIOUS",
"Previous");
117 define(
"BUTTON_NEXT",
"Next");
120 define(
"XOOPS_FOUND",
"%s found");
121 define(
"CHECKING_PERMISSIONS",
"Checking file and directory permissions...");
122 define(
"IS_NOT_WRITABLE",
"%s is NOT writable.");
123 define(
"IS_WRITABLE",
"%s is writable.");
125 define(
"XOOPS_PATH_FOUND",
"Path found.");
127 define(
"READY_CREATE_TABLES",
"No XOOPS tables were detected.<br />The installer is now ready to create the XOOPS system tables.<br />Press <em>next</em> to proceed.");
128 define(
"XOOPS_TABLES_FOUND",
"The XOOPS system tables already exists in your database.<br />Press <em>next</em> to go to the next step.");
129 define(
"XOOPS_TABLES_CREATED",
"XOOPS system tables have been created.<br />Press <em>next</em> to go to the next step.");
130 define(
"READY_INSERT_DATA",
"The installer is now ready to insert initial data into your database.");
131 define(
"READY_SAVE_MAINFILE",
"The installer is now ready to save the specified settings to <em>mainfile.php</em>.<br />Press <em>next</em> to proceed.");
132 define(
"SAVED_MAINFILE",
"Settings saved in mainfile.php");
133 define(
"SAVED_MAINFILE_MSG",
"The installer has saved the specified settings to <em>mainfile.php</em> and <em>secure.php</em>. Press <em>next</em> to go to the next step.");
134 define(
"DATA_ALREADY_INSERTED",
"XOOPS data found in database.<br />Press <em>next</em> to go to the next step.");
135 define(
"DATA_INSERTED",
"Initial data has been inserted into database.<br />Press <em>next</em> to go to the next step.");
139 define(
"DATABASE_CREATED",
"Database %s created!");
141 define(
"TABLE_NOT_CREATED",
"Unable to create table %s");
142 define(
"TABLE_CREATED",
"Table %s created.");
143 define(
"ROWS_INSERTED",
"%d entries inserted to table %s.");
144 define(
"ROWS_FAILED",
"Failed inserting %d entries to table %s.");
145 define(
"TABLE_ALTERED",
"Table %s updated.");
146 define(
"TABLE_NOT_ALTERED",
"Failed updating table %s.");
147 define(
"TABLE_DROPPED",
"Table %s dropped.");
148 define(
"TABLE_NOT_DROPPED",
"Failed deleting table %s.");
151 define(
"ERR_COULD_NOT_ACCESS",
"Could not access the specified folder. Please verify that it exists and is readable by the server.");
152 define(
"ERR_NO_XOOPS_FOUND",
"No XOOPS installation could be found in the specified folder.");
153 define(
"ERR_INVALID_EMAIL",
"Invalid Email");
154 define(
"ERR_REQUIRED",
"Information is required.");
155 define(
"ERR_PASSWORD_MATCH",
"The two passwords do not match");
156 define(
"ERR_NEED_WRITE_ACCESS",
"The server must be given write access to the following files and folders<br />(i.e. <em>chmod 777 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.");
157 define(
"ERR_NO_DATABASE",
"Could not create database. Contact the server administrator for details.");
158 define(
"ERR_NO_DBCONNECTION",
"Could not connect to the database server.");
159 define(
"ERR_WRITING_CONSTANT",
"Failed writing constant %s.");
161 define(
"ERR_COPY_MAINFILE",
"Could not copy the distribution file to mainfile.php");
162 define(
"ERR_WRITE_MAINFILE",
"Could not write into mainfile.php. Please check the file permission and try again.");
163 define(
"ERR_READ_MAINFILE",
"Could not open mainfile.php for reading");
165 define(
"ERR_INVALID_DBCHARSET",
"The charset '%s' is not supported.");
166 define(
"ERR_INVALID_DBCOLLATION",
"The collation '%s' is not supported.");
167 define(
"ERR_CHARSET_NOT_SET",
"Default character set is not set for XOOPS database.");
170 define(
"_INSTALL_CHARSET",
"UTF-8");
172 define(
"SUPPORT",
"Supports");
174 define(
"LOGIN",
"Authentication");
175 define(
"LOGIN_TITLE",
"Authentication");
176 define(
"USER_LOGIN",
"Administrator Login");
177 define(
"USERNAME",
"Username :");
178 define(
"PASSWORD",
"Password :");
180 define(
"ICONV_CONVERSION",
"Character set conversion");
181 define(
"ZLIB_COMPRESSION",
"Zlib Compression");
182 define(
"IMAGE_FUNCTIONS",
"Image functions");
183 define(
"IMAGE_METAS",
"Image meta data (exif)");
184 define(
"FILTER_FUNCTIONS",
"Filter functions");
186 define(
"ADMIN_EXIST",
"The administrator account already exists.<br />Press <strong>next</strong> to go to the next step.");
188 define(
"CONFIG_SITE",
"Site configuration");
189 define(
"CONFIG_SITE_TITLE",
"Site configuration");
190 define(
"MODULES",
"Modules installation");
191 define(
"MODULES_TITLE",
"Modules installation");
192 define(
"THEME",
"Select theme");
193 define(
"THEME_TITLE",
"Select the default theme");
195 define(
"INSTALLED_MODULES",
"The following modules have been installed.<br />Press <strong>next</strong> to go to the next step.");
196 define(
"NO_MODULES_FOUND",
"No modules found.<br />Press <strong>next</strong> to go to the next step.");
197 define(
"NO_INSTALLED_MODULES",
"No module installed.<br />Press <strong>next</strong> to go to the next step.");
199 define(
"THEME_NO_SCREENSHOT",
"No screenshot found");
201 define(
"IS_VALOR",
" => ");
204 define(
"PASSWORD_LABEL",
"Password strength : ");
205 define(
"PASSWORD_DESC",
"Password not entered");
206 define(
"PASSWORD_GENERATOR",
"Password generator");
207 define(
"PASSWORD_GENERATE",
"Generate");
208 define(
"PASSWORD_COPY",
"Copy");
210 define(
"PASSWORD_VERY_WEAK",
"Very Weak");
211 define(
"PASSWORD_WEAK",
"Weak");
212 define(
"PASSWORD_BETTER",
"Better");
213 define(
"PASSWORD_MEDIUM",
"Medium");
214 define(
"PASSWORD_STRONG",
"Strong");
215 define(
"PASSWORD_STRONGEST",
"Strongest");