/**
	*	@Author: Jan.Wessel for db-n.com
	*	@Descr:
		-	internationalization file, stores possible country-specific values 
	*	@Params:
	*	@ToDos:
	*	@See:
*/

//<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="dut-NL" lang="dut-NL">
//<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB" lang="en-GB">
//<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de-DE" lang="de-DE">
//<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" lang="ru">

var dpdLang = {
	unknown : {
		myDPD__User : "Username",
		myDPD__Pass : "Password",
		DPD__SoTQuery : "Search or Tracking",
		DPD__LocFinderDepotQuery : "Your postal code",
		DPD__LocFinderDepotQueryCode : "Your postal code",
		DPD__LocFinderParcelShopQuery : "Your postal code",
		closeAlert : "Please click here to close this message!"
	},
	de_DE : {
		myDPD__User : "Benutzername",
		myDPD__Pass : "Passwort",
		DPD__SoTQuery : "Suche oder Tracking-Nummer",
		DPD__LocFinderDepotQuery : "Your postal code",
		DPD__LocFinderDepotQueryCode : "Your postal code",
		DPD__LocFinderParcelShopQuery : "Your postal code",
		closeAlert : "Klicken Sie hier, um diese Meldung zu schließen!"
	},
	dut_NL : {
		myDPD__User : "Gebruikersnaam",
		myDPD__Pass : "Wachtwoord",
		DPD__SoTQuery : "Search or Tracking",
		DPD__LocFinderDepotQuery : "Your postal code",
		DPD__LocFinderDepotQueryCode : "Your postal code",
		DPD__LocFinderParcelShopQuery : "Your postal code",
		closeAlert : "Klicken Sie hier, um diese Meldung zu schließen!"
	},
	en_GB : {
		myDPD__User : "Username",
		myDPD__Pass : "Password",
		DPD__SoTQuery : "Search or Tracking",
		DPD__LocFinderDepotQuery : "Your postal code",
		DPD__LocFinderDepotQueryCode : "Your postal code",
		DPD__LocFinderParcelShopQuery : "Your postal code",
		closeAlert : "Please click here to close this message!"
	},
	ru : {
		myDPD__User : "Username",
		myDPD__Pass : "Password",
		DPD__SoTQuery : "Search or Tracking",
		DPD__LocFinderDepotQuery : "Your postal code",
		DPD__LocFinderDepotQueryCode : "Your postal code",
		DPD__LocFinderParcelShopQuery : "Your postal code",
		closeAlert : "Please click here to close this message!"
	}	
}
