use plural string for feed_group_dialog_selection_count
This commit is contained in:
parent
d0f2a02277
commit
0ae4d1369d
5 changed files with 54 additions and 7 deletions
|
|
@ -623,8 +623,11 @@
|
|||
<string name="feed_notification_loading">Loading feed…</string>
|
||||
<string name="feed_processing_message">Processing feed…</string>
|
||||
<string name="feed_group_dialog_select_subscriptions">Select subscriptions</string>
|
||||
<string name="feed_group_dialog_selection_count">Selected: %d</string>
|
||||
<string name="feed_group_dialog_empty_selection">No subscription selected</string>
|
||||
<plurals name="feed_group_dialog_selection_count">
|
||||
<item quantity="one">Selected: %d</item>
|
||||
<item quantity="other">Selected: %d</item>
|
||||
</plurals>
|
||||
<string name="feed_group_dialog_empty_name">Empty group name</string>
|
||||
<string name="feed_group_dialog_name_input">Name</string>
|
||||
<string name="feed_group_dialog_delete_message">Do you want to delete this group?</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue