luci-app-noddos: Add more translations
authorINAGAKI Hiroshi <musashino.open@gmail.com>
Fri, 13 Oct 2017 10:19:28 +0000 (19:19 +0900)
committerINAGAKI Hiroshi <musashino.open@gmail.com>
Fri, 13 Oct 2017 10:19:28 +0000 (19:19 +0900)
Added translation markup to some UI texts.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
applications/luci-app-noddos/luasrc/view/noddos/clients.htm

index 45c9ca8..f2fb931 100644 (file)
     <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>
 
                 <%
     </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>
 
                 <%