Skip to content

Commit

Permalink
version down to 4.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Jun 18, 2018
1 parent 99be910 commit bdca34d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/lang/en-US.rc
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,8 @@ IDR_POPUPMENUS MENU
// TODO: Update the version numbers
STRINGTABLE
{
IDS_APPNAME, "RisohEditor 5.0 by Katayama Hirofumi MZ"
IDS_TITLEWITHFILE, "%s - RisohEditor 5.0 by Katayama Hirofumi MZ"
IDS_APPNAME, "RisohEditor 4.9.5 by Katayama Hirofumi MZ"
IDS_TITLEWITHFILE, "%s - RisohEditor 4.9.5 by Katayama Hirofumi MZ"
IDS_EXTRACTRES, "Extract Resource"
IDS_RESBINFILTER, "Binary Resources (*.res)|*.res|Binary Files (*.bin)|*.bin|All Files (*.*)|*.*|"
IDS_CANNOTSAVE, "Unable to save."
Expand All @@ -305,7 +305,7 @@ STRINGTABLE
IDS_CANTREPLACEBMP, "Unable to replace bitmap."
IDS_REPLACEBMP, "Replace Bitmap"
IDS_ERRORCODE, "Error Code %d"
IDS_VERSIONINFO, "RisohEditor Version 5.0\r\n\r\nKatayama Hirofumi MZ\r\n\r\nLicense: GPLv3 (freeware)"
IDS_VERSIONINFO, "RisohEditor Version 4.9.5\r\n\r\nKatayama Hirofumi MZ\r\n\r\nLicense: GPLv3 (freeware)"
IDS_ADDRES, "Add Resource"
IDS_CANNOTADDRES, "Unable to add the resource."
IDS_CANTADDBMP, "Unable to add the bitmap."
Expand Down
6 changes: 3 additions & 3 deletions src/lang/ja-JP.rc
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,8 @@ IDR_POPUPMENUS MENU
// TODO: Update the version numbers
STRINGTABLE
{
IDS_APPNAME, "リソーエディタ 5.0 by 片山博文MZ"
IDS_TITLEWITHFILE, "%s - リソーエディタ 5.0 by 片山博文MZ"
IDS_APPNAME, "リソーエディタ 4.9.5 by 片山博文MZ"
IDS_TITLEWITHFILE, "%s - リソーエディタ 4.9.5 by 片山博文MZ"
IDS_EXTRACTRES, "リソースの抽出"
IDS_RESBINFILTER, "バイナリ リソース (*.res)|*.res|バイナリ ファイル (*.bin)|*.bin|すべてのファイル (*.*)|*.*|"
IDS_CANNOTSAVE, "保存できませんでした。"
Expand All @@ -307,7 +307,7 @@ STRINGTABLE
IDS_CANTREPLACEBMP, "ビットマップの置き換えができませんでした。"
IDS_REPLACEBMP, "ビットマップの置き換え"
IDS_ERRORCODE, "エラーコード %dが発生しました。"
IDS_VERSIONINFO, "リソーエディタ Version 5.0\r\n\r\n片山博文MZ\r\nかたやまひろふみえむぜっど\r\n\r\nライセンス: GPLv3 (フリーソフト)"
IDS_VERSIONINFO, "リソーエディタ Version 4.9.5\r\n\r\n片山博文MZ\r\nかたやまひろふみえむぜっど\r\n\r\nライセンス: GPLv3 (フリーソフト)"
IDS_ADDRES, "リソースの追加"
IDS_CANNOTADDRES, "リソースの追加ができませんでした。"
IDS_CANTADDBMP, "ビットマップの追加ができませんでした。"
Expand Down
6 changes: 3 additions & 3 deletions src/lang/zh-CN.rc
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,8 @@ IDR_POPUPMENUS MENU
// TODO: Update the version numbers
STRINGTABLE
{
IDS_APPNAME, "RisohEditor 5.0 by 片山博文MZ"
IDS_TITLEWITHFILE, "%s - RisohEditor 5.0 by 片山博文MZ"
IDS_APPNAME, "RisohEditor 4.9.5 by 片山博文MZ"
IDS_TITLEWITHFILE, "%s - RisohEditor 4.9.5 by 片山博文MZ"
IDS_EXTRACTRES, "导出资源"
IDS_RESBINFILTER, " 资源文件(*.res)|*.res|二进制文件 (*.bin)|*.bin|全部文件 (*.*)|*.*|"
IDS_CANNOTSAVE, "无法保存"
Expand All @@ -305,7 +305,7 @@ STRINGTABLE
IDS_CANTREPLACEBMP, "位图打开失败!"
IDS_REPLACEBMP, "替换位图"
IDS_ERRORCODE, "错误码 %d"
IDS_VERSIONINFO, "RisohEditor 版本 5.0\r\n\r\n片山博文MZ\r\nKatayama Hirofumi MZ\r\n\r\nLicense: GPLv3 (freeware)"
IDS_VERSIONINFO, "RisohEditor 版本 4.9.5\r\n\r\n片山博文MZ\r\nKatayama Hirofumi MZ\r\n\r\nLicense: GPLv3 (freeware)"
IDS_ADDRES, "增加资源"
IDS_CANNOTADDRES, "添加资源失败."
IDS_CANTADDBMP, "添加位图失败."
Expand Down

0 comments on commit bdca34d

Please sign in to comment.