mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-05 20:57:49 +02:00
Monstra Library: basic core improvments
This commit is contained in:
@@ -1,49 +1,49 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'themes' => array(
|
||||
'Themes' => 'Themes',
|
||||
'Themes manager' => 'Themes Manager',
|
||||
'Select theme' => 'Wähle Theme',
|
||||
'Save' => 'Speichern',
|
||||
'Save and exit' => 'Speichern und Schließen',
|
||||
'Name' => 'Name',
|
||||
'Create new template' => 'Erstelle neues Template',
|
||||
'New template' => 'Neues Template',
|
||||
'Delete template: :name' => 'Lösche Template: :name',
|
||||
'Delete chunk: :name' => 'Lösche Chunk: :name',
|
||||
'Delete styles: :name' => 'Lösche Styles: :name',
|
||||
'Templates' => 'Templates',
|
||||
'Clone' => 'Klonen',
|
||||
'Edit' => 'Bearbeiten',
|
||||
'Delete' => 'Löschen',
|
||||
'Actions' => 'Aktionen',
|
||||
'Create new chunk' => 'Erstelle neuen chunk',
|
||||
'New chunk' => 'Neuer Chunk',
|
||||
'Chunks' => 'Chunks',
|
||||
'Create new styles' => 'Erstelle neue Styles',
|
||||
'New styles' => 'Neue Styles',
|
||||
'Styles' => 'Styles',
|
||||
'Template content' => 'Template Inhalt',
|
||||
'Styles content' => 'Styles Inhalt',
|
||||
'Chunk content' => 'Chunk Inhalt',
|
||||
'Edit template' => 'Bearbeite Template',
|
||||
'Edit chunk' => 'Bearbeite Chunk',
|
||||
'Edit styles' => 'Bearbeite Styles',
|
||||
'Current site theme' => 'Aktuelle Seiten Template',
|
||||
'Current admin theme' => 'Aktuelles Admin Template',
|
||||
'This template already exists' => 'Dieses Template existiert bereits',
|
||||
'This chunk already exists' => 'Dieser Chunk exisitert bereits',
|
||||
'This styles already exists' => 'Diese Styles existieren bereits',
|
||||
'Components templates' => 'Komponenten Templates',
|
||||
'Your changes to the chunk <i>:name</i> have been saved.' => 'Deine Änderungen für das Chunk <i>:name</i> wurden gespeichert.',
|
||||
'Your changes to the styles <i>:name</i> have been saved.' => 'Deine Änderungen für die Styles <i>:name</i> wurden gespeichert.',
|
||||
'Your changes to the template <i>:name</i> have been saved.' => 'Deine Änderungen für das Template <i>:name</i> wurden gespeichert.',
|
||||
'This field should not be empty' => 'Dieses Feld darf nicht leer sein.',
|
||||
'Scripts' => 'Scripts',
|
||||
'Create new script' => 'Erstelle neues Script',
|
||||
'Script content' => 'Script Inhalt',
|
||||
'New script' => 'Neues Script',
|
||||
'Edit script' => 'Bearbeite Script',
|
||||
)
|
||||
);
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'themes' => array(
|
||||
'Themes' => 'Themes',
|
||||
'Themes manager' => 'Themes Manager',
|
||||
'Select theme' => 'Wähle Theme',
|
||||
'Save' => 'Speichern',
|
||||
'Save and exit' => 'Speichern und Schließen',
|
||||
'Name' => 'Name',
|
||||
'Create new template' => 'Erstelle neues Template',
|
||||
'New template' => 'Neues Template',
|
||||
'Delete template: :name' => 'Lösche Template: :name',
|
||||
'Delete chunk: :name' => 'Lösche Chunk: :name',
|
||||
'Delete styles: :name' => 'Lösche Styles: :name',
|
||||
'Templates' => 'Templates',
|
||||
'Clone' => 'Klonen',
|
||||
'Edit' => 'Bearbeiten',
|
||||
'Delete' => 'Löschen',
|
||||
'Actions' => 'Aktionen',
|
||||
'Create new chunk' => 'Erstelle neuen chunk',
|
||||
'New chunk' => 'Neuer Chunk',
|
||||
'Chunks' => 'Chunks',
|
||||
'Create new styles' => 'Erstelle neue Styles',
|
||||
'New styles' => 'Neue Styles',
|
||||
'Styles' => 'Styles',
|
||||
'Template content' => 'Template Inhalt',
|
||||
'Styles content' => 'Styles Inhalt',
|
||||
'Chunk content' => 'Chunk Inhalt',
|
||||
'Edit template' => 'Bearbeite Template',
|
||||
'Edit chunk' => 'Bearbeite Chunk',
|
||||
'Edit styles' => 'Bearbeite Styles',
|
||||
'Current site theme' => 'Aktuelle Seiten Template',
|
||||
'Current admin theme' => 'Aktuelles Admin Template',
|
||||
'This template already exists' => 'Dieses Template existiert bereits',
|
||||
'This chunk already exists' => 'Dieser Chunk exisitert bereits',
|
||||
'This styles already exists' => 'Diese Styles existieren bereits',
|
||||
'Components templates' => 'Komponenten Templates',
|
||||
'Your changes to the chunk <i>:name</i> have been saved.' => 'Deine Änderungen für das Chunk <i>:name</i> wurden gespeichert.',
|
||||
'Your changes to the styles <i>:name</i> have been saved.' => 'Deine Änderungen für die Styles <i>:name</i> wurden gespeichert.',
|
||||
'Your changes to the template <i>:name</i> have been saved.' => 'Deine Änderungen für das Template <i>:name</i> wurden gespeichert.',
|
||||
'This field should not be empty' => 'Dieses Feld darf nicht leer sein.',
|
||||
'Scripts' => 'Scripts',
|
||||
'Create new script' => 'Erstelle neues Script',
|
||||
'Script content' => 'Script Inhalt',
|
||||
'New script' => 'Neues Script',
|
||||
'Edit script' => 'Bearbeite Script',
|
||||
)
|
||||
);
|
||||
|
@@ -17,7 +17,7 @@
|
||||
'Clone' => 'Clone',
|
||||
'Edit' => 'Edit',
|
||||
'Delete' => 'Delete',
|
||||
'Actions' => 'Actions',
|
||||
'Actions' => 'Actions',
|
||||
'Create new chunk' => 'Create new chunk',
|
||||
'New chunk' => 'New chunk',
|
||||
'Chunks' => 'Chunks',
|
||||
@@ -46,4 +46,4 @@
|
||||
'New script' => 'New script',
|
||||
'Edit script' => 'Edit script',
|
||||
)
|
||||
);
|
||||
);
|
||||
|
@@ -17,7 +17,7 @@
|
||||
'Clone' => 'Duplica',
|
||||
'Edit' => 'Modifica',
|
||||
'Delete' => 'Elimina',
|
||||
'Actions' => 'Azioni',
|
||||
'Actions' => 'Azioni',
|
||||
'Create new chunk' => 'Crea nuovo chunk',
|
||||
'New chunk' => 'Nuovo chunk',
|
||||
'Chunks' => 'Chunks',
|
||||
@@ -48,4 +48,4 @@
|
||||
'New script' => 'Nuovo script',
|
||||
'Edit script' => 'Modifica script',
|
||||
)
|
||||
);
|
||||
);
|
||||
|
@@ -17,7 +17,7 @@
|
||||
'Clone' => 'Klonuoti',
|
||||
'Edit' => 'Redaguoti',
|
||||
'Delete' => 'Ištrinti',
|
||||
'Actions' => 'Veiksmai',
|
||||
'Actions' => 'Veiksmai',
|
||||
'Create new chunk' => 'Sukurti naują šablono dalį',
|
||||
'New chunk' => 'Nauja šablono dalis',
|
||||
'Chunks' => 'Šablono dalys',
|
||||
@@ -46,4 +46,4 @@
|
||||
'New script' => 'Naujas skriptas',
|
||||
'Edit script' => 'Redaguoti skriptą',
|
||||
)
|
||||
);
|
||||
);
|
||||
|
@@ -17,7 +17,7 @@
|
||||
'Clone' => 'Clonar',
|
||||
'Edit' => 'Editar',
|
||||
'Delete' => 'Deletar',
|
||||
'Actions' => 'Ações',
|
||||
'Actions' => 'Ações',
|
||||
'Create new chunk' => 'Criar novo pedaço',
|
||||
'New chunk' => 'Novo pedaço',
|
||||
'Chunks' => 'Pedaços',
|
||||
@@ -46,4 +46,4 @@
|
||||
'New script' => 'Novo script',
|
||||
'Edit script' => 'Editar script',
|
||||
)
|
||||
);
|
||||
);
|
||||
|
@@ -17,7 +17,7 @@
|
||||
'Clone' => 'Клонировать',
|
||||
'Edit' => 'Редактировать',
|
||||
'Delete' => 'Удалить',
|
||||
'Actions' => 'Действия',
|
||||
'Actions' => 'Действия',
|
||||
'Create new chunk' => 'Создать новый чанк',
|
||||
'New chunk' => 'Новый чанк',
|
||||
'Chunks' => 'Чанки',
|
||||
@@ -48,4 +48,4 @@
|
||||
'New script' => 'Новый скрипт',
|
||||
'Edit script' => 'Редактирование скрипта',
|
||||
)
|
||||
);
|
||||
);
|
||||
|
@@ -17,7 +17,7 @@
|
||||
'Clone' => 'Клонувати',
|
||||
'Edit' => 'Редагувати',
|
||||
'Delete' => 'Видалити',
|
||||
'Actions' => 'Дії',
|
||||
'Actions' => 'Дії',
|
||||
'Create new chunk' => 'Створити новий чанк',
|
||||
'New chunk' => 'Новый чанк',
|
||||
'Chunks' => 'Чанки',
|
||||
@@ -48,4 +48,4 @@
|
||||
'New script' => 'Новий скрипт',
|
||||
'Edit script' => 'Редагування скрипту',
|
||||
)
|
||||
);
|
||||
);
|
||||
|
Reference in New Issue
Block a user