Repo for Programming MB code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
816 B

  1. <resources>
  2. <string name="app_name">Garage Door</string>
  3. <string name="button_send">Open</string>
  4. <string name="button_send2">View</string>
  5. <string name="text_above">Click to open or close garage.</string>
  6. <string name="text_below">Click to view garage status.</string>
  7. <string name="title_activity_garage_view">GarageViewActivity</string>
  8. <!-- Strings used for fragments for navigation -->
  9. <string name="first_fragment_label">First Fragment</string>
  10. <string name="second_fragment_label">Second Fragment</string>
  11. <string name="next">Next</string>
  12. <string name="previous">Previous</string>
  13. <string name="hello_first_fragment">Hello first fragment</string>
  14. <string name="hello_second_fragment">Hello second fragment. Arg: %1$s</string>
  15. </resources>