Skip to content
This repository has been archived by the owner on Aug 15, 2021. It is now read-only.

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 6d4602e commit 45a6e98
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions lang/lang.ru.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<?php

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

/**
* Tag Manager
*/
$dictionary = array(

'Count' =>
'Количество',

'Frequency' =>
'Упоминания',

'No Appropriate Tag Fields' =>
'Нет соответствующих полей тегов',

'No Tag Field Found' =>
'Поля тегов не найдены',

'No taglist field with the specified ID was found.' =>
'Поле тегов с указаным ID не найдено.',

'Section' =>
'Раздел',

'Section List' =>
'Список разделов',

'Tag Field' =>
'Поле тегов',

'Tag Manager' =>
'Управление тегами',

'Taglist Fields' =>
'Поля тегов',

'Tags' =>
'Теги',

'Tags successfully ' =>
'Теги успешно ',

'The Section you are looking for, <code>%s</code>, could not be found.' =>
'Указанный раздел <code>%s</code> не найден.',

'The Section you specified, <code>%s</code>, does not have any taglist fields.' =>
'Указанный раздел <code>%s</code> не имеет полей тегов.',

);

0 comments on commit 45a6e98

Please sign in to comment.