diff --git a/src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt b/src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt
index 251f9da81..c1d083e85 100644
--- a/src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt
+++ b/src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt
@@ -85,7 +85,7 @@ POSSIBILITY OF SUCH DAMAGE.
if (status != "success" || data['status'] != 'ok') {
BootstrapDialog.show({
type: BootstrapDialog.TYPE_WARNING,
- title: "Error reconfiguring trafficshaper",
+ title: "{{ lang._('Error reconfiguring trafficshaper') }}",
message: data['status'],
draggable: true
});
@@ -109,16 +109,16 @@ POSSIBILITY OF SUCH DAMAGE.
- | Origin |
- Enabled |
- Number |
- Bandwidth |
- Metric |
-
- Mask |
- Description |
- Commands |
- ID |
+ {{ lang._('Origin') }} |
+ {{ lang._('Enabled') }} |
+ {{ lang._('Number') }} |
+ {{ lang._('Bandwidth') }} |
+ {{ lang._('Metric') }} |
+
+ {{ lang._('Mask') }} |
+ {{ lang._('Description') }} |
+ {{ lang._('Commands') }} |
+ {{ lang._('ID') }} |
@@ -139,14 +139,14 @@ POSSIBILITY OF SUCH DAMAGE.
- | Origin |
- Enabled |
- Number |
- Pipe |
- Weight |
- Description |
- Commands |
- ID |
+ {{ lang._('Origin') }} |
+ {{ lang._('Enabled') }} |
+ {{ lang._('Number') }} |
+ {{ lang._('Pipe') }} |
+ {{ lang._('Weight') }} |
+ {{ lang._('Description') }} |
+ {{ lang._('Commands') }} |
+ {{ lang._('ID') }} |
@@ -167,16 +167,16 @@ POSSIBILITY OF SUCH DAMAGE.
- | # |
- Origin |
- Interface |
- Protocol |
- Source |
- Destination |
- Target |
- Description |
- Commands |
- ID |
+ {{ lang._('#') }} |
+ {{ lang._('Origin') }} |
+ {{ lang._('Interface') }} |
+ {{ lang._('Protocol') }} |
+ {{ lang._('Source') }} |
+ {{ lang._('Destination') }} |
+ {{ lang._('Target') }} |
+ {{ lang._('Description') }} |
+ {{ lang._('Commands') }} |
+ {{ lang._('ID') }} |
@@ -194,7 +194,7 @@ POSSIBILITY OF SUCH DAMAGE.
-
+