Revision 47353

View differences:

trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.xml2db/org.gvsig.xml2db.app/org.gvsig.xml2db.app.mainplugin/src/main/resources-plugin/i18n/text.properties
25 25
_Database_file_already_exists=El archivo de base de datos ya existe
26 26
_No_tables_recognized_in_the_XML=No se han reconocido tablas en el XML
27 27
_Database_file_is_required=Es necesario un archivo de base de datos
28
_A_database_connection_is_required=Es necesaria una conexi\u00f3n a base de datos
28 29
_Removing_existing_database=Borrando base de datos existente...
29 30
_Problems_processing_XML_file=Problemas prosensado el archivo XML
30 31
_Xml2db_Create_database_from_xml=Crear base de datos a partir de un XML
trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.xml2db/org.gvsig.xml2db.app/org.gvsig.xml2db.app.mainplugin/src/main/resources-plugin/i18n/text_en.properties
25 25
_Database_file_already_exists=Database file already exists
26 26
_No_tables_recognized_in_the_XML=No tables recognized in the XML
27 27
_Database_file_is_required=Database file is required
28
_A_database_connection_is_required=A database connection is required
28 29
_Removing_existing_database=Removing existing database...
29 30
_Problems_processing_XML_file=Problems processing XML file
30 31
_XML_file_not_exists=XML file not exists
trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.xml2db/org.gvsig.xml2db.swing/org.gvsig.xml2db.swing.impl/src/main/java/org/gvsig/xml2db/swing/impl/importxml2db/ImportXML2dbPanel.java
180 180
        this.btnDetectCharset.setEnabled(true);
181 181
        JDBCServerExplorerParameters conn = this.pickerConnection.get();
182 182
        if( conn==null ) {
183
            this.message(i18n.getTranslation("_Database_file_is_required"), JOptionPane.WARNING_MESSAGE);
183
            this.message(i18n.getTranslation("_A_database_connection_is_required"), JOptionPane.WARNING_MESSAGE);
184 184
            if( this.dialog!=null ) {
185 185
                this.dialog.setButtonEnabled(WindowManager_v2.BUTTON_OK, false);
186 186
            }

Also available in: Unified diff