mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
meshtastic#413 Add Satellite Map Layers
This commit is contained in:
parent
ba0c48b762
commit
8b5b33bcd5
7 changed files with 82 additions and 6 deletions
13
app/src/main/res/values-pl/arrays.xml
Normal file
13
app/src/main/res/values-pl/arrays.xml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string-array name="map_styles">
|
||||
<item>Ulice</item>
|
||||
<item>Teren</item>
|
||||
<item>Jasny</item>
|
||||
<item>Ciemny</item>
|
||||
<item>Satelita</item>
|
||||
<item>Satelita (wraz z ulicami)</item>
|
||||
<item>Natężenie ruchu (jasny)</item>
|
||||
<item>Natężenie ruchu (ciemy)</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
|
|
@ -137,5 +137,6 @@ Jeśli jesteś zainteresowany opłaceniem przez nas mapboxa (lub przejściem do
|
|||
<string name="allow_will_show">Zezwól (pokaże okno dialogowe)</string>
|
||||
<string name="preferences_language">Język (wymagany restart)</string>
|
||||
<string name="preferences_system_default">Domyślny systemu</string>
|
||||
<string name="preferences_map_style">Typ map</string>
|
||||
<string name="resend">Ponów</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue