1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-08 14:16:54 +02:00

Translation Updates

This commit is contained in:
Awilum
2013-01-26 00:45:55 +02:00
parent 13fb6babb7
commit 2e1c8ebc0e
36 changed files with 222 additions and 212 deletions

View File

@@ -4,12 +4,12 @@
'themes' => array(
'Themes' => 'Themes',
'Themes manager' => 'Themes manager',
'Select theme' => 'Select theme',
'Select Theme' => 'Select Theme',
'Save' => 'Save',
'Save and exit' => 'Save and exit',
'Save and Exit' => 'Save and Exit',
'Name' => 'Name',
'Create new template' => 'Create new template',
'New template' => 'New template',
'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',
@@ -18,19 +18,20 @@
'Edit' => 'Edit',
'Delete' => 'Delete',
'Actions' => 'Actions',
'Create new chunk' => 'Create new chunk',
'New chunk' => 'New chunk',
'Admin Theme' => 'Admin Theme',
'Create New Chunk' => 'Create New Chunk',
'New Chunk' => 'New Chunk',
'Chunks' => 'Chunks',
'Create new styles' => 'Create new styles',
'New styles' => 'New styles',
'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',
'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',
@@ -41,9 +42,9 @@
'Your changes to the template <i>:name</i> have been saved.' => 'Your changes to the template <i>:name</i> have been saved.',
'Required field' => 'Required field',
'Scripts' => 'Scripts',
'Create new script' => 'Create new script',
'Create New Script' => 'Create New Script',
'Script content' => 'Script content',
'New script' => 'New script',
'Edit script' => 'Edit script',
'New Script' => 'New Script',
'Edit Script' => 'Edit Script',
)
);