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

Create nl.lang.php

This commit is contained in:
micheldejoode
2013-09-20 19:35:12 +02:00
parent 276c429070
commit 3854ad3bb5

View File

@@ -0,0 +1,10 @@
<?php
return array(
'sandbox' => array(
'Sandbox' => 'Sandbox',
'Sandbox plugin for Monstra' => 'Sandbox Plugin voor Monstra',
'Sandbox template' => 'Sandbox Template',
'Save' => 'Opslaan',
)
);