/* Common javascripts and localized strings for Zenphoto */

var zppath =  "/zp-core";

var zpstrings = {
	/* Used in jquery.editinplace.js */
	'Save' : "Uložit",
	'Cancel' : "Zrušit",
	'Saving' : "Saving",
	'ClickToEdit' : "Click to edit...",
	/* Used in thickbox.js */
	'Test' : "Test",
	'Close' : "Close",
	'close' : "close",
	'orEscKey' : "or Esc Key",
	'Next' : "Další",
	'Prev' : "Prev",
	'Image' : "Fotografie",
	'of' : "z"
};

// Toggle element display
function toggle(x) {
	jQuery('#'+x).toggle();
}

