Changes between Version 17 and Version 18 of MessageStandardization


Ignore:
Timestamp:
08/02/09 05:26:56 (15 years ago)
Author:
martinl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MessageStandardization

    v17 v18  
    148148
    149149 Raster map <%s> not found in mapset <%s>
    150 G_open_cell_old()
     150Rast_open_old() [in GRASS 6: G_open_cell_old()]
    151151 Unable to open raster map <%s>
    152 G_open_cell_new()
     152Rats_open_new [in GRASS 6: G_open_cell_new()]
    153153 Unable to create raster map <%s>
    154 G_close_cell()
     154Rast_close() [in GRASS 6: G_close_cell()]
    155155 Unable to close raster map <%s>
    156 G_get_cellhd()
     156Rast_get_cellhd() [in GRASS 6: G_get_cellhd()]
    157157 Unable to read header of raster map <%s>
    158 G_get_raster_row()
     158Rast_get_row() [in GRASS 6: G_get_raster_row()]
    159159 Unable to read raster map <%s> row %d
    160 G_put_raster_row()
     160Rast_put_row() [in GRASS 6: G_put_raster_row()]
    161161 Failed writing raster map <%s> row %d
    162 G_write_cats()
     162Rast_write_cats [in GRASS 6: G_write_cats()]
    163163 Unable to write category file for raster map <%s>
    164 G_read_colors()
     164Rast_read_colors() [in GRASS 6: G_read_colors()]
    165165 Unable to read color file of raster map <%s>
    166 G_read_cats()
     166Rast_read_cats() [in GRASS 6: G_read_cats()]
    167167 Unable to read category file of raster map <%s>
    168 G_read_fp_range()
     168Rast_fp_range() [in GRASS 6: G_read_fp_range()]
    169169 Unable to read fp range of raster map <%s>
    170 G_read_range()
     170Rast_read_range() [in GRASS 6: G_read_range()]
    171171 Unable to read range of raster map <%s>
    172172