mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 03:34:04 +02:00
fixing some bugs, most being submitted grammatical/spelling errors.
git-svn-id: file:///svn/phpbb/trunk@6915 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -50,7 +50,7 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'CATEGORY' => 'Category',
|
||||
'CACHE_STORE' => 'Cache type',
|
||||
'CACHE_STORE_EXPLAIN' => 'The physical location where data is cached, filesystem is prefered.',
|
||||
'CACHE_STORE_EXPLAIN' => 'The physical location where data is cached, filesystem is preferred.',
|
||||
'CAT_CONVERT' => 'Convert',
|
||||
'CAT_INSTALL' => 'Install',
|
||||
'CAT_OVERVIEW' => 'Overview',
|
||||
@@ -59,7 +59,7 @@ $lang = array_merge($lang, array(
|
||||
'CLEAN_VERIFY' => 'Cleaning up and verifying the final structure',
|
||||
'CONFIG_CONVERT' => 'Converting the configuration',
|
||||
'CONFIG_FILE_UNABLE_WRITE' => 'It was not possible to write the configuration file. Alternative methods for this file to be created are presented below',
|
||||
'CONFIG_FILE_WRITTEN' => 'The configuration file has been written, you may now proceed to the next step of the installation',
|
||||
'CONFIG_FILE_WRITTEN' => 'The configuration file has been written. You may now proceed to the next step of the installation',
|
||||
'CONFIG_PHPBB_EMPTY' => 'The phpBB3 config variable for "%s" is empty.',
|
||||
'CONFIG_RETRY' => 'Retry',
|
||||
'CONTACT_EMAIL_CONFIRM' => 'Confirm contact email',
|
||||
@@ -148,7 +148,7 @@ $lang = array_merge($lang, array(
|
||||
'ENABLE_KEYS' => 'Re-enabling keys. This can take a while',
|
||||
|
||||
'FILES_OPTIONAL' => 'Optional files and directories',
|
||||
'FILES_OPTIONAL_EXPLAIN' => '<strong>Optional</strong> - These files, directories or permissions are not required. The installation routines will attempt to use various techniques to complete if they do not exist or cannot be written to. However, the presence of these files, directories or permissions will speed installation.',
|
||||
'FILES_OPTIONAL_EXPLAIN' => '<strong>Optional</strong> - These files, directories or permission settings are not required. The installation system will attempt to use various techniques to create them if they do not exist or cannot be written to. However, the presence of these will speed installation.',
|
||||
'FILES_REQUIRED' => 'Files and Directories',
|
||||
'FILES_REQUIRED_EXPLAIN' => '<strong>Required</strong> - In order to function correctly phpBB needs to be able to access or write to certain files or directories. If you see “Not Found” you need to create the relevant file or directory. If you see “Unwriteable” you need to change the permissions on the file or directory to allow phpBB to write to it.',
|
||||
'FILLING_TABLE' => 'Filling table <strong>%s</strong>',
|
||||
@@ -172,7 +172,7 @@ $lang = array_merge($lang, array(
|
||||
'INSTALL_CONGRATS' => 'Congratulations',
|
||||
'INSTALL_CONGRATS_EXPLAIN' => 'You have now successfully installed phpBB 3.0. Clicking the button below will take you to your Administration Control Panel (ACP). Take some time to examine the options available to you. Remember that help is available online via the <a href="http://www.phpbb.com/support/documentation/3.0/">Userguide</a> and the <a href="http://www.phpbb.com/phpBB/viewforum.php?f=46">Beta support forum</a>, see the %sREADME%s for further information.<br /><br /><strong>Please now delete, move or rename the install directory before you use your forum. If this directory is still present, only the Administration Control Panel (ACP) will be accessible.</strong>',
|
||||
'INSTALL_INTRO' => 'Welcome to Installation',
|
||||
'INSTALL_INTRO_BODY' => 'With this option, it is possible to install phpBB onto your server.</p><p>In order to proceed, you will need the following information to hand:</p>
|
||||
'INSTALL_INTRO_BODY' => 'With this option, it is possible to install phpBB onto your server.</p><p>In order to proceed, you will need the following information on hand:</p>
|
||||
<ul>
|
||||
<li>Database server name</li>
|
||||
<li>Database name</li>
|
||||
@@ -202,7 +202,7 @@ $lang = array_merge($lang, array(
|
||||
'INST_ERR_EMAIL_INVALID' => 'The email address you entered is invalid',
|
||||
'INST_ERR_EMAIL_MISMATCH' => 'The emails you entered did not match.',
|
||||
'INST_ERR_FATAL' => 'Fatal installation error',
|
||||
'INST_ERR_FATAL_DB' => 'A fatal and unrecoverable database error has occured. This may be because the specified user does not have appropriate rights to <code>CREATE TABLES</code> or <code>INSERT</code> data, etc. Further information may be given below. Please contact your hosting provider in the first instance or the support forums of phpBB for further assistance.',
|
||||
'INST_ERR_FATAL_DB' => 'A fatal and unrecoverable database error has occurred. This may be because the specified user does not have appropriate rights to <code>CREATE TABLES</code> or <code>INSERT</code> data, etc. Further information may be given below. Please contact your hosting provider in the first instance or the support forums of phpBB for further assistance.',
|
||||
'INST_ERR_FTP_PATH' => 'Could not change to the given directory, please check the path.',
|
||||
'INST_ERR_FTP_LOGIN' => 'Could not login to FTP server, check your username and password',
|
||||
'INST_ERR_MISSING_DATA' => 'You must fill out all fields in this block',
|
||||
@@ -218,16 +218,16 @@ $lang = array_merge($lang, array(
|
||||
'INVALID_PRIMARY_KEY' => 'Invalid primary key : %s',
|
||||
|
||||
// mbstring
|
||||
'MBSTRING_CHECK' => '<samp>mbstring</samp> extension check',
|
||||
'MBSTRING_CHECK_EXPLAIN' => '<samp>mbstring</samp> is a PHP extension that provides multibyte string functions. Certain features of mbstring are not compatible with phpBB and must be disabled',
|
||||
'MBSTRING_FUNC_OVERLOAD' => 'Function overloading',
|
||||
'MBSTRING_FUNC_OVERLOAD_EXPLAIN' => '<var>mbstring.func_overload</var> must be set to either 0 or 4',
|
||||
'MBSTRING_ENCODING_TRANSLATION' => 'Transparent character encoding',
|
||||
'MBSTRING_ENCODING_TRANSLATION_EXPLAIN' => '<var>mbstring.encoding_translation</var> must be set to 0',
|
||||
'MBSTRING_HTTP_INPUT' => 'HTTP input character conversion',
|
||||
'MBSTRING_HTTP_INPUT_EXPLAIN' => '<var>mbstring.http_input</var> must be set to pass',
|
||||
'MBSTRING_HTTP_OUTPUT' => 'HTTP output character conversion',
|
||||
'MBSTRING_HTTP_OUTPUT_EXPLAIN' => '<var>mbstring.http_output</var> must be set to pass',
|
||||
'MBSTRING_CHECK' => '<samp>mbstring</samp> extension check',
|
||||
'MBSTRING_CHECK_EXPLAIN' => '<samp>mbstring</samp> is a PHP extension that provides multibyte string functions. Certain features of mbstring are not compatible with phpBB and must be disabled.',
|
||||
'MBSTRING_FUNC_OVERLOAD' => 'Function overloading',
|
||||
'MBSTRING_FUNC_OVERLOAD_EXPLAIN' => '<var>mbstring.func_overload</var> must be set to either 0 or 4',
|
||||
'MBSTRING_ENCODING_TRANSLATION' => 'Transparent character encoding',
|
||||
'MBSTRING_ENCODING_TRANSLATION_EXPLAIN' => '<var>mbstring.encoding_translation</var> must be set to 0',
|
||||
'MBSTRING_HTTP_INPUT' => 'HTTP input character conversion',
|
||||
'MBSTRING_HTTP_INPUT_EXPLAIN' => '<var>mbstring.http_input</var> must be set to <samp>pass</samp>',
|
||||
'MBSTRING_HTTP_OUTPUT' => 'HTTP output character conversion',
|
||||
'MBSTRING_HTTP_OUTPUT_EXPLAIN' => '<var>mbstring.http_output</var> must be set to <samp>pass</samp>',
|
||||
|
||||
'MAKE_FOLDER_WRITABLE' => 'Please make sure that this folder exists and is writable by the webserver then try again:<br />»<strong>%s</strong>',
|
||||
'MAKE_FOLDERS_WRITABLE' => 'Please make sure that these folders exist and are writable by the webserver then try again:<br />»<strong>%s</strong>',
|
||||
@@ -241,11 +241,11 @@ $lang = array_merge($lang, array(
|
||||
'NO_LOCATION' => 'Cannot determine location. If you know Imagemagick is installed, you may specify the location later within your Administration Panel',
|
||||
'NO_TABLES_FOUND' => 'No tables found.',
|
||||
// TODO: Write some explanatory introduction text
|
||||
'OVERVIEW_BODY' => 'Welcome to our public beta of the next-generation of phpBB after 2.0.x, phpBB 3.0! This beta release is intended for advanced users to try out on dedicated development enviroments to help us finish creating the best Opensource Bulletin Board solution available.</p><p><strong style="text-transform: uppercase;">Note:</strong> This release is <strong style="text-transform: uppercase;">not final</strong> and made available for testing purposes <strong style="text-transform: uppercase;">only</strong>.</p><p>This installation system will guide you through the process of installing phpBB, converting from a different software package or updating to the latest version of phpBB. For more information on each option, select it from the menu above.',
|
||||
'OVERVIEW_BODY' => 'Welcome to our public beta of the next-generation of phpBB after 2.0.x, phpBB 3.0! This beta release is intended for advanced users to try out on dedicated development environments to help us finish creating the best Opensource Bulletin Board solution available.</p><p><strong style="text-transform: uppercase;">Note:</strong> This release is <strong style="text-transform: uppercase;">not final</strong> and made available for testing purposes <strong style="text-transform: uppercase;">only</strong>.</p><p>This installation system will guide you through the process of installing phpBB, converting from a different software package or updating to the latest version of phpBB. For more information on each option, select it from the menu above.',
|
||||
'PCRE_UTF_SUPPORT' => 'PCRE UTF-8 support',
|
||||
'PCRE_UTF_SUPPORT_EXPLAIN' => 'phpBB will <strong>not</strong> run if your PHP installation is not compiled with UTF-8 support in the PCRE extension',
|
||||
'PHP_OPTIONAL_MODULE' => 'Optional modules',
|
||||
'PHP_OPTIONAL_MODULE_EXPLAIN' => '<strong>Optional</strong> - These modules or applications are optional, you do not need these to use phpBB 3.0. However if you have them available they will enable greater functionality.',
|
||||
'PHP_OPTIONAL_MODULE_EXPLAIN' => '<strong>Optional</strong> - These modules or applications are optional. However, if they are available they will enable extra features.',
|
||||
'PHP_SUPPORTED_DB' => 'Supported databases',
|
||||
'PHP_SUPPORTED_DB_EXPLAIN' => '<strong>Required</strong> - You must have support for at least one compatible database within PHP. If no database modules are shown as available you should contact your hosting provider or review the relevant PHP installation documentation for advice.',
|
||||
'PHP_REGISTER_GLOBALS' => 'PHP setting <var>register_globals</var> is disabled',
|
||||
@@ -264,7 +264,7 @@ $lang = array_merge($lang, array(
|
||||
'REFRESH_PAGE_EXPLAIN' => 'If set to yes, the convertor will refresh the page to continue the conversion after having finished a step. If this is your first conversion for testing purposes and to determine any errors in advance, we suggest to set this to No.',
|
||||
// 'REQUIRED' => 'Required',
|
||||
'REQUIREMENTS_TITLE' => 'Installation compatibility',
|
||||
'REQUIREMENTS_EXPLAIN' => 'Before proceeding with full installation phpBB will carry out some tests on your server configuration and files to ensure that you are able to install and run phpBB. Please ensure you read through the results thoroughly and do not proceed until all the required tests are passed. If you wish to enable any of the functionality listed by the optional tests, you should ensure that these tests are passed also.',
|
||||
'REQUIREMENTS_EXPLAIN' => 'Before proceeding with the full installation phpBB will carry out some tests on your server configuration and files to ensure that you are able to install and run phpBB. Please ensure you read through the results thoroughly and do not proceed until all the required tests are passed. If you wish to use any of the features depending on the optional tests, you should ensure that these tests are passed also.',
|
||||
'RETRY_WRITE' => 'Retry writing config',
|
||||
'RETRY_WRITE_EXPLAIN' => 'If you wish you can change the permissions on config.php to allow phpBB to write to it. Should you wish to do that you can click Retry below to try again. Remember to return the permissions on config.php after phpBB has finished installation.',
|
||||
|
||||
@@ -276,7 +276,7 @@ $lang = array_merge($lang, array(
|
||||
'SPECIFY_OPTIONS' => 'Specify conversion options',
|
||||
'STAGE_ADMINISTRATOR' => 'Administrator details',
|
||||
'STAGE_ADVANCED' => 'Advanced settings',
|
||||
'STAGE_ADVANCED_EXPLAIN' => 'The settings on this page are only necessary to set if you know that you require something different from the default. If unsure, just proceed to the next page, this can be altered from the Administration Panel later.',
|
||||
'STAGE_ADVANCED_EXPLAIN' => 'The settings on this page are only necessary to set if you know that you require something different from the default. If you are unsure, just proceed to the next page, as these settings can be altered from the Administration Control Panel later.',
|
||||
'STAGE_CONFIG_FILE' => 'Configuration file',
|
||||
'STAGE_CREATE_TABLE' => 'Create database tables',
|
||||
'STAGE_CREATE_TABLE_EXPLAIN' => 'The database tables used by phpBB 3.0 have been created and populated with some initial data. Proceed to the next screen to finish installing phpBB.',
|
||||
|
Reference in New Issue
Block a user