Files
nexusphp/lang/en/lang_attendance.php
2021-02-22 17:55:53 +08:00

14 lines
525 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
$lang_attendance = array
(
'title' => "Attendance",
'success' => "Success",
'attend_info' => "You have already attended <b>%u</b> days. C <b>%u</b> daythis time you will get <b>%u</b> bonus.",
'initial' => "First attendance get %u bonus.",
'steps' => "Every attendance get %u bonusunless reach maximum %u",
'continuous' => "Attend %u day continuousevery time will get %u bouns additionalno aggregate.",
'sorry' => "Sorry",
'already_attended' => "You have already attend, no refresh please.",
);