Skip to content

Commit

Permalink
Merge pull request #49 from ScroogeHD117/patch-5
Browse files Browse the repository at this point in the history
Update common.php for the Dutch translation
  • Loading branch information
Hyleus authored Dec 14, 2017
2 parents 3ceb03b + 81997e6 commit a435647
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions resources/lang/nl/common.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
return [
'home' => 'Home',
'account' => 'Account',
'username' => 'Username',
'password' => 'Password',
'username' => 'Gebruikersnaam',
'password' => 'Wachtwoord',
'download' => 'Download',
'upload' => 'Upload',
'ratio' => 'Ratio',
'warnings' => 'Warnings',
'members' => 'Members',
'navigation' => 'Navigation',
'notifications' => 'Notifications',
'added_on' => 'Added On',
'search' => 'Search',
'quick-search' => 'Quick Search',
'submit' => 'Submit',
'comment' => 'Comment',
'view-all' => 'View All',
'preview' => 'Preview',
'edit' => 'Edit',
'delete' => 'Delete',
'pending' => 'Pending',
'stats' => 'Stats',
'warnings' => 'Waarschuwingen',
'members' => 'Leden',
'navigation' => 'Navigatie',
'notifications' => 'Notificaties',
'added_on' => 'Toegevoegd Op',
'search' => 'Zoeken',
'quick-search' => 'Snel Zoeken',
'submit' => 'Verzenden',
'comment' => 'Plaats Commentaar',
'view-all' => 'Alles Bekijken',
'preview' => 'Voorbeeld',
'edit' => 'Bewerken',
'delete' => 'Verwijderen',
'pending' => 'In de Wacht',
'stats' => 'Statistieken',
'extra-stats' => 'Extra-Stats',
'rules' => 'Rules',
'rules' => 'Regels',
'faq' => 'FAQ',
'report' => 'Report',
'bug' => 'Report A Bug',
'results' => 'Results',
'report' => 'Rapporteer',
'bug' => 'Rapporteer Een Bug',
'results' => 'Resultaten',
'contact' => 'Contact',
'about' => 'About Us',
'about' => 'Over Ons',
];

0 comments on commit a435647

Please sign in to comment.