Revision 290

View differences:

org.gvsig.projection.jcrs/trunk/org.gvsig.projection.jcrs/org.gvsig.projection.app.jcrs/org.gvsig.projection.app.jcrs.common/src/main/java/org/gvsig/crs/preferences/JCRSPreferencesPage.java
83 83
        this.preferences.lblHeader.setText( 
84 84
                i18nManager.getTranslation("_Select_the_EPSG_data_base_to_use")
85 85
        );
86
        this.preferences.chkUseMomoryChacheForCRSs.setText(
87
       		i18nManager.getTranslation("_Use_cache_for_CRSs")
88
        );        
86 89
        this.setLayout(new BorderLayout());
87 90
        this.add(this.preferences, BorderLayout.NORTH);
88 91
        initializeValues();
org.gvsig.projection.jcrs/trunk/org.gvsig.projection.jcrs/org.gvsig.projection.app.jcrs/org.gvsig.projection.app.jcrs.common/src/main/resources-plugin/i18n/text.properties
379 379
CRS=CRS
380 380
jCRS_preferences=jCRS
381 381
_Select_the_EPSG_data_base_to_use=Seleccione la base de datos EPSG a utilizar
382
Use_cache_for_CRSs=Usar cache para los CRSs
382 383
EPSG_transformation=Transformacion EPSG
org.gvsig.projection.jcrs/trunk/org.gvsig.projection.jcrs/org.gvsig.projection.app.jcrs/org.gvsig.projection.app.jcrs.common/src/main/resources-plugin/i18n/text_en.properties
377 377
CRS=CRS
378 378
jCRS_preferences=jCRS
379 379
_Select_the_EPSG_data_base_to_use=Select the EPSG data base to use
380
EPSG_transformation=EPSG transformation
380
EPSG_transformation=EPSG transformation
381
Use_cache_for_CRSs=Use cache for CRSs

Also available in: Unified diff