summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values-ja/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-ja/strings.xml
parent810b88f652917875bab941d7355ed555980a285a (diff)
set article comments to a plural
Diffstat (limited to 'org.fox.ttrss/src/main/res/values-ja/strings.xml')
-rw-r--r--org.fox.ttrss/src/main/res/values-ja/strings.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/values-ja/strings.xml b/org.fox.ttrss/src/main/res/values-ja/strings.xml
index d9234993..c273f51b 100644
--- a/org.fox.ttrss/src/main/res/values-ja/strings.xml
+++ b/org.fox.ttrss/src/main/res/values-ja/strings.xml
@@ -148,7 +148,11 @@
<string name="offline_oldest_first">古い記事を先頭に表示する</string>
<string name="prefs_dim_status_bar">下部ソフトキーをぼかす</string>
<string name="prefs_dim_status_bar_long">記事表示中は下部ソフトキーをぼかす</string>
- <string name="article_comments">%1$d 件のコメント</string>
+
+ <plurals name="article_comments">
+ <item quantity="other">%1$d 件のコメント</item>
+ </plurals>
+
<plurals name="trial_mode_prompt">
<item quantity="other">試用期間中。残り %1$d 日間。</item>
</plurals>