mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-16 19:16:22 +02:00
Create nl.lang.php
Completed dutch translation
This commit is contained in:
17
plugins/box/filesmanager/languages/nl.lang.php
Normal file
17
plugins/box/filesmanager/languages/nl.lang.php
Normal 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',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user