mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
72 lines
3.1 KiB
PHP
72 lines
3.1 KiB
PHP
<?php
|
|
|
|
$lang_invite = array
|
|
(
|
|
'std_sorry' => "Désolé",
|
|
'std_permission_denied' => "Autorisation refusée !",
|
|
'head_invites' => "Invitations",
|
|
'std_no_invites_left' => "Vous n'avez plus d'invitations. :( <br /><br />Veuillez cliquer ",
|
|
'here_to_go_back' => "voici</a> pour revenir.",
|
|
'text_invite_code_sent' => "Le code d'invitation a été envoyé !<br />",
|
|
'text_invite_someone' => "Invitez quelqu'un à rejoindre ",
|
|
'text_s' => "s",
|
|
'text_invitation' => " invitation",
|
|
'text_left' => " à gauche",
|
|
'text_email_address' => "Adresse e-mail",
|
|
'text_email_address_note' => "L'adresse e-mail doit être valide. L'invitation recevra un e-mail à propos de votre invitation.",
|
|
'text_message' => "Message",
|
|
'submit_invite' => "Inviter",
|
|
'text_invite_status' => "Statut actuel des invitations",
|
|
'text_no_invites' => "Aucune invitation pour le moment.",
|
|
'text_username' => "Nom d'utilisateur",
|
|
'text_email' => "Courriel",
|
|
'text_uploaded' => "Téléchargé",
|
|
'text_downloaded' => "Téléchargé",
|
|
'text_ratio' => "Ratio",
|
|
'text_status' => "Statut",
|
|
'text_confirm' => "Valider",
|
|
'text_confirmed' => "Confirmé",
|
|
'text_pending' => "En attente",
|
|
'submit_confirm_users' => "Confirmer les utilisateurs ",
|
|
'sumbit_invite_someone' => "Invitez Quelqu'un",
|
|
'text_sent_invites_status' => "Statut actuel des invitations envoyées",
|
|
'text_no_invitation_sent' => "Aucune invitation envoyée pour le moment.",
|
|
'text_hash' => "Hachage",
|
|
'text_send_date' => "Date d'envoi",
|
|
'text_hash_status' => 'Hash valid',
|
|
'text_invitee_user' => 'Utilisateur invité',
|
|
|
|
'text_invitation_body' => "
|
|
Hi Buddy,
|
|
|
|
I am inviting you to join %s which is a private community that have the finest
|
|
and most abundant stuff. If you are interested in joining us please read over
|
|
the rules and confirm the invite. Finally, please make sure you keep a nice ratio and
|
|
only upload content that follows rules of the site.
|
|
|
|
Welcome aboard! :)
|
|
Best Regards,
|
|
",
|
|
'text_invite_system' => "Système d'invitation",
|
|
'std_only' => "Seulement ",
|
|
'std_or_above_can_invite' => " ou au-dessus peut envoyer une invitation.",
|
|
'text_email_restriction_note' => "Vous ne pouvez envoyer d'invitation qu'à partir de ces domaines : ",
|
|
'harem_addition' => 'Ajout de Harem',
|
|
'signup_link_help' => 'Clic droit pour copier',
|
|
'signup_link' => 'Lien d\'inscription',
|
|
'text_uploaded_count' => 'Nombre de téléversements',
|
|
'text_seed_torrent_count' => 'Nombre de sources',
|
|
'text_seed_torrent_size' => 'Taille de la source',
|
|
'text_seed_torrent_bonus_per_hour' => 'Bonus de seeding par heure',
|
|
'text_seed_torrent_bonus_per_hour_help' => 'C\'est-à-dire, les points de graines, ne pas considérer les dons, torrents officiels, harems et autres ajouts',
|
|
'text_seed_torrent_last_announce_at' => 'Heure de la dernière annonce',
|
|
'text_enabled' => 'Activé',
|
|
'text_tmp_status' => 'Statut d\'invitation temporaire',
|
|
'text_expired_at' => 'Expiré le',
|
|
'text_permanent' => 'Utilisation d\'une invitation permanente',
|
|
'text_consume_invite' => 'Utiliser l\'invitation',
|
|
'text_temporary_left' => '%s temporary invite',
|
|
);
|
|
|
|
?>
|