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:
20
plugins/box/plugins/languages/nl.lang.php
Normal file
20
plugins/box/plugins/languages/nl.lang.php
Normal 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',
|
||||||
|
)
|
||||||
|
);
|
Reference in New Issue
Block a user