snipe-it/resources/lang/it/admin/groups/message.php
snipe ddfa5776c5 Updated language strings
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();`

I'll try to fix it. :(

FML

Signed-off-by: snipe <snipe@snipe.net>
2022-01-13 21:27:29 -08:00

23 lines
836 B
PHP

<?php
return array(
'group_exists' => 'Il gruppo esiste già!',
'group_not_found' => 'Il Gruppo [:id] non esiste.',
'group_name_required' => 'E\' richiesto il Nome del campo',
'success' => array(
'create' => 'Il gruppo è stato creato con successo.',
'update' => 'Il gruppo è stato modificato con successo.',
'delete' => 'Il gruppo è stato cancellato con successo.',
),
'delete' => array(
'confirm' => 'Sei sicuro di voler cancellare il gruppo?',
'create' => 'C\'è stato un problema durante la creazione del gruppo. per favore riprova.',
'update' => 'C\'è stato un problema durante la modifica del gruppo. Riprova per favore.',
'delete' => 'C\'è stato un problema durante la cancellazione del gruppo. Riprova per favore.',
),
);