Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DutchNL #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions Website/PlayerServers/DutchNL
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?php
$language = array(
'filemanager' => 'Bestandsbeheer',
'dashboard' => 'Dashboard',
'welcome' => 'Welkom',
'server_name' => '<b>Server Naam:</b>',
'last_online' => '<b>Laatst Online:</b>',
'plan' => '<b>Plan:</b>',
'plans' => '<b>Plans:</b>',
'status' => '<b>Status</b>',
'players' => '<b>Spelers</b>',
'none_files_or_folders' => 'Er waren geen bestanden of mappen in deze map te vinden',
'edit' => '<i class="fa fa-pencil" aria-hidden="true"></i> Edit',
'successfully_updated' => 'Succesvol bijgewerkt',

'file_name' => 'Bestandsnaam',
'content' => 'Inhoud',
'save' => 'Opslaan',
'cancel' => 'Annuleer',
'delete' => 'Verwijder',

'confirm_deletion' => 'Bevestig verwijdering',
'delete_message' => 'Weet je zeker dat je het wilt verwijderen?',
'successfully_updated' => 'Successvol bijgewerkt',

'confirm_cancel' => 'Weet je zeker dat je het wilt annuleren? ?',
'yes' => 'Ja',
'no' => 'Nee',
// errors
'successfully_deleted' => 'Bestandsmap successvol verwijderd',
'only_mvpplus_function' => 'Sorry, je moet een MVP + donateur zijn om de downloadfunctie te gebruiken',
'cant_delete' => 'Sorry, je kunt de map met plug-ins niet verwijderen',
'cant_rename_this' => 'Sorry, je kunt de map met plug-ins niet hernoemen',
);