diff options
Diffstat (limited to 'apps/comments/l10n/fr.js')
-rw-r--r-- | apps/comments/l10n/fr.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/comments/l10n/fr.js b/apps/comments/l10n/fr.js index f8337d6b9a4..514ba843f3e 100644 --- a/apps/comments/l10n/fr.js +++ b/apps/comments/l10n/fr.js @@ -2,8 +2,8 @@ OC.L10N.register( "comments", { "<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", + "%1$s commented" : "%1$s a commenté", + "%1$s commented on %2$s" : "%1$s a commenté %2$s", "Comments" : "Commentaires", "Type in a new comment..." : "Écrire un nouveau commentaire...", "Delete comment" : "Supprimer le commentaire", @@ -11,7 +11,7 @@ OC.L10N.register( "Cancel" : "Annuler", "Edit comment" : "Modifier le commentaire", "[Deleted user]" : "[Utilisateur supprimé]", - "No other comments available" : "Pas d'autres commentaires disponibles", + "No other comments available" : "Aucun autre commentaire", "More comments..." : "Plus de commentaires...", "Save" : "Enregistrer", "Allowed characters {count} of {max}" : "{count} sur {max} caractères autorisés", |