menu and strings for check-server menu added to GamesList

This commit is contained in:
Andy2 2010-10-19 07:49:23 -07:00
parent ab8c3f985e
commit f31e28dbd7
2 changed files with 9 additions and 0 deletions

View file

@ -12,6 +12,9 @@
android:title="@string/gamel_menu_dicts"
android:icon="@drawable/dicticon"
/>
<item android:id="@+id/gamel_menu_checkmoves"
android:title="@string/gamel_menu_checkmoves"
/>
<item android:id="@+id/gamel_menu_delete_all"
android:title="@string/gamel_menu_delete_all"
android:icon="@android:drawable/ic_menu_delete"

View file

@ -393,5 +393,11 @@
<string name="notify_title">Data available</string>
<string name="notify_body">New game data available on relay</string>
<string name="gamel_menu_checkmoves">Check server</string>
<string name="no_games_to_refresh">No games found that connect via
the meetup server.</string>
<string name="msgs_progress">Checking meetup server for messages...</string>
</resources>