mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 04:24:29 +00:00
[styles] Differentiate between different entrances
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
committed by
zyphlar
parent
73df73ba0c
commit
238b63acef
@@ -375,7 +375,12 @@
|
||||
|
||||
/* This is for main/primary entrances, for secondary entrances see type.entrance */
|
||||
"type.entrance.main" = "Haupteingang";
|
||||
"type.entrance.exit" = "Ausgang";
|
||||
"type.entrance.house" = "Hauseingang";
|
||||
"type.entrance.garage" = "Garageneingang";
|
||||
"type.entrance.service" = "Serviceeingang";
|
||||
"type.entrance.entry" = "(Nur) Eingang";
|
||||
"type.entrance.exit" = "(Nur) Ausgang";
|
||||
"type.entrance.emergency" = "Notausgang";
|
||||
"type.fee.yes" = "$";
|
||||
"type.fee.no" = "Kostenlos";
|
||||
"type.healthcare.laboratory" = "Medizinisches Labor";
|
||||
|
||||
@@ -383,7 +383,12 @@
|
||||
|
||||
/* This is for main/primary entrances, for secondary entrances see type.entrance */
|
||||
"type.entrance.main" = "Main Entrance";
|
||||
"type.entrance.exit" = "Exit";
|
||||
"type.entrance.house" = "House Entrance";
|
||||
"type.entrance.garage" = "Garage Entrance";
|
||||
"type.entrance.service" = "Service Entrance";
|
||||
"type.entrance.entry" = "Entry (Only)";
|
||||
"type.entrance.exit" = "Exit (Only)";
|
||||
"type.entrance.emergency" = "Emergency Exit";
|
||||
"type.fee.yes" = "$";
|
||||
"type.fee.no" = "Free";
|
||||
"type.healthcare.laboratory" = "Medical Laboratory";
|
||||
|
||||
@@ -402,7 +402,12 @@
|
||||
|
||||
/* This is for main/primary entrances, for secondary entrances see type.entrance */
|
||||
"type.entrance.main" = "Main Entrance";
|
||||
"type.entrance.exit" = "Exit";
|
||||
"type.entrance.house" = "House Entrance";
|
||||
"type.entrance.garage" = "Garage Entrance";
|
||||
"type.entrance.service" = "Service Entrance";
|
||||
"type.entrance.entry" = "Entry (Only)";
|
||||
"type.entrance.exit" = "Exit (Only)";
|
||||
"type.entrance.emergency" = "Emergency Exit";
|
||||
"type.fee.yes" = "$";
|
||||
"type.fee.no" = "Free";
|
||||
"type.healthcare.laboratory" = "Medical Laboratory";
|
||||
|
||||
Reference in New Issue
Block a user