diff options
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 : |