mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
group backup/restore menuitems
This commit is contained in:
parent
b0d0fa8da7
commit
6ec78c0441
2 changed files with 17 additions and 6 deletions
|
@ -110,12 +110,6 @@
|
||||||
<item android:id="@+id/games_menu_checkupdates"
|
<item android:id="@+id/games_menu_checkupdates"
|
||||||
android:title="@string/gamel_menu_checkupdates"
|
android:title="@string/gamel_menu_checkupdates"
|
||||||
/>
|
/>
|
||||||
<item android:id="@+id/games_menu_storedb"
|
|
||||||
android:title="@string/gamel_menu_storedb"
|
|
||||||
/>
|
|
||||||
<item android:id="@+id/games_menu_loaddb"
|
|
||||||
android:title="@string/gamel_menu_loaddb"
|
|
||||||
/>
|
|
||||||
<item android:id="@+id/games_menu_writegit"
|
<item android:id="@+id/games_menu_writegit"
|
||||||
android:title="@string/gamel_menu_writegit"
|
android:title="@string/gamel_menu_writegit"
|
||||||
/>
|
/>
|
||||||
|
@ -141,4 +135,17 @@
|
||||||
/>
|
/>
|
||||||
</menu>
|
</menu>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
<item android:id="@+id/games_submenu_backup"
|
||||||
|
android:title="@string/gamel_menu_backup"
|
||||||
|
>
|
||||||
|
<menu>
|
||||||
|
<item android:id="@+id/games_menu_storedb"
|
||||||
|
android:title="@string/gamel_menu_storedb"
|
||||||
|
/>
|
||||||
|
<item android:id="@+id/games_menu_loaddb"
|
||||||
|
android:title="@string/gamel_menu_loaddb"
|
||||||
|
/>
|
||||||
|
</menu>
|
||||||
|
</item>
|
||||||
</menu>
|
</menu>
|
||||||
|
|
|
@ -3,7 +3,11 @@
|
||||||
<!-- This file is for strings that aren't ready for localization
|
<!-- This file is for strings that aren't ready for localization
|
||||||
yet, probably because I'm not finished designing whatever they're part of -->
|
yet, probably because I'm not finished designing whatever they're part of -->
|
||||||
|
|
||||||
|
<!-- Menu group for backup/restore -->
|
||||||
|
<string name="gamel_menu_backup">Backup/restore</string>
|
||||||
|
<!-- menu for saving/exporting app data -->
|
||||||
<string name="gamel_menu_storedb">Export app data</string>
|
<string name="gamel_menu_storedb">Export app data</string>
|
||||||
|
<!-- menu for loading/importing app data -->
|
||||||
<string name="gamel_menu_loaddb">Import app data</string>
|
<string name="gamel_menu_loaddb">Import app data</string>
|
||||||
|
|
||||||
<string name="archive_button_store">Export</string>
|
<string name="archive_button_store">Export</string>
|
||||||
|
|
Loading…
Add table
Reference in a new issue