Files
nexusphp/lang/pl/lang_attendance.php
2026-02-01 01:26:00 +07:00

18 lines
804 B
PHP
Raw Permalink 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' => "Uczestnictwo",
'success' => "Sukces",
'attend_info' => "You have already attended <b>%u</b> days, Continuous <b>%u</b> days, this time you will get <b>%u</b> bonus.",
'initial' => "Pierwsza obecność otrzymuje bonus %u.",
'steps' => "Every continuous attendance get %u bonusunless reach maximum %u",
'continuous' => "Attend %u day continuous will get %u bouns additional.",
'sorry' => "Przepraszamy",
'already_attended' => "Już uczestniczyłeś, nie odświeżaj.",
'retroactive_event_text' => 'Re',
'retroactive_confirm_tip' => 'Potwierdź uczestniczenie: ',
'retroactive_description' => 'Kliknij kropkę na białym tle, aby wziąć udział. Obecnie masz kartę obecności <b>%d</b>.',
'attend_button' => 'Sprawdź teraz',
);