Revision 11806

View differences:

branches/v10/extensions/extAnnotations/config/text.properties
6 6
centered=Centrado
7 7
create_annotation_layer=Crea capa de anotaciones
8 8
change_options_of_annotations=Cambio opciones de las anotaciones
9
descripcion_de_crear_capa_de_anotaciones_nueva=<HTML>Con esta herramienta puede crear una capa basada <br>en otra ya existente que le permita realizar un etiquetado avanzado. <br>Cambia la visualizaci\u00f3n de la capa seleccionada mostrando el valor<br> de uno de sus campos.</HTML>
9
descripcion_de_crear_capa_de_anotaciones_nueva=<HTML>Con esta herramienta puede crear una capa basada en otra ya existente que le permita realizar un etiquetado avanzado. <br>Cambia la visualizaci\u00f3n de la capa seleccionada mostrando el valor de uno de sus campos.</HTML>
10 10
duplicate=Control de los duplicados
11 11
duplicate.none=Ninguno
12 12
fontcolor=Color del texto
branches/v10/extensions/extAnnotations/config/text_en.properties
6 6
centered=Centered
7 7
create_annotation_layer=Create annotation layer
8 8
change_options_of_annotations=Change options of annotations
9
descripcion_de_crear_capa_de_anotaciones_nueva=<HTML>A new layer can be created using this tool, <br>based on an already existing layer which allows to perform <br>advanced labeling. It changes the visualization of the<br> selected layer showing the value of one of its fields.</HTML>
9
descripcion_de_crear_capa_de_anotaciones_nueva=<HTML>A new layer can be created using this tool, based on an already existing layer which allows to perform advanced labeling. <br>It changes the visualization of the selected layer showing the value of one of its fields.</HTML>
10 10
duplicate=Duplicate control.
11 11
duplicate.none=None
12 12
fontcolor=Font color
branches/v10/extensions/extAnnotations/src/com/iver/cit/gvsig/project/documents/gui/Annotation_FieldSelect.java
67 67
 * @author Vicente Caballero Navarro
68 68
 */
69 69
public class Annotation_FieldSelect extends JWizardPanel {
70
    private static final Rectangle lblDescriptionPosition = new Rectangle(4, 4,
71
            355, 75);
70
    private static final Rectangle lblDescriptionPosition = new Rectangle(4, 14,
71
            355, 100);
72 72

  
73 73
    // private static final Rectangle lblStep1Position = new Rectangle(4, 90,
74 74
    // 15,
75 75
    // 15);
76 76
    // private static final Rectangle lblNewLayerNamePosition = new
77 77
    // Rectangle(30,90,355,15);
78
    private static final Rectangle lblDuplicatePosition = new Rectangle(30, 80,
78
    private static final Rectangle lblDuplicatePosition = new Rectangle(30, 115,
79 79
            355, 30);
80 80
    private static final Rectangle cmbDuplicatePosition = new Rectangle(30,
81
            110, 170, 18);
82
    private static final Rectangle lblStep2Position = new Rectangle(4, 135, 15,
81
            150, 170, 18);
82
    private static final Rectangle lblStep2Position = new Rectangle(4, 170, 15,
83 83
            12);
84
    private static final Rectangle lblFieldPosition = new Rectangle(30, 135,
84
    private static final Rectangle lblFieldPosition = new Rectangle(30, 170,
85 85
            355, 30);
86
    private static final Rectangle cmbFieldPosition = new Rectangle(30, 169,
86
    private static final Rectangle cmbFieldPosition = new Rectangle(30, 204,
87 87
            170, 18);
88 88
    private Annotation_Layer layer;
89 89
    private JLabel lblDescription = null;
branches/v10/extensions/extAnnotations/src/com/iver/cit/gvsig/project/documents/gui/Annotation_TaskCreate.java
196 196
                writer.process(edRow);
197 197
                pos++;
198 198
            }
199
        } else if (duplicate.equals(PluginServices.getText(this, "none"))) {
199
        } else if (duplicate.equals(PluginServices.getText(this, "duplicate.none"))) {
200 200
            va.start();
201 201

  
202 202
            if (bitSet.cardinality() == 0) {

Also available in: Unified diff