mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
28 lines
854 B
PHP
28 lines
854 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
$lang_incrementbulk = array
|
||
|
|
(
|
||
|
|
'page_title' => 'Batch lägg till bonus/närvarokort/inbjudan/uppladdad/tillfällig inbjudan',
|
||
|
|
'sent_success' => ' har lagts till och informativt meddelande har skickats',
|
||
|
|
'types' => [
|
||
|
|
'seedbonus' => 'bonus',
|
||
|
|
'attendance_card' => 'närvara kort',
|
||
|
|
'invites' => 'inbjudan',
|
||
|
|
'uploaded' => 'uppladdning',
|
||
|
|
'tmp_invites' => 'tillfällig inbjudan',
|
||
|
|
],
|
||
|
|
'labels' => [
|
||
|
|
'type' => 'Typ',
|
||
|
|
'amount' => 'Belopp',
|
||
|
|
'duration' => 'Varaktighet',
|
||
|
|
'duration_help' => 'Krävs endast om typen är [Tillfällig inbjudan], i dagar',
|
||
|
|
'user_class' => 'Användarlektion',
|
||
|
|
'roles' => 'Roller',
|
||
|
|
'msg_subject' => 'Meddelandets ämne',
|
||
|
|
'msg_body' => 'Meddelandets innehåll',
|
||
|
|
'operator' => 'Operatör',
|
||
|
|
],
|
||
|
|
);
|
||
|
|
|
||
|
|
?>
|