Changeset 2119

Show
Ignore:
Timestamp:
2008-06-24 10:26:22 (7 months ago)
Author:
martinkou
Message:

Added Chinese translations for the Create/Edit/Remove Div commands.

Location:
FCKeditor/branches/features/div_container/editor/lang
Files:
6 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/branches/features/div_container/editor/lang/en-au.js

    r1565 r2119  
    7373IncreaseIndent          : "Increase Indent", 
    7474Blockquote                      : "Blockquote", 
     75CreateDiv                       : "Insert Div Tag", 
     76EditDiv                         : "Edit Div Tag", 
     77DeleteDiv                       : "Remove Div Tag", 
    7578Undo                            : "Undo", 
    7679Redo                            : "Redo", 
  • FCKeditor/branches/features/div_container/editor/lang/en-ca.js

    r1565 r2119  
    7373IncreaseIndent          : "Increase Indent", 
    7474Blockquote                      : "Blockquote", 
     75CreateDiv                       : "Insert Div Tag", 
     76EditDiv                         : "Edit Div Tag", 
     77DeleteDiv                       : "Remove Div Tag", 
    7578Undo                            : "Undo", 
    7679Redo                            : "Redo", 
  • FCKeditor/branches/features/div_container/editor/lang/en.js

    r2118 r2119  
    7373IncreaseIndent          : "Increase Indent", 
    7474Blockquote                      : "Blockquote", 
    75 CreateDiv                       : "Create DIV Container", 
    76 EditDiv                         : "Edit DIV Container", 
    77 DeleteDiv                       : "Remove DIV Container", 
     75CreateDiv                       : "Insert Div Tag", 
     76EditDiv                         : "Edit Div Tag", 
     77DeleteDiv                       : "Remove Div Tag", 
    7878Undo                            : "Undo", 
    7979Redo                            : "Redo", 
  • FCKeditor/branches/features/div_container/editor/lang/en-uk.js

    r1565 r2119  
    7373IncreaseIndent          : "Increase Indent", 
    7474Blockquote                      : "Blockquote", 
     75CreateDiv                       : "Insert Div Tag", 
     76EditDiv                         : "Edit Div Tag", 
     77DeleteDiv                       : "Remove Div Tag", 
    7578Undo                            : "Undo", 
    7679Redo                            : "Redo", 
  • FCKeditor/branches/features/div_container/editor/lang/zh-cn.js

    r1565 r2119  
    7373IncreaseIndent          : "增加缩进量", 
    7474Blockquote                      : "引用文字", 
     75CreateDiv                       : "插入 Div 标籤", 
     76EditDiv                         : "更改 Div 标籤", 
     77DeleteDiv                       : "删除 Div 标籤", 
    7578Undo                            : "撤消", 
    7679Redo                            : "重做", 
  • FCKeditor/branches/features/div_container/editor/lang/zh.js

    r1565 r2119  
    7373IncreaseIndent          : "增加縮排", 
    7474Blockquote                      : "块引用", 
     75CreateDiv                       : "插入 Div 標籤", 
     76EditDiv                         : "變更 Div 標籤", 
     77DeleteDiv                       : "移除 Div 標籤", 
    7578Undo                            : "復原", 
    7679Redo                            : "重複",