You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

fr.js 1.0KB

1234567891011121314151617181920212223
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Type in a new comment..." : "Écrire un nouveau commentaire...",
  5. "Delete comment" : "Supprimer le commentaire",
  6. "Post" : "Poster",
  7. "Cancel" : "Annuler",
  8. "Edit comment" : "Modifier le commentaire",
  9. "[Deleted user]" : "[Utilisateur supprimé]",
  10. "Comments" : "Commentaires",
  11. "No other comments available" : "Aucun autre commentaire",
  12. "More comments..." : "Plus de commentaires...",
  13. "Save" : "Enregistrer",
  14. "Allowed characters {count} of {max}" : "{count} sur {max} caractères autorisés",
  15. "{count} unread comments" : "{count} commentaires non lus",
  16. "Comment" : "Commenter",
  17. "<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>",
  18. "You commented" : "Vous avez commenté",
  19. "%1$s commented" : "%1$s a commenté",
  20. "You commented on %2$s" : "Vous avez commenté %2$s",
  21. "%1$s commented on %2$s" : "%1$s a commenté %2$s"
  22. },
  23. "nplurals=2; plural=(n > 1);");