LEGO: check in for master to temporary branch. (#7144)

This commit is contained in:
csigs
2020-10-07 13:30:12 -07:00
committed by GitHub
parent d011843113
commit 5e30ad176a
22 changed files with 1278 additions and 15 deletions

View File

@@ -13,12 +13,18 @@
<Item ItemId=";wox_plugin_cmd_cmd_has_been_executed_times" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[this command has been executed {0} times]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[to polecenie zostało wykonane {0} razy]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";wox_plugin_cmd_command_failed" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error running the command]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Błąd podczas uruchamiania polecenia]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -34,12 +40,18 @@
<Item ItemId=";wox_plugin_cmd_execute_through_shell" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[execute command through command shell]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[wykonywanie polecenia za pośrednictwem powłoki poleceń]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";wox_plugin_cmd_plugin_description" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Allows to execute system commands from PowerToys Run. Commands should start with >]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Umożliwia wykonywanie poleceń systemowych z poziomu narzędzia Uruchamianie PowerToys. Polecenia powinny rozpoczynać się od znaku >]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -55,6 +67,9 @@
<Item ItemId=";wox_plugin_cmd_run_as_administrator" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Run as administrator (Ctrl+Shift+Enter)]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Uruchom jako administrator (Ctrl+Shift+Enter)]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>