1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-06 21:26:58 +02:00

Create nl.lang.php

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

View File

@@ -0,0 +1,29 @@
<?php
return array(
'blocks' => array(
'Blocks' => 'Blokken',
'Blocks manager' => 'Blokken beheer',
'Delete' => 'Wissen',
'Edit' => 'Bewerken',
'Name' => 'Naam',
'Create New Block' => 'Maak nieuw blok aan',
'New Block' => 'Nieuw blok',
'Edit Block' => 'Bewerk blok',
'Save' => 'Opslaan',
'Save and Exit' => 'Opslaan en terug',
'Actions' => 'Acties',
'Required field' => 'Vereist veld',
'This block already exists' => 'Dit blok bestaat al',
'This block does not exist' => 'Dit blok bestaat niet',
'Delete block: :block' => 'Wis blok: :block',
'Block content' => 'Inhoud blok',
'Block <i>:name</i> deleted' => 'Blok <i>:name</i> gewist',
'Your changes to the block <i>:name</i> have been saved.' => 'De aanpassingen aan blok <i>:name</i> zijn opgeslagen.',
'Delete block: :block' => 'Wis blok: :block',
'View Embed Code' => 'Bekijk insluit-code',
'Embed Code' => 'Insluit-code',
'Shortcode' => 'Verkorte-code',
'PHP Code' => 'PHP Code',
)
);