mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-15 10:04:13 -08:00
026ea41dee
Signed-off-by: snipe <snipe@snipe.net>
17 lines
595 B
PHP
17 lines
595 B
PHP
<?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'
|
|
]
|
|
]; |