From f098e922cb205659a269b1f773dc054930e35d10 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Mon, 8 Jun 2020 19:50:33 -0700 Subject: [PATCH] Localize flag events --- .../ConformalDecals/Localization/en-us.cfg | 6 ++++-- .../Plugins/ConformalDecals.dll | Bin 35840 -> 35840 bytes Source/ConformalDecals/ModuleConformalFlag.cs | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Distribution/GameData/ConformalDecals/Localization/en-us.cfg b/Distribution/GameData/ConformalDecals/Localization/en-us.cfg index f22e78e..51ac523 100644 --- a/Distribution/GameData/ConformalDecals/Localization/en-us.cfg +++ b/Distribution/GameData/ConformalDecals/Localization/en-us.cfg @@ -3,8 +3,8 @@ Localization en-us { // AGENCIES - #LOC_ConformalDecals_agent-peel-n-stick_title = Peel-N-Stik Adhesive Decals - #LOC_ConformalDecals_agent-peel-n-stick_description = Creators of premium stickers and decals for over 50 years, Peel-N-Stik only recently broke into the aerospace industry after noticing the increased demand for branding on rockets and aircraft. + #LOC_ConformalDecals_agent-peel-n-stick_title = Peel-N-Stik™ Adhesive Decals + #LOC_ConformalDecals_agent-peel-n-stick_description = Creators of premium stickers and decals for over 50 years, Peel-N-Stik™ only recently broke into the aerospace industry after noticing the increased demand for branding on rockets and aircraft. // CATEGORIES #LOC_ConformalDecals_category-decals_title = Decals @@ -15,6 +15,8 @@ Localization #LOC_ConformalDecals_gui-opacity = Opacity #LOC_ConformalDecals_gui-cutoff = Cutoff #LOC_ConformalDecals_gui-aspectratio = Aspect Ratio + #LOC_ConformalDecals_gui-select-flag = Select Flag + #LOC_ConformalDecals_gui-reset-flag = Reset Flag // PARTS diff --git a/Distribution/GameData/ConformalDecals/Plugins/ConformalDecals.dll b/Distribution/GameData/ConformalDecals/Plugins/ConformalDecals.dll index 4820aad20cae7c7267cf332b04335cb9f280455e..8bc5936c425219531e521faeb7e94c5461a7754b 100644 GIT binary patch delta 413 zcmZpe!PGE=X+j4}M&SNw6MJNs^cGKC6~=gbG9#lp>w|?13?Y*hnRF&cGO9D0Om1YX zm*ii}00tgFl8J$pA;*`2p(KQXfpM~6tNG>trW#$wKbz0$`%1`v;&Eo=X86d_$T*wf z7S}>B$-uOj!I(<{NVZS5^yt)n&!xz^njw?hk##mh6OdfZ@P|7Q$QI>E1dBHU*)2Sc zAok|B9?x|J#ElYvzWhALZ5!i@!|V!tv74Wi8FR4)GcqtUOg`VJFxjS&i&16r#zrar z)ST4h65X_%#PlE(S!JNCBzsY6aVk)Db7!L_li|9QOV=0}eFK<)erf<>lSM$>0%Sk| zBajvbVs#+i0+ib_`DwGVK!Z+A#%5tD*VYeA-vS==&6+IHQfvejY=sE|jSj1HQG0NF xN84)G>qoaULxT@wvMh+LFi}yAiGT6tt1X<2oB7&)F*6w$Zx-x&&p6S59ROqle!u_# delta 410 zcmZpe!PGE=X+j6foU?ydPVA9k`nPD}sxZdYlNlM+SvM?XUYZibH>jf}Gy zR&Xr@lMGCY8H~9UfMnieOOH9a(2H1OUm^45zpgf$YaX5+vRTWC!sy zg4mnidOX(^kdm12p40oP!_sxOtFtB6h-`jRX3WKE#mKr>&){w@A(^xHs9OrPv56nDiAY2r@c$vdQhnE&sON y;&~c#85(XNliz~a3KJE@nC>sy%-YJyI60uzU^8FaFJ>kN(); flagBrowser.OnFlagSelected = OnCustomFlagSelected; } - [KSPEvent(guiActive = false, guiActiveEditor = true, guiName = "Reset Flag")] + [KSPEvent(guiActive = false, guiActiveEditor = true, guiName = "#LOC_ConformalDecals_gui-reset-flag")] public void ResetFlag() { SetFlag(MissionFlagUrl); SetFlagSymmetryCounterparts(MissionFlagUrl);