Skip to content

Commit

Permalink
Update the changelog and the language files (see #2442)
Browse files Browse the repository at this point in the history
Description
-----------

-

Commits
-------

49399a6 Update the changelog and the language files
  • Loading branch information
leofeyer committed Oct 20, 2020
1 parent c648e92 commit 27b66f6
Show file tree
Hide file tree
Showing 52 changed files with 858 additions and 41 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

This project adheres to [Semantic Versioning].

## [4.9.9] (2020-10-20)

**Fixed issues:**

- [#2434] Correctly move root level pages to the top ([leofeyer])
- [#2430] Correctly generate the HTML module ([leofeyer])
- [#2417] Register globals in the fragments pass ([aschempp])
- [#2416] Remove the Content-Length header when modifying the response ([aschempp])

## [4.9.8] (2020-10-07)

**Fixed issues:**
Expand Down Expand Up @@ -441,6 +450,7 @@ This project adheres to [Semantic Versioning].
- [#991] Replace mb_strlen() with Utf8::strlen() ([leofeyer])

[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
[4.9.9]: https://github.com/contao/contao/releases/tag/4.9.9
[4.9.8]: https://github.com/contao/contao/releases/tag/4.9.8
[4.9.7]: https://github.com/contao/contao/releases/tag/4.9.7
[4.9.6]: https://github.com/contao/contao/releases/tag/4.9.6
Expand Down Expand Up @@ -471,6 +481,10 @@ This project adheres to [Semantic Versioning].
[Tastaturberuf]: https://github.com/Tastaturberuf
[Toflar]: https://github.com/Toflar
[xchs]: https://github.com/xchs
[#2434]: https://github.com/contao/contao/pull/2434
[#2430]: https://github.com/contao/contao/pull/2430
[#2417]: https://github.com/contao/contao/pull/2417
[#2416]: https://github.com/contao/contao/pull/2416
[#2403]: https://github.com/contao/contao/pull/2403
[#2399]: https://github.com/contao/contao/pull/2399
[#2363]: https://github.com/contao/contao/pull/2363
Expand Down
10 changes: 10 additions & 0 deletions calendar-bundle/src/Resources/contao/languages/fr/default.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -39,37 +39,47 @@
</trans-unit>
<trans-unit id="MSC.cal_repeat">
<source>This event is repeated %s%s. The next event will take place on &lt;time datetime=&quot;%s&quot; itemprop=&quot;startDate&quot;&gt;%s&lt;/time&gt;.</source>
<target>Cet évenement est répété %s%s. Le prochain événement aura lieu le &lt;time datetime=&quot;%s&quot; itemprop=&quot;startDate&quot;&gt;%s&lt;/time&gt;.</target>
</trans-unit>
<trans-unit id="MSC.cal_repeat_ended">
<source>This event was repeated %s%s.</source>
<target>Cet évenement a été répété %s%s.</target>
</trans-unit>
<trans-unit id="MSC.cal_until">
<source>until %s</source>
<target>jusqu'au %s</target>
</trans-unit>
<trans-unit id="MSC.cal_single_days">
<source>every day</source>
<target>chaque jour</target>
</trans-unit>
<trans-unit id="MSC.cal_multiple_days">
<source>every %s days</source>
<target>chaque %s jours</target>
</trans-unit>
<trans-unit id="MSC.cal_single_weeks">
<source>every week</source>
<target>chaque semaine</target>
</trans-unit>
<trans-unit id="MSC.cal_multiple_weeks">
<source>every %s weeks</source>
<target>chaque %s semaines</target>
</trans-unit>
<trans-unit id="MSC.cal_single_months">
<source>every month</source>
<target>chaque mois</target>
</trans-unit>
<trans-unit id="MSC.cal_multiple_months">
<source>every %s months</source>
<target>chaque %s mois</target>
</trans-unit>
<trans-unit id="MSC.cal_single_years">
<source>every year</source>
<target>chaque année</target>
</trans-unit>
<trans-unit id="MSC.cal_multiple_years">
<source>every %s years</source>
<target>chaque %s années</target>
</trans-unit>
<trans-unit id="MSC.eventPicker">
<source>Events</source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
<target>N'autoriser que les utilisateurs authentifiés à créer des commentaires.</target>
</trans-unit>
<trans-unit id="tl_calendar.disableCaptcha.0">
<source>Disable the security question</source>
<target>Désactiver la question de sécurité</target>
<source>Disable spam protection</source>
<target>Désactiver la protection contre le spam</target>
</trans-unit>
<trans-unit id="tl_calendar.disableCaptcha.1">
<source>Use this option only if you have limited comments to authenticated users.</source>
Expand Down Expand Up @@ -142,15 +142,16 @@
<target>Articles complets</target>
</trans-unit>
<trans-unit id="tl_calendar.feeds.0">
<source>RSS feeds</source>
<target>Flux RSS</target>
<source>Calendar feeds</source>
<target>Flux RSS des calendriers</target>
</trans-unit>
<trans-unit id="tl_calendar.feeds.1">
<source>Manage RSS feeds</source>
<target>Gérer les flux RSS</target>
<source>Manage calendar feeds</source>
<target>Gérer les flux RSS de calendrier</target>
</trans-unit>
<trans-unit id="tl_calendar.new.0">
<source>New</source>
<target>Actualité</target>
</trans-unit>
<trans-unit id="tl_calendar.new.1">
<source>Create a new calendar</source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
</trans-unit>
<trans-unit id="tl_calendar_events.endTime.1">
<source>Leave blank to create an open-ended event.</source>
<target>Laisser vide pour créer un événement sans fin.</target>
</trans-unit>
<trans-unit id="tl_calendar_events.startDate.0">
<source>Start date</source>
Expand All @@ -66,15 +67,19 @@
</trans-unit>
<trans-unit id="tl_calendar_events.pageTitle.0">
<source>Meta title</source>
<target>Meta Titre</target>
</trans-unit>
<trans-unit id="tl_calendar_events.pageTitle.1">
<source>Here you can add a custom meta title to overwrite the default page title.</source>
<target>Ajouter une méta-title personnalisé pour remplacer le titre de page par défaut.</target>
</trans-unit>
<trans-unit id="tl_calendar_events.description.0">
<source>Meta description</source>
<target>Meta description</target>
</trans-unit>
<trans-unit id="tl_calendar_events.description.1">
<source>Here you can add a custom meta description to overwrite the default page description.</source>
<target>Ajouter une méta-description personnalisé pour remplacer la description de page par défaut.</target>
</trans-unit>
<trans-unit id="tl_calendar_events.location.0">
<source>Location name</source>
Expand Down Expand Up @@ -246,13 +251,15 @@
</trans-unit>
<trans-unit id="tl_calendar_events.start.1">
<source>If you want to prevent the event from showing on the website before a certain date/time, you can enter it here. Otherwise leave the field blank.</source>
<target>Si vous ne souhaitez pas afficher l'événement sur le site avant une certaine date / heure, vous pouvez la saisir ici. Sinon, laissez le champ vide.</target>
</trans-unit>
<trans-unit id="tl_calendar_events.stop.0">
<source>Show until</source>
<target>Afficher jusqu'au</target>
</trans-unit>
<trans-unit id="tl_calendar_events.stop.1">
<source>If you want to prevent the event from showing on the website after a certain date/time, you can enter it here. Otherwise leave the field blank.</source>
<target>Si vous ne souhaitez pas afficher l'événement sur le site après une certaine date / heure, vous pouvez la saisir ici. Sinon, laissez le champ vide.</target>
</trans-unit>
<trans-unit id="tl_calendar_events.tstamp.0">
<source>Revision date</source>
Expand Down Expand Up @@ -294,6 +301,10 @@
<source>Redirect target</source>
<target>Cible de redirection</target>
</trans-unit>
<trans-unit id="tl_calendar_events.meta_legend">
<source>Meta data</source>
<target>Meta-données</target>
</trans-unit>
<trans-unit id="tl_calendar_events.expert_legend">
<source>Expert settings</source>
<target>Paramètres avancés</target>
Expand All @@ -320,6 +331,7 @@
</trans-unit>
<trans-unit id="tl_calendar_events.new.0">
<source>New</source>
<target>Actualité</target>
</trans-unit>
<trans-unit id="tl_calendar_events.new.1">
<source>Create a new event</source>
Expand Down Expand Up @@ -351,6 +363,7 @@
</trans-unit>
<trans-unit id="tl_calendar_events.editheader">
<source>Edit the settings of event ID %s</source>
<target>Éditer les paramètres de l'événement ID %s</target>
</trans-unit>
<trans-unit id="tl_calendar_events.pasteafter.0">
<source>Paste into this calendar</source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,16 @@
<target>Modèle d'événements</target>
</trans-unit>
<trans-unit id="tl_module.cal_template.1">
<source>Here you can select the event template.</source>
<target>Sélectionner un modèle d'événements.</target>
<source>Here you can select an event template.</source>
<target>Choisir un modèle d'événements.</target>
</trans-unit>
<trans-unit id="tl_module.cal_ctemplate.0">
<source>Calendar template</source>
<target>Modèle de calendrier</target>
</trans-unit>
<trans-unit id="tl_module.cal_ctemplate.1">
<source>Here you can select the calendar template.</source>
<target>Sélectionner un modèle de calendrier.</target>
<source>Here you can select a calendar template.</source>
<target>Choisir un modèle de calendrier.</target>
</trans-unit>
<trans-unit id="tl_module.cal_showQuantity.0">
<source>Show number of events</source>
Expand Down
8 changes: 4 additions & 4 deletions calendar-bundle/src/Resources/contao/languages/fr/tl_user.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
<target>Définir les permissions du calendrier.</target>
</trans-unit>
<trans-unit id="tl_user.calendarfeeds.0">
<source>Allowed RSS feeds</source>
<target>Flux RSS autorisés</target>
<source>Allowed calendar feeds</source>
<target>Flux de calendrier autorisés</target>
</trans-unit>
<trans-unit id="tl_user.calendarfeeds.1">
<source>Here you can grant access to one or more calendar feeds.</source>
<target>Accorder l'accès à un ou plusieurs flux de calendrier.</target>
</trans-unit>
<trans-unit id="tl_user.calendarfeedp.0">
<source>RSS feed permissions</source>
<target>Permissions des flux RSS</target>
<source>Calendar feed permissions</source>
<target>Permissions des flux de calendrier</target>
</trans-unit>
<trans-unit id="tl_user.calendarfeedp.1">
<source>Here you can define the calendar feed permissions.</source>
Expand Down
61 changes: 61 additions & 0 deletions comments-bundle/src/Resources/contao/languages/fr/default.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
</trans-unit>
<trans-unit id="MSC.com_notify">
<source>Notify me of new comments by e-mail (you can cancel your subscription at any time)</source>
<target>M'avertir des nouveaux commentaires par e-mail (vous pouvez annuler votre abonnement à tout moment)</target>
</trans-unit>
<trans-unit id="MSC.com_submit">
<source>Submit comment</source>
Expand Down Expand Up @@ -69,6 +70,22 @@ Click here to edit or answer the comment:

%s
</source>
<target>%s a ajouter un nouveau commentaire sur votre site:

---

%s

---

Cliquez ici pour voir le commentaire:

%s

Cliquez ici pour modifier ou répondre au commentaire:

%s
</target>
</trans-unit>
<trans-unit id="MSC.com_moderated">
<source>This comment has to be published in the back end before it will appear on the website!</source>
Expand Down Expand Up @@ -107,6 +124,22 @@ The confirmation link is valid for 24 hours. You can cancel your subscription at

%s
</source>
<target>Bonjour %s,

veuillez confirmer que vous souhaitez être informé des nouveaux commentaires par e-mail sur cette page:

%s

---

Cliquez ici pour confirmer votre abonnement:

%s

Le lien de confirmation est valable 24 heures. Vous pouvez annuler votre abonnement à tout moment en cliquant ici:

%s
</target>
</trans-unit>
<trans-unit id="MSC.com_notifySubject">
<source>New comment on %s</source>
Expand All @@ -127,6 +160,20 @@ Click here to cancel your subscription:

%s
</source>
<target>Bonjour %s,

un nouveau commentaire a été ajouté sur une page à laquelle vous êtes abonné:

---

%s

---

Cliquez ici pour annuler votre abonnement:

%s
</target>
</trans-unit>
<trans-unit id="MSC.com_notifyReplySubject">
<source>New reply to a comment on %s</source>
Expand All @@ -147,6 +194,20 @@ Click here to cancel your subscription:

%s
</source>
<target>Bonjour %s,

une nouvelle réponse a été ajoutée sur une page à laquelle vous êtes abonné:

---

%s

---

Cliquez ici pour annuler votre abonnement:

%s
</target>
</trans-unit>
</body>
</file>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
</trans-unit>
<trans-unit id="tl_comments.member.1">
<source>Here you can associate the comment with a member.</source>
<target>Vous pouvez associer un commentaire à un membre.</target>
</trans-unit>
<trans-unit id="tl_comments.comment.0">
<source>Comment</source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,19 @@
</trans-unit>
<trans-unit id="tl_content.com_disableCaptcha.0">
<source>Disable spam protection</source>
<target>Désactiver la protection contre le spam</target>
</trans-unit>
<trans-unit id="tl_content.com_disableCaptcha.1">
<source>Here you can disable the spam protection (not recommended).</source>
<target>Ici vous pouvez désactiver la protection contre le spam (non recommandé)</target>
</trans-unit>
<trans-unit id="tl_content.com_template.0">
<source>Comments template</source>
<target>Modèle des commentaires</target>
</trans-unit>
<trans-unit id="tl_content.com_template.1">
<source>Here you can select a comments template.</source>
<target>Vous pouvez choisir un modèle de commentaire.</target>
</trans-unit>
<trans-unit id="tl_content.comment_legend">
<source>Comment settings</source>
Expand Down
2 changes: 1 addition & 1 deletion core-bundle/src/Resources/contao/config/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

// Core version
define('VERSION', '4.9');
define('BUILD', '8');
define('BUILD', '9');
define('LONG_TERM_SUPPORT', true);

// Link constants
Expand Down
3 changes: 3 additions & 0 deletions core-bundle/src/Resources/contao/languages/fr/countries.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@
</trans-unit>
<trans-unit id="CNT.cz">
<source>Czechia</source>
<target>République Tchèque</target>
</trans-unit>
<trans-unit id="CNT.de">
<source>Germany</source>
Expand Down Expand Up @@ -582,6 +583,7 @@
</trans-unit>
<trans-unit id="CNT.mk">
<source>North Macedonia</source>
<target>Macédoine du Nord</target>
</trans-unit>
<trans-unit id="CNT.ml">
<source>Mali</source>
Expand Down Expand Up @@ -857,6 +859,7 @@
</trans-unit>
<trans-unit id="CNT.sz">
<source>Eswatini</source>
<target>Eswatini</target>
</trans-unit>
<trans-unit id="CNT.ta">
<source>Tristan da Cunha</source>
Expand Down

0 comments on commit 27b66f6

Please sign in to comment.