summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/tag/lang/en/lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'platform/www/lib/plugins/tag/lang/en/lang.php')
-rw-r--r--platform/www/lib/plugins/tag/lang/en/lang.php23
1 files changed, 23 insertions, 0 deletions
diff --git a/platform/www/lib/plugins/tag/lang/en/lang.php b/platform/www/lib/plugins/tag/lang/en/lang.php
new file mode 100644
index 0000000..1764d5b
--- /dev/null
+++ b/platform/www/lib/plugins/tag/lang/en/lang.php
@@ -0,0 +1,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';