thomascube
2012-01-29 ee9ee7f66fae218afe24942166ba833eb490ada3
1
2
3
4
5
6
7
8
9
<?php
 
$labels = array();
$labels['userinfo'] = 'Informacje';
$labels['created'] = 'Utworzony';
$labels['lastlogin'] = 'Ostatnie logowanie';
$labels['defaultidentity'] = 'Domyślna tożsamość';
 
?>