Skip to content

Commit

Permalink
Merge pull request #46 from ScroogeHD117/patch-8
Browse files Browse the repository at this point in the history
Add a Dutch translation of forum.php
  • Loading branch information
Hyleus committed Dec 14, 2017
2 parents ee971be + 5243f61 commit 3ceb03b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions resources/lang/nl/forum.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
'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 ',
'replies' => 'Antwoorden',
'views' => 'Bekeken',
'meta-category' => 'Lijst van forums in categorie',
'create-new-topic' => 'Maak een nieuwe topic aan',
'topic-title' => 'Titel van dit topic',
'send-new-topic' => 'Dit topic opslaan',
'read-topic' => 'Lees het topic',
'mark-as-resolved' => 'Topic Sluiten',
'delete-topic' => 'Verwijder Dit Topic',
'display-forum' => 'Laat topics zien in ',
];

0 comments on commit 3ceb03b

Please sign in to comment.