summaryrefslogtreecommitdiff
path: root/plugins/hide_blockquote/localization/en_US.inc
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-05-23 12:56:20 +0200
committerAleksander Machniak <alec@alec.pl>2012-05-23 12:56:20 +0200
commit85a6173879bb2486e394fb8e6b8a107a59167374 (patch)
tree2143181cdaa134e0fab1f9b7dc72bbd89e0d91b0 /plugins/hide_blockquote/localization/en_US.inc
parent70faa8e5558def0e035ec56fc4e9ca5b56aaa9ce (diff)
hide_blockquote - a new plugin for hiding citation blocks
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';
+
+?>