mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
28 lines
805 B
PHP
28 lines
805 B
PHP
<?php
|
|
|
|
$lang_incrementbulk = array
|
|
(
|
|
'page_title' => 'Batch add bonus/attendance card/invite/uploaded/temporary invite',
|
|
'sent_success' => ' has been added and inform message has been sent',
|
|
'types' => [
|
|
'seedbonus' => 'bonus',
|
|
'attendance_card' => 'attendance card',
|
|
'invites' => 'invite',
|
|
'uploaded' => 'upload',
|
|
'tmp_invites' => 'temporary invite',
|
|
],
|
|
'labels' => [
|
|
'type' => 'Type',
|
|
'amount' => 'Amount',
|
|
'duration' => 'Duration',
|
|
'duration_help' => 'Required only if type is [Temporary Invitation], in days',
|
|
'user_class' => 'User class',
|
|
'roles' => 'Roles',
|
|
'msg_subject' => 'message subject',
|
|
'msg_body' => 'message content',
|
|
'operator' => 'Operator',
|
|
],
|
|
);
|
|
|
|
?>
|