summaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/fr.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2016-09-29 00:07:08 +0000
committerNextcloud bot <bot@nextcloud.com>2016-09-29 00:07:08 +0000
commit4b873b35b7865a553ecef1d0c85dee2f424f9f61 (patch)
treeaddb07741ce9c888d33dbda67cdcac201a655e9d /apps/comments/l10n/fr.js
parent6f831670bfa184ad2940d7cca40ef2663a7cca25 (diff)
downloadnextcloud-server-4b873b35b7865a553ecef1d0c85dee2f424f9f61.tar.gz
nextcloud-server-4b873b35b7865a553ecef1d0c85dee2f424f9f61.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/fr.js')
-rw-r--r--apps/comments/l10n/fr.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/l10n/fr.js b/apps/comments/l10n/fr.js
index 746a71fcc01..26b2a0327ff 100644
--- a/apps/comments/l10n/fr.js
+++ b/apps/comments/l10n/fr.js
@@ -15,7 +15,6 @@ OC.L10N.register(
"Error occurred while retrieving comment with id {id}" : "Une erreur est survenue lors de la récupération du commentaire avec l'id {id}",
"Error occurred while updating comment with id {id}" : "Une erreur est survenue lors de la mise à jour du commentaire avec l'id {id}",
"Error occurred while posting comment" : "Une erreur est survenue lors de l'envoi du commentaire",
- "{count} unread comments" : "{count} commentaires non lus",
"Comment" : "Commenter",
"<strong>Comments</strong> for files" : "<strong>Commentaires</strong> pour les fichiers",
"You commented" : "Vous avez commenté",
@@ -24,6 +23,7 @@ OC.L10N.register(
"%1$s commented on %2$s" : "%1$s a commenté %2$s",
"Type in a new comment..." : "Écrire un nouveau commentaire...",
"No other comments available" : "Aucun autre commentaire",
- "More comments..." : "Plus de commentaires..."
+ "More comments..." : "Plus de commentaires...",
+ "{count} unread comments" : "{count} commentaires non lus"
},
"nplurals=2; plural=(n > 1);");