mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-05-20 00:37:30 +08:00
14 lines
525 B
PHP
14 lines
525 B
PHP
|
|
<?php
|
|||
|
|
|
|||
|
|
$lang_attendance = array
|
|||
|
|
(
|
|||
|
|
'title' => "Attendance",
|
|||
|
|
'success' => "Success",
|
|||
|
|
'attend_info' => "You have already attended <b>%u</b> days. C <b>%u</b> day,this time you will get <b>%u</b> bonus.",
|
|||
|
|
'initial' => "First attendance get %u bonus.",
|
|||
|
|
'steps' => "Every attendance get %u bonus,unless reach maximum %u",
|
|||
|
|
'continuous' => "Attend %u day continuous,every time will get %u bouns additional(no aggregate).",
|
|||
|
|
'sorry' => "Sorry",
|
|||
|
|
'already_attended' => "You have already attend, no refresh please.",
|
|||
|
|
);
|