Revision 6502

View differences:

trunk/extensions/extWCS/config/text.properties
53 53
selected_parameters=Par\u00E1metros seleccionados
54 54
server=Servidor
55 55
server_abstract=Descripci\u00F3n del servidor
56
server_timeout=Tiempo de espera agotado
57 56
server_title=T\u00EDtulo del servidor
58 57
server_type=Tipo de servidor
59 58
service_info=Informaci\u00F3n del servicio
......
69 68
wcs_cant_connect=No se puede realizar la conexi\u00F3n al WCS
70 69
wcs_properties=Propiedades de WCS
71 70
wcs_server_error=Error en el servidor WCS
71
wcs_server_timeout=Tiempo de espera agotado
72 72
xmax=xmax
73 73
xmin=xmin
74 74
ymax=ymax
trunk/extensions/extWCS/config/text_en.properties
51 51
server=Server
52 52
server=Server
53 53
server_abstract=Server description
54
server_timeout=Server timeout
55 54
server_title=Server title
56 55
server_type=Server type
57 56
service_info=Service info
......
67 66
wcs_cant_connect=Can\u0092t connect to WCS
68 67
wcs_properties=WCS Properties
69 68
wcs_server_error=WCS server error
69
wcs_server_timeout=Server timeout
70 70
xmax=xmax
71 71
xmin=xmin
72 72
ymax=ymax
trunk/extensions/extWCS/config/text_ca.properties
52 52
selected_parameters=Par\u00E0metros seleccionats
53 53
server=Servidor
54 54
server_abstract=Descripci\u00F3 del servidor
55
server_timeout=Temps d\u0092espera esgotat
56 55
server_title=T\u00EDtol del servidor
57 56
server_type=Tipus de servidor
58 57
service_info=Informaci\u00F3 del servei
......
68 67
wcs_cant_connect=No es pot realitzar la connexi\u00F3 WCS
69 68
wcs_properties=Propietats de WCS
70 69
wcs_server_error=Error en el servidor WCS
70
wcs_server_timeout=Temps d\u0092espera esgotat
71 71
xmax=xmax
72 72
xmin=xmin
73 73
ymax=ymax
trunk/extensions/extWCS/src/com/iver/cit/gvsig/gui/wcs/WCSWizardData.java
83 83
		if (!wcs.connect(null))
84 84
            throw new DriverException(PluginServices.getText(this, "wcs_cant_connect") + host.toString());
85 85
        } catch (ConnectException e) {
86
        	JOptionPane.showMessageDialog((Component)PluginServices.getMainFrame(), PluginServices.getText(this,"server_timeout"));
86
        	JOptionPane.showMessageDialog((Component)PluginServices.getMainFrame(), PluginServices.getText(this,"wcs_server_timeout"));
87 87
			return;
88 88
		} catch (IOException e) {
89 89
			JOptionPane.showMessageDialog((Component)PluginServices.getMainFrame(), PluginServices.getText(this, "wcs_cant_connect"));

Also available in: Unified diff