if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
	if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
} else {
	ss.i18n.addDictionary('en_US', {
		'VALIDATOR.FIELDREQUIRED': 'Por favor rellene el campo "%s", es obligatorio.',
		'HASMANYFILEFIELD.UPLOADING': 'Subiendo... %s',
		'TABLEFIELD.DELETECONFIRMMESSAGE': 'Estas seguro que deseas borrar este registro?',
		'LOADING': 'Cargando...',
		'UNIQUEFIELD.SUGGESTED': "Cambiar el valor '%s' : %s",
		'UNIQUEFIELD.ENTERNEWVALUE': 'Nescesitas digitar un valor válido',
		'UNIQUEFIELD.CANNOTLEAVEEMPTY': 'Este campo no puede estar vacío',
		'RESTRICTEDTEXTFIELD.CHARCANTBEUSED': "The character '%s' cannot be used in this field",
		'UPDATEURL.CONFIRM': 'Would you like me to change the URL to:\n\n%s/\n\nClick Ok to change the URL, click Cancel to leave it as:\n\n%s'
	});
}
