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

18 lines
869 B
PHP

<?php
return [
'msg_has_allowed' => " vous a autorisé à télécharger ",
'msg_find_offer_option' => "Vous trouverez une nouvelle option sur la page de téléchargement.",
'msg_your_offer_allowed' => "Votre offre a été autorisée",
'msg_offer_voted_on' => "Votre offre a été votée. Vous êtes autorisé à télécharger ",
'msg_offer_voted_off' => "Votre offre a été rejetée. Vous n'êtes pas autorisé à la télécharger ",
'msg_voted_on' => " a été voté sur",
'msg_offer_deleted' => "Votre offre a été supprimée",
'msg_your_offer' => "Votre offre '",
'msg_was_deleted_by' => "' a été supprimé par ",
'msg_blank' => ".",
'msg_you_must_upload_in' => "Veuillez télécharger l'offre dans ",
'msg_hours_otherwise' => " heures sinon l'offre serait supprimée.",
'msg_reason_is' => "La raison : ",
];