-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.' => | ||
'Сайт находится на реконструкции. Пожалуйста, попробуйте зайти позже.', | ||
|
||
); |