/* Common javascripts and localized strings for Zenphoto */

var zppath =  "/zp-core";

var zpstrings = {
	/* Used in jquery.editinplace.js */
	'Save' : "Guardar",
	'Cancel' : "Cancelar",
	'Saving' : "Guardando",
	'ClickToEdit' : "Click to edit...",
	/* Used in thickbox.js */
	'Test' : "Prueba",
	'Close' : "Cerrar",
	'close' : "cerrar",
	'orEscKey' : "o tecla Esc",
	'Next' : "Siguiente",
	'Prev' : "Ant",
	'Image' : "Imagen",
	'of' : "de"
};

// Toggle element display
function toggle(x) {
	jQuery('#'+x).toggle();
}
