mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
add lang: nl + deprecate lang/_target
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
$lang_incrementbulk = array
|
||||
(
|
||||
'page_title' => 'Batch tilføj bonus/deltagekort/inviterende/uploaded/midlertidig invitation',
|
||||
'sent_success' => ' er blevet tilføjet, og informationen er blevet sendt',
|
||||
'types' => [
|
||||
'seedbonus' => 'bonus',
|
||||
'attendance_card' => 'fremmøde kort',
|
||||
'invites' => 'invitere',
|
||||
'uploaded' => 'upload',
|
||||
'tmp_invites' => 'midlertidig invitation',
|
||||
],
|
||||
'labels' => [
|
||||
'type' => 'Type',
|
||||
'amount' => 'Beløb',
|
||||
'duration' => 'Varighed',
|
||||
'duration_help' => 'Kræves kun, hvis typen er [Midlertidig invitation], i dage',
|
||||
'user_class' => 'Bruger klasse',
|
||||
'roles' => 'Roller',
|
||||
'msg_subject' => 'besked emne',
|
||||
'msg_body' => 'besked indhold',
|
||||
'operator' => 'Operatør',
|
||||
],
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user