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

This commit is contained in:
csigs
2021-03-01 05:59:05 -08:00
committed by GitHub
parent bb228c73ab
commit b9ee317ab9
70 changed files with 2330 additions and 389 deletions

View File

@@ -72,12 +72,24 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";wox_plugin_service_restart_error_notification" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[An error occurred while restarting the service]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Fehler beim Neustart des Diensts.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";wox_plugin_service_restarted_notification" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} has been restarted]]></Val>
<Val><![CDATA[The service has been restarted]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA["{0}" wurde neu gestartet.]]></Val>
<Val><![CDATA[Der Dienst wurde neu gestartet.]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[{0} has been restarted]]></Val>
</Prev>
</Str>
<Disp Icon="Str" />
</Item>
@@ -99,6 +111,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";wox_plugin_service_start_error_notification" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[An error occurred while starting the service]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Fehler beim Starten des Diensts.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";wox_plugin_service_start_mode_automatic" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Automatic]]></Val>
@@ -164,10 +185,13 @@
</Item>
<Item ItemId=";wox_plugin_service_started_notification" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} has been started]]></Val>
<Val><![CDATA[The service has been started]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA["{0}" wurde gestartet.]]></Val>
<Val><![CDATA[Der Dienst wurde gestartet.]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[{0} has been started]]></Val>
</Prev>
</Str>
<Disp Icon="Str" />
</Item>
@@ -198,6 +222,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";wox_plugin_service_stop_error_notification" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[An error occurred while stopping the service]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Fehler beim Beenden des Diensts.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";wox_plugin_service_stop_pending" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Stopping]]></Val>
@@ -218,10 +251,13 @@
</Item>
<Item ItemId=";wox_plugin_service_stopped_notification" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} has been stopped]]></Val>
<Val><![CDATA[The service has been stopped]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA["{0}" wurde beendet.]]></Val>
<Val><![CDATA[Der Dienst wurde beendet.]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[{0} has been stopped]]></Val>
</Prev>
</Str>
<Disp Icon="Str" />
</Item>

View File

@@ -72,12 +72,24 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";wox_plugin_service_restart_error_notification" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[An error occurred while restarting the service]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Erreur de redémarrage du service]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";wox_plugin_service_restarted_notification" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} has been restarted]]></Val>
<Val><![CDATA[The service has been restarted]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} a été redémarré]]></Val>
<Val><![CDATA[Le service a redémarré]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[{0} has been restarted]]></Val>
</Prev>
</Str>
<Disp Icon="Str" />
</Item>
@@ -99,6 +111,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";wox_plugin_service_start_error_notification" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[An error occurred while starting the service]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Erreur de démarrage du service]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";wox_plugin_service_start_mode_automatic" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Automatic]]></Val>
@@ -164,10 +185,13 @@
</Item>
<Item ItemId=";wox_plugin_service_started_notification" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} has been started]]></Val>
<Val><![CDATA[The service has been started]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} a démarré]]></Val>
<Val><![CDATA[Le service a démarré]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[{0} has been started]]></Val>
</Prev>
</Str>
<Disp Icon="Str" />
</Item>
@@ -198,6 +222,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";wox_plugin_service_stop_error_notification" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[An error occurred while stopping the service]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Erreur d'arrêt du service]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";wox_plugin_service_stop_pending" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Stopping]]></Val>
@@ -218,10 +251,13 @@
</Item>
<Item ItemId=";wox_plugin_service_stopped_notification" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} has been stopped]]></Val>
<Val><![CDATA[The service has been stopped]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} a été arrêté]]></Val>
<Val><![CDATA[Le service a été arrêté]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[{0} has been stopped]]></Val>
</Prev>
</Str>
<Disp Icon="Str" />
</Item>

View File

@@ -72,12 +72,24 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";wox_plugin_service_restart_error_notification" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[An error occurred while restarting the service]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Si è verificato un errore durante il riavvio del servizio]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";wox_plugin_service_restarted_notification" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} has been restarted]]></Val>
<Val><![CDATA[The service has been restarted]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Il servizio {0} è stato riavviato]]></Val>
<Val><![CDATA[Il servizio è stato riavviato]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[{0} has been restarted]]></Val>
</Prev>
</Str>
<Disp Icon="Str" />
</Item>
@@ -99,6 +111,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";wox_plugin_service_start_error_notification" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[An error occurred while starting the service]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Si è verificato un errore durante l'avvio del servizio]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";wox_plugin_service_start_mode_automatic" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Automatic]]></Val>
@@ -164,10 +185,13 @@
</Item>
<Item ItemId=";wox_plugin_service_started_notification" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} has been started]]></Val>
<Val><![CDATA[The service has been started]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} è stato avviato]]></Val>
<Val><![CDATA[Il servizio è stato avviato]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[{0} has been started]]></Val>
</Prev>
</Str>
<Disp Icon="Str" />
</Item>
@@ -198,6 +222,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";wox_plugin_service_stop_error_notification" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[An error occurred while stopping the service]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Si è verificato un errore durante l'arresto del servizio]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";wox_plugin_service_stop_pending" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Stopping]]></Val>
@@ -218,10 +251,13 @@
</Item>
<Item ItemId=";wox_plugin_service_stopped_notification" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} has been stopped]]></Val>
<Val><![CDATA[The service has been stopped]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Il servizio {0} è stato arrestato]]></Val>
<Val><![CDATA[Il servizio è stato arrestato]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[{0} has been stopped]]></Val>
</Prev>
</Str>
<Disp Icon="Str" />
</Item>

View File

@@ -72,12 +72,24 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";wox_plugin_service_restart_error_notification" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[An error occurred while restarting the service]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Hizmet yeniden başlatılırken bir hata oluştu]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";wox_plugin_service_restarted_notification" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} has been restarted]]></Val>
<Val><![CDATA[The service has been restarted]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} yeniden başlatıldı]]></Val>
<Val><![CDATA[Hizmet yeniden başlatıldı]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[{0} has been restarted]]></Val>
</Prev>
</Str>
<Disp Icon="Str" />
</Item>
@@ -99,6 +111,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";wox_plugin_service_start_error_notification" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[An error occurred while starting the service]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Hizmet başlatılırken bir hata oluştu]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";wox_plugin_service_start_mode_automatic" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Automatic]]></Val>
@@ -164,10 +185,13 @@
</Item>
<Item ItemId=";wox_plugin_service_started_notification" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} has been started]]></Val>
<Val><![CDATA[The service has been started]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} başlatıldı]]></Val>
<Val><![CDATA[Hizmet başlatıldı]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[{0} has been started]]></Val>
</Prev>
</Str>
<Disp Icon="Str" />
</Item>
@@ -198,6 +222,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";wox_plugin_service_stop_error_notification" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[An error occurred while stopping the service]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Hizmet durdurulurken bir hata oluştu]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";wox_plugin_service_stop_pending" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Stopping]]></Val>
@@ -218,10 +251,13 @@
</Item>
<Item ItemId=";wox_plugin_service_stopped_notification" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} has been stopped]]></Val>
<Val><![CDATA[The service has been stopped]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} durduruldu]]></Val>
<Val><![CDATA[Hizmet durduruldu]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[{0} has been stopped]]></Val>
</Prev>
</Str>
<Disp Icon="Str" />
</Item>