Skip to content

Commit

Permalink
1.0.6-22082021 | Changes in the settings window.
Browse files Browse the repository at this point in the history
  • Loading branch information
4IceG authored Aug 22, 2021
1 parent 78d5ef0 commit 4bd655a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion luci-app-3ginfo-lite/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PKG_NAME:=luci-app-3ginfo-lite
LUCI_TITLE:=LuCI panel for 3ginfo-lite
LUCI_PKGARCH:=all
LUCI_DEPENDS:=+sms-tool
PKG_VERSION:=1.0.6-20082021
PKG_VERSION:=1.0.6-22082021
PKG_RELEASE:=1

include $(TOPDIR)/feeds/luci/luci.mk
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,13 @@ return view.extend({
o.default = 'wan';
o.rmempty = false;

o = s.option(form.Value, 'device', _('IP adress / Port for communication with the modem'), _('If the modem is traditional, select one of the available ttyUSB ports, in the case of a HiLink device, enter the IP address 192.168.X.X under which the modem is available.'));
o = s.option(form.Value, 'device',
_('IP adress / Port for communication with the modem'),
_("Select the appropriate settings. <br /> \
<br />Traditional modem. <br /> \
Select one of the available ttyUSBX ports.<br /> \
<br />HiLink modem. <br /> \
Enter the IP address 192.168.X.X under which the modem is available."));
devs.forEach(function(dev) {
o.value('/dev/' + dev.name);
});
Expand Down
12 changes: 10 additions & 2 deletions luci-app-3ginfo-lite/po/pl/3ginfo.po
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,16 @@ msgstr "Sieć"
msgid "IP adress / Port for communication with the modem"
msgstr "Adres IP / Port do komunikacji z modemem"

msgid "If the modem is traditional, select one of the available ttyUSB ports, in the case of a HiLink device, enter the IP address 192.168.X.X under which the modem is available."
msgstr "Jeśli modem jest tradycyjny wybierz jeden z dostępnych portów ttyUSB, w przypadku urządzenia typu HiLink należy wprowadzić adres IP 192.168.X.X pod którym dostępny jest modem."
msgid ""
"Select the appropriate settings. <br /> <br />Traditional "
"modem. <br /> Select one of the available ttyUSBX "
"ports.<br /> <br />HiLink modem. <br /> Enter the IP address "
"192.168.X.X under which the modem is available."
msgstr ""
"Wybierz odpowiednie ustawienia. <br /> <br />Tradycyjny "
"modem. <br /> Wybierz jeden z dostępnych portów "
"ttyUSBX.<br /> <br />Modem typu HiLink. <br /> Wprowadź adres IP "
"192.168.X.X pod którym dostępny jest modem."

msgid "Protocol:"
msgstr "Protokół:"

0 comments on commit 4bd655a

Please sign in to comment.