
Deprecated: Function ereg() is deprecated in /web/htdocs/www.gabriele-erba.it/home/zenphoto/zp-core/functions-i18n.php on line 306

Deprecated: Function ereg() is deprecated in /web/htdocs/www.gabriele-erba.it/home/zenphoto/zp-core/functions-i18n.php on line 306
/* Common javascripts and localized strings for Zenphoto */

var zppath =  "/zp-core";

var zpstrings = {
	/* Used in jquery.editinplace.js */
	'Save' : "Save",
	'Cancel' : "Cancel",
	'Saving' : "Saving",
	'ClickToEdit' : "Click to edit...",
	/* Used in thickbox.js */
	'Test' : "Test",
	'Close' : "Close",
	'close' : "close",
	'orEscKey' : "or Esc Key",
	'Next' : "Next",
	'Prev' : "Prev",
	'Image' : "Image",
	'of' : "of"
};

// Toggle element display
function toggle(x) {
	jQuery('#'+x).toggle();
}

