diff options
| author | Nicolas Comet <nicolas.comet@gmail.com> | 2016-05-07 09:34:52 +0200 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2016-05-07 01:34:52 -0600 |
| commit | ad7986ce5efdeb13da418f95601a32dc2532c22d (patch) | |
| tree | 3405aa8e015cf81e4fa6c74500daf0a3b974e61a /data | |
| parent | 3b5957578fb8237f502efbb3965607e76f9ab866 (diff) | |
French translations for built-in labels (PR #1745)
* Added french translations for built-in labels
Diffstat (limited to 'data')
| -rw-r--r-- | data/locale/attributes.adoc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/data/locale/attributes.adoc b/data/locale/attributes.adoc index d241f033..c38b337a 100644 --- a/data/locale/attributes.adoc +++ b/data/locale/attributes.adoc @@ -25,3 +25,23 @@ ifeval::["{lang}" == "it"] :version-label: Versione :warning-caption: Attenzione endif::[] + +// French translation: Nicolas Comet <nicolas.comet@gmail.com> +ifeval::["{lang}" == "fr"] +:appendix-caption: Appendice +:caution-caption: Attention +:example-caption: Exemple +:figure-caption: Figure +:important-caption: Important +:last-update-label: Dernière mise à jour +:listing-caption: Liste +:manname-title: Nom +:note-caption: Note +:preface-title: Préface +:table-caption: Table +:tip-caption: Suggestion +:toc-title: Table des matières +:untitled-label: Sans titre +:version-label: Version +:warning-caption: Avertissement +endif::[] |
