diff --git a/locale/de.json b/locale/de.json index 568adad..dceb9b9 100644 --- a/locale/de.json +++ b/locale/de.json @@ -38,6 +38,7 @@ "Search": "Suche", "Creation date:": "Erstellungsdatum:", "Caption": "Bildunterschrift", + "Markdown": "Markdown", "ASTERISK": "*" }, "Date": { @@ -241,7 +242,10 @@ "The results are publicly visible": "DE_Les résultats sont visibles sans mot de passe", "Poll password": "DE_Mot de passe", "Confirm password": "DE_Confirmer votre mot de passe", - "Go to step 2": "Weiter zum 2. Schritt" + "Go to step 2": "Weiter zum 2. Schritt", + "To make the description more attractive, you can use the Markdown format.": "DE_Afin de rendre le descriptif de ce sondage plus attractif, vous pouvez utiliser le formatage Markdown.", + "You can enable or disable the editor at will.": "DE_Vous pouvez activer ou désactiver l'éditeur à votre guise.", + "More informations here:": "DE_Plus d'informations ici :" }, "Step 2": { "Back to step 1": "Zurück zum 1. Schritt", diff --git a/locale/en.json b/locale/en.json index 9faeed6..5946629 100644 --- a/locale/en.json +++ b/locale/en.json @@ -38,6 +38,7 @@ "Search": "Search", "Creation date:": "Creation date:", "Caption": "Caption", + "Markdown": "Markdown", "ASTERISK": "*" }, "Date" : { @@ -241,7 +242,10 @@ "The results are publicly visible": "The results are publicly visible", "Poll password": "Password", "Confirm password": "Confirmer votre mot de passe", - "Go to step 2": "Go to step 2" + "Go to step 2": "Go to step 2", + "To make the description more attractive, you can use the Markdown format.": "To make the description more attractive, you can use the Markdown format.", + "You can enable or disable the editor at will.": "You can enable or disable the editor at will.", + "More informations here:": "More informations here:" }, "Step 2": { "Back to step 1": "Return to step 1", diff --git a/locale/es.json b/locale/es.json index 8eebe58..a4d0249 100644 --- a/locale/es.json +++ b/locale/es.json @@ -38,6 +38,7 @@ "Search": "Búsqueda", "Creation date:": "Fecha de creación:", "Caption": "Leyenda", + "Markdown": "Markdown", "ASTERISK": "*" }, "Date": { @@ -241,7 +242,10 @@ "The results are publicly visible": "ES_Les résultats sont visibles sans mot de passe", "Poll password": "ES_Mot de passe", "Confirm password": "ES_Confirmer votre mot de passe", - "Go to step 2": "Ir al paso número 2" + "Go to step 2": "Ir al paso número 2", + "To make the description more attractive, you can use the Markdown format.": "ES_Afin de rendre le descriptif de ce sondage plus attractif, vous pouvez utiliser le formatage Markdown.", + "You can enable or disable the editor at will.": "ES_Vous pouvez activer ou désactiver l'éditeur à votre guise.", + "More informations here:": "ES_Plus d'informations ici :" }, "Step 2": { "Back to step 1": "Volver al paso número 1", diff --git a/locale/fr.json b/locale/fr.json index 9b33af3..e238b19 100644 --- a/locale/fr.json +++ b/locale/fr.json @@ -38,6 +38,7 @@ "Search": "Chercher", "Creation date:": "Date de création :", "Caption": "Légende", + "Markdown": "Markdown", "ASTERISK": "*" }, "Date": { @@ -241,7 +242,10 @@ "The results are publicly visible": "Les résultats sont visibles sans mot de passe", "Poll password": "Mot de passe", "Confirm password": "Confirmer votre mot de passe ", - "Go to step 2": "Aller à l'étape 2" + "Go to step 2": "Aller à l'étape 2", + "To make the description more attractive, you can use the Markdown format.": "Afin de rendre le descriptif de ce sondage plus attractif, vous pouvez utiliser le formatage Markdown.", + "You can enable or disable the editor at will.": "Vous pouvez activer ou désactiver l'éditeur à votre guise.", + "More informations here:": "Plus d'informations ici :" }, "Step 2": { "Back to step 1": "Revenir à l’étape 1", diff --git a/locale/it.json b/locale/it.json index 06775a5..7361984 100644 --- a/locale/it.json +++ b/locale/it.json @@ -38,6 +38,7 @@ "Search": "Cercare", "Creation date:": "Data di creazione:", "Caption": "Titolo", + "Markdown": "Markdown", "ASTERISK": "*" }, "Date": { @@ -241,7 +242,10 @@ "The results are publicly visible": "I risultati sono visibili senza password", "Poll password": "Password", "Confirm password": "Conferma della password", - "Go to step 2": "Andare al punto 2" + "Go to step 2": "Andare al punto 2", + "To make the description more attractive, you can use the Markdown format.": "IT_Afin de rendre le descriptif de ce sondage plus attractif, vous pouvez utiliser le formatage Markdown.", + "You can enable or disable the editor at will.": "IT_Vous pouvez activer ou désactiver l'éditeur à votre guise.", + "More informations here:": "IT_Plus d'informations ici :" }, "Step 2": { "Back to step 1": "Torna al punto 1", diff --git a/locale/oc.json b/locale/oc.json index 6f4fcd6..6234957 100644 --- a/locale/oc.json +++ b/locale/oc.json @@ -38,6 +38,7 @@ "Search": "Cercar", "Creation date:": "Data de creacion :", "Caption": "OC_Légende", + "Markdown": "Markdown", "ASTERISK": "*" }, "Date": { @@ -241,7 +242,10 @@ "The results are publicly visible": "OC_Les résultats sont visibles sans mot de passe", "Poll password": "OC_Mot de passe", "Confirm password": "OC_Confirmer votre mot de passe ", - "Go to step 2": "Anar a l'etapa 2" + "Go to step 2": "Anar a l'etapa 2", + "To make the description more attractive, you can use the Markdown format.": "OC_Afin de rendre le descriptif de ce sondage plus attractif, vous pouvez utiliser le formatage Markdown.", + "You can enable or disable the editor at will.": "OC_Vous pouvez activer ou désactiver l'éditeur à votre guise.", + "More informations here:": "OC_Plus d'informations ici :" }, "Step 2": { "Back to step 1": "Tornar a l'etapa 1", diff --git a/tpl/create_poll.tpl b/tpl/create_poll.tpl index 5793317..27a533b 100644 --- a/tpl/create_poll.tpl +++ b/tpl/create_poll.tpl @@ -65,10 +65,7 @@