1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dokuwiki_ynh.git synced 2024-09-03 18:26:20 +02:00
dokuwiki_ynh/sources/lib/plugins/wrap/lang/ru/lang.php

23 lines
1.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Aleksandr Selivanov <alexgearbox@gmail.com>
* @author Ilya Rozhkov <impeck@ya.ru>
* @author Aleksandr Selivanov <alexgearbox@yandex.ru>
*/
$lang['picker'] = 'Wrap';
$lang['column'] = 'колонки';
$lang['box'] = 'простой центрированный блок';
$lang['info'] = 'блок «Информация»';
$lang['tip'] = 'блок «Подсказка»';
$lang['important'] = 'блок «Важно»';
$lang['alert'] = 'блок «Тревога»';
$lang['help'] = 'блок «Справка»';
$lang['download'] = 'блок «Скачивание»';
$lang['todo'] = 'блок «Список задач»';
$lang['clear'] = 'очистить floatы';
$lang['em'] = 'пометить важным';
$lang['hi'] = 'выделить (маркер)';
$lang['lo'] = 'пометить неважным';