all: change most translate statements to new format, some need manual cleanup
[project/luci.git] / applications / luci-livestats / luasrc / view / livestats / traffic.htm
index f0c194d..b2d0b24 100644 (file)
                        2000,
 
                        // Data sources
                        2000,
 
                        // Data sources
-                       [ "0", "<%:livestats_incoming%> (kiB/s)", "8", "<%:livestats_outgoing%> (kiB/s)" ],
+                       [ "0", "<%:incoming%> (kiB/s)", "8", "<%:outgoing%> (kiB/s)" ],
 
                        // Graph layout options
                        { 
                        shouldFill: false, 
                        drawBackground: false, 
                        strokeColor: null,
 
                        // Graph layout options
                        { 
                        shouldFill: false, 
                        drawBackground: false, 
                        strokeColor: null,
-                       title: '<%:livestats_traffic%> %s',
+                       title: '<%:traffic on%> %s',
                        strokeWidth: 2.5, height: 140,
                        padding: { left: 70, right: 10, top: 10, bottom: 20 },
                        instances: [ <%=table.concat(interfaces, ", ") %> ],
                        strokeWidth: 2.5, height: 140,
                        padding: { left: 70, right: 10, top: 10, bottom: 20 },
                        instances: [ <%=table.concat(interfaces, ", ") %> ],