-
Notifications
You must be signed in to change notification settings - Fork 177
Expand file tree
/
Copy pathstrings.xml
More file actions
90 lines (64 loc) · 4.72 KB
/
strings.xml
File metadata and controls
90 lines (64 loc) · 4.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!--
Copyright 2023 Google LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<string name="app_name">android-maps-compose</string>
<string name="main_activity_title">"Maps Compose Demos \uD83D\uDDFA"</string>
<string name="basic_map_activity">Basic Map</string>
<string name="basic_map_activity_description">A simple map showing the default configuration.</string>
<string name="lite_mode_activity">Lite Mode Map</string>
<string name="lite_mode_activity_description">A map showcasing the Lite Mode configuration.</string>
<string name="street_view_activity">Street View</string>
<string name="street_view_activity_description">A simple Street View.</string>
<string name="location_tracking_activity">Location Tracking</string>
<string name="location_tracking_activity_description">Tracking your location on the map.</string>
<string name="scale_bar_activity">Scale Bar</string>
<string name="scale_bar_activity_description">Displaying a scale bar on the map.</string>
<string name="custom_controls_activity">Custom Controls</string>
<string name="custom_controls_activity_description">Replacing the default location button with a custom one.</string>
<string name="accessibility_activity">Accessibility</string>
<string name="accessibility_activity_description">Making your map more accessible.</string>
<string name="advanced_markers_activity">Advanced Markers</string>
<string name="advanced_markers_activity_description">Adding advanced markers to your map.</string>
<string name="marker_clustering_activity">Marker Clustering</string>
<string name="marker_clustering_activity_description">Clustering markers on your map.</string>
<string name="marker_drag_events_activity">Marker Drag Events</string>
<string name="marker_drag_events_activity_description">Listening to marker drag events.</string>
<string name="markers_collection_activity">Markers Collection</string>
<string name="markers_collection_activity_description">Adding a collection of markers to your map.</string>
<string name="syncing_draggable_marker_with_data_model_activity">Syncing Draggable Marker With Data Model</string>
<string name="syncing_draggable_marker_with_data_model_activity_description">Keeping a draggable marker in sync with a data model.</string>
<string name="updating_no_drag_marker_with_data_model_activity">Updating No-Drag Marker With Data Model</string>
<string name="updating_no_drag_marker_with_data_model_activity_description">Updating a non-draggable marker with a data model.</string>
<string name="draggable_markers_collection_with_polygon_activity">Draggable Markers Collection With Polygon</string>
<string name="draggable_markers_collection_with_polygon_activity_description">Dragging a collection of markers that form a polygon.</string>
<string name="map_in_column_activity">Map in Column</string>
<string name="map_in_column_activity_description">Displaying a map within a column.</string>
<string name="maps_in_lazy_column_activity">Maps in LazyColumn</string>
<string name="maps_in_lazy_column_activity_description">Displaying multiple maps in a LazyColumn.</string>
<string name="fragment_demo_activity">Fragment Demo</string>
<string name="fragment_demo_activity_description">Using the map compose components in a fragment.</string>
<string name="recomposition_activity">Recomposition</string>
<string name="recomposition_activity_description">Understanding how recomposition works with maps.</string>
<string name="tile_overlay_activity">Tile Overlay</string>
<string name="tile_overlay_activity_description">Adding a tile overlay to the map.</string>
<string name="wms_tile_overlay_activity">WMS Tile Overlay</string>
<string name="wms_tile_overlay_activity_description">Adding a WMS (EPSG:3857) tile overlay to the map.</string>
<string name="ground_overlay_activity">Ground Overlay</string>
<string name="ground_overlay_activity_description">Adding a ground overlay to the map.</string>
<!-- Demo group titles -->
<string name="map_types_title">Map Types</string>
<string name="map_features_title">Map Features</string>
<string name="markers_title">Markers</string>
<string name="ui_integration_title">UI Integration</string>
<string name="performance_title">Performance</string>
</resources>