Thomas Bruederli
2012-08-14 c0aedfa34a641d5116ae8b8d5c1009c54ffee3b0
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';
 
?>