2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
return [
|
|
|
|
'info' => 'Selezionare le opzioni desiderate per il vostro report di beni.',
|
2022-07-05 16:18:53 -07:00
|
|
|
'deleted_user' => 'Utente eliminato',
|
|
|
|
'send_reminder' => 'Invia promemoria',
|
|
|
|
'reminder_sent' => 'Promemoria spedito',
|
|
|
|
'acceptance_deleted' => 'Richiesta di accettazione eliminata',
|
2023-11-27 06:43:16 -08:00
|
|
|
'acceptance_request' => 'Richiesta di accettazione',
|
|
|
|
'custom_export' => [
|
|
|
|
'user_address' => 'Indirizzo Utente',
|
|
|
|
'user_city' => 'Città Utente',
|
|
|
|
'user_state' => 'Provincia Utente',
|
|
|
|
'user_country' => 'Nazione Utente',
|
|
|
|
'user_zip' => 'CAP Utente'
|
|
|
|
]
|
2022-01-13 21:27:29 -08:00
|
|
|
];
|