From 0a27754901caaea1984606632994d1bd2e52d027 Mon Sep 17 00:00:00 2001 From: Cilyan Olowen Date: Fri, 12 Dec 2008 11:25:23 +0100 Subject: Updated French Translation for 1.5.3. Signed-off-by: Cilyan Olowen Signed-off-by: Loui Chang --- web/lang/fr/tu_po.inc | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 web/lang/fr/tu_po.inc (limited to 'web/lang/fr/tu_po.inc') diff --git a/web/lang/fr/tu_po.inc b/web/lang/fr/tu_po.inc new file mode 100644 index 00000000..18aa35ab --- /dev/null +++ b/web/lang/fr/tu_po.inc @@ -0,0 +1,61 @@ + + +include_once("translator.inc"); +global $_t; + +$_t["fr"]["Proposal:"] = "Proposition :"; + +$_t["fr"]["No"] = "Non"; + +$_t["fr"]["Username does not exist."] = "Le nom d'utilisateur n'existe pas."; + +$_t["fr"]["Next"] = "Suivant"; + +$_t["fr"]["Add"] = "Ajouter"; + +$_t["fr"]["Length must be at least 1."] = "La durée doit être au moins de 1."; + +$_t["fr"]["(defaults to 7 if empty)"] = "(7 par défaut si laissé vide)"; + +$_t["fr"]["Proposal cannot be empty."] = "Une proposition ne peut être vide."; + +$_t["fr"]["Vote ID not valid."] = "ID de vote non valide."; + +$_t["fr"]["(empty if not applicable)"] = "(vide si non applicable)"; + +$_t["fr"]["Voting is closed for this proposal."] = "Le vote est clos pour cette proposition."; + +$_t["fr"]["New proposal submitted."] = "Nouvelle proposition enregistrée."; + +$_t["fr"]["%s already has proposal running for them."] = "%s a déjà une proposition en cours à son sujet."; + +$_t["fr"]["Length must be a number."] = "La durée doit être un nombre."; + +$_t["fr"]["You've already voted for this proposal."] = "Vous avez déjà voté pour cette proposition."; + +$_t["fr"]["Current Votes"] = "Votes en cours"; + +$_t["fr"]["You've already voted in this proposal."] = "Vous avez déjà voté pour cette proposition."; + +$_t["fr"]["You cannot vote in an proposal about you."] = "Vous ne pouvez pas voter dans une proposition à votre sujet."; + +$_t["fr"]["Abstain"] = "Abstention"; + +$_t["fr"]["You are not allowed to access this area."] = "Vous n'avez pas la permission d'accéder à cet espace."; + +$_t["fr"]["Length in days:"] = "Durée en jours :"; + +$_t["fr"]["Back"] = "Retour"; + +$_t["fr"]["Submit a proposal to vote on."] = "Soumettre une proposition à laquelle voter."; + +$_t["fr"]["All Votes"] = "Tous les votes"; + +$_t["fr"]["Could not retrieve proposal details."] = "Impossible d'obtenir le détail de la proposition."; + +$_t["fr"]["Yes"] = "Oui"; + +$_t["fr"]["Applicant/TU:"] = "Postulant/TU :"; + -- cgit v1.2.3-24-g4f1b