Skip to content

Commit

Permalink
Add Russian language
Browse files Browse the repository at this point in the history
Add Russian language file
  • Loading branch information
alexbirukov committed Dec 10, 2012
1 parent 07f44d5 commit a8ee5c3
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions lang/lang.ru.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?php

$about = array(
'name' => 'Русский',
'author' => array(
'name' => 'Александр Бирюков',
'email' => '[email protected]',
'website' => 'http://alexbirukov.ru'
),
'release-date' => '2012-06-16'
);

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

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

'Enable 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>',

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

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

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

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

);

0 comments on commit a8ee5c3

Please sign in to comment.