summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-07-10 14:21:38 +0300
committerAndrew Dolgov <[email protected]>2015-07-10 14:21:38 +0300
commitd1cf6a071c83439e51ee93b54cc5b2b44acd60b5 (patch)
tree89faad0791235a1b0f189582aed77f6390ac37c4 /org.fox.ttrss/src/main/res/values/strings.xml
parent4e330671fa9d78052ddc55389ac3e196422438e1 (diff)
add image count prompt to flavor image
Diffstat (limited to 'org.fox.ttrss/src/main/res/values/strings.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/values/strings.xml b/org.fox.ttrss/src/main/res/values/strings.xml
index e74c3843..55827caf 100755
--- a/org.fox.ttrss/src/main/res/values/strings.xml
+++ b/org.fox.ttrss/src/main/res/values/strings.xml
@@ -230,4 +230,10 @@
<string name="action_settings">Settings</string>
<string name="video_player_share">Share video</string>
<string name="video_player_open">Open video</string>
+
+ <plurals name="flavor_image_prompt">
+ <item quantity="zero"></item>
+ <item quantity="one">(one more image)</item>
+ <item quantity="other">(%1$d more images)</item>
+ </plurals>
</resources>