diff --git a/plugins/poll/config/locales/client.fr.yml b/plugins/poll/config/locales/client.fr.yml index 2cdd56b68..1da9ecc17 100644 --- a/plugins/poll/config/locales/client.fr.yml +++ b/plugins/poll/config/locales/client.fr.yml @@ -1,6 +1,6 @@ # 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 # to the Javascript app. @@ -19,5 +19,5 @@ fr: other: "%{count} votes" results: - show: "Voir les r�sultats" - hide: "Cacher les r�sultats" + show: "Voir les résultats" + hide: "Cacher les résultats" diff --git a/plugins/poll/config/locales/server.fr.yml b/plugins/poll/config/locales/server.fr.yml index 60e07219d..85bf5b022 100644 --- a/plugins/poll/config/locales/server.fr.yml +++ b/plugins/poll/config/locales/server.fr.yml @@ -1,6 +1,6 @@ # 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 # @@ -13,5 +13,5 @@ fr: poll: 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:"