mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-02 11:20:52 +02:00
Create nl.lang.php
This commit is contained in:
10
plugins/sandbox/languages/nl.lang.php
Normal file
10
plugins/sandbox/languages/nl.lang.php
Normal 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',
|
||||||
|
)
|
||||||
|
);
|
Reference in New Issue
Block a user