0% found this document useful (0 votes)
4 views1 page

Temperature Conversion Strings

This XML document contains string resources for an app that converts temperature units. It defines text for the app name, a greeting, a settings button, a choices label, a reset button, a temperature input label, a conversion button, and labels for Celsius, Reamur, Fahrenheit, and Kelvin temperature scales.

Uploaded by

Risa fahlusi
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

Temperature Conversion Strings

This XML document contains string resources for an app that converts temperature units. It defines text for the app name, a greeting, a settings button, a choices label, a reset button, a temperature input label, a conversion button, and labels for Celsius, Reamur, Fahrenheit, and Kelvin temperature scales.

Uploaded by

Risa fahlusi
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

String.

Xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Konversi Suhu</string>
<string name="hello_world">Hello world!</string>
<string name="action_settings">Settings</string>
<string name="pilihan">Pilihan</string>
<string name="reset">Reset</string>
<string name="masukkan">Masukkan suhu</string>
<string name="Konversi">Konversi</string>
<string name="Celcius">Celsius</string>
<string name="Reamur">Reamur</string>
<string name="Fahrenheit">Fahrenheit</string>
<string name="Kelvin">Kelvin</string>
</resources>

You might also like