summaryrefslogtreecommitdiff
path: root/lang/German/forum.php
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-02-01 08:57:06 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2020-02-01 08:57:06 +0100
commitada3beb0a6c649bd9bfc6a87b2fe69ee8ae563f7 (patch)
treedf74b326c096fad4d74b90988caed727c15847ef /lang/German/forum.php
downloadfluxbb-ada3beb0a6c649bd9bfc6a87b2fe69ee8ae563f7.tar.xz
initial checkin
Diffstat (limited to 'lang/German/forum.php')
-rw-r--r--lang/German/forum.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/lang/German/forum.php b/lang/German/forum.php
new file mode 100644
index 0000000..2b70f0a
--- /dev/null
+++ b/lang/German/forum.php
@@ -0,0 +1,17 @@
+<?php
+
+// Sprachdefinitionen, die in viewforum.php verwendet werden
+$lang_forum = array(
+
+'Post topic' => 'Neues Thema erstellen',
+'Views' => 'Aufrufe',
+'Moved' => 'Verschoben:',
+'Sticky' => 'Fixiert:',
+'Closed' => 'Geschlossen:',
+'Empty forum' => 'Das Forum enthält noch keine Themen.',
+'Mod controls' => 'Moderationsfunktionen',
+'Is subscribed' => 'Du hast dieses Forum abonniert',
+'Unsubscribe' => 'Abonnement abbestellen',
+'Subscribe' => 'Dieses Forum abonnieren'
+
+);