mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Merge pull request #14889 from hrydgard/translation-updates-2
Move the What's this? translation to the Memstick section
This commit is contained in:
commit
fbf56766f5
4 changed files with 4 additions and 1 deletions
|
@ -294,7 +294,7 @@ void MemStickScreen::CreateViews() {
|
|||
if (!initialSetup_) {
|
||||
rightColumnItems->Add(new UI::Choice(di->T("Back")))->OnClick.Handle<UIScreen>(this, &UIScreen::OnBack);
|
||||
}
|
||||
rightColumnItems->Add(new UI::Choice(di->T("WhatsThis", "What's this?")))->OnClick.Handle<MemStickScreen>(this, &MemStickScreen::OnHelp);
|
||||
rightColumnItems->Add(new UI::Choice(iz->T("WhatsThis", "What's this?")))->OnClick.Handle<MemStickScreen>(this, &MemStickScreen::OnHelp);
|
||||
|
||||
INFO_LOG(SYSTEM, "MemStickScreen: initialSetup=%d", (int)initialSetup_);
|
||||
}
|
||||
|
|
|
@ -856,6 +856,7 @@ USBAccessThroughGold = USB access through Android/data/org.ppsspp.ppssppgold/fil
|
|||
Use App Private Data = Use App Private Data
|
||||
Use PSP folder at root of storage = Use PSP folder at root of storage
|
||||
Welcome to PPSSPP! = Welcome to PPSSPP!
|
||||
WhatsThis = What's this?
|
||||
|
||||
[RemoteISO]
|
||||
Browse Games = Browse games
|
||||
|
|
|
@ -831,6 +831,7 @@ USBAccessThroughGold = USB-åtkomst genom Android/data/org.ppsspp.ppssppgold/fil
|
|||
Use App Private Data = Använd "App Private Data"
|
||||
Use PSP folder at root of storage = Använd PSP-mapp i roten av lagringsutrymmet
|
||||
Welcome to PPSSPP! = Välkommen till PPSSPP!
|
||||
WhatsThis = Vad är detta?
|
||||
|
||||
[RemoteISO]
|
||||
Browse Games = Bläddra bland spel
|
||||
|
|
|
@ -896,6 +896,7 @@ USBAccessThroughGold = การเข้าถึงข้อมูล ผ่
|
|||
Use App Private Data = ใช้แหล่งเก็บข้อมูลแอพแบบส่วนบุคคล
|
||||
Use PSP folder at root of storage = ใช้โฟลเดอร์ PSP ที่อยู่ต้นทางของแหล่งเก็บข้อมูลในเครื่อง
|
||||
Welcome to PPSSPP! = ยินดีต้อนรับสู่ PPSSPP!
|
||||
WhatsThis = What's this?
|
||||
|
||||
[RemoteISO]
|
||||
Browse Games = ค้นหาไปยังเกม
|
||||
|
|
Loading…
Add table
Reference in a new issue