diff options
| author | Marc Florisson | 2014-11-29 00:43:21 +0100 |
|---|---|---|
| committer | Marc Florisson | 2014-11-29 00:43:21 +0100 |
| commit | ba21e60b342a67e456042b92d32f5b496035126d (patch) | |
| tree | ca446f9bb3cf428b91c7af1b515986ce6a3a042d /config/locales/devise.en.yml | |
| parent | 79e46961899e7b36e317b36b0e50aacc0bbb347a (diff) | |
| download | chouette-core-ba21e60b342a67e456042b92d32f5b496035126d.tar.bz2 | |
change text displayed on login page
Diffstat (limited to 'config/locales/devise.en.yml')
| -rw-r--r-- | config/locales/devise.en.yml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/config/locales/devise.en.yml b/config/locales/devise.en.yml index 017e167bd..d5c545342 100644 --- a/config/locales/devise.en.yml +++ b/config/locales/devise.en.yml @@ -6,11 +6,13 @@ en: new: title: Sign in commit: Sign in - welcome: "Welcome on Chouette" - introduction1: "Chouette is an Open Source software that can read and edit whole public transport service for passengers." - introduction2: "The software is delivered in Saas way and gives you :" - introduction_item1: "map view of lines, routes, journeys, stops, connections..." - introduction_item2: "data exchange functions in different formats like NEPTUNE, GTFS" + welcome: "Welcome to Chouette" + introduction1: "Chouette is an open source Software for editing, viewing and exchanging +public transport reference data, and is the reference implementation for +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)." confirmations: new: title: Resend confirmation instructions |
