Aleksander Machniak
2012-11-27 63f130782c65c64daa8a51044e58a6a8471aa57a
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';
 
?>