1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 02:10:37 +02:00

Monstra Library: basic core improvments

This commit is contained in:
Awilum
2013-01-04 21:08:04 +02:00
parent 7437cc6abb
commit ef12b7492e
289 changed files with 16265 additions and 17155 deletions

View File

@@ -2,7 +2,7 @@
return array(
'menu' => array(
'Menu' => 'Menu',
'Menu' => 'Menu',
'Menu manager' => 'Gestione menu',
'Edit' => 'Modifica',
'Name' => 'Nome',
@@ -12,7 +12,7 @@
'Create new item' => 'Crea nuova voce',
'New item' => 'Nuova voce',
'Item name' => 'Nome',
'Item order' => 'Ordine',
'Item order' => 'Ordine',
'Item target' => 'Target',
'Item link' => 'Collegamento',
'Item category' => 'Categoria',
@@ -24,4 +24,4 @@
'Select category' => 'Scegli categoria',
'Required field' => 'Campo obbligatorio',
)
);
);