Updated language files

This commit is contained in:
Visman 2017-01-05 13:24:19 +07:00
parent 25d8c50e2a
commit dd7c36773b
6 changed files with 56 additions and 56 deletions

View file

@ -35,7 +35,7 @@ define('FORUM_NO_SET_NAMES', 1);
// Make sure we are running at least MIN_PHP_VERSION
if (!function_exists('version_compare') || version_compare(PHP_VERSION, MIN_PHP_VERSION, '<'))
exit('You are running PHP version '.PHP_VERSION.'. FluxBB '.UPDATE_TO.' requires at least PHP '.MIN_PHP_VERSION.' to run properly. You must upgrade your PHP installation before you can continue.');
exit('You are running PHP version '.PHP_VERSION.'. ForkBB '.UPDATE_TO.' requires at least PHP '.MIN_PHP_VERSION.' to run properly. You must upgrade your PHP installation before you can continue.');
define('PUN_ROOT', dirname(__FILE__).'/');

View file

@ -148,7 +148,7 @@ if (!isset($_POST['form_sent']))
$db_type = $db_name = $db_username = $db_prefix = $username = $email = $salt1 = '';
$db_host = 'localhost';
$title = $lang_install['My FluxBB Forum'];
$title = $lang_install['My ForkBB Forum'];
$description = '<p><span>'.$lang_install['Description'].'</span></p>';
$default_lang = $install_lang;
$default_style = 'Air';
@ -261,7 +261,7 @@ if (!isset($_POST['form_sent']) || !empty($alerts))
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><?php echo $lang_install['FluxBB Installation'] ?></title>
<title><?php echo $lang_install['ForkBB Installation'] ?></title>
<link rel="stylesheet" type="text/css" href="style/<?php echo $default_style ?>.css" />
<script type="text/javascript">
/* <![CDATA[ */
@ -305,7 +305,7 @@ function process_form(the_form)
<div id="brdheader" class="block">
<div class="box">
<div id="brdtitle" class="inbox">
<h1><span><?php echo $lang_install['FluxBB Installation'] ?></span></h1>
<h1><span><?php echo $lang_install['ForkBB Installation'] ?></span></h1>
<div id="brddesc"><p><?php echo $lang_install['Welcome'] ?></p></div>
</div>
</div>
@ -2128,7 +2128,7 @@ else
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><?php echo $lang_install['FluxBB Installation'] ?></title>
<title><?php echo $lang_install['ForkBB Installation'] ?></title>
<link rel="stylesheet" type="text/css" href="style/<?php echo $default_style ?>.css" />
</head>
<body>
@ -2140,8 +2140,8 @@ else
<div id="brdheader" class="block">
<div class="box">
<div id="brdtitle" class="inbox">
<h1><span><?php echo $lang_install['FluxBB Installation'] ?></span></h1>
<div id="brddesc"><p><?php echo $lang_install['FluxBB has been installed'] ?></p></div>
<h1><span><?php echo $lang_install['ForkBB Installation'] ?></span></h1>
<div id="brddesc"><p><?php echo $lang_install['ForkBB has been installed'] ?></p></div>
</div>
</div>
</div>
@ -2197,7 +2197,7 @@ else
<div class="fakeform">
<div class="inform">
<div class="forminfo">
<p><?php echo $lang_install['FluxBB fully installed'] ?></p>
<p><?php echo $lang_install['ForkBB fully installed'] ?></p>
</div>
</div>
</div>

View file

@ -8,10 +8,10 @@ $lang_install = array(
'Choose install language info' => 'The language used for this install script. The default language used for the board itself can be set below.',
'Install language' => 'Install language',
'Change language' => 'Change language',
'Already installed' => 'It seems like FluxBB is already installed. You should go <a href="index.php">here</a> instead.',
'You are running error' => 'You are running %1$s version %2$s. FluxBB %3$s requires at least %1$s %4$s to run properly. You must upgrade your %1$s installation before you can continue.',
'My FluxBB Forum' => 'My FluxBB Forum',
'Description' => 'Unfortunately no one can be told what FluxBB is - you have to see it for yourself.',
'Already installed' => 'It seems like ForkBB is already installed. You should go <a href="index.php">here</a> instead.',
'You are running error' => 'You are running %1$s version %2$s. ForkBB %3$s requires at least %1$s %4$s to run properly. You must upgrade your %1$s installation before you can continue.',
'My ForkBB Forum' => 'My ForkBB Forum',
'Description' => 'Unfortunately no one can be told what ForkBB is - you have to see it for yourself.',
'Username 1' => 'Usernames must be at least 2 characters long.',
'Username 2' => 'Usernames must not be more than 25 characters long.',
'Username 3' => 'The username guest is reserved.',
@ -24,15 +24,15 @@ $lang_install = array(
'No board title' => 'You must enter a board title.',
'Error default language' => 'The default language chosen doesn\'t seem to exist.',
'Error default style' => 'The default style chosen doesn\'t seem to exist.',
'No DB extensions' => 'This PHP environment does not have support for any of the databases that FluxBB supports. PHP needs to have support for either MySQL, PostgreSQL or SQLite in order for FluxBB to be installed.',
'No DB extensions' => 'This PHP environment does not have support for any of the databases that ForkBB supports. PHP needs to have support for either MySQL, PostgreSQL or SQLite in order for ForkBB to be installed.',
'Administrator username' => 'Administrator\'s username',
'Administrator email' => 'Administrator\'s email',
'Board title' => 'Board title',
'Base URL' => 'The URL (without trailing slash) of your FluxBB forum. This must be correct.',
'Base URL' => 'The URL (without trailing slash) of your ForkBB forum. This must be correct.',
'Required field' => 'is a required field in this form.',
'FluxBB Installation' => 'FluxBB Installation',
'Welcome' => 'You are about to install FluxBB. In order to install FluxBB, you must complete the form set out below. If you encounter any difficulties with the installation, please refer to the documentation.',
'Install' => 'Install FluxBB %s',
'ForkBB Installation' => 'ForkBB Installation',
'Welcome' => 'You are about to install ForkBB. In order to install ForkBB, you must complete the form set out below. If you encounter any difficulties with the installation, please refer to the documentation.',
'Install' => 'Install ForkBB %s',
'Errors' => 'The following errors need to be corrected:',
'Database setup' => 'Database setup',
'Info 1' => 'All information we need to create a connection with your database.',
@ -44,14 +44,14 @@ $lang_install = array(
'Info 3' => 'You should be able to get this info from your web host, if <code>localhost</code> does not work.',
'Database server hostname' => 'Database server hostname',
'Database enter name' => 'Enter the name of your database',
'Info 4' => 'The name of the database you want to install FluxBB on.',
'Info 4' => 'The name of the database you want to install ForkBB on.',
'Database name' => 'Database name',
'Database enter informations' => 'Enter your database username and password',
'Database username' => 'Database username',
'Info 5' => 'Your MySQL username and password (ignore of SQLite).',
'Database password' => 'Database password',
'Database enter prefix' => 'Enter database table prefix',
'Info 6' => 'If you want to run multiple FluxBB installations in a single database, change this.',
'Info 6' => 'If you want to run multiple ForkBB installations in a single database, change this.',
'Table prefix' => 'Table prefix',
'Administration setup' => 'Administration setup',
'Info 7' => 'Create the very first account on your board.',
@ -70,7 +70,7 @@ $lang_install = array(
'DB type not valid' => '\'%s\' is not a valid database type',
'Table prefix error' => 'The table prefix \'%s\' contains illegal characters or is too long. The prefix may contain the letters a to z, any numbers and the underscore character. They must however not start with a number. The maximum length is 40 characters. Please choose a different prefix',
'Prefix reserved' => 'The table prefix \'sqlite_\' is reserved for use by the SQLite engine. Please choose a different prefix',
'Existing table error' => 'A table called \'%susers\' is already present in the database \'%s\'. This could mean that FluxBB is already installed or that another piece of software is installed and is occupying one or more of the table names FluxBB requires. If you want to install multiple copies of FluxBB in the same database, you must choose a different table prefix',
'Existing table error' => 'A table called \'%susers\' is already present in the database \'%s\'. This could mean that ForkBB is already installed or that another piece of software is installed and is occupying one or more of the table names ForkBB requires. If you want to install multiple copies of ForkBB in the same database, you must choose a different table prefix',
'InnoDB off' => 'InnoDB does not seem to be enabled. Please choose a database layer that does not have InnoDB support, or enable InnoDB on your MySQL server',
'Administrators' => 'Administrators',
'Administrator' => 'Administrator',
@ -83,19 +83,19 @@ $lang_install = array(
'Rules' => 'Enter your rules here',
'Maintenance message' => 'The forums are temporarily down for maintenance. Please try again in a few minutes.',
'Test post' => 'Test topic',
'Message' => 'If you are looking at this (which I guess you are), the install of FluxBB appears to have worked! Now log in and head over to the administration control panel to configure your forum.',
'Message' => 'If you are looking at this (which I guess you are), the install of ForkBB appears to have worked! Now log in and head over to the administration control panel to configure your forum.',
'Test category' => 'Test category',
'Test forum' => 'Test forum',
'This is just a test forum' => 'This is just a test forum',
'Alert cache' => '<strong>The cache directory is currently not writable!</strong> In order for FluxBB to function properly, the directory <em>%s</em> must be writable by PHP. Use chmod to set the appropriate directory permissions. If in doubt, chmod to 0777.',
'Alert cache' => '<strong>The cache directory is currently not writable!</strong> In order for ForkBB to function properly, the directory <em>%s</em> must be writable by PHP. Use chmod to set the appropriate directory permissions. If in doubt, chmod to 0777.',
'Alert avatar' => '<strong>The avatar directory is currently not writable!</strong> If you want users to be able to upload their own avatar images you must see to it that the directory <em>%s</em> is writable by PHP. You can later choose to save avatar images in a different directory (see Admin/Options). Use chmod to set the appropriate directory permissions. If in doubt, chmod to 0777.',
'Alert upload' => '<strong>File uploads appear to be disallowed on this server!</strong> If you want users to be able to upload their own avatar images you must enable the file_uploads configuration setting in PHP. Once file uploads have been enabled, avatar uploads can be enabled in Administration/Options/Features.',
'FluxBB has been installed' => 'FluxBB has been installed. To finalize the installation please follow the instructions below.',
'ForkBB has been installed' => 'ForkBB has been installed. To finalize the installation please follow the instructions below.',
'Final instructions' => 'Final instructions',
'Info 17' => 'To finalize the installation, you need to click on the button below to download a file called config.php. You then need to upload this file to directory /include of your FluxBB installation.',
'Info 18' => 'Once you have uploaded config.php, FluxBB will be fully installed! At that point, you may <a href="index.php">go to the forum index</a>.',
'Info 17' => 'To finalize the installation, you need to click on the button below to download a file called config.php. You then need to upload this file to directory /include of your ForkBB installation.',
'Info 18' => 'Once you have uploaded config.php, ForkBB will be fully installed! At that point, you may <a href="index.php">go to the forum index</a>.',
'Download config.php file' => 'Download config.php file',
'FluxBB fully installed' => 'FluxBB has been fully installed! You may now <a href="index.php">go to the forum index</a>.',
'ForkBB fully installed' => 'ForkBB has been fully installed! You may now <a href="index.php">go to the forum index</a>.',
'Salt for password' => 'Salt for passwords',
);

View file

@ -4,29 +4,29 @@
$lang_update = array(
'Update' => 'Update FluxBB',
'Update message' => 'Your FluxBB database is out-of-date and must be upgraded in order to continue. If you are the board administrator, please follow the instructions below to complete the upgrade.',
'Update' => 'Update ForkBB',
'Update message' => 'Your ForkBB database is out-of-date and must be upgraded in order to continue. If you are the board administrator, please follow the instructions below to complete the upgrade.',
'Note' => 'Note:',
'Members message' => 'This process is for board administrators only. If you are a member there is nothing to worry about - the forums will be back shortly!',
'Administrator only' => 'This step is for the board administrator only!',
'Database password info' => 'To perform the database update please enter the database password with which FluxBB was installed. If you cannot remember, this is stored in your \'config.php\' file.',
'Database password info' => 'To perform the database update please enter the database password with which ForkBB was installed. If you cannot remember, this is stored in your \'config.php\' file.',
'Database password note' => 'If you are running SQLite (and hence have no database password) please use the database file name instead. This must exactly match the database file name given in your configuration file.',
'Database password' => 'Database password',
'Maintenance' => 'Maintenance',
'Maintenance message info' => 'The message that will be displayed to users during the updating process. This text will not be parsed like regular posts and thus may contain HTML.',
'Maintenance message' => 'Maintenance message',
'You are running error' => 'You are running %1$s version %2$s. FluxBB %3$s requires at least %1$s %4$s to run properly. You must upgrade your %1$s installation before you can continue.',
'Version mismatch error' => 'Version mismatch. The database \'%s\' doesn\'t seem to be running a FluxBB database schema supported by this update script.',
'You are running error' => 'You are running %1$s version %2$s. ForkBB %3$s requires at least %1$s %4$s to run properly. You must upgrade your %1$s installation before you can continue.',
'Version mismatch error' => 'Version mismatch. The database \'%s\' doesn\'t seem to be running a ForkBB database schema supported by this update script.',
'Invalid file error' => 'Invalid database file name. When using SQLite the database file name must be entered exactly as it appears in your \'%s\'',
'Invalid password error' => 'Invalid database password. To upgrade FluxBB you must enter your database password exactly as it appears in your \'%s\'',
'Invalid password error' => 'Invalid database password. To upgrade ForkBB you must enter your database password exactly as it appears in your \'%s\'',
'No password error' => 'No database password provided',
'Script runs error' => 'It appears the update script is already being ran by someone else. If this is not the case, please manually delete the file \'%s\' and try again',
'No update error' => 'Your forum is already as up-to-date as this script can make it',
'Intro 1' => 'This script will update your forum database. The update procedure might take anything from a second to hours depending on the speed of the server and the size of the forum database. Don\'t forget to make a backup of the database before continuing.',
'Intro 2' => 'Did you read the update instructions in the documentation? If not, start there.',
'No charset conversion' => '<strong>IMPORTANT!</strong> FluxBB has detected that this PHP environment does not have support for the encoding mechanisms required to do UTF-8 conversion from character sets other than ISO-8859-1. What this means is that if the current character set is not ISO-8859-1, FluxBB won\'t be able to convert your forum database to UTF-8 and you will have to do it manually. Instructions for doing manual charset conversion can be found in the update instructions.',
'No charset conversion' => '<strong>IMPORTANT!</strong> ForkBB has detected that this PHP environment does not have support for the encoding mechanisms required to do UTF-8 conversion from character sets other than ISO-8859-1. What this means is that if the current character set is not ISO-8859-1, ForkBB won\'t be able to convert your forum database to UTF-8 and you will have to do it manually. Instructions for doing manual charset conversion can be found in the update instructions.',
'Enable conversion' => '<strong>Enable conversion:</strong> When enabled this update script will, after it has made the required structural changes to the database, convert all text in the database from the current character set to UTF-8. This conversion is required if you\'re upgrading from version 1.2.',
'Current character set' => '<strong>Current character set:</strong> If the primary language in your forum is English, you can leave this at the default value. However, if your forum is non-English, you should enter the character set of the primary language pack used in the forum. <em>Getting this wrong can corrupt your database so don\'t just guess!</em> Note: This is required even if the old database is UTF-8.',
'Charset conversion' => 'Charset conversion',
@ -35,7 +35,7 @@ $lang_update = array(
'Current character set info' => 'Accept default for English forums otherwise the character set of the primary language pack.',
'Start update' => 'Start update',
'Error converting users' => 'Error converting users',
'Error info 1' => 'There was an error converting some users. This can occur when converting from FluxBB v1.2 if multiple users have registered with very similar usernames, for example "bob" and "böb".',
'Error info 1' => 'There was an error converting some users. This can occur when converting from ForkBB v1.2 if multiple users have registered with very similar usernames, for example "bob" and "böb".',
'Error info 2' => 'Below is a list of users who failed to convert. Please choose a new username for each user. Users who are renamed will automatically be sent an email alerting them of the change.',
'New username' => 'New username',
'Required' => '(Required)',

View file

@ -8,10 +8,10 @@ $lang_install = array(
'Choose install language info' => 'Язык, на котором будет отображаться информация во время установки форума. Для форума язык по умолчанию можно задать отдельно, ниже.',
'Install language' => 'Язык',
'Change language' => 'Выберите язык',
'Already installed' => 'FluxBB, кажется, уже установлен. <a href="index.php">Перейдите</a> на форум.',
'You are running error' => 'Вы используете %1$s версии %2$s. FluxBB %3$s требует как минимум %1$s %4$s для своей работы. Вы должны обновить ваш %1$s, прежде чем продолжить.',
'My FluxBB Forum' => 'Мой FluxBB форум',
'Description' => 'К сожалению ни кто не может описать, что такое FluxBB - вам придется это увидеть.',
'Already installed' => 'ForkBB, кажется, уже установлен. <a href="index.php">Перейдите</a> на форум.',
'You are running error' => 'Вы используете %1$s версии %2$s. ForkBB %3$s требует как минимум %1$s %4$s для своей работы. Вы должны обновить ваш %1$s, прежде чем продолжить.',
'My ForkBB Forum' => 'Мой ForkBB форум',
'Description' => 'К сожалению ни кто не может описать, что такое ForkBB - вам придется это увидеть.',
'Username 1' => 'Имя пользователя должно быть хотя бы 2 символа длиной.',
'Username 2' => 'Имя пользователя должно быть не более 25 символов.',
'Username 3' => 'Имя "гость" зарезервировано.',
@ -24,15 +24,15 @@ $lang_install = array(
'No board title' => 'Вы забыли ввести заголовок для форума.',
'Error default language' => 'Отсутствует выбранный язык по умолчанию.',
'Error default style' => 'Отсутствует выбранный стиль по умолчанию.',
'No DB extensions' => 'Ваш PHP не поддерживает данный тип базы данных. PHP должен иметь поддержку MySQL, PostgreSQL или SQLite, чтобы установить FluxBB.',
'No DB extensions' => 'Ваш PHP не поддерживает данный тип базы данных. PHP должен иметь поддержку MySQL, PostgreSQL или SQLite, чтобы установить ForkBB.',
'Administrator username' => 'Имя администратора',
'Administrator email' => 'Email администратора',
'Board title' => 'Заголовок для форума',
'Base URL' => 'URL (без завершающего слэша) вашего форума. Должен быть введен без ошибок.',
'Required field' => 'обязательное поле в этой форме.',
'FluxBB Installation' => 'Установка FluxBB',
'Welcome' => 'Вы собираетесь установить FluxBB. Для этого заполните ниже представленную форму. Если вы столкнетесь с трудностями в процессе установки, пожалуйста, обратитесь к документации.',
'Install' => 'Установка FluxBB %s',
'ForkBB Installation' => 'Установка ForkBB',
'Welcome' => 'Вы собираетесь установить ForkBB. Для этого заполните ниже представленную форму. Если вы столкнетесь с трудностями в процессе установки, пожалуйста, обратитесь к документации.',
'Install' => 'Установка ForkBB %s',
'Errors' => 'Следующие ошибки должны быть исправлены:',
'Database setup' => 'Настройки базы данных',
'Info 1' => 'Полная информация о подключаемой базе данных.',
@ -44,14 +44,14 @@ $lang_install = array(
'Info 3' => 'Вы можете уточнить адрес у хостера, если <code>localhost</code> не работает.',
'Database server hostname' => 'Адрес сервера базы данных',
'Database enter name' => 'Ввод имени базы данных',
'Info 4' => 'Имя базы данных, в которую будет установлен FluxBB.',
'Info 4' => 'Имя базы данных, в которую будет установлен ForkBB.',
'Database name' => 'Имя базы данных',
'Database enter informations' => 'Ввод имени пользователя и пароля к базе данных',
'Database username' => 'Имя пользователя базы данных',
'Info 5' => 'Введите имя пользователя и пароль для подключения к базе данных. Для SQLite не нужно.',
'Database password' => 'Пароль к базе данных',
'Database enter prefix' => 'Ввод префикса таблиц базы данных',
'Info 6' => 'Если требуется установить несколько форумов FluxBB в одну базу данных, измените это поле.',
'Info 6' => 'Если требуется установить несколько форумов ForkBB в одну базу данных, измените это поле.',
'Table prefix' => 'Префикс таблиц',
'Administration setup' => 'Настройки администратора',
'Info 7' => 'Создайте первый аккаунт на вашем форуме.',
@ -70,7 +70,7 @@ $lang_install = array(
'DB type not valid' => '\'%s\' неверный тип базы данных',
'Table prefix error' => 'Префикс \'%s\' содержит недопустимые символы или слишком длинный. Префикс может содержать буквы от a до z (латиница), цифры и знак подчеркивания. Первой должна идти буква. Максимальная длина 40 символов. Пожалуйста, введите другой префикс',
'Prefix reserved' => 'Префикс \'sqlite_\' зарезрвирован для SQLite. Пожалуйста, введите другой префикс',
'Existing table error' => 'Таблица \'%susers\' уже существует в базе \'%s\'. Это может означать, что FluxBB был установлен в данную базу или другой программный пакет занимает таблицы, требуемые для работы FluxBB. Если вы хотите установить несколько копий форума в одну базу, выбирайте разные префиксы для них',
'Existing table error' => 'Таблица \'%susers\' уже существует в базе \'%s\'. Это может означать, что ForkBB был установлен в данную базу или другой программный пакет занимает таблицы, требуемые для работы ForkBB. Если вы хотите установить несколько копий форума в одну базу, выбирайте разные префиксы для них',
'InnoDB off' => 'Подсистема InnoDB выключена. Пожалуйста, выберите другой тип базы без InnoDB или включите InnoDB на вашем сервере MySQL',
'Administrators' => 'Администраторы',
'Administrator' => 'Администратор',
@ -83,19 +83,19 @@ $lang_install = array(
'Rules' => 'Введите правила форума в этом поле',
'Maintenance message' => 'Форум временно переведен в режим обслуживания. Пожалуйста, вернитесь через несколько минут.',
'Test post' => 'Тестовая тема',
'Message' => 'Если вы видите это сообщение, то установка FluxBB закончена и форум работает! Теперь перейдите в админку и сконфигурируйте ваш форум.',
'Message' => 'Если вы видите это сообщение, то установка ForkBB закончена и форум работает! Теперь перейдите в админку и сконфигурируйте ваш форум.',
'Test category' => 'Тестовая категория',
'Test forum' => 'Тестовый раздел',
'This is just a test forum' => 'Этот раздел создан для тестирования',
'Alert cache' => '<strong>Папка кэша закрыта от записи!</strong> Для правильного функционирования FluxBB директория <em>%s</em> должна быть открыта для записи из PHP. Используйте chmod для установки прав на директорию. Если сомневаетесь, то установите права 0777.',
'Alert cache' => '<strong>Папка кэша закрыта от записи!</strong> Для правильного функционирования ForkBB директория <em>%s</em> должна быть открыта для записи из PHP. Используйте chmod для установки прав на директорию. Если сомневаетесь, то установите права 0777.',
'Alert avatar' => '<strong>Папка для аватар закрыта от записи!</strong> Если вы хотите, чтобы пользователи форума использовали аватары, вы должны разрешить запись в директорию <em>%s</em> для PHP. Позже вы можете сменить директорию хранения аватар (смотрите Админка/Опции). Используйте chmod для установки прав на директорию. Если сомневаетесь, то установите права 0777.',
'Alert upload' => '<strong>Загрузка файлов, кажется, выключена на этом сервере!</strong> Если вы хотите, чтобы пользователи форума использовали аватары, вы должны разрешить file_uploads в настройках вашего PHP. После разрешения загрузки файлов на сервер, вы можете разрешить использования аватар для пользователей форума (смотрите Админка/Опции).',
'FluxBB has been installed' => 'FluxBB установлен. Для завершения следуйте ниже приведенной инструкции.',
'ForkBB has been installed' => 'ForkBB установлен. Для завершения следуйте ниже приведенной инструкции.',
'Final instructions' => 'Заключительная инструкция',
'Info 17' => 'Чтобы завершить установку форума, нажмите кнопку ниже для скачивания файла config.php. После этого запишите этот файл в директорию /include вашего форума.',
'Info 18' => 'Как только вы загрузите config.php на форум, FluxBB будет полностью установлен! После этого <a href="index.php">перейти на главную страницу форума</a>.',
'Info 18' => 'Как только вы загрузите config.php на форум, ForkBB будет полностью установлен! После этого <a href="index.php">перейти на главную страницу форума</a>.',
'Download config.php file' => 'Скачать файл config.php',
'FluxBB fully installed' => 'FluxBB полностью установлен! Теперь вы можете <a href="index.php">перейти на главную страницу форума</a>.',
'ForkBB fully installed' => 'ForkBB полностью установлен! Теперь вы можете <a href="index.php">перейти на главную страницу форума</a>.',
'Salt for password' => 'Соль для паролей',
);

View file

@ -4,8 +4,8 @@
$lang_update = array(
'Update' => 'Обновление FluxBB',
'Update message' => 'База данных вашего FluxBB устарела и требует обновления для дальнейшей работы. Если вы администратор этого форума, следуйте, пожалуйста, ниже указанным инструкциям.',
'Update' => 'Обновление ForkBB',
'Update message' => 'База данных вашего ForkBB устарела и требует обновления для дальнейшей работы. Если вы администратор этого форума, следуйте, пожалуйста, ниже указанным инструкциям.',
'Note' => 'Примечание:',
'Members message' => 'Действие может выполнить только администратор форума. Причины для волнения нет - вскоре форум снова будет функционировать!',
'Administrator only' => 'Этот шаг только для администратора форума!',
@ -16,17 +16,17 @@ $lang_update = array(
'Maintenance message info' => 'Сообщение, которое будет показано пользователям во время процесса обновления. Этот текст не обрабатывается парсером, может содержать HTML.',
'Maintenance message' => 'Сообщение обслуживания',
'You are running error' => 'Вы используете %1$s версии %2$s. FluxBB %3$s требует как минимум %1$s %4$s для своей работы. Вы должны обновить ваш %1$s, прежде чем продолжить.',
'Version mismatch error' => 'Несоответствие версии. База данных \'%s\' не может быть сконвертирована этим скриптом до структуры текущей FluxBB.',
'You are running error' => 'Вы используете %1$s версии %2$s. ForkBB %3$s требует как минимум %1$s %4$s для своей работы. Вы должны обновить ваш %1$s, прежде чем продолжить.',
'Version mismatch error' => 'Несоответствие версии. База данных \'%s\' не может быть сконвертирована этим скриптом до структуры текущей ForkBB.',
'Invalid file error' => 'Неправильное имя файла базы данных. Имя файла базы данных SQLite должно точно соответствовать тому, что указано в конфигурационном файле \'%s\'',
'Invalid password error' => 'Неправильный пароль базы данных. Для обновления FluxBB вы должны ввести пароль к базе форума в соответствии с данными из \'%s\'',
'Invalid password error' => 'Неправильный пароль базы данных. Для обновления ForkBB вы должны ввести пароль к базе форума в соответствии с данными из \'%s\'',
'No password error' => 'Отсутствует пароль базы данных',
'Script runs error' => 'Кажется данный скрипт запущен кем-то еще. Если это не так, вручную удалите файл \'%s\' и попробуйте снова',
'No update error' => 'Форум обновлять не нужно, так как версии совпадают',
'Intro 1' => 'Этот скрипт обновит базу данных вашего форума. Процедура обновления может занять от нескольких секунд до нескольких часов. Сделайте, пожалуйста, резервную копию базы форума.',
'Intro 2' => 'Вы прочитали документацию по обновлению форума? Если нет, то сначала прочитайте ее.',
'No charset conversion' => '<strong>ВАЖНО!</strong> FluxBB обнаружил, что ваш PHP не содержит механизмов преобразования текста из одной кодировки в другую кроме как из ISO-8859-1 в UTF-8. То есть, если текущая кодировка базы данных отличается от ISO-8859-1, FluxBB не сможет преобразовать ее в UTF-8. Вы должны сделать это вручную. Или подключите к PHP библиотеки iconv и(или) mb_convert_encoding.',
'No charset conversion' => '<strong>ВАЖНО!</strong> ForkBB обнаружил, что ваш PHP не содержит механизмов преобразования текста из одной кодировки в другую кроме как из ISO-8859-1 в UTF-8. То есть, если текущая кодировка базы данных отличается от ISO-8859-1, ForkBB не сможет преобразовать ее в UTF-8. Вы должны сделать это вручную. Или подключите к PHP библиотеки iconv и(или) mb_convert_encoding.',
'Enable conversion' => '<strong>Разрешить преобразование:</strong> Если включено, то скрипт после преобразования структуры базы данных выполнит перекодировку всех текстовых полей в таблицах из текущей кодировки в UTF-8. Требуется только при обновлении форума с версии 1.2.',
'Current character set' => '<strong>Текущая кодировка:</strong> Если основной язык на вашем форуме английский, оставьте значение по умолчанию. Если основной язык на вашем форуме не английский, то введите кодировку основного языкового пакета (обычно для русскоговорящего форума версии 1.2 это <strong>cp1251</strong>) <em>Ошибка в указании текущей кодировке испортит данные в базе при преобразовании!</em> Примечание: Требуется даже если старая база данных была в UTF-8.',
'Charset conversion' => 'Преобразование кодировки',