diff options
| author | Robert | 2017-05-29 17:30:28 +0200 |
|---|---|---|
| committer | Robert | 2017-05-29 17:34:42 +0200 |
| commit | f8bdb0181ec8924fec68fa8b66d397b76fde6379 (patch) | |
| tree | 884fc574ed4f94bc5e3757b55669886f5998e406 /config | |
| parent | fbe3e344cb8c1c4b974317dda9aa57b877e65efc (diff) | |
| download | chouette-core-f8bdb0181ec8924fec68fa8b66d397b76fde6379.tar.bz2 | |
Fixes: #3385; cas_session_controller flash message on redirect
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/devise.en.yml | 1 | ||||
| -rw-r--r-- | config/locales/devise.fr.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/devise.en.yml b/config/locales/devise.en.yml index af6feed2c..453b094fc 100644 --- a/config/locales/devise.en.yml +++ b/config/locales/devise.en.yml @@ -13,6 +13,7 @@ validating conformance of data wrt Neptune (French standard NFP 99 506)." introduction2: "The application is deployed in Saas mode and supports :" introduction_item1: "several data exchange formats (Neptune, GTFS, CSV ... Netex coming soon)" introduction_item2: "and also several base map backgrounds (Google, OSM, IGN)." + unauthorized: "Failed to connect due to missing IBOO connection rights" confirmations: new: title: Resend confirmation instructions diff --git a/config/locales/devise.fr.yml b/config/locales/devise.fr.yml index 54b2ff680..d3fd6d03e 100644 --- a/config/locales/devise.fr.yml +++ b/config/locales/devise.fr.yml @@ -14,6 +14,7 @@ norme Neptune (NFP 99 506)" introduction2: "Déployé en mode Saas, ce logiciel est ouvert et peut gérer" introduction_item1: "plusieurs formats (Neptune, GTFS, CSV, prochainement Netex)" introduction_item2: "plusieurs fonds cartographiques, notamment IGN, OSM et Google." + unauthorized: "Vous ne pouvez pas vous connecter car vous n'avez pas les permissions pour accéder à IBOO" confirmations: new: title: Renvoyer le mail de confirmation |
