Back to my blog Back to my projects

Dokuwiki ODT plugin

source: lang/ru/lang.php @ f76c12d

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

Remove some whitespaces

  • Property mode set to 100644
Line 
1<?php
2
3// settings must be present and set appropriately for the language
4$lang['encoding']   = 'utf-8';
5$lang['direction']  = 'ltr';
6
7// export button
8$lang['view'] = 'Экспорт страницы в формат Open Document';
9
10// template not found in the directory
11$lang['tpl_not_found'] = 'ВНИМАНИЕ: ODT шаблон "%s" не найден в каталоге для шаблонов "%s". Используется шаблон по умолчанию.';
12
Note: See TracBrowser for help on using the repository browser.