diff --git a/distribution/ReleaseNotes.txt b/distribution/ReleaseNotes.txt index c1b276823..c285a3a80 100644 --- a/distribution/ReleaseNotes.txt +++ b/distribution/ReleaseNotes.txt @@ -9,8 +9,9 @@ HEAD, planned as v0.20 - Allows the pre-loading of program memory if a RAM is used as such. - Added a new more flexible shape for embedded circuits. - Breaking changes: - - In your own DIL circuits you have to reselect the DIL-Shape in the - circuit settings. + - In your own DIL circuits you have to reselect the DIL shape in the + circuit settings. If you have build a custom shape, you also have to + reselect it. v0.19, released on 14. June 2018 - Added a tabbed pane to the attributes dialog to make it more beginner friendly. diff --git a/src/main/resources/lang/lang_de.xml b/src/main/resources/lang/lang_de.xml index 40dac5b78..fbdb2f831 100644 --- a/src/main/resources/lang/lang_de.xml +++ b/src/main/resources/lang/lang_de.xml @@ -1189,8 +1189,13 @@ Sind evtl. die Namen der Variablen nicht eindeutig? Form Die Form, welche für die Repräsentation der Schaltung in einer einbettenden - Schaltung verwendet werden soll. Bei "Layout" bestimmt die Lage und Orientierung der Ein- und Ausgänge in - der Schaltung die Position der Pins. + Schaltung verwendet werden soll. Bei der Form "Einfach" werden die Eingänge auf der linken und die Ausgänge auf + der rechten Seite eines einfachen Rechtecks angezeigt. + Bei "Layout" bestimmt die Lage und Orientierung der Ein- und Ausgänge in + der Schaltung die Position der Pins. Hier sind auch Pins oben und unten möglich. + Bei der Wahl von "DIL-Gehäuse" wird ein DIL-Gehäuse zur Darstellung verwendet. Die Pin-Nummern der Ein- und + Ausgänge bestimmen hier die Position der Pins. + Vorgabe Einfach DIL-Gehäuse diff --git a/src/main/resources/lang/lang_en.xml b/src/main/resources/lang/lang_en.xml index 23d515813..1995568e7 100644 --- a/src/main/resources/lang/lang_en.xml +++ b/src/main/resources/lang/lang_en.xml @@ -1180,8 +1180,12 @@ Shape The shape to be used for the representation of the circuit in an embedding circuit. + In the "Simple" mode, the inputs are displayed on the left and the outputs on the right side of a simple rectangle. With "Layout", the position of the inputs and outputs and and their orientation in the circuit determines - the position of the pins. + the position of the pins. Here are also pins at the top or bottom possible. + When selecting "DIL-Chip", a DIL housing is used to display the circuit. The pin numbers of the inputs and outputs + determine the position of the pins in this case. + Default Simple DIL-Chip