Created
April 9, 2016 04:33
-
-
Save derohimat/82ea3cc2f56f14078385af4df462dbc7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<resources> | |
<string name="app_name">Sunshine</string> | |
<string name="action_settings">Settings</string> | |
<string name="action_map">Map Location</string> | |
<string name="pref_location_label">Location</string> | |
<string name="pref_location_key" translatable="false">location</string> | |
<string name="pref_location_default" translatable="false">40377</string> | |
<string name="pref_units_label">Temperature Units</string> | |
<string name="pref_units_label_metric">Metric</string> | |
<string name="pref_units_label_imperial">Imperial</string> | |
<string name="pref_units_key" translatable="false">units</string> | |
<string name="pref_units_metric" translatable="false">metric</string> | |
<string name="pref_units_imperial" translatable="false">imperial</string> | |
</resources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment