Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Russian language file. #22

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 20 additions & 8 deletions lang/lang.ru.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,33 +7,45 @@
'email' => '[email protected]',
'website' => 'http://alexbirukov.ru'
),
'release-date' => '2012-06-16'
'release-date' => '2016-08-24'
);

/**
* Maintenance Mode
*/
$dictionary = array(

'Maintenance Mode' =>
'Режим обслуживания',

'Enable maintenance mode' =>
'Включить режим обслуживания',

'Maintenance Mode' =>
'Режим обслуживания',

'Maintenance mode will redirect all visitors, other than developers, to the specified maintenance page. To specify a maintenance page, give a page a type of <code>maintenance</code>' =>
'В режиме обслуживания все посетители сайта будут перенаправлены на специальную страницу. Для установки страницы обсуживания, установите для необходимой страницы тип <code>maintenance</code>',

'Restore?' =>
'Восстановить?',

'This site is currently in maintenance mode.' =>
'В настойщий момент сайт находится на реконструкции.',

'Restore?' =>
'Восстановить?',
'This site is currently in maintenance. Please check back at a later date.' =>
'Сайт находится на реконструкции. Пожалуйста, попробуйте зайти позже.',

'Website Offline' =>
'Веб сайт в режиме офлайн',

'This site is currently in maintenance. Please check back at a later date.' =>
'Сайт находится на реконструкции. Пожалуйста, попробуйте зайти позже.',
'IP Whitelist' =>
'Белый список IP адресов',

'Any user that has an IP listed above will be granted access. This eliminates the need to allow a user backend access. Separate each with a space.' =>
'Любому пользователю, чей IP адрес находится в данном списке, будет предоставлен полный доступ. Это избавляет от необходимости назначения пользователей для доступа к backend. Адреса следует разделить пробелами.',

'Useragent Whitelist' =>
'Белый список Useragent',

'Any useragent that listed above will be granted access. This eliminates the need to allow a user backend access, useful when third party services need to access your site prior to launch. Insert in json array format eg ["useragent1","useragent2"].' =>
'Любому useragent, указанному в списке, будет предоставлен полный доступ. Это избавляет от необходимости указания данных пользователей для сторонних сервисов, которым необходимо предоставить доступ к сайту. Список необходимо указывать в формате массива json, пример: ["useragent1","useragent2"]',

);