summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values-cs/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-cs/strings.xml
parent810b88f652917875bab941d7355ed555980a285a (diff)
set article comments to a plural
Diffstat (limited to 'org.fox.ttrss/src/main/res/values-cs/strings.xml')
-rw-r--r--org.fox.ttrss/src/main/res/values-cs/strings.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/values-cs/strings.xml b/org.fox.ttrss/src/main/res/values-cs/strings.xml
index 75869c33..54afd241 100644
--- a/org.fox.ttrss/src/main/res/values-cs/strings.xml
+++ b/org.fox.ttrss/src/main/res/values-cs/strings.xml
@@ -145,7 +145,9 @@
<string name="offline_oldest_first">Zobrazit nejstarší články jako první</string>
<string name="prefs_dim_status_bar">Matný stavový proužek</string>
<string name="prefs_dim_status_bar_long">Schová stavový proužek při čtení</string>
- <string name="article_comments">%1$d komentáře</string>
+ <plurals name="article_comments">
+ <item quantity="other">%1$d komentáře</item>
+ </plurals>
<plurals name="trial_mode_prompt">
<item quantity="other">Trial verze, %1$d dní zbývá.</item>
</plurals>