Added missing translation in post form.

This commit is contained in:
Pierre HUBERT 2018-08-04 09:09:02 +02:00
parent 1e1021fd49
commit ac6539a82c
3 changed files with 3 additions and 1 deletions

View File

@ -216,7 +216,7 @@ ComunicWeb.components.posts.form = {
}); });
var timeEndInput = createFormGroup({ var timeEndInput = createFormGroup({
target: container, target: container,
label: "Time end", label: lang("_input_countdown_endtime"),
placeholder: "hh:ss", placeholder: "hh:ss",
type: "text" type: "text"
}); });

View File

@ -46,6 +46,7 @@ ComunicWeb.common.langs.en = {
_no_movie_selected: "No movie selected.", _no_movie_selected: "No movie selected.",
_input_page_url_label: "Page URL", _input_page_url_label: "Page URL",
_input_countdown_enddate: "End date", _input_countdown_enddate: "End date",
_input_countdown_endtime: "End time",
_input_survey_question_label: "Question for the survey", _input_survey_question_label: "Question for the survey",
_input_survey_question_placeholder: "Question", _input_survey_question_placeholder: "Question",
_input_survey_answers_label: "Answers", _input_survey_answers_label: "Answers",

View File

@ -45,6 +45,7 @@ ComunicWeb.common.langs.fr = {
_no_movie_selected: "Aucune vidéo sélectionnée.", _no_movie_selected: "Aucune vidéo sélectionnée.",
_input_page_url_label: "URL de la page", _input_page_url_label: "URL de la page",
_input_countdown_enddate: "Date de fin", _input_countdown_enddate: "Date de fin",
_input_countdown_endtime: "Heure de fin",
_input_survey_question_label: "Question du sondage", _input_survey_question_label: "Question du sondage",
_input_survey_question_placeholder: "Question", _input_survey_question_placeholder: "Question",
_input_survey_answers_label: "Réponses", _input_survey_answers_label: "Réponses",