Changeset 6191 in josm for trunk/data/defaultpresets.xml


Ignore:
Timestamp:
2013-08-26T01:33:00+02:00 (11 years ago)
Author:
Don-vip
Message:

fix #8996, fix #9001 - presets: add some context to common words used in different presets with distinct translations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r6190 r6191  
    819819                </combo>
    820820                <combo key="mtb:scale" text="MTB Scale" values="0,1,2,3,4,5" />
    821                 <combo key="trail_visibility" text="Visibility" values="excellent,good,intermediate,bad,horrible,no" />
     821                <combo key="trail_visibility" text="Visibility" values="excellent,good,intermediate,bad,horrible,no" values_context="trail_visibility" />
    822822                <combo key="foot" text="Foot" values="yes,official,designated,permissive,destination,delivery,private,no" />
    823823                <combo key="bicycle" text="Bicycle" values="yes,official,designated,permissive,destination,delivery,private,no" />
     
    21912191                <check key="crossing:light" text="Traffic lights" default="off" />
    21922192                <check key="crossing:bell" text="Sound signals" default="off" />
    2193                 <combo key="crossing:barrier" text="Barrier" values="yes,no,half,full,double_half" />
     2193                <combo key="crossing:barrier" text="Barrier" values="yes,no,half,full,double_half" values_context="crossing:barrier" />
    21942194            </optional>
    21952195        </item>
     
    22102210                <check key="crossing:light" text="Traffic lights" default="off" />
    22112211                <check key="crossing:bell" text="Sound signals" default="off" />
    2212                 <combo key="crossing:barrier" text="Barrier" values="yes,no,half,full,double_half" />
     2212                <combo key="crossing:barrier" text="Barrier" values="yes,no,half,full,double_half" values_context="crossing:barrier" />
    22132213            </optional>
    22142214        </item>
     
    42254225            <label text="Edit Hunting Stand" />
    42264226            <key key="amenity" value="hunting_stand" />
    4227             <combo key="height" text="Height" values="low,half,full,5,10,15,20" />
     4227            <combo key="height" text="Height" values="low,half,full,5,10,15,20" values_context="height" />
    42284228            <combo key="shelter" text="Shelter" values="yes,no,unknown" />
    42294229            <combo key="hide" text="Hide" values="yes,no,unknown" />
     
    44374437            <text key="name" text="Name" />
    44384438            <combo key="piste:type" text="Piste type" values="downhill,nordic,skitour,snow_park" />
    4439             <combo key="piste:difficulty" text="Difficulty" values="novice,easy,intermediate,advanced,expert,freeride" />
     4439            <combo key="piste:difficulty" text="Difficulty" values="novice,easy,intermediate,advanced,expert,freeride" values_context="piste:difficulty" />
    44404440            <combo key="piste:grooming" text="Grooming" values="classic,mogul,skating,classic;skating,scooter,backcountry" />
    44414441        </item>
Note: See TracChangeset for help on using the changeset viewer.