mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
trans increment bulk page
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
$lang_increment_bulk = 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',
|
||||
],
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user