From f55779fd831029f764c885bf1fd026a7e94f08eb Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 20 Mar 2012 20:47:31 -0700 Subject: update tinymce to 3.5b2 to fix issues with FF 11 and pasting into code blocks --- library/tinymce/examples/translate.html | 80 --------------------------------- 1 file changed, 80 deletions(-) delete mode 100755 library/tinymce/examples/translate.html (limited to 'library/tinymce/examples/translate.html') diff --git a/library/tinymce/examples/translate.html b/library/tinymce/examples/translate.html deleted file mode 100755 index bdd8ac54a..000000000 --- a/library/tinymce/examples/translate.html +++ /dev/null @@ -1,80 +0,0 @@ - - - -Full featured example - - - - - - - - - - -
-

Translation

- -

This page enables you to translate TinyMCE by using XML files.

-

Steps to translate:

-
    -
  1. Download one of the language XML files from the TinyMCE site.
  2. -
  3. Place it in /jscripts/tiny_mce/langs directory, for example /jscripts/tiny_mce/langs/sv.xml.
  4. -
  5. Change the language init option in this file to match the XML file code. For example: sv
  6. -
  7. TinyMCE will now use the XML file instead of the .js versions.
  8. -
  9. Modify the XML file until everything is translated
  10. -
  11. Modify the author information, this is optional.
  12. -
  13. Upload the XML file to the TinyMCE site to share it with others.
  14. -
  15. You can now download the .js versions of the language pack from the TinyMCE site.
  16. -
- - -
- - - -- cgit v1.2.3