CC: Split the profile history link into 2 links

Before there was a single link which pointed to the post history in all
forums. As this sometimes takes a long time to load, this commit splits
it into 2 links:

* A link to the post history in the current forum (loads faster)
* A link to the post history in all forums (loads slower)

Change-Id: Ifa3ed2340c5af2e87d75118eb6a66aba4f395e3c
diff --git a/src/_locales/ca/messages.json b/src/_locales/ca/messages.json
index 66a6349..b39a47a 100644
--- a/src/_locales/ca/messages.json
+++ b/src/_locales/ca/messages.json
@@ -85,7 +85,15 @@
   },
   "inject_previousposts": {
     "message": "Historial de publicacions",
-    "description": "Link shown in a user profile (in TW and the Community Console) which points to a search showing the user's posts and messages"
+    "description": "Link shown in a user profile (in TW) which points to a search showing the user's posts and messages"
+  },
+  "inject_previousposts_forum": {
+    "message": "Historial de publicacions (en aquest fòrum)",
+    "description": "Link shown in a user profile (in the Community Console) which points to a search showing the user's posts and messages in the current forum"
+  },
+  "inject_previousposts_all": {
+    "message": "Historial de publicacions (en tots els fòrums)",
+    "description": "Link shown in a user profile (in the Community Console) which points to a search showing the user's posts and messages in all forums"
   },
   "inject_profileindicator_loading": {
     "message": "Carregant...",