ajout app
This commit is contained in:
22
SNIPE-IT/resources/lang/it-IT/admin/groups/message.php
Normal file
22
SNIPE-IT/resources/lang/it-IT/admin/groups/message.php
Normal file
@ -0,0 +1,22 @@
|
||||
<?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.',
|
||||
),
|
||||
|
||||
);
|
Reference in New Issue
Block a user