mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
more
This commit is contained in:
@@ -198,7 +198,7 @@ Slot
|
||||
< Previous Page
|
||||
.
|
||||
:NEXT_PAGE
|
||||
Next Page >
|
||||
Next Page >
|
||||
.
|
||||
:SELECT_EVENT
|
||||
Select an event to change.
|
||||
|
@@ -198,7 +198,7 @@ Slot
|
||||
< Previous Page
|
||||
.
|
||||
:NEXT_PAGE
|
||||
Next Page >
|
||||
Next Page >
|
||||
.
|
||||
:SELECT_EVENT
|
||||
Select an event to change.
|
||||
|
@@ -205,7 +205,7 @@ IDE ポジション
|
||||
< 前のページ
|
||||
.
|
||||
:NEXT_PAGE
|
||||
次のページ >
|
||||
次のページ >
|
||||
.
|
||||
:SELECT_EVENT
|
||||
設定変更するイベントを選択
|
||||
|
@@ -204,7 +204,7 @@ IDE 位置
|
||||
< 上一页
|
||||
.
|
||||
:NEXT_PAGE
|
||||
下一页 >
|
||||
下一页 >
|
||||
.
|
||||
:SELECT_EVENT
|
||||
选择要修改的事件.
|
||||
|
@@ -4479,7 +4479,7 @@ void DOSBOX_SetupConfigSections(void) {
|
||||
MSG_Add("EMPTY_SLOT","Empty slot");
|
||||
MSG_Add("SLOT","Slot");
|
||||
MSG_Add("PREVIOUS_PAGE","< Previous Page");
|
||||
MSG_Add("NEXT_PAGE"," Next Page >");
|
||||
MSG_Add("NEXT_PAGE"," Next Page >");
|
||||
MSG_Add("SELECT_EVENT", "Select an event to change.");
|
||||
MSG_Add("SELECT_DIFFERENT_EVENT", "Select a different event or hit the Add/Del/Next buttons.");
|
||||
MSG_Add("PRESS_JOYSTICK_KEY", "Press a key/joystick button or move the joystick.");
|
||||
|
@@ -3755,7 +3755,7 @@ static void CreateLayout(void) {
|
||||
}
|
||||
}
|
||||
bind_but.prevpage=new CBindButton(280,388,130,BH,MSG_Get("PREVIOUS_PAGE"),BB_Prevpage);
|
||||
bind_but.nextpage=new CBindButton(470,388,100,BH,MSG_Get("NEXT_PAGE"),BB_Nextpage);
|
||||
bind_but.nextpage=new CBindButton(470,388,130,BH,MSG_Get("NEXT_PAGE"),BB_Nextpage);
|
||||
bind_but.pagestat=new CCaptionButton(418,388,462-418,BH);
|
||||
bind_but.pagestat->Change("%2u/%-2u",cpage,maxpage);
|
||||
if (cpage==1) bind_but.prevpage->SetColor(CLR_GREY);
|
||||
|
Reference in New Issue
Block a user