mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
Merge pull request #7622 from microsoft/dev/crutkas/helpLocWithComments
Addressing loc team feedback
This commit is contained in:
@@ -137,6 +137,7 @@
|
||||
</data>
|
||||
<data name="Microsoft_plugin_folder_truncation_warning_subtitle" xml:space="preserve">
|
||||
<value>Showing {0:N0} of {1:N0} results</value>
|
||||
<comment>Example: showing 25 of 540 results</comment>
|
||||
</data>
|
||||
<data name="Microsoft_plugin_folder_clipboard_failed" xml:space="preserve">
|
||||
<value>Fail to set text in clipboard</value>
|
||||
@@ -149,14 +150,17 @@
|
||||
</data>
|
||||
<data name="wox_plugin_folder_select_folder_first_result_title" xml:space="preserve">
|
||||
<value>Open</value>
|
||||
<comment>Open as a verb. Open this folder.</comment>
|
||||
</data>
|
||||
<data name="wox_plugin_folder_select_folder_OpenFileOrFolder_error_message" xml:space="preserve">
|
||||
<value>Could not start</value>
|
||||
</data>
|
||||
<data name="wox_plugin_folder_select_file_result_subtitle" xml:space="preserve">
|
||||
<value>File: {0}</value>
|
||||
<comment>the arg following is file path</comment>
|
||||
</data>
|
||||
<data name="wox_plugin_folder_select_folder_result_subtitle" xml:space="preserve">
|
||||
<value>Folder: {0}</value>
|
||||
<comment>the arg following is the folder path</comment>
|
||||
</data>
|
||||
</root>
|
||||
@@ -124,7 +124,7 @@ namespace PowerLauncher.Properties {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Powertoys Run deserialization error.
|
||||
/// Looks up a localized string similar to PowerToys Run deserialization error.
|
||||
/// </summary>
|
||||
public static string deseralization_error_title {
|
||||
get {
|
||||
|
||||
@@ -137,9 +137,11 @@
|
||||
</data>
|
||||
<data name="reportWindow_file_bug" xml:space="preserve">
|
||||
<value>Please file a bug in the</value>
|
||||
<comment>reportWindow_file_bug + reportWindow_github_repo string</comment>
|
||||
</data>
|
||||
<data name="reportWindow_github_repo" xml:space="preserve">
|
||||
<value>PowerToys GitHub repository</value>
|
||||
<comment>reportWindow_file_bug + reportWindow_github_repo string</comment>
|
||||
</data>
|
||||
<data name="reportWindow_upload_log" xml:space="preserve">
|
||||
<value>Make sure to upload the log file and to include the error message.</value>
|
||||
@@ -181,7 +183,7 @@
|
||||
<value>Title</value>
|
||||
</data>
|
||||
<data name="deseralization_error_title" xml:space="preserve">
|
||||
<value>Powertoys Run deserialization error</value>
|
||||
<value>PowerToys Run deserialization error</value>
|
||||
</data>
|
||||
<data name="deseralization_error_message" xml:space="preserve">
|
||||
<value>Settings will be reset to default and program will continue to function.</value>
|
||||
|
||||
Reference in New Issue
Block a user