mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-16 20:16:34 +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)
|
if (Settings::gui().mControllerMenus)
|
||||||
{
|
{
|
||||||
mDisableGamepadCursor = true;
|
mDisableGamepadCursor = true;
|
||||||
mControllerButtons.mA = "#{sTravel}";
|
mControllerButtons.mA = "#{Interface:Travel}";
|
||||||
mControllerButtons.mB = "#{Interface:Cancel}";
|
mControllerButtons.mB = "#{Interface:Cancel}";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,4 +26,5 @@ Soul: "sSoulGem"
|
||||||
Take: "sTake"
|
Take: "sTake"
|
||||||
TakeAll: "sTakeAll"
|
TakeAll: "sTakeAll"
|
||||||
Topics: "sTopics"
|
Topics: "sTopics"
|
||||||
|
Travel: "sTravel"
|
||||||
Yes: "sYes"
|
Yes: "sYes"
|
||||||
|
|
|
@ -52,4 +52,5 @@ Soul: "Seele"
|
||||||
Take: "Nehmen"
|
Take: "Nehmen"
|
||||||
TakeAll: "Alles nehmen"
|
TakeAll: "Alles nehmen"
|
||||||
Topics: "Themen"
|
Topics: "Themen"
|
||||||
|
Travel: "Reisen"
|
||||||
Yes: "Ja"
|
Yes: "Ja"
|
||||||
|
|
|
@ -43,4 +43,5 @@ Soul: "Soul"
|
||||||
Take: "Take"
|
Take: "Take"
|
||||||
TakeAll: "Take All"
|
TakeAll: "Take All"
|
||||||
Topics: "Topics"
|
Topics: "Topics"
|
||||||
|
Travel: "Travel"
|
||||||
Yes: "Yes"
|
Yes: "Yes"
|
||||||
|
|
|
@ -43,4 +43,5 @@ Soul: "Ame"
|
||||||
Take: "Prendre"
|
Take: "Prendre"
|
||||||
TakeAll: "Tout prendre"
|
TakeAll: "Tout prendre"
|
||||||
Topics: "Sujets"
|
Topics: "Sujets"
|
||||||
|
Travel: "Voyager"
|
||||||
Yes: "Oui"
|
Yes: "Oui"
|
||||||
|
|
|
@ -41,4 +41,5 @@ Soul: "Dusza"
|
||||||
Take: "Weź"
|
Take: "Weź"
|
||||||
TakeAll: "Weź wszystko"
|
TakeAll: "Weź wszystko"
|
||||||
Topics: "Tematy"
|
Topics: "Tematy"
|
||||||
|
Travel: "Podróż"
|
||||||
Yes: "Tak"
|
Yes: "Tak"
|
||||||
|
|
|
@ -40,4 +40,5 @@ Soul: "Душа"
|
||||||
Take: "Взять"
|
Take: "Взять"
|
||||||
TakeAll: "Взять все"
|
TakeAll: "Взять все"
|
||||||
Topics: "Темы"
|
Topics: "Темы"
|
||||||
|
Travel: "Путешествие"
|
||||||
Yes: "Да"
|
Yes: "Да"
|
||||||
|
|
|
@ -43,4 +43,5 @@ Soul: "Själ"
|
||||||
Take: "Ta"
|
Take: "Ta"
|
||||||
TakeAll: "Ta allt"
|
TakeAll: "Ta allt"
|
||||||
# Topics: "Topics"
|
# Topics: "Topics"
|
||||||
|
# Travel: "Travel"
|
||||||
Yes: "Ja"
|
Yes: "Ja"
|
||||||
|
|
Loading…
Reference in a new issue