Skip to content

Commit a110263

Browse files
committed
GTFS-diff: Correction lien téléchargement
Seule la version française était concernée. Le lien est déplacé sur l'expression "GTFS modifié" pour alléger le texte. See #4517.
1 parent d11d863 commit a110263

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

apps/transport/lib/transport_web/live/gtfs_diff_select_live/results.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ defmodule TransportWeb.Live.GTFSDiffSelectLive.Results do
198198
defp similar_urls(url_1, url_2) do
199199
dgettext(
200200
"validations",
201-
"The modified GTFS file (<a href=\"%{gtfs_url_2}\">source</a>) and the reference GTFS file (<a href=\"%{gtfs_url_1}\">source</a>) are similar.",
201+
"The <a href=\"%{gtfs_url_2}\">modified GTFS file</a> and the <a href=\"%{gtfs_url_1}\">reference GTFS file</a> are similar.",
202202
gtfs_url_1: url_1,
203203
gtfs_url_2: url_2
204204
)
@@ -207,7 +207,7 @@ defmodule TransportWeb.Live.GTFSDiffSelectLive.Results do
207207
defp different_urls(url_1, url_2) do
208208
dgettext(
209209
"validations",
210-
"The modified GTFS file (<a href=\"%{gtfs_url_2}\">source</a>) has differences with the reference GTFS file (<a href=\"%{gtfs_url_1}\">source</a>), as summarized below:",
210+
"The <a href=\"%{gtfs_url_2}\">modified GTFS file</a> has differences with the <a href=\"%{gtfs_url_1}\">reference GTFS file</a>, as summarized below:",
211211
gtfs_url_1: url_1,
212212
gtfs_url_2: url_2
213213
)

apps/transport/priv/gettext/en/LC_MESSAGES/validations.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,11 +445,11 @@ msgid "The GTFS files <code>%{gtfs_original_file_name_2}</code> and <code>%{gtfs
445445
msgstr ""
446446

447447
#, elixir-autogen, elixir-format
448-
msgid "The modified GTFS file (<a href=\"%{gtfs_url_2}\">source</a>) has differences with the reference GTFS file (<a href=\"%{gtfs_url_1}\">source</a>), as summarized below:"
448+
msgid "The <a href=\"%{gtfs_url_2}\">modified GTFS file</a> has differences with the <a href=\"%{gtfs_url_1}\">reference GTFS file</a>, as summarized below:"
449449
msgstr ""
450450

451451
#, elixir-autogen, elixir-format
452-
msgid "The modified GTFS file (<a href=\"%{gtfs_url_2}\">source</a>) and the reference GTFS file (<a href=\"%{gtfs_url_1}\">source</a>) are similar."
452+
msgid "The <a href=\"%{gtfs_url_2}\">modified GTFS file</a> and the <a href=\"%{gtfs_url_1}\">reference GTFS file</a> are similar."
453453
msgstr ""
454454

455455
#, elixir-autogen, elixir-format

apps/transport/priv/gettext/fr/LC_MESSAGES/validations.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -445,12 +445,12 @@ msgid "The GTFS files <code>%{gtfs_original_file_name_2}</code> and <code>%{gtfs
445445
msgstr "Les fichier GTFS <code>%{gtfs_original_file_name_2}</code> et <code>%{gtfs_original_file_name_1}</code> sont similaires."
446446

447447
#, elixir-autogen, elixir-format
448-
msgid "The modified GTFS file (<a href=\"%{gtfs_url_2}\">source</a>) has differences with the reference GTFS file (<a href=\"%{gtfs_url_1}\">source</a>), as summarized below:"
449-
msgstr "Le fichier GTFS modifié (<a href=\"%{gtfs_url_2}\">source</a>) comporte les différences ci-dessous par rapport au fichier GTFS de référence (<a href=\"%{gtfs_url_2}\">source</a>) :"
448+
msgid "The <a href=\"%{gtfs_url_2}\">modified GTFS file</a> has differences with the <a href=\"%{gtfs_url_1}\">reference GTFS file</a>, as summarized below:"
449+
msgstr "Le <a href=\"%{gtfs_url_2}\">fichier GTFS modifié</a> comporte les différences ci-dessous par rapport au <a href=\"%{gtfs_url_1}\">fichier GTFS de référence</a> :"
450450

451451
#, elixir-autogen, elixir-format
452-
msgid "The modified GTFS file (<a href=\"%{gtfs_url_2}\">source</a>) and the reference GTFS file (<a href=\"%{gtfs_url_1}\">source</a>) are similar."
453-
msgstr "Le fichier GTFS modifié (<a href=\"%{gtfs_url_2}\">source</a>) et le fichier GTFS de référence (<a href=\"%{gtfs_url_1}\">source</a>) sont similaires."
452+
msgid "The <a href=\"%{gtfs_url_2}\">modified GTFS file</a> and the <a href=\"%{gtfs_url_1}\">reference GTFS file</a> are similar."
453+
msgstr "Le <a href=\"%{gtfs_url_2}\">fichier GTFS modifié</a> et le <a href=\"%{gtfs_url_1}\">fichier GTFS de référence</a> sont similaires."
454454

455455
#, elixir-autogen, elixir-format
456456
msgid "Modified GTFS"

apps/transport/priv/gettext/validations.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,11 +443,11 @@ msgid "The GTFS files <code>%{gtfs_original_file_name_2}</code> and <code>%{gtfs
443443
msgstr ""
444444

445445
#, elixir-autogen, elixir-format
446-
msgid "The modified GTFS file (<a href=\"%{gtfs_url_2}\">source</a>) has differences with the reference GTFS file (<a href=\"%{gtfs_url_1}\">source</a>), as summarized below:"
446+
msgid "The <a href=\"%{gtfs_url_2}\">modified GTFS file</a> has differences with the <a href=\"%{gtfs_url_1}\">reference GTFS file</a>, as summarized below:"
447447
msgstr ""
448448

449449
#, elixir-autogen, elixir-format
450-
msgid "The modified GTFS file (<a href=\"%{gtfs_url_2}\">source</a>) and the reference GTFS file (<a href=\"%{gtfs_url_1}\">source</a>) are similar."
450+
msgid "The <a href=\"%{gtfs_url_2}\">modified GTFS file</a> and the <a href=\"%{gtfs_url_1}\">reference GTFS file</a> are similar."
451451
msgstr ""
452452

453453
#, elixir-autogen, elixir-format

0 commit comments

Comments
 (0)