Changeset 2172

Show
Ignore:
Timestamp:
2008-07-04 09:11:52 (5 months ago)
Author:
martinkou
Message:

Changed language file entries on the Div Container related commands.
Fixed Create Div Container toolbar button tooltip.

Location:
FCKeditor/branches/features/div_container/editor
Files:
7 modified

Legend:

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

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

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

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

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

    r2119 r2172  
    7373IncreaseIndent          : "增加缩进量", 
    7474Blockquote                      : "引用文字", 
    75 CreateDiv                       : "插入 Div 标籤", 
     75CreateDiv                       : "新增 Div 标籤", 
    7676EditDiv                         : "更改 Div 标籤", 
    7777DeleteDiv                       : "删除 Div 标籤", 
  • FCKeditor/branches/features/div_container/editor/lang/zh.js

    r2119 r2172  
    7373IncreaseIndent          : "增加縮排", 
    7474Blockquote                      : "块引用", 
    75 CreateDiv                       : "插入 Div 標籤", 
     75CreateDiv                       : "新增 Div 標籤", 
    7676EditDiv                         : "變更 Div 標籤", 
    7777DeleteDiv                       : "移除 Div 標籤", 
  • FCKeditor/branches/features/div_container/editor/_source/internals/fcktoolbaritems.js

    r2121 r2172  
    7272                case 'Indent'                   : oItem = new FCKToolbarButton( 'Indent'        , FCKLang.IncreaseIndent, null, null, false, true, 29 ) ; break ; 
    7373                case 'Blockquote'                       : oItem = new FCKToolbarButton( 'Blockquote'    , FCKLang.Blockquote, null, null, false, true, 73 ) ; break ; 
    74                 case 'CreateDiv'                        : oItem = new FCKToolbarButton( 'CreateDiv'     , FCKLang.Blockquote, null, null, false, true, 74 ) ; break ; 
     74                case 'CreateDiv'                        : oItem = new FCKToolbarButton( 'CreateDiv'     , FCKLang.CreateDiv, null, null, false, true, 74 ) ; break ; 
    7575 
    7676                case 'Link'                             : oItem = new FCKToolbarButton( 'Link'          , FCKLang.InsertLinkLbl, FCKLang.InsertLink, null, false, true, 34 ) ; break ;