aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGravatar ASM <cpp.create@gmail.com> 2015-11-21 02:22:44 +0300
committerGravatar ASM <cpp.create@gmail.com> 2015-11-21 02:22:44 +0300
commite442b0dfbee5f764deff87dc147ed45f6f73d74f (patch)
tree3469d60391c437df32917be939d521443e009c75 /app
parentd6e6dd6b280e1a9c68e922d14a77510404959b76 (diff)
Fixing #1029. Admin page done in full
Diffstat (limited to 'app')
-rw-r--r--app/i18n/ru/admin.php180
1 files changed, 90 insertions, 90 deletions
diff --git a/app/i18n/ru/admin.php b/app/i18n/ru/admin.php
index 6c3e21031..dfea5b3cb 100644
--- a/app/i18n/ru/admin.php
+++ b/app/i18n/ru/admin.php
@@ -44,58 +44,58 @@ return array(
'database' => 'Установка базы данных',
'dom' => array(
'nok' => 'У вас не установлена библиотека для просмотра DOM (пакет php-xml).',
- 'ok' => 'У вас не установлена библиотека для просмотра DOM.',
+ 'ok' => 'У вас установлена библиотека для просмотра DOM.',
),
'entries' => array(
- 'nok' => 'Entry table is bad configured.',
- 'ok' => 'Entry table is ok.',
+ 'nok' => 'Таблица статей (entry) неправильно настроена.',
+ 'ok' => 'Таблица статей (entry) настроена правильно.',
),
'favicons' => array(
- 'nok' => 'Check permissions on <em>./data/favicons</em> directory. HTTP server must have rights to write into',
- 'ok' => 'Permissions on favicons directory are good.',
+ 'nok' => 'Проверьте права доступа к папке <em>./data/favicons</em> . Сервер HTTP должен иметь права на запись в эту папку.',
+ 'ok' => 'Права на папку значков в порядке.',
),
'feeds' => array(
- 'nok' => 'Feed table is bad configured.',
- 'ok' => 'Feed table is ok.',
+ 'nok' => 'Таблица подписок (feed) неправильно настроена.',
+ 'ok' => 'Таблица подписок (feed) настроена правильно.',
),
- 'files' => 'File installation',
+ 'files' => 'Установка файлов',
'json' => array(
- 'nok' => 'You lack JSON (php5-json package).',
- 'ok' => 'You have JSON extension.',
+ 'nok' => 'У вас не установлена библиотека для работы с JSON (пакет php5-json).',
+ 'ok' => 'У вас установлена библиотека для работы с JSON.',
),
'minz' => array(
- 'nok' => 'You lack the Minz framework.',
- 'ok' => 'You have the Minz framework.',
+ 'nok' => 'У вас не установлен фрейворк Minz.',
+ 'ok' => 'У вас установлен фрейворк Minz.',
),
'pcre' => array(
- 'nok' => 'You lack a required library for regular expressions (php-pcre).',
- 'ok' => 'You have the required library for regular expressions (PCRE).',
+ 'nok' => 'У вас не установлена необходимая библиотека для работы с регулярными выражениями (php-pcre).',
+ 'ok' => 'У вас установлена необходимая библиотека для работы с регулярными выражениями (PCRE).',
),
'pdo' => array(
- 'nok' => 'You lack PDO or one of the supported drivers (pdo_mysql, pdo_sqlite).',
- 'ok' => 'You have PDO and at least one of the supported drivers (pdo_mysql, pdo_sqlite).',
+ 'nok' => 'У вас не установлен PDO или один из необходимых драйверов (pdo_mysql, pdo_sqlite).',
+ 'ok' => 'У вас установлен PDO и как минимум один из поддерживаемых драйверов (pdo_mysql, pdo_sqlite).',
),
'persona' => array(
- 'nok' => 'Check permissions on <em>./data/persona</em> directory. HTTP server must have rights to write into',
- 'ok' => 'Permissions on Mozilla Persona directory are good.',
+ 'nok' => 'Проверьте права доступа к папке <em>./data/persona</em> . Сервер HTTP должен иметь права на запись в эту папку.',
+ 'ok' => 'Права на папку Mozilla Persona в порядке.',
),
'php' => array(
'_' => 'PHP installation',
- 'nok' => 'Your PHP version is %s but FreshRSS requires at least version %s.',
- 'ok' => 'Your PHP version is %s, which is compatible with FreshRSS.',
+ 'nok' => 'У вас установлен PHP версии %s, но FreshRSS необходима версия не ниже %s.',
+ 'ok' => 'У вас установлен PHP версии %s, который совместим с FreshRSS.',
),
'tables' => array(
- 'nok' => 'There is one or more lacking tables in the database.',
- 'ok' => 'Tables are existing in the database.',
+ 'nok' => 'В базе данных отсуствует одна или больше таблица.',
+ 'ok' => 'Все таблицы есть в базе данных.',
),
- 'title' => 'Installation checking',
+ 'title' => 'Проверка установки и настройки',
'tokens' => array(
- 'nok' => 'Check permissions on <em>./data/tokens</em> directory. HTTP server must have rights to write into',
- 'ok' => 'Permissions on tokens directory are good.',
+ 'nok' => 'Проверьте права доступа к папке <em>./data/tokens</em> . Сервер HTTP должен иметь права на запись в эту папку.',
+ 'ok' => 'Права на папку tokens в порядке.',
),
'users' => array(
- 'nok' => 'Check permissions on <em>./data/users</em> directory. HTTP server must have rights to write into',
- 'ok' => 'Permissions on users directory are good.',
+ 'nok' => 'Проверьте права доступа к папке <em>./data/users</em> . Сервер HTTP должен иметь права на запись в эту папку.',
+ 'ok' => 'Права на папку users в порядке.',
),
'zip' => array(
'nok' => 'You lack ZIP extension (php5-zip package).',
@@ -103,81 +103,81 @@ return array(
),
),
'extensions' => array(
- 'disabled' => 'Disabled',
- 'empty_list' => 'There is no installed extension',
- 'enabled' => 'Enabled',
- 'no_configure_view' => 'This extension cannot be configured.',
+ 'disabled' => 'Отключены',
+ 'empty_list' => 'Расширения не установлены',
+ 'enabled' => 'Включены',
+ 'no_configure_view' => 'Это расширение нельзя настроить.',
'system' => array(
- '_' => 'System extensions',
- 'no_rights' => 'System extension (you have no rights on it)',
+ '_' => 'Системные расширения',
+ 'no_rights' => 'Системные расширения (у вас нет к ним доступа)',
),
- 'title' => 'Extensions',
- 'user' => 'User extensions',
+ 'title' => 'Расширения',
+ 'user' => 'Расширения пользователя',
),
'stats' => array(
- '_' => 'Statistics',
- 'all_feeds' => 'All feeds',
- 'category' => 'Category',
- 'entry_count' => 'Entry count',
- 'entry_per_category' => 'Entries per category',
- 'entry_per_day' => 'Entries per day (last 30 days)',
- 'entry_per_day_of_week' => 'Per day of week (average: %.2f messages)',
- 'entry_per_hour' => 'Per hour (average: %.2f messages)',
- 'entry_per_month' => 'Per month (average: %.2f messages)',
- 'entry_repartition' => 'Entries repartition',
- 'feed' => 'Feed',
- 'feed_per_category' => 'Feeds per category',
- 'idle' => 'Idle feeds',
- 'main' => 'Main statistics',
- 'main_stream' => 'Main stream',
+ '_' => 'Статистика',
+ 'all_feeds' => 'Все подписки',
+ 'category' => 'Категория',
+ 'entry_count' => 'Количество статей',
+ 'entry_per_category' => 'Статей в категории',
+ 'entry_per_day' => 'Статей за день (за последние 30 дней)',
+ 'entry_per_day_of_week' => 'За неделю (в среднем - %.2f сообщений)',
+ 'entry_per_hour' => 'За час (в среднем - %.2f сообщений)',
+ 'entry_per_month' => 'За месяц (в среднем - %.2f сообщений)',
+ 'entry_repartition' => 'Перерасределение статей',
+ 'feed' => 'Подписка',
+ 'feed_per_category' => 'Подписок в категории',
+ 'idle' => 'Неактивные подписки',
+ 'main' => 'Основная статистика',
+ 'main_stream' => 'Основной поток',
'menu' => array(
- 'idle' => 'Idle feeds',
- 'main' => 'Main statistics',
- 'repartition' => 'Articles repartition',
- ),
- 'no_idle' => 'There is no idle feed!',
- 'number_entries' => '%d articles',
- 'percent_of_total' => '%% of total',
- 'repartition' => 'Articles repartition',
- 'status_favorites' => 'Favourites',
- 'status_read' => 'Read',
- 'status_total' => 'Total',
- 'status_unread' => 'Unread',
- 'title' => 'Statistics',
- 'top_feed' => 'Top ten feeds',
+ 'idle' => 'Неактивные подписки',
+ 'main' => 'Основная статистика',
+ 'repartition' => 'Перерасределение статей',
+ ),
+ 'no_idle' => 'Нет неактивных подписок!',
+ 'number_entries' => 'статей: %d',
+ 'percent_of_total' => '%% от всего',
+ 'repartition' => 'Перераспределение статей',
+ 'status_favorites' => 'Избранное',
+ 'status_read' => 'Читать',
+ 'status_total' => 'Всего',
+ 'status_unread' => 'Не прочитано',
+ 'title' => 'Статистика',
+ 'top_feed' => '10 лучших подписок',
),
'system' => array(
- '_' => 'System configuration',
- 'auto-update-url' => 'Auto-update server URL',
- 'instance-name' => 'Instance name',
- 'max-categories' => 'Categories per user limit',
- 'max-feeds' => 'Feeds per user limit',
+ '_' => 'Системные настройки',
+ 'auto-update-url' => 'Адрес сервера для автоматического обновления',
+ 'instance-name' => 'Название этого сервера',
+ 'max-categories' => 'Количество категорий на пользователя',
+ 'max-feeds' => 'Количество статей на пользователя',
'registration' => array(
- 'help' => '0 means that there is no account limit',
- 'number' => 'Max number of accounts',
+ 'help' => '0 означает неограниченное количество пользователей',
+ 'number' => 'Максимальное количество пользователей',
),
),
'update' => array(
- '_' => 'Update system',
- 'apply' => 'Apply',
- 'check' => 'Check for new updates',
- 'current_version' => 'Your current version of FreshRSS is the %s.',
- 'last' => 'Last verification: %s',
- 'none' => 'No update to apply',
- 'title' => 'Update system',
+ '_' => 'Обновление системы',
+ 'apply' => 'Применить',
+ 'check' => 'Проверить обновления',
+ 'current_version' => 'Ваша текущая версия FreshRSS: %s.',
+ 'last' => 'Последняя проверка: %s',
+ 'none' => 'Нечего обновлять',
+ 'title' => 'Обновить систему',
),
'user' => array(
- 'articles_and_size' => '%s articles (%s)',
- 'create' => 'Create new user',
- 'email_persona' => 'Login mail address<br /><small>(for <a href="https://persona.org/" rel="external">Mozilla Persona</a>)</small>',
- 'language' => 'Language',
- 'number' => 'There is %d account created yet',
- 'numbers' => 'There are %d accounts created yet',
- 'password_form' => 'Password<br /><small>(for the Web-form login method)</small>',
- 'password_format' => 'At least 7 characters',
- 'title' => 'Manage users',
- 'user_list' => 'List of users',
- 'username' => 'Username',
- 'users' => 'Users',
+ 'articles_and_size' => '%s статей (%s)',
+ 'create' => 'Создать нового пользователя',
+ 'email_persona' => 'Адрес электронной почты для входа<br /><small>(for <a href="https://persona.org/" rel="external">Mozilla Persona</a>)</small>',
+ 'language' => 'Язык',
+ 'number' => 'На данный момент создан %d аккаунт',
+ 'numbers' => 'На данный момент аккаунтов создано: %d',
+ 'password_form' => 'Пароль<br /><small>(для входа через Веб-форму)</small>',
+ 'password_format' => 'Минимум 7 символов',
+ 'title' => 'Управление пользователями',
+ 'user_list' => 'Список пользователей',
+ 'username' => 'Имя пользователя',
+ 'users' => 'Пользователи',
),
);