summaryrefslogtreecommitdiff
path: root/plugins/hide_blockquote/localization/en_US.inc
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-05-23 17:28:51 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-05-23 17:28:51 +0200
commit2b1b8a079b28fa4a9de9a98c32486fa723507b8c (patch)
tree5548c7e0deafc138bd21719b5f2a596a25c91d62 /plugins/hide_blockquote/localization/en_US.inc
parentb97f21a18f9ffa5306bdccbb77c4b63a09a0e4e7 (diff)
parent85a6173879bb2486e394fb8e6b8a107a59167374 (diff)
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'plugins/hide_blockquote/localization/en_US.inc')
-rw-r--r--plugins/hide_blockquote/localization/en_US.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/hide_blockquote/localization/en_US.inc b/plugins/hide_blockquote/localization/en_US.inc
new file mode 100644
index 000000000..cf7eb137f
--- /dev/null
+++ b/plugins/hide_blockquote/localization/en_US.inc
@@ -0,0 +1,8 @@
+<?php
+
+$labels = array();
+$labels['hide'] = 'Hide';
+$labels['show'] = 'Show';
+$labels['quotelimit'] = 'Hide citation when lines count is greater than';
+
+?>