Revision 1278

View differences:

trunk/applications/appgvSIG/text_fr.properties
359 359
Tipo_de_intervalos=Type d'intervalles
360 360
Tipo_de_leyenda=Type de l?gende
361 361
Tipo_de_linea=Type de ligne
362
tipo_fichero_proyecto=Fichier de projet gvSIG 
363
tipo_leyenda=Fichier de l?gende (*.XML)
362
tipo_fichero_proyecto=Fichier de projet gvSIG (*.GVP)
363
tipo_leyenda=Fichier de l?gende (*.GVL)
364 364
tipo_linea=Stroke:
365 365
Tipo_no_reconocido=Type non reconnu
366 366
tipo_relleno=Remplir:
trunk/applications/appgvSIG/text.properties
368 368
Tipo_de_intervalos=Tipo de intervalos
369 369
Tipo_de_leyenda=Tipo de leyenda
370 370
Tipo_de_linea=Tipo de linea
371
tipo_fichero_proyecto=Fichero de proyecto gvSIG
372
tipo_leyenda=Ficheros de tipo leyenda (*.XML)
371
tipo_fichero_proyecto=Fichero de proyecto gvSIG (*.GVP)
372
tipo_leyenda=Ficheros de tipo leyenda (*.GVL)
373 373
tipo_linea=Tipo de L?nea:
374 374
Tipo_no_reconocido=Tipo no reconocido
375 375
tipo_relleno=Tipo de Relleno:
trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/legendmanager/FLegendManagerWindow.java
456 456
	        } else if (e.getActionCommand() == "LOAD_LEGEND") {
457 457
	        	JFileChooser jfc = new JFileChooser();
458 458
	    		jfc.addChoosableFileFilter(new GenericFileFilter("gvl",
459
	    				PluginServices.getText(this, "tipo_fichero_proyecto")));
459
	    				PluginServices.getText(this, "tipo_leyenda")));
460 460

  
461 461
	    		if (jfc.showOpenDialog((Component) PluginServices.getMainFrame()) == JFileChooser.APPROVE_OPTION) {
462 462
	    			File file=jfc.getSelectedFile();
trunk/applications/appgvSIG/text_en.properties
380 380
Tipo_de_intervalos=Type of intervals
381 381
Tipo_de_leyenda=Type of legend
382 382
Tipo_de_linea=Line type
383
tipo_fichero_proyecto=gvSIG project file
384
tipo_leyenda=Legend files (*.XML)
383
tipo_fichero_proyecto=gvSIG project file (*.GVP)
384
tipo_leyenda=Legend files (*.GVL)
385 385
tipo_linea=Stroke:
386 386
Tipo_no_reconocido=Type not recognized
387 387
tipo_relleno=Fill:

Also available in: Unified diff