# Translation of StatusNet - EmailRegistration to French (Français) # Exported from translatewiki.net # # Author: Brunoperel # Author: Crochet.david # Author: Iketsi # Author: Od1n # -- # This file is distributed under the same license as the StatusNet package. # msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2011-08-30 09:27+0000\n" "PO-Revision-Date: 2011-08-30 09:28:44+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" "X-Generator: MediaWiki 1.19alpha (r95739); Translate extension (2011-08-26)\n" "X-Translation-Project: translatewiki.net at //translatewiki.net\n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-emailregistration\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. TRANS: Client exception trown when registration by e-mail is not allowed. msgid "Registration not allowed." msgstr "" #. TRANS: Client exception trown when trying to register without an invitation. msgid "Sorry, only invited people can register." msgstr "" #. TRANS: Client exception thrown when no confirmation code was provided. msgid "No confirmation code." msgstr "Aucun code de confirmation." #. TRANS: Client exception trown when using an invitation multiple times. msgid "Invitation already used." msgstr "" #. TRANS: Client exception thrown when given confirmation code was not issued. msgid "No such confirmation code." msgstr "Aucun code confirmation similaire." #. TRANS: Title for registration page. msgctxt "TITLE" msgid "Register" msgstr "S’inscrire" #. TRANS: Title for page where to register with a confirmation code. msgctxt "TITLE" msgid "Complete registration" msgstr "Terminer l'enregistrement" #. TRANS: Confirmation text after initial registration. #. TRANS: %s an e-mail address. #, php-format msgid "" "An email was sent to %s to confirm that address. Check your email inbox for " "instructions." msgstr "" "Un courriel a été envoyé à %s pour confirmer cette adresse. Vérifiez votre " "boîte de courriel pour les instructions." #. TRANS: Client exception trown when trying to set password with an invalid confirmation code. msgid "No confirmation thing." msgstr "Aucun élément de confirmation." #. TRANS: Error text when trying to register without agreeing to the terms. msgid "You must accept the terms of service and privacy policy to register." msgstr "" "Vous devez accepter les conditions de service et la politique de " "confidentialité pour vous inscrire.." #. TRANS: Error text when trying to register without a password. msgid "You must set a password" msgstr "Vous devez définir un mot de passe" #. TRANS: Error text when trying to register with too short a password. msgid "Password must be 6 or more characters." msgstr "Le mot de passe doit être constitué de 6 caractères ou plus." #. TRANS: Error text when trying to register without providing the same password twice. msgid "Passwords do not match." msgstr "Les mots de passe ne correspondent pas." #. TRANS: Exception trown when using an invitation multiple times. msgid "Failed to register user." msgstr "" #. TRANS: Subject for confirmation e-mail. #. TRANS: %s is the StatusNet sitename. #, php-format msgid "Confirm your registration on %s" msgstr "Confirmer votre inscription sur %s" #. TRANS: Body for confirmation e-mail. #. TRANS: %1$s is the StatusNet sitename, %2$s is the confirmation URL. #, php-format msgid "" "Someone (probably you) has requested an account on %1$s using this email " "address.\n" "To confirm the address, click the following URL or copy it into the address " "bar of your browser.\n" "%2$s\n" "If it was not you, you can safely ignore this message." msgstr "" "Quelqu'un (probablement vous) a demandé un compte sur %1$s en utilisant " "cette adresse e-mail.\n" "Pour confirmer l'adresse, cliquez sur l'URL ci-dessous ou copiez-la dans la " "barre d'adresse de votre navigateur.\n" "%2$s\n" "Si ce n'est pas vous, vous pouvez ignorer ce message." #. TRANS: Form instructions. msgid "Enter your email address to register for an account." msgstr "Entrez votre adresse email pour créer un compte." #. TRANS: Field label on form for registering an account. msgctxt "LABEL" msgid "E-mail address" msgstr "Adresse de courriel" #. TRANS: Button text for registering an account. #. TRANS: Button text for action to register. msgctxt "BUTTON" msgid "Register" msgstr "S’inscrire" #. TRANS: Form instructions. msgid "Enter a password to confirm your new account." msgstr "Entrez un mot de passe pour confirmer votre nouveau compte." #. TRANS: Field label in e-mail registration form. msgctxt "LABEL" msgid "User name" msgstr "Nom d'utilisateur" #. TRANS: Field label. msgid "Email address" msgstr "Adresse de courriel" #. TRANS: Field label on account registration page. msgid "Password" msgstr "Mot de passe" #. TRANS: Field title on account registration page. msgid "6 or more characters." msgstr "6 caractères ou plus." #. TRANS: Field label on account registration page. In this field the password has to be entered a second time. msgctxt "PASSWORD" msgid "Confirm" msgstr "Confirmer" #. TRANS: Field title on account registration page. msgid "Same as password above." msgstr "Identique au mot de passe ci-dessus." #. TRANS: Checkbox title for terms of service and privacy policy. #, php-format msgid "" "I agree to the Terms of service and Privacy policy of this site." msgstr "" "Je suis d'accord avec lesConditions de service et la Politique de confidentialité de ce site." #. TRANS: Error text when trying to register with an already registered e-mail address. #. TRANS: %s is the URL to recover password at. #, php-format msgid "" "A user with that email address already exists. You can use the password recovery tool to recover a missing password." msgstr "" "Un utilisateur avec cette adresse e-mail existe déjà. Vous pouvez utiliser " "l'outil de récupération de mot de passe si vous avez " "oublié votre mot de passe." #. TRANS: Error text when trying to register with an invalid e-mail address. msgid "Not a valid email address." msgstr "Adresse courriel invalide." #. TRANS: Subject for confirmation e-mail. #. TRANS: %s is the StatusNet sitename. #, php-format msgid "Welcome to %s" msgstr "" #. TRANS: Plugin description. msgid "Use email only for registration." msgstr "Utiliser seulement le courrier électronique pour l'inscription."