changed TT2 build menu entries

This commit is contained in:
hneemann 2017-06-17 18:51:26 +02:00
parent 3d48efedb9
commit 1af390e521
2 changed files with 6 additions and 4 deletions

View File

@ -764,8 +764,9 @@ Sind evtl. die Namen der Variablen nicht eindeutig?</string>
<string name="menu_table_create">Erzeugen</string>
<string name="menu_table_createCUPL">CUPL</string>
<string name="menu_table_createCUPL_tt">Erzeugt eine CUPL Quelldatei welche die Schaltung beschreibt.</string>
<string name="menu_table_createTT2">TT2</string>
<string name="menu_table_createTT2_tt">Erzeugt eine dem Berkeley Logic Interchange Format (BLIF) ähnliche Beschreibung der Logik.</string>
<string name="menu_table_createTT2">TT2 / JED</string>
<string name="menu_table_createTT2_tt">Erzeugt eine dem Berkeley Logic Interchange Format (BLIF) ähnliche Beschreibung der Logik.
Danach wird der Atmel-Fitter gestartet, um daraus die JEDEC Datei zu erzeugen.</string>
<string name="menu_table_createCircuit">Schaltung</string>
<string name="menu_table_createCircuit_tt">Erzeugt eine Schaltung, welche der Wahrheitstabelle entspricht.</string>
<string name="menu_table_createCircuitJK">Schaltung mit JK Flipflops</string>

View File

@ -755,8 +755,9 @@ The names of the variables may not be unique.</string>
<string name="menu_table_create">Create</string>
<string name="menu_table_createCUPL">CUPL source</string>
<string name="menu_table_createCUPL_tt">Creates a CUPL source file containing the define circuit.</string>
<string name="menu_table_createTT2">TT2</string>
<string name="menu_table_createTT2_tt">Creates a file containing the circuit similar to the Berkeley Logic Interchange Format (BLIF).</string>
<string name="menu_table_createTT2">TT2 / JED</string>
<string name="menu_table_createTT2_tt">Creates a file containing the circuit similar to the Berkeley Logic Interchange Format (BLIF).
After that the Atmel fitter is started to create the JEDEC file. </string>
<string name="menu_table_createCircuit">Circuit</string>
<string name="menu_table_createCircuit_tt">Creates a circuit which reproduces the truth table.</string>
<string name="menu_table_createCircuitJK">Circuit with JK flip-flops</string>