summaryrefslogtreecommitdiff
path: root/plugins/hide_blockquote/localization/en_US.inc
blob: cf7eb137f490e003d66365b5e9231ae5d7799f3a (plain)
1
2
3
4
5
6
7
8
<?php

$labels = array();
$labels['hide'] = 'Hide';
$labels['show'] = 'Show';
$labels['quotelimit'] = 'Hide citation when lines count is greater than';

?>