thomascube
2009-07-03 8448fca1f11f69e29bca568cb0042e83dd6be89e
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ść';
 
?>