Skip to content

Commit

Permalink
Fix #246
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Feb 9, 2025
1 parent edd8fbe commit bf4367a
Show file tree
Hide file tree
Showing 23 changed files with 142 additions and 128 deletions.
2 changes: 2 additions & 0 deletions HISTORY-ES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -325,3 +325,5 @@
- Added Spanish translation.
- Fixed RES_save function for saving *.dll.
- Don't use SUBLANG_CUSTOM_DEFAULT, SUBLANG_CUSTOM_UNSPECIFIED, and SUBLANG_UI_CUSTOM_DEFAULT for backward compatibility.
- v.5.8.7 (2025-XX-YY)
- Fixed memory leaks.
2 changes: 2 additions & 0 deletions HISTORY-ID.txt
Original file line number Diff line number Diff line change
Expand Up @@ -325,3 +325,5 @@
- Added Spanish translation.
- Fixed RES_save function for saving *.dll.
- Don't use SUBLANG_CUSTOM_DEFAULT, SUBLANG_CUSTOM_UNSPECIFIED, and SUBLANG_UI_CUSTOM_DEFAULT for backward compatibility.
- v.5.8.7 (2025-XX-YY)
- Fixed memory leaks.
2 changes: 2 additions & 0 deletions HISTORY-ITA.txt
Original file line number Diff line number Diff line change
Expand Up @@ -325,3 +325,5 @@
- Aggiunta traduzione spagnola.
- Corretta funzione RES_save salvataggio *.dll.
- Per compatibilità con vecchie versioni rimosso uso SUBLANG_CUSTOM_DEFAULT, SUBLANG_CUSTOM_UNSPECIFIED, and SUBLANG_UI_CUSTOM_DEFAULT.
- v.5.8.7 (2025-XX-YY)
- Fixed memory leaks.
2 changes: 2 additions & 0 deletions HISTORY-JPN.txt
Original file line number Diff line number Diff line change
Expand Up @@ -669,3 +669,5 @@
- スペイン語翻訳を追加。
- *.dllの保存用にRES_save 関数を修正。
- 下位互換性のために、SUBLANG_CUSTOM_DEFAULT、SUBLANG_CUSTOM_UNSPECIFIED、SUBLANG_UI_CUSTOM_DEFAULTを使わない。
- v.5.8.7 (2025-XX-YY)
- メモリーリークを修正。
2 changes: 2 additions & 0 deletions HISTORY-KOR.txt
Original file line number Diff line number Diff line change
Expand Up @@ -326,3 +326,5 @@
- 스페인어 번역을 추가했습니다.
- .dll 저장을 위한 RES_save 함수를 수정했습니다.
- 이전 버전과의 호환성을 위해 SUBLANG_CUSTOM_DEFAULT, SUBLANG_CUSTOM_UNSPECIFIED, 및 SUBLANG_UI_CUSTOM_DEFAULT를 사용하지 마세요.
- v.5.8.7 (2025-XX-YY)
- Fixed memory leaks.
2 changes: 2 additions & 0 deletions HISTORY-PTB.txt
Original file line number Diff line number Diff line change
Expand Up @@ -325,3 +325,5 @@
- Added Spanish translation.
- Fixed RES_save function for saving *.dll.
- Don't use SUBLANG_CUSTOM_DEFAULT, SUBLANG_CUSTOM_UNSPECIFIED, and SUBLANG_UI_CUSTOM_DEFAULT for backward compatibility.
- v.5.8.7 (2025-XX-YY)
- Fixed memory leaks.
2 changes: 2 additions & 0 deletions HISTORY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -325,3 +325,5 @@
- Added Spanish translation.
- Fixed RES_save function for saving *.dll.
- Don't use SUBLANG_CUSTOM_DEFAULT, SUBLANG_CUSTOM_UNSPECIFIED, and SUBLANG_UI_CUSTOM_DEFAULT for backward compatibility.
- v.5.8.7 (2025-XX-YY)
- Fixed memory leaks.
2 changes: 1 addition & 1 deletion LineNumEdit
Submodule LineNumEdit updated 1 files
+3 −1 LineNumEdit.cpp
2 changes: 1 addition & 1 deletion src/RisohEditor_res.rc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// RisohEditor_res.rc
// This file is automatically generated by RisohEditor 5.8.6.
// This file is automatically generated by RisohEditor 5.8.7.
// † <-- This dagger helps UTF-8 detection.

#include "resource.h"
Expand Down
18 changes: 9 additions & 9 deletions src/lang/de_DE.rc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file is automatically generated by RisohEditor 5.8.6.
// This file is automatically generated by RisohEditor 5.8.7.
// † <-- This dagger helps UTF-8 detection.

#pragma code_page(65001) // UTF-8
Expand Down Expand Up @@ -1354,8 +1354,8 @@ FONT 9, "MS Shell Dlg"
// RT_VERSION

1 VERSIONINFO
FILEVERSION 5, 8, 6, 0
PRODUCTVERSION 5, 8, 6, 0
FILEVERSION 5, 8, 7, 0
PRODUCTVERSION 5, 8, 7, 0
FILEOS 0x40004
FILETYPE 0x1
FILESUBTYPE 0x0
Expand All @@ -1366,10 +1366,10 @@ FILESUBTYPE 0x0
{
VALUE "CompanyName", "Katayama Hirofumi MZ\0"
VALUE "FileDescription", "RisohEditor\0"
VALUE "FileVersion", "5.8.6\0"
VALUE "FileVersion", "5.8.7\0"
VALUE "LegalCopyright", "Copyright (C) 2017-2024 Katayama Hirofumi MZ. All rights reserved.\0"
VALUE "ProductName", "RisohEditor\0"
VALUE "ProductVersion", "5.8.6\0"
VALUE "ProductVersion", "5.8.7\0"
}
}
BLOCK "VarFileInfo"
Expand All @@ -1390,8 +1390,8 @@ FILESUBTYPE 0x0

STRINGTABLE
{
IDS_APPNAME, "RisohEditor 5.8.6 von Katayama Hirofumi MZ"
IDS_TITLEWITHFILE, "RisohEditor 5.8.6 - Datei: %s"
IDS_APPNAME, "RisohEditor 5.8.7 von Katayama Hirofumi MZ"
IDS_TITLEWITHFILE, "RisohEditor 5.8.7 - Datei: %s"
IDS_EXTRACTRES, "Ressource extrahieren"
IDS_RESBINFILTER, "Binäre Ressourcen (*.res)|*.res|Binärdateien (*.bin)|*.bin|Alle Dateien (*.*)|*.*|"
IDS_CANNOTSAVE, "Speichern nicht möglich."
Expand All @@ -1417,7 +1417,7 @@ STRINGTABLE
IDS_CANTREPLACEBMP, "Bitmap kann nicht ersetzt werden."
IDS_REPLACEBMP, "Bitmap ersetzen"
IDS_ERRORCODE, "Fehlercode %d"
IDS_VERSIONINFO, "RisohEditor Version 5.8.6\r\n\r\nKatayama Hirofumi MZ\r\n\r\nLizenz: GPLv3 (free software)"
IDS_VERSIONINFO, "RisohEditor Version 5.8.7\r\n\r\nKatayama Hirofumi MZ\r\n\r\nLizenz: GPLv3 (free software)"
IDS_ADDRES, "Ressource hinzufügen"
IDS_CANNOTADDRES, "Die Ressource kann nicht hinzugefügt werden."
IDS_CANTADDBMP, "Die Bitmap kann nicht hinzugefügt werden."
Expand Down Expand Up @@ -1584,7 +1584,7 @@ STRINGTABLE
IDS_WAVERESBINFILTER, "WAVE Sound (*.wav)|*.wav|Binäre Ressourcen (*.res)|*.res|Binärdateien (*.bin)|*.bin|Alle Dateien (*.*)|*.*|"
IDS_COMMENT_SEP, "//////////////////////////////////////////////////////////////////////////////\r\n\r\n"
IDS_NEWLINE, "\r\n"
IDS_NOTICE, "// This file is automatically generated by RisohEditor 5.8.6.\r\n"
IDS_NOTICE, "// This file is automatically generated by RisohEditor 5.8.7.\r\n"
IDS_DAGGER, "// † <-- This dagger helps UTF-8 detection.\r\n"
IDS_IMPORTFILTER, "Importierbare Dateien|*.rc;*.res;*.dfm;*.html;*.htm;*.manifest;*.ico;*.cur;*.ani;*.wav;*.bmp;*.dib;*.png;*.gif;*.jpg;*.jpeg;*.jpe;*.jfif;*.tif;*.tiff;*.avi;*.wmf;*.emf|RC-Dateien (*.rc)|*.rc|Binäre Ressourcen (*.res)|*.res|Bilddateien|*.bmp;*.dib;*.png;*.gif;*.jpg;*.jpeg;*.jpe;*.jfif;*.tif;*.tiff;*.wmf;*.emf;*.tlb|Cursor-Dateien (*.cur;*.ani)|*.cur;*.ani|Symboldateien (*.ico)|*.ico|WAVE-Sounddateien (*.wav)|*.wav|HTML-Dateien (*.html;*.htm)|*.html;*.htm|Manifestdateien (*.manifest)|*.manifest|Delphi DFM-Dateien (*.dfm)|*.dfm|TYPELIB Files (*.tlb)|*.tlb|Alle Dateien (*.*)|*.*|"
IDS_CANTWRITEBYLOCK, "Die Datei kann nicht geschrieben werden, da die folgende Datei gesperrt ist.\r\n\r\n%s"
Expand Down
18 changes: 9 additions & 9 deletions src/lang/en_US.rc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file is automatically generated by RisohEditor 5.8.6.
// This file is automatically generated by RisohEditor 5.8.7.
// † <-- This dagger helps UTF-8 detection.

#pragma code_page(65001) // UTF-8
Expand Down Expand Up @@ -1355,8 +1355,8 @@ FONT 9, "MS Shell Dlg"
// RT_VERSION

1 VERSIONINFO
FILEVERSION 5, 8, 6, 0
PRODUCTVERSION 5, 8, 6, 0
FILEVERSION 5, 8, 7, 0
PRODUCTVERSION 5, 8, 7, 0
FILEOS 0x40004
FILETYPE 0x1
FILESUBTYPE 0x0
Expand All @@ -1367,10 +1367,10 @@ FILESUBTYPE 0x0
{
VALUE "CompanyName", "Katayama Hirofumi MZ\0"
VALUE "FileDescription", "RisohEditor\0"
VALUE "FileVersion", "5.8.6\0"
VALUE "FileVersion", "5.8.7\0"
VALUE "LegalCopyright", "Copyright (C) 2017-2024 Katayama Hirofumi MZ. All rights reserved.\0"
VALUE "ProductName", "RisohEditor\0"
VALUE "ProductVersion", "5.8.6\0"
VALUE "ProductVersion", "5.8.7\0"
}
}
BLOCK "VarFileInfo"
Expand All @@ -1391,8 +1391,8 @@ FILESUBTYPE 0x0

STRINGTABLE
{
IDS_APPNAME, "RisohEditor 5.8.6 by Katayama Hirofumi MZ"
IDS_TITLEWITHFILE, "RisohEditor 5.8.6 - File: %s"
IDS_APPNAME, "RisohEditor 5.8.7 by Katayama Hirofumi MZ"
IDS_TITLEWITHFILE, "RisohEditor 5.8.7 - File: %s"
IDS_EXTRACTRES, "Extract Resource"
IDS_RESBINFILTER, "Binary Resources (*.res)|*.res|Binary Files (*.bin)|*.bin|All Files (*.*)|*.*|"
IDS_CANNOTSAVE, "Unable to save."
Expand All @@ -1418,7 +1418,7 @@ STRINGTABLE
IDS_CANTREPLACEBMP, "Unable to replace bitmap."
IDS_REPLACEBMP, "Replace Bitmap"
IDS_ERRORCODE, "Error Code %d"
IDS_VERSIONINFO, "RisohEditor Version 5.8.6\r\n\r\nKatayama Hirofumi MZ\r\n\r\nLicense: GPLv3 (free software)"
IDS_VERSIONINFO, "RisohEditor Version 5.8.7\r\n\r\nKatayama Hirofumi MZ\r\n\r\nLicense: GPLv3 (free software)"
IDS_ADDRES, "Add Resource"
IDS_CANNOTADDRES, "Unable to add the resource."
IDS_CANTADDBMP, "Unable to add the bitmap."
Expand Down Expand Up @@ -1585,7 +1585,7 @@ STRINGTABLE
IDS_WAVERESBINFILTER, "WAVE Sound (*.wav)|*.wav|Binary Resources (*.res)|*.res|Binary Files (*.bin)|*.bin|All Files (*.*)|*.*|"
IDS_COMMENT_SEP, "//////////////////////////////////////////////////////////////////////////////\r\n\r\n"
IDS_NEWLINE, "\r\n"
IDS_NOTICE, "// This file is automatically generated by RisohEditor 5.8.6.\r\n"
IDS_NOTICE, "// This file is automatically generated by RisohEditor 5.8.7.\r\n"
IDS_DAGGER, "// † <-- This dagger helps UTF-8 detection.\r\n"
IDS_IMPORTFILTER, "Importable Files|*.rc;*.res;*.dfm;*.html;*.htm;*.manifest;*.ico;*.cur;*.ani;*.wav;*.bmp;*.dib;*.png;*.gif;*.jpg;*.jpeg;*.jpe;*.jfif;*.tif;*.tiff;*.avi;*.wmf;*.emf;*.tlb|RC Files (*.rc)|*.rc|Binary Resources (*.res)|*.res|Image Files|*.bmp;*.dib;*.png;*.gif;*.jpg;*.jpeg;*.jpe;*.jfif;*.tif;*.tiff;*.wmf;*.emf|Cursor Files (*.cur;*.ani)|*.cur;*.ani|Icon Files (*.ico)|*.ico|WAVE Sound Files (*.wav)|*.wav|HTML Files (*.html;*.htm)|*.html;*.htm|Manifest Files (*.manifest)|*.manifest|Delphi DFM Files (*.dfm)|*.dfm|TYPELIB Files (*.tlb)|*.tlb|All Files (*.*)|*.*|"
IDS_CANTWRITEBYLOCK, "Unable to write the file because the following file is locked.\r\n\r\n%s"
Expand Down
18 changes: 9 additions & 9 deletions src/lang/es_ES.rc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file is automatically generated by RisohEditor 5.8.6.
// This file is automatically generated by RisohEditor 5.8.7.
// † <-- This dagger helps UTF-8 detection.

#pragma code_page(65001) // UTF-8
Expand Down Expand Up @@ -1357,8 +1357,8 @@ FONT 9, "MS Shell Dlg"
// RT_VERSION

1 VERSIONINFO
FILEVERSION 5, 8, 6, 0
PRODUCTVERSION 5, 8, 6, 0
FILEVERSION 5, 8, 7, 0
PRODUCTVERSION 5, 8, 7, 0
FILEOS 0x40004
FILETYPE 0x1
FILESUBTYPE 0x0
Expand All @@ -1369,10 +1369,10 @@ FILESUBTYPE 0x0
{
VALUE "CompanyName", "Katayama Hirofumi MZ\0"
VALUE "FileDescription", "RisohEditor\0"
VALUE "FileVersion", "5.8.6\0"
VALUE "FileVersion", "5.8.7\0"
VALUE "LegalCopyright", "Copyright (C) 2017-2024 Katayama Hirofumi MZ. All rights reserved.\0"
VALUE "ProductName", "RisohEditor\0"
VALUE "ProductVersion", "5.8.6\0"
VALUE "ProductVersion", "5.8.7\0"
}
}
BLOCK "VarFileInfo"
Expand All @@ -1393,8 +1393,8 @@ FILESUBTYPE 0x0

STRINGTABLE
{
IDS_APPNAME, "RisohEditor 5.8.6 by Katayama Hirofumi MZ"
IDS_TITLEWITHFILE, "RisohEditor 5.8.6 - File: %s"
IDS_APPNAME, "RisohEditor 5.8.7 by Katayama Hirofumi MZ"
IDS_TITLEWITHFILE, "RisohEditor 5.8.7 - File: %s"
IDS_EXTRACTRES, "Extraer Recurso"
IDS_RESBINFILTER, "Recursos Binarios (*.res)|*.res|Archivos Binarios (*.bin)|*.bin|Todos los Archivos (*.*)|*.*|"
IDS_CANNOTSAVE, "No se puede guardar."
Expand All @@ -1420,7 +1420,7 @@ STRINGTABLE
IDS_CANTREPLACEBMP, "No se puede reemplazar el bitmap."
IDS_REPLACEBMP, "Reemplazar Bitmap"
IDS_ERRORCODE, "Código de Error %d"
IDS_VERSIONINFO, "RisohEditor Versión 5.8.6\r\n\r\nKatayama Hirofumi MZ\r\n\r\nLicencia: GPLv3 (free software)"
IDS_VERSIONINFO, "RisohEditor Versión 5.8.7\r\n\r\nKatayama Hirofumi MZ\r\n\r\nLicencia: GPLv3 (free software)"
IDS_ADDRES, "Añadir Recurso"
IDS_CANNOTADDRES, "No se puede añadir el recurso."
IDS_CANTADDBMP, "No se puede añadir el bitmap."
Expand Down Expand Up @@ -1587,7 +1587,7 @@ STRINGTABLE
IDS_WAVERESBINFILTER, "Audio WAVE (*.wav)|*.wav|Recursos Binarios (*.res)|*.res|Archivos Binarios (*.bin)|*.bin|Todos los Archivos (*.*)|*.*|"
IDS_COMMENT_SEP, "//////////////////////////////////////////////////////////////////////////////\r\n\r\n"
IDS_NEWLINE, "\r\n"
IDS_NOTICE, "// This file is automatically generated by RisohEditor 5.8.6.\r\n"
IDS_NOTICE, "// This file is automatically generated by RisohEditor 5.8.7.\r\n"
IDS_DAGGER, "// † <-- This dagger helps UTF-8 detection.\r\n"
IDS_IMPORTFILTER, "Archivos importables|*.rc;*.res;*.dfm;*.html;*.htm;*.manifest;*.ico;*.cur;*.ani;*.wav;*.bmp;*.dib;*.png;*.gif;*.jpg;*.jpeg;*.jpe;*.jfif;*.tif;*.tiff;*.avi;*.wmf;*.emf;*.tlb|RC Files (*.rc)|*.rc|Binary Resources (*.res)|*.res|Image Files|*.bmp;*.dib;*.png;*.gif;*.jpg;*.jpeg;*.jpe;*.jfif;*.tif;*.tiff;*.wmf;*.emf|Cursor Files (*.cur;*.ani)|*.cur;*.ani|Icon Files (*.ico)|*.ico|WAVE Sound Files (*.wav)|*.wav|HTML Files (*.html;*.htm)|*.html;*.htm|Manifest Files (*.manifest)|*.manifest|Delphi DFM Files (*.dfm)|*.dfm|TYPELIB Files (*.tlb)|*.tlb|All Files (*.*)|*.*|"
IDS_CANTWRITEBYLOCK, "No se puede escribir el archivo porque el siguiente archivo está bloqueado.\r\n\r\n%s"
Expand Down
18 changes: 9 additions & 9 deletions src/lang/fi_FI.rc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file is automatically generated by RisohEditor 5.8.6.
// This file is automatically generated by RisohEditor 5.8.7.
// † <-- This dagger helps UTF-8 detection.

#pragma code_page(65001) // UTF-8
Expand Down Expand Up @@ -1354,8 +1354,8 @@ FONT 9, "MS Shell Dlg"
// RT_VERSION

1 VERSIONINFO
FILEVERSION 5, 8, 6, 0
PRODUCTVERSION 5, 8, 6, 0
FILEVERSION 5, 8, 7, 0
PRODUCTVERSION 5, 8, 7, 0
FILEOS 0x40004
FILETYPE 0x1
FILESUBTYPE 0x0
Expand All @@ -1366,10 +1366,10 @@ FILESUBTYPE 0x0
{
VALUE "CompanyName", "Katayama Hirofumi MZ\0"
VALUE "FileDescription", "RisohEditor\0"
VALUE "FileVersion", "5.8.6\0"
VALUE "FileVersion", "5.8.7\0"
VALUE "LegalCopyright", "Copyright (C) 2017-2024 Katayama Hirofumi MZ. All rights reserved.\0"
VALUE "ProductName", "RisohEditor\0"
VALUE "ProductVersion", "5.8.6\0"
VALUE "ProductVersion", "5.8.7\0"
}
}
BLOCK "VarFileInfo"
Expand All @@ -1390,8 +1390,8 @@ FILESUBTYPE 0x0

STRINGTABLE
{
IDS_APPNAME, "RisohEditor 5.8.6 by Katayama Hirofumi MZ"
IDS_TITLEWITHFILE, "RisohEditor 5.8.6 - Tiedosto: %s"
IDS_APPNAME, "RisohEditor 5.8.7 by Katayama Hirofumi MZ"
IDS_TITLEWITHFILE, "RisohEditor 5.8.7 - Tiedosto: %s"
IDS_EXTRACTRES, "Pura resurssi"
IDS_RESBINFILTER, "Binaariresurssit (*.res)|*.res|Binaaritiedostot (*.bin)|*.bin|Kaikki tiedostot (*.*)|*.*|"
IDS_CANNOTSAVE, "Tallentaminen epäonnistui."
Expand All @@ -1417,7 +1417,7 @@ STRINGTABLE
IDS_CANTREPLACEBMP, "Bittikarttaa ei voi korvata."
IDS_REPLACEBMP, "Korvaa bittikartta"
IDS_ERRORCODE, "Virhekoodi %d"
IDS_VERSIONINFO, "RisohEditor Version 5.8.6\r\n\r\nKatayama Hirofumi MZ\r\n\r\nLicense: GPLv3 (free software)"
IDS_VERSIONINFO, "RisohEditor Version 5.8.7\r\n\r\nKatayama Hirofumi MZ\r\n\r\nLicense: GPLv3 (free software)"
IDS_ADDRES, "Lisää resurssi"
IDS_CANNOTADDRES, "Resurssia ei voi lisätä."
IDS_CANTADDBMP, "Bittikarttaa ei voi lisätä."
Expand Down Expand Up @@ -1584,7 +1584,7 @@ STRINGTABLE
IDS_WAVERESBINFILTER, "WAVE ääni (*.wav)|*.wav|Binaariset resurssit (*.res)|*.res|Binaariset tiedostot (*.bin)|*.bin|Kaikki tiedostot (*.*)|*.*|"
IDS_COMMENT_SEP, "//////////////////////////////////////////////////////////////////////////////\r\n\r\n"
IDS_NEWLINE, "\r\n"
IDS_NOTICE, "// RisohEditor 5.8.6 on luonut tämän tiedoston automaattisesti.\r\n"
IDS_NOTICE, "// RisohEditor 5.8.7 on luonut tämän tiedoston automaattisesti.\r\n"
IDS_DAGGER, "// † <-- Tämä daggeri auttaa UTF-8-tunnistuksessa.\r\n"
IDS_IMPORTFILTER, "Tuotavat tiedostot|*.rc;*.res;*.dfm;*.html;*.htm;*.manifest;*.ico;*.cur;*.ani;*.wav;*.bmp;*.dib;*.png;*.gif;*.jpg;*.jpeg;*.jpe;*.jfif;*.tif;*.tiff;*.avi;*.wmf;*.emf|RC tiedostot (*.rc)|*.rc|Binaariset resurssit (*.res)|*.res|Kuvatiedostot|*.bmp;*.dib;*.png;*.gif;*.jpg;*.jpeg;*.jpe;*.jfif;*.tif;*.tiff;*.wmf;*.emf;*.tlb|Kursoritiedostot (*.cur;*.ani)|*.cur;*.ani|Kuvaketiedostot (*.ico)|*.ico|WAVE äänitiedostot (*.wav)|*.wav|HTML tiedostot (*.html;*.htm)|*.html;*.htm|Manifest tiedostot (*.manifest)|*.manifest|Delphi DFM tiedostot (*.dfm)|*.dfm|TYPELIB Files (*.tlb)|*.tlb|Kaikki tiedostot (*.*)|*.*|"
IDS_CANTWRITEBYLOCK, "Tiedostoa ei voi kirjoittaa, koska seuraava tiedosto on lukittu.\r\n\r\n%s"
Expand Down
18 changes: 9 additions & 9 deletions src/lang/fr_FR.rc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file is automatically generated by RisohEditor 5.8.6.
// This file is automatically generated by RisohEditor 5.8.7.
// † <-- This dagger helps UTF-8 detection.

#pragma code_page(65001) // UTF-8
Expand Down Expand Up @@ -1354,8 +1354,8 @@ FONT 9, "MS Shell Dlg"
// RT_VERSION

1 VERSIONINFO
FILEVERSION 5, 8, 6, 0
PRODUCTVERSION 5, 8, 6, 0
FILEVERSION 5, 8, 7, 0
PRODUCTVERSION 5, 8, 7, 0
FILEOS 0x40004
FILETYPE 0x1
FILESUBTYPE 0x0
Expand All @@ -1366,10 +1366,10 @@ FILESUBTYPE 0x0
{
VALUE "CompanyName", "Katayama Hirofumi MZ\0"
VALUE "FileDescription", "RisohEditor\0"
VALUE "FileVersion", "5.8.6\0"
VALUE "FileVersion", "5.8.7\0"
VALUE "LegalCopyright", "Copyright (C) 2017-2024 Katayama Hirofumi MZ. All rights reserved.\0"
VALUE "ProductName", "RisohEditor\0"
VALUE "ProductVersion", "5.8.6\0"
VALUE "ProductVersion", "5.8.7\0"
}
}
BLOCK "VarFileInfo"
Expand All @@ -1390,8 +1390,8 @@ FILESUBTYPE 0x0

STRINGTABLE
{
IDS_APPNAME, "RisohEditor 5.8.6 par Katayama Hirofumi MZ"
IDS_TITLEWITHFILE, "RisohEditor 5.8.6 - Fichier: %s"
IDS_APPNAME, "RisohEditor 5.8.7 par Katayama Hirofumi MZ"
IDS_TITLEWITHFILE, "RisohEditor 5.8.7 - Fichier: %s"
IDS_EXTRACTRES, "Extraire la ressource"
IDS_RESBINFILTER, "Ressources binaires (*.res)|*.res|Fichiers binaires (*.bin)|*.bin|Tous les fichiers (*.*)|*.*|"
IDS_CANNOTSAVE, "Impossible de sauvegarder."
Expand All @@ -1417,7 +1417,7 @@ STRINGTABLE
IDS_CANTREPLACEBMP, "Impossible de remplacer le bitmap."
IDS_REPLACEBMP, "Remplacer le bitmap"
IDS_ERRORCODE, "Code d'erreur %d"
IDS_VERSIONINFO, "RisohEditor Version 5.8.6\r\n\r\nKatayama Hirofumi MZ\r\n\r\nLicence: GPLv3 (free software)"
IDS_VERSIONINFO, "RisohEditor Version 5.8.7\r\n\r\nKatayama Hirofumi MZ\r\n\r\nLicence: GPLv3 (free software)"
IDS_ADDRES, "Ajouter une ressource"
IDS_CANNOTADDRES, "Impossible d'ajouter la ressource."
IDS_CANTADDBMP, "Impossible d'ajouter le bitmap."
Expand Down Expand Up @@ -1584,7 +1584,7 @@ STRINGTABLE
IDS_WAVERESBINFILTER, "WAVE Sound (*.wav)|*.wav|Ressources binaires (*.res)|*.res|Fichiers binaires (*.bin)|*.bin|Tous les fichiers (*.*)|*.*|"
IDS_COMMENT_SEP, "//////////////////////////////////////////////////////////////////////////////\r\n\r\n"
IDS_NEWLINE, "\r\n"
IDS_NOTICE, "// This file is automatically generated by RisohEditor 5.8.6.\r\n"
IDS_NOTICE, "// This file is automatically generated by RisohEditor 5.8.7.\r\n"
IDS_DAGGER, "// † <-- This dagger helps UTF-8 detection.\r\n"
IDS_IMPORTFILTER, "Fichiers importables|*.rc;*.res;*.dfm;*.html;*.htm;*.manifest;*.ico;*.cur;*.ani;*.wav;*.bmp;*.dib;*.png;*.gif;*.jpg;*.jpeg;*.jpe;*.jfif;*.tif;*.tiff;*.avi;*.wmf;*.emf|Fichiers RC (*.rc)|*.rc|Ressources binaires (*.res)|*.res|Image Files|*.bmp;*.dib;*.png;*.gif;*.jpg;*.jpeg;*.jpe;*.jfif;*.tif;*.tiff;*.wmf;*.emf;*.tlb|Fichiers de curseur (*.cur;*.ani)|*.cur;*.ani|Fichiers d'icônes (*.ico)|*.ico|Fichiers audio WAVE (*.wav)|*.wav|Fichiers HTML (*.html;*.htm)|*.html;*.htm|Fichiers manifeste (*.manifest)|*.manifest|Fichiers Delphi DFM (*.dfm)|*.dfm|TYPELIB Files (*.tlb)|*.tlb|Tous les fichiers (*.*)|*.*|"
IDS_CANTWRITEBYLOCK, "Impossible d'écrire le fichier car le fichier suivant est verrouillé.\r\n\r\n%s"
Expand Down
Loading

0 comments on commit bf4367a

Please sign in to comment.