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