Changes between Initial Version and Version 1 of Ticket #10421


Ignore:
Timestamp:
2014-08-25T00:12:42+02:00 (10 years ago)
Author:
bastiK
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10421 – Description

    initial v1  
    88setting::highway_casing {
    99  type: boolean;
    10   label: "Show highway casing";
     10  label: tr("Show highway casing");
    1111  default: false;
    1212}
     
    1515setting::zoom_behavior {
    1616  type: list_selection;
    17   label: "Zoom";
     17  label: tr("Zoom");
    1818  option-keys: list(zoom_auto, zoom_show_all);
    1919  option-labels: list(tr("Auto (hide icons at low zoom)"), tr("Fixed (show all icons and labels)"));
     
    2424setting::motorway_color {
    2525  type: color;
    26   label: "Motorway";
     26  label: tr("Motorway");
    2727  default: #809bc0;
    2828}