Skip to content
Snippets Groups Projects
fr_version.php 809 B
Newer Older
SULTANLI AYKHAN's avatar
SULTANLI AYKHAN committed
<?php

// Language variables for French version

return [
    'lang' => 'fr',
    'charset' => 'UTF-8',
    'viewport' => 'width=device-width, initial-scale=1.0',
SULTANLI AYKHAN's avatar
SULTANLI AYKHAN committed
    'title' => 'Mon Portefolio',
SULTANLI AYKHAN's avatar
SULTANLI AYKHAN committed
    'presentation' => 'Présentation',
    'welcome' => 'Bienvenue sur mon site! Je suis un développeur web passionné qui aime créer des sites web modernes et fonctionnels.',
    'projects' => 'Projets',
    'name' => 'Name',
    'description' => 'FullDescription',
    'learn_more' => 'En savoir plus',
    'contact' => 'Contact',
    'footer' => 'Aykhan Sultanli - Tous droits réservés',
    'header' => 'Mon Portfolio',
    'linkedin' => 'Profil LinkedIn',
    'back_to_list' => 'Retour à la liste',
    'name' => 'Name',
    'Email' => 'E-mail',
    'message' => 'Message',
    'send' => 'Envoyer',
];