Thomas Bruederli
2012-10-04 4213a3712e8c6c2cae33ca0d0b74f13b4f5ba31b
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';
 
?>