Revision 5503

View differences:

trunk/applications/appgvSIG/src/com/iver/cit/gvsig/ProjectExtension.java
291 291
			} catch (FileNotFoundException e) {
292 292
				NotificationManager.addError(PluginServices.getText(this, "Al_leer_la_leyenda"), e);
293 293
			} catch (MarshalException e) {
294
				NotificationManager.addError(PluginServices.getText(this, "Al leer la leyenda"), e);
294
				NotificationManager.addError(PluginServices.getText(this, "Al_leer_la_leyenda"), e);
295 295
			} catch (ValidationException e) {
296
				NotificationManager.addError(PluginServices.getText(this, "Al leer la leyenda"), e);
296
				NotificationManager.addError(PluginServices.getText(this, "Al_leer_la_leyenda"), e);
297 297
			}
298 298
			ProjectMap pmap = ProjectFactory.createMap(file.getName());
299 299
			pmap.setModel(layout);
trunk/applications/appgvSIG/src/com/iver/cit/gvsig/ThemeControls.java
158 158
		if (map.getSelectionBounds() != null) {
159 159
			JFileChooser jfc = new JFileChooser();
160 160
			jfc.addChoosableFileFilter(new GenericFileFilter("shp",
161
					PluginServices.getText(this, "ShapeFile")));
161
					PluginServices.getText(this, "Shapefile")));
162 162

  
163 163
			if (jfc.showSaveDialog((Component) PluginServices.getMainFrame()) == JFileChooser.APPROVE_OPTION) {
164 164
				File file=jfc.getSelectedFile();
......
201 201
		if (map.getSelectionBounds() != null) {
202 202
			JFileChooser jfc = new JFileChooser();
203 203
			jfc.addChoosableFileFilter(new GenericFileFilter("dxf",
204
					PluginServices.getText(this, "DxfFile")));
204
					PluginServices.getText(this, "Dxffiles")));
205 205

  
206 206
			if (jfc.showSaveDialog((Component) PluginServices.getMainFrame()) == JFileChooser.APPROVE_OPTION) {
207 207
				File file=jfc.getSelectedFile();
trunk/applications/appgvSIG/src/com/iver/cit/gvsig/ShowTable.java
145 145
					}
146 146

  
147 147
					if (projectTable == null) {
148
						projectTable = ProjectFactory.createTable(PluginServices.getText(this, "Tabla de Atributos") + ": " + actives[i].getName(),
148
						projectTable = ProjectFactory.createTable(PluginServices.getText(this, "Tabla_de_Atributos") + ": " + actives[i].getName(),
149 149
								ea);
150 150
						projectTable.setAssociatedTable(co);
151 151
						ext.getProject().addTable(projectTable);
trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/thememanager/FThemeManagerWindow.java
538 538
		} catch (FileNotFoundException e) {
539 539
			NotificationManager.addError(PluginServices.getText(this, "Al_leer_la_leyenda"), e);
540 540
		} catch (MarshalException e) {
541
			NotificationManager.addError(PluginServices.getText(this, "Al leer la leyenda"), e);
541
			NotificationManager.addError(PluginServices.getText(this, "Al_leer_la_leyenda"), e);
542 542
		} catch (ValidationException e) {
543
			NotificationManager.addError(PluginServices.getText(this, "Al leer la leyenda"), e);
543
			NotificationManager.addError(PluginServices.getText(this, "Al_leer_la_leyenda"), e);
544 544
		} catch (XMLException e) {
545
			NotificationManager.addError(PluginServices.getText(this, "Al leer la leyenda"), e);
545
			NotificationManager.addError(PluginServices.getText(this, "Al_leer_la_leyenda"), e);
546 546
		}
547 547
	}
548 548
    
trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/thememanager/legendmanager/panels/edition/PanelEditInterval.java
115 115
        to =Double.parseDouble(m_txtMax1.getText());
116 116
       
117 117
		}catch (NumberFormatException e) {
118
			JOptionPane.showMessageDialog(null, PluginServices.getText(this,"Formato de n?mero erroneo")+".");
118
			JOptionPane.showMessageDialog(null, PluginServices.getText(this,"Formato_de_numero_erroneo")+".");
119 119
		}
120 120
		FInterval i = new FInterval(from, to);
121 121
        return i;
trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/thememanager/legendmanager/panels/edition/ValueCellEditor.java
228 228
		           cero = ValueFactory.createValue((Date) new Date());
229 229
		   }
230 230
		   } catch (NumberFormatException e) {
231
		           ///JOptionPane.showMessageDialog(null, PluginServices.getText(this,"Formato de n?mero erroneo")+".");
231
		           ///JOptionPane.showMessageDialog(null, PluginServices...getText(this,"Formato de n?mero erroneo")+".");
232 232
		           return cero;
233 233
		   }
234 234
		 */
trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/Table.java
1254 1254
            } catch (IOException e) {
1255 1255
                throw new RuntimeException(e);
1256 1256
            } catch (NumberFormatException e) {
1257
			/*	NotificationManager.addError(PluginServices.getText(this,"numero_incorrecto")+
1258
						"\n"+PluginServices.getText(this,"fila")+" = "+rowIndex+
1259
						"\n"+PluginServices.getText(this,"columna")+ " = "+columnIndex,e);
1257
			/*	NotificationManager.addError(PluginServices.-getText(this,"numero_incorrecto")+
1258
						"\n"+PluginServices.-getText(this,"fila")+" = "+rowIndex+
1259
						"\n"+PluginServices.-getText(this,"columna")+ " = "+columnIndex,e);
1260 1260
			*/
1261 1261
			}
1262 1262
        }
trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/layout/dialogs/FPositionDialog.java
484 484
			pFolio.add(getLAncho(), null);
485 485
			pFolio.setBounds(9, 31, 180, 43);
486 486
			pFolio.setBorder(javax.swing.BorderFactory.createTitledBorder(
487
					null, PluginServices.getText(this, "tama?o_pagina"),
487
					null, PluginServices.getText(this, "tamanyo_pagina"),
488 488
					javax.swing.border.TitledBorder.DEFAULT_JUSTIFICATION,
489 489
					javax.swing.border.TitledBorder.DEFAULT_POSITION, null, null));
490 490
		}
trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/layout/dialogs/FAlignDialog.java
437 437
		if (lTamano == null) {
438 438
			lTamano = new javax.swing.JLabel();
439 439
			lTamano.setBounds(10, 101, 107, 13);
440
			lTamano.setText(PluginServices.getText(this, "coincidir_tama?o"));
440
			lTamano.setText(PluginServices.getText(this, "coincidir_tamanyo"));
441 441
		}
442 442

  
443 443
		return lTamano;
trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/layout/fframes/dialogs/FFrameScaleBarDialog.java
470 470
	private javax.swing.JLabel getLNumIntervalos() {
471 471
		if (lNumIntervalos == null) {
472 472
			lNumIntervalos = new javax.swing.JLabel();
473
			lNumIntervalos.setText(PluginServices.getText(this, "N?m_intervalos"));
473
			lNumIntervalos.setText(PluginServices.getText(this, "Num_intervalos"));
474 474
			lNumIntervalos.setPreferredSize(new java.awt.Dimension(90, 20));
475 475
		}
476 476

  

Also available in: Unified diff