mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
27
lang/sv/lang_increment-bulk.php
Normal file
27
lang/sv/lang_increment-bulk.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?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',
|
||||
],
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user