[PTRun]Unify grammar in plugin descriptions (#31263)

* first pass

* adjusting the calc language to match other plugins

* including designer file now too

* Fixing E.G to E.G.
This commit is contained in:
Clint Rutkas
2024-02-05 08:41:35 -08:00
committed by GitHub
parent ebc7860e5b
commit cf23574c6b
17 changed files with 22 additions and 21 deletions

View File

@@ -19,7 +19,7 @@ namespace Community.PowerToys.Run.Plugin.UnitConverter.Properties {
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class Resources {

View File

@@ -88,7 +88,7 @@ namespace Community.PowerToys.Run.Plugin.ValueGenerator.Properties {
}
/// <summary>
/// Looks up a localized string similar to A plugin to calculate hashes and generate values..
/// Looks up a localized string similar to Calculates hashes and generate values..
/// </summary>
public static string plugin_description {
get {

View File

@@ -127,7 +127,7 @@
<value>Value Generator Error</value>
</data>
<data name="plugin_description" xml:space="preserve">
<value>A plugin to calculate hashes and generate values.</value>
<value>Calculates hashes and generate values.</value>
</data>
<data name="plugin_name" xml:space="preserve">
<value>Value Generator</value>

View File

@@ -70,7 +70,7 @@ namespace Community.PowerToys.Run.Plugin.WebSearch.Properties {
}
/// <summary>
/// Looks up a localized string similar to Search the web with your default search engine..
/// Looks up a localized string similar to Searches the web with your default search engine..
/// </summary>
public static string plugin_description {
get {

View File

@@ -121,7 +121,7 @@
<value>the default browser</value>
</data>
<data name="plugin_description" xml:space="preserve">
<value>Search the web with your default search engine.</value>
<value>Searches the web with your default search engine.</value>
</data>
<data name="plugin_global_if_uri" xml:space="preserve">
<value>Don't include in global results on queries that are URIs</value>

View File

@@ -61,7 +61,7 @@ namespace Microsoft.Plugin.Shell.Properties {
}
/// <summary>
/// Looks up a localized string similar to Find and run executable file.
/// Looks up a localized string similar to Find and run the executable file.
/// </summary>
public static string find_executable_file_and_run_it {
get {
@@ -178,7 +178,7 @@ namespace Microsoft.Plugin.Shell.Properties {
}
/// <summary>
/// Looks up a localized string similar to Executes commands (e.g &apos;ping&apos;, &apos;cmd&apos;)..
/// Looks up a localized string similar to Executes commands (e.g. &apos;ping&apos;, &apos;cmd&apos;)..
/// </summary>
public static string wox_plugin_cmd_plugin_description {
get {
@@ -223,7 +223,7 @@ namespace Microsoft.Plugin.Shell.Properties {
}
/// <summary>
/// Looks up a localized string similar to All entries that using the Windows Terminal forcing the Windows Terminal as console host regardless of the system setting.
/// Looks up a localized string similar to All entries using the Windows Terminal force the Windows Terminal as the console host regardless of the system settings.
/// </summary>
public static string wox_shell_command_execution_description {
get {

View File

@@ -121,7 +121,7 @@
<value>Shell</value>
</data>
<data name="wox_plugin_cmd_plugin_description" xml:space="preserve">
<value>Executes commands (e.g 'ping', 'cmd').</value>
<value>Executes commands (e.g. 'ping', 'cmd').</value>
</data>
<data name="wox_plugin_cmd_cmd_has_been_executed_times" xml:space="preserve">
<value>this command has been executed {0} times</value>

View File

@@ -169,7 +169,7 @@ namespace Microsoft.PowerToys.Run.Plugin.Calculator.Properties {
}
/// <summary>
/// Looks up a localized string similar to Does mathematical calculations (e.g. 5*3-2)..
/// Looks up a localized string similar to Calculates mathematical equations (e.g. 5*3-2)..
/// </summary>
public static string wox_plugin_calculator_plugin_description {
get {

View File

@@ -121,7 +121,7 @@
<value>Calculator</value>
</data>
<data name="wox_plugin_calculator_plugin_description" xml:space="preserve">
<value>Does mathematical calculations (e.g. 5*3-2).</value>
<value>Calculates mathematical equations (e.g. 5*3-2).</value>
</data>
<data name="wox_plugin_calculator_not_a_number" xml:space="preserve">
<value>Calculation result is not a valid number (NaN)</value>

View File

@@ -61,7 +61,7 @@ namespace Microsoft.PowerToys.Run.Plugin.History.Properties {
}
/// <summary>
/// Looks up a localized string similar to Quick access to previously selected results..
/// Looks up a localized string similar to Accesses previously selected results..
/// </summary>
public static string wox_plugin_history_plugin_description {
get {

View File

@@ -121,7 +121,7 @@
<value>History</value>
</data>
<data name="wox_plugin_history_plugin_description" xml:space="preserve">
<value>Quick access to previously selected results.</value>
<value>Accesses previously selected results.</value>
</data>
<data name="wox_plugin_history_processing_failed" xml:space="preserve">
<value>Failed to process the input</value>

View File

@@ -133,7 +133,7 @@ namespace Microsoft.PowerToys.Run.Plugin.PowerToys.Properties {
}
/// <summary>
/// Looks up a localized string similar to Open PowerToys utilities and settings..
/// Looks up a localized string similar to Opens PowerToys utilities and settings..
/// </summary>
internal static string Plugin_Description {
get {

View File

@@ -148,7 +148,7 @@
<comment>"Hosts File Editor" is the name of the utility</comment>
</data>
<data name="Plugin_Description" xml:space="preserve">
<value>Open PowerToys utilities and settings.</value>
<value>Opens PowerToys utilities and settings.</value>
</data>
<data name="Plugin_Name" xml:space="preserve">
<value>PowerToys</value>

View File

@@ -3328,7 +3328,7 @@ namespace Microsoft.PowerToys.Run.Plugin.WindowsSettings.Properties {
}
/// <summary>
/// Looks up a localized string similar to Plugin to search for Windows settings.
/// Looks up a localized string similar to Searches Windows settings.
/// </summary>
internal static string PluginDescription {
get {

View File

@@ -1439,7 +1439,8 @@
<comment>Area Gaming</comment>
</data>
<data name="PluginDescription" xml:space="preserve">
<value>Plugin to search for Windows settings</value>
<value>Searches Windows settings</value>
<comment>{Locked="Windows"}</comment>
</data>
<data name="PluginTitle" xml:space="preserve">
<value>Windows settings</value>

View File

@@ -79,7 +79,7 @@ namespace Microsoft.PowerToys.Run.Plugin.WindowsTerminal.Properties {
}
/// <summary>
/// Looks up a localized string similar to Windows Terminal supports a &quot;quake&quot; feature where a terminal window is accessible using a global hotkey. Enable this option to open profiles in this window..
/// Looks up a localized string similar to Windows Terminal supports a &quot;quake&quot; feature where a terminal window is accessible using a global hotkey. Enable this option to open profiles in a new tab in this window..
/// </summary>
internal static string open_quake_description {
get {
@@ -88,7 +88,7 @@ namespace Microsoft.PowerToys.Run.Plugin.WindowsTerminal.Properties {
}
/// <summary>
/// Looks up a localized string similar to Open Windows Terminal profiles..
/// Looks up a localized string similar to Opens Windows Terminal profiles..
/// </summary>
internal static string plugin_description {
get {

View File

@@ -129,7 +129,7 @@
<comment>Quake is a well-known computer game. Don't localize. See https://en.wikipedia.org/wiki/Quake_(video_game)</comment>
</data>
<data name="plugin_description" xml:space="preserve">
<value>Open Windows Terminal profiles.</value>
<value>Opens Windows Terminal profiles.</value>
</data>
<data name="plugin_name" xml:space="preserve">
<value>Windows Terminal</value>
@@ -143,4 +143,4 @@
<data name="show_hidden_profiles" xml:space="preserve">
<value>Show hidden profiles</value>
</data>
</root>
</root>