FIX: encoding on FR translations

This commit is contained in:
Régis Hanol 2014-03-11 12:30:59 +01:00
parent 249e577456
commit f8bf0fbad8
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# encoding: utf-8 # encoding: utf-8
# #
# French translation - Traduction française # French translation - Traduction française
# #
# This file contains content for the client portion of Discourse, sent out # This file contains content for the client portion of Discourse, sent out
# to the Javascript app. # to the Javascript app.
@ -19,5 +19,5 @@ fr:
other: "%{count} votes" other: "%{count} votes"
results: results:
show: "Voir les résultats" show: "Voir les résultats"
hide: "Cacher les résultats" hide: "Cacher les résultats"

View File

@ -1,6 +1,6 @@
# encoding: utf-8 # encoding: utf-8
# #
# French translation - Traduction française # French translation - Traduction française
# #
# This file contains content for the server portion of Discourse used by Ruby # This file contains content for the server portion of Discourse used by Ruby
# #
@ -13,5 +13,5 @@
fr: fr:
poll: poll:
must_contain_poll_options: "doit contenir une liste de choix pour le sondage" must_contain_poll_options: "doit contenir une liste de choix pour le sondage"
cannot_have_modified_options: "ne peut pas être modifié car il contient un sondage publié depuis plus de 5 minutes" cannot_have_modified_options: "ne peut pas être modifié car il contient un sondage publié depuis plus de 5 minutes"
prefix: "Sondage:" prefix: "Sondage:"