includes/clientside/tinymce/plugins/example/langs/en_dlg.js
author Dan
Sun, 30 Dec 2007 01:13:24 -0500
changeset 343 eefe9ab7fe7c
parent 335 67bd3121a12e
permissions -rw-r--r--
Localized the first parts of the admin panel. As a consequence, also wrote a brand new Admin:PageManager that doesn't suck like the old one did.

tinyMCE.addI18n('en.example_dlg',{
	title : 'This is just a example title'
});