akaunting/resources/lang/it-IT/settings.php

104 lines
3.8 KiB
PHP
Raw Normal View History

2017-12-22 15:25:43 +03:00
<?php
return [
'company' => [
'name' => 'Nome',
'email' => 'Email',
'phone' => 'Telefono',
'address' => 'Indirizzo',
'logo' => 'Logo',
],
'localisation' => [
'tab' => 'Localizzazione',
2018-12-25 12:44:02 +03:00
'financial_start' => 'Inizio Anno finanziario',
'timezone' => 'Fuso Orario',
2017-12-22 15:25:43 +03:00
'date' => [
'format' => 'Formato data',
'separator' => 'Separatore di data',
'dash' => 'Trattino (-)',
'dot' => 'Punto (.)',
'comma' => 'Virgola (,)',
'slash' => 'Slash (/)',
'space' => 'Spazio ( )',
],
2018-05-03 12:16:18 +03:00
'percent' => [
2018-08-29 16:47:58 +03:00
'title' => 'Percentuale (%) Posizione',
'before' => 'Prima del Numero',
'after' => 'Dopo il Numero',
2018-05-03 12:16:18 +03:00
],
2017-12-22 15:25:43 +03:00
],
'invoice' => [
'tab' => 'Fattura',
'prefix' => 'Prefisso del numero',
'digit' => 'Numero cifre',
'next' => 'Codice fiscale',
'logo' => 'Logo',
2018-11-16 16:02:06 +03:00
'custom' => 'Personalizzato',
'item_name' => 'Nome dell\'elemento',
'item' => 'Elementi',
'product' => 'Prodotti',
'service' => 'Servizi',
'price_name' => 'Nome del prezzo',
'price' => 'Prezzo',
'rate' => 'Valutazione',
'quantity_name' => 'Quantità Nome',
'quantity' => 'Quantità',
2017-12-22 15:25:43 +03:00
],
'default' => [
'tab' => 'Predefiniti',
'account' => 'Conto predefinito',
'currency' => 'Valuta Predefinita',
'tax' => 'Aliquota d\'imposta predefinito',
'payment' => 'Metodo di pagamento predefinito',
'language' => 'Lingua predefinita',
],
'email' => [
'protocol' => 'Protocollo',
'php' => 'Mail PHP',
'smtp' => [
'name' => 'SMTP',
'host' => 'Host SMTP',
'port' => 'Porta SMTP',
'username' => 'Nome utente SMTP',
'password' => 'Password SMTP',
'encryption' => 'Protezione SMTP',
'none' => 'Nessuno',
],
'sendmail' => 'Sendmail',
'sendmail_path' => 'Percorso Sendmail',
'log' => 'Log Emails',
],
'scheduling' => [
'tab' => 'Pianificazioni',
'send_invoice' => 'Inviare promemoria fattura',
'invoice_days' => 'Inviare dopo Due giorni',
'send_bill' => 'Inviare promemoria pagamenti',
'bill_days' => 'Inviare entro Due giorni',
'cron_command' => 'Comando cron',
'schedule_time' => 'Ora di esecuzione',
2018-11-16 16:02:06 +03:00
'send_item_reminder'=> 'Invia promemoria oggetto',
'item_stocks' => 'Invia quando l\'oggetto è in Stock',
2017-12-22 15:25:43 +03:00
],
'appearance' => [
'tab' => 'Aspetto',
'theme' => 'Tema',
'light' => 'Chiaro',
'dark' => 'Scuro',
'list_limit' => 'Risultati per Pagina',
'use_gravatar' => 'Utilizzare Gravatar',
],
'system' => [
'tab' => 'Sistema',
'session' => [
'lifetime' => 'Durata della sessione (minuti)',
'handler' => 'Gestore di sessione',
'file' => 'File',
'database' => 'Database',
],
'file_size' => 'Dimensione massima del file(MB)',
'file_types' => 'Tipi di File consentiti',
],
];