Skip to content

Commit

Permalink
Merge pull request #33 from AkinAicha/patch-5
Browse files Browse the repository at this point in the history
Update forum.php
  • Loading branch information
Hyleus authored Dec 13, 2017
2 parents 67104d4 + 644982a commit 8fce310
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions resources/lang/de/forum.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@

return [
'forum' => 'Forum',
'forums' => 'Forums',
'topics' => 'Topics',
'post' => 'Post',
'replies' => 'Replies',
'views' => 'Views',
'meta-category' => 'List of forums in the category',
'create-new-topic' => 'Create New Topic',
'topic-title' => 'Title of this topic',
'send-new-topic' => 'Save this topic',
'read-topic' => 'Read the topic',
'mark-as-resolved' => 'Lock Topic',
'delete-topic' => 'Delete this topic',
'display-forum' => 'Show topics in ',
'forums' => 'Foren',
'topics' => 'Themen',
'post' => 'Beiträge',
'replies' => 'Antworten',
'views' => 'Mal gesehen',
'meta-category' => 'Liste von Foren in der Kategorie',
'create-new-topic' => 'Neues Thema erstellen',
'topic-title' => 'Titel des Themas',
'send-new-topic' => 'Thema speichern',
'read-topic' => 'Thema lesen',
'mark-as-resolved' => 'Thema schließen',
'delete-topic' => 'Thema löschen',
'display-forum' => 'Themen anzeigen in ',
];

0 comments on commit 8fce310

Please sign in to comment.