Guest User

Untitled

a guest
Jun 25th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. <resources>
  2. <string name="app_name">Coffee Order App</string>
  3. <string name="price">order summary</string>
  4. <string name="zero_cups">0</string>
  5. <string name="quantity_of_cups">quantity</string>
  6. <string name="total_price_zero">$0</string>
  7. <string name="order_button">order</string>
  8. <string name="increment_button">+</string>
  9. <string name="decrement_button">-</string>
  10. <string name="space_display_method"> %1$d</string>
  11. <string name="total_coffee_cost">Hi, %1$s. You ordered %2$d cups of coffee. \nPrepare to pay $%3$d. \nThank you!</string>
  12. <string name="total_coffee_cost_whipped_cream">Hi, %1$s. You ordered %2$d cups of coffee, whipped cream will be added. \nPrepare to pay $%3$d. \nThank you!</string>
  13. <string name="total_coffee_cost_chocolate">Hi, %1$s. You ordered %2$d cups of coffee, chocolate will be added. \nPrepare to pay $%3$d. \nThank you!</string>
  14. <string name="total_coffee_cost_cream_chocolate">Hi, %1$s. You ordered %2$d cups of coffee, whipped cream and chocolate will be added. \nPrepare to pay $%3$d. \nThank you!</string>
  15. <string name="total_coffee_cost_one">Hi, %1$s. You ordered %2$d cup of coffee. \nPrepare to pay $%3$d. \nThank you!</string>
  16. <string name="total_coffee_cost_one_whipped_cream">Hi, %1$s. You ordered %2$d cup of coffee, whipped cream will be added. \nPrepare to pay $%3$d. \nThank you!</string>
  17. <string name="total_coffee_cost_one_chocolate">Hi, %1$s. You ordered %2$d cup of coffee, chocolate will be added. \nPrepare to pay $%3$d. \nThank you!</string>
  18. <string name="total_coffee_cost_one_cream_chocolate">Hi, %1$s. You ordered %2$d cup of coffee, whipped cream and chocolate will be added. \nPrepare to pay $%3$d. \nThank you!</string>
  19. <string name="total_coffee_cost_zero">Hi, %1$s. You have not ordered any cup of coffee. \nTry to choose again. \nThank you!</string>
  20. <string name="toppings">TOPPINGS</string>
  21. <string name="whipped_cream">Whipped Cream</string>
  22. <string name="chocolate">Chocolate</string>
  23. <string name="your_name_hint">Enter your name</string>
  24.  
  25. </resources>
Add Comment
Please, Sign In to add comment