mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-04 20:27:40 +02:00
9 lines
158 B
PHP
9 lines
158 B
PHP
<?php
|
|
|
|
return array(
|
|
'Editor' => array(
|
|
'Editor' => 'エディタ',
|
|
'Editor plugin' => 'エディタプラグイン',
|
|
)
|
|
);
|