55# Matthias <roeckl.matthias@gmail.com>, 2022.
66# Hans U. <hansunzner@gmail.com>, 2022.
77# Michael Stellmacher <michaelst78@gmail.com>, 2022.
8+ # Steffen Möller <smoesmoesmoe@gmail.com>, 2022.
89msgid ""
910msgstr ""
1011"Project-Id-Version: PACKAGE VERSION\n"
1112"Report-Msgid-Bugs-To: emc-developers@lists.sourceforge.net\n"
1213"POT-Creation-Date: 2022-07-09 22:32+0100\n"
1314"PO-Revision-Date: 2022-07-18 05:09+0000\n"
14- "Last-Translator: Steffen Möller <steffen_moeller@gmx.de >\n"
15+ "Last-Translator: Steffen Möller <smoesmoesmoe@gmail.com >\n"
1516"Language-Team: none\n"
1617"Language: de\n"
1718"MIME-Version: 1.0\n"
@@ -120159,7 +120160,7 @@ msgstr ""
120159120160#. type: Plain text
120160120161#: src/hal/halui-examples.adoc:39
120161120162msgid "The hal commands needed to accomplish the above are:"
120162- msgstr ""
120163+ msgstr "Die für das Vorstehende erforderlichen HAL-Befehle sind: "
120163120164
120164120165#. type: delimited block -
120165120166#: src/hal/halui-examples.adoc:45
@@ -120169,13 +120170,18 @@ msgid ""
120169120170"net program-run-ok and2.0.in1 <= halui.mode.is-auto\n"
120170120171"net remote-program-run halui.program.run <= and2.0.out\n"
120171120172msgstr ""
120173+ "net program-start-btn halui.mode.auto and2.0.in0 <= <your input pin>\n"
120174+ "net program-run-ok and2.0.in1 <= halui.mode.is-auto\n"
120175+ "net remote-program-run halui.program.run <= and2.0.out\n"
120172120176
120173120177#. type: Plain text
120174120178#: src/hal/halui-examples.adoc:49
120175120179msgid ""
120176120180"Notice on line one that there are two reader pins, this can also be split up "
120177120181"to two lines like this:"
120178120182msgstr ""
120183+ "Beachten Sie, dass es in der ersten Zeile zwei Leser-Pins gibt, die auch in "
120184+ "zwei Zeilen aufgeteilt werden können:"
120179120185
120180120186#. type: delimited block -
120181120187#: src/hal/halui-examples.adoc:54
@@ -120184,12 +120190,14 @@ msgid ""
120184120190"net program-start-btn halui.mode.auto <= <your input pin>\n"
120185120191"net program-start-btn and2.0.in0\n"
120186120192msgstr ""
120193+ "net program-start-btn halui.mode.auto <= <your input pin>\n"
120194+ "net program-start-btn and2.0.in0\n"
120187120195
120188120196#. type: Title ==
120189120197#: src/hal/halui-examples.adoc:56
120190120198#, no-wrap
120191120199msgid "Pause & Resume"
120192- msgstr ""
120200+ msgstr "Pause & Fortsetzen "
120193120201
120194120202#. type: Plain text
120195120203#: src/hal/halui-examples.adoc:62
@@ -120198,6 +120206,10 @@ msgid ""
120198120206"signal from an external machine. The coordination between the two systems "
120199120207"will be provided by two Halui components:"
120200120208msgstr ""
120209+ "Dieses Beispiel wurde entwickelt, um LinuxCNC zu ermöglichen, eine Drehachse "
120210+ "auf ein Signal von einer externen Maschine zu bewegen. Die Koordination "
120211+ "zwischen den beiden Systemen wird durch zwei Halui Komponenten "
120212+ "bereitgestellt:"
120201120213
120202120214#. type: Plain text
120203120215#: src/hal/halui-examples.adoc:64
0 commit comments