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

Create nl.lang.php

Completed dutch translation
This commit is contained in:
micheldejoode
2013-09-19 06:59:57 +02:00
parent 1e7120be12
commit e0b21a9a3f

View File

@@ -0,0 +1,17 @@
<?php
return array(
'backup' => array(
'Backups' => 'Backups',
'Backup' => 'Backup',
'Create Backup' => 'Maak backup',
'Delete' => 'Wissen',
'storage' => 'opslag',
'public' => 'Publiekelijk',
'plugins' => 'Plugins',
'Size' => 'Grootte',
'Actions' => 'Acties',
'Delete backup: :backup' => 'Wis backup: :backup',
'Creating...' => 'Backup wordt gemaakt...',
)
);