From 4b9bfca7675c37e52866abdb9cb4eaa4fe9203fb Mon Sep 17 00:00:00 2001
From: psychobunny <psycho.bunny@hotmail.com>
Date: Sat, 7 Dec 2013 18:22:31 -0500
Subject: [PATCH] =?UTF-8?q?fran=C3=A7ais,=20deutsche,=20and=20espa=C3=B1ol?=
 =?UTF-8?q?=20support=20for=20202a4c410533caf7c7fbe4ac56b050c639084ffe?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 public/language/de/topic.json | 5 ++++-
 public/language/en/topic.json | 4 ++--
 public/language/es/topic.json | 5 ++++-
 public/language/fr/topic.json | 5 ++++-
 4 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/public/language/de/topic.json b/public/language/de/topic.json
index e882660101..198fb414d9 100644
--- a/public/language/de/topic.json
+++ b/public/language/de/topic.json
@@ -36,5 +36,8 @@
 	"loading": "Lade",
 	"more_posts": "Mehr Posts",
 	"move_topic": "Thema verschieben",
-	"topic_will_be_moved_to": "Dieses Thema wird verschoben nach"
+	"topic_will_be_moved_to": "Dieses Thema wird verschoben nach",
+
+	"reputation": "Reputation",
+	"posts": "Posts"
 }
diff --git a/public/language/en/topic.json b/public/language/en/topic.json
index aaa23c7a31..9df5829bea 100644
--- a/public/language/en/topic.json
+++ b/public/language/en/topic.json
@@ -37,6 +37,6 @@
 	"move_topic": "Move Topic",
 	"topic_will_be_moved_to": "This topic will be moved to the category",
 
-	"posts": "Posts",
-	"reputation": "Reputation"
+	"reputation": "Reputation",
+	"posts": "Posts"
 }
diff --git a/public/language/es/topic.json b/public/language/es/topic.json
index 865c80a59b..97f5291258 100644
--- a/public/language/es/topic.json
+++ b/public/language/es/topic.json
@@ -35,5 +35,8 @@
 	"loading": "Cargando",
 	"more_posts": "Más posts",
 	"move_topic": "Mover Tema",
-	"topic_will_be_moved_to": "Este tema sera movido a la categoría"
+	"topic_will_be_moved_to": "Este tema sera movido a la categoría",
+
+	"reputation": "Reputación",
+	"posts": "Posts"
 }
\ No newline at end of file
diff --git a/public/language/fr/topic.json b/public/language/fr/topic.json
index b3145818b9..d874927c33 100644
--- a/public/language/fr/topic.json
+++ b/public/language/fr/topic.json
@@ -35,5 +35,8 @@
 	"loading": "Chargement",
 	"more_posts": "d'autres Messages",
 	"move_topic": "Déplacer le Sujet",
-	"topic_will_be_moved_to": "Ce sujet sera déplacé vers la catégorie"
+	"topic_will_be_moved_to": "Ce sujet sera déplacé vers la catégorie",
+
+	"reputation": "réputation",
+	"posts": "messages"
 }