translate save and give buttons

This commit is contained in:
Tim Young 2017-08-02 12:03:35 -05:00
parent 2fe4a23638
commit c4e24b8c98
2 changed files with 10 additions and 0 deletions

View File

@ -72,6 +72,8 @@ namespace EduNetworkBuilder
btnImportStudents.Text = NB.Translate("PPF_ImportStudents");
btnLaunch.Text = NB.Translate("PPF_Launch");
btnGenerateStudentFiles.Text = NB.Translate("PPF_GenerateFiles");
btnHWGive.Text = NB.Translate("PPF_HWGive");
btnHWSave.Text = NB.Translate("_Save");
}
private void LocalSetup()

View File

@ -1793,6 +1793,10 @@
<value>Generate Files</value>
<comment>PPF_GenerateFiles = Generate Files</comment>
</data>
<data name="PPF_HWGive" xml:space="preserve">
<value>Give</value>
<comment>PPF_HWGive = Give</comment>
</data>
<data name="PPF_ImportSettings" xml:space="preserve">
<value>Specify Import Settings</value>
<comment>PPF_ImportSettings = Specify Import Settings</comment>
@ -1829,4 +1833,8 @@
<value>User File Directory</value>
<comment>PPF_UserDirectory</comment>
</data>
<data name="_Save" xml:space="preserve">
<value>Save</value>
<comment>_Save = Save</comment>
</data>
</root>