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 79ecd82 commit 0e38a4f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions lang/lang.ru.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?php

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

/**
* Static Section
*/
$dictionary = array(

'Make this section static (i.e. a single entry section)' =>
'Сделать раздел статичным (т.е. разрешено создать только одну запись)',

'You can set a maximum number of entries too' =>
'Вы можете установить максимальное число записей',

);

0 comments on commit 0e38a4f

Please sign in to comment.