Editor.english.php 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <?php
  2. // Version: 2.1 Alpha 1; Editor
  3. global $editortxt;
  4. $editortxt['Bold'] = 'Bold';
  5. $editortxt['Italic'] = 'Italic';
  6. $editortxt['Underline'] = 'Underline';
  7. $editortxt['Strikethrough'] = 'Strikethrough';
  8. $editortxt['Subscript'] = 'Subscript';
  9. $editortxt['Superscript'] = 'Superscript';
  10. $editortxt['Align left'] = 'Align left';
  11. $editortxt['Center'] = 'Center';
  12. $editortxt['Align right'] = 'Align right';
  13. $editortxt['Justify'] = 'Justify';
  14. $editortxt['Font Name'] = 'Font Name';
  15. $editortxt['Font Size'] = 'Font Size';
  16. $editortxt['Font Color'] = 'Font Color';
  17. $editortxt['Remove Formatting'] = 'Remove Formatting';
  18. $editortxt['Cut'] = 'Cut';
  19. $editortxt['Your browser does not allow the cut command. Please use the keyboard shortcut Ctrl/Cmd-X'] = 'Your browser does not allow the cut command. Please use the keyboard shortcut Ctrl/Cmd-X';
  20. $editortxt['Copy'] = 'Copy';
  21. $editortxt['Your browser does not allow the copy command. Please use the keyboard shortcut Ctrl/Cmd-C'] = 'Your browser does not allow the copy command. Please use the keyboard shortcut Ctrl/Cmd-C';
  22. $editortxt['Paste'] = 'Paste';
  23. $editortxt['Your browser does not allow the paste command. Please use the keyboard shortcut Ctrl/Cmd-V'] = 'Your browser does not allow the paste command. Please use the keyboard shortcut Ctrl/Cmd-V';
  24. $editortxt['Paste your text inside the following box:'] = 'Paste your text inside the following box:';
  25. $editortxt['Paste Text'] = 'Paste Text';
  26. $editortxt['Bullet list'] = 'Bullet list';
  27. $editortxt['Numbered list'] = 'Numbered list';
  28. $editortxt['Undo'] = 'Undo';
  29. $editortxt['Redo'] = 'Redo';
  30. $editortxt['Rows:'] = 'Rows:';
  31. $editortxt['Cols:'] = 'Cols:';
  32. $editortxt['Insert a table'] = 'Insert a table';
  33. $editortxt['Insert a horizontal rule'] = 'Insert a horizontal rule';
  34. $editortxt['Code'] = 'Code';
  35. $editortxt['Insert a Quote'] = 'Insert a Quote';
  36. $editortxt['Width (optional):'] = 'Width (optional):';
  37. $editortxt['Height (optional):'] = 'Height (optional):';
  38. $editortxt['Insert an image'] = 'Insert an image';
  39. $editortxt['E-mail:'] = 'E-mail:';
  40. $editortxt['Insert an email'] = 'Insert an email';
  41. $editortxt['URL:'] = 'URL:';
  42. $editortxt['Insert a link'] = 'Insert a link';
  43. $editortxt['Unlink'] = 'Unlink';
  44. $editortxt['More'] = 'More';
  45. $editortxt['Insert an emoticon'] = 'Insert a smiley';
  46. $editortxt['Video URL:'] = 'Video URL:';
  47. $editortxt['Insert'] = 'Insert';
  48. $editortxt['Insert a YouTube video'] = 'Insert a YouTube video';
  49. $editortxt['Insert current date'] = 'Insert current date';
  50. $editortxt['Insert current time'] = 'Insert current time';
  51. $editortxt['Print'] = 'Print';
  52. $editortxt['Preformatted Text'] = 'Preformatted Text';
  53. $editortxt['View source'] = 'View source';
  54. $editortxt['Marquee'] = 'Marquee';
  55. $editortxt['Teletype'] = 'Teletype';
  56. $editortxt['Glow'] = 'Glow';
  57. $editortxt['Shadow'] = 'Shadow';
  58. $editortxt['Pre'] = 'Preformatted text';
  59. // @todo flash doesn't seem to be there
  60. $editortxt['flash'] = 'Insert Flash';
  61. $editortxt['Insert FTP Link'] = 'Insert FTP Link';
  62. // @todo Not sure if these are really needed
  63. $editortxt['Black'] = 'Black';
  64. $editortxt['Red'] = 'Red';
  65. $editortxt['Yellow'] = 'Yellow';
  66. $editortxt['Pink'] = 'Pink';
  67. $editortxt['Green'] = 'Green';
  68. $editortxt['Orange'] = 'Orange';
  69. $editortxt['Purple'] = 'Purple';
  70. $editortxt['Blue'] = 'Blue';
  71. $editortxt['Beige'] = 'Beige';
  72. $editortxt['Brown'] = 'Brown';
  73. $editortxt['Teal'] = 'Teal';
  74. $editortxt['Navy'] = 'Navy';
  75. $editortxt['Maroon'] = 'Maroon';
  76. $editortxt['Lime Green'] = 'Lime Green';
  77. $editortxt['White'] = 'White';
  78. // end @todo
  79. ?>