phpvms/resources/lang/fr/profile.php
arthurpar06 737b2f137f
Fix French translations (#1394)
Co-authored-by: Nabeel S <nabeelio@users.noreply.github.com>
2022-02-07 16:15:25 -05:00

21 lines
809 B
PHP

<?php
return [
'avatarresize' => 'Cette avatar sera redimensionné en :width x :height pixels',
'newapikey' => 'Nouvelle clé d\'API',
'your-profile' => 'Mon Profil',
'your-awards' => 'Mes Distinctions',
'apikey' => 'Clé d\'API',
'apikey-show' => 'Afficher la clé',
'dontshare' => 'Ne pas partager!',
'changepassword' => 'Changer le mot de passe',
'newpassword' => 'Nouveau mot de passe',
'avatar' => 'Avatar',
'updateprofile' => 'Modifier le Profil',
'editprofile' => 'Editer le Profil',
'edityourprofile' => 'Editer mon Profil',
'transferhours' => 'Heures Transférées',
'opt-in' => 'Opt-In',
'opt-in-descrip' => 'Oui, incluez-moi dans les emails non administratifs.',
];