summaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/fr.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/comments/l10n/fr.js')
-rw-r--r--apps/comments/l10n/fr.js13
1 files changed, 7 insertions, 6 deletions
diff --git a/apps/comments/l10n/fr.js b/apps/comments/l10n/fr.js
index 64f95662029..720c9518b2e 100644
--- a/apps/comments/l10n/fr.js
+++ b/apps/comments/l10n/fr.js
@@ -1,22 +1,23 @@
OC.L10N.register(
"comments",
{
- "You commented" : "Vous avez commenté",
- "%1$s commented" : "%1$s a commenté",
- "You commented on %2$s" : "Vous avez commenté %2$s",
- "%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",
"Post" : "Poster",
"Cancel" : "Annuler",
"Edit comment" : "Modifier le commentaire",
"[Deleted user]" : "[Utilisateur supprimé]",
+ "Comments" : "Commentaires",
"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",
"{count} unread comments" : "{count} commentaires non lus",
- "Comment" : "Commenter"
+ "Comment" : "Commenter",
+ "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Commentaires</strong> pour les fichiers <em>(toujours listés dans le flux)</em>",
+ "You commented" : "Vous avez commenté",
+ "%1$s commented" : "%1$s a commenté",
+ "You commented on %2$s" : "Vous avez commenté %2$s",
+ "%1$s commented on %2$s" : "%1$s a commenté %2$s"
},
"nplurals=2; plural=(n > 1);");