Skip to content

Commit

Permalink
Merge pull request #9 from alexbirukov/master
Browse files Browse the repository at this point in the history
Add Russian language
  • Loading branch information
scottkf committed Dec 10, 2012
2 parents 2dbb3ae + f0e80a2 commit 3944efe
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions lang/lang.ru.php
@@ -0,0 +1,39 @@
<?php

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

/**
* Mass Upload Utility
*/
$dictionary = array(

'Mass Upload Utility' =>
'Массовая загрузка',

'Excluded Sections' =>
'Исключить разделы',

'Excluded Users' =>
'Исключить пользователей',

'Successfully added a whole slew of entries, {$total} to be exact.' =>
'Куча файлов успешно загружена, {$total} если быть точными.',

'However, {$total} entries were successfully added.' =>
'Тем не менее {$total} файлов были успешно загружены.',

'Create more?' =>
'Создать ещё?',

'Sorry, but your browser is incompatible with uploading files using HTML5 (at least, with current preferences.n Please install the latest version of Firefox, Safari or Chrome' =>
'Извините, но ваш браузер не поддерживает загрузку файлов с использованием HTML5 (по крайней мере с действующими настройками. Пожалуйста установите фоследнюю версию Firefox, Safari или Chrome)',

);

0 comments on commit 3944efe

Please sign in to comment.