mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
[types] Add name for communication masts
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
committed by
Yannik Bloscheck
parent
a6057af12d
commit
84f7687b98
@@ -732,8 +732,10 @@
|
|||||||
<string name="type.man_made.tower">Turm</string>
|
<string name="type.man_made.tower">Turm</string>
|
||||||
<!-- A huge telecommunications tower. Often a local monument or a landmark. -->
|
<!-- A huge telecommunications tower. Often a local monument or a landmark. -->
|
||||||
<string name="type.man_made.communications_tower">Funkturm</string>
|
<string name="type.man_made.communications_tower">Funkturm</string>
|
||||||
<!-- A regular telecommunications tower / mast. -->
|
<!-- A regular telecommunications tower. -->
|
||||||
<string name="type.man_made.tower.communication">Funkturm</string>
|
<string name="type.man_made.tower.communication">Funkturm</string>
|
||||||
|
<!-- A regular telecommunications mast. -->
|
||||||
|
<string name="type.man_made.mast.communication">Funkmast</string>
|
||||||
<!-- A deep hole drilled into the earth to extract oil or gas. -->
|
<!-- A deep hole drilled into the earth to extract oil or gas. -->
|
||||||
<string name="type.man_made.petroleum_well">Öl- oder Gasbohrung</string>
|
<string name="type.man_made.petroleum_well">Öl- oder Gasbohrung</string>
|
||||||
<!-- A tower/mast constructed to burn off excess gas. -->
|
<!-- A tower/mast constructed to burn off excess gas. -->
|
||||||
|
|||||||
@@ -783,8 +783,10 @@
|
|||||||
<string name="type.man_made.tower">Tower</string>
|
<string name="type.man_made.tower">Tower</string>
|
||||||
<!-- A huge telecommunications tower. Often a local monument or a landmark. -->
|
<!-- A huge telecommunications tower. Often a local monument or a landmark. -->
|
||||||
<string name="type.man_made.communications_tower">Communications Tower</string>
|
<string name="type.man_made.communications_tower">Communications Tower</string>
|
||||||
<!-- A regular telecommunications tower / mast. -->
|
<!-- A regular telecommunications tower. -->
|
||||||
<string name="type.man_made.tower.communication">Communications Tower</string>
|
<string name="type.man_made.tower.communication">Communications Tower</string>
|
||||||
|
<!-- A regular telecommunications mast. -->
|
||||||
|
<string name="type.man_made.mast.communication">Communications Mast</string>
|
||||||
<!-- A deep hole drilled into the earth to extract oil or gas. -->
|
<!-- A deep hole drilled into the earth to extract oil or gas. -->
|
||||||
<string name="type.man_made.petroleum_well">Oil or Gas Well</string>
|
<string name="type.man_made.petroleum_well">Oil or Gas Well</string>
|
||||||
<!-- A tower/mast constructed to burn off excess gas. -->
|
<!-- A tower/mast constructed to burn off excess gas. -->
|
||||||
|
|||||||
@@ -820,9 +820,12 @@
|
|||||||
/* A huge telecommunications tower. Often a local monument or a landmark. */
|
/* A huge telecommunications tower. Often a local monument or a landmark. */
|
||||||
"type.man_made.communications_tower" = "Funkturm";
|
"type.man_made.communications_tower" = "Funkturm";
|
||||||
|
|
||||||
/* A regular telecommunications tower / mast. */
|
/* A regular telecommunications tower. */
|
||||||
"type.man_made.tower.communication" = "Funkturm";
|
"type.man_made.tower.communication" = "Funkturm";
|
||||||
|
|
||||||
|
/* A regular telecommunications mast. */
|
||||||
|
"type.man_made.mast.communication" = "Funkmast";
|
||||||
|
|
||||||
/* A deep hole drilled into the earth to extract oil or gas. */
|
/* A deep hole drilled into the earth to extract oil or gas. */
|
||||||
"type.man_made.petroleum_well" = "Öl- oder Gasbohrung";
|
"type.man_made.petroleum_well" = "Öl- oder Gasbohrung";
|
||||||
|
|
||||||
|
|||||||
@@ -833,9 +833,12 @@
|
|||||||
/* A huge telecommunications tower. Often a local monument or a landmark. */
|
/* A huge telecommunications tower. Often a local monument or a landmark. */
|
||||||
"type.man_made.communications_tower" = "Communications Tower";
|
"type.man_made.communications_tower" = "Communications Tower";
|
||||||
|
|
||||||
/* A regular telecommunications tower / mast. */
|
/* A regular telecommunications tower. */
|
||||||
"type.man_made.tower.communication" = "Communications Tower";
|
"type.man_made.tower.communication" = "Communications Tower";
|
||||||
|
|
||||||
|
/* A regular telecommunications mast. */
|
||||||
|
"type.man_made.mast.communication" = "Communications Mast";
|
||||||
|
|
||||||
/* A deep hole drilled into the earth to extract oil or gas. */
|
/* A deep hole drilled into the earth to extract oil or gas. */
|
||||||
"type.man_made.petroleum_well" = "Oil or Gas Well";
|
"type.man_made.petroleum_well" = "Oil or Gas Well";
|
||||||
|
|
||||||
|
|||||||
@@ -864,9 +864,12 @@
|
|||||||
/* A huge telecommunications tower. Often a local monument or a landmark. */
|
/* A huge telecommunications tower. Often a local monument or a landmark. */
|
||||||
"type.man_made.communications_tower" = "Communications Tower";
|
"type.man_made.communications_tower" = "Communications Tower";
|
||||||
|
|
||||||
/* A regular telecommunications tower / mast. */
|
/* A regular telecommunications tower. */
|
||||||
"type.man_made.tower.communication" = "Communications Tower";
|
"type.man_made.tower.communication" = "Communications Tower";
|
||||||
|
|
||||||
|
/* A regular telecommunications mast. */
|
||||||
|
"type.man_made.mast.communication" = "Communications Mast";
|
||||||
|
|
||||||
/* A deep hole drilled into the earth to extract oil or gas. */
|
/* A deep hole drilled into the earth to extract oil or gas. */
|
||||||
"type.man_made.petroleum_well" = "Oil or Gas Well";
|
"type.man_made.petroleum_well" = "Oil or Gas Well";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user