ajout app
This commit is contained in:
17
SNIPE-IT/resources/lang/it-IT/admin/reports/general.php
Normal file
17
SNIPE-IT/resources/lang/it-IT/admin/reports/general.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'info' => 'Selezionare le opzioni desiderate per il vostro report di beni.',
|
||||
'deleted_user' => 'Utente eliminato',
|
||||
'send_reminder' => 'Invia promemoria',
|
||||
'reminder_sent' => 'Promemoria spedito',
|
||||
'acceptance_deleted' => 'Richiesta di accettazione eliminata',
|
||||
'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'
|
||||
]
|
||||
];
|
Reference in New Issue
Block a user