1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-12 08:04:10 +02:00

Add Monstra from HG Commit 683dcb70c4cc

This commit is contained in:
Awilum
2012-09-25 19:09:50 +03:00
parent d2db42b2bb
commit 4a5fea5f5b
251 changed files with 35026 additions and 0 deletions

View File

@@ -0,0 +1,49 @@
<?php
return array(
'themes' => array(
'Themes' => 'Themes',
'Themes manager' => 'Themes manager',
'Select theme' => 'Select theme',
'Save' => 'Save',
'Save and exit' => 'Save and exit',
'Name' => 'Name',
'Create new template' => 'Create new template',
'New template' => 'New template',
'Delete template: :name' => 'Delete template: :name',
'Delete chunk: :name' => 'Delete chunk: :name',
'Delete styles: :name' => 'Delete styles: :name',
'Templates' => 'Templates',
'Clone' => 'Clone',
'Edit' => 'Edit',
'Delete' => 'Delete',
'Actions' => 'Actions',
'Create new chunk' => 'Create new chunk',
'New chunk' => 'New chunk',
'Chunks' => 'Chunks',
'Create new styles' => 'Create new styles',
'New styles' => 'New styles',
'Styles' => 'Styles',
'Template content' => 'Template content',
'Styles content' => 'Styles content',
'Chunk content' => 'Chunk content',
'Edit template' => 'Edit template',
'Edit chunk' => 'Edit chunk',
'Edit styles' => 'Edit styles',
'Current site theme' => 'Current site theme',
'Current admin theme' => 'Current admin theme',
'This template already exists' => 'This template already exists',
'This chunk already exists' => 'This chunk already exists',
'This styles already exists' => 'This styles already exists',
'Components templates' => 'Components templates',
'Your changes to the chunk <i>:name</i> have been saved.' => 'Your changes to the chunk <i>:name</i> have been saved.',
'Your changes to the styles <i>:name</i> have been saved.' => 'Your changes to the styles <i>:name</i> have been saved.',
'Your changes to the template <i>:name</i> have been saved.' => 'Your changes to the template <i>:name</i> have been saved.',
'This field should not be empty' => 'This field should not be empty',
'Scripts' => 'Scripts',
'Create new script' => 'Create new script',
'Script content' => 'Script content',
'New script' => 'New script',
'Edit script' => 'Edit script',
)
);

View File

@@ -0,0 +1,51 @@
<?php
return array(
'themes' => array(
'Themes' => 'Темы',
'Themes manager' => 'Менеджер тем',
'Select theme' => 'Выбрать тему',
'Save' => 'Сохранить',
'Name' => 'Название',
'Save and exit' => 'Сохранить и выйти',
'Create new template' => 'Создать новый шаблон',
'New template' => 'Новый шаблон',
'Delete template: :name' => 'Удалить шаблон: :name',
'Delete chunk: :name' => 'Удалить чанк: :name',
'Delete styles: :name' => 'Удалить стили: :name',
'Templates' => 'Шаблоны',
'Clone' => 'Клонировать',
'Edit' => 'Редактировать',
'Delete' => 'Удалить',
'Actions' => 'Действия',
'Create new chunk' => 'Создать новый чанк',
'New chunk' => 'Новый чанк',
'Chunks' => 'Чанки',
'Create new styles' => 'Создать новые стили',
'New styles' => 'Новые стили',
'Styles' => 'Стили',
'Template content' => 'Содержимое шаблона',
'Styles content' => 'Содержимое стилей',
'Chunk content' => 'Содержимое чанка',
'Edit template' => 'Редактирование шаблона',
'Edit chunk' => 'Редактирование чанка',
'Edit styles' => 'Редкатирование стилей',
'Site theme' => 'Тема сайта',
'Admin theme' => 'Тема админки',
'Current site theme' => 'Текущая тема сайта',
'Current admin theme' => 'Текущая тема админки',
'This template already exists' => 'Этот шаблон уже существует',
'This chunk already exists' => 'Этот чанк уже существует',
'This styles already exists' => 'Эти стили уже существуют',
'Components templates' => 'Шаблоны компонентов',
'Your changes to the chunk <i>:name</i> have been saved.' => 'Ваши изменения к чанку <i>:name</i> были сохранены',
'Your changes to the styles <i>:name</i> have been saved.' => 'Ваши изменения к стилям <i>:name</i> были сохранены',
'Your changes to the template <i>:name</i> have been saved.' => 'Ваши изменения к шаблону <i>:name</i> были сохранены',
'This field should not be empty' => 'Это поле не должно быть пустым',
'Scripts' => 'Скрипты',
'Create new script' => 'Создать новый скрипт',
'Script content' => 'Содержимое скрипта',
'New script' => 'Новый скрипт',
'Edit script' => 'Редактирование скрипта',
)
);