/*
---
name: Locale.es-ES.DatePicker
description: Spanish Language File for DatePicker
authors: Juan Lago D.
requires: [More/Locale]
provides: Locale.es-ES.DatePicker
...
*/


Locale.define('es-ES', 'DatePicker', {
	select_a_time: 'Selecciona una fecha',
	use_mouse_wheel: 'Utiliza la rueda del raton para cambiar rapidamente de valor',
	time_confirm_button: 'OK'
});

