Aleksander Machniak
2012-11-12 4340d5e63424ffdea2788701c5539c9cdc162eda
1
2
3
4
5
6
7
8
<?php
 
$labels = array();
$labels['help'] = 'Hjälp';
$labels['about'] = 'Om';
$labels['license'] = 'Licens';
 
?>