mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
28 lines
839 B
PHP
28 lines
839 B
PHP
<?php
|
|
|
|
$lang_incrementbulk = array
|
|
(
|
|
'page_title' => 'Batch Hinzufügen von Bonus/Besucherkarte/Einladung/Hochgeladen/temporäre Einladung',
|
|
'sent_success' => ' wurde hinzugefügt und informiert',
|
|
'types' => [
|
|
'seedbonus' => 'bonus',
|
|
'attendance_card' => 'Anwesenheitskarte',
|
|
'invites' => 'einladen',
|
|
'uploaded' => 'hochladen',
|
|
'tmp_invites' => 'temporäre Einladung',
|
|
],
|
|
'labels' => [
|
|
'type' => 'Typ',
|
|
'amount' => 'Betrag',
|
|
'duration' => 'Dauer',
|
|
'duration_help' => 'Erforderlich nur, wenn der Typ [Temporäre Einladung] ist, in Tagen',
|
|
'user_class' => 'Benutzerklasse',
|
|
'roles' => 'Rollen',
|
|
'msg_subject' => 'nachrichtenbetreff',
|
|
'msg_body' => 'Nachrichteninhalt',
|
|
'operator' => 'Operator',
|
|
],
|
|
);
|
|
|
|
?>
|