summaryrefslogtreecommitdiff
path: root/plugins/hide_blockquote/localization/en_US.inc
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/hide_blockquote/localization/en_US.inc')
-rw-r--r--plugins/hide_blockquote/localization/en_US.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/hide_blockquote/localization/en_US.inc b/plugins/hide_blockquote/localization/en_US.inc
new file mode 100644
index 000000000..cf7eb137f
--- /dev/null
+++ b/plugins/hide_blockquote/localization/en_US.inc
@@ -0,0 +1,8 @@
+<?php
+
+$labels = array();
+$labels['hide'] = 'Hide';
+$labels['show'] = 'Show';
+$labels['quotelimit'] = 'Hide citation when lines count is greater than';
+
+?>