mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Make translatable
This commit is contained in:
parent
a83a3f9d5d
commit
59c4ff6af4
@ -320,7 +320,7 @@ void DisplayLayoutScreen::CreateViews() {
|
||||
|
||||
auto moreButton = shaderRow->Add(new Choice(ImageID("I_THREE_DOTS"), new LinearLayoutParams(0.0f)));
|
||||
moreButton->OnClick.Add([=](EventParams &e) -> UI::EventReturn {
|
||||
PopupContextMenuScreen *contextMenu = new UI::PopupContextMenuScreen(postShaderContextMenu, ARRAY_SIZE(postShaderContextMenu), gr.get(), moreButton);
|
||||
PopupContextMenuScreen *contextMenu = new UI::PopupContextMenuScreen(postShaderContextMenu, ARRAY_SIZE(postShaderContextMenu), di.get(), moreButton);
|
||||
screenManager()->push(contextMenu);
|
||||
contextMenu->SetEnabled(0, i > 0);
|
||||
contextMenu->SetEnabled(1, i < g_Config.vPostShaderNames.size() - 1);
|
||||
|
@ -338,6 +338,8 @@ Load completed = Load completed.
|
||||
Loading = Loading\nPlease Wait...
|
||||
LoadingFailed = Unable to load data.
|
||||
Move = Move
|
||||
Move Up = Move Up
|
||||
Move Down = Move Down
|
||||
Network Connection = Network Connection
|
||||
NEW DATA = NEW DATA
|
||||
No = No
|
||||
@ -345,6 +347,7 @@ ObtainingIP = Obtaining IP address.\nPlease wait...
|
||||
OK = OK
|
||||
Old savedata detected = Old savedata detected
|
||||
Options = Options
|
||||
Remove = Remove
|
||||
Reset = Reset
|
||||
Resize = Resize
|
||||
Retry = Retry
|
||||
|
Loading…
Reference in New Issue
Block a user