Changeset 2800 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2010-01-09T23:31:53+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/MainApplication.java
r2798 r2800 76 76 "\t[--download=]minlat,minlon,maxlat,maxlon "+tr("Download the bounding box")+"\n"+ 77 77 "\t[--download=]<url> "+tr("Download the location at the url (with lat=x&lon=y&zoom=z)")+"\n"+ 78 "\t[--download=]<filename> "+tr("Open file (as raw gps, if .gpx)")+"\n"+78 "\t[--download=]<filename> "+tr("Open a file (any file type that can be opened with File/Open)")+"\n"+ 79 79 "\t--downloadgps=minlat,minlon,maxlat,maxlon "+tr("Download the bounding box as raw gps")+"\n"+ 80 80 "\t--downloadgps=<url> "+tr("Download the location at the url (with lat=x&lon=y&zoom=z) as raw gps")+"\n"+ … … 82 82 "\t--[no-]maximize "+tr("Launch in maximized mode")+"\n"+ 83 83 "\t--reset-preferences "+tr("Reset the preferences to default")+"\n\n"+ 84 "\t--language=<language> "+tr("Set the language .")+"\n\n"+84 "\t--language=<language> "+tr("Set the language")+"\n\n"+ 85 85 tr("options provided as Java system properties")+":\n"+ 86 86 "\t-Djosm.home="+tr("/PATH/TO/JOSM/FOLDER/ ")+tr("Change the folder for all user settings")+"\n\n"+ 87 87 tr("note: For some tasks, JOSM needs a lot of memory. It can be necessary to add the following\n" + 88 " Java option to increase the maximum size of allocated memory")+":\n"+88 " Java option to specify the maximum size of allocated memory in megabytes")+":\n"+ 89 89 "\t-Xmx...m\n\n"+ 90 90 tr("examples")+":\n"+ … … 96 96 "\tjava -Xmx400m -jar josm.jar\n\n"+ 97 97 tr("Parameters are read in the order they are specified, so make sure you load\n"+ 98 "some data before --selection")+"\n\n"+ 99 tr("Instead of --download=<bbox> you may specify osm://<bbox>\n")); 98 "some data before --selection")+"\n"); 100 99 } 101 100
Note:
See TracChangeset
for help on using the changeset viewer.