Changes between Version 80 and Version 81 of TaggingPresets


Ignore:
Timestamp:
2014-10-30T16:11:25+01:00 (11 years ago)
Author:
Klumbumbus
Comment:

joined translation part

Legend:

Unmodified
Added
Removed
Modified
  • TaggingPresets

    v80 v81  
    166166   The exact name of the preset to link to.
    167167
    168 To support translations, all textual elements may be used in translated form. E.g. "de.name" would represent the name in case German language support is loaded.
    169 
    170168== Format description from XML document (needs to be joined with above texts) ==
    171169 (delete here the parts which you have joined with above texts)
     
    254252  disable_off: whether the off value is disabled in the dialog, i.e., only unset or yes are provided
    255253
    256 The fields "name", "text", "display_values" may also be localized (e.g. de.name).
    257 When translations of equal words but different meanings may conflict, a translation
    258 context should be specified. Use "name_context", "text_context" or "values_context"
    259 for this. The context should be a meaningful short description to help translators.
    260 
    261 In JOSM internally all "name", "text" and "display_values" are translated when
    262 no specific translation has been given in XML file. When no "display_values"
    263 are supplied, then "values" will be treated as "display_values" and translated instead.
    264 
    265254}}}
     255
     256== Translation ==
     257To support translations, all textual elements ("name", "text", "display_values") may also be localized. (E.g. "de.name" would represent the name in case German language support is loaded.)
     258
     259In JOSM internally ([source:josm/trunk/data/defaultpresets.xml internal preset]) all "name", "text" and "display_values" are translated when no specific translation has been given in XML file. When no "display_values" are supplied, then "values" will be treated as "display_values" and translated instead. When translations of equal words but different meanings may conflict, a translation context should be specified. Use "name_context", "text_context" or "values_context" for this. The context should be a meaningful short description to help translators. The translation for the internal preset is done at [https://translations.launchpad.net/josm/trunk Launchpad] (and will probably change to Transifex in the future).
    266260
    267261== Icon handling ==