dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix possible PHP warning: strpos(): Offset not contained in string
Aleksander Machniak
2012-06-04
aede1f9ab41e8dfc5272a149b1e88a464ce12f89
[githubFork/roundcubemail.git]
/
plugins
/
userinfo
/
localization
/
en_US.inc
1
2
3
4
5
6
7
8
9
<?php
$labels = array();
$labels['userinfo'] = 'User info';
$labels['created'] = 'Created';
$labels['lastlogin'] = 'Last Login';
$labels['defaultidentity'] = 'Default Identity';
?>