Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 21 additions & 48 deletions lang/lang.ru.php
Original file line number Diff line number Diff line change
@@ -1,48 +1,21 @@
<?php

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

/**
* CKEditor
*/
$dictionary = array(

'CKEditor File Browser' =>
'Браузер файлов CKEditor',

'Permitted sections for the file browser:' =>
'Разделы доступные для браузера файлов:',

'Link templates:' =>
'Шаблоны ссылок:',

'Link template' =>
'Шаблон ссылки',

'Use {$id} for the entry ID, and {$fieldname} for field-placeholders. If the field has a handle, this is automatically used.' =>
'Используйте переменную {$id} для вывода ID записи и {$fieldname} для подстановки значения поля. Если полю назначен обработчик то он будет применён автоматически.',

'Section to get the entries from' =>
'Разделы для выборки записей',

'Field to display as name' =>
'Поле для отображения в качестве имени',

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

'There are no sections available. Please select which sections are permitted to use the CKEditor file upload feature in the Symphony System Preferences.' =>
'Не указаны доступные разделы. Пожалуйста, укажите в настройках системы разделы, которые доступны для загрузки файлов через CKEditor.',

'create new' =>
'добавить',

);
<?php

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

/**
* Requirejs
*/
$dictionary = array(

'Please make sure to include submodules as well. Try <code>git submodule update --init</code> from within the extensions/requirejs path' =>
'Пожалуйста, проверьте наличие всех необходимых модулей. Попробуйте выполнить <code>git submodule update --init</code> в каталоге extensions/requirejs',

);