Advertisement
Guest User

Untitled

a guest
Oct 21st, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 KB | None | 0 0
  1. <!-- GENERAL -->
  2. <string name="app_name">Smart Picks</string>
  3.  
  4.  
  5. <!-- MAIN ACTIVITY -->
  6.  
  7. <string name="counter_button">GET PICKS</string>
  8. <string name="radiant">R A D I A N T</string>
  9. <string name="dire">D I R E</string>
  10. <string name="mid">MID</string>
  11. <string name="safe">SAFE</string>
  12. <string name="hard">HARD</string>
  13. <string name="jungle">JUNGLE</string>
  14.  
  15. <string name="heroes_1">HEROES: 1</string>
  16. <string name="heroes_2">HEROES: 2</string>
  17.  
  18. <string name="counter_button_selected_3">You must choose at least 3 heroes in your team.</string>
  19. <string name="counter_button_selected_5">Your team is already full. Maybe switch teams?</string>
  20. <string name="counter_button_lane">You must choose at least 1 lane.</string>
  21. <string name="only_1_slot">You only have 1 free slot.</string>
  22.  
  23.  
  24. <!-- NAVIGATION DRAWER -->
  25.  
  26. <string name="tutorial">How to use the App</string>
  27. <string name="get_premium">Get Premium</string>
  28. <string name="get_premium_caps">GET PREMIUM</string>
  29. <string name="feedback">Feedback</string>
  30.  
  31. <!-- PURCHASE ACTIVITY -->
  32.  
  33. <string name="purchase_textview00">We believe you liked some of the suggestions.\nWith the Premium upgrade, you are gonna love them.</string>
  34.  
  35. <string name="purchase_textview0">We believed you liked some of the suggestions.</string>
  36. <string name="purchase_textview1">With the Premium upgrade, you will also get:</string>
  37. <string name="purchase_textview2">-Results based on which heroes counter best the enemy team</string>
  38. <string name="purchase_textview3">-Access to Strong/Weak heroes, to further specialize your needs for that game</string>
  39.  
  40. <string name="purchase_textview4">We are sure you will love them.</string>
  41.  
  42.  
  43. <!-- RESULTS ACTIVITY -->
  44.  
  45. <string name="good">GOOD</string>
  46. <string name="strong">STRONG</string>
  47. <string name="weak">WEAK</string>
  48.  
  49. <string name="greatpick">G R E A T P I C K</string>
  50. <string name="averagepick">A V E R A G E P I C K</string>
  51. <string name="greatpicks">G R E A T P I C K S</string>
  52. <string name="averagepicks">A V E R A G E P I C K S</string>
  53.  
  54.  
  55. <!-- FEEDBACK ACTIVITY -->
  56.  
  57. <string name="feedback_title_empty">Your last matches will appear here and you will be able to choose one of them to give feedback.</string>
  58. <string name="feedback_title">Select one of your last matches:</string>
  59. <string name="vs">vs</string>
  60.  
  61.  
  62. <!-- RATE ACTIVITY -->
  63.  
  64. <string name="rate_mid">Mid</string>
  65. <string name="rate_safe">Safe</string>
  66. <string name="rate_hard">Hard</string>
  67. <string name="rate_jungle">Jungle</string>
  68.  
  69. <string name="match_details">Match Details</string>
  70. <string name="question_which_result">Which of the results did you choose?</string>
  71. <string name="question_satisfied">How satisfied are you with the above results?</string>
  72. <string name="question_did_win">Did you win the game?</string>
  73.  
  74. <string name="submit_toast_resultSelected">You must select the result you had chosen.</string>
  75. <string name="submit_toast_radio">You must select if you won the game.</string>
  76.  
  77. <string name="yes">Yes</string>
  78. <string name="no">No</string>
  79.  
  80. <string name="submit_button">SUBMIT</string>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement