mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add lang: nl + deprecate lang/_target
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
<?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',
|
||||
],
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user