Download this file

strings.xml    19 lines (18 with data), 1.1 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Maps Utils Demo</string>
<string name="input_text">Looking for...</string>
<string name="button_send">Go!</string>
<string name="police_stations">Police Stations in Victoria</string>
<string name="medicare">Medicare Offices</string>
<string name="attrib_format">Data from &lt;a href = "%s">data.gov.au&lt;/a>, modified under &lt;a href = \"http://creativecommons.org/licenses/by/3.0/au/\">CC BY 3.0 AU&lt;/a></string>
<string name="police_stations_url">http://data.gov.au/dataset/police-station-locations/resource/76110b24-0f0a-4c29-9583-3f99eaba486c</string>
<string name="medicare_url">http://data.gov.au/dataset/location-of-medicare-offices/resource/5d38e1be-4011-49c4-8b8b-75405eeb1088</string>
<string name="remove">Remove</string>
<string name="add">Add</string>
<string name="visibility">Toggle Vis</string>
<string-array name="heatmaps_datasets_array">
<item>@string/police_stations</item>
<item>@string/medicare</item>
</string-array>
</resources>