all: change most translate statements to new format, some need manual cleanup
[project/luci.git] / applications / luci-livestats / luasrc / view / livestats / traffic.htm
index f0c194dac5a98e738c89851498b24a7a519b7ee2..b2d0b24b7bda00039bfa3eee19bc1d000292afc5 100644 (file)
                        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,
-                       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, ", ") %> ],