2014-03-11 18:55:36 +08:00
|
|
|
# encoding: utf-8
|
|
|
|
#
|
2014-03-11 19:30:59 +08:00
|
|
|
# French translation - Traduction française
|
2014-03-11 18:55:36 +08:00
|
|
|
#
|
|
|
|
# This file contains content for the server portion of Discourse used by Ruby
|
|
|
|
#
|
|
|
|
# To work with us on translations, see:
|
|
|
|
# https://www.transifex.com/projects/p/discourse-pt-br/
|
|
|
|
#
|
|
|
|
# To validate this YAML file after you change it, please paste it into
|
|
|
|
# http://yamllint.com/
|
|
|
|
|
|
|
|
fr:
|
2014-03-17 18:21:47 +08:00
|
|
|
activerecord:
|
|
|
|
attributes:
|
|
|
|
post:
|
|
|
|
poll_options: "Les options du sondage"
|
2014-03-11 18:55:36 +08:00
|
|
|
poll:
|
2014-03-17 18:21:47 +08:00
|
|
|
must_contain_poll_options: "doit contenir une liste d'options pour le sondage"
|
|
|
|
cannot_have_modified_options: "ne peuvent pas être modifiés après 5 minutes. Merci de contacter un moderateur, si vous souhaitez les modifier"
|
|
|
|
cannot_add_or_remove_options: "peuvent seulement être modifiés. Si vous souhaitez en supprimer ou en ajouter, veuillez créer un nouveau sujet."
|
2014-04-11 11:11:37 +08:00
|
|
|
prefix: "Sondage "
|
|
|
|
closed_prefix: "Sondage fermé "
|