1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-05 04:37:51 +02:00

Create nl.lang.php

Completed dutch translation
This commit is contained in:
micheldejoode
2013-09-20 04:40:07 +02:00
parent 408a344bad
commit 208025b7c8

View File

@@ -0,0 +1,20 @@
<?php
return array(
'plugins' => array(
'Plugins' => 'Plugins',
'Name' => 'Naam',
'Actions' => 'Acties',
'Description' => 'Beschrijving',
'Installed' => 'Geinstalleerd',
'Install New' => 'Installeer nieuwe plugin',
'Delete' => 'Verwijderen',
'Delete plugin :plugin' => 'Verwijder plugin :plugin',
'This plugins does not exist' => 'Deze plugin bestaat niet',
'Version' => 'Versie',
'Author' => 'Auteur',
'Get More Plugins' => 'Vind meer plugins',
'Install' => 'Installeren',
'Uninstall' => 'Deinstalleren',
)
);