Ticket #2314: 2314.patch

File 2314.patch, 1.3 KB (added by Martin Kou, 16 years ago)
  • _whatsnew.html

     
    4242        <p>
    4343                Fixed Bugs:</p>
    4444        <ul>
    45                 <li></li>
     45                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2314">#2314</a>] Corrected
     46                        mixed up Chinese translations for the blockquote command.</li>
    4647        </ul>
    4748        <p>
    4849                <a href="_whatsnew_history.html">See previous versions history</a></p>
  • editor/lang/zh-cn.js

     
    7171BlockJustify            : "两端对齐",
    7272DecreaseIndent          : "减少缩进量",
    7373IncreaseIndent          : "增加缩进量",
    74 Blockquote                      : "引用文字",
     74Blockquote                      : "块引用",
    7575Undo                            : "撤消",
    7676Redo                            : "重做",
    7777NumberedListLbl         : "编号列表",
  • editor/lang/zh.js

     
    7171BlockJustify            : "左右對齊",
    7272DecreaseIndent          : "減少縮排",
    7373IncreaseIndent          : "增加縮排",
    74 Blockquote                      : "块引用",
     74Blockquote                      : "引用文字",
    7575Undo                            : "復原",
    7676Redo                            : "重複",
    7777NumberedListLbl         : "編號清單",
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy