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