1<?php 2 3/* 4 * English language file 5 * 6 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 7 * @author Esther Brunner <wikidesign@gmail.com> 8 * @author Rainbow-Spike <rainbow_spike@derpy.ru> 9 */ 10 11// custom language strings for the plugin 12$lang['tag'] = 'Tag'; 13$lang['tags'] = 'Tags'; 14$lang['topic'] = 'Topic'; 15$lang['count'] = 'Quantity'; 16$lang['toolbar_icon'] = 'Insert Tag-Syntax'; 17$lang['empty_output'] = 'Empty Output'; 18 19// search form of tagsearch syntax 20$lang['include'] = 'Include'; 21$lang['exclude'] = 'Exclude'; 22$lang['use_and'] = 'Use logic AND'; 23$lang['no_tags'] = 'No tags found'; 24