diff options
| author | Michel Etienne | 2013-04-10 17:06:20 +0200 |
|---|---|---|
| committer | Michel Etienne | 2013-04-10 17:06:20 +0200 |
| commit | f2fb0ca4b4b413cd43383687ecc2818a6d95ffab (patch) | |
| tree | 2fded5f77bc2bda618d5d4741b2628cb4d834030 /config | |
| parent | bf6ff175acb8560acda3cf895ddb133c999dd275 (diff) | |
| download | chouette-core-f2fb0ca4b4b413cd43383687ecc2818a6d95ffab.tar.bz2 | |
refactor export reports
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/exports.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/locales/exports.yml b/config/locales/exports.yml index fcfd5ef51..9efa68667 100644 --- a/config/locales/exports.yml +++ b/config/locales/exports.yml @@ -23,8 +23,12 @@ en: completed: Completed export failed: Failed export undefined: "%{key} undefined" + EXPORT: %{0} Export + EXPORTED_LINE: "Line %{0} (%{1}) exported" + EMPTY_LINE: "Line without valid vehicle journey : not exported" EXPORT_ERROR: "Error durring export" EXCEPTION: "Origin %{0}" + # old report for backward compatibility NEPTUNE_EXPORT: Neptune Export NEPTUNE_EXPORTED_LINE: "Line %{0} (%{1}) exported" NEPTUNE_EMPTY_LINE: "Line %{0} (%{1}) without valid vehicle journey : not exported" @@ -107,8 +111,12 @@ fr: completed: Export achevé avec succès failed: Export interrompu undefined: "%{key} non défini" + EXPORT: Export %{0} + EXPORTED_LINE: "Ligne %{0} (%{1}) exportée" + EMPTY_LINE: "Ligne sans course valide : non exportée" EXPORT_ERROR: "Erreur lors de l'export" EXCEPTION: "Cause %{0}" + # old report for backward compatibility NEPTUNE_EXPORT: Export Neptune NEPTUNE_EXPORTED_LINE: "Ligne %{0} (%{1}) exportée" NEPTUNE_EMPTY_LINE: "Ligne %{0} (%{1}) sans course valide : non exportée" |
