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

Merge remote-tracking branch 'origin/master' into dev

This commit is contained in:
Awilum
2012-10-16 22:07:04 +03:00
34 changed files with 901 additions and 11 deletions

View File

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

View File

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