no comments

This commit is contained in:
Ritvik Saraf 2018-09-24 14:53:43 +05:30
parent d694c5f511
commit 515be677a9
4 changed files with 45 additions and 4 deletions

View file

@ -227,6 +227,7 @@
<string name="user_report">User report</string>
<string name="search_no_results">No results</string>
<string name="empty_view_no_videos" translatable="false">@string/no_videos</string>
<string name="empty_view_no_comments" translatable="false">@string/no_comments</string>
<string name="empty_subscription_feed_subtitle">Nothing Here But Crickets</string>
<string name="detail_drag_description">Drag to reorder</string>
@ -264,6 +265,12 @@
<item quantity="other">%s videos</item>
</plurals>
<string name="no_comments">No comments</string>
<plurals name="comments">
<item quantity="one">%s comment</item>
<item quantity="other">%s comments</item>
</plurals>
<!-- Missions -->
<string name="start">Start</string>
<string name="pause">Pause</string>