1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-17 11:31:20 +02:00

Create nl.lang.php

Completed dutch translation
This commit is contained in:
micheldejoode
2013-09-19 07:09:52 +02:00
parent e6ffd0130e
commit eecbcbc4ea

View File

@@ -0,0 +1,17 @@
<?php
return array(
'filesmanager' => array(
'Files' => 'Bestanden',
'Files manager' => 'Bestandsbeheer',
'Name' => 'Naam',
'Actions' => 'Acties',
'Delete' => 'Wissen',
'Upload' => 'Uploaden',
'directory' => 'Map',
'Delete directory: :dir' => 'Wis map: :dir',
'Delete file: :file' => 'Wis bestand: file',
'Extension' => 'Uitbreiding',
'Size' => 'Grootte',
)
);