nextcloud/apps/comments/l10n/fr.js

22 lines
911 B
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"comments",
{
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"
},
"nplurals=2; plural=(n > 1);");