app/tiny_mce/plugins/example/langs/en_dlg.js
author Daniel Diniz <ajaksu@gmail.com>
Sun, 28 Jun 2009 14:40:55 +0200
changeset 2433 0ba41e115dbc
parent 154 d2377425d3f2
permissions -rwxr-xr-x
Added Access checks for Surveys. Patch by: Daniel Diniz, James Levy Reviewed by: Lennard de Rijk
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
126
6186c115a210 Added TinyMCE to Melange in soc/content/js
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
diff changeset
     1
tinyMCE.addI18n('en.example_dlg',{
6186c115a210 Added TinyMCE to Melange in soc/content/js
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
diff changeset
     2
	title : 'This is just a example title'
6186c115a210 Added TinyMCE to Melange in soc/content/js
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
diff changeset
     3
});