mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
28 lines
860 B
PHP
28 lines
860 B
PHP
<?php
|
|
|
|
$lang_incrementbulk = array
|
|
(
|
|
'page_title' => 'Aggiunta batch bonus/attendance card/invito/caricato/invito temporaneo',
|
|
'sent_success' => ' è stato aggiunto e il messaggio di informazione è stato inviato',
|
|
'types' => [
|
|
'seedbonus' => 'bonus',
|
|
'attendance_card' => 'tessera di partecipazione',
|
|
'invites' => 'invito',
|
|
'uploaded' => 'carica',
|
|
'tmp_invites' => 'invito temporaneo',
|
|
],
|
|
'labels' => [
|
|
'type' => 'Tipo',
|
|
'amount' => 'Importo',
|
|
'duration' => 'Durata',
|
|
'duration_help' => 'Richiesto solo se il tipo è [Invito temporaneo], in giorni',
|
|
'user_class' => 'Classe utente',
|
|
'roles' => 'Ruoli',
|
|
'msg_subject' => 'oggetto del messaggio',
|
|
'msg_body' => 'contenuto del messaggio',
|
|
'operator' => 'Operatore',
|
|
],
|
|
);
|
|
|
|
?>
|