vcswatch reports that
this package seems to have a new changelog entry (version
1:2.9.0~pre0, distribution
UNRELEASED) and new commits
in its VCS. You should consider whether it's time to make
an upload.
Here are the relevant commit messages:
commit 4c34757702019f090c3f564b7669395bceebaa12
Author: Petter Reinholdtsen <pere@hungry.com>
Date: Sun Aug 14 21:43:35 2022 +0200
Also 'clean' in 'distclean' target.
commit bd3b279864d464ca40e4f10e207001eaa5d3b909
Author: Petter Reinholdtsen <pere@hungry.com>
Date: Sun Aug 14 15:56:47 2022 +0200
Make sure 'make' can work after 'make clean'.
Introduce 'distclean' target to remove files generated by configure,
and let 'clean' target only remove files generated by 'make'.
commit 8be403b7a54d4ae90b0a89174a9f57032f644a42
Author: Petter Reinholdtsen <pere@hungry.com>
Date: Sun Aug 14 12:50:15 2022 +0200
Run lintian on .changes instead of individual .deb.
This make sure the source package checks are done too.
commit bbe625ee548ccd90065d0b1edbe1948cb77d4eb2
Author: Petter Reinholdtsen <pere@hungry.com>
Date: Sun Aug 14 12:00:14 2022 +0200
Tell git to ignore more generated translation files.
commit f6d13e0ee0835a3a73fd9ee0b0e4773e65194a0f
Merge: 16e3e522d 6e4c60dd1
Author: petterreinholdtsen <pere-github@hungry.com>
Date: Sun Aug 14 11:35:35 2022 +0200
Merge pull request #1918 from petterreinholdtsen/test-less-process
Use exec instead of exit $? in tests
commit 16e3e522d53606275c518d00c06ff795dda99f83
Author: Hosted Weblate <hosted@weblate.org>
Date: Sun Aug 14 11:02:46 2022 +0200
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/gmocappy/
Translation: LinuxCNC/LinuxCNC/Gmocappy
commit cd61c33392f385fd92b521de066c55b15c5c808b
Author: Petter Reinholdtsen <pere@hungry.com>
Date: Sun Aug 14 11:02:10 2022 +0200
Updated POT and PO files
commit cf2b4c30c88c4af6099dccfd0daf6953de4a47b8
Author: Petter Reinholdtsen <pere@hungry.com>
Date: Sun Aug 14 11:02:01 2022 +0200
Updated docs POT and PO files using po4a version 0.67.
commit bea1ef83812a3f357bb042115e287ad07cad5dc7
Author: Petter Reinholdtsen <pere@hungry.com>
Date: Sun Aug 14 10:53:59 2022 +0200
Correct indentation of a few asciidoc lists.
This keep po4a happy too.
commit 6fb0a95cd3f12a91f33cd3eb056ce5f57462cfee
Author: Hosted Weblate <hosted@weblate.org>
Date: Sun Aug 14 10:21:50 2022 +0200
Translated using Weblate (German)
Currently translated at 36.8% (11124 of 30205 strings)
Author: Steffen Möller <steffen_moeller@gmx.de>
Co-authored-by: Steffen Möller <steffen_moeller@gmx.de>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/de/
Translation: LinuxCNC/LinuxCNC Documentation
commit bb5df94a1348035e6d37699fdbc8f85630a9274e
Author: Hosted Weblate <hosted@weblate.org>
Date: Sun Aug 14 10:21:50 2022 +0200
Translated using Weblate (Norwegian Bokmål)
Currently translated at 2.2% (672 of 30205 strings)
Author: Petter Reinholdtsen <pere-weblate@hungry.com>
Co-authored-by: Petter Reinholdtsen <pere-weblate@hungry.com>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/nb_NO/
Translation: LinuxCNC/LinuxCNC Documentation
commit b5cb51d1ec787ac9d27bd54c3b6e7c6769b5136b
Author: Hosted Weblate <hosted@weblate.org>
Date: Sun Aug 14 10:21:49 2022 +0200
Translated using Weblate (French)
Currently translated at 0.2% (80 of 30205 strings)
Author: Steffen Möller <steffen_moeller@gmx.de>
Co-authored-by: Steffen Möller <steffen_moeller@gmx.de>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/fr/
Translation: LinuxCNC/LinuxCNC Documentation
commit 82ff790af082205e52b036efad81a7298f74faa9
Author: Hosted Weblate <hosted@weblate.org>
Date: Sun Aug 14 10:21:49 2022 +0200
Translated using Weblate (Italian)
Currently translated at 0.1% (1 of 30205 strings)
Author: Petter Reinholdtsen <pere-weblate@hungry.com>
Co-authored-by: Petter Reinholdtsen <pere-weblate@hungry.com>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/it/
Translation: LinuxCNC/LinuxCNC Documentation
commit 054d83a800bd7619e8674358df6f943f62457608
Author: Steffen Moeller <moeller@debian.org>
Date: Wed Aug 3 13:48:36 2022 +0200
More changes performed while translating
commit 6e4c60dd134563d952c48d9fd51ca3d984e7ec5a
Author: Petter Reinholdtsen <pere@hungry.com>
Date: Sun Aug 14 09:42:21 2022 +0200
Use exec instead of exit $? in tests
Before this change, the shell process will linger around to extract the
exit value, only to return it to the parent process, and after
this change the task is left to the kernel and one less
process is used during testing. This is a very small optimisation
of the tests to gut down the number of lines and reduce the resources
spend during testing.
commit 61d96fc33a9645e9540bf154667e8ff1a9d03db3
Author: Dewey Garrett <dgarrett@panix.com>
Date: Sat Aug 13 08:41:29 2022 -0700
tests/toolchanger/m61 typo
from original commit 00b6ff4bec4
commit 16e279c52cfd40caef13487a641713f0bffaf3b8
Merge: 98dfa6f0f 468550652
Author: petterreinholdtsen <pere-github@hungry.com>
Date: Sat Aug 13 14:37:19 2022 +0200
Merge pull request #1903 from petterreinholdtsen/docs-build-de
Added docs build rules for German (de) HTML and PDF.
commit 98dfa6f0f2b9d81ceeb9b7875d181314e7af5289
Merge: 962669b7a e11daeb96
Author: petterreinholdtsen <pere-github@hungry.com>
Date: Sat Aug 13 14:33:22 2022 +0200
Merge pull request #1913 from smoe/atom-edited-changes-during-translations
And more changes triggered by translation work.
commit 962669b7a8ff2a8bc093dbe48f790916bf153ad1
Author: CMorley <chrisinnanaimo@hotmail.com>
Date: Fri Aug 12 19:49:05 2022 -0700
qtvcp -change exit clean up code.
Hoping to help the segfault on exit problem - it didn't.
But this does make more logical sense: cleanup before entering close event
commit 383fc1ea74a7556cbcfe2fc848114563c432f765
Author: CMorley <chrisinnanaimo@hotmail.com>
Date: Fri Aug 12 19:39:34 2022 -0700
qtvcp -allow keyboard entry with the caculator widget
Some people like to use a keyboard too.
commit 249301e6903aeb181a8d9cf74ec337a842136653
Author: CMorley <chrisinnanaimo@hotmail.com>
Date: Fri Aug 12 19:32:11 2022 -0700
qtdragon -fix slow/fast jog button for A axis
notoced by MarKoPolo on the forum
commit e11daeb96779ebdeb7a811e2034b40dabbd45cbb
Author: Steffen Möller <steffen_moeller@gmx.de>
Date: Wed Aug 10 21:23:48 2022 +0200
And more changes triggered by translation work.
Hans pointed to typo. Thanks!
More translation-triggered changes.
Mostly spelling of ClassicLadder etc.
More translation-triggered changes.
Fix.
commit 46855065243f0826c6bffdaa9098d35f9010c2b6
Author: Petter Reinholdtsen <pere@hungry.com>
Date: Mon Aug 8 16:52:40 2022 +0200
Added docs build rules for German (de) HTML and PDF.
commit 9acd731f036eb5ecad5afbed359302708d93ce25
Author: Petter Reinholdtsen <pere@hungry.com>
Date: Fri Aug 12 22:35:09 2022 +0200
Forgot to update the day of week in d/changelog.
commit 5b9bfca4d59ad17a56ede3ab54a5083125543381
Author: Petter Reinholdtsen <pere@hungry.com>
Date: Fri Aug 12 20:16:52 2022 +0200
Make sure latest d/changelog entry have timestamp after the second latest.
commit b91d00d65d91fcccec619c7543b5ab5246286987
Author: Petter Reinholdtsen <pere@hungry.com>
Date: Fri Aug 12 19:53:56 2022 +0200
Added uploaded debian/changelog entries
See #1656.
commit ef928c37184adbb0f49d74cfe45c88a711bb525b
Author: Greg Carl <26096779+snowgoer540@users.noreply.github.com>
Date: Fri Aug 12 11:21:36 2022 -0400
qtplasmac: quick tidy
commit f73d8fe5a368a91ec9e0c0b024589ecc12f8c374
Author: Greg Carl <26096779+snowgoer540@users.noreply.github.com>
Date: Fri Aug 12 11:00:40 2022 -0400
qtplasmac: fix button interlocking for torch pulse and ohmic test
commit 98f9f0c80b5cb78f67edcabcb14121fd0b90b3da
Author: Hosted Weblate <hosted@weblate.org>
Date: Fri Aug 12 13:46:58 2022 +0200
Translated using Weblate (German)
Currently translated at 31.7% (9579 of 30205 strings)
Author: mk00002 <codo1983@gmail.com>
Translated using Weblate (German)
Currently translated at 31.7% (9579 of 30205 strings)
Author: Steffen Möller <steffen_moeller@gmx.de>
Co-authored-by: Steffen Möller <steffen_moeller@gmx.de>
Co-authored-by: mk00002 <codo1983@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/de/
Translation: LinuxCNC/LinuxCNC Documentation
commit 3977272f3e9355ad99e4719bdfefb2d021ec7b92
Merge: 6f7d08511 5f04670f2
Author: Hans Unzner <hansunzner@gmail.com>
Date: Fri Aug 12 10:57:08 2022 +0200
Merge branch '2.8' into 'master'
commit 6f7d08511f94d4b7cee679a15f1a49a296f3d35d
Author: Greg Carl <26096779+snowgoer540@users.noreply.github.com>
Date: Thu Aug 11 17:52:45 2022 -0400
docs: update some qtplasmac images
commit f53228de0304800f6733a8e9feba6a6c8885a127
Author: Greg Carl <26096779+snowgoer540@users.noreply.github.com>
Date: Thu Aug 11 16:50:37 2022 -0400
qtplasmac: make window headers/titles cohesive
commit f30db1172508a11f6717ebf54350dd8a725f3432
Author: Greg Carl <26096779+snowgoer540@users.noreply.github.com>
Date: Thu Aug 11 16:45:18 2022 -0400
qtplasmac-materials: update materials dialog for consistency
commit 43d7c2ed16f033c78332f7e81e16b77b73aed235
Author: Hosted Weblate <hosted@weblate.org>
Date: Thu Aug 11 21:46:38 2022 +0200
Translated using Weblate (German)
Currently translated at 31.5% (9518 of 30205 strings)
Author: Steffen Möller <steffen_moeller@gmx.de>
Translated using Weblate (German)
Currently translated at 30.9% (9344 of 30205 strings)
Author: Hans Unzner <hansunzner@gmail.com>
Translated using Weblate (German)
Currently translated at 30.9% (9344 of 30205 strings)
Author: mk00002 <codo1983@gmail.com>
Translated using Weblate by Hans Unzner <hansunzner@gmail.com> (German)
Currently translated at 30.9% (9344 of 30205 strings)
Translated using Weblate (German)
Currently translated at 30.9% (9343 of 30205 strings)
Translated using Weblate (German)
Currently translated at 30.6% (9254 of 30205 strings)
Translated using Weblate (German)
Currently translated at 30.5% (9228 of 30205 strings)
Translated using Weblate (German)
Currently translated at 30.5% (9228 of 30205 strings)
Translated using Weblate (German)
Currently translated at 30.5% (9228 of 30205 strings)
Translated using Weblate (German)
Currently translated at 30.4% (9212 of 30205 strings)
Translated using Weblate (German)
Currently translated at 30.4% (9212 of 30205 strings)
Translated using Weblate (German)
Currently translated at 29.6% (8942 of 30205 strings)
Translated using Weblate (German)
Currently translated at 29.6% (8942 of 30205 strings)
Translated using Weblate (German)
Currently translated at 29.5% (8930 of 30205 strings)
Translated using Weblate (German)
Currently translated at 29.5% (8930 of 30205 strings)
Translated using Weblate (German)
Currently translated at 29.5% (8930 of 30205 strings)
Translated using Weblate (German)
Currently translated at 29.5% (8930 of 30205 strings)
Translated using Weblate (German)
Currently translated at 29.5% (8924 of 30205 strings)
Translated using Weblate (German)
Currently translated at 29.5% (8924 of 30205 strings)
Co-authored-by: Hans U <hansunzner@gmail.com>
Co-authored-by: Hans Unzner <hansunzner@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Petter Reinholdtsen <pere-weblate@hungry.com>
Co-authored-by: Steffen Möller <steffen_moeller@gmx.de>
Co-authored-by: mk00002 <codo1983@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/de/
Translation: LinuxCNC/LinuxCNC Documentation
commit e77599891ac6fa7e7a81b25b5cd7cb2c51a6884c
Author: Petter Reinholdtsen <pere@hungry.com>
Date: Thu Aug 11 00:30:15 2022 +0200
Disabled tests/interp/g71-endless-loop for now, seem to cause buildbot hangs.
commit 0831b83ad509a5e4620402e7517b44b13bb0e8a2
Author: Petter Reinholdtsen <pere@hungry.com>
Date: Wed Aug 10 23:33:26 2022 +0200
Revert runtest code to handle read only source tree until it work
This reverts c6b73627739c0051b10a4d7ed336beafbe5d7147 and
10bf44e6f2c5458a8e018af0eb953fbb9103df23 which provded to not work in
all cases.
commit a0af426a2d1174b2158810adc5465a22b41657c2
Author: Petter Reinholdtsen <pere@hungry.com>
Date: Wed Aug 10 17:46:44 2022 +0200
Added Version number to linuxcnc-latency-histogram desktop template
Fixes #1912.
commit c6b73627739c0051b10a4d7ed336beafbe5d7147
Author: Petter Reinholdtsen <pere@hungry.com>
Date: Tue Aug 9 20:07:31 2022 +0200
Make sure runtests clear out temporary test directory before each test.
commit b8ccc93342fb41e39ce02795b8512ff9097cd655
Merge: 63530f0ef 1ab6d720b
Author: Hans <hansunzner@gmail.com>
Date: Tue Aug 9 18:17:50 2022 +0200
Merge pull request #1819 from petterreinholdtsen/docs-build-nb
Add docs build rules for nb HTML and PDF.
commit 1ab6d720ba5990eb8517d60499ead90a0f64f537
Author: Petter Reinholdtsen <pere@hungry.com>
Date: Mon Jul 11 06:21:36 2022 +0200
Added docs build rules for nb HTML and PDF.
Added texlive-lang-european build dependency for norwegian babel support.
commit 63530f0ef2fa502068cd35f7869bcbc826e980c2
Author: Petter Reinholdtsen <pere@hungry.com>
Date: Tue Aug 9 14:12:28 2022 +0200
Correct LANGUAGES_MATCH make definition.
commit 55dd47ca8105134c6c9542cd5089e8a629de0b6b
Author: Hans Unzner <hansunzner@gmail.com>
Date: Tue Aug 9 12:32:43 2022 +0200
docs: include MDRO in docs
commit b1fd521198aaf959d3c10486222b824ffe7936f7
Author: Petter Reinholdtsen <pere@hungry.com>
Date: Tue Aug 9 11:50:42 2022 +0200
Added new language code uk to docs/po4a.cfg.
commit 2805db2c3991a42d983615b6d98b9a1c303c9e46
Author: Hosted Weblate <hosted@weblate.org>
Date: Tue Aug 9 11:13:29 2022 +0200
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/
Translation: LinuxCNC/LinuxCNC Documentation
commit e111b4bc7ed2b680f2f8771a28e2e1c43acb4f8a
Author: Petter Reinholdtsen <pere@hungry.com>
Date: Tue Aug 9 11:10:49 2022 +0200
Updated docs POT and PO files using po4a version 0.67.
commit 3e5f315c5c9cd72209e063634d639b52e6dc23d2
Merge: e52085c0e fbe2f8e65
Author: petterreinholdtsen <pere-github@hungry.com>
Date: Tue Aug 9 11:01:53 2022 +0200
Merge pull request #1886 from petterreinholdtsen/docs-one-lang-list
Merge several translation language lists into one authorative in po4a.cfg
commit fbe2f8e65974881abb521c0a32cfb7a6b7643c31
Author: Petter Reinholdtsen <pere@hungry.com>
Date: Sat Jul 30 13:04:26 2022 +0200
Merge several translation language lists into one authorative in po4a.cfg.
Also drop double sort in MAN_SRCS_NOSO make variable.
commit e52085c0e3a60307d80320fffbffa79a1b95a856
Author: Petter Reinholdtsen <pere@hungry.com>
Date: Tue Aug 9 10:23:06 2022 +0200
Fix typos in German doc translation.
commit 141933e1a9a4b8bec1c69703efaff241dde655d0
Author: Дмитрий <krdima352@gmail.com>
Date: Mon Aug 8 22:02:04 2022 +0200
Translated using Weblate (Russian)
Currently translated at 0.1% (53 of 29515 strings)
Co-authored-by: Дмитрий <krdima352@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/ru/
Translation: LinuxCNC/LinuxCNC Documentation
commit 1f8438fe676fcb233321ec638f82a619d7de735d
Author: Steffen Möller <steffen_moeller@gmx.de>
Date: Mon Aug 8 22:02:03 2022 +0200
Translated using Weblate (German)
Currently translated at 31.8% (9397 of 29515 strings)
Co-authored-by: Steffen Möller <steffen_moeller@gmx.de>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/de/
Translation: LinuxCNC/LinuxCNC Documentation
commit db1d877a810bf562f1c0fed30e92f1f9fff57923
Author: 陈浩 <748812963@qq.com>
Date: Mon Aug 8 22:02:01 2022 +0200
Translated using Weblate (Chinese (Simplified))
Currently translated at 0.1% (2 of 29515 strings)
Co-authored-by: 陈浩 <748812963@qq.com>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/zh_Hans/
Translation: LinuxCNC/LinuxCNC Documentation
commit 7ad784beab13a1bec13044e53fdeba1e8d54f3a9
Author: mk00002 <codo1983@gmail.com>
Date: Mon Aug 8 22:02:00 2022 +0200
Translated using Weblate (German)
Currently translated at 31.8% (9397 of 29515 strings)
Co-authored-by: mk00002 <codo1983@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/de/
Translation: LinuxCNC/LinuxCNC Documentation
commit 66005c5ca1b15611d14536c86fc669436c8b8778
Author: Steffen Möller <steffen_moeller@gmx.de>
Date: Mon Aug 8 22:01:59 2022 +0200
Translated using Weblate (German)
Currently translated at 31.8% (9397 of 29515 strings)
Translated using Weblate (German)
Currently translated at 31.8% (9389 of 29515 strings)
Translated using Weblate (German)
Currently translated at 31.8% (9388 of 29515 strings)
Co-authored-by: Steffen Möller <steffen_moeller@gmx.de>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/de/
Translation: LinuxCNC/LinuxCNC Documentation
commit 0cca3fcbf1d878f37fb8f7cd97b01d50361e7539
Author: mk00002 <codo1983@gmail.com>
Date: Mon Aug 8 22:01:57 2022 +0200
Translated using Weblate (German)
Currently translated at 31.8% (9388 of 29515 strings)
Co-authored-by: mk00002 <codo1983@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/de/
Translation: LinuxCNC/LinuxCNC Documentation
commit 6697e1c4bd1623b8cf356a00336415d01af80c47
Author: Steffen Möller <steffen_moeller@gmx.de>
Date: Mon Aug 8 22:01:55 2022 +0200
Translated using Weblate (German)
Currently translated at 31.7% (9385 of 29515 strings)
Co-authored-by: Steffen Möller <steffen_moeller@gmx.de>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/de/
Translation: LinuxCNC/LinuxCNC Documentation
commit 52fceb2e4b45b10ebdb928a0289467a20525d68d
Author: mk00002 <codo1983@gmail.com>
Date: Mon Aug 8 22:01:53 2022 +0200
Translated using Weblate (German)
Currently translated at 31.7% (9385 of 29515 strings)
Translated using Weblate (German)
Currently translated at 31.7% (9384 of 29515 strings)
Co-authored-by: mk00002 <codo1983@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/de/
Translation: LinuxCNC/LinuxCNC Documentation
commit a40cfc392f1f045bb536b3522d165092ca37ed75
Author: Steffen Möller <steffen_moeller@gmx.de>
Date: Mon Aug 8 22:01:51 2022 +0200
Translated using Weblate (German)
Currently translated at 31.7% (9384 of 29515 strings)
Co-authored-by: Steffen Möller <steffen_moeller@gmx.de>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/de/
Translation: LinuxCNC/LinuxCNC Documentation
commit 2dfdf600b3d2358f799d0d9a794830daf964be50
Author: mk00002 <codo1983@gmail.com>
Date: Mon Aug 8 22:01:50 2022 +0200
Translated using Weblate (German)
Currently translated at 31.7% (9383 of 29515 strings)
Co-authored-by: mk00002 <codo1983@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/de/
Translation: LinuxCNC/LinuxCNC Documentation
commit 9113af12a105ec2f43348261c1f6cd43adf28280
Author: Steffen Möller <steffen_moeller@gmx.de>
Date: Mon Aug 8 22:01:48 2022 +0200
Translated using Weblate (German)
Currently translated at 31.7% (9383 of 29515 strings)
Co-authored-by: Steffen Möller <steffen_moeller@gmx.de>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/de/
Translation: LinuxCNC/LinuxCNC Documentation
commit a8f085a5f2859a5cfb33463025f1458caf30eec6
Author: mk00002 <codo1983@gmail.com>
Date: Mon Aug 8 22:01:46 2022 +0200
Translated using Weblate (German)
Currently translated at 31.7% (9381 of 29515 strings)
Co-authored-by: mk00002 <codo1983@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/de/
Translation: LinuxCNC/LinuxCNC Documentation
commit 317453bc114154120661d60aa86afaae9f4d1c21
Author: Steffen Möller <steffen_moeller@gmx.de>
Date: Mon Aug 8 22:01:44 2022 +0200
Translated using Weblate (German)
Currently translated at 31.7% (9381 of 29515 strings)
Co-authored-by: Steffen Möller <steffen_moeller@gmx.de>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/de/
Translation: LinuxCNC/LinuxCNC Documentation
commit be3df8cb197e9349f86deca32f045e4d406e7a72
Author: mk00002 <codo1983@gmail.com>
Date: Mon Aug 8 22:01:42 2022 +0200
Translated using Weblate (German)
Currently translated at 31.7% (9379 of 29515 strings)
Co-authored-by: mk00002 <codo1983@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/de/
Translation: LinuxCNC/LinuxCNC Documentation
commit a609a377542ab300b40b8deafd15a5d09802ec8e
Author: Steffen Möller <steffen_moeller@gmx.de>
Date: Mon Aug 8 22:01:40 2022 +0200
Translated using Weblate (German)
Currently translated at 31.7% (9379 of 29515 strings)
Co-authored-by: Steffen Möller <steffen_moeller@gmx.de>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/de/
Translation: LinuxCNC/LinuxCNC Documentation
commit 0b96c897d2ed728606fb48a3d916d29d3a280a6f
Author: mk00002 <codo1983@gmail.com>
Date: Mon Aug 8 22:01:38 2022 +0200
Translated using Weblate (German)
Currently translated at 31.7% (9378 of 29515 strings)
Co-authored-by: mk00002 <codo1983@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/de/
Translation: LinuxCNC/LinuxCNC Documentation
commit 486bb2c625d52dea4b0cae64d047098c28baa50c
Author: Steffen Möller <steffen_moeller@gmx.de>
Date: Mon Aug 8 22:01:36 2022 +0200
Translated using Weblate (German)
Currently translated at 31.7% (9375 of 29515 strings)
Translated using Weblate (German)
Currently translated at 31.7% (9376 of 29515 strings)
Co-authored-by: Steffen Möller <steffen_moeller@gmx.de>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/de/
Translation: LinuxCNC/LinuxCNC Documentation
commit de3824324a527799a1e1fee605f8c3b468d0188b
Author: mk00002 <codo1983@gmail.com>
Date: Mon Aug 8 22:01:35 2022 +0200
Translated using Weblate (German)
Currently translated at 31.7% (9376 of 29515 strings)
Co-authored-by: mk00002 <codo1983@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/de/
Translation: LinuxCNC/LinuxCNC Documentation
commit baced4e707fc83bedeab6aa02087405a9a73bd67
Author: Steffen Möller <steffen_moeller@gmx.de>
Date: Mon Aug 8 22:01:33 2022 +0200
Translated using Weblate (German)
Currently translated at 31.6% (9343 of 29515 strings)
Translated using Weblate (German)
Currently translated at 31.5% (9308 of 29515 strings)
Translated using Weblate (German)
Currently translated at 31.3% (9246 of 29515 strings)
Translated using Weblate (German)
Currently translated at 31.3% (9245 of 29515 strings)
Co-authored-by: Steffen Möller <steffen_moeller@gmx.de>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/de/
Translation: LinuxCNC/LinuxCNC Documentation
commit 5c5c2d36237949be43f8b24c87f7c590063c8f30
Author: mk00002 <codo1983@gmail.com>
Date: Mon Aug 8 22:01:31 2022 +0200
Translated using Weblate (German)
Currently translated at 31.3% (9245 of 29515 strings)
Co-authored-by: mk00002 <codo1983@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/de/
Translation: LinuxCNC/LinuxCNC Documentation
commit 9baadad994d838d07e4db47c3679d2b6377a4f09
Author: Steffen Möller <steffen_moeller@gmx.de>
Date: Mon Aug 8 22:01:29 2022 +0200
Translated using Weblate (German)
Currently translated at 31.3% (9242 of 29515 strings)
Co-authored-by: Steffen Möller <steffen_moeller@gmx.de>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/de/
Translation: LinuxCNC/LinuxCNC Documentation
commit cd1f70e5b5f42b08cdf99659d5688c25d5c5ee58
Author: mk00002 <codo1983@gmail.com>
Date: Mon Aug 8 22:01:26 2022 +0200
Translated using Weblate (German)
Currently translated at 31.3% (9242 of 29515 strings)
Translated using Weblate (German)
Currently translated at 31.2% (9237 of 29515 strings)
Co-authored-by: mk00002 <codo1983@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/de/
Translation: LinuxCNC/LinuxCNC Documentation
commit cda57bcc4b25698062922a0405cbb00b1ba6afb0
Author: Steffen Möller <steffen_moeller@gmx.de>
Date: Mon Aug 8 22:01:25 2022 +0200
Translated using Weblate (German)
Currently translated at 31.2% (9237 of 29515 strings)
Co-authored-by: Steffen Möller <steffen_moeller@gmx.de>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/de/
Translation: LinuxCNC/LinuxCNC Documentation
commit 2281de13733f0d7035f24832f75e08c04fddbb43
Author: mk00002 <codo1983@gmail.com>
Date: Mon Aug 8 22:01:22 2022 +0200
Translated using Weblate (German)
Currently translated at 31.2% (9226 of 29515 strings)
Co-authored-by: mk00002 <codo1983@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/de/
Translation: LinuxCNC/LinuxCNC Documentation
commit 1c2cf543be4f0eaf6216553dd21159789fef4c9c
Author: Steffen Möller <steffen_moeller@gmx.de>
Date: Mon Aug 8 22:01:20 2022 +0200
Translated using Weblate (German)
Currently translated at 31.2% (9226 of 29515 strings)
Translated using Weblate (German)
Currently translated at 31.2% (9221 of 29515 strings)
Co-authored-by: Steffen Möller <steffen_moeller@gmx.de>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/de/
Translation: LinuxCNC/LinuxCNC Documentation
commit 4ef029eddc1e8c223fa9b59d5d3d5edf03293e58
Author: mk00002 <codo1983@gmail.com>
Date: Mon Aug 8 22:01:19 2022 +0200
Translated using Weblate (German)
Currently translated at 31.2% (9221 of 29515 strings)
Translated using Weblate (German)
Currently translated at 31.2% (9214 of 29515 strings)
Co-authored-by: mk00002 <codo1983@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/de/
Translation: LinuxCNC/LinuxCNC Documentation
commit ef9f918106bebb1183ef33fd04e245d6ab4e90f2
Author: Steffen Möller <steffen_moeller@gmx.de>
Date: Mon Aug 8 22:01:16 2022 +0200
Translated using Weblate (German)
Currently translated at 31.2% (9214 of 29515 strings)
Translated using Weblate (German)
Currently translated at 31.2% (9212 of 29515 strings)
Co-authored-by: Steffen Möller <steffen_moeller@gmx.de>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/de/
Translation: LinuxCNC/LinuxCNC Documentation
commit 2d2f75d3609d8bd3d9b51a750089707bd5d8d533
Author: mk00002 <codo1983@gmail.com>
Date: Mon Aug 8 22:01:14 2022 +0200
Translated using Weblate (German)
Currently translated at 31.2% (9211 of 29515 strings)
Co-authored-by: mk00002 <codo1983@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/de/
Translation: LinuxCNC/LinuxCNC Documentation
commit 25b8cbd56732b1fd5235d3d5dfe4131849d9a91f
Author: Steffen Möller <steffen_moeller@gmx.de>
Date: Mon Aug 8 22:01:13 2022 +0200
Translated using Weblate (German)
Currently translated at 31.2% (9211 of 29515 strings)
Translated using Weblate (German)
Currently translated at 31.1% (9208 of 29515 strings)
Co-authored-by: Steffen Möller <steffen_moeller@gmx.de>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/de/
Translation: LinuxCNC/LinuxCNC Documentation
commit 803344dadf9e37a4273e58fa1031fe6127a817cb
Author: mk00002 <codo1983@gmail.com>
Date: Mon Aug 8 22:01:11 2022 +0200
Translated using Weblate (German)
Currently translated at 31.1% (9208 of 29515 strings)
Co-authored-by: mk00002 <codo1983@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/de/
Translation: LinuxCNC/LinuxCNC Documentation
commit 6103e38b7549d972993a25f6902e63abed87ab27
Author: Steffen Möller <steffen_moeller@gmx.de>
Date: Mon Aug 8 22:01:09 2022 +0200
Translated using Weblate (German)
Currently translated at 31.1% (9205 of 29515 strings)
Co-authored-by: Steffen Möller <steffen_moeller@gmx.de>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/de/
Translation: LinuxCNC/LinuxCNC Documentation
commit 0e3c6dc5d08bc135c5e899dd15f463083f8cf990
Author: mk00002 <codo1983@gmail.com>
Date: Mon Aug 8 22:01:07 2022 +0200
Translated using Weblate (German)
Currently translated at 31.1% (9205 of 29515 strings)
Translated using Weblate (German)
Currently translated at 31.1% (9195 of 29515 strings)
Co-authored-by: mk00002 <codo1983@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/de/
Translation: LinuxCNC/LinuxCNC Documentation
commit b97f473ea0c77a4a71e4c6f0869c60551a5a0398
Author: Steffen Möller <steffen_moeller@gmx.de>
Date: Mon Aug 8 22:01:05 2022 +0200
Translated using Weblate (German)
Currently translated at 31.1% (9195 of 29515 strings)
Co-authored-by: Steffen Möller <steffen_moeller@gmx.de>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/de/
Translation: LinuxCNC/LinuxCNC Documentation
commit b74cbd0e592f24dd409683b43d488874beec7122
Author: mk00002 <codo1983@gmail.com>
Date: Mon Aug 8 22:01:03 2022 +0200
Translated using Weblate (German)
Currently translated at 31.1% (9191 of 29515 strings)
Co-authored-by: mk00002 <codo1983@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/de/
Translation: LinuxCNC/LinuxCNC Documentation
commit 0866eb18279af19878e1619ac6d507bfe7b9f940
Author: Steffen Möller <steffen_moeller@gmx.de>
Date: Mon Aug 8 22:01:01 2022 +0200
Translated using Weblate (German)
Currently translated at 31.1% (9191 of 29515 strings)
Co-authored-by: Steffen Möller <steffen_moeller@gmx.de>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/de/
Translation: LinuxCNC/LinuxCNC Documentation
commit 44a7d1358288830134f10970e1dd39cd645d7ac4
Author: mk00002 <codo1983@gmail.com>
Date: Mon Aug 8 22:00:58 2022 +0200
Translated using Weblate (German)
Currently translated at 31.1% (9190 of 29515 strings)
Co-authored-by: mk00002 <codo1983@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/de/
Translation: LinuxCNC/LinuxCNC Documentation
commit bd50caf09084d1cf182d6fe63d395755750ca6d5
Author: Steffen Möller <steffen_moeller@gmx.de>
Date: Mon Aug 8 22:00:56 2022 +0200
Translated using Weblate (German)
Currently translated at 31.1% (9190 of 29515 strings)
Co-authored-by: Steffen Möller <steffen_moeller@gmx.de>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/de/
Translation: LinuxCNC/LinuxCNC Documentation
commit 09bb2c36400144a24ee94864cf01f960be2b5f09
Author: mk00002 <codo1983@gmail.com>
Date: Mon Aug 8 22:00:54 2022 +0200
Translated using Weblate (German)
Currently translated at 31.1% (9185 of 29515 strings)
Co-authored-by: mk00002 <codo1983@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/de/
Translation: LinuxCNC/LinuxCNC Documentation