Skip to content

Commit

Permalink
version up to 5.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Jul 24, 2024
1 parent 61787aa commit 22eefa9
Show file tree
Hide file tree
Showing 15 changed files with 106 additions and 106 deletions.
2 changes: 1 addition & 1 deletion installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

#define MyAppName "RisohEditor"
#define MyAppVersion "5.8.3"
#define MyAppVersion "5.8.4"
#define MyAppCompanyName "Katayama Hirofumi MZ"
#define MyAppCopyright "(C) 2017-2024 Katayama Hirofumi MZ."
#define MyAppURL "http://katahiromz.web.fc2.com/"
Expand Down
2 changes: 1 addition & 1 deletion installer64.iss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

#define MyAppName "RisohEditor64"
#define MyAppVersion "5.8.3"
#define MyAppVersion "5.8.4"
#define MyAppCompanyName "Katayama Hirofumi MZ"
#define MyAppCopyright "(C) 2017-2024 Katayama Hirofumi MZ."
#define MyAppURL "http://katahiromz.web.fc2.com/"
Expand Down
16 changes: 8 additions & 8 deletions src/lang/de_DE.rc
Original file line number Diff line number Diff line change
Expand Up @@ -1354,8 +1354,8 @@ FONT 9, "MS Shell Dlg"
// RT_VERSION

1 VERSIONINFO
FILEVERSION 5, 8, 3, 0
PRODUCTVERSION 5, 8, 3, 0
FILEVERSION 5, 8, 4, 0
PRODUCTVERSION 5, 8, 4, 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.3\0"
VALUE "FileVersion", "5.8.4\0"
VALUE "LegalCopyright", "Copyright (C) 2017-2020 Katayama Hirofumi MZ. All rights reserved.\0"
VALUE "ProductName", "RisohEditor\0"
VALUE "ProductVersion", "5.8.3\0"
VALUE "ProductVersion", "5.8.4\0"
}
}
BLOCK "VarFileInfo"
Expand All @@ -1390,8 +1390,8 @@ FILESUBTYPE 0x0

STRINGTABLE
{
IDS_APPNAME, "RisohEditor 5.8.3 von Katayama Hirofumi MZ"
IDS_TITLEWITHFILE, "RisohEditor 5.8.3 - Datei: %s"
IDS_APPNAME, "RisohEditor 5.8.4 von Katayama Hirofumi MZ"
IDS_TITLEWITHFILE, "RisohEditor 5.8.4 - 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.3\r\n\r\nKatayama Hirofumi MZ\r\n\r\nLizenz: GPLv3 (free software)"
IDS_VERSIONINFO, "RisohEditor Version 5.8.4\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.3.\r\n"
IDS_NOTICE, "// This file is automatically generated by RisohEditor 5.8.4.\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
16 changes: 8 additions & 8 deletions src/lang/en_US.rc
Original file line number Diff line number Diff line change
Expand Up @@ -1355,8 +1355,8 @@ FONT 9, "MS Shell Dlg"
// RT_VERSION

1 VERSIONINFO
FILEVERSION 5, 8, 3, 0
PRODUCTVERSION 5, 8, 3, 0
FILEVERSION 5, 8, 4, 0
PRODUCTVERSION 5, 8, 4, 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.3\0"
VALUE "FileVersion", "5.8.4\0"
VALUE "LegalCopyright", "Copyright (C) 2017-2020 Katayama Hirofumi MZ. All rights reserved.\0"
VALUE "ProductName", "RisohEditor\0"
VALUE "ProductVersion", "5.8.3\0"
VALUE "ProductVersion", "5.8.4\0"
}
}
BLOCK "VarFileInfo"
Expand All @@ -1391,8 +1391,8 @@ FILESUBTYPE 0x0

STRINGTABLE
{
IDS_APPNAME, "RisohEditor 5.8.3 by Katayama Hirofumi MZ"
IDS_TITLEWITHFILE, "RisohEditor 5.8.3 - File: %s"
IDS_APPNAME, "RisohEditor 5.8.4 by Katayama Hirofumi MZ"
IDS_TITLEWITHFILE, "RisohEditor 5.8.4 - 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.3\r\n\r\nKatayama Hirofumi MZ\r\n\r\nLicense: GPLv3 (free software)"
IDS_VERSIONINFO, "RisohEditor Version 5.8.4\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.3.\r\n"
IDS_NOTICE, "// This file is automatically generated by RisohEditor 5.8.4.\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
16 changes: 8 additions & 8 deletions src/lang/fi_FI.rc
Original file line number Diff line number Diff line change
Expand Up @@ -1354,8 +1354,8 @@ FONT 9, "MS Shell Dlg"
// RT_VERSION

1 VERSIONINFO
FILEVERSION 5, 8, 3, 0
PRODUCTVERSION 5, 8, 3, 0
FILEVERSION 5, 8, 4, 0
PRODUCTVERSION 5, 8, 4, 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.3\0"
VALUE "FileVersion", "5.8.4\0"
VALUE "LegalCopyright", "Copyright (C) 2017-2020 Katayama Hirofumi MZ. All rights reserved.\0"
VALUE "ProductName", "RisohEditor\0"
VALUE "ProductVersion", "5.8.3\0"
VALUE "ProductVersion", "5.8.4\0"
}
}
BLOCK "VarFileInfo"
Expand All @@ -1390,8 +1390,8 @@ FILESUBTYPE 0x0

STRINGTABLE
{
IDS_APPNAME, "RisohEditor 5.8.3 by Katayama Hirofumi MZ"
IDS_TITLEWITHFILE, "RisohEditor 5.8.3 - Tiedosto: %s"
IDS_APPNAME, "RisohEditor 5.8.4 by Katayama Hirofumi MZ"
IDS_TITLEWITHFILE, "RisohEditor 5.8.4 - 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.3\r\n\r\nKatayama Hirofumi MZ\r\n\r\nLicense: GPLv3 (free software)"
IDS_VERSIONINFO, "RisohEditor Version 5.8.4\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.3 on luonut tämän tiedoston automaattisesti.\r\n"
IDS_NOTICE, "// RisohEditor 5.8.4 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
16 changes: 8 additions & 8 deletions src/lang/fr_FR.rc
Original file line number Diff line number Diff line change
Expand Up @@ -1354,8 +1354,8 @@ FONT 9, "MS Shell Dlg"
// RT_VERSION

1 VERSIONINFO
FILEVERSION 5, 8, 3, 0
PRODUCTVERSION 5, 8, 3, 0
FILEVERSION 5, 8, 4, 0
PRODUCTVERSION 5, 8, 4, 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.3\0"
VALUE "FileVersion", "5.8.4\0"
VALUE "LegalCopyright", "Copyright (C) 2017-2020 Katayama Hirofumi MZ. All rights reserved.\0"
VALUE "ProductName", "RisohEditor\0"
VALUE "ProductVersion", "5.8.3\0"
VALUE "ProductVersion", "5.8.4\0"
}
}
BLOCK "VarFileInfo"
Expand All @@ -1390,8 +1390,8 @@ FILESUBTYPE 0x0

STRINGTABLE
{
IDS_APPNAME, "RisohEditor 5.8.3 par Katayama Hirofumi MZ"
IDS_TITLEWITHFILE, "RisohEditor 5.8.3 - Fichier: %s"
IDS_APPNAME, "RisohEditor 5.8.4 par Katayama Hirofumi MZ"
IDS_TITLEWITHFILE, "RisohEditor 5.8.4 - 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.3\r\n\r\nKatayama Hirofumi MZ\r\n\r\nLicence: GPLv3 (free software)"
IDS_VERSIONINFO, "RisohEditor Version 5.8.4\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.3.\r\n"
IDS_NOTICE, "// This file is automatically generated by RisohEditor 5.8.4.\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
16 changes: 8 additions & 8 deletions src/lang/id_ID.rc
Original file line number Diff line number Diff line change
Expand Up @@ -1357,8 +1357,8 @@ FONT 9, "MS Shell Dlg"
// RT_VERSION

1 VERSIONINFO
FILEVERSION 5, 8, 3, 0
PRODUCTVERSION 5, 8, 3, 0
FILEVERSION 5, 8, 4, 0
PRODUCTVERSION 5, 8, 4, 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.3\0"
VALUE "FileVersion", "5.8.4\0"
VALUE "LegalCopyright", "Hak cipta (C) 2017-2020 Katayama Hirofumi MZ and Mas Ahmad Muhammad. Hak cipta dilindungi.\0"
VALUE "ProductName", "RisohEditor\0"
VALUE "ProductVersion", "5.8.3\0"
VALUE "ProductVersion", "5.8.4\0"
}
}
BLOCK "VarFileInfo"
Expand All @@ -1393,8 +1393,8 @@ FILESUBTYPE 0x0

STRINGTABLE
{
IDS_APPNAME, "RisohEditor 5.8.3 oleh Katayama Hirofumi MZ"
IDS_TITLEWITHFILE, "RisohEditor 5.8.3 - Berkas: %s"
IDS_APPNAME, "RisohEditor 5.8.4 oleh Katayama Hirofumi MZ"
IDS_TITLEWITHFILE, "RisohEditor 5.8.4 - Berkas: %s"
IDS_EXTRACTRES, "Ekstrak Sumber Daya"
IDS_RESBINFILTER, "Sumber Daya Binary (*.res)|*.res|Berkas Binary (*.bin)|*.bin|Semua Berkas (*.*)|*.*|"
IDS_CANNOTSAVE, "Tidak bisa disimpan."
Expand All @@ -1420,7 +1420,7 @@ STRINGTABLE
IDS_CANTREPLACEBMP, "Tidak bisa mengganti bitmap."
IDS_REPLACEBMP, "Ganti Bitmap"
IDS_ERRORCODE, "Kode kesalahan %d"
IDS_VERSIONINFO, "RisohEditor Versi 5.8.3\r\n\r\nKatayama Hirofumi MZ\r\n\r\nLisensi: GPLv3 (free software)"
IDS_VERSIONINFO, "RisohEditor Versi 5.8.4\r\n\r\nKatayama Hirofumi MZ\r\n\r\nLisensi: GPLv3 (free software)"
IDS_ADDRES, "Tambah Sumber Daya"
IDS_CANNOTADDRES, "Tidak bisa menambahkan sumber daya."
IDS_CANTADDBMP, "Tidak bisa menambahkan bitmap."
Expand Down Expand Up @@ -1587,7 +1587,7 @@ STRINGTABLE
IDS_WAVERESBINFILTER, "Suara WAVE (*.wav)|*.wav|Sumber Daya Binary (*.res)|*.res|Berkas Binary (*.bin)|*.bin|Semua Berkas (*.*)|*.*|"
IDS_COMMENT_SEP, "//////////////////////////////////////////////////////////////////////////////\r\n\r\n"
IDS_NEWLINE, "\r\n"
IDS_NOTICE, "// Berkas ini secara otomatis dibuat oleh RisohEditor 5.8.3.\r\n"
IDS_NOTICE, "// Berkas ini secara otomatis dibuat oleh RisohEditor 5.8.4.\r\n"
IDS_DAGGER, "// † <-- Salib ini membantu mendeteksi UTF-8.\r\n"
IDS_IMPORTFILTER, "Berkas yang bisa diimpor|*.rc;*.res;*.dfm;*.html;*.htm;*.manifest;*.ico;*.cur;*.ani;*.wav;*.bmp;*.dib;*.png;*.gif;*.jpg;*.jpeg;*.jpe;*.jfif;*.tif;*.tiff;*.avi;*.wmf;*.emf|Berkas RC (*.rc)|*.rc|Sumber Daya Binary (*.res)|*.res|Berkas Citra|*.bmp;*.dib;*.png;*.gif;*.jpg;*.jpeg;*.jpe;*.jfif;*.tif;*.tiff;*.wmf;*.emf;*.tlb|Berkas Kursor (*.cur;*.ani)|*.cur;*.ani|Berkas Ikon (*.ico)|*.ico|Berkas Suara WAVE (*.wav)|*.wav|Berkas HTML (*.html;*.htm)|*.html;*.htm|Berkas Manifest (*.manifest)|*.manifest|Berkas Delphi DFM (*.dfm)|*.dfm|TYPELIB Files (*.tlb)|*.tlb|Semua Berkas (*.*)|*.*|"
IDS_CANTWRITEBYLOCK, "Tidak bisa menulis berkas karena berkas tersebut terkunci.\r\n\r\n%s"
Expand Down
16 changes: 8 additions & 8 deletions src/lang/it_IT.rc
Original file line number Diff line number Diff line change
Expand Up @@ -1355,8 +1355,8 @@ FONT 9, "MS Shell Dlg"
// RT_VERSION

1 VERSIONINFO
FILEVERSION 5, 8, 3, 0
PRODUCTVERSION 5, 8, 3, 0
FILEVERSION 5, 8, 4, 0
PRODUCTVERSION 5, 8, 4, 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.3\0"
VALUE "FileVersion", "5.8.4\0"
VALUE "LegalCopyright", "Copyright (C) 2017-2020 Katayama Hirofumi MZ e R.B. Tutti i diritti riservati.\0"
VALUE "ProductName", "RisohEditor\0"
VALUE "ProductVersion", "5.8.3\0"
VALUE "ProductVersion", "5.8.4\0"
}
}
BLOCK "VarFileInfo"
Expand All @@ -1391,8 +1391,8 @@ FILESUBTYPE 0x0

STRINGTABLE
{
IDS_APPNAME, "RisohEditor 5.8.3 di Katayama Hirofumi MZ"
IDS_TITLEWITHFILE, "RisohEditor 5.8.3 - File: %s"
IDS_APPNAME, "RisohEditor 5.8.4 di Katayama Hirofumi MZ"
IDS_TITLEWITHFILE, "RisohEditor 5.8.4 - File: %s"
IDS_EXTRACTRES, "Estrai risorse"
IDS_RESBINFILTER, "File risorse binarie (*.res)|*.res|File binario (*.bin)|*.bin|Tutti i file (*.*)|*.*|"
IDS_CANNOTSAVE, "Impossibile salvare."
Expand All @@ -1418,7 +1418,7 @@ STRINGTABLE
IDS_CANTREPLACEBMP, "Impossibile sostituire la bitmap."
IDS_REPLACEBMP, "Sostituisci bitmap"
IDS_ERRORCODE, "Codice errore %d"
IDS_VERSIONINFO, "RisohEditor versione 5.8.3\r\n\r\nAutore: Katayama Hirofumi MZ\r\n\r\nLicenza: GPLv3 (free software)"
IDS_VERSIONINFO, "RisohEditor versione 5.8.4\r\n\r\nAutore: Katayama Hirofumi MZ\r\n\r\nLicenza: GPLv3 (free software)"
IDS_ADDRES, "Aggiungi risorsa"
IDS_CANNOTADDRES, "Impossibile aggiungere la risorsa."
IDS_CANTADDBMP, "Impossibile aggiungere la bitmap."
Expand Down Expand Up @@ -1585,7 +1585,7 @@ STRINGTABLE
IDS_WAVERESBINFILTER, "File audio WAVE (*.wav)|*.wav|File risorse binarie (*.res)|*.res|File binario (*.bin)|*.bin|Tutti i file (*.*)|*.*|"
IDS_COMMENT_SEP, "//////////////////////////////////////////////////////////////////////////////\r\n\r\n"
IDS_NEWLINE, "\r\n"
IDS_NOTICE, "// Questo file è automaticamente generato da RisohEditor 5.8.3.\r\n"
IDS_NOTICE, "// Questo file è automaticamente generato da RisohEditor 5.8.4.\r\n"
IDS_DAGGER, "// † <-- Questo dagger aiuta il rilevamento UTF-8.\r\n"
IDS_IMPORTFILTER, "File importabile|*.rc;*.res;*.dfm;*.html;*.htm;*.manifest;*.ico;*.cur;*.ani;*.wav;*.bmp;*.dib;*.png;*.gif;*.jpg;*.jpeg;*.jpe;*.jfif;*.tif;*.tiff;*.avi;*.wmf;*.emf|File RC (*.rc)|*.rc|File risorse binarie (*.res)|*.res|File immagine|*.bmp;*.dib;*.png;*.gif;*.jpg;*.jpeg;*.jpe;*.jfif;*.tif;*.tiff;*.wmf;*.emf;*.tlb|File cursore (*.cur;*.ani)|*.cur;*.ani|File icone (*.ico)|*.ico|File audio WAVE (*.wav)|*.wav|File HTML (*.html;*.htm)|*.html;*.htm|File manifest (*.manifest)|*.manifest|File Delphi DFM (*.dfm)|*.dfm|File TYPELIB (*.tlb)|*.tlb|Tutti i file (*.*)|*.*|"
IDS_CANTWRITEBYLOCK, "Impossibile scrivere il file poiché il file seguente è bloccato.\r\n\r\n%s"
Expand Down
Loading

0 comments on commit 22eefa9

Please sign in to comment.