Add phrases

This commit is contained in:
xmd5a 2017-10-16 19:00:32 +03:00
parent 260a2728a7
commit c1c3aaca81
2 changed files with 26 additions and 0 deletions

View file

@ -3510,4 +3510,16 @@
<string name="poi_surface_clay">Глина</string>
<string name="poi_location_underground">Местонахождение: под землёй</string>
<string name="poi_location_underwater">Местонахождение: под водой</string>
<string name="poi_location_overground">Местонахождение: над землёй</string>
<string name="poi_location_overhead">Местонахождение: наверху</string>
<string name="poi_location_roof">Местонахождение: крыша</string>
<string name="poi_location_outdoor">Местонахождение: на открытом воздухе</string>
<string name="poi_location_indoor">Местонахождение: в помещении</string>
<string name="poi_location_platform">Местонахождение: на платформе</string>
<string name="poi_location_bridge">Местонахождение: на мосту</string>
<string name="poi_location_wall">Местонахождение: на стене</string>
<string name="poi_location_entrance">Местонахождение: у входа</string>
</resources>

View file

@ -3495,4 +3495,18 @@
<string name="poi_surface_decoturf">DecoTurf</string>
<string name="poi_surface_metal_grid">Metal grid</string>
<string name="poi_location_underground">Location: underground</string>
<string name="poi_location_underwater">Location: underwater</string>
<string name="poi_location_overground">Location: overground</string>
<string name="poi_location_overhead">Location: overhead</string>
<string name="poi_location_roof">Location: roof</string>
<string name="poi_location_rooftop">Location: rooftop</string>
<string name="poi_location_outdoor">Location: outdoor</string>
<string name="poi_location_indoor">Location: indoor</string>
<string name="poi_location_platform">Location: platform</string>
<string name="poi_location_kiosk">Location: kiosk</string>
<string name="poi_location_bridge">Location: bridge</string>
<string name="poi_location_wall">Location: wall</string>
<string name="poi_location_entrance">Location: entrance</string>
</resources>