editor_lang.js
上传用户:jhtang88
上传日期:2014-01-27
资源大小:28528k
文件大小:4k
源码类别:

Jsp/Servlet

开发平台:

Java

  1. /*** Translation ***/ LanguageDirectory="english"; function getText(s)
  2. {
  3. switch(s)
  4. {
  5. case "Save":return "Save";
  6. case "Preview":return "Preview";
  7. case "Full Screen":return "Full Screen";
  8. case "Search":return "Search";
  9. case "Check Spelling":return "Check Spelling";
  10. case "Text Formatting":return "Text Formatting";
  11. case "List Formatting":return "List Formatting";
  12. case "Paragraph Formatting":return "Paragraph Formatting";
  13. case "Styles":return "Styles";
  14. case "Custom CSS":return "Custom CSS";
  15. case "Styles & Formatting":return "Styles & Formatting";
  16. case "Paragraph":return "Paragraph";
  17. case "Font Name":return "Font Name";
  18. case "Font Size":return "Font Size";
  19. case "Cut":return "Cut";
  20. case "Copy":return "Copy";
  21. case "Paste":return "Paste";
  22. case "Undo":return "Undo";
  23. case "Redo":return "Redo";
  24. case "Bold":return "Bold";
  25. case "Italic":return "Italic";
  26. case "Underline":return "Underline";
  27. case "Strikethrough":return "Strikethrough";
  28. case "Superscript":return "Superscript";
  29. case "Subscript":return "Subscript";
  30. case "Justify Left":return "Justify Left";
  31. case "Justify Center":return "Justify Center";
  32. case "Justify Right":return "Justify Right";
  33. case "Justify Full":return "Justify Full";
  34. case "Numbering":return "Numbering";
  35. case "Bullets":return "Bullets";
  36. case "Indent":return "Indent";
  37. case "Outdent":return "Outdent";
  38. case "Left To Right":return "Left To Right";
  39. case "Right To Left":return "Right To Left";
  40. case "Foreground Color":return "Foreground Color";
  41. case "Background Color":return "Background Color";
  42. case "Hyperlink":return "Hyperlink";
  43. case "Bookmark":return "Bookmark";
  44. case "Special Characters":return "Special Characters";
  45. case "Image":return "Image";
  46. case "Flash":return "Flash";
  47. case "Media":return "Media";
  48. case "Content Block":return "Content Block";
  49. case "Internal Link":return "Internal Link";
  50. case "Object":return "Object";
  51. case "Insert Table":return "Insert Table";
  52. case "Table Size":return "Table Size";
  53. case "Edit Table":return "Edit Table";
  54. case "Edit Cell":return "Edit Cell";
  55. case "Table":return "Table";
  56. case "Border & Shading":return "Border & Shading";
  57. case "Show/Hide Guidelines":return "Show/Hide Guidelines";
  58. case "Absolute":return "Absolute";
  59. case "Paste from Word":return "Paste from Word";
  60. case "Line":return "Line";
  61. case "Form Editor":return "Form Editor";
  62. case "Form":return "Form";
  63. case "Text Field":return "Text Field";
  64. case "List":return "List";
  65. case "Checkbox":return "Checkbox";
  66. case "Radio Button":return "Radio Button";
  67. case "Hidden Field":return "Hidden Field";
  68. case "File Field":return "File Field";
  69. case "Button":return "Button";
  70. case "Clean":return "Clean";
  71. case "View/Edit Source":return "View/Edit Source";
  72. case "Tag Selector":return "Tag Selector";
  73. case "Clear All":return "Clear All";
  74. case "Tags":return "Tags";
  75. case "Heading 1":return "Heading 1";
  76. case "Heading 2":return "Heading 2";
  77. case "Heading 3":return "Heading 3";
  78. case "Heading 4":return "Heading 4";
  79. case "Heading 5":return "Heading 5";
  80. case "Heading 6":return "Heading 6";
  81. case "Preformatted":return "Preformatted";
  82. case "Normal (P)":return "Normal (P)";
  83. case "Normal (DIV)":return "Normal (DIV)";
  84. case "Size 1":return "Size 1";
  85. case "Size 2":return "Size 2";
  86. case "Size 3":return "Size 3";
  87. case "Size 4":return "Size 4";
  88. case "Size 5":return "Size 5";
  89. case "Size 6":return "Size 6";
  90. case "Size 7":return "Size 7";
  91. case "Are you sure you wish to delete all contents?":
  92. return "Are you sure you wish to delete all contents?";
  93. case "Remove Tag":return "Remove Tag";
  94. case "Custom Colors":return "Custom Colors";
  95. case "More Colors...":return "More Colors...";
  96. case "Box Formatting":return "Box Formatting";
  97. case "Advanced Table Insert":return "Advanced Table Insert";
  98. case "Edit Table/Cell":return "Edit Table/Cell";
  99. case "Print":return "Print";
  100. case "Paste Text":return "Paste Text";
  101. default:return "";
  102. }
  103. }