XOOPS  2.6.0
install.php
Go to the documentation of this file.
1 <?php
17 // _LANGCODE: en
18 // _CHARSET : UTF-8
19 // Translator: XOOPS Translation Team
20 
21 
22 // Configuration check page
23 define("SERVER_API", "Server API");
24 define("PHP_EXTENSION", "%s extension");
25 define("CHAR_ENCODING", "Character encoding");
26 define("XML_PARSING", "XML parsing");
27 define("REQUIREMENTS", "Requirements");
28 define("_PHP_VERSION", "PHP version");
29 define("RECOMMENDED_EXTENSIONS", "Recommended extensions");
30 define("RECOMMENDED", "Recommended");
31 define("CURRENT", "Current");
32 define("COMPOSER","Composer");
33 define("COMPOSER_ENVIRONMENT",'Composer required. <a href="http://getcomposer.org/" target="_blank">http://getcomposer.org/</a>');
34 
35 define("RECOMMENDED_EXTENSIONS_MSG", "These extensions are not required for normal use, but may be necessary to exploit
36  some specific features (like the multi-language or RSS support). Thus, it is recommended to have them installed.");
37 define("NONE", "None");
38 define("SUCCESS", "Success");
39 define("WARNING", "Warning");
40 define("FAILED", "Failed");
41 define("ENABLE", "Enable");
42 
43 // Titles (main and pages)
44 define("XOOPS_INSTALL_WIZARD", "XOOPS Setup Wizard");
45 
46 define("LANGUAGE_SELECTION", "Language selection");
47 define("LANGUAGE_SELECTION_TITLE", "Choose your language"); // L128
48 define("INTRODUCTION", "Introduction");
49 define("INTRODUCTION_TITLE", "Welcome to the XOOPS installation assistant"); // L0
50 define("CONFIGURATION_CHECK", "Configuration check");
51 define("CONFIGURATION_CHECK_TITLE", "Checking your server configuration");
52 define("PATHS_SETTINGS", "Paths settings");
53 define("PATHS_SETTINGS_TITLE", "Paths settings");
54 define("DATABASE_DRIVER", "Database driver");
55 define("DATABASE_DRIVER_TITLE", "Database driver selection");
56 define("DATABASE_CONNECTION", "Database connection");
57 define("DATABASE_CONNECTION_TITLE", "Database connection");
58 define("DATABASE_CONFIG", "Database configuration");
59 define("DATABASE_CONFIG_TITLE", "Database configuration");
60 define("CONFIG_SAVE", "Configuration save");
61 define("CONFIG_SAVE_TITLE", "Saving your system configuration");
62 define("INITIAL_SETTINGS", "Initial settings");
63 define("INITIAL_SETTINGS_TITLE", "Please enter your initial settings");
64 define("DATA_INSERTION", "Data insertion");
65 define("DATA_INSERTION_TITLE", "Saving your settings to the database");
66 define("WELCOME", "Welcome");
67 define("WELCOME_TITLE", "Welcome to your XOOPS site"); // L0
68 define("HELP_BUTTON_ALT", "Turn on help messages");
69 
70 
71 
72 define("XOOPS_ROOT_PATH_LABEL", "XOOPS documents root physical path");
73 define("XOOPS_ROOT_PATH_HELP", "Physical path to the XOOPS documents (served) directory WITHOUT trailing slash");
74 
75 define("XOOPS_LIB_PATH_LABEL", "XOOPS library directory");
76 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.");
77 define("XOOPS_DATA_PATH_LABEL", "XOOPS datafiles directory");
78 define("XOOPS_DATA_PATH_HELP", "Physical path to the XOOPS datafiles (writable) directory WITHOUT trailing slash, for forward compatibility. Locate the folder out of " . XOOPS_ROOT_PATH_LABEL . " to make it secure.");
79 
80 define("XOOPS_URL_LABEL", "Website location (URL)"); // L56
81 define("XOOPS_URL_HELP", "Main URL that will be used to access your XOOPS installation"); // L58
82 
83 define("LEGEND_DRIVER", "Server driver");
84 define("LEGEND_CONNECTION", "Server connection");
85 define("LEGEND_DATABASE", "Database"); // L51
86 
87 define("DB_HOST_LABEL", "Server hostname"); // L27
88 define("DB_HOST_HELP", "Hostname of the database server. If you are unsure, <em>localhost</em> works in most cases"); // L67
89 define("DB_USER_LABEL", "User name"); // L28
90 define("DB_USER_HELP", "Name of the user account that will be used to connect to the database server"); // L65
91 define("DB_PASS_LABEL", "Password"); // L52
92 define("DB_PASS_HELP", "Password of your database user account"); // L68
93 define("DB_NAME_LABEL", "Database name"); // L29
94 define("DB_NAME_HELP", "The name of database on the host. The installer will attempt to create the database if not exist"); // L64
95 define("DB_CHARSET_LABEL", "Database character set");
96 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.");
97 define("DB_COLLATION_LABEL", "Database collation");
98 define("DB_COLLATION_HELP", "A collation is a set of rules for comparing characters in a character set.");
99 define("DB_PREFIX_LABEL", "Table prefix"); // L30
100 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"); // L63
101 define("DB_PCONNECT_LABEL", "Use persistent connection"); // L54
102 define("DB_PCONNECT_HELP", "Default is 'No'. Leave it blank if you are unsure"); // L69
103 define("DB_DATABASE_LABEL", "Database");
104 define("DB_DRIVER_LABEL", "Driver");
105 define("DB_DRIVER_HELP", "Select the driver to use to communicate with your database.");
106 define("DB_PORT_LABEL", "Port");
107 define("DB_PORT_HELP", "The connection port for your database. This is often optional.");
108 define("DB_SOCK_LABEL", "Socket");
109 define("DB_SOCK_HELP", "UNIX Socket used to connect to the server. Only specify if required.");
110 define("DB_PATH_LABEL", "Path");
111 define("DB_PATH_HELP", "The full filesystem path to the database file.");
112 define("DB_SERVICE_LABEL", "Service");
113 define("DB_SERVICE_HELP", "Use service mode");
114 define("DB_POOLED_LABEL", "Pooled");
115 define("DB_POOLED_HELP", "Use pooled connections");
116 define("DB_PROTOCOL_LABEL", "Protocol");
117 define("DB_PROTOCOL_HELP", "Connection protocol");
118 define("DB_AVAILABLE_LABEL", "Available databases");
119 define("DB_AVAILABLE_HELP", "You can select a database from this list, or enter a new name to create a new one.");
120 
121 define("LEGEND_ADMIN_ACCOUNT", "Administrator account");
122 define("ADMIN_LOGIN_LABEL", "Admin login"); // L37
123 define("ADMIN_EMAIL_LABEL", "Admin e-mail"); // L38
124 define("ADMIN_PASS_LABEL", "Admin password"); // L39
125 define("ADMIN_CONFIRMPASS_LABEL", "Confirm password"); // L74
126 
127 // Buttons
128 define("BUTTON_PREVIOUS", "Previous"); // L42
129 define("BUTTON_NEXT", "Next"); // L47
130 
131 // Messages
132 define("XOOPS_FOUND", "%s found");
133 define("CHECKING_PERMISSIONS", "Checking file and directory permissions..."); // L82
134 define("IS_NOT_WRITABLE", "%s is NOT writable."); // L83
135 define("IS_WRITABLE", "%s is writable."); // L84
136 
137 define("XOOPS_PATH_FOUND", "Path found.");
138 
139 define("SAVED_MAINFILE", "Saved settings in mainfile.php");
140 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.");
141 define("DATA_ALREADY_INSERTED", "XOOPS data found in database.<br />Press <em>next</em> to go to the next step.");
142 define("DATA_INSERTED", "Initial data have been inserted into database.<br />Press <em>next</em> to go to the next step.");
143 
144 
145 // Error messages
146 define("ERR_COULD_NOT_ACCESS", "Can not access the folder.");
147 define("ERR_NO_XOOPS_FOUND", "No instalable XOOPS found.");
148 define("ERR_INVALID_EMAIL", "Invalid Email"); // L73
149 define("ERR_REQUIRED", "Information is required."); // L41
150 define("ERR_PASSWORD_MATCH", "The two passwords do not match");
151 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.");
152 define("ERR_NO_DATABASE", "Could not create database. Contact the server administrator for details."); // L31
153 define("ERR_NO_DBCONNECTION", "Could not connect to the database server."); // L106
154 define("ERR_WRITING_CONSTANT", "Failed writing constant %s."); // L122
155 define("ERR_NO_CREATEDB", "Cannot create database on this platform.");
156 
157 define("ERR_COPY_MAINFILE", "Could not copy the distribution file to mainfile.php");
158 define("ERR_WRITE_MAINFILE", "Could not write into mainfile.php. Please check the file permission and try again.");
159 define("ERR_READ_MAINFILE", "Could not open mainfile.php for reading");
160 
161 define("ERR_COPY_SECURE", "Could not copy into secure.php the distribution file: ");
162 define("ERR_READ_SECURE","Could not open secure.php for reading");
163 define("ERR_WRITE_SECURE","Could not write into secure.php. Please check the file permission and try again.");
164 
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.");
168 
169 
170 define("_INSTALL_CHARSET", "UTF-8");
171 define("_LANGCODE", "en-US");
172 
173 define("SUPPORT", "Supports");
174 
175 define("LOGIN", "Authentication");
176 //define("LOGIN_TITLE", "Authentication");
177 //define("USER_LOGIN", "Administrator Login");
178 //define("USERNAME", "Username :");
179 define("PASSWORD", "Password :");
180 
181 define("ICONV_CONVERSION", "Character set conversion");
182 define("ZLIB_COMPRESSION", "Zlib Compression");
183 define("IMAGE_FUNCTIONS", "Image functions");
184 define("IMAGE_METAS", "Image meta data (exif)");
185 define("CURL_HTTP", "Client URL Library (cURL)");
186 
187 define("ADMIN_EXIST", "The administrator account already exists.<br />Press <strong>next</strong> to go to the next step.");
188 
189 define("CONFIG_SITE", "Site configuration");
190 define("CONFIG_SITE_TITLE", "Site configuration");
191 define("MODULES", "Modules installation");
192 define("MODULES_TITLE", "Modules installation");
193 define("EXTENSIONS", "Extensions installation");
194 define("EXTENSIONS_TITLE", "Extensions installation");
195 define("THEME", "Select theme");
196 define("THEME_TITLE", "Choose the default theme");
197 
198 define("INSTALLED_MODULES", "The following modules have been installed.<br />Press <strong>next</strong> to go to the next step.");
199 define("NO_MODULES_FOUND", "No modules found.<br />Press <strong>next</strong> to go to the next step.");
200 define("NO_INSTALLED_MODULES", "No module installed.<br />Press <strong>next</strong> to go to the next step.");
201 
202 define("INSTALLED_EXTENSION", "The following extensions have been installed.<br />Press <strong>next</strong> to go to the next step.");
203 define("NO_EXTENSION_FOUND", "No extensions found.<br />Press <strong>next</strong> to go to the next step.");
204 define("NO_INSTALLED_EXTENSION", "No extension installed.<br />Press <strong>next</strong> to go to the next step.");
205 
206 
207 define("THEME_NO_SCREENSHOT", "No screenshot found");
208 
209 define("IS_VALOR", " => ");
210 
211 // password message
212 define("PASSWORD_LABEL", "Password strength : ");
213 define("PASSWORD_DESC", "Password not entered");
214 define("PASSWORD_GENERATOR", "Password generator");
215 define("PASSWORD_GENERATE", "Generate");
216 define("PASSWORD_COPY", "Copy");
217 
218 define("PASSWORD_VERY_WEAK", "Very Weak");
219 define("PASSWORD_WEAK", "Weak");
220 define("PASSWORD_BETTER", "Better");
221 define("PASSWORD_MEDIUM", "Medium");
222 define("PASSWORD_STRONG", "Strong");
223 define("PASSWORD_STRONGEST", "Strongest");
const XOOPS_ROOT_PATH_LABEL
Definition: install.php:72