Changeset 2172 for FCKeditor/branches
- Timestamp:
- 2008-07-04 09:11:52 (5 months ago)
- Location:
- FCKeditor/branches/features/div_container/editor
- Files:
-
- 7 modified
-
lang/en-au.js (modified) (1 diff)
-
lang/en-ca.js (modified) (1 diff)
-
lang/en.js (modified) (1 diff)
-
lang/en-uk.js (modified) (1 diff)
-
lang/zh-cn.js (modified) (1 diff)
-
lang/zh.js (modified) (1 diff)
-
_source/internals/fcktoolbaritems.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/branches/features/div_container/editor/lang/en-au.js
r2119 r2172 73 73 IncreaseIndent : "Increase Indent", 74 74 Blockquote : "Blockquote", 75 CreateDiv : " Insert Div Tag",76 EditDiv : "Edit Div Tag",77 DeleteDiv : "Remove Div Tag",75 CreateDiv : "Create Div Container", 76 EditDiv : "Edit Div Container", 77 DeleteDiv : "Remove Div Container", 78 78 Undo : "Undo", 79 79 Redo : "Redo", -
FCKeditor/branches/features/div_container/editor/lang/en-ca.js
r2119 r2172 73 73 IncreaseIndent : "Increase Indent", 74 74 Blockquote : "Blockquote", 75 CreateDiv : " Insert Div Tag",76 EditDiv : "Edit Div Tag",77 DeleteDiv : "Remove Div Tag",75 CreateDiv : "Create Div Container", 76 EditDiv : "Edit Div Container", 77 DeleteDiv : "Remove Div Container", 78 78 Undo : "Undo", 79 79 Redo : "Redo", -
FCKeditor/branches/features/div_container/editor/lang/en.js
r2119 r2172 73 73 IncreaseIndent : "Increase Indent", 74 74 Blockquote : "Blockquote", 75 CreateDiv : " Insert Div Tag",76 EditDiv : "Edit Div Tag",77 DeleteDiv : "Remove Div Tag",75 CreateDiv : "Create Div Container", 76 EditDiv : "Edit Div Container", 77 DeleteDiv : "Remove Div Container", 78 78 Undo : "Undo", 79 79 Redo : "Redo", -
FCKeditor/branches/features/div_container/editor/lang/en-uk.js
r2119 r2172 73 73 IncreaseIndent : "Increase Indent", 74 74 Blockquote : "Blockquote", 75 CreateDiv : " Insert Div Tag",76 EditDiv : "Edit Div Tag",77 DeleteDiv : "Remove Div Tag",75 CreateDiv : "Create Div Container", 76 EditDiv : "Edit Div Container", 77 DeleteDiv : "Remove Div Container", 78 78 Undo : "Undo", 79 79 Redo : "Redo", -
FCKeditor/branches/features/div_container/editor/lang/zh-cn.js
r2119 r2172 73 73 IncreaseIndent : "增加缩进量", 74 74 Blockquote : "引用文字", 75 CreateDiv : " 插入Div 标籤",75 CreateDiv : "新增 Div 标籤", 76 76 EditDiv : "更改 Div 标籤", 77 77 DeleteDiv : "删除 Div 标籤", -
FCKeditor/branches/features/div_container/editor/lang/zh.js
r2119 r2172 73 73 IncreaseIndent : "增加縮排", 74 74 Blockquote : "块引用", 75 CreateDiv : " 插入Div 標籤",75 CreateDiv : "新增 Div 標籤", 76 76 EditDiv : "變更 Div 標籤", 77 77 DeleteDiv : "移除 Div 標籤", -
FCKeditor/branches/features/div_container/editor/_source/internals/fcktoolbaritems.js
r2121 r2172 72 72 case 'Indent' : oItem = new FCKToolbarButton( 'Indent' , FCKLang.IncreaseIndent, null, null, false, true, 29 ) ; break ; 73 73 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 ; 75 75 76 76 case 'Link' : oItem = new FCKToolbarButton( 'Link' , FCKLang.InsertLinkLbl, FCKLang.InsertLink, null, false, true, 34 ) ; break ;