dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
- prevent from PHP error when iconv doesn't support //IGNORE (#1486375)
alecpl
2010-01-13
ecbd5b5d53a9d9d8d24c84dcf2ebf7682f77107d
[githubFork/roundcubemail.git]
/
plugins
/
userinfo
/
localization
/
et_EE.inc
1
2
3
4
5
6
7
8
9
<?php
$labels = array();
$labels['userinfo'] = 'Kasutaja info';
$labels['created'] = 'Loodud';
$labels['lastlogin'] = 'Viimane logimine';
$labels['defaultidentity'] = 'Vaikeidentiteet';
?>