blob: 13c83830651cb7382cc7ac86f2ca54851593a05f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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'] = 'Booklets';
$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 :
|