mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-15 07:26:33 +00:00
Use l10n for travel travel window action
This commit is contained in:
parent
43617286fb
commit
1ab32749ee
8 changed files with 8 additions and 1 deletions
|
@ -41,7 +41,7 @@ namespace MWGui
|
|||
if (Settings::gui().mControllerMenus)
|
||||
{
|
||||
mDisableGamepadCursor = true;
|
||||
mControllerButtons.mA = "#{sTravel}";
|
||||
mControllerButtons.mA = "#{Interface:Travel}";
|
||||
mControllerButtons.mB = "#{Interface:Cancel}";
|
||||
}
|
||||
}
|
||||
|
|
|
@ -26,4 +26,5 @@ Soul: "sSoulGem"
|
|||
Take: "sTake"
|
||||
TakeAll: "sTakeAll"
|
||||
Topics: "sTopics"
|
||||
Travel: "sTravel"
|
||||
Yes: "sYes"
|
||||
|
|
|
@ -52,4 +52,5 @@ Soul: "Seele"
|
|||
Take: "Nehmen"
|
||||
TakeAll: "Alles nehmen"
|
||||
Topics: "Themen"
|
||||
Travel: "Reisen"
|
||||
Yes: "Ja"
|
||||
|
|
|
@ -43,4 +43,5 @@ Soul: "Soul"
|
|||
Take: "Take"
|
||||
TakeAll: "Take All"
|
||||
Topics: "Topics"
|
||||
Travel: "Travel"
|
||||
Yes: "Yes"
|
||||
|
|
|
@ -43,4 +43,5 @@ Soul: "Ame"
|
|||
Take: "Prendre"
|
||||
TakeAll: "Tout prendre"
|
||||
Topics: "Sujets"
|
||||
Travel: "Voyager"
|
||||
Yes: "Oui"
|
||||
|
|
|
@ -41,4 +41,5 @@ Soul: "Dusza"
|
|||
Take: "Weź"
|
||||
TakeAll: "Weź wszystko"
|
||||
Topics: "Tematy"
|
||||
Travel: "Podróż"
|
||||
Yes: "Tak"
|
||||
|
|
|
@ -40,4 +40,5 @@ Soul: "Душа"
|
|||
Take: "Взять"
|
||||
TakeAll: "Взять все"
|
||||
Topics: "Темы"
|
||||
Travel: "Путешествие"
|
||||
Yes: "Да"
|
||||
|
|
|
@ -43,4 +43,5 @@ Soul: "Själ"
|
|||
Take: "Ta"
|
||||
TakeAll: "Ta allt"
|
||||
# Topics: "Topics"
|
||||
# Travel: "Travel"
|
||||
Yes: "Ja"
|
||||
|
|
Loading…
Reference in a new issue