aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranicet2015-06-16 14:13:07 +0200
committeranicet2015-06-16 14:13:07 +0200
commit879ee0b3f3dd2669dfb20b5ffc4fe296331c937d (patch)
tree0576ea7df4ea8b9bdb65335f044fcb9a457b6468
parenta706e7b753897bfec8ac7e8e00d1b532c9dc0bd9 (diff)
downloadchouette-core-879ee0b3f3dd2669dfb20b5ffc4fe296331c937d.tar.bz2
Update locales
-rw-r--r--app/views/shared/_ie_report_line.html.erb2
-rw-r--r--config/locales/ie_report.en.yml2
-rw-r--r--config/locales/ie_report.fr.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/app/views/shared/_ie_report_line.html.erb b/app/views/shared/_ie_report_line.html.erb
index bc978f826..9f320af6c 100644
--- a/app/views/shared/_ie_report_line.html.erb
+++ b/app/views/shared/_ie_report_line.html.erb
@@ -7,7 +7,7 @@
<table class="table table-hover table-striped data-table">
<thead>
<tr>
- <th class="save"><%= t(".table.line.save") %></th>
+ <th class="state"><%= t(".table.line.state") %></th>
<th class="lines"><%= t(".table.line.lines") %></th>
<th class="routes"><%= t(".table.line.routes") %></th>
<th class="connection_links"><%= t(".table.line.connection_links") %></th>
diff --git a/config/locales/ie_report.en.yml b/config/locales/ie_report.en.yml
index a66209820..52e67a175 100644
--- a/config/locales/ie_report.en.yml
+++ b/config/locales/ie_report.en.yml
@@ -11,7 +11,7 @@ en:
unsaved_lines: 'Unsaved lines'
table:
line:
- save: "Save"
+ state: "State"
routes: "Routes"
lines: "Lines"
connection_links: "Connection links"
diff --git a/config/locales/ie_report.fr.yml b/config/locales/ie_report.fr.yml
index 20ebae722..94a8de51b 100644
--- a/config/locales/ie_report.fr.yml
+++ b/config/locales/ie_report.fr.yml
@@ -11,7 +11,7 @@ fr:
unsaved_lines: 'Lignes non-sauvegardés'
table:
line:
- save: "Sauvegarde"
+ state: "Etat"
routes: "Séquences d'arrêts"
lines: "Lignes"
connection_links: "Correspondances"