Skip to content

Commit

Permalink
improve Brazilian Portuguese (pt-BR) translation
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Jun 26, 2023
1 parent 8a93f70 commit f21d3ec
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 1 deletion.
2 changes: 2 additions & 0 deletions HISTORY-ID.txt
Original file line number Diff line number Diff line change
Expand Up @@ -294,3 +294,5 @@
- Commonized IDD_ADDDLGINIT and IDD_MODIFYDLGINIT.
- Changed the design of RES_str_get and RES_str_set.
- Added RES_get_text and RES_set_text functions to EGA.
- v.5.7.8 (2023-XX-YY)
- Improved Portuguese (Brazilian) translation.
2 changes: 2 additions & 0 deletions HISTORY-ITA.txt
Original file line number Diff line number Diff line change
Expand Up @@ -294,3 +294,5 @@
- Commonized IDD_ADDDLGINIT and IDD_MODIFYDLGINIT.
- Changed the design of RES_str_get and RES_str_set.
- Added RES_get_text and RES_set_text functions to EGA.
- v.5.7.8 (2023-XX-YY)
- Improved Portuguese (Brazilian) translation.
2 changes: 2 additions & 0 deletions HISTORY-JPN.txt
Original file line number Diff line number Diff line change
Expand Up @@ -638,3 +638,5 @@
- IDD_ADDDLGINIT と IDD_MODIFYDLGINIT を共通化。
- RES_str_get と RES_str_set の設計を変更。
- RES_get_text と RES_set_text 関数をEGAに追加。
- v.5.7.8 (2023-XX-YY)
- ポルトガル語(ブラジル)の翻訳を改良。
2 changes: 2 additions & 0 deletions HISTORY-KOR.txt
Original file line number Diff line number Diff line change
Expand Up @@ -295,3 +295,5 @@
- 공통화된 IDD_ADDLGINIT 및 IDD_MODIFYDLGINIT.
- RES_str_get 및 RES_str_set의 설계를 변경했습니다.
- EGA에 RES_get_text 및 RES_set_text 함수를 추가했습니다.
- v.5.7.8 (2023-XX-YY)
- Improved Portuguese (Brazilian) translation.
4 changes: 3 additions & 1 deletion HISTORY-PTB.txt
Original file line number Diff line number Diff line change
Expand Up @@ -293,4 +293,6 @@
- v.5.7.7 (2023-06-05)
- Comunizado IDD_ADDDLGINIT e IDD_MODIFYDLGINIT.
- Alterou o design de RES_str_get e RES_str_set.
- Adicionou as funções RES_get_text e RES_set_text ao EGA.
- Adicionou as funções RES_get_text e RES_set_text ao EGA.
- v.5.7.8 (2023-XX-YY)
- Improved Portuguese (Brazilian) translation.
2 changes: 2 additions & 0 deletions HISTORY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -294,3 +294,5 @@
- Commonized IDD_ADDDLGINIT and IDD_MODIFYDLGINIT.
- Changed the design of RES_str_get and RES_str_set.
- Added RES_get_text and RES_set_text functions to EGA.
- v.5.7.8 (2023-XX-YY)
- Improved Portuguese (Brazilian) translation.
2 changes: 2 additions & 0 deletions installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,14 @@ Source: "README-ITA.txt"; DestDir: "{app}"; Flags: ignoreversion
Source: "README-JPN.txt"; DestDir: "{app}"; Flags: ignoreversion
Source: "README-KOR.txt"; DestDir: "{app}"; Flags: ignoreversion
Source: "README-TR.txt"; DestDir: "{app}"; Flags: ignoreversion
Source: "README-PTB.txt"; DestDir: "{app}"; Flags: ignoreversion
Source: "LICENSE.txt"; DestDir: "{app}"; Flags: ignoreversion
Source: "HISTORY.txt"; DestDir: "{app}"; Flags: ignoreversion
Source: "HISTORY-ID.txt"; DestDir: "{app}"; Flags: ignoreversion
Source: "HISTORY-ITA.txt"; DestDir: "{app}"; Flags: ignoreversion
Source: "HISTORY-JPN.txt"; DestDir: "{app}"; Flags: ignoreversion
Source: "HISTORY-KOR.txt"; DestDir: "{app}"; Flags: ignoreversion
Source: "HISTORY-PTB.txt"; DestDir: "{app}"; Flags: ignoreversion
Source: "Standardize.md"; DestDir: "{app}"; Flags: ignoreversion
Source: "HYOJUNKA.txt"; DestDir: "{app}"; Flags: ignoreversion
Source: "TRANSLATORS.txt"; DestDir: "{app}"; Flags: ignoreversion
Expand Down
6 changes: 6 additions & 0 deletions src/RisohEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11873,6 +11873,12 @@ void MMainWnd::OnCommand(HWND hwnd, int id, HWND hwndCtl, UINT codeNotify)
case ID_OPENHISTORYID:
OnOpenLocalFile(hwnd, L"HISTORY-ID.txt");
break;
case ID_OPENREADMEPTB:
OnOpenLocalFile(hwnd, L"README-PTB.txt");
break;
case ID_OPENHISTORYPTB:
OnOpenLocalFile(hwnd, L"HISTORY-PTB.txt");
break;
default:
bUpdateStatus = FALSE;
break;
Expand Down
2 changes: 2 additions & 0 deletions src/lang/pt_BR.rc
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ IDR_MAINMENU MENU
POPUP "A&juda"
{
MENUITEM "Abrir &README.txt (Inglês)", ID_OPENREADME
MENUITEM "Abrir README-&PTB.txt", ID_OPENREADMEPTB
MENUITEM "Abrir &HISTORY.txt", ID_OPENHISTORY
MENUITEM "Abrir HISTORY-P&TB.txt", ID_OPENHISTORYPTB
MENUITEM "Abrir &LICENSE.txt", ID_OPENLICENSE
MENUITEM SEPARATOR
MENUITEM "&Guia do RisohEditor", ID_GUIDE
Expand Down
2 changes: 2 additions & 0 deletions src/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,8 @@
#define ID_OPENREADMETR 274
#define ID_OPENREADMEID 275
#define ID_OPENHISTORYID 276
#define ID_OPENREADMEPTB 277
#define ID_OPENHISTORYPTB 278

#define MSGID_HELLO 101
#define MSGID_SAMPLE 102
Expand Down

0 comments on commit f21d3ec

Please sign in to comment.