1<?php 2/** 3 * English language file 4 * 5 * @author <dokuwiki@meistermetz.de> 6 */ 7 8// for the configuration manager 9$lang['default_command'] = 'Choose the default command. This allow you to write {{pmid>234234}} instead of {{pmid>command:342342}}.'; 10$lang['user_defined_output'] = 'Tokened user output. Eg: %authors%. %title%. %iso%. See plugin README.md file for details.'; 11$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.'; 12$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.'; 13$lang['twitter_via_user_name'] = "Twitter user name (without @ char) for Tweet Urls creation (via @UserName)"; 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%"';