snipe-it/resources/lang/it/button.php

25 lines
1 KiB
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return [
2016-05-16 21:54:13 -07:00
'actions' => 'Azioni',
'add' => 'Aggiungi Nuovo',
'cancel' => 'Annulla',
2017-01-10 17:53:06 -08:00
'checkin_and_delete' => 'Seleziona e cancella utente',
2016-05-16 21:54:13 -07:00
'delete' => 'Cancella',
'edit' => 'Modifica',
'restore' => 'Ripristina',
'remove' => 'Remove',
2016-05-16 21:54:13 -07:00
'request' => 'Richiesta',
'submit' => 'Invia',
'upload' => 'Carica / Upload',
'select_file' => 'Seleziona il file...',
2018-07-18 08:55:38 -07:00
'select_files' => 'Seleziona i file...',
2020-11-17 13:22:53 -08:00
'generate_labels' => '{1} Genera Etichetta|[2,*] Genera Etichette',
'send_password_link' => 'Invia Link di Reset Password',
'go' => 'Go',
'bulk_actions' => 'Bulk Actions',
'add_maintenance' => 'Add Maintenance',
'append' => 'Append',
'new' => 'New',
];