You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/resources/lang/fr/profile.php

16 lines
954 B
PHP

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
return [
'emptyTimeline' => 'Cet·te utilisateur·rice n\'a pas encore de publications !',
'emptyFollowers' => 'Cet·te utilisateur·rice n`\'a pas encore d\'abonné·e·s !',
'emptyFollowing' => 'Cet·te utilisateur·rice ne suit personne pour le moment !',
'emptySaved' => 'Vous n\'avez sauvegardé aucune publication pour le moment !',
'savedWarning' => 'Vous seul pouvez voir ce que vous avez enregistré',
'privateProfileWarning' => 'Ce compte est privé',
'alreadyFollow' => 'N\'êtes vous pas déjà abonné·e à :username ?',
'loginToSeeProfile' => 'pour pouvoir consulter leurs photos et vidéos.',
'status.disabled.header' => 'Profil indisponible',
'status.disabled.body' => 'Désolé, ce profil nest pas disponible pour le moment. Veuillez réessayer plus tard.',
];