Changed dialoges to ConfirmDialog

This commit is contained in:
=
2018-01-12 18:29:01 +01:00
parent 3ca689dd60
commit 1ca222187e
11 changed files with 213 additions and 222 deletions

View File

@ -95,10 +95,12 @@
<string name="tool_upgrade_force">Force</string>
<string name="tool_upgrade_value_max">Max.</string>
<string name="exit_confirm_dialog_yes">Yes</string>
<string name="exit_confirm_dialog_no">No</string>
<string name="exit_confirm_dialog_question">Do you really want to exit the game?</string>
<string name="reset_dialog_question">Do you really want to reset ALL your progress?</string>
<string name="confirm_dialog_button_yes">Yes</string>
<string name="confirm_dialog_button_no">No</string>
<string name="confirm_dialog_placeholder">This is a beautiful ConfirmDialog placeholder!</string>
<string name="confirm_dialog_exit">Do you really want to exit the game?</string>
<string name="confirm_dialog_reset">Do you really want to reset ALL your progress?</string>
<string name="confirm_dialog_finish_world_1">Do you really want to finish the first world?\nYour old progress will be DELETED!</string>
<string name="tutorial_placeholder">This is a multiline placeholder\nfor all the tutorials I made!!!\nAwesome! - Isn\'t it?</string>
<string name="tutorial_welcome">Welcome to Endless Roll!\nHave fun!</string>