1<?php
2/*
3description : Dokuwiki Eric Maeker Pubmed plugin
4author      : Eric Maeker
5email       : eric.maeker[at]gmail.com
6lastupdate  : 2019-11-01
7license     : Public-Domain
8*/
9// for the configuration manager
10$lang['default_command'] = 'Choose the default command. This allow you to write {{pmid>234234}} instead of {{pmid>command:342342}}.';
11$lang['user_defined_output'] = 'Tokened user output. Eg: %authors%. %title%. %iso%';
12$lang['limit_authors_vancouver'] = 'Limit the number of printed authors with the Vancouver output and add "et al" (see below) at the end of authors listing.';
13$lang['et_al_vancouver'] = 'Add this to the end of authors listing according to the author limitation defined. Eg: Author1 KL, Author2 ER et al.';
14$lang['twitter_url_shortener_format_pmid'] = 'You can use URL shortener for PMID inside the tweet links. You can use %PMID% tags in your url format, they will be replaced with correct datas. Eg: \"https://agpr.fr/p/%PMID%"';
15$lang['twitter_url_shortener_format_pmcid'] = 'You can use URL shortener for PMCID inside the tweet links. You can use %PMCID% tags in your url format, they will be replaced with correct datas. Eg: \"https://agpr.fr/pm/%PMCID%"';