27 lines
No EOL
481 B
TOML
27 lines
No EOL
481 B
TOML
# More documentation here: https://github.com/nicksnyder/go-i18n
|
|
[profile]
|
|
other = "Bonjour, je suis"
|
|
|
|
[home]
|
|
other = "Accueil"
|
|
|
|
[resume]
|
|
other = "Mon Curriculum vitæ"
|
|
|
|
[navigation]
|
|
other = "Naviguation"
|
|
|
|
[contact_me]
|
|
other = "Contactez moi :"
|
|
|
|
[newsletter_text]
|
|
other = "Restez à jour par e-mail"
|
|
|
|
[newsletter_input]
|
|
other = "Entrez une adresse e-mail"
|
|
|
|
[newsletter_warning]
|
|
other = "Nous ne partagerons jamais votre courriel avec quelqu'un d'autre."
|
|
|
|
[submit]
|
|
other = "Envoyer" |