if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
	if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
} else {
	ss.i18n.addDictionary('vi_VN', {
                'PAGE.HOUR' : 'giờ',
                'PAGE.MIN' : 'phút',
                'PAGE.SEC' : 'giây',
                'PAGE.AGO' : 'trước'
	});

}