Files
exalted_dice/ExaltedDice/res/values/strings.xml
Ricky Barrette 21fd9a73a0 Added a new game dialog, and game management to GameListActivity
Change-Id: I222b29cc6bcea844b97d13c212e3330336b21a06
2012-02-04 12:53:40 -05:00

14 lines
541 B
XML
Executable File

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Exalted Dice</string>
<string name="rolled">Rolled: </string>
<string name="email">twentycodes@gmail.com</string>
<string name="deleteing">Deleting…</string>
<string name="empty_msg">Click the plus button to start a new game</string>
<string name="game_name">Game Name</string>
<string name="create_new_game">Create New Game</string>
<string name="delete">Delete</string>
<string name="new_game">New Game</string>
</resources>