Files
exalted_dice/ExaltedDice/res/values/strings.xml
Ricky Barrette 12a1d4c17d Updated roll history list UI
Made the list easier to read by making different parts of the information
bigger of smaller

Change-Id: I64482dfd8ec03ded60e96f7dd9916445ef8ee7fe
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-02-08 12:26:04 -05:00

31 lines
1.6 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">Rolls: </string>
<string name="roll_again">Roll Again</string>
<string name="roll_again_summary">Rolls the with the same presets as the selected roll from history</string>
<string name="calc_successes">Calculate Successes</string>
<string name="calc_successes_summary">Calculates the total amount of success for each roll</string>
<string name="total_plus_mod">\nTotal + Mod: </string>
</resources>