mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-09 23:56:26 +02:00
10 lines
271 B
PHP
10 lines
271 B
PHP
<?php
|
|
|
|
return array(
|
|
'sandbox' => array(
|
|
'Sandbox' => 'Sandbox',
|
|
'Sandbox plugin for Monstra' => 'Plugin Sandbox pour Monstra',
|
|
'Sandbox template' => 'Modèle Sandbox',
|
|
'Save' => 'Enregistrer',
|
|
)
|
|
); |