videoplayer: missing i18n

This commit is contained in:
Andrew Dolgov 2015-07-10 13:53:58 +03:00
parent a5da507b58
commit eee5210189
2 changed files with 4 additions and 2 deletions

View File

@ -6,10 +6,10 @@
<item <item
android:id="@+id/article_vid_open" android:id="@+id/article_vid_open"
app:showAsAction="" app:showAsAction=""
android:title="Open video"/> android:title="@string/video_player_open"/>
<item <item
android:id="@+id/article_vid_share" android:id="@+id/article_vid_share"
android:icon="@drawable/ic_share" android:icon="@drawable/ic_share"
app:showAsAction="ifRoom" app:showAsAction="ifRoom"
android:title="Share video"/> android:title="@string/video_player_share"/>
</menu> </menu>

View File

@ -228,4 +228,6 @@
<string name="hello_world">Hello world!</string> <string name="hello_world">Hello world!</string>
<string name="action_settings">Settings</string> <string name="action_settings">Settings</string>
<string name="video_player_share">Share video</string>
<string name="video_player_open">Open video</string>
</resources> </resources>