summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-noddos/luasrc
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2017-10-13 16:54:11 +0300
committerGitHub <noreply@github.com>2017-10-13 16:54:11 +0300
commitc429ec729ee38204a028c6800149805670197142 (patch)
treebefe42d8212d392507d8171cfc2398d2521d83e1 /applications/luci-app-noddos/luasrc
parent130785be912b7fe5f403406ee49d69c24dc6110b (diff)
parent3c47d75888e1b8e6fc3e2769b58299c3e9bb33e2 (diff)
Merge pull request #1391 from musashino205/l10n/noddos-add-ja
luci-app-noddos: Add po template and Japanese translation
Diffstat (limited to 'applications/luci-app-noddos/luasrc')
-rw-r--r--applications/luci-app-noddos/luasrc/view/noddos/clients.htm30
1 files changed, 15 insertions, 15 deletions
diff --git a/applications/luci-app-noddos/luasrc/view/noddos/clients.htm b/applications/luci-app-noddos/luasrc/view/noddos/clients.htm
index 45c9ca8c1e..f2fb9312a7 100644
--- a/applications/luci-app-noddos/luasrc/view/noddos/clients.htm
+++ b/applications/luci-app-noddos/luasrc/view/noddos/clients.htm
@@ -36,16 +36,16 @@
<div class="cbi-map-descr"><%:The following clients have been discovered on the network. The last discovery was completed at %><%=last_modified%></div>
<fieldset class="cbi-section">
- <legend>Recognized Clients</legend>
+ <legend><%:Recognized Clients%></legend>
<div class="cbi-section-node">
<table class="cbi-section-table">
<tr class="cbi-section-table-titles">
- <th class="cbi-section-table-cell">Hostname</th>
- <th class="cbi-section-table-cell">IPv4</th>
- <th class="cbi-section-table-cell">MAC</th>
- <th class="cbi-section-table-cell">Manufacturer</th>
- <th class="cbi-section-table-cell">Model</th>
- <th class="cbi-section-table-cell">Class</th>
+ <th class="cbi-section-table-cell"><%:Hostname%></th>
+ <th class="cbi-section-table-cell"><%:IPv4%></th>
+ <th class="cbi-section-table-cell"><%:MAC%></th>
+ <th class="cbi-section-table-cell"><%:Manufacturer%></th>
+ <th class="cbi-section-table-cell"><%:Model%></th>
+ <th class="cbi-section-table-cell"><%:Class%></th>
</tr>
<%
@@ -70,17 +70,17 @@
</fieldset>
<br />
<fieldset class="cbi-section">
- <legend>Unrecognized Clients</legend>
+ <legend><%:Unrecognized Clients%></legend>
<div class="cbi-section-node">
<table class="cbi-section-table">
<tr class="cbi-section-table-titles">
- <th class="cbi-section-table-cell">Hostname</th>
- <th class="cbi-section-table-cell">IPv4</th>
- <th class="cbi-section-table-cell">MAC</th>
- <th class="cbi-section-table-cell">Manufacturer</th>
- <th class="cbi-section-table-cell">Model</th>
- <th class="cbi-section-table-cell">DhcpVendor</th>
- <th class="cbi-section-table-cell">DhcpHostname</th>
+ <th class="cbi-section-table-cell"><%:Hostname%></th>
+ <th class="cbi-section-table-cell"><%:IPv4%></th>
+ <th class="cbi-section-table-cell"><%:MAC%></th>
+ <th class="cbi-section-table-cell"><%:Manufacturer%></th>
+ <th class="cbi-section-table-cell"><%:Model%></th>
+ <th class="cbi-section-table-cell"><%:DhcpVendor%></th>
+ <th class="cbi-section-table-cell"><%:DhcpHostname%></th>
</tr>
<%