Translation Edits ND Done

This commit is contained in:
Peter Wilson 2015-11-16 13:43:40 -06:00
parent 6186dfeab2
commit efb731dd3f
2 changed files with 5 additions and 1 deletions

View File

@ -2191,7 +2191,7 @@ namespace EduNetworkBuilder
tPacket.PacketDump(hostname, DebugPausePoint.packet_in); tPacket.PacketDump(hostname, DebugPausePoint.packet_in);
if(nc == null) if(nc == null)
{ {
tPacket.AddMessage(DebugLevel.info, "The packet failed to hit a Card. We should not be here!"); tPacket.AddMessage(DebugLevel.info, NB.Translate("ND_DoInputFromLink_CardFail1"));
tPacket.Tracking.Status = hostname + " Failed: no card available to use."; tPacket.Tracking.Status = hostname + " Failed: no card available to use.";
tPacket.MyStatus = PacketStatus.finished_failed; tPacket.MyStatus = PacketStatus.finished_failed;
return; return;

View File

@ -777,6 +777,10 @@
<data name="H_WirelessSSID_Title" xml:space="preserve"> <data name="H_WirelessSSID_Title" xml:space="preserve">
<value>Wireless SSID</value> <value>Wireless SSID</value>
</data> </data>
<data name="ND_DoInputFromLink_CardFail1" xml:space="preserve">
<value>The packet failed to hit a Card. We should not be here!</value>
<comment>ND_DoInputFromLink_CardFail1 = The packet failed to hit a Card. We should not be here!</comment>
</data>
<data name="ND_ProcessArrival_ArpReached1" xml:space="preserve"> <data name="ND_ProcessArrival_ArpReached1" xml:space="preserve">
<value>Success! The arp request reached the destination.</value> <value>Success! The arp request reached the destination.</value>
<comment>ND_ProcessArrival_ArpReached1 = Success! The arp request reached the destination.</comment> <comment>ND_ProcessArrival_ArpReached1 = Success! The arp request reached the destination.</comment>