Changeset 33234 in osm
- Timestamp:
- 2017-04-14T14:58:36+02:00 (8 years ago)
- Location:
- applications/editors/josm/i18n
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/i18n/convwiki.pl
r31111 r33234 10 10 my $filename; 11 11 my $dir = $ARGV[1] || "build/josmfiles"; 12 print "$ARGV[0]\n"; 12 13 if($ARGV[0] && $ARGV[0] =~ /^http:\/\//) 13 14 { -
applications/editors/josm/i18n/specialmessages.java
r33203 r33234 18 18 /* Landuse type used in multipolygons */ trc("landuse", "meadow"); 19 19 /* Landuse type used in multipolygons */ trc("landuse", "farmland"); 20 /* Landuse type used in multipolygons */ trc("landuse", "farmyard"); 21 /* Landuse type used in multipolygons */ trc("landuse", "cemetery"); 20 22 /* Landuse type used in multipolygons */ trc("landuse", "residential"); 21 23 /* Landuse type used in multipolygons */ trc("landuse", "greenfield"); … … 23 25 /* Landuse type used in multipolygons */ trc("landuse", "greenfield"); 24 26 /* Landuse type used in multipolygons */ trc("landuse", "quarry"); 27 /* Landuse type used in multipolygons */ trc("landuse", "allotments"); 25 28 /* Landuse type used in multipolygons */ trc("natural", "scrub"); 26 29 /* Landuse type used in multipolygons */ trc("natural", "wood"); 27 30 /* Landuse type used in multipolygons */ trc("natural", "grassland"); 31 /* Landuse type used in multipolygons */ trc("natural", "wetland"); 32 /* Landuse type used in multipolygons */ trc("natural", "heath"); 33 /* Amenity used in multipolygons */ trc("amenity", "fire_station"); 34 /* Leisure used in multipolygons */ trc("leisure", "park"); 28 35 /* relation type */ trc("Relation type", "associatedStreet"); 29 36 /* relation type */ trc("Relation type", "boundary");
Note:
See TracChangeset
for help on using the changeset viewer.