summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values-fr/strings.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-12-04 13:56:38 +0300
committerAndrew Dolgov <[email protected]>2014-12-04 13:56:38 +0300
commit65dff43368188c7de29223133808fef91484496a (patch)
treeb98ee98196e8c84efe229bc7ed7daf527b01f145 /org.fox.ttrss/src/main/res/values-fr/strings.xml
parent810b88f652917875bab941d7355ed555980a285a (diff)
set article comments to a plural
Diffstat (limited to 'org.fox.ttrss/src/main/res/values-fr/strings.xml')
-rw-r--r--org.fox.ttrss/src/main/res/values-fr/strings.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/values-fr/strings.xml b/org.fox.ttrss/src/main/res/values-fr/strings.xml
index eae21dc3..148e501c 100644
--- a/org.fox.ttrss/src/main/res/values-fr/strings.xml
+++ b/org.fox.ttrss/src/main/res/values-fr/strings.xml
@@ -147,7 +147,11 @@
<string name="offline_oldest_first">Afficher les plus anciens d\'abord</string>
<string name="prefs_dim_status_bar">Assombrir la barre de statut</string>
<string name="prefs_dim_status_bar_long">Assombrir la barre de satut pendant la lecture</string>
- <string name="article_comments">%1$d commentaires</string>
+
+ <plurals name="article_comments">
+ <item quantity="other">%1$d commentaires</item>
+ </plurals>
+
<plurals name="trial_mode_prompt">
<item quantity="one">Mode évaluation, un seul jour restant.</item>
<item quantity="other">Mode évaluation, %1$d jours restants.</item>