***************************************************************
*
* file: readme.txt
*
***************************************************************
* ZIEHL-ABEGG AG                             D-74653 Kuenzelsau
*                                       
*     FAX:   +49(0)7940-16-249          
*     EMail: hotline.ra@ziehl-abegg.de  
*                                       
***************************************************************
*                                       
* ZETADYN 3
*                                              
***************************************************************
       
===============================================================	
Informations to the directory root:/3BF/update/0_TEXT  (0=ZERO)
===============================================================

From V3.28 are 3 languages integrated in the controller.
German and English are permanently installed.

The third language can be loaded from the MMC to the internal
ROM. During power failure, this language is stored permanently.


Content root:/3BF/update/0_TEXT
===============================

default.txt    Set country code. 
               After an update this language is active.


DE.TXT 	       Language files 
GB.TXT         The shortcuts refer to standard ISO 639-1 Code.
TK.TXT
NL.TXT
ES.TXT
IT.TXT
SV.TXT
CZ.TXT
FR.TXT
PL.TXT
RU.TXT
XX.TXT        (Reserved for development of new languages)


directory /WORK    With the parameter "SAV_TXT"  in the 
		   Menue "S2:Memory Card" the active language
		   may be stored on MMC. The downloaded file 
		   is then located in this folder. With 
		   "SAV_TXT=1" the extended language file with 
		   the english help text will be downloaded.
		   With "SAV_TXT=2" only the basic language 
		   file without the inglish help text will be 
		   downloaded.
                   


Structure of the language file
==============================

The first two columns are showing the country code.
Lines with "GB" only serve as an aid.

In the first row is set the language version number.
The version number for an update has to be higher as the 
version of the language file stored in the controller.
Special case: If version number is @V000, the file is 
unconditionally loaded.

Example:
***************************************************************
*
* SV @V238                          <-- First row
* 
* GB @P901 {LCD & Password}
* SV @P901 {LCD & Losenord}
*
* GB @P057 {Language - Sprache}
* SV @P057 {Sprak - Sprache}
*
* GB @P088 {BR resistor }
* SV @P088 {%}
*
***************************************************************

The translator only takes the 
text between the curly brackets {} into account.

If a text must not be translated, 
write {%}. Then the English notion is active.


	
There are several groups of text

@Pxxx  Parameters description and menu texts.      Menu text max. 20 Character.
@Axxx  Assortment text (On,Off,....)               Max. 5 Character.
@Mxxx  Messages        (MMC-Error: No Card !,..)   Max. 20 Character.
@Txxx  Other texts.                                Max. 20 Character.
@Exxx  Error-texts.                                Max. 20 Character.

Repetitive texts must only be translated at the first 
appearance.

Example:
***************************************************************
*
* GB @A001 {On}
* SV @A001 {Pa}
*
* .
* .
* .
*
* GB @A001 {On}
* SV @A001 {%}     <--not neccessary to change
*
* .
* .
* .
*
* GB @A001 {On}
* SV @A001 {%}     <--not neccessary to change
*
***************************************************************

*** End *******************************************************