Files
exalted_dice/ExaltedDice/res/values/strings.xml
Ricky Barrette 1fcf789219 Moved most Strings to xml
Change-Id: I7c460302d3efd1ffe4b1d7cb66789002bfa1ca33
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-02-06 11:01:50 -05:00

26 lines
1.2 KiB
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>
<string name="version_info">Version Information</string>
<string name="email">twentycodes@gmail.com</string>
<string name="email_about">Send an email with ideas or problems to help make this application even better! Good or bad we want to know what you think!</string>
<string name="contact_us">Contact Us</string>
<string name="roll">Roll!</string>
<string name="clear_history">Clear Roll History</string>
<string name="settings">Settings</string>
<string name="quit">Quit</string>
<string name="do_you_want_to_quit">Are you sure you want to quit?</string>
<string name="total">Total: </string>
<string name="sucesses">\nSuccesses: </string>
<string name="rolls">\nRolls: </string>
</resources>