Thomas Bruederli
2012-10-15 0f7d11e7984f9997fdf9b5b6a6d699030d62dfe4
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';
 
?>