dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Move the hard-coded list of fields used to list contacts to a central location
Thomas Bruederli
2012-07-26
baecd8becccd7786632c1cda895123293ceb1408
[githubFork/roundcubemail.git]
/
plugins
/
archive
/
localization
/
en_US.inc
1
2
3
4
5
6
7
8
9
<?php
$labels = array();
$labels['buttontext'] = 'Archive';
$labels['buttontitle'] = 'Archive this message';
$labels['archived'] = 'Successfully archived';
$labels['archivefolder'] = 'Archive';
?>