mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-22 07:30:23 +00:00
Update en_US local, template + compile .mo
This commit is contained in:
parent
dc8b39dc40
commit
e4967e5045
3 changed files with 7 additions and 1 deletions
Binary file not shown.
|
@ -598,6 +598,9 @@ msgstr "Network Devices"
|
||||||
msgid "Mobile Data Settings"
|
msgid "Mobile Data Settings"
|
||||||
msgstr "Mobile Data Settings"
|
msgstr "Mobile Data Settings"
|
||||||
|
|
||||||
|
msgid "Properties of network devices"
|
||||||
|
msgstr "Properties of network devices"
|
||||||
|
|
||||||
msgid "Device"
|
msgid "Device"
|
||||||
msgstr "Device"
|
msgstr "Device"
|
||||||
|
|
||||||
|
@ -613,6 +616,9 @@ msgstr "Device type"
|
||||||
msgid "Fixed name"
|
msgid "Fixed name"
|
||||||
msgstr "Fixed name"
|
msgstr "Fixed name"
|
||||||
|
|
||||||
|
msgid "Change"
|
||||||
|
msgstr "Change"
|
||||||
|
|
||||||
msgid "Settings for Mobile Data Devices"
|
msgid "Settings for Mobile Data Devices"
|
||||||
msgstr "Settings for Mobile Data Devices"
|
msgstr "Settings for Mobile Data Devices"
|
||||||
|
|
||||||
|
|
|
@ -154,7 +154,7 @@
|
||||||
echo '<input type="hidden" class="form-control" id="int-type-'.$dev["name"].'" value="'.$dev["type"].'" >'."\n";
|
echo '<input type="hidden" class="form-control" id="int-type-'.$dev["name"].'" value="'.$dev["type"].'" >'."\n";
|
||||||
echo '</td>'."\n";
|
echo '</td>'."\n";
|
||||||
echo '<td>';
|
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 "</td>\n";
|
||||||
echo "</tr>\n";
|
echo "</tr>\n";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue