Can respond to a survey

This commit is contained in:
Pierre HUBERT
2018-09-07 09:41:39 +02:00
parent 1daffd4af5
commit 7fd4602091
6 changed files with 148 additions and 8 deletions

View File

@ -293,4 +293,8 @@
<string name="err_groups_not_supported">Les groupes ne sont pas encore supportés sur l\'application Android…</string>
<string name="survey_choice">(%1$d) %2$s</string>
<string name="survey_your_choice">Votre choix : %1$s</string>
<string name="action_cancel_response_survey">Annuler</string>
<string name="action_send_survey_response">Répondre</string>
<string name="err_cancel_response">Une erreur a survenue lors de l\'annulation de votre réponse au sondage !</string>
<string name="err_respond_survey">Une erreur a survenue lors de l\'envoi de votre réponse au sondage !</string>
</resources>

View File

@ -295,4 +295,5 @@
<string name="action_cancel_response_survey">Cancel</string>
<string name="action_send_survey_response">Respond</string>
<string name="err_cancel_response">Could not cancel your response to the survey!</string>
<string name="err_respond_survey">Could not send response to the server!</string>
</resources>