Files
nexusphp/lang/nl/lang_increment-bulk.php
2025-04-21 02:53:56 +07:00

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',
],
);
?>