Revision 279

View differences:

trunk/org.gvsig.app.document.layout2.app/org.gvsig.app.document.layout2.app.mainplugin/src/main/java/org/gvsig/app/project/documents/layout/fframes/gui/dialogs/FFrameGridDialog.java
172 172
        if (pnlIntervalGroup == null) {
173 173
            pnlIntervalGroup = new JPanel(new GridBagLayout());
174 174
            pnlIntervalGroup.setBorder(javax.swing.BorderFactory.createTitledBorder(
175
                    null, PluginServices.getText(this, "Intervalo"),
175
                    null, PluginServices.getText(this, "Interval"),
176 176
                    javax.swing.border.TitledBorder.DEFAULT_JUSTIFICATION,
177 177
                    javax.swing.border.TitledBorder.DEFAULT_POSITION, null, null));
178 178
            GridBagConstraints c = new GridBagConstraints();
......
451 451
            c.gridx = 0;
452 452
            c.gridy = row++;
453 453
            c.gridwidth = 1;
454
            pnlLabelGroup.add(new JLabel(Messages.getText("Horizontal_rotation")), c);
454
            pnlLabelGroup.add(new JLabel(Messages.getText("Horizontal_label_rotation")), c);
455 455
            c.gridx = 1;
456 456
            pnlLabelGroup.add(getNfRotationHoriz(), c);
457 457
            
458 458
            c.gridy = row++;
459 459
            c.gridx = 0;
460
            pnlLabelGroup.add(new JLabel(Messages.getText("Vertical_rotation")), c);
460
            pnlLabelGroup.add(new JLabel(Messages.getText("Vertical_label_rotation")), c);
461 461
            c.gridx = 1;
462 462
            pnlLabelGroup.add(getNfRotationVert(), c);
463 463
            
......
664 664
        fframeview = fview;
665 665
        //Set the label
666 666
        if (fframeview.getMapContext() != null){
667
            lblUnitsX.setText(MapContext.getDistanceNames()[
668
                   fframeview.getMapContext().getViewPort().getMapUnits()]);
669
            lblUnitsY.setText(MapContext.getDistanceNames()[
670
                   fframeview.getMapContext().getViewPort().getMapUnits()]);
667
            lblUnitsX.setText(Messages.getText(MapContext.getDistanceNames()[
668
                   fframeview.getMapContext().getViewPort().getMapUnits()]));
669
            lblUnitsY.setText(Messages.getText(MapContext.getDistanceNames()[
670
                   fframeview.getMapContext().getViewPort().getMapUnits()]));
671 671
        }
672 672
    }
673 673

  
trunk/org.gvsig.app.document.layout2.app/org.gvsig.app.document.layout2.app.mainplugin/src/main/resources-plugin/i18n/text.properties
39 39
Fixed_scale=Escala fija
40 40
Fixed_extent=Extensi?n fija
41 41
1__=1:
42
Extent_cant_be_synchronized_when_using_fixed_scale_or_fixed_extent=La extensi?n no se puede sincronizar en modo escala fija o extensi?n fija
42
Extent_cant_be_synchronized_when_using_fixed_scale_or_fixed_extent=La extensi?n no se puede sincronizar en modo escala fija o extensi?n fija
43
Number_format=Formato de n?mero
44
Interval=Intervalo
45
Number_of_horizontal_divisions=N?mero de divisiones horizontales
46
Number_of_vertical_divisions=N?mero de divisiones verticales
47
Label=Etiqueta
48
Horizontal_label_rotation=Rotaci?n horizontal
49
Vertical_label_rotation=Rotaci?n vertical
50
Font_type=Tipo de letra
51
Decimal_separator=Separador decimal
52
Thousands_separator=Separador de miles
53
Decimal_digits=D?gitos decimales
trunk/org.gvsig.app.document.layout2.app/org.gvsig.app.document.layout2.app.mainplugin/src/main/resources-plugin/i18n/text_en.properties
39 39
Fixed_scale=Fixed scale
40 40
Fixed_extent=Fixed extent
41 41
1__=1:
42
Extent_cant_be_synchronized_when_using_fixed_scale_or_fixed_extent=Extent can\'t be synchronized when using fixed scale or fixed extent
42
Extent_cant_be_synchronized_when_using_fixed_scale_or_fixed_extent=Extent can\'t be synchronized when using fixed scale or fixed extent
43
Number_format=Number format
44
Interval=Interval
45
Number_of_horizontal_divisions=Number of horizontal divisions
46
Number_of_vertical_divisions=Number of vertical divisions
47
Label=Label
48
Horizontal_label_rotation=Horizontal label rotation
49
Vertical_label_rotation=Vertical label rotation
50
Font_type=Font type
51
Decimal_separator=Decimal separator
52
Thousands_separator=Thousands separator
53
Decimal_digits=Decimal digits

Also available in: Unified diff