diff options
| author | Marc Florisson | 2013-07-23 14:36:37 +0200 |
|---|---|---|
| committer | Marc Florisson | 2013-07-23 14:36:37 +0200 |
| commit | ea4579c46b63be9aa3722049c72afc8b583de8c1 (patch) | |
| tree | 81b6f51c522ed6fe8b2540bfda13c7e49edf4c58 | |
| parent | 7ccc7c1446987c4b9d3c8b503263cbfae34195d3 (diff) | |
| download | chouette-core-ea4579c46b63be9aa3722049c72afc8b583de8c1.tar.bz2 | |
fix KML Export: Document/name
| -rw-r--r-- | config/locales/exports.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/locales/exports.yml b/config/locales/exports.yml index 3bb0a4b7d..c554ef1c1 100644 --- a/config/locales/exports.yml +++ b/config/locales/exports.yml @@ -93,6 +93,11 @@ en: time_zone: "according to TZ encoding (see http://en.wikipedia.org/wiki/Tz_database)" start_date: "reduce import to vehicle journeys running from this date" end_date: "reduce import to vehicle journeys running until this date" + area_types: + quay: "Quays" + commercial_stop_point: "Commercial Stop Points" + stop_place: "Stop Places" + itl: "Restriction Constraints" fr: exports: actions: @@ -188,3 +193,8 @@ fr: time_zone: "selon le codage TZ (http://fr.wikipedia.org/wiki/Tz_database)" start_date: "limite l'export aux courses circulant à partir de cette date" end_date: "limite l'export aux courses circulant jusqu'à cette date" + area_types: + quay: "Quais" + commercial_stop_point: "Arrêts commerciaux" + stop_place: "Pôles d'échange" + itl: "ITL" |
