]> code.citadel.org Git - citadel.git/blob - webcit/tiny_mce/plugins/insertdatetime/langs/nl.js
* Removed the Kevin Roth rich text editor and replaced it with TinyMCE.
[citadel.git] / webcit / tiny_mce / plugins / insertdatetime / langs / nl.js
1 // UK lang variables
2
3 tinyMCE.addToLang('',{
4 insertdate_def_fmt : '%Y-%m-%d',
5 inserttime_def_fmt : '%H:%M:%S',
6 insertdate_desc : 'Datum invoegen',
7 inserttime_desc : 'Tijd invoegen'
8 });