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

18 lines
855 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' => "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>.',
'attend_button' => 'Enregistrez maintenant',
);