[WindowsSettings Plugin] Improve subtitle and area naming (#12915)

* Update WindowsSettings clas

* Update TranslationHelper

* Adding ToDos to code

* Adding ToDo notes

* Introduce AreaPathHelper

* Small improvement

* Improve helper class

* Update ResultHelper

* Fix spelling

* adding todo marker

* Improve calling of <WindowsSettingsPathHelper>: Update class <WindowsSetting>

* Improve calling of <WindowsSettingsPathHelper>: Update helper class

* Improve calling of <WindowsSettingsPathHelper>: Implement method call

* TranslationHelper: Small fixes

* Fix scoring for areas property

* Fix search filters for area property

* small fixes

* Update WindowsSettings.json

* adding todos

* Code cleanup, improvements and fixes

* Small changes

* Update resource strings

* Fix msitakes

* Update settings

* resolve review feedback
This commit is contained in:
Heiko
2021-09-06 12:46:14 +02:00
committed by GitHub
parent a4f84844bc
commit dcc4563c8c
9 changed files with 415 additions and 329 deletions

View File

@@ -384,15 +384,6 @@ namespace Microsoft.PowerToys.Run.Plugin.WindowsSettings.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Control Panel.
/// </summary>
internal static string AreaControlPanel {
get {
return ResourceManager.GetString("AreaControlPanel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cortana.
/// </summary>
@@ -3273,15 +3264,6 @@ namespace Microsoft.PowerToys.Run.Plugin.WindowsSettings.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to in.
/// </summary>
internal static string SubtitlePreposition {
get {
return ResourceManager.GetString("SubtitlePreposition", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Sync center.
/// </summary>

View File

@@ -253,9 +253,6 @@
<data name="AreaClockAndRegion" xml:space="preserve">
<value>Clock and Region</value>
</data>
<data name="AreaControlPanel" xml:space="preserve">
<value>Control Panel</value>
</data>
<data name="AreaCortana" xml:space="preserve">
<value>Cortana</value>
</data>
@@ -1449,10 +1446,6 @@
<value>Storage Sense</value>
<comment>Area System</comment>
</data>
<data name="SubtitlePreposition" xml:space="preserve">
<value>in</value>
<comment>Example: Area "System" in System settings</comment>
</data>
<data name="SyncCenter" xml:space="preserve">
<value>Sync center</value>
<comment>Area Control Panel (legacy settings)</comment>