diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-10-02 14:14:24 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-10-02 19:51:35 +0200 |
commit | 98183b39eb6f617dd4666ce86e0bceef0c8a82e9 (patch) | |
tree | ae54fc4d33aab57db7248143ce844c1e18698053 /program/localization | |
parent | 92de1c8f54359f83faa2e7cb377c62fd8915ef11 (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')
-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 94bae1974..29df25171 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -239,6 +239,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'; |