<?xml version="1.0" encoding="ISO-8859-1" ?> 

<!--  
*	Language file for yawcam
*	More language files can be found at: www.yawcam.com	
*
*	Translation instructions:	
*	1)	Letters behind a '@'
*		( for example @x ) are variables and will be replaced with 
*		something else in the real program.
*
*	2)	The option 'Language' in the help menu must also 
*		contain the English word "language" in the translation.
*		So if the translation of "language" is "foo", then
*		the label in the menu should be: "Foo/Language..."
*
*	3)	In the <lang_version> section: 
*		"LV1" is the version number of yawcam that this 
*			language file is written for. (Should be something 
*			like 0.1)
*		"LV2" is the version letter of the language file. Every new
*			translation for a new version of yawcam should have the 
*			version letter 'a'. When updates to the language file are 
*			made change to the following letter. (a to b, b to c, and so on)
*
*	4)	In the <translator> section, please fill in your name and e-mail.
*
*	5)	An <item id="  " ... > tag must always be on one row! Never insert 
*		a line break, even if the text is really long.
*
*	6)	Translations can be mailed to translations@yawcam.com
*			
*	7)	Have fun! And Thanks for contributing! //Magnus Lundvall
*
--> 

<yawcam_lang>
	<misc>
		<language>
			<!-- Change to the current language -->
			<item id="|.L1|" type="string" value="English" />
		</language>
		<translator>
			<!-- Also include e-mail -->
			<item id="|.T1|" type="string" value="Magnus Lundvall (malun@yawcam.com)" /> <!-- Replace with your own name and e-mail -->
		</translator>
		<lang_version>
			<!-- The version number should follow the standard described above! -->
			<item id="|.LV1|" type="string" value="0.2.4" /> <!-- Yawcam version -->	
			<item id="|.LV2|" type="string" value="a" /> <!-- Language file version -->
		</lang_version>
	</misc>
	<GUI>
		<Menu>
			<File>
				<item id="|.MF0|" type="string" value="File" />
				<item id="|.MF1|" type="string" value="Enable File-output" />
				<item id="|.MF2|" type="string" value="Enable Ftp-output" />
				<item id="|.MF3|" type="string" value="Enable Http-output" />
				<item id="|.MF4|" type="string" value="Enable Stream-output" />
				<item id="|.MF5|" type="string" value="Exit" />
			</File>
			<View>
				<item id="|.MV0|" type="string" value="View" />
				<item id="|.MV1|" type="string" value="Control panel tab" />
				<item id="|.MV2|" type="string" value="Console tab" />
				<item id="|.MV3|" type="string" value="Hide at Startup" />
				<item id="|.MV4|" type="string" value="Hide now" />
			</View>
			<Settings>
				<item id="|.MS0|" type="string" value="Settings" />
				<item id="|.MS1|" type="string" value="Detect webcam..." />
				<item id="|.MS2|" type="string" value="Edit Settings..." />
			</Settings>
			<Window>
				<item id="|.MW0|" type="string" value="Window" />
				<item id="|.MW1|" type="string" value="Preview" />
				<item id="|.MW2|" type="string" value="Capture" />
				<item id="|.MW3|" type="string" value="Console" />
				<item id="|.MW4|" type="string" value="Statistics" />
				<item id="|.MW5|" type="string" value="Viewers" />
			</Window>
			<Help>
				<item id="|.MH0|" type="string" value="Help" />
				<item id="|.MH1|" type="string" value="Contents..." />
				<item id="|.MH2|" type="string" value="Language..." /> <!-- Also add the enlish word language, se instructions above! -->				
				<item id="|.MH3|" type="string" value="Visit webpage" />
				<item id="|.MH4|" type="string" value="About..." />
				<item id="|.MH5|" type="string" value="Donate $$$ (Paypal)" />
			</Help>
		</Menu>
		<Main_Window>
			<item id="|.MAINW0|" type="string" value="Control panel" /> <!-- name on the control panel tab -->
			<item id="|.MAINW1|" type="string" value="Console" /> <!-- name on the console tab -->
			<item id="|.MAINW2|" type="string" value="File" /> <!-- File-output label -->
			<item id="|.MAINW3|" type="string" value="Ftp" /> <!-- Ftp-output label -->
			<item id="|.MAINW4|" type="string" value="Http" /> <!-- Http-output label -->
			<item id="|.MAINW5|" type="string" value="Stream" /> <!-- Stream-output label -->
			<item id="|.MAINW6|" type="string" value="enable" /> <!-- button text -->
			<item id="|.MAINW7|" type="string" value="disable" /> <!-- button text -->
		</Main_Window>
		<Detect_Dialog>
			<item id="|.DETD0|" type="string" value="Wait..." /> <!-- heading for dialog -->
			<item id="|.DETD1|" type="string" value="Wait until the window @x is closed. Then press @y." /> <!-- message -->
			<item id="|.DETD2|" type="string" value="OK" /> <!-- button label -->
		</Detect_Dialog>
		<Preview_Window>
			<item id="|.PREVW0|" type="string" value="Preview" /> <!-- heading for window -->
		</Preview_Window>
		<Capture_Window>
			<item id="|.CAPTW0|" type="string" value="Capture" /> <!-- heading for window -->
			<item id="|.CAPTW1|" type="string" value="Capture!" /> <!-- button label -->
			<Image_Win>
				<item id="|.IMGW0|" type="string" value="Image" /> <!-- heading for window -->
				<item id="|.IMGW1|" type="string" value="Save..." /> <!-- label: save-button -->
				<item id="|.IMGW2|" type="string" value="Close" /> <!-- label: close-button -->
				<item id="|.IMGW3|" type="string" value="Save file..." /> <!-- heading for save-file-dialog -->
			</Image_Win>
		</Capture_Window>
		<Settings>
			<item id="|.SHEAD0|" type="string" value="Settings" /> <!-- heading for settings window -->
			<item id="|.SBTN0|" type="string" value="OK" /> <!-- ok button-label -->
			<item id="|.SBTN1|" type="string" value="Cancel" /> <!-- cancel button-label -->
			<item id="|.SBTN2|" type="string" value="Add" /> <!-- add button-label -->
			<item id="|.SBTN3|" type="string" value="Delete" /> <!-- delete button-label -->
			<item id="|.SBTN4|" type="string" value="Clear" /> <!-- clear button-label -->
			<item id="|.SCAT0|" type="string" value="Category:" /> <!-- category-label -->
			<Language>
				<item id="|.SLANG0|" type="string" value="Language" /> <!-- name in menu and heading for panel -->
				<item id="|.SLANG1|" type="string" value="Current language is:" /> 
				<item id="|.SLANG2|" type="string" value="Change..." /> <!-- button label -->
				<item id="|.SLANG3|" type="string" value="Note that the language will remain unchanged until you press @x" /> <!-- info text -->
				<item id="|.SLANG4|" type="string" value="Choose language file..." /> <!-- choose file dialog heading -->
			</Language>
			<Camera>
				<item id="|.SCAM0|" type="string" value="Camera" />  <!-- name in menu and heading for panel -->
				<item id="|.SCAM1|" type="string" value="Select camera:" /> 
				<item id="|.SCAM2|" type="string" value="Select video format:" /> 
				<item id="|.SCAM3|" type="string" value="Note: The format selected here will affect the image size for all different output-types." /> 
			</Camera>
			<Output>
				<!-- common text -->
				<item id="|.SOUT0|" type="string" value="Output" /> <!-- name in menu -->
				<item id="|.SOUT1|" type="string" value="Type:" />
				<item id="|.SOUT2|" type="string" value="Image quality:" />
				<item id="|.SOUT3|" type="string" value="Interval:" />
				<item id="|.SOUT4|" type="string" value="seconds" />
				<item id="|.SOUT5|" type="string" value="Port:" />
				<!-- unique text -->
				<File>
					<item id="|.SOFILE0|" type="string" value="File" /> <!-- name in menu and heading -->
					<item id="|.SOFILE1|" type="string" value="Path:" />
					<item id="|.SOFILE2|" type="string" value="Browse..." /> <!-- button -->
					<item id="|.SOFILE3|" type="string" value="Save as..." />
					<item id="|.SOFILE4|" type="string" value="Image array wizard" />
					<item id="|.SOFILE5|" type="string" value="Open..." />
					<!-- wizard-->
					<item id="|.SOFILEWIZ0|" type="string" value="This wizard will help you to fill in the right filename in the path, so you will get an image array." />
					<item id="|.SOFILEWIZ1|" type="string" value="Select one option:" />
					<item id="|.SOFILEWIZ2|" type="string" value="I want to save the X last images. (i.e. pic0.jpg to picX.jpg, where the latest image has the lowest number.)" />
					<item id="|.SOFILEWIZ3|" type="string" value="I want to save unlimited number of images with an increasing number in the filename. (The latest image has the highest number.)" />
					<item id="|.SOFILEWIZ4|" type="string" value="Select the directory where you want the images to be saved." />
					<item id="|.SOFILEWIZ5|" type="string" value="Selected directory:" />
					<item id="|.SOFILEWIZ6|" type="string" value="Enter the filename that you want all saved files to contain:" />
					<item id="|.SOFILEWIZ7|" type="string" value="Example: If you write 'out', the files will be named out0.jpg, out1.jpg, out2.jpg etc." />
					<item id="|.SOFILEWIZ8|" type="string" value="Select the image format you want to use:" />
					<item id="|.SOFILEWIZ9|" type="string" value="Select the number of images you want to keep:" />
					<item id="|.SOFILEWIZ10|" type="string" value="Finished! The required filename will automatically be entered in the path in the file settings window." />
					<item id="|.SOFILEWIZ11|" type="string" value="Don't forget to set the desired interval." />
				</File>
				<Ftp>
					<item id="|.SOFTP0|" type="string" value="Ftp" /> <!-- name in menu and heading -->
					<item id="|.SOFTP1|" type="string" value="Ftp server:" />
					<item id="|.SOFTP2|" type="string" value="Username:" />
					<item id="|.SOFTP3|" type="string" value="Password:" />
					<item id="|.SOFTP4|" type="string" value="Directory:" />
					<item id="|.SOFTP5|" type="string" value="Filename:" />
					<item id="|.SOFTP6|" type="string" value="Upload interval:" />
					<item id="|.SOFTP7|" type="string" value="Note: It is NOT recommended to save your password here. Instead leave the password field empty, and you will be prompted for it when yawcam needs it." />
					<item id="|.SOFTP8|" type="string" value="Silent retry on connection error." />
				</Ftp>
				<Http>
					<item id="|.SOHTTP0|" type="string" value="Http" /> <!-- name in menu and heading -->
					<item id="|.SOHTTP1|" type="string" value="The URL will be:" />
					<item id="|.SOHTTP2|" type="string" value="or" />
					<item id="|.SOHTTP3|" type="string" value="It is possible to edit the html-files in @x to change the appearance of the pages." />
				</Http>
				<Stream>
					<item id="|.SOSTR0|" type="string" value="Stream" /> <!-- name in menu and heading -->
					<item id="|.SOSTR1|" type="string" value="Connect port:" />
					<item id="|.SOSTR2|" type="string" value="Data port:" />
					<item id="|.SOSTR3|" type="string" value="Heading:" />
					<item id="|.SOSTR4|" type="string" value="Advanced" />
					<item id="|.SOSTR5|" type="string" value="Force public ip:" />
					<item id="|.SOSTR6|" type="string" value="The URL will be:" />
					<item id="|.SOSTR7|" type="string" value="Note: These settings will not work over the Internet! See FAQ." />
					<item id="|.SOSTR8|" type="string" value="Applet size:" />
					<item id="|.SOSTR9|" type="string" value="Real image size" />
					<item id="|.SOSTR10|" type="string" value="Get!" />
				</Stream>
			</Output>
			<Text_Overlay>
				<item id="|.SOVER0|" type="string" value="Overlay" /> <!-- name in menu and heading -->
				<item id="|.SOVER1|" type="string" value="Position:" />
				<item id="|.SOVER2|" type="string" value="Color:" />
				<item id="|.SOVER3|" type="string" value="Font:" />
				<item id="|.SOVER4|" type="string" value="Type:" />
				<item id="|.SOVER5|" type="string" value="Size:" />
				<item id="|.SOVER6|" type="string" value="Text" /> <!-- displayed on the tabs -->
				<item id="|.SOVER7|" type="string" value="Year (4 digits)" />
				<item id="|.SOVER8|" type="string" value="Year (2 digits)" />
				<item id="|.SOVER9|" type="string" value="month" />
				<item id="|.SOVER10|" type="string" value="day" />
				<item id="|.SOVER11|" type="string" value="hours" />
				<item id="|.SOVER12|" type="string" value="minutes" />
				<item id="|.SOVER13|" type="string" value="seconds" />
				<item id="|.SOVER13b|" type="string" value="no. stream viewers" />
				<!-- position, vertical -->
				<item id="|.SOVER14|" type="string" value="Top" />
				<item id="|.SOVER15|" type="string" value="Center" />
				<item id="|.SOVER16|" type="string" value="Bottom" />
				<!-- position, horizontal -->
				<item id="|.SOVER17|" type="string" value="Left" />
				<item id="|.SOVER18|" type="string" value="Center" />
				<item id="|.SOVER19|" type="string" value="Right" />
				<!-- colors -->
				<item id="|.SOVER20|" type="string" value="Red" />
				<item id="|.SOVER21|" type="string" value="Green" />
				<item id="|.SOVER22|" type="string" value="Blue" />
				<item id="|.SOVER23|" type="string" value="Yellow" />
				<item id="|.SOVER24|" type="string" value="White" />
				<item id="|.SOVER25|" type="string" value="Black" />
				<item id="|.SOVER26|" type="string" value="Gray" />
				<item id="|.SOVER27|" type="string" value="Cyan" />
				<!-- font type -->
				<item id="|.SOVER28|" type="string" value="Regular" />
				<item id="|.SOVER29|" type="string" value="Italic" />
				<item id="|.SOVER30|" type="string" value="Bold" />
				<item id="|.SOVER31|" type="string" value="T:" /> <!-- First letter of the translation of "transparent" -->
				<item id="|.SOVER32|" type="string" value="Use background:" />
				<!-- buttons -->
				<item id="|.SOVER33|" type="string" value="Preview" />
				<item id="|.SOVER34|" type="string" value="Info..." />
				<!-- more stuff -->
				<item id="|.SOVER40|" type="string" value="hours (12h clock)" />
				<item id="|.SOVER41|" type="string" value="month written in (english) text" />
				<item id="|.SOVER42|" type="string" value="day written in (english) text" />
				<item id="|.SOVER43|" type="string" value="It is possible to use varialbes in the text that will be replaced with dynamic values." />
				<item id="|.SOVER44|" type="string" value="The following variables are available:" />
			</Text_Overlay>
			<Startup>
				<item id="|.SSTRT0|" type="string" value="Startup" /> <!-- name in menu and heading -->
				<item id="|.SSTRT1|" type="string" value="Here you can change what shall be started and performed, when Yawcam starts." />
				<item id="|.SSTRT2|" type="string" value="Start File output" />
				<item id="|.SSTRT3|" type="string" value="Start Ftp output" />
				<item id="|.SSTRT4|" type="string" value="Start Http output" />
				<item id="|.SSTRT5|" type="string" value="Show preview" />
				<item id="|.SSTRT6|" type="string" value="Show console" />
				<item id="|.SSTRT7|" type="string" value="Show statistics" />
				<item id="|.SSTRT8|" type="string" value="Hide to traybar at start" />
				<item id="|.SSTRT9|" type="string" value="Show splashscreen" />
				<item id="|.SSTRT10|" type="string" value="Start Stream output" />
				<item id="|.SSTRT11|" type="string" value="Show viewers" />
				<item id="|.SSTRT12|" type="string" value="Check for new versions" />
				<item id="|.SSTRT13|" type="string" value="Save log file" />
			</Startup>
			<Password>
				<item id="|.SPASS0|" type="string" value="Password" />
				<item id="|.SPASS1|" type="string" value="Use Password on streaming applet." />
				<item id="|.SPASS2|" type="string" value="Confirm..." />
				<item id="|.SPASS3|" type="string" value="Warning! All passwords will be deleted!" />
				<item id="|.SPASS4|" type="string" value="Are you sure you want to proceed?" />
				<item id="|.SPASS5|" type="string" value="The password for @x will be deleted!" />
				<item id="|.SPASS6|" type="string" value="No user selected!" />
				<item id="|.SPASS7|" type="string" value="Select a user and click @x again." />
				<item id="|.SPASS8|" type="string" value="Can't do it..." />
				<item id="|.SPASS9|" type="string" value="Incorrect login attempt:" />
				<item id="|.SPASS10|" type="string" value="Add user/pass..." />
				<item id="|.SPASS11|" type="string" value="Username" />
				<item id="|.SPASS12|" type="string" value="Password" />
				<item id="|.SPASS13|" type="string" value="Confirm password" />
				<item id="|.SPASS14|" type="string" value="You have now enabled booth the password for the streaming applet and the stream announcement!" />
				<item id="|.SPASS15|" type="string" value="This is probably not what you want ;-)" />
				<item id="|.SPASS16|" type="string" value="Do you want to proceed anyway?" />
				<item id="|.SPASS17|" type="string" value="Are you sure?" />
			</Password>
			<Announcements>
				<item id="|.SANN0|" type="string" value="Announcements" /> <!-- name in menu and heading -->
				<item id="|.SANN1|" type="string" value="This panel let you configure an announcement that can be sent to i.e. a webcam community when you go online." />
				<item id="|.SANN2|" type="string" value="Online Announcement:" />
				<item id="|.SANN3|" type="string" value="Offline Announcement:" />
				<item id="|.SANN4|" type="string" value="Send announcement when I go online/offline on:" />
				<item id="|.SANN5|" type="string" value="Preview" />
				<item id="|.SANN6|" type="string" value="Info" />
				<item id="|.SANN7|" type="string" value="Announcements:" />
				<item id="|.SANN8|" type="string" value="Online:" />
				<item id="|.SANN9|" type="string" value="Offline:" />
				<item id="|.SANN10|" type="string" value="Announcements usually consist of http-requests." />
				<item id="|.SANN11|" type="string" value="Your webcam community will provide you with information on how your announcement string should look like." />
				<item id="|.SANN12|" type="string" value="You can use some variables when you create your announcement string:" />
				<item id="|.SANN13|" type="string" value="URL to Yawcam's built-in webserver (http)" />
				<item id="|.SANN14|" type="string" value="URL to Yawcam's streaming applet (stream)" />
				<item id="|.SANN15|" type="string" value="Warning!" />
				<item id="|.SANN16|" type="string" value="Could not send online announcement!" />
				<item id="|.SANN17|" type="string" value="Could not send offline announcement!" />
				<item id="|.SANN18|" type="string" value="Please check your settings..." />
			</Announcements>
		</Settings>
		<About>
			<item id="|.ABW0|" type="string" value="About Yawcam" /> <!-- heading for window -->
			<item id="|.ABW1|" type="string" value="Translation:" />
			<item id="|.ABW2|" type="string" value="Thanks to:" />
			<item id="|.ABW3|" type="string" value="OK" /> <!-- button -->
		</About>
		<Pass_Prompt>
			<item id="|.PSSP0|" type="string" value="Login..." /> <!-- heading for window -->
			<item id="|.PSSP1|" type="string" value="Yawcam was not able to login to the ftp with the given username and password! Please enter correct values:" />
			<item id="|.PSSP2|" type="string" value="Username:" />
			<item id="|.PSSP3|" type="string" value="Password:" />
			<item id="|.PSSP4|" type="string" value="Save password for next time. (Not secure!)" />
		</Pass_Prompt>
		<Viewers>
			<item id="|.VIEWF0|" type="string" value="Viewers:" /> <!-- label for number of viewers -->
			<item id="|.VIEWF1|" type="string" value="IP" />
			<item id="|.VIEWF2|" type="string" value="Hostname" />
			<item id="|.VIEWF3|" type="string" value="Time" />
			<item id="|.VIEWF4|" type="string" value="Sent (kB)" />
			<item id="|.VIEWF5|" type="string" value="Stream viewers" /> <!-- window title -->
		</Viewers>
		<Popup_Errors>
			<item id="|.POPER0|" type="string" value="Error..." /> <!-- heading for all error popups -->
			<item id="|.POPER1a|" type="string" value="Unknown host!" />
			<item id="|.POPER1b|" type="string" value="Please check the address for the ftp in the settings." />
			<item id="|.POPER2a|" type="string" value="Connection refused!" />
			<item id="|.POPER2b|" type="string" value="Please check the ftp-settings." />
			<item id="|.POPER3a|" type="string" value="Permission denied!" />
			<item id="|.POPER3b|" type="string" value="Please check that you have permission to upload files to this ftp server." />
			<item id="|.POPER4|" type="string" value="Not a valid xml file!" />
			<item id="|.POPER5|" type="string" value="Could not find file:" />
			<!-- input errors -->
			<item id="|.POPER6|" type="string" value="Please change..." />
			<item id="|.POPER7a|" type="string" value="Not a valid value for the interval!" />
			<item id="|.POPER7b|" type="string" value="The field can only contain numbers. (i.e: 5.5 or 10)" />
			<item id="|.POPER8a|" type="string" value="Not a valid port number!" />
			<item id="|.POPER8b|" type="string" value="The field can only contain numbers. (i.e.: 21)" />
			<item id="|.POPER9|" type="string" value="The field can only contain numbers. (i.e.: 8888)" />
			<item id="|.POPER10|" type="string" value="Port @x is already in use." />
			<item id="|.POPER11|" type="string" value="Please select another port." />
			<item id="|.POPER12a|" type="string" value="No such directory!" />
			<item id="|.POPER12b|" type="string" value="Please check that directory entered in the ftp settings really exists on the ftp." />
			<!-- misc -->
			<item id="|.POPERLANG0|" type="string" value="Sorry..." />
			<item id="|.POPERLANG1|" type="string" value="This version of Yawcam does not have any help file." />
			<item id="|.POPERLANG2|" type="string" value="Please check www.yawcam.com for updates." />
			<!-- camera errors -->
			<item id="|.POPERCAM0|" type="string" value="Yawcam could not connect to the webcam." />
			<item id="|.POPERCAM1|" type="string" value="Please check that no other application is using it, or choose a different one." />
			<item id="|.POPERCAM2|" type="string" value="If the camera list is empty, click @x and then @y in the @z menu." />
			<!-- File-output errors -->
			<item id="|.POPERFILE0|" type="string" value="Could not save file: @x" />
			<item id="|.POPERFILE1|" type="string" value="Check that the directory really exists! (If not, please edit your settings...)" />
			<!-- More Ftp-output errors -->
			<item id="|.POPERFTP0|" type="string" value="Could not save temporary file!" />
			<item id="|.POPERFTP1|" type="string" value="Check that the directory @x exists. (If not, please create one)" />
			<!-- add password error -->
			<item id="|.POPERPASADD0|" type="string" value="You must enter a username!" />
			<item id="|.POPERPASADD1|" type="string" value="The passwords are not the same." />
			<item id="|.POPERPASADD2|" type="string" value="Please try again!" />
			<item id="|.POPERPASADD3|" type="string" value="The password can not be empty!" />
			<!-- stream -->
			<item id="|.POPERSTRM0|" type="string" value="Failed to auto detect the ip!" />
		</Popup_Errors>
	</GUI>
	<Console>
		<item id="|.CNSPR0|" type="string" value="Yawcam started" />
		<item id="|.CNSPR1|" type="string" value="Settings loaded" />
		<item id="|.CNSPR2|" type="string" value="Settings saved" />
		<item id="|.CNSPR3|" type="string" value="File-output started" />
		<item id="|.CNSPR4|" type="string" value="File-output stopped" />
		<item id="|.CNSPR5|" type="string" value="Ftp-output started" />
		<item id="|.CNSPR6|" type="string" value="Ftp-output stopped" />
		<item id="|.CNSPR7|" type="string" value="Http-output started" />
		<item id="|.CNSPR8|" type="string" value="Http-output stopped" />
		<item id="|.CNSPR9|" type="string" value="Image format: @x" />
		<item id="|.CNSPR10|" type="string" value="Using device: @x" />
		<item id="|.CNSPR11|" type="string" value="Language: @x" />
		<item id="|.CNSPR12|" type="string" value="Yawcam hidden" />
		<item id="|.CNSPR13|" type="string" value="Yawcam displayed" />
		<item id="|.CNSPR14|" type="string" value="Searching for webcams..." />
		<item id="|.CNSPR15|" type="string" value="Thank you!" />
		<item id="|.CNSPR16|" type="string" value="File saved" />
		<item id="|.CNSPR17|" type="string" value="Stream-output started" />
		<item id="|.CNSPR18|" type="string" value="Stream-output stopped" />
		<item id="|.CNSPR19|" type="string" value="The help file is located on the www." />
		<item id="|.CNSPR20|" type="string" value="Port @x already in use!" />
		<item id="|.CNSPR21|" type="string" value="Could not connect to ftp-server!" />
	</Console>
</yawcam_lang>