Trans Edits
This commit is contained in:
parent
dc4a9c8812
commit
22fd27737f
@ -36,7 +36,7 @@ namespace EduNetworkBuilder
|
|||||||
CheckBox newCB;
|
CheckBox newCB;
|
||||||
btnAdd.Visible = false;
|
btnAdd.Visible = false;
|
||||||
int count = 0;
|
int count = 0;
|
||||||
lblInstructions.Text = "Filter the puzzles by checking one the boxes.";
|
lblInstructions.Text = NB.Translate("LBW_LBWFilter");
|
||||||
panelCheckboxes.SuspendLayout();
|
panelCheckboxes.SuspendLayout();
|
||||||
string SelectedTag = GetSelectedTag();
|
string SelectedTag = GetSelectedTag();
|
||||||
if (SelectedTag == "ALL")
|
if (SelectedTag == "ALL")
|
||||||
|
@ -893,4 +893,8 @@
|
|||||||
<value>The start IP in the range must be within the scope of the interface.</value>
|
<value>The start IP in the range must be within the scope of the interface.</value>
|
||||||
<comment>IPAE_tbNtmskValEndIPRange = The start IP in the range must be within the scope of the interface.</comment>
|
<comment>IPAE_tbNtmskValEndIPRange = The start IP in the range must be within the scope of the interface.</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="LBW_LBWFilter" xml:space="preserve">
|
||||||
|
<value>Filter the puzzles by checking one the boxes.</value>
|
||||||
|
<comment>LBW_LBWFilter = Filter the puzzles by checking one the boxes.</comment>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
Loading…
Reference in New Issue
Block a user