diff options
author | Igor <pashev.igor@gmail.com> | 2010-10-31 13:34:54 +0300 |
---|---|---|
committer | Igor <pashev.igor@gmail.com> | 2010-10-31 13:34:54 +0300 |
commit | 550e0062508de14939dd518c5b7d6efefaf5b655 (patch) | |
tree | 8af836db7f5c1575d08f081dd3b2ab757d344bcc /lang/en/lang.php | |
parent | d10dda2dbc20626496c76c073a34f9ea40298b7f (diff) | |
download | dokuwiki-plugin-papers-550e0062508de14939dd518c5b7d6efefaf5b655.tar.gz |
<bibtex> RAW BiBTeX </bibtex> - works
Diffstat (limited to 'lang/en/lang.php')
-rw-r--r-- | lang/en/lang.php | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lang/en/lang.php b/lang/en/lang.php new file mode 100644 index 0000000..f6451d4 --- /dev/null +++ b/lang/en/lang.php @@ -0,0 +1,23 @@ +<?php +/** + * English language file for papers plugin + * + * @author Igor Pashev <pashev.igor@gmail.com> + */ + +// menu entry for admin plugins +// $lang['menu'] = 'Your menu entry'; + +// custom language strings for the plugin + +$lang['book'] = 'Books'; +$lang['booklet'] = $lang['book']; +$lang['article'] = 'Articles in peer-reviewed journals'; +$lang['inproceedings'] = 'Theses of conferences'; +$lang['misc'] = 'Other publications'; +$lang['year'] = 'year'; +$lang['KiB'] = 'KiB'; + + + +//Setup VIM: ex: et ts=4 enc=utf-8 : |