xref: /plugin/doi/lang/en/lang.php (revision 6469567fc4aa5692ab05e61820957a895bd01449)
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