mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
28 lines
839 B
PHP
28 lines
839 B
PHP
<?php
|
|
|
|
$lang_incrementbulk = array
|
|
(
|
|
'page_title' => 'Batch: voeg bonus/presdance kaart/invite/uploaded/tijdelijke uitnodiging toe',
|
|
'sent_success' => ' is toegevoegd en het bericht is verzonden',
|
|
'types' => [
|
|
'seedbonus' => 'bonus',
|
|
'attendance_card' => 'aanwezigheidskaart',
|
|
'invites' => 'uitnodigen',
|
|
'uploaded' => 'Uploaden',
|
|
'tmp_invites' => 'tijdelijke uitnodiging',
|
|
],
|
|
'labels' => [
|
|
'type' => 'Type',
|
|
'amount' => 'Hoeveelheid',
|
|
'duration' => 'Duur',
|
|
'duration_help' => 'Alleen verplicht als type is [Tijdelijke Uitnodiging], in dagen',
|
|
'user_class' => 'Les gebruiker',
|
|
'roles' => 'Rollen',
|
|
'msg_subject' => 'bericht onderwerp',
|
|
'msg_body' => 'bericht inhoud',
|
|
'operator' => 'Operator',
|
|
],
|
|
);
|
|
|
|
?>
|