aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMarc Florisson2013-07-12 16:28:48 +0200
committerMarc Florisson2013-07-12 16:28:48 +0200
commit2bccbc4d0c4e732a2af744d975f35c9d8f7bfd28 (patch)
tree9444bb0b785b83b77191a08846465329edb59208 /config
parent33db1788b37784c54e3db0be9fccdeed384ede89 (diff)
downloadchouette-core-2bccbc4d0c4e732a2af744d975f35c9d8f7bfd28.tar.bz2
add kml export reporting, add journey_patterns in kml export
Diffstat (limited to 'config')
-rw-r--r--config/locales/exports.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/config/locales/exports.yml b/config/locales/exports.yml
index 688d5ddb6..18eb461da 100644
--- a/config/locales/exports.yml
+++ b/config/locales/exports.yml
@@ -23,6 +23,16 @@ en:
completed: "Completed export"
failed: "Failed export"
undefined: "%{key} undefined"
+ LINE_COUNT: "Exported line count : %{0}"
+ ROUTE_COUNT: "Route count : %{0}"
+ JOURNEY_PATTERN_COUNT: "Journey pattern count : %{0}"
+ QUAY_AND_BOARDING_POSITION_COUNT: "Quays and Boarding positions count : %{0}"
+ COMMERCIAL_COUNT: "Commercial stop points count : %{0}"
+ STOP_PLACE_COUNT: "Stop places count : %{0}"
+ ITL_COUNT: "ITL count : %{0}"
+ CONNECTION_LINK_COUNT: "Connection link count : %{0}"
+ ACCES_LINK_COUNT: "Access Link count : %{0}"
+ ACCES_POINT_COUNT: "Access Point count : %{0}"
EXPORT: "%{0} Export"
EXPORTED_LINE: "Line %{0} (%{1}) exported"
EMPTY_LINE: "Line without valid vehicle journey : not exported"
@@ -112,6 +122,16 @@ fr:
completed: "Export achevé avec succès"
failed: "Export interrompu"
undefined: "%{key} non défini"
+ LINE_COUNT: "Nombre de lignes exportées : %{0}"
+ ROUTE_COUNT: "Nombre de séquences d'arrêts exportées : %{0}"
+ QUAY_AND_BOARDING_POSITION_COUNT: "Nombre d'arrêts physiques exportés : %{0}"
+ COMMERCIAL_COUNT: "Nombre d'arrêts commerciaux exportés : %{0}"
+ STOP_PLACE_COUNT: "Nombres de pôles d'échange exportés : %{0}"
+ ITL_COUNT: "Nombre d'ITL exportées : %{0}"
+ JOURNEY_PATTERN_COUNT: "Nombre de missions exportées : %{0}"
+ CONNECTION_LINK_COUNT: "Nombre de correspondances exportées : %{0}"
+ ACCES_LINK_COUNT: "Nombre de liaison d'accès exportées : %{0}"
+ ACCES_POINT_COUNT: "Nombre de points d'accès exportés : %{0}"
EXPORT: "Export %{0}"
EXPORTED_LINE: "Ligne %{0} (%{1}) exportée"
EMPTY_LINE: "Ligne sans course valide : non exportée"