From 9a20b7da03df7f0d1fc2b209b6108d38e639c63a Mon Sep 17 00:00:00 2001 From: Lutz Date: Wed, 8 Jun 2022 16:04:05 +0200 Subject: [PATCH] Enhancement german text --- docs/FoxBin2Prg_Changes.md | 3 ++- foxbin2prg.prg | 9 ++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/FoxBin2Prg_Changes.md b/docs/FoxBin2Prg_Changes.md index 8019d61..16d08e9 100644 --- a/docs/FoxBin2Prg_Changes.md +++ b/docs/FoxBin2Prg_Changes.md @@ -27,6 +27,7 @@ _**Note:** you can click on the version number for downloading this version from | Rel.Date | Developer | Version | Details | | - | - | - | - | +| 2022/06/08 | LScheffler | [v1.19.75](https://github.com/fdbozzo/foxbin2prg/releases/tag/v1.19.75) | **Enhancement**: Typo in German (JoergSchneider) | | 2022/05/13 | bjornhoeksel | [v1.19.74](https://github.com/fdbozzo/foxbin2prg/releases/tag/v1.19.74) | **Bug Fix**: Fix menu bars with shortcuts keys like KEY F6, "F6"; are lost. (DanLauer) | | 2022/04/08 | LScheffler | [v1.19.73](https://github.com/fdbozzo/foxbin2prg/releases/tag/v1.19.73) | **Bug Fix**: Problem converting trailing spaces on line end in memo (again) (bjornhoeksel) | | 2022/04/07 | LScheffler | [v1.19.72](https://github.com/fdbozzo/foxbin2prg/releases/tag/v1.19.72) | **Bug Fix**: Problem converting trailing spaces on line end in memo (bjornhoeksel) | @@ -416,4 +417,4 @@ _**Note:** you can click on the version number for downloading this version from This project is part of [VFPX](https://vfpx.github.io/). ---- -Last changed: _2022/05/13_ ![Picture](./pictures/vfpxpoweredby_alternative.gif) \ No newline at end of file +Last changed: _2022/06/08_ ![Picture](./pictures/vfpxpoweredby_alternative.gif) \ No newline at end of file diff --git a/foxbin2prg.prg b/foxbin2prg.prg index 0584e08..f2b469a 100644 --- a/foxbin2prg.prg +++ b/foxbin2prg.prg @@ -295,6 +295,7 @@ * 07/04/2022 LScheffler v1.19.72 Enhancement: Added parameter "?" to show interactive help ("interactive" still works) * 08/04/2022 LScheffler v1.19.73 Bug Fix: Problem converting trailing spaces on line end in memo again (bjornhoeksel) * 13/05/2022 bjornhoeksel v1.19.74 Bug Fix: Fix menu bars with shortcuts keys like KEY F6, "F6"; are lost. (DanLauer) +* 08/06/2022 LScheffler v1.19.75 Enhancement: Typo in German (JoergSchneider) * * *--------------------------------------------------------------------------------------------------- @@ -464,6 +465,8 @@ * 06/04/2022 bjornhoeksel Bug REPORT v1.19.71 Problem converting trailing spaces on line end in memo (bjornhoeksel) * 08/04/2022 bjornhoeksel Bug REPORT v1.19.72 Problem converting trailing spaces on line end in memo (again) (bjornhoeksel) * 13/05/2022 DanLauer Bug REPORT v1.19.73 Fix menu bars with shortcuts keys like KEY F6, "F6"; are lost. +* 07/06/2022 JoergSchneider Bug REPORT v1.19.74 Typo in German (JoergSchneider) +* 08/06/2022 JoergSchneider Bug REPORT v1.19.74 Multiple text2bin and bin2text conversion on MNX causes space grow (JoergSchneider) * * @@ -29288,6 +29291,8 @@ Define Class CL_MENU_OPTION As CL_MENU_COL_BASE Endif If Not Empty(toReg.RESNAME) +*sf 20220608 +*SET STEP ON If toReg.SYSRES = 1 lcText = lcText + ' ;' + CR_LF + lcTab + ' PICTRES ' + toReg.RESNAME Else @@ -29404,6 +29409,8 @@ Define Class CL_MENU_OPTION As CL_MENU_COL_BASE Endif If Not Empty(toReg.RESNAME) +*sf 20220608 +*SET STEP ON If toReg.SYSRES = 1 lcText = lcText + ' ;' + CR_LF + lcTab + ' PICTRES ' + toReg.RESNAME Else @@ -31030,7 +31037,7 @@ Define Class CL_LANG As Custom .C_DUPLICATED_OBJECT_LOC = "Doppelte Objekt" .C_ENDDEFINE_MARKER_NOT_FOUND_LOC = "Kann keinen Ende Marker [ENDDEFINE] in Zeile <> für die ID [<>] finden" .C_END_MARKER_NOT_FOUND_LOC = "Kann keinen Ende Marker [<>] welcher den Start Marker [<>] in Zeile <> schließt" - .C_END_OF_PROCESS_LOC = "Ende desr Prozesses" + .C_END_OF_PROCESS_LOC = "Ende des Prozesses" .C_ERROR_LOC = "FEHLER" .C_ERRORS_FOUND_IN_FILE_LOC = "FEHLER IN FILE GEFUNDEN" .C_EXTENSION_RECONFIGURATION_LOC = "Neukonfiguration der Erweiterungen:" &&wir wollen es mal nicht übertreiben, mit den zusammengesetzten Substantiven