diff options
| author | Luc Donnet | 2018-06-01 16:46:20 +0200 |
|---|---|---|
| committer | GitHub | 2018-06-01 16:46:20 +0200 |
| commit | 5cdd61b63b6df803c04f805b1c12daf319a7edc7 (patch) | |
| tree | 30313f5f41eaf376d1f31b8fcdbc4587a560fa82 /config | |
| parent | 457bc01b42751ed7708b3940431d400386a8a722 (diff) | |
| parent | 4d47a57a5dcfbcbf69b0525fc10bf91e71b8eba4 (diff) | |
| download | chouette-core-master.tar.bz2 | |
Refs #6955 Add some new translations
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/compliance_control_sets.en.yml | 2 | ||||
| -rw-r--r-- | config/locales/footnotes.en.yml | 8 | ||||
| -rw-r--r-- | config/locales/footnotes.fr.yml | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/config/locales/compliance_control_sets.en.yml b/config/locales/compliance_control_sets.en.yml index c69689390..6fc735bfb 100644 --- a/config/locales/compliance_control_sets.en.yml +++ b/config/locales/compliance_control_sets.en.yml @@ -23,7 +23,7 @@ en: destroy: Destroy add_compliance_control: Compliance Control add_compliance_control_block: Compliance Control Block - destroy_confirm: Are you sure ? + destroy_confirm: Are you sure you want to destroy this compliance control set ? loaded: Load the control filters: name: 'Enter name ...' diff --git a/config/locales/footnotes.en.yml b/config/locales/footnotes.en.yml index 5b86f0806..09ffb86b1 100644 --- a/config/locales/footnotes.en.yml +++ b/config/locales/footnotes.en.yml @@ -5,6 +5,7 @@ en: footnotes: actions: add_footnote: "add footnote" + destroy_confirm: Are you sure you want to delete this footnote ? index: title: "Footnotes" activerecord: @@ -15,6 +16,7 @@ en: other: "notes" attributes: footnote: - code: "number" - checksum: checksum - label: "line text" + code: "Number" + checksum: Checksum + label: "Line text" + diff --git a/config/locales/footnotes.fr.yml b/config/locales/footnotes.fr.yml index 5169cfc11..fa7325570 100644 --- a/config/locales/footnotes.fr.yml +++ b/config/locales/footnotes.fr.yml @@ -5,6 +5,7 @@ fr: footnotes: actions: add_footnote: "Ajouter une note" + destroy_confirm: Etes vous sûr de supprimer cette note ? index: title: "Notes" activerecord: @@ -15,6 +16,6 @@ fr: other: "notes" attributes: footnote: - code: "titre" + code: "Titre" checksum: Signature métier - label: "texte" + label: "Texte" |
