Files
nexusphp/lang/fr/lang_complains.php
2025-05-05 21:27:48 +07:00

34 lines
1.9 KiB
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_complains = [
'text_complain' => 'Problème de compte complet',
'text_new_complain' => 'Nouvelle plainte',
'text_new_email' => 'Account Email',
'text_new_body' => 'Détail',
'text_new_body_placeholder' => "Décrivez le problème ici:\nLa preuve associée est applicable: les images sont affichées sous la forme de [img=URL]",
'text_new_submit' => 'Soumettre',
'text_new_failure' => 'Mauvaise adresse e-mail ou plainte vide saisie.',
'text_created_title' => 'Présentation créée',
'text_created_note' => 'Veuillez mettre cette page en favori afin que vous puissiez vérifier ses mises à jour plus tard. NE PAS VÉRIFIER CETTE URL À QUELQUE NATURE ! Sinon, votre plainte ne sera pas traitée.',
'text_search_account' => 'Rechercher un compte avec cet e-mail',
'text_reply' => 'Répondre',
'text_replies' => 'Suivi des messages',
'text_complainer' => 'Réplisseur',
'text_added' => 'Heure ajoutée',
'text_no_replies' => 'Aucun message maintenant',
'text_closed' => 'Cette plainte a reçu une réponse et est verrouillée pour de nouvelles réponses.',
'text_answer_it' => 'FERMER',
'text_unanswer_it' => 'Réouvrir',
'th_complain_at' => 'Compléter à',
'th_complain_account' => 'Composer un compte',
'th_action_view' => 'Voir',
'pending_complaints' => 'Réclamations en attente',
'no_pending_complaints' => 'Aucune plainte en attente',
'complaints_processed' => 'Plaintes traitées',
'no_complaints_have_been_processed' => 'Aucune plainte n\'a été traitée',
'text_view_band_log' => 'Voir le journal des bannissements',
'reply_notify_subject' => 'Plainte répondue',
'reply_notify_body' => 'Vous avez une réponse à votre plainte sur le site %s, cliquez ici <a href="%s" target="_blank">pour la voir</a>.',
'complain_not_enabled' => 'La plainte n\'est pas activée',
];