Finish Up First-round language translation
This commit is contained in:
parent
eb7c529342
commit
a53b767888
@ -463,7 +463,7 @@ namespace EduNetworkBuilder
|
|||||||
{
|
{
|
||||||
if (Properties.Settings.Default.ScoreList == null)
|
if (Properties.Settings.Default.ScoreList == null)
|
||||||
Properties.Settings.Default.ScoreList = new System.Collections.Specialized.StringCollection();
|
Properties.Settings.Default.ScoreList = new System.Collections.Specialized.StringCollection();
|
||||||
DialogResult answer = MessageBox.Show(NB.Translate("LBW_btnResetYouSure?"), NB.Translate("LBW_btnResetForget?"), MessageBoxButtons.YesNo);
|
DialogResult answer = MessageBox.Show(NB.Translate("LBW_btnResetYouSure"), NB.Translate("LBW_btnResetForget"), MessageBoxButtons.YesNo);
|
||||||
if (answer == System.Windows.Forms.DialogResult.Yes)
|
if (answer == System.Windows.Forms.DialogResult.Yes)
|
||||||
{
|
{
|
||||||
Properties.Settings.Default.ScoreList.Clear();
|
Properties.Settings.Default.ScoreList.Clear();
|
||||||
|
@ -1631,7 +1631,7 @@
|
|||||||
<dhost>pc1</dhost>
|
<dhost>pc1</dhost>
|
||||||
<thetest>SuccessfullyPings</thetest>
|
<thetest>SuccessfullyPings</thetest>
|
||||||
</nettest>
|
</nettest>
|
||||||
<nettest>
|
<nettest>
|
||||||
<shost>pc0</shost>
|
<shost>pc0</shost>
|
||||||
<dhost>pc1</dhost>
|
<dhost>pc1</dhost>
|
||||||
<thetest>SuccessfullyPingsAgain</thetest>
|
<thetest>SuccessfullyPingsAgain</thetest>
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -813,13 +813,13 @@
|
|||||||
<value>Create Route</value>
|
<value>Create Route</value>
|
||||||
<comment>LBW_AddRouteCreate = Create Route</comment>
|
<comment>LBW_AddRouteCreate = Create Route</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="LBW_btnResetForget?" xml:space="preserve">
|
<data name="LBW_btnResetForget" xml:space="preserve">
|
||||||
<value>Forget Puzzles?</value>
|
<value>Forget Puzzles?</value>
|
||||||
<comment>LBW_btnResetForget? = Forget Puzzles?</comment>
|
<comment>LBW_btnResetForget = Forget Puzzles?</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="LBW_btnResetYouSure?" xml:space="preserve">
|
<data name="LBW_btnResetYouSure" xml:space="preserve">
|
||||||
<value>Are sure you want to forget what puzzles you have done?</value>
|
<value>Are sure you want to forget what puzzles you have done?</value>
|
||||||
<comment>LBW_btnResetYouSure? = Are sure you want to forget what puzzles you have done?</comment>
|
<comment>LBW_btnResetYouSure = Are sure you want to forget what puzzles you have done?</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="_AllS" xml:space="preserve">
|
<data name="_AllS" xml:space="preserve">
|
||||||
<value>(All Solved)</value>
|
<value>(All Solved)</value>
|
||||||
|
Loading…
Reference in New Issue
Block a user