Ignore:
Timestamp:
Nov 2, 2009 4:58:14 AM (4 years ago)
Author:
thomasb
Message:

More options for top posting feature (#1484272) using patch from Phil Weir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/localization/en_US/labels.inc

    r3087 r3089  
    308308$labels['displaynext'] = 'After message delete/move display the next message'; 
    309309$labels['indexsort'] = 'Use message index for sorting by date'; 
    310 $labels['top_posting'] = 'Start reply on top of the replied message body (not recommended)'; 
    311 $labels['auto_add_sig'] = 'Automatically add signature'; 
    312 $labels['new_msg_only'] = 'new messages only'; 
    313 $labels['reply_forward_only'] = 'edits, replies and forwards only'; 
    314 $labels['insertsig'] = 'Insert signature'; 
    315310$labels['mainoptions'] = 'Main Options'; 
    316311$labels['section'] = 'Section'; 
     
    318313$labels['newmessage'] = 'New Message'; 
    319314$labels['listoptions'] = 'List Options'; 
     315 
     316$labels['signatureoptions'] = 'Signature Options'; 
     317$labels['whenreplying'] = 'When replying'; 
     318$labels['replytopposting'] = 'start new message above original'; 
     319$labels['replybottomposting'] = 'start new message below original'; 
     320$labels['replyremovesignature'] = 'When replying remove original signature from message'; 
     321$labels['autoaddsignature'] = 'Automatically add signature'; 
     322$labels['newmessageonly'] = 'new message only'; 
     323$labels['replyandforwardonly'] = 'replies and forwards only'; 
     324$labels['replysignatureabove'] = 'When replying or forwarding place signature above the quote'; 
     325$labels['insertsignature'] = 'Insert signature'; 
    320326 
    321327$labels['folder']  = 'Folder'; 
Note: See TracChangeset for help on using the changeset viewer.