app/tiny_mce/plugins/example/langs/en_dlg.js
author Lennard de Rijk <ljvderijk@gmail.com>
Wed, 12 Aug 2009 10:17:08 -0700
changeset 2761 a315c83b6d74
parent 154 d2377425d3f2
permissions -rwxr-xr-x
Added basic GSoC module models. These models will be filled with GSoC specific entries once the transformation is complete.

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