dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix deleting of collapsed threads, broken in 2b55d4f4204bdb8c97865e01b960c1...
Aleksander Machniak
2012-11-27
8beceebb55294cbb65d597d5e3924b2bc5d2689f
[githubFork/roundcubemail.git]
/
plugins
/
hide_blockquote
/
localization
/
en_US.inc
1
2
3
4
5
6
7
8
<?php
$labels = array();
$labels['hide'] = 'Hide';
$labels['show'] = 'Show';
$labels['quotelimit'] = 'Hide citation when lines count is greater than';
?>