diff options
Diffstat (limited to 'vendors/dokuwiki/lib/plugins/odt/lang/en')
-rw-r--r-- | vendors/dokuwiki/lib/plugins/odt/lang/en/lang.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vendors/dokuwiki/lib/plugins/odt/lang/en/lang.php b/vendors/dokuwiki/lib/plugins/odt/lang/en/lang.php new file mode 100644 index 000000000..4a6d50985 --- /dev/null +++ b/vendors/dokuwiki/lib/plugins/odt/lang/en/lang.php @@ -0,0 +1,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.'; + |