[PowerToys Run] Remove unused wox resources and move hardcoded strings to resx file (#6181)

* Removed xaml files, added resx file and removed references for PowerLauncher project

* Added resx file for wox.plugin

* Moved Calculator resources to resx

* Migrated resources for Folder and Indexer plugins

* Migrated resources for Program and Shell plugin

* Migrated resources for URI and Window Walker

* Removed GetTranslation, tests need to be refactored

* Removed internationalization classes

* Removed Wox.Core.Resource references

* Fixed Programs plugin tests

* Fixed tests

* Removed language xaml files from installer

* Added locProject.json files

* Fixed resource not found error

* Remove unused strings from PowerLauncher

* Removed all unused strings

* Reverted addition of resx file for Wox.Plugin

* Added more resources for Folder plugin

* Added resources for Folder and Indexer plugin

* Added resources for Program, Shell, Uri and WW plugins

* Changed string from Wox to PT Run

* managed common files
This commit is contained in:
Arjun Balgovind
2020-09-08 11:51:24 -07:00
committed by GitHub
parent cd906b0a6f
commit 8ea8db7994
22 changed files with 206 additions and 1625 deletions

View File

@@ -117,23 +117,11 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="wox_plugin_cmd_relace_winr" xml:space="preserve">
<value>Replace Win+R</value>
</data>
<data name="wox_plugin_cmd_leave_cmd_open" xml:space="preserve">
<value>Do not close Command Prompt after command execution</value>
</data>
<data name="wox_plugin_cmd_always_run_as_administrator" xml:space="preserve">
<value>Always run as administrator</value>
</data>
<data name="wox_plugin_cmd_run_as_different_user" xml:space="preserve">
<value>Run as different user</value>
</data>
<data name="wox_plugin_cmd_plugin_name" xml:space="preserve">
<value>Shell</value>
</data>
<data name="wox_plugin_cmd_plugin_description" xml:space="preserve">
<value>Allows to execute system commands from Wox. Commands should start with &gt;</value>
<value>Allows to execute system commands from PowerToys Run. Commands should start with &gt;</value>
</data>
<data name="wox_plugin_cmd_cmd_has_been_executed_times" xml:space="preserve">
<value>this command has been executed {0} times</value>
@@ -144,4 +132,10 @@
<data name="wox_plugin_cmd_run_as_administrator" xml:space="preserve">
<value>Run as administrator (Ctrl+Shift+Enter)</value>
</data>
<data name="wox_plugin_cmd_command_failed" xml:space="preserve">
<value>Error running the command</value>
</data>
<data name="wox_plugin_cmd_command_not_found" xml:space="preserve">
<value>Command not found</value>
</data>
</root>