diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-09-13 00:08:12 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-09-13 00:08:12 +0000 |
commit | 5ce3c7003ba754003d79624aac26e6dbc19936d7 (patch) | |
tree | b1fc82b9accae1634d92be3ef56cfaa836c178ef /apps/comments/l10n/fr.js | |
parent | 7052aaf2718ea9802ec04839f6e15e92dc6bb3e3 (diff) | |
download | nextcloud-server-5ce3c7003ba754003d79624aac26e6dbc19936d7.tar.gz nextcloud-server-5ce3c7003ba754003d79624aac26e6dbc19936d7.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/fr.js')
-rw-r--r-- | apps/comments/l10n/fr.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/comments/l10n/fr.js b/apps/comments/l10n/fr.js index 1b5c137dab8..b1d94886f6e 100644 --- a/apps/comments/l10n/fr.js +++ b/apps/comments/l10n/fr.js @@ -2,14 +2,14 @@ OC.L10N.register( "comments", { "Comments" : "Commentaires", - "Unknown user" : "Utilisateur inconnu", + "Unknown user" : "Utilisateur·trice inconnu·e", "New comment …" : "Nouveau commentaire...", "Delete comment" : "Supprimer le commentaire", "Post" : "Poster", "Cancel" : "Annuler", "Edit comment" : "Modifier le commentaire", "[Deleted user]" : "[Utilisateur supprimé]", - "No comments yet, start the conversation!" : "Aucun commentaire actuellement, débutez une conversation !", + "No comments yet, start the conversation!" : "Il n'y a aucun commentaire, démarrez la conversation !", "More comments …" : "Plus de commentaires ...", "Save" : "Enregistrer", "Allowed characters {count} of {max}" : "{count} sur {max} caractères autorisés", @@ -22,12 +22,12 @@ OC.L10N.register( "%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}", + "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> 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”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un utilisateur (maintenant supprimé) vous a mentionné dans un commentaire sur “{file}”", + "<strong>Comments</strong> for files" : "<strong>Commentaires</strong> sur les fichiers", + "A (now) deleted user mentioned you in a comment on “%s”" : "Un·e utilisateur·trice (maintenant supprimé·e) vous a mentionné·e dans un commentaire sur “%s”", + "A (now) deleted user mentioned you in a comment on “{file}”" : "Un·e utilisateur·trice (maintenant supprimé·e) vous a mentionné·e dans un commentaire sur “{file}”", "%1$s mentioned you in a comment on “%2$s”" : "%1$s vous a mentionné⋅e dans un commentaire sur “%2$s”", "{user} mentioned you in a comment on “{file}”" : "{user} vous a mentionné⋅e dans un commentaire sur “{file}”" }, |