Changes between Version 80 and Version 81 of TaggingPresets
- Timestamp:
- 2014-10-30T16:11:25+01:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TaggingPresets
v80 v81 166 166 The exact name of the preset to link to. 167 167 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 170 168 == Format description from XML document (needs to be joined with above texts) == 171 169 (delete here the parts which you have joined with above texts) … … 254 252 disable_off: whether the off value is disabled in the dialog, i.e., only unset or yes are provided 255 253 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 translation258 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 when262 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 265 254 }}} 255 256 == Translation == 257 To 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 259 In 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). 266 260 267 261 == Icon handling ==
