diff options
Diffstat (limited to 'apps/comments/l10n/fr.js')
-rw-r--r-- | apps/comments/l10n/fr.js | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/apps/comments/l10n/fr.js b/apps/comments/l10n/fr.js index 7a0b7828d9d..94aabb242b5 100644 --- a/apps/comments/l10n/fr.js +++ b/apps/comments/l10n/fr.js @@ -1,13 +1,24 @@ OC.L10N.register( "comments", { + "Comments" : "Commentaires", + "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é {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> sur les fichiers", + "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Vous avez été mentionné sur \"{file}\", dans un commentaire par un utilisateur qui a été supprimé depuis lors.", + "{user} mentioned you in a comment on “{file}”" : "{user} vous a mentionné⋅e dans un commentaire sur “{file}”", + "Files app plugin to add comments to files" : "Plugin Fichiers app pour ajouter des commentaires aux fichiers", "Edit comment" : "Modifier le commentaire", "Delete comment" : "Supprimer le commentaire", "New comment …" : "Nouveau commentaire...", "Post" : "Poster", "Cancel" : "Annuler", "[Deleted user]" : "[Utilisateur supprimé]", - "Comments" : "Commentaires", "No comments yet, start the conversation!" : "Il n'y a aucun commentaire, démarrez la conversation !", "More comments …" : "Plus de commentaires ...", "Save" : "Enregistrer", @@ -17,17 +28,6 @@ OC.L10N.register( "Error occurred while posting comment" : "Une erreur est survenue lors de l'envoi du commentaire", "_%n unread comment_::_%n unread comments_" : ["%n commentaire non lu","%n commentaires non lus"], "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é {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> sur les fichiers", - "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Vous avez été mentionné sur \"{file}\", dans un commentaire par un utilisateur qui a été supprimé depuis lors.", - "{user} mentioned you in a comment on “{file}”" : "{user} vous a mentionné⋅e dans un commentaire sur “{file}”", - "Files app plugin to add comments to files" : "Plugin Fichiers app pour ajouter des commentaires aux fichiers", "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Vous avez été mentionné sur \"%s\", dans un commentaire par un utilisateur qui a été supprimé depuis lors.", "%1$s mentioned you in a comment on “%2$s”" : "%1$s vous a mentionné⋅e dans un commentaire sur “%2$s”" }, |