mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor: maps (#2097)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
c05f434ff2
commit
87e50e03ea
76 changed files with 4188 additions and 1830 deletions
|
|
@ -763,4 +763,30 @@
|
|||
<string name="nodes_queued_for_deletion">%d nodes queued for deletion:</string>
|
||||
<string name="clean_node_database_description">Caution: This removes nodes from in-app and on-device databases.\nSelections are additive.</string>
|
||||
<string name="connecting_to_device">Connecting to device</string>
|
||||
<string name="map_type_normal">Normal</string>
|
||||
<string name="map_type_satellite">Satellite</string>
|
||||
<string name="map_type_terrain">Terrain</string>
|
||||
<string name="map_type_hybrid">Hybrid</string>
|
||||
<string name="manage_map_layers">Manage Map Layers</string>
|
||||
<string name="map_layers_title">Map Layers</string>
|
||||
<string name="no_map_layers_loaded">No custom layers loaded.</string>
|
||||
<string name="add_layer_button">Add Layer</string>
|
||||
<string name="hide_layer">Hide Layer</string>
|
||||
<string name="show_layer">Show Layer</string>
|
||||
<string name="remove_layer">Remove Layer</string>
|
||||
<string name="add_layer">Add Layer</string>
|
||||
<string name="nodes_at_this_location">Nodes at this location</string>
|
||||
<string name="selected_map_type">Selected Map Type</string>
|
||||
<string name="manage_custom_tile_sources">Manage Custom Tile Sources</string>
|
||||
<string name="add_custom_tile_source">Add Custom Tile Source</string>
|
||||
<string name="no_custom_tile_sources_found">No Custom Tile Sources</string>
|
||||
<string name="edit_custom_tile_source">Edit Custom Tile Source</string>
|
||||
<string name="delete_custom_tile_source">Delete Custom Tile Source</string>
|
||||
<string name="name_cannot_be_empty">Name cannot be empty.</string>
|
||||
<string name="provider_name_exists">Provider name exists.</string>
|
||||
<string name="url_cannot_be_empty">URL cannot be empty.</string>
|
||||
<string name="url_must_contain_placeholders">URL must contain placeholders.</string>
|
||||
<string name="url_template">URL Template</string>
|
||||
<string name="url_template_hint" translatable="false">https://a.tile.openstreetmap.org/{z}/{x}/{y}.png</string>
|
||||
<string name="track_point">track point</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue