Update en_US local, template + compile .mo

This commit is contained in:
billz 2021-04-16 13:42:51 +01:00
parent dc8b39dc40
commit e4967e5045
3 changed files with 7 additions and 1 deletions

Binary file not shown.

View File

@ -598,6 +598,9 @@ msgstr "Network Devices"
msgid "Mobile Data Settings"
msgstr "Mobile Data Settings"
msgid "Properties of network devices"
msgstr "Properties of network devices"
msgid "Device"
msgstr "Device"
@ -613,6 +616,9 @@ msgstr "Device type"
msgid "Fixed name"
msgstr "Fixed name"
msgid "Change"
msgstr "Change"
msgid "Settings for Mobile Data Devices"
msgstr "Settings for Mobile Data Devices"

View File

@ -154,7 +154,7 @@
echo '<input type="hidden" class="form-control" id="int-type-'.$dev["name"].'" value="'.$dev["type"].'" >'."\n";
echo '</td>'."\n";
echo '<td>';
if (! $isStatic) echo '<a href="#" class="btn btn-secondary intsave" data-opts="'.$dev["name"].'" data-int="netdevices">Change</a>';
if (! $isStatic) echo '<a href="#" class="btn btn-secondary intsave" data-opts="'.$dev["name"].'" data-int="netdevices">' ._("Change").'</a>';
echo "</td>\n";
echo "</tr>\n";
}