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

18 lines
811 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' => "Účast",
'success' => "Úspěšně",
'attend_info' => "Už jsi se zúčastnil <b>%u</b> dní, kontinuálního <b>%u</b> dní, tentokrát získáš <b>%u</b> bonus.",
'initial' => "První účast získáte bonus %u.",
'steps' => "Every continuous attendance get %u bonusunless reach maximum %u",
'continuous' => "Po nepřetržitém sledování %u dne získáte navíc %u hranic.",
'sorry' => "Omlouváme se",
'already_attended' => "Již jste se zúčastnili, neaktualizujte prosím.",
'retroactive_event_text' => 'Ruda',
'retroactive_confirm_tip' => 'Potvrdit účast: ',
'retroactive_description' => 'Kliknutím na tečku na bílém pozadí se zúčastníte. Momentálně máte kartu <b>%d</b>.',
'attend_button' => 'Přihlásit se',
);