﻿
/**
 * @author MURA
 * @copyright insyma AG
 * @projectDescription insyma JavaScript Library Config-File zum Image Module
 * @version 1.0
 */
insymaImgConfig = {
		enableControls: true,
		controlPrevLabel: "previous image",
		controlNextLabel: "next image",
		controlPlayLabel: "Play",
		controlPauseLabel: "Pause",
		controlCloseLabel: "Close",
		enableCounter: true,
		countLabel: "image",
		countSeperatorLabel: "of",
		loadingImgPath: "../img/layout/loading-gal.gif",
		showImgDuringLoading: true,
		
		showInAlternateImgContainer: false,
		alternateImgContainerID: "",
		showFirstImgOnLoad: false,
		
		// Gibt Inhalts Elementen (IDs) die Höhe des Bildes mit
		// Beispiel: "container(+80); inhaltsverzeichnis(-10)" (die Zahl ist in Pixel anzugeben)
		setImgHeightOnContentElementIDs: "",
		
		enableSlideShow: true,
		showDelay: 5000,
		enableOverlay: false,
		enableOverlaySigleImg: false,
		disableScrolling: false,
		setActiveClass: false,
		
		itemCount: 0,
		nextPageLabel:"Nächste Seite »",
		prevPageLabel:"« Vorherige Seite",
		pagingLabel: "Seite",
		pagingSeparatorLabel: "von",
		
		// Eigenschaften Weiterleitungsfunktion
		enableImageForward: false,
		fwLinkLabel: "forward image!",
		fwMailer: "http://cu.tfl.com/Español/form/insymaImageMailer.aspx?lang=3",
		fwMailSender: "L_moc__lft--ofni",
		fwSenderLabel: "Sender name",
		fwSenderValidate: "Please fill in the sender name!",
		fwSenderMailLabel: "Sender Email",
		fwSenderMailValidate: "Please fill in the sender's email address!",
		fwSenderMailNotValid: "The sender's email address is invalid!",
		fwRecipientMailLabel: "Recipient Email",
		fwRecipientMailValidate: "Please fill in the recipient's email address!",
		fwRecipientMailNotValid: "The recipient's email address is invalid!",
		fwCommentLabel: "Comment",
		fwButtonLabel: "Send",
		fwThanks: "The image was sent successfully.",
		fwSubject: "Image sent by:",
		fwMessage: "---------------------------------------------------------------Folgendes Bild wurde Ihnen von [AbsenderName] ([AbsenderMail])empfohlen. Sie können das Bild anschauen unter: [ImageUrl]---------------------------------------------------------------Kommentar von [AbsenderName]: [Kommentar]---------------------------------------------------------------"
}

