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/locales/footnotes.fr.yml | |
| parent | 457bc01b42751ed7708b3940431d400386a8a722 (diff) | |
| parent | 4d47a57a5dcfbcbf69b0525fc10bf91e71b8eba4 (diff) | |
| download | chouette-core-5cdd61b63b6df803c04f805b1c12daf319a7edc7.tar.bz2 | |
Refs #6955 Add some new translations
Diffstat (limited to 'config/locales/footnotes.fr.yml')
| -rw-r--r-- | config/locales/footnotes.fr.yml | 5 |
1 files changed, 3 insertions, 2 deletions
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" |
