189 objective_pray: 'Pray.', |
189 objective_pray: 'Pray.', |
190 btn_install_enano: 'Install Enano!', |
190 btn_install_enano: 'Install Enano!', |
191 }, |
191 }, |
192 install: { |
192 install: { |
193 modetitle: 'Database installation', |
193 modetitle: 'Database installation', |
|
194 |
|
195 stg_connect_title: 'Connect to MySQL', |
|
196 stg_connect_body: 'MySQL denied our attempt to connect to the database. This is most likely because your login information was incorrect. You will most likely need to <a href="install.php?mode=license">restart the installation</a>.', |
|
197 stg_drop_title: 'Drop existing Enano tables', |
|
198 stg_decrypt_title: 'Decrypt administration password', |
|
199 stg_decrypt_body: 'The administration password you entered couldn\'t be decrypted. It is possible that your server did not properly store the encryption key in the configuration file. Please check the file permissions on config.new.php. You may have to return to the login stage of the installation, clear your browser cache, and then rerun this installation.', |
|
200 stg_genkey_title: 'Generate %aes_bits%-bit AES private key', |
|
201 stg_genkey_body: 'Enano encountered an internal error while generating the site encryption key. Please contact the Enano team for support.', |
|
202 stg_parse_title: 'Prepare to execute schema file', |
|
203 stg_parse_body: 'Enano encountered an internal error while parsing the SQL file that contains the database structure and initial data. Please contact the Enano team for support.', |
|
204 stg_sql_title: 'Execute installer schema', |
|
205 stg_sql_body: 'The installation failed because an SQL query wasn\'t quite correct. It is possible that you entered malformed data into a form field, or there may be a bug in Enano with your version of MySQL. Please contact the Enano team for support.', |
|
206 stg_writeconfig_title: 'Write configuration files', |
|
207 stg_writeconfig_body: 'Enano was unable to write the configuration file with your site\'s database credentials. This is almost always because your configuration file does not have the correct permissions. On Windows servers, you may see this message even if the check on the System Requirements page passed. Temporarily running IIS as the Administrator user may help.', |
|
208 stg_rename_title: 'Rename configuration files', |
|
209 stg_rename_body: 'Enano couldn\'t rename the configuration files to their correct production names. On some UNIX systems, you need to CHMOD the directory with your Enano files to 777 in order for this stage to succeed.', |
|
210 stg_startapi_title: 'Start the Enano API', |
|
211 stg_startapi_body: 'The Enano API could not be started. This is an error that should never occur; please contact the Enano team for support.', |
|
212 stg_importlang_title: 'Import default language', |
|
213 stg_importlang_body: 'Enano couldn\'t import the English language file.', |
|
214 stg_initlogs_title: 'Initialize logs', |
|
215 stg_initlogs_body: '<b>The session manager denied the request to flush logs for the main page.</b><br /> |
|
216 While under most circumstances you can still <a href="install.php?mode=finish">finish the installation</a>, you should be aware that some servers cannot |
|
217 properly set cookies due to limitations with PHP. These limitations are exposed primarily when this issue is encountered during installation. If you choose |
|
218 to finish the installation, please be aware that you may be unable to log into your site.', |
|
219 msg_complete_title: 'Installation of Enano is complete.', |
|
220 msg_complete_body: 'Review any warnings above, and then <a href="%finish_link%">click here to finish the installation</a>.', |
194 }, |
221 }, |
195 finish: { |
222 finish: { |
196 modetitle: 'Installation complete', |
223 modetitle: 'Installation complete', |
|
224 msg_congratulations: 'Congratulations!', |
|
225 body: '<p>You have finished installing Enano on this server.</p> |
|
226 <h3>Now what?</h3> |
|
227 <p>Click the link below to see the main page for your website. Where to go from here:</p> |
|
228 <ul> |
|
229 <li>The first thing you should do is log into your site using the Log in link on the sidebar.</li> |
|
230 <li>Go into the Administration panel, expand General, and click General Configuration. There you will be able to configure some basic information about your site.</li> |
|
231 <li>Visit the <a href="http://enanocms.org/Category:Plugins" onclick="window.open(this.href); return false;">Enano Plugin Gallery</a> to download and use plugins on your site.</li> |
|
232 <li>Periodically create a backup of your database and filesystem, in case something goes wrong. This should be done at least once a week – more for wiki-based sites.</li> |
|
233 <li>Hire some moderators, to help you keep rowdy users tame.</li> |
|
234 <li>Tell the <a href="http://enanocms.org/Contact_us">Enano team</a> what you think.</li> |
|
235 <li><b>Spread the word about Enano by adding a link to the Enano homepage on your sidebar!</b> You can enable this option in the General Configuration section of the administration panel.</li> |
|
236 </ul>', |
|
237 link_mainpage: '<a href="%mainpage_link%">Go to your website...</a>', |
197 }, |
238 }, |
198 pophelp: { |
239 pophelp: { |
199 admin_embed_php_title: 'Allow administrators to embed PHP', |
240 admin_embed_php_title: 'Allow administrators to embed PHP', |
200 admin_embed_php_body: '<p>This option allows you to control whether anything between the standard <?php and ?> tags will be treated as |
241 admin_embed_php_body: '<p>This option allows you to control whether anything between the standard <?php and ?> tags will be treated as |
201 PHP code by Enano. If this option is enabled, and members of the Administrators group use these tags, Enano will |
242 PHP code by Enano. If this option is enabled, and members of the Administrators group use these tags, Enano will |