diff options
| author | Michel Etienne | 2012-08-02 15:02:35 +0200 |
|---|---|---|
| committer | Michel Etienne | 2012-08-02 15:02:35 +0200 |
| commit | 5a396fa1588a3ebb9d4ff817ce89b6f2615b358d (patch) | |
| tree | 1e9c157c2ae55f48899f9e9c9527c943ccabb0a1 | |
| parent | 31d1dd201d72a10b82a56c691643e3b6df55bfca (diff) | |
| download | chouette-core-5a396fa1588a3ebb9d4ff817ce89b6f2615b358d.tar.bz2 | |
no plural for file validation
| -rw-r--r-- | config/locales/file_validations.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config/locales/file_validations.yml b/config/locales/file_validations.yml index f979b2bbb..6f4ce7052 100644 --- a/config/locales/file_validations.yml +++ b/config/locales/file_validations.yml @@ -1,7 +1,7 @@ en: file_validations: index: - title: Neptune Validations + title: Neptune Validation edit: title: "Edit the Validation" show: @@ -31,9 +31,9 @@ en: activerecord: models: file_validation: - zero: Neptune Validation - one: Neptune Validation - other: Neptune Validations + zero: Neptune Validation + one: Neptune Validation + other: Neptune Validation attributes: file_validation: resources: File to validate @@ -47,7 +47,7 @@ en: fr: file_validations: index: - title: Validations Neptune + title: Validation Neptune edit: title: "Editer la validation" show: @@ -306,7 +306,7 @@ fr: file_validation: zero: Validation Neptune one: Validation Neptune - other: Validations Neptune + other: Validation Neptune attributes: file_validation: resources: Fichier à valider |
