summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/tag/lang/en/lang.php
blob: 1764d5bc8f2cb5bc2031e40818296f503f422a58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php

/*
 * English language file
 *
 * @license	GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author	Esther Brunner <wikidesign@gmail.com>
 * @author	Rainbow-Spike <rainbow_spike@derpy.ru>
 */

// custom language strings for the plugin
$lang['tag']			= 'Tag';
$lang['tags']			= 'Tags';
$lang['topic']			= 'Topic';
$lang['count']			= 'Quantity';
$lang['toolbar_icon']	= 'Insert Tag-Syntax';
$lang['empty_output']	= 'Empty Output';

// search form of tagsearch syntax
$lang['include']		= 'Include';
$lang['exclude']		= 'Exclude';
$lang['use_and']		= 'Use logic AND';
$lang['no_tags']		= 'No tags found';