diff --git a/plugins/box/backup/languages/it.lang.php b/plugins/box/backup/languages/it.lang.php
new file mode 100644
index 0000000..c60a6c0
--- /dev/null
+++ b/plugins/box/backup/languages/it.lang.php
@@ -0,0 +1,17 @@
+ array(
+ 'Backups' => 'Backup',
+ 'Backup date' => 'Backup',
+ 'Create backup' => 'Crea backup',
+ 'Delete' => 'Elimina',
+ 'storage' => 'dati',
+ 'public' => 'pubblica',
+ 'plugins' => 'plugin',
+ 'Size' => 'Dimensione',
+ 'Actions' => 'Azioni',
+ 'Delete backup: :backup' => 'Elimina backup: :backup',
+ 'Creating...' => 'Creazione...',
+ )
+ );
\ No newline at end of file
diff --git a/plugins/box/blocks/languages/it.lang.php b/plugins/box/blocks/languages/it.lang.php
new file mode 100644
index 0000000..288f964
--- /dev/null
+++ b/plugins/box/blocks/languages/it.lang.php
@@ -0,0 +1,25 @@
+ array(
+ 'Blocks' => 'Blocchi',
+ 'Blocks manager' => 'Gestione blocchi',
+ 'Delete' => 'Elimina',
+ 'Edit' => 'Modifica',
+ 'New block' => 'Nuovo blocco',
+ 'Create new block' => 'Crea nuovo blocco',
+ 'Name' => 'Nome',
+ 'Edit block' => 'Modifica blocco',
+ 'Save' => 'Salva',
+ 'Actions' => 'Azioni',
+ 'Save and exit' => 'Salva ed esci',
+ 'Required field' => 'Campo obbligatorio',
+ 'This block already exists' => 'Tale blocco è già esistente',
+ 'This block does not exist' => 'Tale blocco non esiste',
+ 'Delete block: :block' => 'Elimina blocco: :block',
+ 'Block content' => 'Contenuto del blocco',
+ 'Block :name deleted' => 'Snippet :name è stato eliminato',
+ 'Your changes to the block :name have been saved.' => 'Le modifiche al blocco: nome i> sono state salvate.',
+ 'Delete block: :block' => 'Elimina blocco: :block',
+ )
+ );
\ No newline at end of file
diff --git a/plugins/box/editor/languages/it.lang.php b/plugins/box/editor/languages/it.lang.php
new file mode 100644
index 0000000..d6501d6
--- /dev/null
+++ b/plugins/box/editor/languages/it.lang.php
@@ -0,0 +1,8 @@
+ array(
+ 'Editor' => 'Editor',
+ 'Editor plugin' => 'Editor plugin',
+ )
+ );
\ No newline at end of file
diff --git a/plugins/box/filesmanager/languages/it.lang.php b/plugins/box/filesmanager/languages/it.lang.php
new file mode 100644
index 0000000..8d59dab
--- /dev/null
+++ b/plugins/box/filesmanager/languages/it.lang.php
@@ -0,0 +1,17 @@
+ array(
+ 'Files' => 'File',
+ 'Files manager' => 'Gestione file',
+ 'Name' => 'Nome',
+ 'Actions' => 'Azioni',
+ 'Delete' => 'Elimina',
+ 'Upload' => 'Carica',
+ 'directory' => 'directory',
+ 'Delete directory: :dir' => 'Elimina directory: :dir',
+ 'Delete file: :file' => 'Elimina file :file',
+ 'Extension' => 'Estensione',
+ 'Size' => 'Dimensione',
+ )
+ );
\ No newline at end of file
diff --git a/plugins/box/information/languages/it.lang.php b/plugins/box/information/languages/it.lang.php
new file mode 100644
index 0000000..88671f1
--- /dev/null
+++ b/plugins/box/information/languages/it.lang.php
@@ -0,0 +1,33 @@
+ array(
+ 'Information' => 'Informazione',
+ 'Debugging' => 'Debugging',
+ 'Name' => 'Nome',
+ 'Value' => 'Valore',
+ 'Security' => 'Sicurezza',
+ 'System' => 'Sistema',
+ 'on' => 'on',
+ 'off'=> 'off',
+ 'Server' => 'Server',
+ 'PHP version' => 'Versione PHP',
+ 'SimpleXML module' => 'Modulo SimpleXML',
+ 'DOM module' => 'Modulo DOM',
+ 'Installed' => 'Installato',
+ 'Not Installed' => 'Non installato',
+ 'System version' => 'Versione del sistema',
+ 'System version ID' => 'Versione del sistema ID',
+ 'Security check results' => 'Risultato del controllo di sicurezza',
+ 'The configuration file has been found to be writable. We would advise you to remove all write permissions on defines.php on production systems.' =>
+ 'Il file di configurazione è scrivibile. Si consiglia di rimuovere le autorizzazioni di scrittura per defines.php file sul sito funzionante.',
+ 'The Monstra core directory (":path") and/or files underneath it has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod -R a-w :path
' =>
+ 'Directory Monstra (":path") è scrivibile. Si consiglia di rimuovere le autorizzazioni di scrittura per la directory (":path") sul sito funzionante.
È possibile eseguire questa operazione su sistemi UNIX così: chmod -R a-w :path
',
+ 'The Monstra .htaccess file has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod a-w :path
' =>
+ 'Principale file .htaccess è scrivibile. Si consiglia di rimuovere le autorizzazioni di scrittura per il file principale .htaccess.
È possibile eseguire questa operazione su sistemi UNIX così: chmod -R a-w :path
',
+ 'The Monstra index.php file has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod a-w :path
' =>
+ 'Principale file index.php è scrivibile. Si consiglia di rimuovere le autorizzazioni di scrittura per il file principale index.php.
È possibile eseguire questa operazione su sistemi UNIX così: chmod -R a-w :path
',
+ 'Due to the type and amount of information an error might give intruders when Core::$environment = Core::DEVELOPMENT, we strongly advise setting Core::PRODUCTION in production systems.' =>
+ 'Il sistema opera con lo stato Core::DEVELOPMENT Si consiglia di impostare lo stato Core::PRODUCTION sul sito funzionante.',
+ )
+ );
\ No newline at end of file
diff --git a/plugins/box/menu/languages/it.lang.php b/plugins/box/menu/languages/it.lang.php
new file mode 100644
index 0000000..7ee4a8f
--- /dev/null
+++ b/plugins/box/menu/languages/it.lang.php
@@ -0,0 +1,27 @@
+ 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',
+ )
+ );
\ No newline at end of file
diff --git a/plugins/box/pages/languages/it.lang.php b/plugins/box/pages/languages/it.lang.php
new file mode 100644
index 0000000..aae1769
--- /dev/null
+++ b/plugins/box/pages/languages/it.lang.php
@@ -0,0 +1,51 @@
+ array(
+ 'Pages' => 'Pagine',
+ 'Pages manager' => 'Gestione pagine',
+ 'Content' => 'Contenuto',
+ 'Create new page' => 'Crea nuova pagina',
+ 'New page' => 'Nuova pagina',
+ 'Edit page' => 'Modifica pagina',
+ 'Date' => 'Data',
+ 'Clone' => 'Clona',
+ 'Edit' => 'Modifica',
+ 'Delete' => 'Elimina',
+ 'Delete page: :page' => 'Elimina pagina: :page',
+ 'Title' => 'Titolo',
+ 'Name' => 'Nome',
+ 'Author' => 'Autore',
+ 'Name (slug)' => 'Nome (slug)',
+ 'Description' => 'Descrizione',
+ 'Keywords' => 'Parole chiavi',
+ 'Parent' => 'Parente',
+ 'Template' => 'Modello',
+ 'Year' => 'Anno',
+ 'Day' => 'Giorno',
+ 'Month' => 'Mese',
+ 'Hours' => 'Ora',
+ 'Minute' => 'Minuto',
+ 'Second' => 'Secondo',
+ 'This field should not be empty' => 'Campo obbligatorio',
+ 'This page already exists' => 'Tale pagina già esistente',
+ 'Extra' => 'Extra',
+ 'Save' => 'Salva',
+ 'Save and exit' => 'Salva ed esci',
+ 'Your changes to the page :page have been saved.' => 'Le modifiche alla pagina :page sono state salvate.',
+ 'The page :page cloned.' => 'Pagina :page è stata clonata.',
+ 'Status' => 'Stato',
+ 'Actions' => 'Azioni',
+ 'Add' => 'Aggiungi',
+ 'Published' => 'Pubblicato',
+ 'Draft' => 'Bozza',
+ 'Published on' => 'Pubblicato il',
+ 'Edit 404 page' => 'Modifica la pagina 404',
+ 'Page :page deleted' => 'Pagina :page è stata cancellata',
+ 'Search Engines Robots' => 'Robot dei motori di ricerca',
+ 'Page' => 'Pagina',
+ 'SEO' => 'SEO',
+ 'Settings' => 'Impostazioni',
+ 'Required field' => 'Campo obbligatorio',
+ ),
+ );
\ No newline at end of file
diff --git a/plugins/box/plugins/languages/it.lang.php b/plugins/box/plugins/languages/it.lang.php
new file mode 100644
index 0000000..22c6d53
--- /dev/null
+++ b/plugins/box/plugins/languages/it.lang.php
@@ -0,0 +1,20 @@
+ array(
+ 'Plugins' => 'Plugin',
+ 'Installed' => 'Installati',
+ 'Install New' => 'Installa nuovi',
+ 'Actions' => 'Azioni',
+ 'Name' => 'Nome',
+ 'Description' => 'Descrizione',
+ 'Delete' => 'Elimina',
+ 'Delete plugin :plugin' => 'Elimina plugin :plugin',
+ 'This plugins does not exist' => 'Tale plugin non esiste',
+ 'Version' => 'Versione',
+ 'Author' => 'Autore',
+ 'Get More Plugins' => 'Scarica altri plugin',
+ 'Install' => 'Installa',
+ 'Uninstall' => 'Disinstalla',
+ )
+ );
\ No newline at end of file
diff --git a/plugins/box/sitemap/languages/it.lang.php b/plugins/box/sitemap/languages/it.lang.php
new file mode 100644
index 0000000..75e369d
--- /dev/null
+++ b/plugins/box/sitemap/languages/it.lang.php
@@ -0,0 +1,7 @@
+ array(
+ 'Sitemap' => 'Sitemap',
+ )
+ );
\ No newline at end of file
diff --git a/plugins/box/snippets/languages/it.lang.php b/plugins/box/snippets/languages/it.lang.php
new file mode 100644
index 0000000..5c476d7
--- /dev/null
+++ b/plugins/box/snippets/languages/it.lang.php
@@ -0,0 +1,26 @@
+ array(
+ 'Snippets' => 'Snippet',
+ 'Snippets manager' => 'Gestione snippet',
+ 'Actions' => 'Azioni',
+ 'Delete' => 'Elimina',
+ 'Edit' => 'Modifica',
+ 'New snippet' => 'Nuovo snippet',
+ 'Create new snippet' => 'Crea nuovo snippet',
+ 'Name' => 'Nome',
+ 'Edit snippet' => 'Modifica snippet',
+ 'Save' => 'Salva',
+ 'Save and exit' => 'Salva ed esci',
+ 'This field should not be empty' => 'Campo obbligatorio',
+ 'This snippet already exists' => 'Tale snippet già esistente',
+ 'This snippet does not exist' => 'Tale snippet non esiste',
+ 'Delete snippet: :block' => 'Elimina snippet: :snippet',
+ 'Snippet content' => 'Contenuto del snippet',
+ 'Snippet :name deleted' => 'Snippet :name eliminato',
+ 'Your changes to the snippet :name have been saved.' => 'Le modifiche al snippet :name sono state salvate.',
+ 'Delete snippet: :snippet' => 'Elimina snippet: :snippet',
+ 'Required field' => 'Campo obbligatorio',
+ )
+ );
\ No newline at end of file
diff --git a/plugins/box/system/languages/it.lang.php b/plugins/box/system/languages/it.lang.php
new file mode 100644
index 0000000..f52843a
--- /dev/null
+++ b/plugins/box/system/languages/it.lang.php
@@ -0,0 +1,80 @@
+ array(
+ 'System' => 'Sistema',
+ 'Published a new version of the :monstra' => 'È disponibile una nuova versione :monstra',
+ 'Sitemap created' => 'Sitemap è stata creata',
+ 'Create sitemap' => 'Crea sitemap',
+ 'on' => 'on',
+ 'off'=> 'off',
+ 'Site url' => 'URL del sito',
+ 'Maintenance Mode' => 'Modalità manutenzione',
+ 'Maintenance Mode On' => 'Abilita modalità manutenzione',
+ 'Maintenance Mode Off' => 'Disabilita modalità manutenzione',
+ 'Site settings' => 'Impostazioni del sito',
+ 'System settings' => 'Impostazioni di sistema',
+ 'Site name' => 'Nome del sito',
+ 'Site description' => 'Descrizione del sito',
+ 'Site keywords' => 'Parole chiavi del sito',
+ 'Site slogan' => 'Slogan',
+ 'Default page' => 'Pagina predefinita',
+ 'Time zone' => 'Fuso orario',
+ 'Language' => 'Lingua',
+ 'Save' => 'Salva',
+ 'Site' => 'Sito',
+ 'System version' => 'Versione del sistema',
+ 'System version ID' => 'Versione del sistema ID',
+ 'GZIP' => 'Compressione GZIP',
+ 'Debugging' => 'Debugging',
+ 'Plugin API' => 'Plugin API',
+ 'Plugins active' => 'Plugin attivi',
+ 'Actions registered' => 'Azioni registrati',
+ 'Filters registered' => 'Filtri registrati',
+ 'logout' => 'esci',
+ 'site' => 'Sito',
+ 'Core' => 'Cuore',
+ 'Delete temporary files' => 'Cancella i file temporanei',
+ 'Download the latest version' => 'Scarica l’ultima versione',
+ 'Powered by' => 'Powered by',
+ 'Administration' => 'Amministrazione',
+ 'Settings' => 'Impostazioni',
+ 'Temporary files deleted' => 'File temporanei eliminati',
+ 'Extends' => 'Estensioni',
+ 'View site' => 'Visita sito',
+ 'Welcome, :username' => 'Benvenuto, :username',
+ 'Reset Password' => 'Resetta la password',
+ '< Back to Website' => '< Vai al sito',
+ 'Forgot your password? >' => 'Dimenticato la password? >',
+ 'Administration >' => 'Amministrazione >',
+ 'Send New Password' => 'Invia la nuova password',
+ 'This user does not exist' => 'Tale utente non esiste',
+ 'Version' => 'Versione',
+
+
+ 'Install script writable' => 'Lo script d’installazione è scrivibile',
+ 'Install script not writable' => 'Lo script d’installazione non è scrivibile',
+ 'Directory: :dir writable' => 'Directory :dir è scrivibile',
+ 'Directory: :dir not writable' => 'Directory :dir non è scrivibile',
+ 'PHP Version' => 'Versione PHP',
+ 'Module DOM is installed' => 'Modulo DOM installato',
+ 'Module DOM is required' => 'Modulo DOM è richiesto',
+ 'Module Mod Rewrite is installed' => 'Modulo Mod Rewrite installato',
+ 'Module SimpleXML is installed' => 'Modulo SimpleXML installato',
+ 'PHP 5.2 or greater is required' => 'PHP 5.2 o superiore',
+ 'Apache Mod Rewrite is required' => 'Apache Mod Rewrite è richiesto',
+ 'SimpleXML module is required' => 'Modulo SimpleXML è richiesto',
+ 'Field "Site name" is empty' => 'Campo "Nome del sito" è vuoto',
+ 'Field "Email" is empty' => 'Campo "E-mail" è vuoto',
+ 'Field "Username" is empty' => 'Campo "Nome utente" è vuoto',
+ 'Field "Password" is empty' => 'Campo "Password" è vuoto',
+ 'Field "Site url" is empty' => 'Campo "URL del sito" è vuoto',
+ 'Email not valid' => 'E-mail non valido',
+ 'Install' => 'Installa',
+ '...Monstra says...' => '...Monstra dice...',
+ 'Sitemap file writable' => 'Sitemap file è scrivibile',
+ 'Sitemap file not writable' => 'Sitemap file non è scrivibile',
+ 'Main .htaccess file writable' => 'Principale file .htaccess è scrivibile',
+ 'Main .htaccess file not writable' => 'Principale file .htaccess non è scrivibile',
+ )
+ );
\ No newline at end of file
diff --git a/plugins/box/themes/languages/it.lang.php b/plugins/box/themes/languages/it.lang.php
new file mode 100644
index 0000000..b4213c7
--- /dev/null
+++ b/plugins/box/themes/languages/it.lang.php
@@ -0,0 +1,51 @@
+ array(
+ 'Themes' => 'Temi',
+ 'Themes manager' => 'Gestione temi',
+ 'Select theme' => 'Scegli tema',
+ 'Save' => 'Salva',
+ 'Name' => 'Nome',
+ 'Save and exit' => 'Salva ed esci',
+ 'Create new template' => 'Crea nuovo modello',
+ 'New template' => 'Nuovo modello',
+ 'Delete template: :name' => 'Elimina modello: :name',
+ 'Delete chunk: :name' => 'Elimina chunk: :name',
+ 'Delete styles: :name' => 'Elimina stili: :name',
+ 'Templates' => 'Templates',
+ 'Clone' => 'Clonare',
+ 'Edit' => 'Modifica',
+ 'Delete' => 'Elimina',
+ 'Actions' => 'Azioni',
+ 'Create new chunk' => 'Crea nuovo chunk',
+ 'New chunk' => 'Nuovo chunk',
+ 'Chunks' => 'Chunks',
+ 'Create new styles' => 'Crea nuovi stili',
+ 'New styles' => 'Nuovi stili',
+ 'Styles' => 'Stili',
+ 'Template content' => 'Contenuto del modello',
+ 'Styles content' => 'Contenuto dei stili',
+ 'Chunk content' => 'Contenuto del chunk',
+ 'Edit template' => 'Modifica modello',
+ 'Edit chunk' => 'Modifica chunk',
+ 'Edit styles' => 'Modifica stili',
+ 'Site theme' => 'Tema del sito',
+ 'Admin theme' => 'Tema del backend',
+ 'Current site theme' => 'Tema corrente del sito',
+ 'Current admin theme' => 'Tema corrente del backend',
+ 'This template already exists' => 'Questo modello già esistente',
+ 'This chunk already exists' => 'Questo chunk già esistente',
+ 'This styles already exists' => 'Questi stili già esistenti',
+ 'Components templates' => 'Modello dei componenti',
+ 'Your changes to the chunk :name have been saved.' => 'Le modifiche al chunk :name sono state salvate',
+ 'Your changes to the styles :name have been saved.' => 'Le modifiche ai stili :name sono state salvate',
+ 'Your changes to the template :name have been saved.' => 'Le modifiche al modello :name sono state salvate',
+ 'This field should not be empty' => 'Campo obbligatorio',
+ 'Scripts' => 'Script',
+ 'Create new script' => 'Crea nuovo script',
+ 'Script content' => 'Contenuto dello script',
+ 'New script' => 'Nuovo script',
+ 'Edit script' => 'Modifica script',
+ )
+ );
\ No newline at end of file
diff --git a/plugins/box/users/languages/it.lang.php b/plugins/box/users/languages/it.lang.php
new file mode 100644
index 0000000..38a379e
--- /dev/null
+++ b/plugins/box/users/languages/it.lang.php
@@ -0,0 +1,65 @@
+ array(
+ 'Users' => 'Utenti',
+ 'Login' => 'Login',
+ 'Password' => 'Password',
+ 'Email' => 'E-mail',
+ 'Registered' => 'Registrato',
+ 'Role' => 'Ruolo',
+ 'Roles' => 'Ruoli',
+ 'Actions' => 'Azioni',
+ 'Edit' => 'Modifica',
+ 'Delete' => 'Cancella',
+ 'Enter' => 'Entra',
+ 'Logout' => 'Esci',
+ 'New User Registration' => 'Crea un account',
+ 'Register new user' => 'Crea un account',
+ 'Delete user: :user' => 'Elimina utente: :user',
+ 'User :user have been deleted.' => 'Utente :user è stato eliminato.',
+ 'This field should not be empty' => 'Questo campo non può essere vuoto',
+ 'This user alredy exist' => 'Questo utente è già esistente',
+ 'Changes saved' => 'Le modifiche sono state salvate',
+ 'Wrong old password' => 'Vecchia password errata',
+ 'Admin' => 'Amministratore',
+ 'User' => 'Utente',
+ 'Editor' => 'Editore',
+ 'Register' => 'Registrazione',
+ 'Edit profile' => 'Modifica del profilo utente',
+ 'Save' => 'Salva',
+ 'Firstname' => 'Nome',
+ 'Lastname' => 'Cognome',
+ 'Old password' => 'Vecchia password',
+ 'New password' => 'Nuova password',
+ 'Welcome' => 'Benvenuto',
+ 'Wrong login or password' => 'Login o password errata',
+ 'Your changes have been saved.' => 'Le modifiche sono state salvate.',
+ 'New user have been registered.' => 'Nuovo utente è stato registrato.',
+ 'Captcha' => 'Captcha',
+ 'Registration' => 'Registrazione',
+ 'Username' => 'Nome utente',
+ 'User email is invalid' => 'E-mail non valido',
+ 'Reset Password' => 'Resetta la password',
+ 'Send New Password' => 'Invia la password',
+ 'This user doesnt alredy exist' => 'Questo utente non esiste',
+ 'Users - Profile' => 'Utenti - Profilo',
+ 'Users - Edit Profile' => 'Utenti - Modifica profilo',
+ 'Users - Login' => 'Utenti - Login',
+ 'Users - Registration' => 'Utenti - Registrazione',
+ 'Users - Password Recover' => 'Utenti - Password Recovery',
+ 'New Password' => 'Nuova password',
+ 'Forgot your password?' => 'Dimenticato la password?',
+ 'New password has been sent' => 'La nuova password è stata inviata',
+ 'Monstra says: This is not your profile...' => 'Monstra dice: Questo non è il tuo profilo.',
+ 'User registration is closed.' => 'Registrazione utenti è chiusa.',
+ 'Allow user registration' => 'Consenti registrazione utenti.',
+ 'Required field' => 'Campo obbligatorio',
+ 'This user doesnt exist' => 'Questo utente non esiste',
+ 'Captcha code is wrong' => 'Captcha errato',
+ 'Your login details for :site_name has been sent' => 'I tuoi dati di accesso :site_name sono stati inviati',
+ 'Your new password for :site_name' => 'La tua nuova password per :site_name',
+ 'Your login details for :site_name' => 'I tuoi dati di accesso per :site_name',
+ 'About Me' => 'Su di me',
+ )
+ );
\ No newline at end of file
diff --git a/plugins/captcha/languages/it.lang.php b/plugins/captcha/languages/it.lang.php
new file mode 100644
index 0000000..543e21a
--- /dev/null
+++ b/plugins/captcha/languages/it.lang.php
@@ -0,0 +1,9 @@
+ array(
+ 'Captcha' => 'Captcha',
+ 'Captcha plugin for Monstra' => 'Captcha plugin per Monstra',
+ 'Captcha code is wrong' => 'Codice captcha è errato',
+ )
+ );
\ No newline at end of file
diff --git a/plugins/sandbox/languages/it.lang.php b/plugins/sandbox/languages/it.lang.php
new file mode 100644
index 0000000..0125db0
--- /dev/null
+++ b/plugins/sandbox/languages/it.lang.php
@@ -0,0 +1,10 @@
+ array(
+ 'Sandbox' => 'Sandbox',
+ 'Sandbox plugin for Monstra' => 'Plugin Sandbox per Monstra',
+ 'Sandbox template' => 'Modello Sandbox',
+ 'Save' => 'Salva',
+ )
+ );
\ No newline at end of file