mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
[PT Run][Settings plugin]Update sharing settings (#19035)
* update share settings * Spelling fix
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user