mirror of
https://git.42l.fr/neil/sncf.git
synced 2026-03-14 14:25:48 +01:00
adding csrf strings
This commit is contained in:
parent
9fac0811a0
commit
79eb469b20
1 changed files with 8 additions and 0 deletions
|
|
@ -335,6 +335,14 @@
|
|||
"en": "Failed to redirect.",
|
||||
"fr": "La redirection a échoué."
|
||||
},
|
||||
"error_csrf_cookie": {
|
||||
"en": "Your CSRF token (cookie) seems incorrect, please retry.",
|
||||
"fr": "Votre token CSRF (cookie) semble incorrect, veuillez réessayer."
|
||||
},
|
||||
"error_csrf_token": {
|
||||
"en": "Your CSRF token seems incorrect, please retry.",
|
||||
"fr": "Votre token CSRF semble incorrect, veuillez réessayer."
|
||||
},
|
||||
"error_dirtyhacker": {
|
||||
"en": "Attempt to access an unauthorized resource.",
|
||||
"fr": "Tentative d'accès à une ressource non autorisée."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue