source: github/plugins/hide_blockquote/localization/en_US.inc @ 8e528fd

release-0.8
Last change on this file since 8e528fd was 8e528fd, checked in by Aleksander Machniak <alec@…>, 12 months ago

hide_blockquote - a new plugin for hiding citation blocks

  • Property mode set to 100644
File size: 156 bytes
Line 
1<?php
2
3$labels = array();
4$labels['hide'] = 'Hide';
5$labels['show'] = 'Show';
6$labels['quotelimit'] = 'Hide citation when lines count is greater than';
7
8?>
Note: See TracBrowser for help on using the repository browser.