alecpl
2010-01-28 ac9759b6a4e2eec68dda27f81d8001c9d4e18f9f
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ść';
 
?>