aboutsummaryrefslogtreecommitdiff
path: root/mod/dokuwiki/vendors/dokuwiki/lib/plugins/odt/lang/ru/lang.php
blob: 9eaaf2c4314dfeb5eb4fc6da35cfaeb39776b656 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

// settings must be present and set appropriately for the language
$lang['encoding']   = 'utf-8';
$lang['direction']  = 'ltr';
       
// export button
$lang['view'] = 'Экспорт страницы в формат Open Document';

// template not found in the directory
$lang['tpl_not_found'] = 'ВНИМАНИЕ: ODT шаблон "%s" не найден в каталоге для шаблонов "%s". Используется шаблон по умолчанию.';