Projet

Général

Profil

0001-franceconnect-update-partner-site-URL-29870.patch

Frédéric Péters, 18 janvier 2019 10:35

Télécharger (3,59 ko)

Voir les différences:

Subject: [PATCH] franceconnect: update partner site URL (#29870)

 wcs/locale/fr/LC_MESSAGES/django.po | 12 ++++++------
 wcs/qommon/ident/franceconnect.py   |  4 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)
wcs/locale/fr/LC_MESSAGES/django.po
5 5
"Project-Id-Version: wcs 0\n"
6 6
"Report-Msgid-Bugs-To: \n"
7 7
"POT-Creation-Date: 2019-01-17 13:19+0100\n"
8
"PO-Revision-Date: 2019-01-17 13:20+0100\n"
8
"PO-Revision-Date: 2019-01-18 10:35+0100\n"
9 9
"Last-Translator: Thomas Noël <tnoel@entrouvert.com>\n"
10 10
"Language-Team: french\n"
11 11
"Language: fr\n"
......
4841 4841

  
4842 4842
#: qommon/ident/franceconnect.py:231
4843 4843
msgid ""
4844
"See <a href=\"https://franceconnect.gouv.fr/fournisseur-service"
4844
"See <a href=\"https://partenaires.franceconnect.gouv.fr/fcp/fournisseur-service"
4845 4845
"\">FranceConnect partners'site</a> for getting a client_id and a "
4846 4846
"client_secret."
4847 4847
msgstr ""
4848
"Voir le site <a href=\"https://franceconnect.gouv.fr/fournisseur-service"
4848
"Voir le site <a href=\"https://partenaires.franceconnect.gouv.fr/fcp/fournisseur-service"
4849 4849
"\">partenaires FranceConnect</a> pour obtenir identifiant et secret pour ce "
4850 4850
"fournisseur de service (Client ID et Client secret)."
4851 4851

  
4852 4852
#: qommon/ident/franceconnect.py:237
4853 4853
msgid ""
4854
"See <a href=\"https://franceconnect.gouv.fr/fournisseur-service#identite-"
4854
"See <a href=\"https://partenaires.franceconnect.gouv.fr/fcp/fournisseur-service#identite-"
4855 4855
"pivot\" >FranceConnect partners'site</a> for more informations on available "
4856 4856
"scopes and attributes. Known ones are:"
4857 4857
msgstr ""
4858
"Voir le site <a href=\"https://franceconnect.gouv.fr/fournisseur-service"
4859
"\">partenaires FranceConnect</a> pour plus d'informations sur les scopes et "
4858
"Voir le site <a href=\"https://partenaires.franceconnect.gouv.fr/fcp/fournisseur-service"
4859
"#identite-pivot\">partenaires FranceConnect</a> pour plus d'informations sur les scopes et "
4860 4860
"les attributs. Ceux qui sont reconnus :"
4861 4861

  
4862 4862
#: qommon/ident/franceconnect.py:245
wcs/qommon/ident/franceconnect.py
228 228
        r += _('Logout callback URL is %s.') % get_publisher().get_frontoffice_url()
229 229
        r += htmltext('</p>')
230 230
        r += htmltext('<p>')
231
        r += htmltext(_('See <a href="https://franceconnect.gouv.fr/fournisseur-service">'
231
        r += htmltext(_('See <a href="https://partenaires.franceconnect.gouv.fr/fcp/fournisseur-service">'
232 232
                        'FranceConnect partners\'site</a> for getting a client_id and '
233 233
                        'a client_secret.'))
234 234
        r += htmltext('</p>')
235 235
        r += form.render()
236 236
        r += htmltext('<div><p>')
237 237
        r += htmltext(_('See <a '
238
                      'href="https://franceconnect.gouv.fr/fournisseur-service#identite-pivot" '
238
                      'href="https://partenaires.franceconnect.gouv.fr/fcp/fournisseur-service#identite-pivot" '
239 239
                      '>FranceConnect partners\'site</a> for more '
240 240
                      'informations on available scopes and attributes. Known ones '
241 241
                      'are:'))
242
-