diff --git a/plugins/poll/config/locales/client.fr.yml b/plugins/poll/config/locales/client.fr.yml index 2cdd56b68a3..1da9ecc1789 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 60e07219db7..85bf5b022a1 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:"