diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-05-23 12:56:20 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-05-23 20:09:57 +0200 |
commit | 8e528fd7bf2e2bd1e20c7e7de5eefb26bf6b19d9 (patch) | |
tree | 6dc51048c5f66f163eca645cd7302c7bdc98675c /plugins/hide_blockquote/localization/en_US.inc | |
parent | 8b31d992ac210db2ac6a460cde72193d5fa1390f (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.inc | 8 |
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'; + +?> |