nextcloud/apps/comments/l10n/fr.json

19 lines
903 B
JSON
Raw Normal View History

2016-02-17 09:56:11 +03:00
{ "translations": {
2016-02-25 09:58:06 +03:00
"<strong>Comments</strong> for files" : "<strong>Commentaires</strong> pour les fichiers",
"%1$s commented" : "%1$s commenté(es)",
"%1$s commented on %2$s" : "%1$s commenté sur %2$s",
"Comments" : "Commentaires",
"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é]",
"No other comments available" : "Pas d'autres commentaires disponibles",
"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",
"{count} unread comments" : "{count} commentaires non lus",
2016-02-17 09:56:11 +03:00
"Comment" : "Commenter"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}