mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-10 07:06:53 +02:00
Italian language
This commit is contained in:
27
plugins/box/menu/languages/it.lang.php
Normal file
27
plugins/box/menu/languages/it.lang.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'menu' => array(
|
||||
'Menu' => 'Menu',
|
||||
'Menu manager' => 'Gestione menu',
|
||||
'Edit' => 'Modifica',
|
||||
'Name' => 'Nome',
|
||||
'Delete' => 'Elimina',
|
||||
'Order' => 'Ordine',
|
||||
'Actions' => 'Azioni',
|
||||
'Create new item' => 'Crea nuova voce',
|
||||
'New item' => 'Nuova voce',
|
||||
'Item name' => 'Nome',
|
||||
'Item order' => 'Ordine',
|
||||
'Item target' => 'Scopo',
|
||||
'Item link' => 'Collegamento',
|
||||
'Item category' => 'Categoria',
|
||||
'Save' => 'Salva',
|
||||
'Edit item' => 'Modifica voce menu',
|
||||
'Delete item :name' => 'Elimina voce menu :name',
|
||||
'Select page' => 'Scegli pagina',
|
||||
'Category' => 'Categoria',
|
||||
'Select category' => 'Scegli categoria',
|
||||
'Required field' => 'Campo obbligatorio',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user