Path : /var/www/html/smart_kpp2_v2/include/sceditor-2.1.3/languages/
File Upload :
Current File : /var/www/html/smart_kpp2_v2/include/sceditor-2.1.3/languages/en.js

(function () {
	'use strict';

	sceditor.locale['en-GB'] = {
		'Font Color': 'Font Colour',
		'Center': 'Centre',
		dateFormat: 'day/month/year'
	};

	// set this as the default English locale
	sceditor.locale['en'] = sceditor.locale['en-GB'];
})();