diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-10-02 14:14:24 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-10-02 14:14:24 +0200 |
commit | 765ecb9fa0eb5089242c0fb6d348dd600c95c39a (patch) | |
tree | cd6e7d0218efeb2c70211af49f42db92451517c7 /program/localization/en_US/labels.inc | |
parent | 2db129813e4b31f2aae08a95b0cd360c5fa2bd48 (diff) |
Let the skin limit the number of visible recipeints and place a link to show them all in a dialog (better fix for #1488590)
Diffstat (limited to 'program/localization/en_US/labels.inc')
-rw-r--r-- | program/localization/en_US/labels.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 9882c19b5..538333929 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -236,6 +236,7 @@ $labels['nosubject'] = '(no subject)'; $labels['showimages'] = 'Display images'; $labels['alwaysshow'] = 'Always show images from $sender'; $labels['isdraft'] = 'This is a draft message.'; +$labels['andnmore'] = '$nr more...'; $labels['htmltoggle'] = 'HTML'; $labels['plaintoggle'] = 'Plain text'; |