0byt3m1n1
Path:
/
data
/
17
/
1
/
18
/
11
/
1670011
/
user
/
1801231
/
htdocs
/
marketting
/
js
/
scripts
/
language
/
english
/
[
Home
]
File: editor_lang.js
/*** Translation ***/ LanguageDirectory="english"; function getTxt(s) { switch(s) { case "Save":return "Save"; case "Preview":return "Preview"; case "Full Screen":return "Full Screen"; case "Search":return "Search"; case "Check Spelling":return "Check Spelling"; case "Text Formatting":return "Text Formatting"; case "List Formatting":return "List Formatting"; case "Paragraph Formatting":return "Paragraph Formatting"; case "Styles":return "Styles"; case "Custom CSS":return "Custom CSS"; case "Styles & Formatting":return "Styles & Formatting"; case "Style Selection":return "Style Selection"; case "Paragraph":return "Paragraph"; case "Font Name":return "Font Name"; case "Font Size":return "Font Size"; case "Cut":return "Cut"; case "Copy":return "Copy"; case "Paste":return "Paste"; case "Undo":return "Undo"; case "Redo":return "Redo"; case "Bold":return "Bold"; case "Italic":return "Italic"; case "Underline":return "Underline"; case "Strikethrough":return "Strikethrough"; case "Superscript":return "Superscript"; case "Subscript":return "Subscript"; case "Justify Left":return "Justify Left"; case "Justify Center":return "Justify Center"; case "Justify Right":return "Justify Right"; case "Justify Full":return "Justify Full"; case "Numbering":return "Numbering"; case "Bullets":return "Bullets"; case "Indent":return "Indent"; case "Outdent":return "Outdent"; case "Left To Right":return "Left To Right"; case "Right To Left":return "Right To Left"; case "Foreground Color":return "Foreground Color"; case "Background Color":return "Background Color"; case "Hyperlink":return "Hyperlink"; case "Bookmark":return "Bookmark"; case "Special Characters":return "Special Characters"; case "Image":return "Image"; case "Flash":return "Flash"; case "Media":return "Media"; case "Content Block":return "Content Block"; case "Internal Link":return "Internal Link"; case "Internal Image":return "Internal Image"; case "Object":return "Object"; case "Insert Table":return "Insert Table"; case "Table Size":return "Table Size"; case "Edit Table":return "Edit Table"; case "Edit Cell":return "Edit Cell"; case "Table":return "Table"; case "Border & Shading":return "Border & Shading"; case "Show/Hide Guidelines":return "Show/Hide Guidelines"; case "Absolute":return "Absolute"; case "Paste from Word":return "Paste from Word"; case "Line":return "Line"; case "Form Editor":return "Form Editor"; case "Form":return "Form"; case "Text Field":return "Text Field"; case "List":return "List"; case "Checkbox":return "Checkbox"; case "Radio Button":return "Radio Button"; case "Hidden Field":return "Hidden Field"; case "File Field":return "File Field"; case "Button":return "Button"; case "Clean":return "Clean";//not used case "View/Edit Source":return "View/Edit Source"; case "Tag Selector":return "Tag Selector"; case "Clear All":return "Clear All"; case "Tags":return "Tags"; case "Heading 1":return "Heading 1"; case "Heading 2":return "Heading 2"; case "Heading 3":return "Heading 3"; case "Heading 4":return "Heading 4"; case "Heading 5":return "Heading 5"; case "Heading 6":return "Heading 6"; case "Preformatted":return "Preformatted"; case "Normal (P)":return "Normal (P)"; case "Normal (DIV)":return "Normal (DIV)"; case "Size 1":return "Size 1"; case "Size 2":return "Size 2"; case "Size 3":return "Size 3"; case "Size 4":return "Size 4"; case "Size 5":return "Size 5"; case "Size 6":return "Size 6"; case "Size 7":return "Size 7"; case "Are you sure you wish to delete all contents?": return "Are you sure you wish to delete all contents?"; case "Remove Tag":return "Remove Tag"; case "Custom Colors":return "Custom Colors"; case "More Colors...":return "More Colors..."; case "Box Formatting":return "Box Formatting"; case "Advanced Table Insert":return "Advanced Table Insert"; case "Edit Table/Cell":return "Edit Table/Cell"; case "Print":return "Print"; case "Paste Text":return "Paste Text"; case "CSS Builder":return "CSS Builder"; case "Remove Formatting":return "Remove Formatting"; default:return ""; } }