Files
nexusphp/lang/sv/lang_increment-bulk.php
2025-04-22 19:35:05 +07:00

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',
],
);
?>