Revision 4006 branches/v05/libraries/libCq CMS for java.old/src/org/cresques/io/GdalWriter.java

View differences:

GdalWriter.java
623 623
                       "\" border=\"yes\">");
624 624

  
625 625
        options.append("<panel layout=\"FlowLayout\" position=\"North\" align=\"left\">");
626
        options.append("<label>Tama?o bloque:</label>");
626
        options.append("<label>Block:</label>");
627 627
        options.append("<combo ident=\"BLOCKSIZE\" selected=\"" +
628 628
                       this.support.getBlockSize() + "\">");
629 629

  
......
669 669
        options.append("</panel>");
670 670

  
671 671
        options.append("<panel layout=\"FlowLayout\" position=\"South\" align=\"left\">");
672
        options.append("<label>Compresi?n:</label>");
672
        options.append("<label>Compress:</label>");
673 673
        options.append("<combo ident=\"COMPRESS\" selected=\"" +
674 674
                       this.support.getCompress() + "\">");
675 675

  
......
678 678
                           "</elem>");
679 679

  
680 680
        options.append("</combo>");
681
        options.append("<label>Generar Tfw:</label>");
681
        options.append("<label>World file:</label>");
682 682
        sel = null;
683 683

  
684 684
        if (this.support.getTfw()) {

Also available in: Unified diff