Editor.english.php 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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 an emoticon';
  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. ?>