diff options
author | sembrestels <sembrestels@riseup.net> | 2011-10-13 15:23:11 +0200 |
---|---|---|
committer | sembrestels <sembrestels@riseup.net> | 2011-10-13 15:23:11 +0200 |
commit | 74bd6999c5e5c23ebbf90dbb6bdaabbddd7594cf (patch) | |
tree | 834c120d692be288f261bcae169eedd3d6b31d74 /vendors/dokuwiki/lib/plugins/odt/lang/en | |
parent | f8be8643f0faadb2c0ce87d553b7b9d569af5afd (diff) | |
download | elgg-74bd6999c5e5c23ebbf90dbb6bdaabbddd7594cf.tar.gz elgg-74bd6999c5e5c23ebbf90dbb6bdaabbddd7594cf.tar.bz2 |
Rename lib/dokuwiki to vendors/dokuwiki
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.'; + |