- Timestamp:
- 2011-10-09T00:40:04+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/search/SearchAction.java
r4503 r4507 202 202 DescriptionTextBuilder descriptionText = new DescriptionTextBuilder(); 203 203 descriptionText.append("<html><style>li.header{font-size:110%; list-style-type:none; margin-top:5px;}</style><ul>"); 204 descriptionText.appendItem(tr("<b>Baker Street</b> - ''Baker'' and ''Street'' in any key ."));205 descriptionText.appendItem(tr("<b>\"Baker Street\"</b> - ''Baker Street'' in any key ."));206 descriptionText.appendItem(tr("<b>key:Bak</b> - ''Bak'' anywhere in the key ''key'' ."));207 descriptionText.appendItem(tr("<b>-key:Bak</b> - ''Bak'' nowhere in the key ''key'' ."));208 descriptionText.appendItem(tr("<b>key=value</b> - key ''key'' with value exactly ''value'' .") + "</li>");209 descriptionText.appendItem(tr("<b>key=*</b> - key ''key'' with any value. Try also <b>*=value</b>, <b>key=</b>, <b>*=*</b>, <b>*=</b> .") + "</li>");210 descriptionText.appendItem(tr("<b>key:</b> - key ''key'' set to any value ."));211 descriptionText.appendItem(tr("<b>key?</b> - key ''key'' with the value ''yes'', ''true'', ''1'' or ''on'' ."));204 descriptionText.appendItem(tr("<b>Baker Street</b> - ''Baker'' and ''Street'' in any key")); 205 descriptionText.appendItem(tr("<b>\"Baker Street\"</b> - ''Baker Street'' in any key")); 206 descriptionText.appendItem(tr("<b>key:Bak</b> - ''Bak'' anywhere in the key ''key''")); 207 descriptionText.appendItem(tr("<b>-key:Bak</b> - ''Bak'' nowhere in the key ''key''")); 208 descriptionText.appendItem(tr("<b>key=value</b> - key ''key'' with value exactly ''value''")); 209 descriptionText.appendItem(tr("<b>key=*</b> - key ''key'' with any value. Try also <b>*=value</b>, <b>key=</b>, <b>*=*</b>, <b>*=</b>")); 210 descriptionText.appendItem(tr("<b>key:</b> - key ''key'' set to any value")); 211 descriptionText.appendItem(tr("<b>key?</b> - key ''key'' with the value ''yes'', ''true'', ''1'' or ''on''")); 212 212 descriptionText.appendItemHeader(tr("Special targets")); 213 213 /* I18n: don't translate the bold text keyword */ descriptionText.appendItem(tr("<b>type:</b>... - objects with corresponding type (<b>node</b>, <b>way</b>, <b>relation</b>)"));
Note:
See TracChangeset
for help on using the changeset viewer.