2016-02-17 09:56:11 +03:00
OC . L10N . register (
"comments" ,
{
2016-02-25 09:58:06 +03:00
"Type in a new comment..." : "Écrire un nouveau commentaire..." ,
"Delete comment" : "Supprimer le commentaire" ,
"Post" : "Poster" ,
2016-02-17 09:56:11 +03:00
"Cancel" : "Annuler" ,
2016-02-25 09:58:06 +03:00
"Edit comment" : "Modifier le commentaire" ,
"[Deleted user]" : "[Utilisateur supprimé]" ,
2016-05-06 08:54:56 +03:00
"Comments" : "Commentaires" ,
2016-02-28 09:55:12 +03:00
"No other comments available" : "Aucun autre commentaire" ,
2016-02-25 09:58:06 +03:00
"More comments..." : "Plus de commentaires..." ,
2016-02-17 09:56:11 +03:00
"Save" : "Enregistrer" ,
2016-02-25 09:58:06 +03:00
"Allowed characters {count} of {max}" : "{count} sur {max} caractères autorisés" ,
2016-06-28 08:57:10 +03:00
"Error occurred while retrieving comment with id {id}" : "Une erreur est survenue lors de la récupération du commentaire avec l'id {id}" ,
"Error occurred while updating comment with id {id}" : "Une erreur est survenue lors de la mise à jour du commentaire avec l'id {id}" ,
"Error occurred while posting comment" : "Une erreur est survenue lors de l'envoi du commentaire" ,
2016-02-25 09:58:06 +03:00
"{count} unread comments" : "{count} commentaires non lus" ,
2016-05-06 08:54:56 +03:00
"Comment" : "Commenter" ,
"<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Commentaires</strong> pour les fichiers <em>(toujours listés dans le flux)</em>" ,
"You commented" : "Vous avez commenté" ,
"%1$s commented" : "%1$s a commenté" ,
"You commented on %2$s" : "Vous avez commenté %2$s" ,
2016-08-17 03:09:19 +03:00
"%1$s commented on %2$s" : "%1$s a commenté %2$s" ,
"<strong>Comments</strong> for files" : "<strong>Commentaires</strong> pour les fichiers"
2016-02-17 09:56:11 +03:00
} ,
"nplurals=2; plural=(n > 1);" ) ;