mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
menu and strings for check-server menu added to GamesList
This commit is contained in:
parent
ab8c3f985e
commit
f31e28dbd7
2 changed files with 9 additions and 0 deletions
|
@ -12,6 +12,9 @@
|
||||||
android:title="@string/gamel_menu_dicts"
|
android:title="@string/gamel_menu_dicts"
|
||||||
android:icon="@drawable/dicticon"
|
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"
|
<item android:id="@+id/gamel_menu_delete_all"
|
||||||
android:title="@string/gamel_menu_delete_all"
|
android:title="@string/gamel_menu_delete_all"
|
||||||
android:icon="@android:drawable/ic_menu_delete"
|
android:icon="@android:drawable/ic_menu_delete"
|
||||||
|
|
|
@ -393,5 +393,11 @@
|
||||||
|
|
||||||
<string name="notify_title">Data available</string>
|
<string name="notify_title">Data available</string>
|
||||||
<string name="notify_body">New game data available on relay</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>
|
</resources>
|
||||||
|
|
Loading…
Add table
Reference in a new issue