PageRenderTime 26ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/system/ssd/language/english/installer_lang.php

https://github.com/stegwee/stegwee.eu
PHP | 158 lines | 144 code | 10 blank | 4 comment | 0 complexity | 18071850f649a1ef84088000271ed92c MD5 | raw file
  1. <?php
  2. $lang['enter_settings'] = 'Enter Your Settings';
  3. $lang['contact_host'] = '<strong>Note: </strong> If you are not sure what any of these settings should be, please contact your hosting provider and ask them.';
  4. $lang['your_version'] = 'We have detected that you are currently running ExpressionEngine version %x';
  5. $lang['ready_to_update'] = 'If you are ready to update ExpressionEngine to version %x click the link below:';
  6. $lang['ready_to_install'] = 'If you are ready to install ExpressionEngine version %x click the link below:';
  7. $lang['backup_confirmation'] = 'Did you perform a full backup of your existing ExpressionEngine files and database?';
  8. $lang['preflight_done'] = 'All pre-installation tests have been completed successfully and no errors were detected.';
  9. $lang['license_agreement'] = 'License Agreement';
  10. $lang['must_accept_license'] = 'You must accept the terms and conditions of the license agreement.';
  11. $lang['license_agree'] = 'I agree to abide by the license Terms and Conditions as stated above.';
  12. $lang['license_disagree'] = 'I do NOT agree to abide by the license Terms and Conditions as stated above';
  13. $lang['server_settings'] = 'Server Settings';
  14. $lang['license_number'] = 'ExpressionEngine License Number';
  15. $lang['locate_license_number'] = 'Available in the <a href="https://secure./download.php">download area</a> of the site.';
  16. $lang['name_of_index'] = 'Name of the index page of your ExpressionEngine site';
  17. $lang['normally_index'] = 'Unless you renamed the file it will be named <strong>index.php</strong>';
  18. $lang['url_of_index'] = 'URL to the directory where the above index page is located';
  19. $lang['normally_root'] = 'Typically this will be the root of your site (http://www.yourdomain.com/)';
  20. $lang['do_not_include_index'] = 'Do not include the index page in the URL';
  21. $lang['url_of_admin'] = 'URL to your Control Panel access file';
  22. $lang['url_of_admin_info'] = 'You are currently using this file to run this installer.';
  23. $lang['webmaster_email'] = 'Email address of webmaster';
  24. $lang['server_type'] = 'What type of server are your hosted on?';
  25. $lang['unix_if_confused'] = 'If you do not know, choose <strong>Unix</strong>';
  26. $lang['unix_variant'] = 'Unix (or Unix variant, like Linux, Mac OS X, BSD, Solaris, etc.)';
  27. $lang['windows_variant'] = 'Windows (NT or IIS)';
  28. $lang['database_settings'] = 'Database Settings';
  29. $lang['database_type'] = 'Database Type';
  30. $lang['sql_server_address'] = 'SQL Server Address';
  31. $lang['usually_localhost'] = 'Usually you will use <strong>localhost</strong>, but your hosting provider may require something else';
  32. $lang['sql_username'] = 'SQL Username';
  33. $lang['sql_username_info'] = 'The username you use to access your SQL database';
  34. $lang['sql_password'] = 'SQL Password';
  35. $lang['sql_password_info'] = 'The password you use to access your SQL database';
  36. $lang['sql_dbname'] = 'SQL Database Name';
  37. $lang['sql_dbname_info'] = 'The name of the database where you want ExpressionEngine installed.';
  38. $lang['sql_prefix'] = 'SQL Database Prefix';
  39. $lang['sql_prefix_info'] = 'Use <strong>exp</strong> unless you need to use a different prefix';
  40. // $lang['sql_dbname_note'] = 'Note: If the database does not exist the installer will attempt to create it. However, depending on your server settings this may not be possible.';
  41. $lang['sql_dbname_note'] = 'Note: Please make sure that the database exists, ExpressionEngine will <strong>not</strong> create it for you.';
  42. $lang['sql_conntype'] = 'What type of database connection do you prefer?';
  43. $lang['persistent'] = 'Persistent';
  44. $lang['nonpersistent'] = 'Non-persistent (Recommended)';
  45. $lang['encrypt_settings'] = 'Encryption Settings';
  46. $lang['encrypt_type'] = 'What type of password encryption do you prefer?';
  47. $lang['sha1_recommended'] = '<strong>SHA1</strong> is recommended since it is more secure, but MD5 can be used for more broad compatibility with other PHP applications.';
  48. $lang['create_account'] = 'Create Your Admin Account';
  49. $lang['admin_info'] = 'You will use these settings to access your ExpressionEngine control panel';
  50. $lang['username'] = 'Username';
  51. $lang['4_chars'] = 'Must be at least 4 characters in length';
  52. $lang['password'] = 'Password';
  53. $lang['5_chars'] = 'Must be at least 5 characters in length';
  54. $lang['password_confirm'] = 'Password confirmation';
  55. $lang['password_mismatch'] = 'Password confirmation does not match';
  56. $lang['password_confirmed'] = 'Password confirmed';
  57. $lang['pw_retype'] = 'Please retype your password';
  58. $lang['email'] = 'Your email address';
  59. $lang['screen_name'] = 'Screen Name';
  60. $lang['screen_name_info'] = 'This is the name that will appear on your channel entries and posts';
  61. $lang['site_label'] = 'Name of your site';
  62. $lang['local_settings'] = 'Localization Settings';
  63. $lang['timezone'] = 'Your Timezone';
  64. $lang['dst_active'] = 'Are you currently observing Daylight Saving Time?';
  65. $lang['yes'] = 'Yes';
  66. $lang['no'] = 'No';
  67. $lang['optional_modules'] = 'Optional Modules';
  68. $lang['optional_modules_info'] = 'Modules that you would like automatically installed for you.';
  69. $lang['template_required_modules'] = '* Modules required by the selected template design';
  70. $lang['deft_template'] = 'Choose your default template design';
  71. $lang['browse_templates'] = 'Browse the templates';
  72. $lang['install_ee'] = 'Install ExpressionEngine!';
  73. $lang['back'] = 'Back';
  74. $lang['error'] = 'ERROR';
  75. $lang['error_occurred'] = 'The following error occurred:';
  76. $lang['module_errors_occurred'] = 'The following error(s) were reported during module installation:';
  77. $lang['support_resource_info'] = 'If you have questions regarding the above errors please visit our <a href="http:///support/">Support Resources</a> page or contact ExpressionEngine technical support.';
  78. $lang['click_to_install'] = 'Click here to install a brand new copy of ExpressionEngine';
  79. $lang['click_to_update'] = 'Click here to update ExpressionEngine to Version %s';
  80. $lang['version_update_text'] = 'Running update ...';
  81. $lang['invalid_action'] = 'The action you have requested is not valid.';
  82. $lang['unreadable_config'] = 'Your config.php file is unreadable. Please make sure the file exists and that the file permissions to 666 (or the equivalent write permissions for your server) on the following file: expressionengine/config/config.php';
  83. $lang['unwritable_config'] = 'Your config.php file does not appear to have the proper file permissions. Please set the file permissions to 666 (or the equivalent write permissions for your server) on the following file: expressionengine/config/config.php';
  84. $lang['unreadable_database'] = 'Your database.php file is unwriteable. Please make sure the file exists and that the file permissions to 666 (or the equivalent write permissions for your server) on the following file: expressionengine/config/database.php';
  85. $lang['unwritable_database'] = 'Your database.php file does not appear to have the proper file permissions. Please set the file permissions to 666 (or the equivalent write permissions for your server) on the following file: expressionengine/config/database.php';
  86. $lang['unwritable_cache_folder'] = 'Your cache folder does not appear to have proper permissions. Please set the folder permissions to 777 (or the equivalent write permissions for your server) on the following folder: expressionengine/cache';
  87. $lang['database_no_config'] = 'Unable to connect to your database using the configuration settings found in the following file: expressionengine/config/database.php file. Please correct the settings so that the update can proceed.';
  88. $lang['database_no_data'] = 'Unable to locate any database connection information.';
  89. $lang['database_no_connect'] = 'Unable to connect to your database using the configuration settings you submitted.';
  90. $lang['unreadable_update'] = 'Unable to read the contents of your /expressionengine/installer/updates directory. Please check the file permissions and re-run this installation wizard.';
  91. $lang['unreadable_files'] = 'One of your update files is unreadable. Please make sure all of the files located in this folder are readable: expressionengine/installer/updates/';
  92. $lang['unreadable_language'] = 'The language files needed for your current language selection (%x) are unavailable. Please put the language pack in this folder: expressionengine/language/';
  93. $lang['unreadable_email'] = 'Unable to locate the file containing your email templates (email_data.php). Make sure you have uploaded all components of this software.';
  94. $lang['unreadable_schema'] = 'Unable to locate the following folder: expressionengine/installer/schema/ Please upload all components before proceeding.';
  95. $lang['unreadable_dbdriver'] = 'Unable to locate the databae schema file in the following folder: expressionengine/installer/schema/ Please upload all components before proceeding.';
  96. $lang['improper_grants'] = 'Error: Unable to perform the SQL queries. Please make sure your SQL account has the proper GRANT privileges: CREATE, DROP, ALTER, INSERT, and DELETE';
  97. $lang['empty_fields'] = 'You must fill out all form fields';
  98. $lang['username_short'] = 'Your username must be at least 4 characters in length';
  99. $lang['password_short'] = 'Your password must be at least 5 characters in length';
  100. $lang['password_no_match'] = 'Your passwords and password confirmation do not match';
  101. $lang['password_not_unique'] = 'Your password can not be based on the username';
  102. $lang['password_no_dollar'] = 'Your MySQL password can not contain a dollar sign';
  103. $lang['update_error'] = 'An unexpected error occurred while performing the update';
  104. $lang['update_step_error'] = 'An unexpected error occured while performing the update. Could not find update step: %x';
  105. $lang['install_detected'] = 'Error: Existing Installation Detected!';
  106. $lang['install_detected_msg'] = 'ExpressionEngine appears to already be installed on your database, even though your config and database files are blank.';
  107. $lang['continuing_will_destroy'] = 'Continuing with this installation will destroy ALL information currently in your database.';
  108. $lang['do_not_click_if_updating'] = 'If you are attempting to <strong>UPDATE</strong> ExpressionEngine from a previous version <strong>Do NOT click the button</strong>. Instead, restore your config file first, then run this installation wizard again starting from the first page.';
  109. $lang['click_if_sure'] = '<strong>If you are absolutely sure you wish to perform a NEW installation, click the button below:</strong>';
  110. $lang['yes_install_ee'] = 'Yes I am sure. Install a brand new copy of ExpressionEngine';
  111. $lang['please_stand_by'] = 'Please Stand By...';
  112. $lang['currently_installing'] = 'We are currently updating your ExpressionEngine installation.';
  113. $lang['dont_close_browser'] = 'Do not close your browser until the update routine is finished.';
  114. $lang['ee_has_been_installed'] = 'ExpressionEngine has been successfully installed!';
  115. $lang['delete_via_ftp'] = '<strong>Very Important:</strong>&nbsp; Using your FTP program, please find the folder named "installer" and delete it from your server.';
  116. $lang['folder_is_located_at'] = 'You will find this folder located at:';
  117. $lang['no_access_until_delete'] = 'You will NOT be permitted to log into your Control Panel until you do.';
  118. $lang['bookmark_links'] = 'Please bookmark these two links:';
  119. $lang['cp_located_here'] = 'Your Control Panel is located here';
  120. $lang['site_located_here'] = 'Your Website is located here';
  121. $lang['running_current'] = 'You are now running the most current version of ExpressionEngine!';
  122. $lang['version_warning'] = 'Error: In order to install ExpressionEngine, your server must be running PHP version %x or newer.';
  123. $lang['version_running'] = 'Your server is current running PHP version:';
  124. $lang['switch_hosts'] = 'If you would like to switch to a host that provides more current software, please consider <a href="http://www.enginehosting.com/">EngineHosting</a>';
  125. $lang['trackback_removal_options'] = 'Trackback Conversion and Archiving Options';
  126. $lang['trackback_gone_in_200'] = 'The Trackback module has been removed in ExpressionEngine 2. You can choose to convert existing trackbacks to comments and/or generate a zip archive containing all existing trackbacks.';
  127. $lang['trackbacks_not_recoverable'] = 'All trackbacks will be removed.';
  128. $lang['convert_to_comments'] = 'Convert Trackbacks to Comments';
  129. $lang['archive_trackbacks'] = 'Create XML Archive of Trackback Data';
  130. $lang['trackback_zip_path'] = 'Path to the directory where the archive will be saved.';
  131. $lang['path_must_be_writable'] = 'The path must be writable and must not contain a file called trackback.zip';
  132. $lang['trackback_not_writable'] = 'The trackback path is not writable or already contains a file called trackback.zip';
  133. $lang['update_ee'] = 'Update ExpressionEngine!';
  134. // Template Updater Lang
  135. $lang['updating_template_as_files'] = 'Updating templates saved as files.';
  136. $lang['template_folders_not_located'] = 'The following site shortnames have templates saved as text files but no corresponding folder exists for the site:';
  137. $lang['template_folders_not_located_instr'] = 'Please upload the contents of your 1.x system/templates/ directory to the corresponding system/expressionengine/templates/&lt;site_short_name&gt;/ folder and verify permissions on the templates folder is set to 777.';
  138. $lang['template_files_not_located'] = 'Tempates should be saved as text files in the following locations, but the files are not readable. Please make sure the files exists and have proper permissions:';
  139. $lang['template_missing_explain_retry'] = 'The updater will sync your templates with the database and move the old files to a folder within the templates directory for archival purposes. If the missing template files cannot be found and read, it is possible the database will not contain the most recent version of your template. To prevent this, you are encouraged to replace any missing files above and %s.';
  140. $lang['template_missing_explain_ignore'] = ' If the database was already synced to the files or the missing folders are moot, you may %s';
  141. $lang['template_retry'] = 'Resume the Update';
  142. $lang['template_ignore'] = 'Ignore the Template Warning';
  143. $lang['template_move_errors'] = 'There was an error moving your existing template files to an archive folder. Please manually move any folders in the form system/expressionengine/templates/&lt;site_short_name&gt;/ to a backup location and then %s.';
  144. $lang['template_folder_not_writeable'] = 'The template folder is not writeable, make sure permissions are set to 777 on %s';
  145. $lang['unable_to_read_tmpl_file'] = 'Unable to read the following file: %s Verify it exists.';
  146. $lang['could_not_create_folder'] = 'Could not create folder for %s. Please make sure %s is writable';
  147. /* End of file installer_lang.php */
  148. /* Location: ./system/expressionengine/installer/language/english/installer_lang.php */