You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
426 B
13 lines
426 B
7 years ago
|
<?php
|
||
|
return [
|
||
|
'Create Page' => 'Новая страница',
|
||
|
'Pages' => 'Страницы',
|
||
|
'Common' => 'Основное',
|
||
|
'Content' => 'Содержание',
|
||
|
'SEO' => 'META теги',
|
||
|
'Title' => 'Заголовок',
|
||
|
'Slug' => 'ЧПУ ссылка',
|
||
|
'ID' => '№',
|
||
|
'Parent Page' => 'Родительская страница',
|
||
|
'Update Page: {name}' => 'Редактирование страницы: {name}',
|
||
|
];
|