translate auto-dhcp checkmark

This commit is contained in:
Tim Young 2017-08-14 10:29:37 -05:00
parent 4779bf2425
commit 0272ad0363
2 changed files with 5 additions and 0 deletions

View File

@ -74,6 +74,7 @@ namespace EduNetworkBuilder
btnGenerateStudentFiles.Text = NB.Translate("PPF_GenerateFiles"); btnGenerateStudentFiles.Text = NB.Translate("PPF_GenerateFiles");
btnHWGive.Text = NB.Translate("PPF_HWGive"); btnHWGive.Text = NB.Translate("PPF_HWGive");
btnHWSave.Text = NB.Translate("_Save"); btnHWSave.Text = NB.Translate("_Save");
cbTeacherAutoDHCP.Text = NB.Translate("PPF_AutoDHCP");
} }
private void LocalSetup() private void LocalSetup()

View File

@ -1913,4 +1913,8 @@
<value>The homework passed all the tests, but is already graded. Would you like to return to the Profile?</value> <value>The homework passed all the tests, but is already graded. Would you like to return to the Profile?</value>
<comment>N_SolvedAlreadyGraded = The homework passed all the tests, but is already graded. Would you like to return to the Profile?</comment> <comment>N_SolvedAlreadyGraded = The homework passed all the tests, but is already graded. Would you like to return to the Profile?</comment>
</data> </data>
<data name="PPF_AutoDHCP" xml:space="preserve">
<value>Auto DHCP on network Load</value>
<comment>PPF_AutoDHCP = Auto DHCP on network Load</comment>
</data>
</root> </root>