xref: /plugin/doi/lang/en/lang.php (revision 17101be411563598a3f2f83cf104a5211ddaee03)
1<?php
2/**
3 * English language file for doi plugin
4 *
5 * @author Andreas Gohr <gohr@cosmocode.de>
6 */
7
8$lang['js']['toolbarButton'] = 'DOI/ISBN link';
9$lang['js']['prompt'] = 'Enter a DOI/ISBN identifier';
10$lang['js']['noMatch'] = 'Incorrect identifier format!';
11