aboutsummaryrefslogtreecommitdiff
path: root/mod/dokuwiki/vendors/dokuwiki/lib/plugins/odt/lang/en/lang.php
blob: 4a6d509856001a3361a1e6ca5d20010f3059b853 (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'] = 'Export page to Open Document format';

// template not found in the directory
$lang['tpl_not_found'] = 'WARNING : the ODT template "%s" was not found in the templates directory "%s". Using the default template.';