From bd1c11868466322a817de8ec6789d900577639fb Mon Sep 17 00:00:00 2001 From: Muhammad Usman <43761905+musmanmalik@users.noreply.github.com> Date: Tue, 28 Jul 2020 03:43:02 -0700 Subject: [PATCH] French Translation correction (#80) --- poll/public/js/translations/fr/textjs.js | 2 +- poll/translations/fr/LC_MESSAGES/text.mo | Bin 9810 -> 9853 bytes poll/translations/fr/LC_MESSAGES/text.po | 2 +- poll/translations/fr/LC_MESSAGES/textjs.po | 2 +- setup.py | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poll/public/js/translations/fr/textjs.js b/poll/public/js/translations/fr/textjs.js index 108f958..4e3459e 100644 --- a/poll/public/js/translations/fr/textjs.js +++ b/poll/public/js/translations/fr/textjs.js @@ -28,7 +28,7 @@ "R\u00e9sultats recueillis de {total} personne interrog\u00e9e.", "R\u00e9sultats recueillis de {total} personnes interrog\u00e9es." ], - "Submit": "Envoyer", + "Submit": "Soumettre", "This must have an image URL or text, and can have both. If you add an image, you must also provide an alternative text that describes the image in a way that would allow someone to answer the poll if the image did not load.": "Ceci doit contenir une URL d'image ou un texte, et peut contenir les deux. Si vous ajoutez une image, vous devez aussi fournir un texte alternatif qui d\u00e9crit l'image d'une mani\u00e8re qui permettrait \u00e0 tout le monde de r\u00e9pondre au sondage si l'image ne se t\u00e9l\u00e9charger pas.", "You can make limited use of Markdown in answer texts, preferably only bold and italics.": "Vous pouvez faire un usage limit\u00e9 de Markdown dans les textes des r\u00e9ponses, de pr\u00e9f\u00e9rence uniquement en gras et en italique.", "move poll down": "Faire descendre le sondage", diff --git a/poll/translations/fr/LC_MESSAGES/text.mo b/poll/translations/fr/LC_MESSAGES/text.mo index 9b32d6e13b1184f67d018661121fdd662d4f6ee5..9eed6cad6493d8cde9aabd47f01255018e6e9aeb 100644 GIT binary patch delta 633 zcmXZY%_~G<6vy%3jFA~HjWo#n^-dbyG1M58B2gEK*l3u=EWC~w#X^$}e}J;Fwy;xE zHnJc)8%Zo|Bo-Ey?8x_tySSfop8K40pYz-~-_EJyPWQW{qJVUQlf_b8(szl}qM7grn=yknK4BZ?H~bA6!4P>bnth>F z0<+-|`G>A>4d3tLz=)nq?K+fzTp}5H`d~*N9xCO?7@;pIr&)FJ0%2my@bkczx0& z25=jf&@_C-5&Xnz^mUbgFo;g-5H4d3O~NB=z!M~-ifHaVqv`j8OZb5%=uD0{=HeWV z;zFg~#XjmojN>($3Dg86!pVe diff --git a/poll/translations/fr/LC_MESSAGES/text.po b/poll/translations/fr/LC_MESSAGES/text.po index b67508b..1f3098b 100644 --- a/poll/translations/fr/LC_MESSAGES/text.po +++ b/poll/translations/fr/LC_MESSAGES/text.po @@ -211,7 +211,7 @@ msgstr "Question" #: poll/public/html/poll.html:35 poll/public/html/survey.html:53 msgid "Submit" -msgstr "Envoyer" +msgstr "Soumettre" #: poll/public/html/poll.html:40 poll/public/html/survey.html:55 msgid "Thank you." diff --git a/poll/translations/fr/LC_MESSAGES/textjs.po b/poll/translations/fr/LC_MESSAGES/textjs.po index 025bb9a..c4516c4 100644 --- a/poll/translations/fr/LC_MESSAGES/textjs.po +++ b/poll/translations/fr/LC_MESSAGES/textjs.po @@ -9,7 +9,7 @@ msgstr "Résultats" #: poll/public/handlebars/poll_results.handlebars:31 #: poll/public/handlebars/survey_results.handlebars:39 msgid "Submit" -msgstr "Envoyer" +msgstr "Soumettre" #: poll/public/handlebars/poll_results.handlebars:33 #: poll/public/handlebars/survey_results.handlebars:41 diff --git a/setup.py b/setup.py index 570ee04..4a3fabb 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ def package_data(pkg, roots): setup( name='xblock-poll', - version='1.9.9', + version='1.9.10', description='An XBlock for polling users.', packages=[ 'poll',