Back to my blog Back to my projects

Dokuwiki ODT plugin

source: lang/ru/lang.php @ 493ed9f

Revision 493ed9f, 618 bytes checked in by Aurélien Bompard <aurelien@…>, 2 years ago (diff)

Update language copyrights

  • Property mode set to 100644
Line 
1<?php
2/**
3 * Russian language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Yuri Timofeev <tim4dev@gmail.com>
7 */
8
9// settings must be present and set appropriately for the language
10$lang['encoding']   = 'utf-8';
11$lang['direction']  = 'ltr';
12
13// export button
14$lang['view'] = 'Экспорт страницы в формат Open Document';
15
16// template not found in the directory
17$lang['tpl_not_found'] = 'ВНИМАНИЕ: ODT шаблон "%s" не найден в каталоге для шаблонов "%s". Используется шаблон по умолчанию.';
18
Note: See TracBrowser for help on using the repository browser.