dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix html2text conversion of strong|b|a|th|h tags when used in upper case
Aleksander Machniak
2012-05-28
2d7b4ff03fc5a4ee4705698d96ad377b5f81a65c
[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';
?>