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
16 lines
816 B
<resources>
|
|
<string name="app_name">Garage Door</string>
|
|
<string name="button_send">Open</string>
|
|
<string name="button_send2">View</string>
|
|
<string name="text_above">Click to open or close garage.</string>
|
|
<string name="text_below">Click to view garage status.</string>
|
|
<string name="title_activity_garage_view">GarageViewActivity</string>
|
|
<!-- Strings used for fragments for navigation -->
|
|
<string name="first_fragment_label">First Fragment</string>
|
|
<string name="second_fragment_label">Second Fragment</string>
|
|
<string name="next">Next</string>
|
|
<string name="previous">Previous</string>
|
|
|
|
<string name="hello_first_fragment">Hello first fragment</string>
|
|
<string name="hello_second_fragment">Hello second fragment. Arg: %1$s</string>
|
|
</resources>
|