diff options
Diffstat (limited to 'apps/comments/l10n/fr.js')
-rw-r--r-- | apps/comments/l10n/fr.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/comments/l10n/fr.js b/apps/comments/l10n/fr.js index 130bff6dd87..d3e36b88d97 100644 --- a/apps/comments/l10n/fr.js +++ b/apps/comments/l10n/fr.js @@ -20,7 +20,11 @@ OC.L10N.register( "Comment" : "Commenter", "You commented" : "Vous avez commenté", "%1$s commented" : "%1$s a commenté", + "{author} commented" : "{author} a commenté", + "You commented on %1$s" : "Vous avez commenté %1$s", + "You commented on {file}" : "Vous avez commenté sur {file}", "%1$s commented on %2$s" : "%1$s a commenté %2$s", + "{author} commented on {file}" : "{author} a commenté sur {file}", "<strong>Comments</strong> for files" : "<strong>Commentaires</strong> pour les fichiers", "A (now) deleted user mentioned you in a comment on \"%s\"." : "Un utilisateur (maintenant supprimé) vous a mentionné dans un commentaire sur \"%s\".", "%s mentioned you in a comment on \"%s\"." : "%s vous a mentionné⋅e dans un commentaire sur \"%s\".", |