Advertisement
Guest User

Untitled

a guest
Apr 27th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. TIME_IS_OVER=Time is over!
  2. TRY_AGAIN=Level is not complete. Try again!
  3. TUTORIAL=Tutorial
  4. MODE=MODE
  5. PLAY=Play
  6. ADDITION=Addition
  7. SUBTRACTION=Subtraction
  8. MULTIPLICATION=Multiplication
  9. DIVISION=Division
  10. LEVELS=Levels
  11. ON_TIME=On time
  12. RANDOM=Random
  13. ADD_LEVELS=Addition levels
  14. SUB_LEVELS=Subtraction levels
  15. MUL_LEVELS=Multiplication levels
  16. DIV_LEVELS=Division levels
  17. ADD_TIME=Addition on time
  18. SUB_TIME=Subtraction on time
  19. MUL_TIME=Multiplication on time
  20. DIV_TIME=Division on time
  21. ABACUS_GAME=Abacus Game
  22. LVL_COMPLETE=Level complete!
  23. TIME=Time
  24. GEN_SET=General settings
  25. MUSIC=Music
  26. HINTS=Hints
  27. CLICKS=Clicks
  28. SWIPES=Swipes
  29. CONTROLS_SET=Controls settings
  30. SAVE_SET=Saves
  31. RESET_RECORDS=Reset records
  32. CANCEL=Cancel
  33. DELETE=Delete
  34. R_U_SURE=Are you sure?
  35. DEL_MSG=This action will delete all your progress in this game!
  36. T_B_1=Hi! This is basic tutorial. Touch button to continue.
  37. T_B_2=Each abacus rod represents one digit in a number.
  38. T_B_3=The bottom beads have a value of one.
  39. T_B_4=The top beads have a value of five.
  40. T_B_5=To represent numbers, move beads to the center beam. For example, this is 2.
  41. T_B_6=This represents 8 (=5 + 3)
  42. T_B_7=This represents 16 (=10+5+1)
  43. T_B_8=This represents 157 (=100+50+5+2)
  44. T_B_9=Let's try to represent 13. Please, move beads.
  45. T_B_10=Let's try to represent 72. Please, move beads.
  46. T_A_1=Let's try 1 + 3.
  47. T_A_2=Add 3 now.
  48. T_A_3=Right! The result is 4.
  49. T_A_4=Okay, let's try 3 + 4.
  50. T_A_5=But how we can add 4? 4 = 5 - 1.
  51. T_A_6=Do -1 now.
  52. T_A_7=Yes, the result is 7.
  53. T_A_8=Okay, let's try 8 + 9.
  54. T_A_9=But how we can add 9? 9 = 10 - 1.
  55. T_A_10=Do -1 now.
  56. T_A_11=Excellent! The result is 17.
  57. T_A_12=Finally, let's try 42 + 78.
  58. T_A_13=Okay. Now add 7 (10 - 3). Start by doing + 1.
  59. T_A_14=Do -3 now.
  60. T_A_15=Now let's proceed to the 8 (= 10 - 2). Start by doing -2.
  61. T_A_16=Do +1 now.
  62. T_A_17=Super!
  63. T_S_1=Let's try 83 - 22.
  64. T_S_2=First enter 83.
  65. T_S_3=Good. Add 3 to get 8.
  66. T_S_4=Add 3 now.
  67. T_S_5=Subtract 2 now.
  68. T_S_6=Subtract 2 again.
  69. T_S_7=Right! The result is 61
  70. T_S_8=Okay, let's try 42 - 19. Enter 42.
  71. T_S_9=Ok. Add 2 now.
  72. T_S_10=Perfect. Now you need to subtract 1.
  73. T_S_11=But how we subtract 9? (-9 = -10 + 1). So, let's add 1.
  74. T_S_12=And subtract 1.
  75. T_S_13=Yes, the result is 23.
  76. T_S_14=Finally, let's try 233 - 27. Enter 233.
  77. T_S_15=Super. Now we need to subtract 27. Let's subtract 2.
  78. T_S_16=But how we can subtract 7? (-7 = -10 + 3). So, let's subtract 1.
  79. T_S_17=Now we need to add 3. (+3 = +5 - 2)
  80. T_S_18=Super! Result is 206.
  81. T_M_1=Let's try 673 * 4.
  82. T_M_2=You must skip two columns on the right side and enter 673 on the next three.
  83. T_M_3=Now we will multiply each column by 4 starting from right. Our last right column has a value of 3. So, 3 * 4 = 12.
  84. T_M_4=We are done with this digit, so reset the column to zero.
  85. T_M_5=Good. Now you must multiply 7 * 4. It is 28. Enter this value starting from 2 and them enter 8.
  86. T_M_6=We are done with this digit. So we need to reset it to zero.
  87. T_M_7=Ok. Value of our next digit is 6. 6 * 4 = 24. Enter this value.
  88. T_M_8=Ok. We are done with this digit, so reset it to zero.
  89. T_M_9=Right! The result is 2692.
  90. T_D_1=Let's try 741 / 3.
  91. T_D_2=741 has 3 digits, so we must skip 3 columns from the right and enter 741 in next 3 columns.
  92. T_D_3=We must keep track of the input (white rectangle) and output (red rectangle). The input is 7. And 7 / 3 = 2, so we write 2 in the output column.
  93. T_D_4=Now we multiply the output (2) * 3. That is 6, so subtract 6 from the input.
  94. T_D_5=Move to the next digit (both rectangles move right). The input is now 14. And 14 / 3 = 4, so write 4 in the output column.
  95. T_D_6=Multiply the output (4) * 3 = 12. So, subtract 12 from the input.
  96. T_D_7=Move to the next digit. Now the input is 21. And 21 / 3 = 7, so rite 7 in the output column.
  97. T_D_8=Multiply the output (7) * 3 = 21. So, subtract 21 from the input.
  98. T_D_9=Right! The result is 247.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement