Planquadrate unter der Anlage zeichnen.

This commit is contained in:
2026-09-08 09:53:28 +02:00
parent 13b1db8c65
commit e78d1cb9ca
9 changed files with 356 additions and 50 deletions
+5
View File
@@ -566,6 +566,11 @@
"core-blockname-exists": "Blockname '%1' existiert bereits - wird uebersprungen.",
"core-dwg-not-found": "\nFEHLER: Block nicht gefunden: %1",
"exp-cfg-not-found": "\n[export] WARNUNG: %1 nicht gefunden/leer, verwende Vorgaben.",
"plq-keine-konfiguration": "\n[DRAW_PLANQUADRATE] WARNUNG: Keine [Planquadrate]-Konfiguration in cfg/export.cfg gefunden - Abbruch.",
"plq-ungueltige-schrittweite": "\n[DRAW_PLANQUADRATE] WARNUNG: x_step/y_step muessen groesser 0 sein - Abbruch.",
"plq-fertig": "\n[DRAW_PLANQUADRATE] Raster gezeichnet: %1 Spalten x %2 Zeilen auf Layer '%3'.",
"plq-geloescht": "\n[DELETE_PLANQUADRATE] Planquadrat-Raster entfernt (%1 Einfuegung(en)).",
"plq-nichts-zu-loeschen": "\n[DELETE_PLANQUADRATE] Kein Planquadrat-Raster in der Zeichnung vorhanden.",
"exp-check-ids": "\n[%1] Pruefe und vergebe IDs...",
"exp-sep-proxy-fehler": "\n[EXPORT] WARNUNG: Kopie des verpackten Separators '%1' aus Block '%2' fehlgeschlagen (%3) - dieser Separator fehlt im Export.",
"exp-sep-zuordnung": "\n[%1] verpackte Separator-Kopie(n): ZUORDNUNG aus der ID des Wrapper-Blocks gesetzt.",
+5
View File
@@ -566,6 +566,11 @@
"core-blockname-exists": "Block name '%1' already exists - skipping.",
"core-dwg-not-found": "\nERROR: Block not found: %1",
"exp-cfg-not-found": "\n[export] WARNING: %1 not found/empty, using defaults.",
"plq-keine-konfiguration": "\n[DRAW_PLANQUADRATE] WARNING: no [Planquadrate] configuration found in cfg/export.cfg - aborting.",
"plq-ungueltige-schrittweite": "\n[DRAW_PLANQUADRATE] WARNING: x_step/y_step must be greater than 0 - aborting.",
"plq-fertig": "\n[DRAW_PLANQUADRATE] Grid drawn: %1 columns x %2 rows on layer '%3'.",
"plq-geloescht": "\n[DELETE_PLANQUADRATE] Planquadrat grid removed (%1 insertion(s)).",
"plq-nichts-zu-loeschen": "\n[DELETE_PLANQUADRATE] No Planquadrat grid found in the drawing.",
"exp-check-ids": "\n[%1] Checking and assigning IDs...",
"exp-sep-proxy-fehler": "\n[EXPORT] WARNING: copying the packed separator '%1' out of block '%2' failed (%3) - this separator is missing from the export.",
"exp-sep-zuordnung": "\n[%1] packed separator copy/copies: ZUORDNUNG set from the wrapper block ID.",