From 0207c45c90818e7c7df64ea52c61050850dee13d Mon Sep 17 00:00:00 2001 From: thomascube Date: Mon, 2 Nov 2009 09:58:14 +0000 Subject: More options for top posting feature (#1484272) using patch from Phil Weir --- program/localization/en_US/labels.inc | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'program/localization/en_US/labels.inc') diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 9ed0d0952..23dcc080e 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -307,17 +307,23 @@ $labels['focusonnewmessage'] = 'Focus browser window on new message'; $labels['checkallfolders'] = 'Check all folders for new messages'; $labels['displaynext'] = 'After message delete/move display the next message'; $labels['indexsort'] = 'Use message index for sorting by date'; -$labels['top_posting'] = 'Start reply on top of the replied message body (not recommended)'; -$labels['auto_add_sig'] = 'Automatically add signature'; -$labels['new_msg_only'] = 'new messages only'; -$labels['reply_forward_only'] = 'edits, replies and forwards only'; -$labels['insertsig'] = 'Insert signature'; $labels['mainoptions'] = 'Main Options'; $labels['section'] = 'Section'; $labels['maintenance'] = 'Maintenance'; $labels['newmessage'] = 'New Message'; $labels['listoptions'] = 'List Options'; +$labels['signatureoptions'] = 'Signature Options'; +$labels['whenreplying'] = 'When replying'; +$labels['replytopposting'] = 'start new message above original'; +$labels['replybottomposting'] = 'start new message below original'; +$labels['replyremovesignature'] = 'When replying remove original signature from message'; +$labels['autoaddsignature'] = 'Automatically add signature'; +$labels['newmessageonly'] = 'new message only'; +$labels['replyandforwardonly'] = 'replies and forwards only'; +$labels['replysignatureabove'] = 'When replying or forwarding place signature above the quote'; +$labels['insertsignature'] = 'Insert signature'; + $labels['folder'] = 'Folder'; $labels['folders'] = 'Folders'; $labels['foldername'] = 'Folder name'; -- cgit v1.2.3