[PT Run][Settings plugin]Update sharing settings (#19035)

* update share settings

* Spelling fix
This commit is contained in:
Heiko
2022-06-28 15:42:32 +02:00
committed by GitHub
parent 27c52bebc7
commit 5d6f1ba676
3 changed files with 43 additions and 3 deletions

View File

@@ -2148,6 +2148,15 @@ namespace Microsoft.PowerToys.Run.Plugin.WindowsSettings.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Nearby share settings.
/// </summary>
internal static string NearbyShareSettings {
get {
return ResourceManager.GetString("NearbyShareSettings", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to netcpl.cpl.
/// </summary>
@@ -3283,7 +3292,16 @@ namespace Microsoft.PowerToys.Run.Plugin.WindowsSettings.Properties {
}
/// <summary>
/// Looks up a localized string similar to Shared experiences.
/// Looks up a localized string similar to Share across devices.
/// </summary>
internal static string ShareAcrossDevices {
get {
return ResourceManager.GetString("ShareAcrossDevices", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Shared experience settings.
/// </summary>
internal static string SharedExperiences {
get {

View File

@@ -981,6 +981,10 @@
<value>Navigation bar</value>
<comment>Area Personalization</comment>
</data>
<data name="NearbyShareSettings" xml:space="preserve">
<value>Nearby sharing settings</value>
<comment>Area System</comment>
</data>
<data name="netcpl.cpl" xml:space="preserve">
<value>netcpl.cpl</value>
<comment>File name, Should not translated</comment>
@@ -1443,8 +1447,12 @@
<value>Set up a kiosk</value>
<comment>Area UserAccounts</comment>
</data>
<data name="ShareAcrossDevices" xml:space="preserve">
<value>Share across devices</value>
<comment>Area System</comment>
</data>
<data name="SharedExperiences" xml:space="preserve">
<value>Shared experiences</value>
<value>Shared experience settings</value>
<comment>Area System</comment>
</data>
<data name="Shortcuts" xml:space="preserve">

View File

@@ -988,7 +988,21 @@
"Name": "SharedExperiences",
"Areas": [ "AreaSystem" ],
"Type": "AppSettingsApp",
"AltNames": [ "Crossdevice" ],
"AltNames": [ "Crossdevice", "NearbyShareSettings", "ShareAcrossDevices" ],
"Command": "ms-settings:crossdevice"
},
{
"Name": "NearbyShareSettings",
"Areas": [ "AreaSystem" ],
"Type": "AppSettingsApp",
"AltNames": [ "Crossdevice", "ShareAcrossDevices", "SharedExperiences" ],
"Command": "ms-settings:crossdevice"
},
{
"Name": "ShareAcrossDevices",
"Areas": [ "AreaSystem" ],
"Type": "AppSettingsApp",
"AltNames": [ "Crossdevice", "NearbyShareSettings", "SharedExperiences" ],
"Command": "ms-settings:crossdevice"
},
{