Skip to content

Commit

Permalink
Merge pull request #282 from BUTR/dev
Browse files Browse the repository at this point in the history
v2.6.2 release
  • Loading branch information
Aragas authored Jan 14, 2023
2 parents 604c825 + 4ea1439 commit 3008bf2
Show file tree
Hide file tree
Showing 37 changed files with 208 additions and 123 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</a>
</br>
<a href="https://github.com/BUTR/Bannerlord.ButterLib" alt="Lines Of Code">
<img src="https://tokei.rs/b1/github/BUTR/Bannerlord.ButterLib?category=code" />
<img src="https://aschey.tech/tokei/github/BUTR/Bannerlord.ButterLib?category=code" />
</a>
<a href="https://www.codefactor.io/repository/github/butr/bannerlord.butterlib">
<img src="https://www.codefactor.io/repository/github/butr/bannerlord.butterlib/badge" alt="CodeFactor" />
Expand All @@ -16,12 +16,15 @@
<a href="https://butr.github.io/Bannerlord.ButterLib" alt="Documentation">
<img src="https://img.shields.io/badge/Documentation-%F0%9F%94%8D-blue?style=flat" />
</a>
<a title="Crowdin" target="_blank" href="https://crowdin.com/project/butterlib">
<img src="https://badges.crowdin.net/butterlib/localized.svg">
</a>
</br>
<a href="https://github.com/BUTR/Bannerlord.ButterLib/actions/workflows/test.yml?query=branch%3Adev">
<img alt="GitHub Workflow Status (event)" src="https://img.shields.io/github/workflow/status/BUTR/Bannerlord.ButterLib/Test?branch=dev&label=Game%20Stable%20and%20Beta">
<img alt="GitHub Workflow Status (event)" src="https://img.shields.io/github/actions/workflow/status/BUTR/Bannerlord.ButterLib/test.yml?branch=dev&label=Game%20Stable%20and%20Beta">
</a>
<a href="https://github.com/BUTR/Bannerlord.ButterLib/actions/workflows/test-full.yml?query=branch%3Adev">
<img alt="GitHub Workflow Status (event)" src="https://img.shields.io/github/workflow/status/BUTR/Bannerlord.ButterLib/Test%20Fully?ranch=dev&label=Supported%20Game%20Versions">
<img alt="GitHub Workflow Status (event)" src="https://img.shields.io/github/actions/workflow/status/BUTR/Bannerlord.ButterLib/test-full.yml?branch=dev&label=Supported%20Game%20Versions">
</a>
<a href="https://codecov.io/gh/BUTR/Bannerlord.ButterLib">
<img src="https://codecov.io/gh/BUTR/Bannerlord.ButterLib/branch/dev/graph/badge.svg" />
Expand Down
14 changes: 7 additions & 7 deletions build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
<!--Development Variables-->
<PropertyGroup>
<!--Module Version-->
<Version>2.6.1</Version>
<Version>2.6.2</Version>
<!--Harmony Version-->
<HarmonyVersion>2.2.2</HarmonyVersion>
<HarmonyExtensionsVersion>3.1.0.69</HarmonyExtensionsVersion>
<HarmonyExtensionsVersion>3.2.0.72</HarmonyExtensionsVersion>
<HarmonyAnalyzerVersion>1.0.1.44</HarmonyAnalyzerVersion>
<!--Microsoft Extension Libraries Version-->
<!--Serilog depends on abstraction 2.0.0, and since we can't do app redirects, we're stuck with that-->
<ExtensionVersion>2.0.0</ExtensionVersion>
<!--BuildResources Version-->
<BuildResourcesVersion>1.0.1.86</BuildResourcesVersion>
<BUTRSharedVersion>3.0.0.124</BUTRSharedVersion>
<BUTRModuleManagerVersion>4.0.150</BUTRModuleManagerVersion>
<BuildResourcesVersion>1.0.1.87</BuildResourcesVersion>
<BUTRSharedVersion>3.0.0.127</BUTRSharedVersion>
<BUTRModuleManagerVersion>5.0.166</BUTRModuleManagerVersion>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -41,7 +41,7 @@
</ItemGroup>

<PropertyGroup Condition="$(OverrideGameVersion) == ''">
<GameVersionFallback>e1.1.0</GameVersionFallback>
<GameVersionFallback>v1.0.0</GameVersionFallback>
<!-- Parsing supported-game-versions.txt -->
<SGVLineCount>$([System.Text.RegularExpressions.Regex]::Split($(SGVFile), `\r\n|\r|\n`).Length)</SGVLineCount>
<SGVLastEntryIndex>$([MSBuild]::Subtract($(SGVLineCount), 1))</SGVLastEntryIndex>
Expand Down Expand Up @@ -70,7 +70,7 @@
</PropertyGroup>
<PropertyGroup>
<GameVersionFlat>$([System.String]::Copy('$(GameVersion)').Replace('.',''))</GameVersionFlat>
<GameVersionConstant>e$(GameVersionFlat)</GameVersionConstant>
<GameVersionConstant>v$(GameVersionFlat)</GameVersionConstant>
</PropertyGroup>

<PropertyGroup>
Expand Down
8 changes: 7 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
---------------------------------------------------------------------------------------------------
Version: 2.6.2
Game Versions: v1.0.0,v1.0.1,v1.0.2,v1.0.3,v1.1.0
* Adapted for v1.1.0
* Added some localizations
* Improvements to BetterExceptionWindow compatibility
---------------------------------------------------------------------------------------------------
Version: 2.6.1
Game Versions: v1.0.0,v1.0.1,v1.0.2
* v1.0.2 stealth update fix. We ship Newtonsoft.Json 13 for backwards compatibility
Expand Down Expand Up @@ -357,4 +363,4 @@ Game Versions: e1.4.3,e1.5.0,e1.5.1
* Added the ability to get a persistent and deterministic Campaign Id.
* Added the distance matriñes with default implementation for heroes, settlements, clans and kingdoms.
* Several helper classes and extensions.
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
7 changes: 7 additions & 0 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
files:
- source: /src/Bannerlord.ButterLib.Implementation/_Module/ModuleData/Languages/EN/*.xml
translation: /src/Bannerlord.ButterLib.Implementation/_Module/ModuleData/Languages/%two_letters_code%/%original_file_name%
content_segmentation: 0
translatable_elements:
- '/base/tags/tag[@language],/base/strings/string[@text]'
- '/LanguageData[@id],/LanguageData[@name],/LanguageData[@subtitle_extension],/LanguageData[@supported_iso],/LanguageData/LanguageFile[@xml_path]'
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ internal sealed class OptionsProviderPatches
internal static bool Enable(Harmony harmony)
{
return harmony.TryPatch(AccessTools2.Method(typeof(OptionsProvider), nameof(OptionsProvider.GetGameKeyCategoriesList)),
postfix: AccessTools2.Method(typeof(HotKeySubSystem), nameof(GetGameKeyCategoriesListPostfix)));
postfix: AccessTools2.Method(typeof(OptionsProviderPatches), nameof(GetGameKeyCategoriesListPostfix)));
}

internal static bool Disable(Harmony harmony)
{
harmony.Unpatch(AccessTools2.Method(typeof(OptionsProvider), nameof(OptionsProvider.GetGameKeyCategoriesList)),
AccessTools2.Method(typeof(HotKeySubSystem), nameof(GetGameKeyCategoriesListPostfix)));
AccessTools2.Method(typeof(OptionsProviderPatches), nameof(GetGameKeyCategoriesListPostfix)));

return true;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,13 @@ public void RenderDebugRectWithColor(float left, float bottom, float right, floa

public void WatchVariable(string name, object value) => OriginalDebugManager.WatchVariable(name, value);

#if v100 || v101 || v102 || v103
public void BeginTelemetryScopeInternal(TelemetryLevelMask levelMask, string scopeName) => OriginalDebugManager.BeginTelemetryScopeInternal(levelMask, scopeName);
public void EndTelemetryScopeInternal() => OriginalDebugManager.EndTelemetryScopeInternal();

public void BeginTelemetryScopeBaseLevelInternal(TelemetryLevelMask levelMask, string scopeName) => OriginalDebugManager.BeginTelemetryScopeBaseLevelInternal(levelMask, scopeName);
public void EndTelemetryScopeBaseLevelInternal() => OriginalDebugManager.EndTelemetryScopeBaseLevelInternal();
#endif

public Vec3 GetDebugVector() => OriginalDebugManager.GetDebugVector();

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/BUTR/Bannerlord.XmlSchemas/master/ModuleLanguageData.xsd" id="Português (BR)" name="Português (BR)" subtitle_extension="pt" supported_iso="pt,por,pt-pt,pt-br" under_development="false">
<LanguageFile xml_path="BR/sta_strings.xml"/>
</LanguageData>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/BUTR/Bannerlord.XmlSchemas/master/ModuleLanguageData.xsd" id="Беларуская" name="Беларуская" subtitle_extension="be" supported_iso="be,bel,be-be" under_development="false">
<LanguageFile xml_path="BYc/sta_strings.xml"/>
</LanguageData>
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<base xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/BUTR/Bannerlord.XmlSchemas/master/ModuleLanguage.xsd">
<tags>
<tag language="Беларуская"/>
</tags>
<strings>
<string id="BguqytVG3q" text="Папярэджанне ад Bannerlord.ButterLib!"/>
<string id="FE6ya1gzZR" text="Модуль {REQUIRED_MODULE} не быў знойдзены!"/>
<string id="EvI6KPAqTT" text="Знойдзены несумяшчальны модуль {DENIED_MODULE}!"/>
<string id="5G9zffrgMh" text="{MODULE} загружаны да {REQUIRED_MODULE}!{NL}Пераканайцеся, што {MODULE} загружаецца пасля модуля!"/>
<string id="UZ8zfvudMs" text="{MODULE} загружаны пасля {REQUIRED_MODULE}!{NL}Пераканайцеся, што {MODULE} загружаецца да модуля!"/>
<string id="FcR4BXnhx8" text="{MODULE} мае ўзаемавыключальныя ўказанні парадку загрузкі водаў для {REQUIRED_MODULE}!"/>
<string id="eXs6FLm5DP" text="Настойліва рэкамендуецца завяршыць гульню цяпер. Вы жадаеце завяршыць яе?"/>

<string id="JLkq0ZkOSI" text="{START}{?IS_PLURAL} і {?}{\\?}{END}"/>

<string id="B7bfrDNzIk" text="Адключыць, калі Ўключаны Адладчык"/>
<string id="r3ktQzFMRz" text="Прыпыненне Апрацоўніка Выключэнняў падчас ўключэння адладчыка."/>
</strings>
</base>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/BUTR/Bannerlord.XmlSchemas/master/ModuleLanguageData.xsd" id="Biełaruskaja" name="Biełaruskaja" subtitle_extension="by" supported_iso="by" under_development="false">
<LanguageFile xml_path="BYl/sta_strings.xml"/>
</LanguageData>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/BUTR/Bannerlord.XmlSchemas/master/ModuleLanguageData.xsd" id="简体中文" name="简体中文" subtitle_extension="zh-HANS" supported_iso="zh-HANS,zh,zho,chi,zh-cn,zh-sg" under_development="false">
<LanguageFile xml_path="CNs/sta_strings.xml"/>
</LanguageData>
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<base xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/BUTR/Bannerlord.XmlSchemas/master/ModuleLanguage.xsd">
<tags>
<tag language="简体中文"/>
</tags>
<strings>
<string id="BguqytVG3q" text="来自 Bannerlord.ButterLib 的警告!"/>
<string id="FE6ya1gzZR" text="缺失必要模组:{REQUIRED_MODULE}"/>
<string id="EvI6KPAqTT" text="发现不兼容模组:{DENIED_MODULE}"/>
<string id="5G9zffrgMh" text="{MODULE} 在 {REQUIRED_MODULE} 模组之前加载!{NL}确保 {MODULE} 在他们之后加载!"/>
<string id="UZ8zfvudMs" text="{MODULE} 在 {REQUIRED_MODULE} 模组之后加载!{NL}确保 {MODULE} 在他们之前加载!"/>
<string id="FcR4BXnhx8" text="{MODULE} 为 {REQUIRED_MODULE} 指定了互斥的MOD加载顺序!"/>
<string id="eXs6FLm5DP" text="目前强烈建议终止游戏。你要终止吗?"/>

<string id="JLkq0ZkOSI" text="{START}{?IS_PLURAL} 和 {?}{\\?}{END}"/>

<string id="B7bfrDNzIk" text="调试启动时禁用"/>
<string id="r3ktQzFMRz" text="调试启动时,禁用异常处理程序。"/>
</strings>
</base>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/BUTR/Bannerlord.XmlSchemas/master/ModuleLanguageData.xsd" id="繁體中文" name="繁體中文" subtitle_extension="zh-HANT" supported_iso="zh-HANT,zh-tw,zh-hk" under_development="false">
<LanguageFile xml_path="CNt/sta_strings.xml"/>
</LanguageData>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/BUTR/Bannerlord.XmlSchemas/master/ModuleLanguageData.xsd" id="Deutsch" name="Deutsch" subtitle_extension="de" supported_iso="de,deu,ger,de-de,de-at,de-li,de-lu,de-ch" under_development="false">
<LanguageFile xml_path="DE/std_module_strings_xml-de.xml"/>
</LanguageData>
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,17 @@
<tag language="English" />
</tags>
<strings>
<string id="PZthBmJc9B" text="ButterLib Campaign Identifier failed to load! See details in the mod log." />
<string id="UdgidGXLwg" text="{BASE_DESCRIPTOR_HERO.NAME}{?BASE_DESCRIPTOR_HERO.CLAN} {BASE_DESCRIPTOR_HERO.CLAN_NAME}{?}{\?}{?BASE_DESCRIPTOR_HERO.BIRTHPLACE} from {BASE_DESCRIPTOR_HERO.BIRTHPLACE_NAME}{?}, birthplace unknown{\?}, {BASE_DESCRIPTOR_HERO.AGE}, {?BASE_DESCRIPTOR_HERO_PARENTS}{BASE_DESCRIPTOR_HERO_PARENTS.INFO}{?}parents unknown{\?}.{?BASE_DESCRIPTOR_HERO.CULTURE} {BASE_DESCRIPTOR_HERO.CULTURE_NAME}.{?}{\?}" />
<string id="svZkgB1GgB" text="{?BASE_DESCRIPTOR_HERO.GENDER}daughter{?}son{\?} of {BASE_DESCRIPTOR_HERO.PARENTS_BEGIN}{?BASE_DESCRIPTOR_HERO.FULL_FAMILY} and {?}{\?}{BASE_DESCRIPTOR_HERO.PARENTS_END}" />
<string id="gRz8MZ0YZ7" text="This game has no ID. It probably was started before installing ButterLib Campaign Identifier. We have found other ongoing campaigns that have similar initial character background and were already assigned an ID. If this game refers to one of them, please, select corresponding option." />
<string id="zed49rdkQR" text="Select '{NEW_ID}' if the loaded save is a separate campaign that has nothing to do with the suggested options and a new ID should be assigned to it." />
<string id="4BuIRaILsb" text="Select identified ongoing campaign" />
<string id="wF4qRrhmEu" text="Assign new ID" />
<string id="25Ts3iQnv6" text="This is a standalone campaign and must be assigned a new ID." />

<string id="JLkq0ZkOSI" text="{START}{?IS_PLURAL} and {?}{\\?}{END}" />

<string id="BguqytVG3q" text="Warning from Bannerlord.ButterLib!" />
<string id="FE6ya1gzZR" text="{REQUIRED_MODULE} module was not found!" />
<string id="EvI6KPAqTT" text="Incompatible module {DENIED_MODULE} was found!" />
<string id="5G9zffrgMh" text="{MODULE} is loaded before the {REQUIRED_MODULE}!{NL}Make sure {MODULE} is loaded after it!" />
<string id="UZ8zfvudMs" text="{MODULE} is loaded after the {REQUIRED_MODULE}!{NL}Make sure {MODULE} is loaded before it!" />
<string id="FcR4BXnhx8" text="{MODULE} has mutually exclusive mod order directives specified for the {REQUIRED_MODULE}!" />
<string id="eXs6FLm5DP" text="It's strongly recommended to terminate the game now. Do you wish to terminate it?" />
<string id="aGg5Gh64gH" text="This version of ButterLib is intended for e1.7.2 and higher! You are running {GAMEVERSION}!" />


<string id="JLkq0ZkOSI" text="{START}{?IS_PLURAL} and {?}{\\?}{END}" />

<string id="B7bfrDNzIk" text="Disable when Debugger is Attached" />
<string id="r3ktQzFMRz" text="Stops the Exception Handler when a debugger is attached." />
</strings>
</base>
</base>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/BUTR/Bannerlord.XmlSchemas/master/ModuleLanguageData.xsd" id="Français" name="Français" subtitle_extension="fr" supported_iso="fr,fra,fr-fr,fr-be,fr-ca,fr-ch" under_development="false">
<LanguageFile xml_path="FR/sta_strings.xml"/>
</LanguageData>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/BUTR/Bannerlord.XmlSchemas/master/ModuleLanguageData.xsd" id="Italiano" name="Italiano" subtitle_extension="it" supported_iso="it,ita,it-it,it-ch" under_development="false">
<LanguageFile xml_path="IT/sta_strings.xml"/>
</LanguageData>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/BUTR/Bannerlord.XmlSchemas/master/ModuleLanguageData.xsd" id="日本語" name="日本語" subtitle_extension="jp" supported_iso="ja,jpn,ja-ja,ja-jp,jp-jp" under_development="false">
<LanguageFile xml_path="JP/sta_strings.xml"/>
</LanguageData>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/BUTR/Bannerlord.XmlSchemas/master/ModuleLanguageData.xsd" id="한국어" name="한국어" subtitle_extension="ko" supported_iso="ko-kr,ko,kor,kr-kr" under_development="false">
<LanguageFile xml_path="KO/sta_strings.xml"/>
</LanguageData>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/BUTR/Bannerlord.XmlSchemas/master/ModuleLanguageData.xsd" id="Polski" name="Polski" subtitle_extension="pl" supported_iso="pl,pol,pl-pl" under_development="false">
<LanguageFile xml_path="PL/sta_strings.xml"/>
</LanguageData>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/BUTR/Bannerlord.XmlSchemas/master/ModuleLanguageData.xsd" id="Română" name="Română" subtitle_extension="ro" supported_iso="ro,ro-RO" under_development="false">
<LanguageFile xml_path="RO/sta_strings.xml"/>
</LanguageData>
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<base xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/BUTR/Bannerlord.XmlSchemas/master/ModuleLanguage.xsd">
<tags>
<tag language="Română"/>
</tags>
<strings>
<string id="BguqytVG3q" text="Avertizare de la Bannerlord.ButterLib!"/>
<string id="FE6ya1gzZR" text="Modulul {REQUIRED_MODULE} nu a fost gasit!"/>
<string id="EvI6KPAqTT" text="Modulul {DENIED_MODULE} a fost gasit incompatibil!"/>
<string id="5G9zffrgMh" text="{MODULE} este încărcat înainte de {REQUIRED_MODULE}!{NL}Asigură-te că {MODULE} este încărcat după el!"/>
<string id="UZ8zfvudMs" text="{MODULE} este încărcat înainte de {REQUIRED_MODULE}!{NL}Asigură-te că {MODULE} este încărcat după el!"/>
<string id="FcR4BXnhx8" text="{MODULE} are directive de ordine automată reciproc exclusive specificate pentru {REQUIRED_MODULE}!"/>
<string id="eXs6FLm5DP" text="Este recomandat să închizi jocul acum. Vrei să-l închizi?"/>

<string id="JLkq0ZkOSI" text="{START}{?IS_PLURAL} și {?}{\\?}{END}"/>

<string id="B7bfrDNzIk" text="Dezactivează când depanatorul este atașat"/>
<string id="r3ktQzFMRz" text="Oprește Excepțiile când un depanator este atașat."/>
</strings>
</base>
Loading

0 comments on commit 3008bf2

Please sign in to comment.