Files
nexusphp/lang/fr/lang_attendance.php
2025-04-22 02:55:12 +07:00

17 lines
806 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' => "Présence",
'success' => "Succès",
'attend_info' => "Vous avez déjà assisté à <b>%u</b> jours, <b>%u</b> jours, cette fois vous obtiendrez un bonus <b>%u</b>.",
'initial' => "First attendance get %u bonus.",
'steps' => "Chaque présence continue reçoit un bonus %u , sauf si le maximum %u est atteint.",
'continuous' => "Attend %u day continuous will get %u bouns additional.",
'sorry' => "Désolé",
'already_attended' => "Vous avez déjà participé, il ne vous plaît pas.",
'retroactive_event_text' => 'Re',
'retroactive_confirm_tip' => 'Confirmer pour participer: ',
'retroactive_description' => 'Cliquez sur le point sur l\'arrière-plan blanc pour y participer. Vous avez actuellement une carte de présence <b>%d</b>.',
);