﻿<?xml version="1.0" encoding="UTF-8"?>

<!-- 
//
// ===================================================
// FlashQ by Christian Hackert and Gernot Braehler
// ===================================================
// Language pack.
// @author		Christian Hackert
// @version		FlashQ version 1.0
// ===================================================
// 
// In order to translate FlashQ or to customize the texts, 
// just change the text between the opening and the closing 
// tag. The attribute 'id' is the name of the variable 
// and must remain unchanged.  
//
// You can use HTML-tags, but you have to braces instead 
// of the normal angle brackets, otherwise the import will fail. 
// Example: {b}bold{/b}
//
// If your are using German Umlauts and other special 
// characters, make sure, that you save this XML-file 
// as an UTF-8-document. White-space inbetween the 
// nodes are ignored. Any white-space within the text-
// nodes, including leading or trailing whitespace and 
// line breaks, is preserved.
//
// ===================================================
// 
-->

<language version="1.0" htmlParse="true">

  <!-- misc -->
  <item id="btnContinue">Continue...</item>
  <item id="btnclose">Close</item>
  <item id="btnHelp">Help me!</item>
  <item id="btnAgreement">Agree</item>
  <item id="btnNeutral">Neutral</item>
  <item id="btnDisagreement">Disagree</item>
  <item id="btnTransfer">Submit data</item>
  <item id="btnMail">Send via email</item>
  <item id="btnPrint">Print data</item>
  <item id="btnExit">Exit</item>
  <item id="selectItem">Please select...</item>

  <!-- errors -->
  <item id="errorHead">Error!</item>
  <item id="errorWindowTooSmall">Please maximize your browser for using this application.</item>

  <!-- welcome screen (leave blank to skip screen) -->
  <item id="welcomeHead">Welcome!</item>
  <item id="welcomeText">Please note: This is just a demo and no data will be stored. Thanks to Job van Exel, that we can use his survey as an example.{br}{br}Comments and bug reports are highly welcome.{br}{br}Please click on the continue-button.</item>

  <!-- user login, only displayed if access is restricted (see config-file) -->
  <item id="loginHead">User code</item>
  <item id="loginText">Please enter your user code. Please note, that in this demo any user code will be accepted.{br}{br}{i}Tip: This is an optional step and you can deactivate it in your own survey.{i}</item>
  <item id="loginFormHeader">User code</item>
  <item id="loginNoInput">Please insert your user code.</item>
  <item id="loginInvalidInput">User code invalid</item>
  <item id="loginNoConnection">Connection to server failed. Please try again.</item>

  <!-- introduction (leave blank to skip popup) -->
  <item id="introHead">Introduction</item>
  <item id="introText">This study is about travel behaviour. We are interested in your attitude towards car and public transport as travel alternatives for middle-distance trips.{br}{br}Please maximize your browser window and click on the continue-button to start the survey.</item>

  <!-- step1: rough sorting into three piles (leave blank to skip popup)-->
  <item id="step1Head">Step 1 of 5</item>
  <item id="step1Text">Read the folowing statements carefully and split them up into three piles: a pile for statements you tend to disagree with, a pile for cards you tend to agree with, and a pile for the rest.{br}{br}You can either drag the cards into one of the three piles or press 1, 2, 3 on your keyboard. Changes can be made later.{br}{br}If you want to read this instruction a second time, press the help-button at the bottom left corner.</item>

  <!-- step2: sorting (leave blank to skip popup) -->
  <item id="step2Head">Step 2 of 5</item>
  <item id="step2Text">Take the cards from the "AGREE"-pile and read them again. You can scroll through the statements by using the scroll bar. Next, select the two statements you most agree with and place them on right side of the score sheet below the "+2".{br}{br}Now read the cards in the "DISAGREE"-pile again. Just like before, select the two statements you most disagree with and place them on the left side of the score sheet below the "-2".{br}{br}Next, select the statements you second most agree/disagree with and place them under "+1"/"-1". Follow this procedure for all cards in the "AGREE"- and "DIAGREE"-pile.{br}{br}Finally, read the "NEUTRAL"-cards again and arange them in the remaining open boxes of the score sheet.</item>

  <!-- step3: check sorting, only displayed if showStep3== true (see config-file; leave blank to skip popup)-->
  <item id="step3Head">Step 3 of 5</item>
  <item id="step3Text">Now you have placed all cards on the score sheet. Please go over your distribution once more and shift cards if you want to.{br}{br}{i}Tip: This is an optional step and you can deactivate it in your own survey.{i}</item>

  <!-- step4: comments on best/worst rated statements, only displayed if showStep4== true (see config-file; leave blank to skip popup) -->
  <item id="step4Head">Step 4 of 5</item>
  <item id="step4Text">Please explain why you agree most or disagree most with the following statements you have placed below "+2" or "-2".{br}{br}{i}Tip: This is a optional step and you can deactivate it in your own survey.{i}</item>

  <!-- step5: dditional questions, only displayed if showStep5== true (see config-file; leave blank to skip popup)-->
  <item id="step5Head">Step 5 of 5</item>
  <item id="step5Text">Finally, please answer the following questions regarding your background.{br}{br}{i}Tip: This is a optional step and you can deactivate it in your own survey.{i}</item>

  <!-- data transfer, only displayed if submitUrl is not blank (see config-file) -->
  <item id="transferHead">Submit Data</item>
  <item id="transferText">You've finished the survey. Please submit your data now.</item>
  <item id="transferFailed">Data submission failed. Please try again or mail your results via email/post.</item>
  <item id="transferOk">Thank you for testing FlashQ. We would appreciate if you could send us feeddback about this application (bugs, ideas, suggestion, etc.).{br}{br}Christian Hackert{br}{a href="http://www.hackert.biz/flashq" target="_blank"}{u}www.hackert.biz/flashq{/u}{/a}.{br}{br}You can now close your browser window.</item>

  <!-- send data via mail, only displayed if submitUrl is blank (see config-file) -->
  <item id="mailHead">Submit Data</item>
  <item id="mailText">You can either submit your data either via email or post. In the former case you'll need an email client like Outlook, in the latter a printer.</item>

  <!-- e-mail-body -->
  <item id="mailBody">Thank you for participating in our survey. Please do not modify the following text:</item>

  <!-- print out -->
  <item id="printoutText">Somebody{br}Some street 100{br}Some city{br}{br}Please send this printout to address mentioned above. Thanks for you help.</item>

</language>
