Browse Source

Add services type

Amauri CHAMPEAUX 10 years ago
parent
commit
0c4d3b4ba0
1 changed files with 13 additions and 1 deletions
  1. 13 1
      lang/tarteaucitron.en.js

+ 13 - 1
lang/tarteaucitron.en.js

@@ -34,5 +34,17 @@ tarteaucitron.lang = {
     "social": {
         "title": "Social networks",
         "details": "Social networks can improve the usability of the site and help to promote it via the shares."
+    },
+    "video": {
+        "title": "Videos",
+        "details": "Video sharing services help to add rich media on the site and increase its visibility."
+    },
+    "comment": {
+        "title": "Comments",
+        "details": "Comments managers facilitate the filing of comments and fight against spam."
+    },
+    "support": {
+        "title": "Support",
+        "details": "Support services allow you to get in touch with the site team and help to improve it."
     }
-};
+};