1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-10 16:16:18 +02:00
Files
php-monstra/plugins/sandbox/languages/ru.lang.php
2013-01-04 21:08:04 +02:00

11 lines
324 B
PHP

<?php
return array(
'sandbox' => array(
'Sandbox' => 'Песочница',
'Sandbox plugin for Monstra' => 'Плагин песочница для Monstra',
'Sandbox template' => 'Шаблон песочницы',
'Save' => 'Сохранить',
)
);