mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 13:32:41 +08:00
add lang fi + fr
This commit is contained in:
27
lang/fi/lang_increment-bulk.php
Normal file
27
lang/fi/lang_increment-bulk.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
$lang_incrementbulk = array
|
||||
(
|
||||
'page_title' => 'Lisää erä bonus/läsnäolokortti/kutsu/ladattu/väliaikainen kutsu',
|
||||
'sent_success' => ' on lisätty ja ilmoita viesti on lähetetty',
|
||||
'types' => [
|
||||
'seedbonus' => 'bonus',
|
||||
'attendance_card' => 'läsnäolon kortti',
|
||||
'invites' => 'kutsu',
|
||||
'uploaded' => 'lähetys',
|
||||
'tmp_invites' => 'väliaikainen kutsu',
|
||||
],
|
||||
'labels' => [
|
||||
'type' => 'Tyyppi',
|
||||
'amount' => 'Määrä',
|
||||
'duration' => 'Kesto',
|
||||
'duration_help' => 'Edellytetään vain, jos tyyppi on [väliaikainen kutsus], päivinä',
|
||||
'user_class' => 'Käyttäjän luokka',
|
||||
'roles' => 'Roolit',
|
||||
'msg_subject' => 'viestin aihe',
|
||||
'msg_body' => 'viestin sisältö',
|
||||
'operator' => 'Operaattori',
|
||||
],
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user