Back to my blog Back to my projects

Dokuwiki ODT plugin

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

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

Update language copyrights

  • Property mode set to 100644
RevLine 
[30a8938]1<?php
[493ed9f]2/**
3 * English language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Aurelien Bompard <aurelien@bompard.org>
7 */
[30a8938]8
9// settings must be present and set appropriately for the language
10$lang['encoding']   = 'utf-8';
11$lang['direction']  = 'ltr';
[f76c12d]12
[30a8938]13// export button
14$lang['view'] = 'Export page to Open Document format';
15
[2131987]16// template not found in the directory
17$lang['tpl_not_found'] = 'WARNING : the ODT template "%s" was not found in the templates directory "%s". Using the default template.';
[7ae77a0]18
Note: See TracBrowser for help on using the repository browser.