dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
- fix rc_utf8_clean() on Windows (#1486232)
alecpl
2009-10-22
b6c512a6b0420d5b83e05282c8d0251d47742fae
[githubFork/roundcubemail.git]
/
plugins
/
userinfo
/
localization
/
pl_PL.inc
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ść';
?>