mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-10 16:16:18 +02:00
11 lines
324 B
PHP
11 lines
324 B
PHP
<?php
|
|
|
|
return array(
|
|
'sandbox' => array(
|
|
'Sandbox' => 'Песочница',
|
|
'Sandbox plugin for Monstra' => 'Плагин песочница для Monstra',
|
|
'Sandbox template' => 'Шаблон песочницы',
|
|
'Save' => 'Сохранить',
|
|
)
|
|
);
|