mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Added missing translation in post form.
This commit is contained in:
parent
1e1021fd49
commit
ac6539a82c
@ -216,7 +216,7 @@ ComunicWeb.components.posts.form = {
|
||||
});
|
||||
var timeEndInput = createFormGroup({
|
||||
target: container,
|
||||
label: "Time end",
|
||||
label: lang("_input_countdown_endtime"),
|
||||
placeholder: "hh:ss",
|
||||
type: "text"
|
||||
});
|
||||
|
@ -46,6 +46,7 @@ ComunicWeb.common.langs.en = {
|
||||
_no_movie_selected: "No movie selected.",
|
||||
_input_page_url_label: "Page URL",
|
||||
_input_countdown_enddate: "End date",
|
||||
_input_countdown_endtime: "End time",
|
||||
_input_survey_question_label: "Question for the survey",
|
||||
_input_survey_question_placeholder: "Question",
|
||||
_input_survey_answers_label: "Answers",
|
||||
|
@ -45,6 +45,7 @@ ComunicWeb.common.langs.fr = {
|
||||
_no_movie_selected: "Aucune vidéo sélectionnée.",
|
||||
_input_page_url_label: "URL de la page",
|
||||
_input_countdown_enddate: "Date de fin",
|
||||
_input_countdown_endtime: "Heure de fin",
|
||||
_input_survey_question_label: "Question du sondage",
|
||||
_input_survey_question_placeholder: "Question",
|
||||
_input_survey_answers_label: "Réponses",
|
||||
|
Loading…
Reference in New Issue
Block a user