diff options
author | thomascube <thomas@roundcube.net> | 2006-12-04 22:34:40 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-12-04 22:34:40 +0000 |
commit | 421f5e31a2e9d40b505ea5200d6e616ae07e1565 (patch) | |
tree | 02d2cc2433a0c751fbf4c70dd886e65d1527c0f1 /program/localization/en_US | |
parent | 494f07b8bfefd7134a7f8f88b1bce9fa1555eb97 (diff) |
Small bugfixes and improvements
Diffstat (limited to 'program/localization/en_US')
-rw-r--r-- | program/localization/en_US/labels.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 542cca95d..ae5243ba5 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -97,9 +97,13 @@ $labels['replytoallmessage'] = 'Reply to sender and all recipients'; $labels['forwardmessage'] = 'Forward the message'; $labels['deletemessage'] = 'Move message to trash'; $labels['printmessage'] = 'Print this message'; +$labels['previousmessage'] = 'Show the previous message'; $labels['previousmessages'] = 'Show previous set of messages'; +$labels['firstmessage'] = 'Show the first message'; $labels['firstmessages'] = 'Show first set of messages'; +$labels['nextmessage'] = 'Show the next message'; $labels['nextmessages'] = 'Show next set of messages'; +$labels['lastmessage'] = 'Show the last messages'; $labels['lastmessages'] = 'Show last set of messages'; $labels['backtolist'] = 'Back to message list'; $labels['viewsource'] = 'Show source'; |