Changes between Version 4 and Version 5 of Es:Styles/Coloured_buildings


Ignore:
Timestamp:
2018-11-13T12:34:54+01:00 (8 years ago)
Author:
dcapillae
Comment:

Fixed translation: "retail" = "tiendas" (better than "comercial"); "commerial" = "comercial" (better than "oficinas")

Legend:

Unmodified
Added
Removed
Modified
  • Es:Styles/Coloured_buildings

    v4 v5  
    1919Hotel: building=hotel[[BR]]
    2020Iglesia: building=church, building=cathedral[[BR]]
    21 Comercial: building=retail[[BR]]
     21Tiendas: building=retail[[BR]]
    2222Hospital: building=hospital[[BR]]
    23 Oficinas: building=commercial[[BR]]
     23Comercial: building=commercial[[BR]]
    2424Industrial: building=industrial[[BR]]
    2525
     
    154154area[building=commercial]
    155155{
    156         text: eval("Oficinas");
     156        text: eval("Comercial");
    157157        text-color: black;
    158158        font-size: 9;
     
    198198area[building=retail]
    199199{
    200         text: eval("Comercial");
     200        text: eval("Tiendas");
    201201        text-color: black;
    202202        font-size: 9;