Back to my blog Back to my projects

Dokuwiki ODT plugin

source: lang/en/lang.php @ f76c12d

Revision f76c12d, 383 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'] = 'Export page to Open Document format';
9
10// template not found in the directory
11$lang['tpl_not_found'] = 'WARNING : the ODT template "%s" was not found in the templates directory "%s". Using the default template.';
12
Note: See TracBrowser for help on using the repository browser.