Revision 32372

View differences:

branches/gvSIG_19_ext3D_osgVP_2_2_0/extensions/ext3Dgui/src/org/gvsig/gvsig3dgui/display/FullScreenPanel.java
136 136

  
137 137
		jPanel1.setLayout(new java.awt.GridBagLayout());
138 138

  
139
		jButton2.setText("Cancelar");
139
		jButton2.setText(PluginServices.getText(this, "Cancel"));
140 140
		gridBagConstraints = new java.awt.GridBagConstraints();
141 141
		gridBagConstraints.gridx = 1;
142 142
		gridBagConstraints.gridy = 7;
......
150 150
		});
151 151
		jPanel1.add(jButton2, gridBagConstraints);
152 152

  
153
		jButton1.setText("Aceptar");
153
		jButton1.setText(PluginServices.getText(this, "Accept"));
154 154
		jButton1.addActionListener(new java.awt.event.ActionListener() {
155 155
			public void actionPerformed(java.awt.event.ActionEvent evt) {
156 156
				jButton1ActionPerformed(evt);
......
164 164
		gridBagConstraints.insets = new java.awt.Insets(0, 0, 0, 12);
165 165
		jPanel1.add(jButton1, gridBagConstraints);
166 166

  
167
		jCheckBox1.setText("Sincronizar camaras");
167
		jCheckBox1.setText(PluginServices.getText(this, "Sincronizar_camaras"));
168 168
		gridBagConstraints = new java.awt.GridBagConstraints();
169 169
		gridBagConstraints.gridx = 0;
170 170
		gridBagConstraints.gridy = 2;
......
173 173
		jPanel1.add(jCheckBox1, gridBagConstraints);
174 174
		jCheckBox1.setSelected(false);
175 175

  
176
		jCheckBox2.setText("Elegir Pantalla");
176
		jCheckBox2.setText(PluginServices.getText(this, "Elegir_pantalla"));
177 177
		gridBagConstraints = new java.awt.GridBagConstraints();
178 178
		gridBagConstraints.gridx = 0;
179 179
		gridBagConstraints.gridy = 3;
......
189 189

  
190 190
		});
191 191
		
192
		wowjCheckBox.setText("Activar Monitor 3D Philips Wow 20");
192
		wowjCheckBox.setText(PluginServices.getText(this, "Activar_WOW"));
193 193
		gridBagConstraints = new java.awt.GridBagConstraints();
194 194
		gridBagConstraints.gridx = 0;
195 195
		gridBagConstraints.gridy = 8;
......
198 198
		jPanel1.add(wowjCheckBox, gridBagConstraints);
199 199
		wowjCheckBox.setSelected(false);
200 200

  
201
		jCheckBox3.setText("Modo Ventana");
201
		jCheckBox3.setText(PluginServices.getText(this, "Modo_ventana"));
202 202
		gridBagConstraints = new java.awt.GridBagConstraints();
203 203
		gridBagConstraints.gridx = 0;
204 204
		gridBagConstraints.gridy = 4;
......
241 241
		SpinnerNumberModel model2 = new SpinnerNumberModel(initValue, min, max,
242 242
				step);
243 243

  
244
		jLabel3.setText("Posicion Origen");
244
		jLabel3.setText(PluginServices.getText(this, "Posicion_origen"));
245 245
		gridBagConstraints = new java.awt.GridBagConstraints();
246 246
		gridBagConstraints.gridx = 0;
247 247
		gridBagConstraints.gridy = 5;
......
273 273
		jSpinner3.setEnabled(false);
274 274
		jPanel1.add(jSpinner3, gridBagConstraints);
275 275

  
276
		jLabel4.setText("Resolucion");
276
		jLabel4.setText(PluginServices.getText(this, "Resolucion"));
277 277
		gridBagConstraints = new java.awt.GridBagConstraints();
278 278
		gridBagConstraints.gridx = 0;
279 279
		gridBagConstraints.gridy = 6;
......
386 386
			GraphicsDevice[] gs = ge.getScreenDevices();
387 387

  
388 388
			_numScreens = gs.length;
389
			System.out.println("NUMERO DE PANTALLAS: " + _numScreens);
389
		//	System.out.println("NUMERO DE PANTALLAS: " + _numScreens);
390 390
		} catch (HeadlessException e) {
391 391
			// Is thrown if there are no screen devices
392 392
		}
branches/gvSIG_19_ext3D_osgVP_2_2_0/extensions/ext3Dgui/src/org/gvsig/gvsig3dgui/display/DisplayPanel.java
163 163

  
164 164
		});
165 165

  
166
		jButton2.setText("Cancelar");
166
		jButton2.setText(PluginServices.getText(this, "Cancel"));
167 167
		jButton2.addActionListener(new java.awt.event.ActionListener() {
168 168
			public void actionPerformed(java.awt.event.ActionEvent evt) {
169 169
				jButton2ActionPerformed(evt);
......
174 174
		gridBagConstraints.gridy = 7;
175 175
		jPanel1.add(jButton2, gridBagConstraints);
176 176

  
177
		jButton1.setText("Aceptar");
177
		jButton1.setText(PluginServices.getText(this, "Accept"));
178 178
		jButton1.addActionListener(new java.awt.event.ActionListener() {
179 179
			public void actionPerformed(java.awt.event.ActionEvent evt) {
180 180
				jButton1ActionPerformed(evt);
......
208 208

  
209 209
		});
210 210

  
211
		jLabel1.setText("Tipo de Pantalla :");
211
		jLabel1.setText(PluginServices.getText(this, "Tipo_pantalla"));
212 212
		gridBagConstraints = new java.awt.GridBagConstraints();
213 213
		gridBagConstraints.gridx = 0;
214 214
		gridBagConstraints.gridy = 3;
......
216 216
		gridBagConstraints.insets = new java.awt.Insets(0, 0, 10, 0);
217 217
		jPanel1.add(jLabel1, gridBagConstraints);
218 218

  
219
		jLabel2.setText("Antialiasing :");
219
		jLabel2.setText(PluginServices.getText(this, "Antialiasing"));
220 220
		gridBagConstraints = new java.awt.GridBagConstraints();
221 221
		gridBagConstraints.gridx = 0;
222 222
		gridBagConstraints.gridy = 2;
......
224 224
		gridBagConstraints.insets = new java.awt.Insets(0, 0, 5, 0);
225 225
		jPanel1.add(jLabel2, gridBagConstraints);
226 226

  
227
		jLabel3.setText("Visualizacion Estereo :");
227
		jLabel3.setText(PluginServices.getText(this, "Visualizacion_estereo"));
228 228
		gridBagConstraints = new java.awt.GridBagConstraints();
229 229
		gridBagConstraints.gridx = 0;
230 230
		gridBagConstraints.gridy = 0;
......
232 232
		gridBagConstraints.insets = new java.awt.Insets(0, 0, 5, 22);
233 233
		jPanel1.add(jLabel3, gridBagConstraints);
234 234

  
235
		jLabel4.setText("Distancia interocular :");
235
		jLabel4.setText(PluginServices.getText(this, "Distancia_interocular"));
236 236
		gridBagConstraints = new java.awt.GridBagConstraints();
237 237
		gridBagConstraints.gridx = 0;
238 238
		gridBagConstraints.gridy = 1;
......
249 249
		jSpinner1.setEnabled(false);
250 250
		jPanel1.add(jSpinner1, gridBagConstraints);
251 251

  
252
		jLabel5.setText("Distancia a la pantalla :");
252
		jLabel5.setText(PluginServices.getText(this, "Distancia_pantalla"));
253 253
		gridBagConstraints = new java.awt.GridBagConstraints();
254 254
		gridBagConstraints.gridx = 0;
255 255
		gridBagConstraints.gridy = 5;
......
267 267
		jSpinner2.setEnabled(false);
268 268
		jPanel1.add(jSpinner2, gridBagConstraints);
269 269

  
270
		jLabel6.setText("Increm. de distancia de fusiĆ³n :");
270
		jLabel6.setText(PluginServices.getText(this, "Increm_distancia_fusion"));
271 271
		gridBagConstraints = new java.awt.GridBagConstraints();
272 272
		gridBagConstraints.gridx = 0;
273 273
		gridBagConstraints.gridy = 6;
branches/gvSIG_19_ext3D_osgVP_2_2_0/extensions/ext3Dgui/src/org/gvsig/gvsig3dgui/tocMenu/TocTransparencyPanel.java
108 108

  
109 109
	public String getText() {
110 110
		// Name that appears in toc menu
111
		return "Transparencia";
111
		return PluginServices.getText(this, "Transparency");
112 112
	}
113 113

  
114 114
}
branches/gvSIG_19_ext3D_osgVP_2_2_0/extensions/ext3Dgui/src/org/gvsig/gvsig3dgui/tocMenu/TocRefreshLayer.java
96 96

  
97 97
	public String getText() {
98 98
		// Name that appears in toc menu
99
		return "Refrescar Capa";
99
		return PluginServices.getText(this, "Layer_Refresh");
100 100
	}
101 101

  
102 102
}
branches/gvSIG_19_ext3D_osgVP_2_2_0/extensions/ext3Dgui/src/org/gvsig/gvsig3dgui/tocMenu/TocEditingLayer.java
108 108
	}
109 109

  
110 110
	public String getText() {
111
		String result = "Desactivar edicion 3D";
111
		String result = PluginServices.getText(
112
				this, "disable_3d_edition");
112 113

  
113 114
		com.iver.andami.ui.mdiManager.IWindow f = PluginServices
114 115
				.getMDIManager().getActiveWindow();
......
127 128
				Layer3DProps props = Layer3DProps.getLayer3DProps(lyr3D);
128 129
				if (!(props.isEditing())
129 130
						&& (props.getType() == Layer3DProps.layer3DOSG)) {
130
					result = "Activar edici?n 3D";
131
					result = PluginServices.getText(
132
							this, "enable_3d_edition");
131 133
				}
132 134
			}
133 135
		}
branches/gvSIG_19_ext3D_osgVP_2_2_0/extensions/ext3Dgui/src/org/gvsig/gvsig3dgui/layer/TransparencyPanel.java
181 181
					(int) _opacity * 255);
182 182
			// Create the label table
183 183
			Dictionary labelTable = new Hashtable();
184
			labelTable.put(new Integer(50), new JLabel("Transparente"));
185
			labelTable.put(new Integer(215), new JLabel("Opaco"));
184
			labelTable.put(new Integer(50), new JLabel(PluginServices.getText(this, "Transparente")));
185
			labelTable.put(new Integer(215), new JLabel(PluginServices.getText(this, "Opaco")));
186 186
			// Adding table to slider
187 187
			sliderTrans.setLabelTable(labelTable);
188 188
			// Activate the lables
branches/gvSIG_19_ext3D_osgVP_2_2_0/extensions/ext3Dgui/config/text.properties
1
#Translations for language [es]
2
#Mon Dec 04 18:37:02 GMT+01:00 2006
3
show_3Dview=Vista 3D
4
Vista3D=Vista 3D
5
Default_Navigation=Navegaci?n combinada
6
Pan_Navigation=Desplazamiento
7
Zoom_Navigation=Zoom
8
Azimut_Navigation=Inclinaci?n
9
Wire_Frame=Wire Frame
10
Reset_View=Zoom completo
11
Active_north=Siempre al norte
12
Ac_north=Activar
13
Des_north=Desactivar
14
# Buttons
15
Close=Cerrar
16
Accept=Aceptar
17
Apply=Aplicar
18
Cancel=Cancelar
19
# Transparency tool
20
Transparency=Transparencia de la capa
21
# Herramienta de visualizacion
22
Display=Propiedades de Visualizaci?n
23
Anaglyphic=Anaglifo
24
HorizontalInterlace=Entrelazado Horizontal
25
VerticalInterlace=Entrelazado Vertical
26
HorizontalSplit=Split Horizontal
27
LeftEye=Ojo Izquierdo
28
RightEye=Ojo Derecho
29
QuadBuffer=Quad Buffer
30
HeadMounted= Casco Visor
31
Monitor=Monitor
32
PowerWall=PowerWall
33
RealityCenter=Centro de Realidad Virtual 
34
None=Ninguno
35
2X=2X
36
4X=4X
37
0=0
38
1=1
39
Refresh_automaticaly=Refrescar la vista automaticamente
40
FullScreen="Pantalla Completa"
41
# 3D View Properties
42
view_3D_properties=Propiedades de la vista 3D
43
Name=Nombre:
44
Creation_Date=Fecha de creacion:
45
Owner=Propietario:
46
Proyection_Select=Seleccione tipo:
47
Commentaries=Comentarios:
48
Vertical_Exageration=Exageraci?n vertical:
49
Background_Color=Color de fondo:
50
Spherical=Esferica
51
Flat=Plana
52
Select_Color=Seleccion de color
53
##
54
Layer_Refresh=Refrescar la capa
55
Layer_options=Opciones de capa 3D
56
Rasterize_layer_question=?Desea rasterizar la capa (Si/No)?
57
Elevation_layer_question=?Desea usar esta capa como elevaci?n (Si/No)?
58
Only_one_elevation_messg=Ya existe una capa de elevaci?n en la vista.
59
Only_one_elevation_title=Informaci\u00f3n sobre capa de elevaci\u00f3n
60
Heigth_layer_question=Altura de los vectores (en metros)
61
#HUD
62
North=N
63
South=S
64
East=E
65
West=O
66
Ext3D.latitude=LAT 
67
Ext3D.longitude=LONG
68
X=X
69
Y=Y
70
No_available=Servicio no disponible
71
Heigth_Z=Valor Z asociado a la capa
72
Raster_layer=Rasterizar la capa
73
Layer_Properties=Propiedades de la capa.
74
North_plane=ESTA HERRAMIENTA NO ESTA DISPONIBLE EN VISTA PLANA
75
#Preferences
76
Swing_Compability=Activar compatibilidad con Java / Swing
77
AWT=Si
78
GL=No
79
#AnimationGui
80
Check_Text=Visualizaci\u00f3n frames
81
Label_Duration =Duraci\u00f3n
82
Label_Mode=Modo
83
Window_Title=Controles de animaci?n
84
Text_Secs=Duraci\u00f3n(segs)
85
initial_warning_3D=<HTML><B>\u00a1ATENCI\u00d3N\!</B><br>La extension 3D podria no mostrarse correctamente. Por favor realice las siquiente operaciones:<br> 
86
initial_canvas_warning=Menu Ventana-&gt;Preferencias: menu 3D, deshabilitar quitar la compatibilidad con Java / Swing.<br>
87
initial_skin_warning=Menu Ventana-&gt;Preferencias: menu General-&gt;Skin seleccionar el JdialogSkin o DockingSkin</HTML>
88
Nivel_de_extrusi?n=Nivel de extrusi\u00f3n
89
#Importacion de objetos
90
Objeto_3D=Objeto 3D
91
Objeto_3D_GIS=Objeto 3D GIS
92
Objeto_3D_GIS_Vectorial=Objeto 3D GIS Vectorial
93
Latitude=Latitud:
94
Longitude=Longitud:
95
Rotation=Rotaci\u00f3n:
96
EscaladoX=EscaladoX:
97
EscaladoY=EscaladoY:
98
EscaladoZ=EscaladoZ:
99
Hight=Altura:
100
File=Fichero
101
Examine=Examinar
102
Importar_Objeto_3D=Importar Objeto 3D
103
Importar_Objeto_3D_Vectorial=Importar Objeto 3D Vectorial
104
Ruta_manual=Introducir ruta
105
root_in=Introduce o selecciona un fichero
106
no_file=Fichero no introducido
107
no_file2=Fichero no encontrado
108
no_root=La ruta no existe
109
editable_layer_select_info=Selecciona una capa editable OSG
110
editable_layer_select=Capa no selecionada o capa no v?lida
111
#Panel Propiedades
112
Factor=Factor
113
Offset=Offset
114
Opciones_de_imagen=Opciones de imagen
115
Opciones_de_elevaci?n=Opciones de elevaci\u00f3n
116
Opciones_de_objeto=Opciones de objeto
117
Pegado_sobre_el_terreno=Pegado sobre el terreno
118
Elevacion=Elevaci\u00f3n
119
Propiedades_3D=Propiedades 3D
120
Layer3D=Layer3D
121
Capa_Vectorial=Capa Vectorial
122
Opciones=Opciones
123
Valor_minimo_de_escala=Valor m?nimo de escala
124
Valor_maximo_de_escala=Valor m?ximo de escala
125
Informacion=Informac\u00f3n
126
Altura_en_metros=Altura en metros
127
Nivel_de_detalle=Nivel de detalle
128
Capa_Raster=Capa Raster
129
Activar_profundidad_maxima=Activar profundidad m?xima
130
Activar_intervalo=Activar intervalo
131
Rango_maximo=Rango m?ximo
132
Rango_minimo=Rango m?nimo
133
new_osg=Nuevo OSG
134
new_layer=Nueva capa
135
Rotation_degreesX=Rotaci\u00f3n(grados)X:
136
Rotation_degreesY=Rotaci\u00f3n(grados)Y:
137
Rotation_degreesZ=Rotaci\u00f3n(grados)Z:
138
Crear_capa_osg=Crear nueva capa OSG
139
save_layer_osg=Salvar capa OSG
140
Nivel_de_extrusion=Nivel de extrusi\u00f3n
141
Altura_fija=Altura fija
142
Extrusion=Extrusi\u00f3n
143
Valor_inicial=Valor inicial
144
Valor_extrusionado=Valor extrusionado
145
info_extrusion=Acceso a campos num?ricos de capas vectoriales, aplicando un nivel de extrusi\u00f3n individual o fijo.
1
#text.properties
2
0=0
3
1=1
4
2X=2X
5
4X=4X
6
Ac_north=Activar
7
Accept=Aceptar
8
Activar_intervalo=Activar intervalo
9
Activar_profundidad_maxima=Activar profundidad m\u00E1xima
10
Activar_WOW=Activar monitor Phillips WOW
11
Active_north=Siempre al norte
12
Altura_en_metros=Altura en metros
13
Altura_fija=Altura fija
14
Anaglyphic=Anaglifo
15
Antialiasing=Antialiasing
16
Apply=Aplicar
17
AWT=Si
18
Azimut_Navigation=Inclinaci\u00F3n
19
Background_Color=Color de fondo\:
20
Cancel=Cancelar
21
Capa_Raster=Capa Raster
22
Capa_Vectorial=Capa Vectorial
23
Check_Text=Visualizaci\u00F3n frames
24
Close=Cerrar
25
Commentaries=Comentarios\:
26
Crear_capa_osg=Crear nueva capa OSG
27
Creation_Date=Fecha de creacion\:
28
Default_Navigation=Navegaci\u00F3n combinada
29
Des_north=Desactivar
30
disable_3d_edition=Desactivar edici\u00F3n 3D
31
Display=Propiedades de Visualizaci\u00F3n
32
Distancia_interocular=Distancia interocular
33
Distancia_pantalla=Distancia a la pantalla
34
East=E
35
editable_layer_select=Capa no selecionada o capa no v\u00E1lida
36
editable_layer_select_info=Selecciona una capa editable OSG
37
edited_layer=La capa ha sido puesta en edici\u00F3n
38
Elegir_pantalla=Elegir pantalla
39
Elevacion=Elevaci\u00F3n
40
Elevation_layer_question=\u00BFDesea usar esta capa como elevaci\u00F3n (Si/No)?
41
enable_3d_edition=Activar edici\u00F3n 3D
42
EscaladoX=EscaladoX\:
43
EscaladoY=EscaladoY\:
44
EscaladoZ=EscaladoZ\:
45
Examine=Examinar
46
Ext3D.latitude=LAT 
47
Ext3D.longitude=LONG
48
Extrusion=Extrusi\u00F3n
49
Factor=Factor
50
File=Fichero
51
Flat=Plana
52
FullScreen=Pantalla Completa
53
GL=No
54
HeadMounted=Casco Visor
55
Heigth_layer_question=Altura de los vectores (en metros)
56
Heigth_Z=Valor Z asociado a la capa
57
Hight=Altura\:
58
HorizontalInterlace=Entrelazado Horizontal
59
HorizontalSplit=Split Horizontal
60
Importar=Importar
61
Importar_Objeto_3D=Importar Objeto 3D
62
Importar_Objeto_3D_Vectorial=Importar Objeto 3D Vectorial
63
Increm_distancia_fusion=Incrementar distancia de fusi\u00F3n
64
info_extrusion=Acceso a campos num\u00E9ricos de capas vectoriales, aplicando un nivel de extrusi\u00F3n individual o fijo.
65
Informacion=Informac\u00F3n
66
initial_canvas_warning=Menu Ventana; Preferencias\: menu 3D, deshabilitar la compatibilidad con Java / Swing.
67
initial_skin_warning=Menu Ventana-&gt;Preferencias\: menu General-&gt;Skin seleccionar el JdialogSkin o DockingSkin</HTML>
68
initial_warning_3D=\u00A1ATENCI\u00D3N\! \nLa extension 3D podria no mostrarse correctamente. Por favor realice las siguientes operaciones\:
69
Label_Duration=Duraci\u00F3n
70
Label_Mode=Modo
71
Latitude=Latitud\:
72
Layer_options=Opciones de capa 3D
73
Layer_Properties=Propiedades de la capa.
74
Layer_Refresh=Refrescar la capa
75
Layer3D=Layer3D
76
LeftEye=Ojo Izquierdo
77
Longitude=Longitud\:
78
modified_layer=La capa ha sido modificada, recuerde salvar los cambios.
79
Modo_de_Proyeccion=Modo de proyecci\u00F3n
80
Modo_ventana=Modo ventana
81
Monitor=Monitor
82
Name=Nombre\:
83
new_layer=Nueva capa
84
new_osg=Nuevo OSG
85
Nivel_de_detalle=Nivel de detalle
86
Nivel_de_extrusion=Nivel de extrusi\u00F3n
87
Nivel_de_extrusi\u00F3n=Nivel de extrusi\u00F3n
88
No_available=Servicio no disponible
89
no_file=Fichero no introducido
90
no_file2=Fichero no encontrado
91
no_root=La ruta no existe
92
None=Ninguno
93
North=N
94
North_plane=Esta herramienta no est\u00E1 disponible en vista plana
95
Objeto_3D=Objeto 3D
96
Objeto_3D_GIS=Objeto 3D GIS
97
Objeto_3D_GIS_Vectorial=Objeto 3D GIS Vectorial
98
Offset=Offset
99
Only_one_elevation_messg=Ya existe una capa de elevaci\u00F3n en la vista.
100
Only_one_elevation_title=Informaci\u00F3n sobre capa de elevaci\u00F3n
101
Opaco=Opaco
102
Opciones=Opciones
103
Opciones_de_elevaci\u00F3n=Opciones de elevaci\u00F3n
104
Opciones_de_imagen=Opciones de imagen
105
Opciones_de_objeto=Opciones de objeto
106
Owner=Propietario\:
107
Pan_Navigation=Desplazamiento
108
Pegado_sobre_el_terreno=Pegado sobre el terreno
109
Posicion_origen=Posici\u00F3n origen
110
PowerWall=PowerWall
111
Propiedades_3D=Propiedades 3D
112
Proyection_Select=Seleccione tipo\:
113
QuadBuffer=Quad Buffer
114
Rango_maximo=Rango m\u00E1ximo
115
Rango_minimo=Rango m\u00EDnimo
116
Raster_layer=Rasterizar la capa
117
Rasterize_layer_question=\u00BFDesea rasterizar la capa (Si/No)?
118
RealityCenter=Centro de Realidad Virtual 
119
Refresh_automaticaly=Refrescar la vista automaticamente
120
Reset_View=Zoom completo
121
Resolucion=Resoluci\u00F3n
122
RightEye=Ojo Derecho
123
root_in=Introduce o selecciona un fichero
124
Rotation=Rotaci\u00F3n\:
125
Rotation_degreesX=Rotaci\u00F3n(grados)X\:
126
Rotation_degreesY=Rotaci\u00F3n(grados)Y\:
127
Rotation_degreesZ=Rotaci\u00F3n(grados)Z\:
128
rotation_manipulator=Manipulador de rotaci\u00F3n
129
Ruta_manual=Introducir ruta
130
save_layer_osg=Salvar capa OSG
131
Select_Color=Seleccion de color
132
show_3Dview=Vista 3D
133
Sincronizar_camaras=Sincronizar c\u00E1maras
134
South=S
135
Spherical=Esferica
136
Swing_Compability=Activar compatibilidad con Java / Swing
137
tabbox_manipulator=Manipulador de caja
138
Text_Secs=Duraci\u00F3n(segs)
139
Tipo_pantalla=Tipo de pantalla
140
Transparency=Transparencia de la capa
141
Transparente=Transparente
142
Valor_extrusionado=Valor extrusionado
143
Valor_inicial=Valor inicial
144
Valor_maximo_de_escala=Valor m\u00E1ximo de escala
145
Valor_minimo_de_escala=Valor m\u00EDnimo de escala
146
Vertical_Exageration=Exageraci\u00F3n vertical\:
147
VerticalInterlace=Entrelazado Vertical
148
view_3D_properties=Propiedades de la vista 3D
149
Vista3D=Vista 3D
150
Visualizacion_estereo=Visualizaci\u00F3n est\u00E9reo
151
West=O
152
Window_Title=Controles de animaci\u00F3n
153
Wire_Frame=Wire Frame
154
X=X
155
Y=Y
156
Zoom_Navigation=Zoom
branches/gvSIG_19_ext3D_osgVP_2_2_0/extensions/ext3Dgui/config/text_en.properties
1
#text_en.properties
2
0=0
3
1=1
4
2X=2X
5
4X=4X
6
Ac_north=Activate
7
Accept=Accept
8
Activar_intervalo=Activate interval
9
Activar_profundidad_maxima=Activate maximum depth
10
Activar_WOW=Enable Phillips WOW display
11
Active_north=Always to North
12
Altura_en_metros=Height in meters
13
Altura_fija=Fixed Height
14
Anaglyphic=Anaglyphic
15
Antialiasing=Antialiasing
16
Apply=Apply
17
AWT=Yes
18
Azimut_Navigation=Incline
19
Background_Color=Background color
20
Cancel=Cancel
21
Capa_Raster=Raster Layer
22
Capa_Vectorial=Vectorial layer
23
Check_Text=Frame visualization
24
Close=Close
25
Commentaries=Comments
26
Crear_capa_osg=Create new OSG Layer
27
Creation_Date=Creation date
28
Default_Navigation=Default navigation
29
Des_north=Disable
30
disable_3d_edition=Disable 3D edition
31
Display=Visualization Properties
32
Distancia_interocular=Interocular distance
33
Distancia_pantalla=Distance to display
34
East=E
35
editable_layer_select=Layer not selected or invlaid layer
36
editable_layer_select_info=Select an editable OSG layer
37
edited_layer=Layer is in edition mode
38
Elegir_pantalla=Choose display
39
Elevacion=Elevation
40
Elevation_layer_question=Use this layer as elevation layer(Yes/No)?
41
enable_3d_edition=Enable 3D edition
42
EscaladoX=ScaleX\:
43
EscaladoY=ScaleY\:
44
EscaladoZ=ScaleZ\:
45
Examine=Examine
46
Ext3D.latitude=LAT
47
Ext3D.longitude=LONG
48
Extrusion=Extrusion
49
Factor=Factor
50
File=File
51
Flat=Flat
52
FullScreen=Full screen
53
GL=No
54
HeadMounted=Head mounted display
55
Heigth_layer_question=Vector height (in meters)
56
Heigth_Z=Z Value associated to the layer
57
Hight=Height\:
58
HorizontalInterlace=Horizontal interlaced
59
HorizontalSplit=Horizontal Split
60
Importar=Import
61
Importar_Objeto_3D=Import 3D Object
62
Importar_Objeto_3D_Vectorial=Import 3D vectorial Object
63
Increm_distancia_fusion=Increase fusion distance
64
info_extrusion=Access to numeric fields in vectorial layers, applying a fixed or individual extrusion level
65
Informacion=Information
66
initial_canvas_warning=Menu Window;Preferences\: menu3D,  disable Java/swing compatibility. 
67
initial_warning_3D=ATTENTION \n 3D extension could not work correctly. Please execute the next operations\:
68
Label_Mode=Mode
69
Latitude=Latitude\:
70
Layer_options=3D Layer options
71
Layer_Properties=Layer properties
72
Layer_Refresh=Layer refresh
73
Layer3D=Layer3D
74
LeftEye=Left eye
75
Longitude=Longitude
76
modified_layer=The layer has been modified, remember to save the changes.
77
Modo_de_Proyeccion=Projection Mode
78
Modo_ventana=Window mode
79
Monitor=Monitor
80
Name=Name\:
81
new_layer=New layer
82
new_osg=New OSG
83
Nivel_de_detalle=Level of detail
84
Nivel_de_extrusion=Extrusion level
85
Nivel_de_extrusi\u00F3n=Extrusion level
86
No_available=Service not available
87
no_file=File not inserted
88
no_root=The path does not exist. 
89
None=None
90
North=N
91
North_plane=This tool is not available in plane view
92
Objeto_3D=3D object
93
Objeto_3D_GIS=3D GIS Object
94
Objeto_3D_GIS_Vectorial=3D Vectorial GIS Object
95
Offset=Offset
96
Only_one_elevation_messg=A elevation layer already exists in View3D
97
Only_one_elevation_title=Elevation Layer information
98
Opaco=Opaque
99
Opciones=Options
100
Opciones_de_elevaci\u00F3n=Elevation options
101
Opciones_de_imagen=Image options
102
Opciones_de_objeto=Object options
103
Owner=Owner\:
104
Pan_Navigation=Pan
105
Pegado_sobre_el_terreno=Stuck in terrain
106
Posicion_origen=Origin position
107
PowerWall=PowerWall
108
Propiedades_3D=3D Properties
109
Proyection_Select=Select type
110
QuadBuffer=Quad buffer
111
Rango_maximo=Maximum range
112
Rango_minimo=Minimu range
113
Raster_layer=Rasterize layer
114
Rasterize_layer_question=Do you want to rasterize Layer (Yes/No)?
115
RealityCenter=Reality center
116
Refresh_automaticaly=Refresh view automatically
117
Reset_View=Reset view
118
Resolucion=Resolution
119
RightEye=Right eye
120
root_in=Select or insert a file
121
Rotation=Rotation\:
122
Rotation_degreesX=Rotation (degrees)X\:
123
Rotation_degreesY=Rotation (degrees)Y\:
124
Rotation_degreesZ=Rotation (degrees)Z\:
125
rotation_manipulator=Rotation manipulator
126
Ruta_manual=Insert path
127
save_layer_osg=Save OSG layer
128
Select_Color=Select color
129
show_3Dview=View 3D
130
Sincronizar_camaras=Synchronize cameras
131
South=S
132
Spherical=Spherical
133
Swing_Compability=Enable Java/Swing compatibility
134
tabbox_manipulator=Tabbox manipulator
135
Text_Secs=Duration (secs)
136
Tipo_pantalla=Display type
137
Transparency=Transparency
138
Transparente=Transparent
139
Valor_extrusionado=Extruded value
140
Valor_inicial=Initial value
141
Valor_maximo_de_escala=Maximum scale value
142
Valor_minimo_de_escala=Minimum scale value
143
Vertical_Exageration=Vertical exaggeration
144
VerticalInterlace=Vertical interlaced
145
view_3D_properties=VIew 3D properties
146
Vista3D=View 3D
147
Visualizacion_estereo=Stereo visualization
148
West=W
149
Window_Title=Animation controls
150
Wire_Frame=Wire Frame
151
X=X
152
Y=Y
153
Zoom_Navigation=Zoom
branches/gvSIG_19_ext3D_osgVP_2_2_0/extensions/ext3Dgui/config/text_ca.properties
1
#Translations for language [ca]
2
#Mon Dec 04 18:37:02 GMT+01:00 2006
3
show_3Dview=Vista 3D
4
Default_Select=Navegaci?n por defecto
5
Pan_Select=Desplazamiento
6
Zoom_Select=Zoom
7
Azimut_Select=Inclinaci\u00f3n
8
Wire_Frame=Wire Frame
9
Reset_View=Resetear Vista
10
Nivel_de_extrusi?n=Nivel de extrusi\u00f3n
11
Objeto_3D=Objeto 3D
12
Objeto_3D_GIS=Objeto 3D GIS
1
#text_ca.properties
2
0=0
3
1=1
4
2X=2X
5
4X=4X
6
Default_Select=Navegaci\u00F3n por defecto
7
Nivel_de_extrusi\u00F3n=Nivel de extrusi\u00F3n
8
Objeto_3D=Objeto 3D
9
Objeto_3D_GIS=Objeto 3D GIS
10
Pan_Select=Desplazamiento
11
Reset_View=Resetear Vista
12
show_3Dview=Vista 3D
13
Wire_Frame=Wire Frame
14
Zoom_Select=Zoom
branches/gvSIG_19_ext3D_osgVP_2_2_0/extensions/ext3Dgui/config/config.xml
112 112
				action-command="PROJECTION" icon="projection-icon" />
113 113
			<tool-bar name="MenuProjection" position="4">
114 114
				<action-tool icon="projection-icon" action-command="PROJECTION"
115
					tooltip="Modo de Proyeccion" position="2" />
115
					tooltip="Modo_de_Proyeccion" position="2" />
116 116
			</tool-bar>
117 117
		</extension>
118 118

  

Also available in: Unified diff