Ignore:
Timestamp:
Sep 13, 2006 11:49:28 PM (7 years ago)
Author:
estadtherr
Message:

Initial TinyMCE editor support (still need to work on spellcheck and skins)

File:
1 edited

Legend:

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

    r337 r344  
    6464$labels['filesize'] = 'File size'; 
    6565 
    66 $labels['preferhtml'] = 'Prefer HTML'; 
     66$labels['preferhtml'] = 'Display HTML'; 
    6767$labels['htmlmessage'] = 'HTML Message'; 
    6868$labels['prettydate'] = 'Pretty dates'; 
     
    121121 
    122122// message compose 
    123 $labels['compose']  = 'Compose a message'; 
     123$labels['compose']        = 'Compose a message'; 
     124$labels['sendmessage']    = 'Send the message now'; 
    124125$labels['savemessage']  = 'Save this draft'; 
    125 $labels['sendmessage']  = 'Send the message now'; 
    126126$labels['addattachment']  = 'Attach a file'; 
    127 $labels['charset']  = 'Charset'; 
    128 $labels['returnreceipt'] = 'Return receipt'; 
     127$labels['charset']        = 'Charset'; 
     128$labels['editortype']     = 'Editor type'; 
     129$labels['returnreceipt']  = 'Return receipt'; 
    129130 
    130131$labels['checkspelling'] = 'Check spelling'; 
    131132$labels['resumeediting'] = 'Resume editing'; 
    132 $labels['revertto'] = 'Revert to'; 
     133$labels['revertto']      = 'Revert to'; 
    133134 
    134135$labels['attachments'] = 'Attachments'; 
     
    202203$labels['signature'] = 'Signature'; 
    203204$labels['dstactive']  = 'Daylight savings'; 
     205$labels['htmleditor'] = 'Use HTML editor'; 
     206$labels['htmlsignature'] = 'HTML signature'; 
    204207 
    205208$labels['autosavedraft']  = 'Automatically save draft'; 
Note: See TracChangeset for help on using the changeset viewer.