mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 04:04:20 +00:00 
			
		
		
		
	Added missing translation in post form.
This commit is contained in:
		@@ -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"
 | 
				
			||||||
		});
 | 
							});
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user