Changeset 28420 in osm for applications
- Timestamp:
- 2012-06-01T10:18:19+02:00 (13 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ColumbusCSV/src/org/openstreetmap/josm/plugins/columbusCSV/ColumbusCSVImporter.java
r28042 r28420 59 59 } 60 60 61 progressMonitor.beginTask(String.format(tr("Importing CSV file ' %s'..."),61 progressMonitor.beginTask(String.format(tr("Importing CSV file ''%s''..."), 62 62 file.getName(), 4)); 63 63 progressMonitor.setTicksCount(1); -
applications/editors/josm/plugins/alignways/src/com/tilusnet/josm/plugins/alignways/AlignWaysWhatsNewPanel.java
r28342 r28420 48 48 49 49 lblWhatsNew.setText("<html><div style=\"font-family: sans-serif; font-weight: bold; font-style: italic;\"><span style=\"font-size: large;\"><span style=\"font-size: x-large;\">" 50 + tr("What' s new...")50 + tr("What''s new...") 51 51 + "</span></div></html>"); 52 52 -
applications/editors/josm/plugins/canvec_helper/build.xml
r27917 r28420 97 97 <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.canvec_helper.canvec_helper"/> 98 98 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 99 <attribute name="Plugin-Description" value="Overlays the canvec tile grid on the map and prints URL' s to the .zip files future goals: allow auto-downloading and loading of canvec .osm files"/>99 <attribute name="Plugin-Description" value="Overlays the canvec tile grid on the map and prints URL''s to the .zip files. Future goals: allow auto-downloading and loading of canvec .osm files"/> 100 100 <!--<attribute name="Plugin-Icon" value="..."/>--> 101 101 <!--<attribute name="Plugin-Link" value="http://ext.earthtools.ca/dummy"/>--> -
applications/editors/josm/plugins/imagery-xml-bounds/build.xml
r27863 r28420 100 100 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 101 101 <attribute name="Plugin-Description" value="Generate Imagery XML bounds from a multipolygon"/> 102 <attribute name="fr_Plugin-Description" value="Genere les limites au format XML d' une source d'imagerie a partir d'un multipolygone"/>102 <attribute name="fr_Plugin-Description" value="Genere les limites au format XML d''une source d''imagerie a partir d''un multipolygone"/> 103 103 <attribute name="Plugin-Early" value="false"/> 104 104 <attribute name="Plugin-Icon" value="images/xml_24.png"/> -
applications/editors/josm/plugins/wikipedia/src/org/wikipedia/WikipediaCopyTemplate.java
r28247 r28420 16 16 public WikipediaCopyTemplate() { 17 17 final CoordCopyTemplate coord = new CoordCopyTemplate( 18 tr("Copy ' {{Coord}}' template"), "wikipedia-coord",18 tr("Copy ''{{Coord}}'' template"), "wikipedia-coord", 19 19 "{{Coord|{lat}|{lon}}}"); 20 20 final CoordCopyTemplate coordinate = new CoordCopyTemplate( 21 tr("Copy ' {{Coordinate}}' template"), "wikipedia-coordinate",21 tr("Copy ''{{Coordinate}}'' template"), "wikipedia-coordinate", 22 22 "{{Coordinate|NS={lat}|EW={lon}|type=landmark|region=}}"); 23 23 MainMenu.addAfter(Main.main.menu.editMenu, coord, false, Main.main.menu.copyCoordinates);
Note:
See TracChangeset
for help on using the changeset viewer.