Вход Регистрация
Файл: apwa/stk/language/en/tools/support/mysql_upgrader.php
Строк: 95
<?php
/**
*
* @package Support Toolkit - MySQL Upgrader
* @copyright (c) 2009 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/

/**
* DO NOT CHANGE
*/
if (!defined('IN_PHPBB'))
{
    exit;
}

if (empty(
$lang) || !is_array($lang))
{
    
$lang = array();
}

// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
//
// Some characters you may want to copy&paste:
// ’ » “ ” …
//

$lang array_merge($lang, array(
    
'MYSQL_UPGRADER'                    => 'MySQL Upgrader',
    
'MYSQL_UPGRADER_BACKUP'                => 'This tool is potentially dangerous; make sure that you make a backup of your database before proceding!',
    
'MYSQL_UPGRADER_EXPLAIN'            => 'This tool is designed to resolve certain issues that are caused when the MySQL database used by your phpBB installation is upgraded. This upgrade will cause the database schema to become incompatible with the new version <em>See also the “<a href="http://www.phpbb.com/kb/article/doesnt-have-a-default-value-errors">Doesn't have a default value errors</a>” KB article.</em>',
    '
MYSQL_UPGRADER_DOWNLOAD'            => 'Download',
    '
MYSQL_UPGRADER_DOWNLOAD_EXPLAIN'    => 'By checking this option the MySQL Upgrader will generate the queries and display the output to youfrom there you can download the result file.',
    '
MYSQL_UPGRADER_RESULT'                => 'Below are the queries that must be run to update the database schema to the correct MySQL versionClick <a href="%s">here</ato download the queries in a .sql file.',
    '
MYSQL_UPGRADER_RUN'                => 'Run',
    '
MYSQL_UPGRADER_RUN_EXPLAIN'        => 'By checking this option the MySQL Upgrader will generate the queries and automatically run the result on your database.<br />This might take some time, do <strong>not</stronginterrupt this process until the tool notifies you that it's ready.',
    
'MYSQL_UPGRADER_SCRIPT'                => 'MySQL upgrader script',
    
'MYSQL_UPGRADER_SUCCESSFULL'        => 'The MySQL Upgrader has been run successfully',

    
'QUERY_FINISHED'    => 'Finished running query %1$d of %2$d, continuing to the next step.',

    
'TOOL_MYSQL_ONLY'    => 'This tool is only available for users of the MySQL DBMS',
));
Онлайн: 1
Реклама