Moved Translations to common folder, merged pgmbru changes manually
This commit is contained in:
@@ -53,14 +53,14 @@ function ConfirmationPanel:createChildren()
|
|||||||
|
|
||||||
local yButton = self:getHeight() - yPadding - btnHeight
|
local yButton = self:getHeight() - yPadding - btnHeight
|
||||||
|
|
||||||
self.btnYes = ISButton:new(xPadding, yButton, btnWidth, btnHeight, "Yes", self, self.onClick)
|
self.btnYes = ISButton:new(xPadding, yButton, btnWidth, btnHeight, getText("IGUI_Yes"), self, self.onClick)
|
||||||
self.btnYes.internal = "YES"
|
self.btnYes.internal = "YES"
|
||||||
self.btnYes:initialise()
|
self.btnYes:initialise()
|
||||||
self.btnYes.borderColor = { r = 1, g = 0, b = 0, a = 1 }
|
self.btnYes.borderColor = { r = 1, g = 0, b = 0, a = 1 }
|
||||||
self.btnYes:setEnable(true)
|
self.btnYes:setEnable(true)
|
||||||
self:addChild(self.btnYes)
|
self:addChild(self.btnYes)
|
||||||
|
|
||||||
self.btnNo = ISButton:new(self:getWidth() - xPadding - btnWidth, yButton, btnWidth, btnHeight, "No", self,
|
self.btnNo = ISButton:new(self:getWidth() - xPadding - btnWidth, yButton, btnWidth, btnHeight, getText("IGUI_No"), self,
|
||||||
self.onClick)
|
self.onClick)
|
||||||
self.btnNo.internal = "NO"
|
self.btnNo.internal = "NO"
|
||||||
self.btnNo:initialise()
|
self.btnNo:initialise()
|
||||||
|
|||||||
@@ -1,18 +0,0 @@
|
|||||||
IG_UI_FR = {
|
|
||||||
IGUI_perks_Amputations = "Amputations",
|
|
||||||
IGUI_perks_Side_R = "Côté droit",
|
|
||||||
IGUI_perks_Side_L = "Côté gauche",
|
|
||||||
IGUI_perks_Prosthesis = "Prothèse",
|
|
||||||
IGUI_perks_ProstFamiliarity = "Familiarité",
|
|
||||||
|
|
||||||
IGUI_ItemCat_Prosthesis = "Prothèse",
|
|
||||||
IGUI_ItemCat_Surgery = "Chirurgie",
|
|
||||||
IGUI_ItemCat_Amputation = "Amputation",
|
|
||||||
|
|
||||||
IGUI_HealthPanel_Cicatrization = "Cicatrisation",
|
|
||||||
IGUI_HealthPanel_Cicatrized = "Cicatrisé",
|
|
||||||
IGUI_HealthPanel_Cauterized = "Cautérisé",
|
|
||||||
IGUI_HealthPanel_WoundDirtyness = "Saleté de la plaie",
|
|
||||||
IGUI_HealthPanel_ProstEquipped = "Prothèse équipée",
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,4 +1,7 @@
|
|||||||
IG_UI_DE = {
|
IG_UI_DE = {
|
||||||
|
IGUI_Yes = "Ja",
|
||||||
|
IGUI_No = "Nein",
|
||||||
|
|
||||||
IGUI_perks_Amputations = "Amputationen",
|
IGUI_perks_Amputations = "Amputationen",
|
||||||
IGUI_perks_Side_R = "Rechte Seite",
|
IGUI_perks_Side_R = "Rechte Seite",
|
||||||
IGUI_perks_Side_L = "Linke Seite",
|
IGUI_perks_Side_L = "Linke Seite",
|
||||||
@@ -1,4 +1,7 @@
|
|||||||
IG_UI_EN = {
|
IG_UI_EN = {
|
||||||
|
IGUI_Yes = "Yes",
|
||||||
|
IGUI_No = "No",
|
||||||
|
|
||||||
IGUI_perks_Amputations = "Amputations",
|
IGUI_perks_Amputations = "Amputations",
|
||||||
IGUI_perks_Side_R = "Right Side",
|
IGUI_perks_Side_R = "Right Side",
|
||||||
IGUI_perks_Side_L = "Left Side",
|
IGUI_perks_Side_L = "Left Side",
|
||||||
21
common/media/lua/shared/Translate/FR/IG_UI_FR.txt
Normal file
21
common/media/lua/shared/Translate/FR/IG_UI_FR.txt
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
IG_UI_FR = {
|
||||||
|
IGUI_Yes = "Oui",
|
||||||
|
IGUI_No = "Non",
|
||||||
|
|
||||||
|
IGUI_perks_Amputations = "Amputations",
|
||||||
|
IGUI_perks_Side_R = "C<>t<EFBFBD> droit",
|
||||||
|
IGUI_perks_Side_L = "C<>t<EFBFBD> gauche",
|
||||||
|
IGUI_perks_Prosthesis = "Proth<74>se",
|
||||||
|
IGUI_perks_ProstFamiliarity = "Familiarit<69>",
|
||||||
|
|
||||||
|
IGUI_ItemCat_Prosthesis = "Proth<74>se",
|
||||||
|
IGUI_ItemCat_Surgery = "Chirurgie",
|
||||||
|
IGUI_ItemCat_Amputation = "Amputation",
|
||||||
|
|
||||||
|
IGUI_HealthPanel_Cicatrization = "Cicatrisation",
|
||||||
|
IGUI_HealthPanel_Cicatrized = "Cicatris<69>",
|
||||||
|
IGUI_HealthPanel_Cauterized = "Caut<75>ris<69>",
|
||||||
|
IGUI_HealthPanel_WoundDirtyness = "Salet<65> de la plaie",
|
||||||
|
IGUI_HealthPanel_ProstEquipped = "Proth<74>se <20>quip<69>e",
|
||||||
|
|
||||||
|
}
|
||||||
@@ -1,4 +1,7 @@
|
|||||||
IG_UI_IT = {
|
IG_UI_IT = {
|
||||||
|
IGUI_Yes = "Si",
|
||||||
|
IGUI_No = "No",
|
||||||
|
|
||||||
IGUI_perks_Amputations = "Amputazioni",
|
IGUI_perks_Amputations = "Amputazioni",
|
||||||
IGUI_perks_Side_R = "Parte destra",
|
IGUI_perks_Side_R = "Parte destra",
|
||||||
IGUI_perks_Side_L = "Parte sinistra",
|
IGUI_perks_Side_L = "Parte sinistra",
|
||||||
Binary file not shown.
Reference in New Issue
Block a user