diff options
| author | Nathan Kinkade <nkinkade@nkinka.de> | 2009-03-11 12:42:06 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nkinkade@nkinka.de> | 2009-03-11 12:51:52 +0000 |
| commit | 93ddb86d8f0cfc568da734afbc5b24ff659d5a7c (patch) | |
| tree | 3d6f16a5b97e6f5915f4759421fe3157ff278485 /roundcubemail/program | |
| parent | f807a4f4b549c285c5ebf91d77cf207cb9ef8e6d (diff) | |
Add a Not Spam button and code toggle it's visibility depending on whether the user is viewing the Spam folder.
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/localization/en_US/labels.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc index 3b73363bd..bc250100e 100644 --- a/roundcubemail/program/localization/en_US/labels.inc +++ b/roundcubemail/program/localization/en_US/labels.inc @@ -179,10 +179,12 @@ $labels['buttonbarreplyall'] = 'Reply to all'; $labels['buttonbarforward'] = 'Forward'; $labels['buttonbarmove'] = 'Move'; $labels['buttonbarcopy'] = 'Copy'; +$labels['buttonbarnotspam'] = 'Not Spam'; $labels['archivemessages'] = 'Move to archives folder'; $labels['movemessages'] = 'Move to selected folder'; $labels['copymessages'] = 'Copy to selected folder'; +$labels['notspammessages'] = 'Copy to INBOX, then move to HamNotSpam'; // message compose $labels['compose'] = 'Compose a message'; |
