Thomas Bruederli
2012-10-27 ddafe4e4109a8d6d412c3c138412ee2ca3d58dbf
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';
 
?>