diff options
| author | Michel Etienne | 2012-09-25 14:47:52 +0200 |
|---|---|---|
| committer | Michel Etienne | 2012-09-25 14:47:52 +0200 |
| commit | 42ce765c5d4fec2f33453fca90862ec647770e86 (patch) | |
| tree | 636495861dce7fbed78fec134cb7c3821accfbea /config | |
| parent | 5e12dffa7546a466fc8f599e6756eceb7506a17c (diff) | |
| download | chouette-core-42ce765c5d4fec2f33453fca90862ec647770e86.tar.bz2 | |
add warning entry on import/export/validation index screens
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/exports.yml | 2 | ||||
| -rw-r--r-- | config/locales/file_validations.yml | 2 | ||||
| -rw-r--r-- | config/locales/imports.yml | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/config/locales/exports.yml b/config/locales/exports.yml index fa7fdfb8e..80468f96e 100644 --- a/config/locales/exports.yml +++ b/config/locales/exports.yml @@ -10,6 +10,7 @@ en: all: All index: title: Exports + warning: "" show: report: Report statuses: @@ -82,6 +83,7 @@ fr: all: Toutes index: title: Exports + warning: "" show: report: Rapport statuses: diff --git a/config/locales/file_validations.yml b/config/locales/file_validations.yml index 50645dee9..96c2d60e8 100644 --- a/config/locales/file_validations.yml +++ b/config/locales/file_validations.yml @@ -2,6 +2,7 @@ en: file_validations: index: title: Neptune Validation + warning: "" edit: title: "Edit the Validation" show: @@ -259,6 +260,7 @@ fr: file_validations: index: title: Validation Neptune + warning: "" edit: title: "Editer la validation" show: diff --git a/config/locales/imports.yml b/config/locales/imports.yml index ebf463886..c76377713 100644 --- a/config/locales/imports.yml +++ b/config/locales/imports.yml @@ -8,6 +8,7 @@ en: title: New import index: title: Imports + warning: "" show: report: Report statuses: @@ -103,6 +104,7 @@ fr: title: Nouvel import index: title: Imports + warning: "" show: report: Rapport statuses: |
