translate auto-dhcp checkmark
This commit is contained in:
parent
4779bf2425
commit
0272ad0363
@ -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()
|
||||||
|
@ -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>
|
Loading…
Reference in New Issue
Block a user