Changeset 1212 in josm


Ignore:
Timestamp:
2009-01-06T18:06:36+01:00 (15 years ago)
Author:
stoecker
Message:

language fixes, hopefully the last set

Location:
trunk
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/AlignInLineAction.java

    r1169 r1212  
    3030
    3131    public AlignInLineAction() {
    32         super(tr("Align Nodes in Line"), "alignline", tr("Move the selected nodes onto a line."),
     32        super(tr("Align Nodes in Line"), "alignline", tr("Move the selected nodes in to a line."),
    3333        Shortcut.registerShortcut("tools:alignline", tr("Tool: {0}", tr("Align Nodes in Line")), KeyEvent.VK_L, Shortcut.GROUP_EDIT), true);
    3434    }
  • trunk/src/org/openstreetmap/josm/actions/DownloadAction.java

    r1169 r1212  
    3131
    3232    public DownloadAction() {
    33         super(tr("Download from OSM ..."), "download", tr("Download map data from the OSM server."),
    34         Shortcut.registerShortcut("file:download", tr("File: {0}", tr("Download from OSM ...")), KeyEvent.VK_D, Shortcut.GROUPS_ALT1+Shortcut.GROUP_HOTKEY), true);
     33        super(tr("Download from OSM..."), "download", tr("Download map data from the OSM server."),
     34        Shortcut.registerShortcut("file:download", tr("File: {0}", tr("Download from OSM...")), KeyEvent.VK_D, Shortcut.GROUPS_ALT1+Shortcut.GROUP_HOTKEY), true);
    3535    }
    3636
  • trunk/src/org/openstreetmap/josm/actions/GpxExportAction.java

    r1205 r1212  
    4545
    4646    public GpxExportAction(Layer layer) {
    47         super(tr("Export to GPX ..."), "exportgpx", tr("Export the data to GPX file."),
    48         Shortcut.registerShortcut("file:exportgpx", tr("Export to GPX ..."), KeyEvent.VK_E, Shortcut.GROUP_MENU));
     47        super(tr("Export to GPX..."), "exportgpx", tr("Export the data to GPX file."),
     48        Shortcut.registerShortcut("file:exportgpx", tr("Export to GPX..."), KeyEvent.VK_E, Shortcut.GROUP_MENU));
    4949        this.layer = layer;
    5050    }
  • trunk/src/org/openstreetmap/josm/actions/OpenFileAction.java

    r1196 r1212  
    3939     */
    4040    public OpenFileAction() {
    41         super(tr("Open ..."), "open", tr("Open a file."),
    42         Shortcut.registerShortcut("system:open", tr("File: {0}", tr("Open ...")), KeyEvent.VK_O, Shortcut.GROUP_MENU));
     41        super(tr("Open..."), "open", tr("Open a file."),
     42        Shortcut.registerShortcut("system:open", tr("File: {0}", tr("Open...")), KeyEvent.VK_O, Shortcut.GROUP_MENU));
    4343    }
    4444
  • trunk/src/org/openstreetmap/josm/actions/PreferencesAction.java

    r1169 r1212  
    2929     */
    3030    public PreferencesAction() {
    31         super(tr("Preferences ..."), "preference", tr("Open a preferences page for global settings."),
     31        super(tr("Preferences..."), "preference", tr("Open a preferences page for global settings."),
    3232        Shortcut.registerShortcut("system:preferences", tr("Preferences"), KeyEvent.VK_F12, Shortcut.GROUP_DIRECT), true);
    3333    }
  • trunk/src/org/openstreetmap/josm/actions/SaveAsAction.java

    r1169 r1212  
    2222     */
    2323    public SaveAsAction(Layer layer) {
    24         super(tr("Save as ..."), "save_as", tr("Save the current data to a new file."),
    25         Shortcut.registerShortcut("system:saveas", tr("File: {0}", tr("Save as ...")), KeyEvent.VK_S, Shortcut.GROUP_MENU, Shortcut.SHIFT_DEFAULT), layer);
     24        super(tr("Save as..."), "save_as", tr("Save the current data to a new file."),
     25        Shortcut.registerShortcut("system:saveas", tr("File: {0}", tr("Save as...")), KeyEvent.VK_S, Shortcut.GROUP_MENU, Shortcut.SHIFT_DEFAULT), layer);
    2626    }
    2727
  • trunk/src/org/openstreetmap/josm/actions/UploadAction.java

    r1169 r1212  
    6060
    6161    public UploadAction() {
    62         super(tr("Upload to OSM ..."), "upload", tr("Upload all changes to the OSM server."),
    63         Shortcut.registerShortcut("file:upload", tr("File: {0}", tr("Upload to OSM ...")), KeyEvent.VK_U, Shortcut.GROUPS_ALT1+Shortcut.GROUP_HOTKEY), true);
     62        super(tr("Upload to OSM..."), "upload", tr("Upload all changes to the OSM server."),
     63        Shortcut.registerShortcut("file:upload", tr("File: {0}", tr("Upload to OSM...")), KeyEvent.VK_U, Shortcut.GROUPS_ALT1+Shortcut.GROUP_HOTKEY), true);
    6464
    6565        /**
  • trunk/src/org/openstreetmap/josm/actions/search/SearchAction.java

    r1084 r1212  
    3737
    3838    public SearchAction() {
    39         super(tr("Search ..."), "dialogs/search", tr("Search for objects."),
     39        super(tr("Search..."), "dialogs/search", tr("Search for objects."),
    4040        Shortcut.registerShortcut("system:find", tr("Search..."), KeyEvent.VK_F, Shortcut.GROUP_HOTKEY), true);
    4141    }
  • trunk/src/org/openstreetmap/josm/data/projection/Lambert.java

    r1169 r1212  
    8080        double lg = geo.lon();
    8181
    82         // check if longitude and latitude are inside the french Lambert zones
     82        // check if longitude and latitude are inside the French Lambert zones
    8383        currentZone = 0;
    8484        boolean outOfLambertZones = false;
     
    111111                        + "latitudes between 46.1° and 57° only.\n"
    112112                        + "Use another projection system if you are not using\n"
    113                         + "a french WMS server.\n"
     113                        + "a French WMS server.\n"
    114114                        + "Do not upload any data after this message.", this.toString()));
    115115                dontDisplayErrors = true;
     
    124124                        || (currentZone > layoutZone && Math.abs(zoneLimits[layoutZone] - lt) > cMaxOverlappingZones)) {
    125125                    JOptionPane.showMessageDialog(Main.parent,
    126                                     tr("IMPORTANT : data positionned far away from\n"
     126                                    tr("IMPORTANT : data positioned far away from\n"
    127127                                            + "the current Lambert zone limits.\n"
    128128                                            + "Do not upload any data after this message.\n"
  • trunk/src/org/openstreetmap/josm/gui/SplashScreen.java

    r1179 r1212  
    147147        if (!visible)
    148148            return;
    149         status.setText(message + " ...");
     149        status.setText(message + "...");
    150150    }
    151151
  • trunk/src/org/openstreetmap/josm/gui/preferences/DrawingPreference.java

    r1180 r1212  
    5555        });
    5656        drawRawGpsLines.setSelected(Main.pref.getBoolean("draw.rawgps.lines"));
    57         drawRawGpsLines.setToolTipText(tr("If your gps device draw too few lines, select this to draw lines along your way."));
     57        drawRawGpsLines.setToolTipText(tr("If your gps device draws too few lines, select this to draw lines along your way."));
    5858        panel.add(drawRawGpsLines, GBC.eol().insets(20,0,0,0));
    5959
  • trunk/src/org/openstreetmap/josm/gui/preferences/PluginPreference.java

    r1191 r1212  
    124124        plugin.add(update, GBC.std().insets(0,0,10,0));
    125125
    126         JButton configureSites = new JButton(tr("Configure Sites ..."));
     126        JButton configureSites = new JButton(tr("Configure Sites..."));
    127127        configureSites.addActionListener(new ActionListener(){
    128128            public void actionPerformed(ActionEvent e) {
     
    293293                            try {
    294294                                int answer = JOptionPane.showConfirmDialog(Main.parent,
    295                                     tr("Plugin archive already available. Do you want to download current version by deleting existing archive?\n\n{0}",
     295                                    tr("Plugin archive already available. Do you want to download the current version by deleting existing archive?\n\n{0}",
    296296                                    plinfo.file.getCanonicalPath()), tr("Plugin already exists"), JOptionPane.OK_CANCEL_OPTION);
    297297                                if (answer == JOptionPane.OK_OPTION) {
  • trunk/src/org/openstreetmap/josm/plugins/PluginDownloader.java

    r1169 r1212  
    141141            } catch (Exception e) {
    142142                e.printStackTrace();
    143                 JOptionPane.showMessageDialog(Main.parent, tr("The plugin {0} seem to be broken or could not be downloaded automatically.", pd.name));
     143                JOptionPane.showMessageDialog(Main.parent, tr("The plugin {0} seems to be broken or could not be downloaded automatically.", pd.name));
    144144            }
    145145        }
Note: See TracChangeset for help on using the changeset viewer.