Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor typos / tweaks #265

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/router/hwmon/hwmon.webservices
Expand Up @@ -2,12 +2,12 @@
<legend><script type="text/javascript">Capture(service.hwmon_legend)</script></legend>
<div class="setting">
<div class="label"><script type="text/javascript">Capture(service.hwmon_critemp)</script></div>
<input class="num" maxlength="3" size="3" name="hwmon_temp_max" value="<% nvram_get("hwmon_temp_max"); %>" />
<input class="num" maxlength="3" size="2" name="hwmon_temp_max" value="<% nvram_get("hwmon_temp_max"); %>" /><% tran("service.hwmon_fanon"); %>
<span class="default"><script type="text/javascript">document.write("(" + share.deflt + ": 65 &#176;C)")</script></span>
</div>
<div class="setting">
<div class="label"><script type="text/javascript">Capture(service.hwmon_hystemp)</script></div>
<input class="num" maxlength="3" size="3" name="hwmon_temp_hyst" value="<% nvram_get("hwmon_temp_hyst"); %>" />
<input class="num" maxlength="3" size="2" name="hwmon_temp_hyst" value="<% nvram_get("hwmon_temp_hyst"); %>" /><% tran("service.hwmon_fanoff"); %>
<span class="default"><script type="text/javascript">document.write("(" + share.deflt + ": 60 &#176;C)")</script></span>
</div>
</fieldset><br />
2 changes: 1 addition & 1 deletion src/router/kromo/dd-wrt/Services.asp
Expand Up @@ -176,7 +176,7 @@ addEvent(window, "unload", function() {

<h2><% tran("service.h2"); %></h2>
<% show_modules(".webservices"); %>
<!-- experimental by egc -->
//experimental by egc
<% show_mdnsif(); %>
<div class="submitFooter">
<script type="text/javascript">
Expand Down
10 changes: 5 additions & 5 deletions src/router/kromo/dd-wrt/Status_Internet.asp
Expand Up @@ -184,15 +184,15 @@ addEvent(window, "unload", function() {
<fieldset>
<legend><% tran("status_inet.traff_tot"); %></legend>
<div class="setting">
<div class="label"><% tran("status_inet.traffin"); %>&nbsp;(MiB)</div>
<span id="ttraff_in"><% get_totaltraff("in"); %></span>&nbsp;
<div class="label"><% tran("status_inet.traffin"); %></div>
<span id="ttraff_in"><% get_totaltraff("in"); %>&nbsp;MiB</span>
</div>
<div class="setting">
<div class="label"><% tran("status_inet.traffout"); %>&nbsp;(MiB)</div>
<span id="ttraff_out"><% get_totaltraff("out"); %></span>&nbsp;
<div class="label"><% tran("status_inet.traffout"); %></div>
<span id="ttraff_out"><% get_totaltraff("out"); %>&nbsp;MiB</span>
</div>
</fieldset><br />
<fieldset style="text-align:center;">
<fieldset class="center">
<legend><% tran("status_inet.traff_mon"); %></legend>
<script type="text/javascript">
//<![CDATA[
Expand Down
6 changes: 4 additions & 2 deletions src/router/kromo/dd-wrt/lang_pack/arabic.js
Expand Up @@ -1223,8 +1223,10 @@ service.ses_script="Custom Script";

//hwmon.webservices
service.hwmon_legend="Hardware Monitoring";
service.hwmon_critemp="Critical Temperature (FAN Switch On)";
service.hwmon_hystemp="Hysteresis Temperature (FAN Switch Off)";
service.hwmon_critemp="Critical Temperature";
service.hwmon_hystemp="Hysteresis Temperature";
service.hwmon_fanon="&nbsp;Fan On";
service.hwmon_fanoff="&nbsp;Fan Off";

//rstat.webservices
service.rstats_legend="Bandwidth Monitoring";
Expand Down
7 changes: 4 additions & 3 deletions src/router/kromo/dd-wrt/lang_pack/catalan.js
Expand Up @@ -1417,9 +1417,10 @@ service.ses_script="Script Personal";

//hwmon.webservices
service.hwmon_legend="Monitorització de Maquinari";
service.hwmon_critemp="Temperatura Crítica (Interruptor FAN Activat)";
service.hwmon_hystemp="Temperatura d'Histèresi (Interruptor FAN Desactivat)";

service.hwmon_critemp="Temperatura Crítica";
service.hwmon_hystemp="Temperatura d'Histèresi";
service.hwmon_fanon="&nbsp;Fan Activat";
service.hwmon_fanoff="&nbsp;Fan Desactivat";
//rstat.webservices
service.rstats_legend="Monitorització d'Ample de Banda";
service.rstats_srv="Dimoni rstats";
Expand Down
7 changes: 4 additions & 3 deletions src/router/kromo/dd-wrt/lang_pack/chinese_simplified.js
Expand Up @@ -1842,9 +1842,10 @@ service.ses_script="自定义脚本";

//hwmon.webservices
service.hwmon_legend="硬件监控中";
service.hwmon_critemp="临界温度(风扇开启)";
service.hwmon_hystemp="滞后温度(风扇关闭)";

service.hwmon_critemp="临界温度";
service.hwmon_hystemp="滞后温度";
service.hwmon_fanon="&nbsp;风扇开启";
service.hwmon_fanoff="&nbsp;风扇关闭";
//rstat.webservices
service.rstats_legend="带宽监控";
service.rstats_srv="rstats守护进程";
Expand Down
6 changes: 4 additions & 2 deletions src/router/kromo/dd-wrt/lang_pack/chinese_traditional.js
Expand Up @@ -1236,8 +1236,10 @@ service.ses_script="自訂Script";

//hwmon.webservices
service.hwmon_legend="硬體監控";
service.hwmon_critemp="溫度高於標準 (風扇開啟)";
service.hwmon_hystemp="溫度低於標準 (風扇關閉)";
service.hwmon_critemp="溫度高於標準";
service.hwmon_hystemp="溫度低於標準";
service.hwmon_fanon="&nbsp;風扇開啟";
service.hwmon_fanoff="&nbsp;風扇關閉";

//rstat.webservices
service.rstats_legend="頻寬監控";
Expand Down
6 changes: 4 additions & 2 deletions src/router/kromo/dd-wrt/lang_pack/croatian.js
Expand Up @@ -1444,8 +1444,10 @@ service.ses_script="Custom Script";

//hwmon.webservices
service.hwmon_legend="Nadzor Strojevine";
service.hwmon_critemp="Kritična Temperatura (Upali Ventilator)";
service.hwmon_hystemp="Temeraturna Histereza (Ugasi Ventilator)";
service.hwmon_critemp="Kritična Temperatura";
service.hwmon_hystemp="Temeraturna Histereza";
service.hwmon_fanon="&nbsp;Upali Ventilator";
service.hwmon_fanoff="&nbsp;Ugasi Ventilator";

//rstat.webservices
service.rstats_legend="Nadzor Pojasne Širine";
Expand Down
6 changes: 4 additions & 2 deletions src/router/kromo/dd-wrt/lang_pack/czech.js
Expand Up @@ -1967,8 +1967,10 @@ service.ses_script="Vlastní skript";

//hwmon.webservices
service.hwmon_legend="Monitorování Hardware";
service.hwmon_critemp="Vysoká teplota (FAN Zapnutý)";
service.hwmon_hystemp="Normální teplota (FAN Vypnutý)";
service.hwmon_critemp="Vysoká teplota";
service.hwmon_hystemp="Normální teplota";
service.hwmon_fanon="&nbsp;Fan Zapnutý";
service.hwmon_fanoff="&nbsp;Fan Vypnutý";

//rstat.webservices
service.rstats_legend="Monitorování šířky pásma";
Expand Down
6 changes: 4 additions & 2 deletions src/router/kromo/dd-wrt/lang_pack/dutch.js
Expand Up @@ -1328,8 +1328,10 @@ service.ses_script="Custom Script";

//hwmon.webservices
service.hwmon_legend="Hardware Monitor";
service.hwmon_critemp="Kritieke Temperatuur (FAN Schakelaar Aan)";
service.hwmon_hystemp="Hysterese Temperatuur (FAN Schakelaar Uit)";
service.hwmon_critemp="Kritieke Temperatuur";
service.hwmon_hystemp="Hysterese Temperatuur";
service.hwmon_fanon="&nbsp;Fan Schakelaar Aan";
service.hwmon_fanoff="&nbsp;Fan Schakelaar Uit";

//rstat.webservices
service.rstats_legend="Bandbreedte Monitor";
Expand Down
10 changes: 6 additions & 4 deletions src/router/kromo/dd-wrt/lang_pack/english.js
Expand Up @@ -737,7 +737,7 @@ filter.mess2="You must select a day or days.";
filter.mess3="The selected end time must be greater than the start time.";
filter.nat="Filter WAN NAT Redirection";
filter.port113="Filter IDENT (Port 113)";
filter.snmp="Block WAN SNMP access";
filter.snmp="Block WAN SNMP Access";
filter.none="";
filter.packetcount="Filtered Packets";

Expand Down Expand Up @@ -2098,8 +2098,10 @@ service.ses_script="Custom Script";

//hwmon.webservices
service.hwmon_legend="Hardware Monitoring";
service.hwmon_critemp="High Temperature (FAN On)";
service.hwmon_hystemp="Normal Temperature (FAN Off)";
service.hwmon_critemp="High Temperature";
service.hwmon_hystemp="Normal Temperature";
service.hwmon_fanon="&nbsp;Fan On";
service.hwmon_fanoff="&nbsp;Fan Off";

//rstat.webservices
service.rstats_legend="Bandwidth Monitoring";
Expand Down Expand Up @@ -2451,7 +2453,7 @@ hstatus_inet.right2="This shows the information required by your ISP for connect
hstatus_inet.right4="This shows your router's Internet traffic since last reboot.";
hstatus_inet.right6="This shows your router's Internet traffic by month. Drag the mouse over graph to see daily data. Data is stored in NVRAM.";
// help page
hstatus_inet.page1="<dt>" + status_inet.conft + "</dt><br /><dt>" + idx.conn_type + "</dt><dd>Will display the selected type of connection:<ul><li>" + share.disabled + "</li><li>" + idx.static_ip + "</li><li>" + idx.dhcp + "</li><li>" + idx.dhcp_auth + "</li><li>PPPoE</li><li>" + idx.pppoe_dual + "</li><li>PPTP</li><li>L2TP</li><li>" + idx.heartbeat_sig + "</li><li>" + idx.iphone_tether + "</li><li>" + idx.mobile_bb + "</li></ul><dt>" + status_inet.wanuptime + "</dt><dd> Will show the current WAN uptime total.</dd><dt>" + share.ipv4 + " and / or " + share.ipv6 + "</dt><dd>The current WAN IP/subnet mask or prefix in case you have IPv6 enabled.</dd><dt>" + share.gateway + "</dt>Shows the router's current IP address.</dt><br /><dt>IPv4 and / or IPv6 DNS 0 / 1 / 2</dt><dd>The Domain Name System (DNS) IP Addresses currently setup and in use by the router are shown here. Up to three DNS IPs are allowed. In most cases, the first available DNS entry is used.</dd><dt>" + status_inet.leasetime + "</dt><dd>The router's remaining lease time assigned to you by the ISP equipment is displayed here.</dd><dt>" + status_inet.traff + "</dt><dd>The router's Internet traffic (total since last reboot or by month).</dd><br /><dt>" + status_inet.traffin + "</dt><dd> The current incoming traffic amount in MiB is displayed here.</dd><dt>" + status_inet.traffout + "</dt><dd> The current outgoing traffic amount in MiB is displayed ehere.</dd></br /><dt>" + status_inet.traff_mon + "</dt><dd>A graphical representation of incoming / outgoing traffic by month is displayed here, you can view the current or at your choice view the previous or follwoing months when and if this data has already been captured.</dd></br /><dt>" + status_inet.dataadmin + "</dt><dd>This section will allow you to backup / restore or delete the desired captured data.</dd>";
hstatus_inet.page1="<dt>" + status_inet.conft + "</dt>:<br /><dt>" + idx.conn_type + "</dt><dd>Will display the selected type of connection:<ul><li>" + share.disabled + "</li><li>" + idx.static_ip + "</li><li>" + idx.dhcp + "</li><li>" + idx.dhcp_auth + "</li><li>PPPoE</li><li>" + idx.pppoe_dual + "</li><li>PPTP</li><li>L2TP</li><li>" + idx.heartbeat_sig + "</li><li>" + idx.iphone_tether + "</li><li>" + idx.mobile_bb + "</li></ul><dt>" + status_inet.wanuptime + "</dt><dd> Will show the current WAN uptime total.</dd><dt>" + share.ipv4 + " and / or " + share.ipv6 + "</dt><dd>The current WAN IP/subnet mask or prefix in case you have IPv6 enabled.</dd><dt>" + share.gateway + "</dt>Shows the router's current IP address.</dt><br /><dt>IPv4 and / or IPv6 DNS 0 / 1 / 2</dt><dd>The Domain Name System (DNS) IP Addresses currently setup and in use by the router are shown here. Up to three DNS IPs are allowed. In most cases, the first available DNS entry is used.</dd><dt>" + status_inet.leasetime + "</dt><dd>The router's remaining lease time assigned to you by the ISP equipment is displayed here.</dd><dt>" + status_inet.traff + "</dt><dd>The router's Internet traffic (total since last reboot or by month).</dd><dt>" + status_inet.traffin + "</dt><dd> The current incoming traffic amount in MiB is displayed here.</dd><dt>" + status_inet.traffout + "</dt><dd> The current outgoing traffic amount in MiB is displayed here.</dd><dt>" + status_inet.traff_mon + "</dt><dd>A graphical representation of incoming / outgoing traffic by month is displayed here, you can view the current or at your choice view the previous or follwoing months when and if this data has already been captured.</dd></br /><dt>" + status_inet.dataadmin + "</dt><dd>This section will allow you to backup / restore or delete the desired captured data.</dd>";

// ** Status_Conntrack.asp **//
var status_conn=new Object();
Expand Down
6 changes: 4 additions & 2 deletions src/router/kromo/dd-wrt/lang_pack/french.js
Expand Up @@ -1148,8 +1148,10 @@ service.ses_script="Script à lancer";

//hwmon.webservices
service.hwmon_legend="Surveillance du Matèriel";
service.hwmon_critemp="Tempèrature critique (Ventilateur On)";
service.hwmon_hystemp="Tempèrature Hystérésis (Ventilateur Off)";
service.hwmon_critemp="Tempèrature critique";
service.hwmon_hystemp="Tempèrature Hystérésis";
service.hwmon_fanon="&nbsp;Ventilateur On";
service.hwmon_fanoff="&nbsp;Ventilateur Off";

//rstat.webservices
service.rstats_legend="Contrôle de la Bande passante";
Expand Down
6 changes: 4 additions & 2 deletions src/router/kromo/dd-wrt/lang_pack/german.js
Expand Up @@ -1776,8 +1776,10 @@ service.ses_script="Benutzerdefiniertes Skript";

//hwmon.webservices
service.hwmon_legend="Hardware Überwachung";
service.hwmon_critemp="Kritische Temperatur (Lüfter An)";
service.hwmon_hystemp="Hysterese Temperatur (Lüfter Aus)";
service.hwmon_critemp="Kritische Temperatur";
service.hwmon_hystemp="Hysterese Temperatur";
service.hwmon_fanon="&nbsp;Lüfter An";
service.hwmon_fanoff="&nbsp;Lüfter Aus";

//rstat.webservices
service.rstats_legend="Bandbreiten Überwachung";
Expand Down
6 changes: 4 additions & 2 deletions src/router/kromo/dd-wrt/lang_pack/hungarian.js
Expand Up @@ -1085,8 +1085,10 @@ service.ssh_key="Azonosító kulcsok";

//hwmon.webservices
service.hwmon_legend="Hardware figyelés";
service.hwmon_critemp="Kritikus hőmérséklet (Ventillátor be)";
service.hwmon_hystemp="Hiszterézis hőmérséklet (Ventillátor ki)";
service.hwmon_critemp="Kritikus hőmérséklet";
service.hwmon_hystemp="Hiszterézis hőmérséklet";
service.hwmon_fanon="&nbsp;Ventillátor be";
service.hwmon_fanoff="&nbsp;Ventillátor ki";

//rstat.webservices
service.rstats_legend="Sávszélesség figyelés";
Expand Down
6 changes: 4 additions & 2 deletions src/router/kromo/dd-wrt/lang_pack/italian.js
Expand Up @@ -1712,8 +1712,10 @@ service.ses_script="Script Personalizzato";

//hwmon.webservices
service.hwmon_legend="Monitoraggio Hardware";
service.hwmon_critemp="Temperatura Critica (FAN Accesa)";
service.hwmon_hystemp="Temperatura Stabile (FAN Spenta)";
service.hwmon_critemp="Temperatura Critica";
service.hwmon_hystemp="Temperatura Stabile";
service.hwmon_fanon="&nbsp;Fan Accesa";
service.hwmon_fanoff="&nbsp;Fan Spenta";

//rstat.webservices
service.rstats_legend="Monitoraggio Bandwidth";
Expand Down
6 changes: 4 additions & 2 deletions src/router/kromo/dd-wrt/lang_pack/japanese.js
Expand Up @@ -1326,8 +1326,10 @@ service.ses_script="カスタムスクリプトを使用";

//hwmon.webservices
service.hwmon_legend="ハードウェアモニタ";
service.hwmon_critemp="上限温度閾値(FANの動作を開始します)";
service.hwmon_hystemp="下限温度閾値(FANが停止します)";
service.hwmon_critemp="上限温度閾値";
service.hwmon_hystemp="下限温度閾値";
service.hwmon_fanon="&nbsp;Fanの動作を開始します";
service.hwmon_fanoff="&nbsp;Fanが停止します";

//rstat.webservices
service.rstats_legend="帯域パフォーマンス";
Expand Down
6 changes: 4 additions & 2 deletions src/router/kromo/dd-wrt/lang_pack/korean.js
Expand Up @@ -1713,8 +1713,10 @@ service.ses_script="커스텀 스크립트";

//hwmon.webservices
service.hwmon_legend="하드웨어 모니터링";
service.hwmon_critemp="높은 온도 (FAN 켜기)";
service.hwmon_hystemp="표준 온도 (FAN 끄기)";
service.hwmon_critemp="높은 온도";
service.hwmon_hystemp="표준 온도";
service.hwmon_fanon="&nbsp;Fan 켜기";
service.hwmon_fanoff="&nbsp;Fan 끄기";

//rstat.webservices
service.rstats_legend="대역폭 모니터링";
Expand Down
7 changes: 4 additions & 3 deletions src/router/kromo/dd-wrt/lang_pack/latvian.js
Expand Up @@ -1281,9 +1281,10 @@ service.ses_script="Custom Script";

//hwmon.webservices
service.hwmon_legend="Hardware Monitoring";
service.hwmon_critemp="Critical Temperature (FAN Switch On)";
service.hwmon_hystemp="Hysteresis Temperature (FAN Switch Off)";

service.hwmon_critemp="Critical Temperature";
service.hwmon_hystemp="Hysteresis Temperature";
service.hwmon_fanon="&nbsp;Fan On";
service.hwmon_fanoff="&nbsp;Fan Off";
//rstat.webservices
service.rstats_legend="Bandwidth Monitoring";
service.rstats_srv="rstats Daemon";
Expand Down
7 changes: 4 additions & 3 deletions src/router/kromo/dd-wrt/lang_pack/polish.js
Expand Up @@ -1956,9 +1956,10 @@ service.ses_script="Skrypt niestandardowy";

//hwmon.webservices
service.hwmon_legend="Monitorowanie sprzętu";
service.hwmon_critemp="Wysoka temperatura (Przełącznik wentylatora wł.)";
service.hwmon_hystemp="Normalna temperatura (Przełącznik wentylatora wył.)";

service.hwmon_critemp="Wysoka temperatura";
service.hwmon_hystemp="Normalna temperatura";
service.hwmon_fanon="&nbsp;Przełącznik wentylatora wł.";
service.hwmon_fanoff="&nbsp;Przełącznik wentylatora wył.";
//rstat.webservices
service.rstats_legend="Monitorowanie przepustowości";
service.rstats_srv="Demon rstats";
Expand Down
6 changes: 4 additions & 2 deletions src/router/kromo/dd-wrt/lang_pack/portuguese_braz.js
Expand Up @@ -1487,8 +1487,10 @@ service.ses_script="Script Personalizado";

//hwmon.webservices
service.hwmon_legend="Monitoramento de Hardware";
service.hwmon_critemp="Temperatura Crítica (Ligar FAN)";
service.hwmon_hystemp="Temperatura de Histerese (Desligar FAN)";
service.hwmon_critemp="Temperatura Crítica";
service.hwmon_hystemp="Temperatura de Histerese";
service.hwmon_fanon="&nbsp;Ligar Fan";
service.hwmon_fanoff="&nbsp;Desligar Fan";

//rstat.webservices
service.rstats_legend="Monitoramento de Largura de Banda";
Expand Down
7 changes: 4 additions & 3 deletions src/router/kromo/dd-wrt/lang_pack/romanian.js
Expand Up @@ -1424,9 +1424,10 @@ service.ses_script="Script particularizat";

//hwmon.webservices
service.hwmon_legend="Monitorizare Hardware";
service.hwmon_critemp="Temperatură critică (ventilator comutat pe pornit)";
service.hwmon_hystemp="Temperatură histereză (ventilator comutat pe oprit)";

service.hwmon_critemp="Temperatură critică";
service.hwmon_hystemp="Temperatură histereză";
service.hwmon_fanon="&nbsp;ventilator comutat pe pornit";
service.hwmon_fanoff="&nbsp;ventilator comutat pe oprit";
//rstat.webservices
service.rstats_legend="Monitorizare lățime de bandă";
service.rstats_srv="Daemon rstats";
Expand Down
7 changes: 4 additions & 3 deletions src/router/kromo/dd-wrt/lang_pack/russian.js
Expand Up @@ -1432,9 +1432,10 @@ service.ses_script="Скрипт пользователя";

//hwmon.webservices
service.hwmon_legend="Мониторинг оборудования";
service.hwmon_critemp="Критич. температура (вкл. кулер)";
service.hwmon_hystemp="Рабочая температура (откл. кулер)";

service.hwmon_critemp="Критич. температура";
service.hwmon_hystemp="Рабочая температура";
service.hwmon_fanon="&nbsp;вкл. кулер";
service.hwmon_fanoff="&nbsp;откл. кулер";
//rstat.webservices
service.rstats_legend="Мониторинг пропускной способности";
service.rstats_srv="Демон rstats";
Expand Down
7 changes: 4 additions & 3 deletions src/router/kromo/dd-wrt/lang_pack/serbian.js
Expand Up @@ -1482,9 +1482,10 @@ service.ses_script="Корисничка Скрипта";

//hwmon.webservices
service.hwmon_legend="Надгледање HW-а";
service.hwmon_critemp="Критична температура (FAN Укључи)";
service.hwmon_hystemp="Радна температура (FAN Искључи)";

service.hwmon_critemp="Критична температура";
service.hwmon_hystemp="Радна температура";
service.hwmon_fanon="&nbsp;Fan Укључи";
service.hwmon_fanoff="&nbsp;Fan Искључи";
//rstat.webservices
service.rstats_legend="Праћење пропусне моћи";
service.rstats_srv="rstats Daemon";
Expand Down
7 changes: 4 additions & 3 deletions src/router/kromo/dd-wrt/lang_pack/slovenian.js
Expand Up @@ -1470,9 +1470,10 @@ service.ses_script="Prirejeni skript";

//hwmon.webservices
service.hwmon_legend="Nadzor strojne opreme";
service.hwmon_critemp="Kritična temperatura (vključi ventilator)";
service.hwmon_hystemp="Histerezna temperatura (izključi ventilator)";

service.hwmon_critemp="Kritična temperatura";
service.hwmon_hystemp="Histerezna temperatura";
service.hwmon_fanon="&nbsp;vključi ventilator";
service.hwmon_fanoff="&nbsp;izključi ventilator";
//rstat.webservices
service.rstats_legend="Nadzor pasovne širine";
service.rstats_srv="Rstats demon";
Expand Down
7 changes: 4 additions & 3 deletions src/router/kromo/dd-wrt/lang_pack/spanish.js
Expand Up @@ -1326,9 +1326,10 @@ service.ses_script="Script personalizado";

//hwmon.webservices
service.hwmon_legend="Monitor de Hardware";
service.hwmon_critemp="Temperatura crítica (ventilador encendido)";
service.hwmon_hystemp="Temperatura de Histèresis (ventilador apagado)";

service.hwmon_critemp="Temperatura crítica";
service.hwmon_hystemp="Temperatura de Histèresis";
service.hwmon_fanon="&nbsp;ventilador encendido";
service.hwmon_fanoff="&nbsp;ventilador apagado";
//rstat.webservices
service.rstats_legend="Monitor de ancho de banda";
service.rstats_srv="Demonio rstats";
Expand Down
6 changes: 4 additions & 2 deletions src/router/kromo/dd-wrt/lang_pack/swedish.js
Expand Up @@ -1284,8 +1284,10 @@ service.ses_script="Eget Script";

//hwmon.webservices
service.hwmon_legend="Hårdvaru Monitor";
service.hwmon_critemp="Kritisk Temp (Fläkt På)";
service.hwmon_hystemp="Hysterisk Temp (Fläkt Av)";
service.hwmon_critemp="Kritisk Temp";
service.hwmon_hystemp="Hysterisk Temp";
service.hwmon_fanon="&nbsp;Fläkt På";
service.hwmon_fanoff="&nbsp;Fläkt Av";

//rstat.webservices
service.rstats_legend="Bandbredds Monitor";
Expand Down
7 changes: 4 additions & 3 deletions src/router/kromo/dd-wrt/lang_pack/turkish.js
Expand Up @@ -1350,9 +1350,10 @@ service.ses_script="Özel Komut Dosyası";

//hwmon.webservices
service.hwmon_legend="Donanım İzleme";
service.hwmon_critemp="Kritik Sıcaklık (FAN Açık)";
service.hwmon_hystemp="Histerez Sıcaklığı (FAN Kapalı)";

service.hwmon_critemp="Kritik Sıcaklık";
service.hwmon_hystemp="Histerez Sıcaklığı";
service.hwmon_fanon="&nbsp;Fan Açık";
service.hwmon_fanoff="&nbsp;Fan Kapalı";
//rstat.webservices
service.rstats_legend="Bant Genişliği İzleme";
service.rstats_srv="rstats Daemon";
Expand Down