# Korean translation # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Huidae Cho , 2005 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: grassmods_ko\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2005-08-09 22:07-0500\n" "PO-Revision-Date: 2005-08-09 22:53-0500\n" "Last-Translator: Huidae Cho\n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../db/base/columns.c:33 ../db/base/createdb.c:24 ../db/base/describe.c:34 #: ../db/base/dropdb.c:24 ../db/base/droptable.c:25 ../db/base/execute.c:52 #: ../db/base/select.c:63 ../db/base/tables.c:34 #, c-format msgid "No db connection for driver <%s> defined. Run db.connect" msgstr "" #: ../db/base/columns.c:69 ../db/base/describe.c:87 msgid "table name" msgstr "" #: ../db/base/columns.c:76 ../db/base/databases.c:62 ../db/base/describe.c:94 #: ../db/base/select.c:195 ../db/base/tables.c:69 msgid "driver name" msgstr "" #: ../db/base/columns.c:84 ../db/base/describe.c:102 ../db/base/select.c:186 #: ../db/base/tables.c:77 msgid "database name" msgstr "" #: ../db/base/columns.c:90 msgid "list all columns for a given table." msgstr "" #: ../db/base/connect.c:27 msgid "print current connection parameters and exit" msgstr "" #: ../db/base/connect.c:35 msgid "driver name:" msgstr "" #: ../db/base/connect.c:43 msgid "Database name:" msgstr "" #: ../db/base/connect.c:52 msgid "" "Database schema. Don't use this option if schemas are not supported by " "driver/database server." msgstr "" #: ../db/base/connect.c:61 msgid "Default group of database users to which select privilege is granted." msgstr "" #: ../db/base/connect.c:81 msgid "Connect to the database through DBMI." msgstr "" #: ../db/base/connect.c:117 msgid "No db connection settings defined. Set with db.connect" msgstr "" #: ../db/base/copy.c:27 msgid "" "Copy a table. Either 'from_table' (optionaly with 'where') can be used or " "'select' option, but not 'from_table' and 'select' at the same time." msgstr "" #: ../db/base/copy.c:35 msgid "Input driver name" msgstr "" #: ../db/base/copy.c:43 msgid "Input database name" msgstr "" #: ../db/base/copy.c:51 msgid "Input table name (only if select is not specified)" msgstr "" #: ../db/base/copy.c:58 msgid "Output driver name" msgstr "" #: ../db/base/copy.c:66 msgid "Output database name" msgstr "" #: ../db/base/copy.c:74 msgid "Output table name" msgstr "" #: ../db/base/copy.c:80 msgid "" "Optional where condition (without WHERE key word), e.g.:\n" "\t\tobec = 'Liptakov'" msgstr "" #: ../db/base/copy.c:87 msgid "" "Full select statement (only if from_table and where is not used), e.g.:\n" "\t\tSELECT dedek FROM starobince WHERE obec = 'Frimburg'" msgstr "" #: ../db/base/copy.c:95 msgid "Cannot combine 'from_table' and 'select' options" msgstr "" #: ../db/base/copy.c:107 msgid "Either 'from_table' or 'select' option must be given." msgstr "" #: ../db/base/copy.c:110 msgid "Cannot combine 'select' and 'where' options" msgstr "" #: ../db/base/copy.c:118 msgid "Copy table failed" msgstr "" #: ../db/base/databases.c:34 #, c-format msgid "Cannot start driver '%s'." msgstr "" #: ../db/base/databases.c:37 msgid "Cannot list databases." msgstr "" #: ../db/base/databases.c:69 msgid "database location" msgstr "" #: ../db/base/databases.c:74 msgid "List all databases for a given driver and location." msgstr "" #: ../db/base/describe.c:45 msgid "Cannot describe table" msgstr "" #: ../db/base/describe.c:81 msgid "print column names only instead of full column descriptions" msgstr "" #: ../db/base/describe.c:108 msgid "Describe a table (in detail)." msgstr "" #: ../db/base/drivers.c:24 msgid "Error trying to read dbmscap file\n" msgstr "" #: ../db/base/drivers.c:47 msgid "Full output" msgstr "" #: ../db/base/drivers.c:51 ../db/base/tables.c:83 msgid "print tables and exit" msgstr "" #: ../db/base/drivers.c:55 msgid "List all database drivers." msgstr "" #: ../db/base/execute.c:66 ../db/base/execute.c:70 #, c-format msgid "Error while executing: \"%s\"\n" msgstr "" #: ../db/base/execute.c:119 msgid "ignore SQL errors and continue" msgstr "" #: ../db/base/select.c:180 msgid "Table name, select all from this table" msgstr "" #: ../db/base/select.c:203 msgid "" "SQL select statement, for example: 'select * from rybniky where kapri = " "'hodne'" msgstr "" #: ../db/base/select.c:209 msgid "output field separator" msgstr "" #: ../db/base/select.c:216 msgid "output vertical record separator" msgstr "" #: ../db/base/select.c:222 msgid "null value indicator" msgstr "" #: ../db/base/select.c:229 msgid "filename with sql statement" msgstr "" #: ../db/base/select.c:234 msgid "do not include column names in output" msgstr "" #: ../db/base/select.c:238 msgid "describe query only (don't run it)" msgstr "" #: ../db/base/select.c:242 msgid "vertical output (instead of horizontal)" msgstr "" #: ../db/base/select.c:246 msgid "Select data from database." msgstr "" #: ../db/base/tables.c:87 msgid "system tables instead of user tables" msgstr "" #: ../db/base/tables.c:91 msgid "List all tables for a given database." msgstr "" #: ../db/db.login/main.c:56 msgid "Cannot set user/password" msgstr "" #: ../db/db.login/main.c:60 msgid "The password was stored in file." msgstr "" #: ../db/drivers/ogr/describe.c:88 #, c-format msgid "OGR driver: column '%s', OGR type %d is not supported" msgstr "" #: ../db/drivers/ogr/describe.c:144 #, c-format msgid "" "column '%s', type 'string': unknown width -> stored as varchar(250) some " "data may be lost" msgstr "" #: ../db/drivers/ogr/describe.c:152 ../db/drivers/ogr/fetch.c:124 msgid "Unknown type" msgstr "" #: ../db/drivers/mysql/db.c:69 ../db/drivers/postgres/parse.c:53 msgid "'user' in database definition is not supported, use db.login" msgstr "" #: ../db/drivers/mysql/db.c:72 ../db/drivers/postgres/parse.c:57 msgid "'password' in database definition is not supported, use db.login" msgstr "" #: ../db/drivers/mysql/db.c:75 #, c-format msgid "Unknown option in database definition for mysql: '%s'" msgstr "" #: ../db/drivers/postgres/describe.c:102 #, c-format msgid "pg driver: column '%s', type %d is not supported" msgstr "" #: ../db/drivers/postgres/describe.c:107 #, c-format msgid "" "column '%s' : type int8 (bigint) is stored as integer (4 bytes) some data " "may be damaged" msgstr "" #: ../db/drivers/postgres/describe.c:111 #, c-format msgid "column '%s' : type text is stored as varchar(250) some data may be lost" msgstr "" #: ../db/drivers/postgres/describe.c:117 #, c-format msgid "" "column '%s' : type character varying is stored as varchar(250) some data may " "be lost" msgstr "" #: ../db/drivers/postgres/describe.c:123 #, c-format msgid "" "column '%s' : type bool (boolean) is stored as char(1), values: 0 (false), 1 " "(true)" msgstr "" #: ../db/drivers/postgres/fetch.c:163 msgid "Cannot recognize boolean value" msgstr "" #: ../db/drivers/postgres/parse.c:61 msgid "Unknown option in database definition for PostgreSQL: " msgstr "" #: ../doc/raster/r.example/main.c:83 msgid "My first raster module." msgstr "" #: ../doc/raster/r.example/main.c:90 ../raster/r.resample/main.c:44 msgid "Name of an input layer" msgstr "" #: ../doc/raster/r.example/main.c:96 ../raster/r.resample/main.c:51 msgid "Name of an output layer" msgstr "" #: ../doc/raster/r.example/main.c:101 ../raster/r.clump/main.c:62 #: ../raster/r.covar/main.c:53 ../raster/r.cross/main.c:68 #: ../raster/r.describe/main.c:79 ../raster/r.grow2/main.c:156 #: ../raster/r.mfilter/main.c:80 ../raster/r.patch/main.c:64 #: ../raster/r.report/parse.c:100 ../raster/r.resample/main.c:57 #: ../raster/r.rescale.eq/main.c:78 ../raster/r.slope.aspect/main.c:253 #: ../raster/r.stats/main.c:146 ../raster/r.texture/main.c:114 msgid "Quiet" msgstr "" #: ../doc/raster/r.example/main.c:116 #, c-format msgid "cell file [%s] not found" msgstr "" #: ../doc/raster/r.example/main.c:119 #, c-format msgid "[%s] is an illegal name" msgstr "" #: ../doc/raster/r.example/main.c:127 #, c-format msgid "Cannot open cell file [%s]" msgstr "" #: ../doc/raster/r.example/main.c:132 #, c-format msgid "Cannot read file header of [%s]" msgstr "" #: ../doc/raster/r.example/main.c:147 #, c-format msgid "Could not open <%s>" msgstr "" #: ../doc/raster/r.example/main.c:160 #, c-format msgid "Could not read from <%s>" msgstr "" #: ../doc/raster/r.example/main.c:186 #, c-format msgid "Cannot write to <%s>" msgstr "" #: ../doc/vector/v.example/main.c:44 msgid "name of input vector file" msgstr "" #: ../doc/vector/v.example/main.c:52 msgid "name of resulting vector file" msgstr "" #: ../doc/vector/v.example/main.c:62 #, c-format msgid "Could not find input %s" msgstr "" #: ../doc/vector/v.example/main.c:66 msgid "Could not open input" msgstr "" #: ../doc/vector/v.example/main.c:71 msgid "Could not open output" msgstr "" #: ../display/d.erase/main.c:34 msgid "Erase the contents of the active display frame with user defined color" msgstr "" #: ../display/d.erase/main.c:42 msgid "" "Color to erase with, either a standard GRASS color or R:G:B triplet " "(separated by colons)" msgstr "" #: ../display/d.erase/main.c:46 msgid "Remove all frames and erase the screen" msgstr "" #: ../display/d.erase/main.c:50 msgid "Don't add to list of commands in monitor" msgstr "" #: ../display/d.erase/main.c:56 ../display/d.font.freetype/main.c:102 #: ../display/d.legend/main.c:246 ../display/d.nviz/main.c:248 #: ../display/d.paint.labels/main.c:64 ../display/d.text.freetype/main.c:314 #: ../display/d.vect/main.c:269 ../imagery/i.points/main.c:55 msgid "No graphics device selected" msgstr "" #: ../display/d.erase/main.c:60 msgid "No current frame" msgstr "" #: ../display/d.erase/main.c:62 msgid "Current frame not available" msgstr "" #: ../display/d.font.freetype/main.c:52 msgid "" "Selects the font in which text will be displayed on the user's graphics " "monitor." msgstr "" #: ../display/d.font.freetype/main.c:60 msgid "" "Font name (not supported interactively, see also -l flag) or path to " "TrueType font (including file name)" msgstr "" #: ../display/d.font.freetype/main.c:62 ../display/d.text.freetype/main.c:183 msgid "Path to TrueType font (including file name)" msgstr "" #: ../display/d.font.freetype/main.c:71 msgid "Character encoding" msgstr "" #: ../display/d.font.freetype/main.c:170 #, c-format msgid "" "\n" "Setting release of FreeType\n" msgstr "" #: ../display/d.graph/main.c:33 msgid "" "Program for generating and displaying simple graphics to the graphics " "display monitor." msgstr "" #: ../display/d.graph/main.c:40 msgid "" "Name of file containing graphics commands, if not given reads from standard " "input" msgstr "" #: ../display/d.graph/main.c:48 ../display/d.mapgraph/main.c:46 msgid "" "Color to draw with, either a standard GRASS color or R:G:B triplet " "(separated by colons)" msgstr "" #: ../display/d.legend/main.c:70 msgid "" "Displays a legend for a raster map in the active frame of the graphics " "monitor." msgstr "" #: ../display/d.legend/main.c:78 ../raster/r.describe/main.c:48 msgid "Name of raster map" msgstr "" #: ../display/d.legend/main.c:85 msgid "Sets the legend's text color" msgstr "" #: ../display/d.legend/main.c:92 msgid "Number of text lines (useful for truncating long legends)" msgstr "" #: ../display/d.legend/main.c:100 msgid "Thinning factor (thin=10 gives cats 0,10,20...)" msgstr "" #: ../display/d.legend/main.c:107 msgid "Number of text labels for smooth gradient legend" msgstr "" #: ../display/d.legend/main.c:115 msgid "Screen coordinates to place the legend (as percentage)" msgstr "" #: ../display/d.legend/main.c:123 msgid "List of discrete category numbers/values for legend" msgstr "" #: ../display/d.legend/main.c:131 msgid "Use a subset of the map range for the legend (min,max)" msgstr "" #: ../display/d.legend/main.c:136 msgid "Do not show category labels" msgstr "" #: ../display/d.legend/main.c:140 msgid "Do not show category numbers" msgstr "" #: ../display/d.legend/main.c:144 msgid "Skip categories with no label" msgstr "" #: ../display/d.legend/main.c:148 msgid "Draw smooth gradient" msgstr "" #: ../display/d.legend/main.c:152 msgid "Use mouse to size & place legend" msgstr "" #: ../display/d.legend/main.c:156 msgid "Flip legend" msgstr "" #: ../display/d.legend/main.c:177 #, c-format msgid "Don't know the color %s" msgstr "" #: ../display/d.legend/main.c:227 #, c-format msgid "Raster file [%s] not available" msgstr "" #: ../display/d.legend/main.c:230 #, c-format msgid "Color file for [%s] not available" msgstr "" #: ../display/d.legend/main.c:241 ../ps/ps.map/ps_clrtbl.c:38 #, c-format msgid "Category file for [%s] not available" msgstr "" #: ../display/d.legend/main.c:249 ../display/d.paint.labels/main.c:98 #: ../display/d.text.freetype/main.c:320 msgid "No current window" msgstr "" #: ../display/d.legend/main.c:252 ../display/d.paint.labels/main.c:101 #: ../display/d.text.freetype/main.c:322 msgid "Current window not available" msgstr "" #: ../display/d.legend/main.c:301 msgid "Legend box lies outside of frame. Text may not display properly." msgstr "" #: ../display/d.legend/main.c:305 #, c-format msgid "Drawing horizontal legend as box width exceeds height.\n" msgstr "" #: ../display/d.legend/main.c:316 #, c-format msgid "Range information for [%s] not available (run r.support)" msgstr "" #: ../display/d.legend/main.c:329 ../display/d.legend/main.c:472 msgid "Color range exceeds lower limit of actual data" msgstr "" #: ../display/d.legend/main.c:333 ../display/d.legend/main.c:476 msgid "Color range exceeds upper limit of actual data" msgstr "" #: ../display/d.legend/main.c:387 #, c-format msgid "use=%s out of range [%d,%d]. (extend with range= ?)" msgstr "" #: ../display/d.legend/main.c:427 msgid "Nothing to draw! (no categories with labels? out of range?)" msgstr "" #: ../display/d.legend/main.c:438 #, c-format msgid "" "Forcing a smooth legend: too many categories for current window height.\n" msgstr "" #: ../display/d.legend/main.c:459 #, c-format msgid "Range information for [%s] not available" msgstr "" #: ../display/d.legend/main.c:483 #, c-format msgid "use=%s out of range [%.3f, %.3f]. (extend with range= ?)" msgstr "" #: ../display/d.legend/main.c:819 msgid "Nothing to draw! (no categories with labels?)" msgstr "" #: ../display/d.mapgraph/main.c:29 msgid "" "Generates and displays simple graphics on map layers drawn in the active " "graphics monitor display frame." msgstr "" #: ../display/d.mapgraph/main.c:36 msgid "" "Unix file containg graphing instructions, if not given reads from standard " "input" msgstr "" #: ../display/d.nviz/main.c:67 msgid "Create fly-through script to run in NVIZ" msgstr "" #: ../display/d.nviz/main.c:75 ../raster/r.info/main.c:57 #: ../raster/r.profile/main.c:64 ../raster/r.random/main.c:44 #: ../raster/r.thin/main.c:43 msgid "Name of existing raster map" msgstr "" #: ../display/d.nviz/main.c:81 msgid "Name of output script" msgstr "" #: ../display/d.nviz/main.c:87 msgid "Prefix of output images (default = NVIZ)" msgstr "" #: ../display/d.nviz/main.c:95 msgid "Route coordinates (east,north)" msgstr "" #: ../display/d.nviz/main.c:101 msgid "Camera layback distance (in map units)" msgstr "" #: ../display/d.nviz/main.c:107 msgid "Camera height above terrain" msgstr "" #: ../display/d.nviz/main.c:113 msgid "Number of frames" msgstr "" #: ../display/d.nviz/main.c:119 msgid "Start frame number (default=0)" msgstr "" #: ../display/d.nviz/main.c:124 msgid "Interactively select route" msgstr "" #: ../display/d.nviz/main.c:128 msgid "Full render -- Save images" msgstr "" #: ../display/d.nviz/main.c:132 msgid "Fly at constant elevation (ht)" msgstr "" #: ../display/d.nviz/main.c:136 msgid "Output KeyFrame file" msgstr "" #: ../display/d.nviz/main.c:140 msgid "Render images off-screen" msgstr "" #: ../display/d.nviz/main.c:144 msgid "Enable vector and sites drawing" msgstr "" #: ../display/d.nviz/main.c:152 msgid "Either -i flag and/or route parameter must be used" msgstr "" #: ../display/d.nviz/main.c:174 msgid "Off-screen only available with full render mode" msgstr "" #: ../display/d.nviz/main.c:188 #, c-format msgid "Cannot find mapset for %s" msgstr "" #: ../display/d.nviz/main.c:190 #, c-format msgid "Cannot open File %s" msgstr "" #: ../display/d.nviz/main.c:203 #, c-format msgid "Not able to open file for [%s]" msgstr "" #: ../display/d.nviz/main.c:278 msgid "You must select more than one point" msgstr "" #: ../display/d.nviz/main.c:296 msgid "You must select at least four points" msgstr "" #: ../display/d.nviz/main.c:313 #, c-format msgid "You must provide at least four points %d" msgstr "" #: ../display/d.paint.labels/do_labels.c:148 #, c-format msgid "Error: %s\n" msgstr "" #: ../display/d.paint.labels/main.c:28 msgid "" "Displays text labels (created with v.label) to the active frame on the " "graphics monitor." msgstr "" #: ../display/d.paint.labels/main.c:36 msgid "Name of label file" msgstr "" #: ../display/d.paint.labels/main.c:43 msgid "Minimum region size (diagonal) when labels are displayed" msgstr "" #: ../display/d.paint.labels/main.c:50 msgid "Maximum region size (diagonal) when labels are displayed" msgstr "" #: ../display/d.paint.labels/main.c:61 #, c-format msgid "Label file [%s] not available" msgstr "" #: ../display/d.paint.labels/main.c:76 msgid "Region size is lower than minreg, nothing displayed." msgstr "" #: ../display/d.paint.labels/main.c:85 msgid "Region size is greater than maxreg, nothing displayed." msgstr "" #: ../display/d.paint.labels/main.c:95 #, c-format msgid "Can't open label file [%s]" msgstr "" #: ../display/d.paint.labels/main.c:104 msgid "Setting map window" msgstr "" #: ../display/d.paint.labels/main.c:107 msgid "Current window not settable" msgstr "" #: ../display/d.paint.labels/main.c:111 msgid "Getting screen window" msgstr "" #: ../display/d.paint.labels/main.c:113 msgid "Error in calculating conversions" msgstr "" #: ../display/d.path/select.c:32 #, c-format msgid "L: from M: to R: quit\n" msgstr "" #: ../display/d.path/select.c:57 #, c-format msgid "Node %d: %f %f\n" msgstr "" #: ../display/d.path/select.c:133 #, c-format msgid "Destination unreachable\n" msgstr "" #: ../display/d.path/select.c:136 #, c-format msgid "Costs on the network = %f\n" msgstr "" #: ../display/d.path/select.c:137 #, c-format msgid " Distance to the network = %f, distance from the network = %f\n" msgstr "" #: ../display/d.text.freetype/main.c:148 msgid "" "Draws text in the graphics monitor's active display frame using TrueType " "fonts." msgstr "" #: ../display/d.text.freetype/main.c:154 msgid "Text to display" msgstr "" #: ../display/d.text.freetype/main.c:161 msgid "Map coordinates" msgstr "" #: ../display/d.text.freetype/main.c:176 ../display/d.vect/main.c:208 msgid "Font name" msgstr "" #: ../display/d.text.freetype/main.c:198 msgid "Text color, either a standard GRASS color or R:G:B triplet" msgstr "" #: ../display/d.text.freetype/main.c:206 msgid "Height of letters (in percent of available frame height)" msgstr "" #: ../display/d.text.freetype/main.c:214 msgid "Text alignment" msgstr "" #: ../display/d.text.freetype/main.c:221 msgid "Rotation angle in degrees (counter-clockwise)" msgstr "" #: ../display/d.text.freetype/main.c:228 msgid "Line spacing" msgstr "" #: ../display/d.text.freetype/main.c:232 msgid "Use bold text" msgstr "" #: ../display/d.text.freetype/main.c:236 msgid "Use radians instead of degrees for rotation" msgstr "" #: ../display/d.text.freetype/main.c:240 msgid "Coordinates are in pixels ([0,0] is top left)" msgstr "" #: ../display/d.text.freetype/main.c:244 msgid "Coordinates are percentage of frame ([0,0] is bottom left)" msgstr "" #: ../display/d.text.freetype/main.c:248 msgid "Font size is height in pixels" msgstr "" #: ../display/d.text.freetype/main.c:252 msgid "Command mode (Compatibility with d.text)" msgstr "" #: ../display/d.text.freetype/main.c:259 msgid "Either text or -c should be given" msgstr "" #: ../display/d.text.freetype/main.c:264 msgid "Choose only one coordinate system for placement" msgstr "" #: ../display/d.text.freetype/main.c:269 ../display/d.text.freetype/main.c:271 #: ../display/d.text.freetype/main.c:635 msgid "No font selected" msgstr "" #: ../display/d.text.freetype/main.c:281 ../display/d.text.freetype/main.c:460 #, c-format msgid "Invalid font: %s" msgstr "" #: ../display/d.text.freetype/main.c:331 msgid "Unable to initialise FreeType" msgstr "" #: ../display/d.text.freetype/main.c:336 ../display/d.text.freetype/main.c:478 msgid "Unable to create face" msgstr "" #: ../display/d.text.freetype/main.c:339 ../display/d.text.freetype/main.c:480 #: ../display/d.text.freetype/main.c:495 msgid "Unable to set size" msgstr "" #: ../display/d.text.freetype/main.c:358 ../display/d.text.freetype/main.c:593 msgid "Unable to create text conversion context" msgstr "" #: ../display/d.text.freetype/main.c:360 ../display/d.text.freetype/main.c:595 msgid "Text conversion error" msgstr "" #: ../display/d.text.freetype/main.c:429 msgid "Unable to write the temporary file" msgstr "" #: ../display/d.text.freetype/main.c:454 msgid "No predefined font" msgstr "" #: ../display/d.text.freetype/main.c:471 #, c-format msgid "%s: Unable to read font" msgstr "" #: ../display/d.text.freetype/main.c:675 #, c-format msgid "%s: Unable to read FreeType definition file; use the default" msgstr "" #: ../display/d.text.freetype/main.c:681 #, c-format msgid "%s: No FreeType definition file" msgstr "" #: ../display/d.text.freetype/main.c:686 #, c-format msgid "%s: Unable to read FreeType definition file" msgstr "" #: ../display/d.text.freetype/main.c:892 #, c-format msgid "[%s]: No such color" msgstr "" #: ../display/d.vect/attr.c:53 ../display/d.vect/dir.c:33 #: ../display/d.vect/label.c:32 ../display/d.vect/plot1.c:51 #: ../display/d.vect/topo.c:38 #, c-format msgid "" "\n" "ERROR: vector file - can't read\n" msgstr "" #: ../display/d.vect/main.c:111 msgid "Displays GRASS vector data in the active frame on the graphics monitor." msgstr "" #: ../display/d.vect/main.c:127 msgid "Display" msgstr "" #: ../display/d.vect/main.c:134 msgid "Name of column to be displayed" msgstr "" #: ../display/d.vect/main.c:143 msgid "Point and centroid symbol" msgstr "" #: ../display/d.vect/main.c:149 msgid "Icon size" msgstr "" #: ../display/d.vect/main.c:159 msgid "Line width" msgstr "" #: ../display/d.vect/main.c:165 msgid "Line color" msgstr "" #: ../display/d.vect/main.c:171 msgid "Area fill color" msgstr "" #: ../display/d.vect/main.c:181 msgid "Label color" msgstr "" #: ../display/d.vect/main.c:187 msgid "Label background color" msgstr "" #: ../display/d.vect/main.c:193 msgid "Label border color" msgstr "" #: ../display/d.vect/main.c:199 msgid "Label size (pixels)" msgstr "" #: ../display/d.vect/main.c:215 msgid "Label horizontal justification" msgstr "" #: ../display/d.vect/main.c:222 msgid "Label vertical justification" msgstr "" #: ../display/d.vect/main.c:228 msgid "" "Minimum region size (average from height and width) when map is displayed" msgstr "" #: ../display/d.vect/main.c:235 msgid "" "Maximum region size (average from height and width) when map is displayed" msgstr "" #: ../display/d.vect/main.c:240 ../raster/r.cost/main.c:182 #: ../raster/wildfire/r.ros/main.c:297 ../vector/v.kernel/main.c:155 msgid "Run verbosely" msgstr "" #: ../display/d.vect/main.c:245 msgid "Get area fill colors from map table column 'GRASSRGB' (RRR:GGG:BBB)" msgstr "" #: ../display/d.vect/main.c:250 msgid "Fill areas with random colors according to category number" msgstr "" #: ../display/d.vect/main.c:254 msgid "Use values from 'cats' option as line ID" msgstr "" #: ../display/d.vect/main.c:258 msgid "Don't add to list of vectors and commands in monitor" msgstr "" #: ../display/d.vect/main.c:279 #, c-format msgid "Region size is lower than minreg, nothing displayed.\n" msgstr "" #: ../display/d.vect/main.c:288 #, c-format msgid "Region size is greater than maxreg, nothing displayed.\n" msgstr "" #: ../display/d.vect/main.c:310 ../display/d.vect/main.c:322 #, c-format msgid "Unknown color: [%s]" msgstr "" #: ../display/d.vect/main.c:329 msgid "Cannot read symbol, cannot display points" msgstr "" #: ../display/d.vect/main.c:336 ../vector/v.label/main.c:212 #, c-format msgid "Vector file [%s] not available" msgstr "" #: ../display/d.vect/main.c:350 ../vector/v.db.select/main.c:106 msgid "Database connection not defined" msgstr "" #: ../display/d.vect/main.c:355 ../vector/v.out.ogr/main.c:232 #, c-format msgid "Cannot open driver %s" msgstr "" #: ../display/d.vect/main.c:360 ../vector/v.convert/att.c:68 #: ../vector/v.out.ogr/main.c:237 #, c-format msgid "Cannot open database %s" msgstr "" #: ../display/d.vect/main.c:377 #, c-format msgid "%d errors in cat option" msgstr "" #: ../display/d.vect/main.c:492 #, c-format msgid "Plotting ... " msgstr "" #: ../display/d.vect/main.c:501 #, c-format msgid "" "The bounding box of the map outside current region, nothing displayed.\n" msgstr "" #: ../display/d.vect/main.c:514 msgid "Cannot display areas, topology not available" msgstr "" #: ../display/d.vect/main.c:519 msgid "Cannot display lines by id, topology not available" msgstr "" #: ../display/d.vect/main.c:544 msgid "Cannot display topology, not available" msgstr "" #: ../display/d.vect/main.c:562 #, c-format msgid "Done\n" msgstr "" #: ../display/d.what.vect/main.c:139 msgid "Building spatial index ..." msgstr "" #: ../display/d.what.vect/main.c:157 ../imagery/i.group/main.c:175 #: ../imagery/i.group/main.c:213 #, c-format msgid "Done.\n" msgstr "" #: ../display/d.what.vect/openvect.c:12 #, c-format msgid "warning: %s - vector file not found\n" msgstr "" #: ../display/d.what.vect/what.c:154 ../display/d.what.vect/what.c:155 #, c-format msgid "Nothing Found.\n" msgstr "" #: ../display/d.what.vect/what.c:203 #, c-format msgid "Line: %d Type: %s Left: %d Right: %d " msgstr "" #: ../display/d.what.vect/what.c:206 #, c-format msgid "Length: %f\n" msgstr "" #: ../display/d.what.vect/what.c:219 #, c-format msgid " Node[%d]: %d Number of lines: %d Coordinates: %.6f, %.6f, %.6f\n" msgstr "" #: ../display/d.what.vect/what.c:224 #, c-format msgid " Line: %5d Angle: %.8f\n" msgstr "" #: ../display/d.what.vect/what.c:230 #, c-format msgid "length %f\n" msgstr "" #: ../display/d.what.vect/what.c:248 #, c-format msgid "Point height: %f\n" msgstr "" #: ../display/d.what.vect/what.c:260 #, c-format msgid "Line height: %f\n" msgstr "" #: ../display/d.what.vect/what.c:266 #, c-format msgid "Line height min: %f max: %f\n" msgstr "" #: ../display/d.what.vect/what.c:283 #, c-format msgid "Area height: %f\n" msgstr "" #: ../display/d.what.vect/what.c:290 #, c-format msgid "Area\n" msgstr "" #: ../display/d.what.vect/what.c:303 #, c-format msgid "Area: %d Number of isles: %d\n" msgstr "" #: ../display/d.what.vect/what.c:307 #, c-format msgid " Isle[%d]: %d\n" msgstr "" #: ../display/d.what.vect/what.c:314 #, c-format msgid "Island: %d In area: %d\n" msgstr "" #: ../display/d.what.vect/what.c:318 ../display/d.what.vect/what.c:326 #, c-format msgid "Size - Sq Meters: %.3f\t\tHectares: %.3f\n" msgstr "" #: ../display/d.what.vect/what.c:321 ../display/d.what.vect/what.c:330 #, c-format msgid " Acres: %.3f\t\tSq Miles: %.4f\n" msgstr "" #: ../display/d.what.vect/what.c:356 #, c-format msgid "" "Layer: %d\n" "category: %d\n" msgstr "" #: ../display/d.what.vect/what.c:365 #, c-format msgid "Database connection not defined\n" msgstr "" #: ../display/d.what.vect/what.c:373 #, c-format msgid "" "driver: %s\n" "database: %s\n" "table: %s\n" "key column: %s\n" msgstr "" #: ../display/d.what.vect/what.c:424 #, c-format msgid "" "\n" "Click mouse button on desired location\n" "\n" msgstr "" #: ../display/d.what.vect/what.c:429 #, c-format msgid "Buttons\n" msgstr "" #: ../display/d.what.vect/what.c:430 #, c-format msgid " Left: what's here\n" msgstr "" #: ../display/d.what.vect/what.c:432 #, c-format msgid " Middle: toggle flash color\n" msgstr "" #: ../display/d.what.vect/what.c:437 #, c-format msgid " Right: quit\n" msgstr "" #: ../display/d.zoom/main.c:161 #, c-format msgid "ERROR: can not get \"list\" items\n" msgstr "" #: ../display/d.zoom/main.c:162 #, c-format msgid "-j flag forced\n" msgstr "" #: ../display/d.zoom/main.c:200 #, c-format msgid "ERROR: No map is displayed in GRASS monitor\n" msgstr "" #: ../display/d.zoom/main.c:324 #, c-format msgid "%d raster%s, %d vector%s\n" msgstr "" #: ../display/d.zoom/main.c:334 #, c-format msgid "this is the first d.zoom run; no previous zoom availible\n" msgstr "" #: ../display/d.zoom/main.c:380 #, c-format msgid "Zooming finished.\n" msgstr "" #: ../display/d.zoom/pan.c:20 ../display/d.zoom/zoom.c:15 #, c-format msgid "" "\n" "\n" "Buttons:\n" msgstr "" #: ../display/d.zoom/pan.c:21 ../display/d.zoom/zoom.c:17 #, c-format msgid "%s Pan\n" msgstr "" #: ../display/d.zoom/pan.c:22 #, c-format msgid "%s Quit\n" msgstr "" #: ../display/d.zoom/zoom.c:16 #, c-format msgid "%s Zoom menu\n" msgstr "" #: ../display/d.zoom/zoom.c:18 #, c-format msgid "%s Quit menu\n" msgstr "" #: ../display/d.zoom/zoom.c:41 #, c-format msgid "" "This region now saved as current region.\n" "\n" msgstr "" #: ../display/d.zoom/zoom.c:42 #, c-format msgid "Note: run 'd.erase' for the new region to affect the graphics.\n" msgstr "" #: ../display/drivers/XDRIVER/XDRIVER24/Get_w_box.c:40 #: ../display/drivers/XDRIVER/XDRIVER24/Get_w_line.c:39 #: ../display/drivers/XDRIVER/XDRIVER24/Get_w_pnt.c:22 #, c-format msgid "Monitor: interactive command in redraw\n" msgstr "" #: ../display/drivers/XDRIVER/XDRIVER24/Graph_Set.c:116 #, c-format msgid "found %d visuals of type TrueColor\n" msgstr "" #: ../display/drivers/XDRIVER/XDRIVER24/Graph_Set.c:118 #, c-format msgid "searching for highest bit depth\n" msgstr "" #: ../display/drivers/XDRIVER/XDRIVER24/Graph_Set.c:135 #, c-format msgid "selected %d bit depth\n" msgstr "" #: ../display/drivers/XDRIVER/XDRIVER24/Graph_Set.c:197 #, c-format msgid "using default visual which is %s\n" msgstr "" #: ../display/drivers/XDRIVER/XDRIVER24/Serve_Xevent.c:128 #, c-format msgid "Monitor: waitpid: expected %d but got %d\n" msgstr "" #: ../display/drivers/XDRIVER/XDRIVER24/Serve_Xevent.c:339 #, c-format msgid "Monitor: XGetWMName failed\n" msgstr "" #: ../display/drivers/XDRIVER/XDRIVER24/Serve_Xevent.c:345 #, c-format msgid "Monitor: XGetWMName: bad result\n" msgstr "" #: ../general/g.gisenv/main.c:21 msgid "Outputs and modifies the user's current GRASS variable settings." msgstr "" #: ../general/g.gisenv/main.c:26 msgid "GRASS variable to get" msgstr "" #: ../general/g.gisenv/main.c:33 msgid "GRASS variable to set" msgstr "" #: ../general/g.gisenv/main.c:42 msgid "Where GRASS variable is stored" msgstr "" #: ../general/g.region/cmd/main.c:73 msgid "Program to manage the boundary definitions for the geographic region." msgstr "" #: ../general/g.region/cmd/main.c:80 ../raster/r.region/main.c:75 msgid "Set from default region" msgstr "" #: ../general/g.region/cmd/main.c:84 msgid "Print the current region (shell script style)" msgstr "" #: ../general/g.region/cmd/main.c:88 msgid "Print the current region" msgstr "" #: ../general/g.region/cmd/main.c:92 msgid "Print the current region in lat/long" msgstr "" #: ../general/g.region/cmd/main.c:96 msgid "Print the current region extent" msgstr "" #: ../general/g.region/cmd/main.c:100 msgid "Print the current region map center coordinates" msgstr "" #: ../general/g.region/cmd/main.c:104 msgid "Print region resolution in meters (geodesic)" msgstr "" #: ../general/g.region/cmd/main.c:108 msgid "" "Align region to resolution (default = align to bounds, works only for 2D " "resolution )" msgstr "" #: ../general/g.region/cmd/main.c:113 msgid "Do not update the current region" msgstr "" #: ../general/g.region/cmd/main.c:117 msgid "Print also 3D settings" msgstr "" #: ../general/g.region/cmd/main.c:127 ../raster/r.region/main.c:94 msgid "Set current region from named region" msgstr "" #: ../general/g.region/cmd/main.c:136 ../raster/r.region/main.c:102 msgid "Set region to match this raster map" msgstr "" #: ../general/g.region/cmd/main.c:145 msgid "Set region to match this 3D raster map (both 2D and 3D values)" msgstr "" #: ../general/g.region/cmd/main.c:154 ../raster/r.region/main.c:110 msgid "Set region to match this vector map" msgstr "" #: ../general/g.region/cmd/main.c:163 ../raster/r.region/main.c:118 msgid "Set region to match this 3dview file" msgstr "" #: ../general/g.region/cmd/main.c:203 msgid "Value for the top edge" msgstr "" #: ../general/g.region/cmd/main.c:211 msgid "Value for the bottom edge" msgstr "" #: ../general/g.region/cmd/main.c:219 msgid "Grid resolution 2D (both north-south and east-west)" msgstr "" #: ../general/g.region/cmd/main.c:227 msgid "3D grid resolution (north-south, east-west and top-bottom)" msgstr "" #: ../general/g.region/cmd/main.c:251 msgid "Top-bottom grid resolution 3D" msgstr "" #: ../general/g.region/cmd/main.c:259 msgid "Raster map to zoom into" msgstr "" #: ../general/g.region/cmd/main.c:268 ../raster/r.region/main.c:158 msgid "Raster map to align to" msgstr "" #: ../general/g.region/cmd/main.c:277 msgid "Save the current region to region definition file" msgstr "" #: ../general/g.region/cmd/main.c:325 ../raster/r.region/main.c:183 #, c-format msgid "region <%s> not found" msgstr "" #: ../general/g.region/cmd/main.c:327 ../raster/r.region/main.c:185 #, c-format msgid "can't read region <%s> in <%s>" msgstr "" #: ../general/g.region/cmd/main.c:339 ../raster/r.region/main.c:196 #, c-format msgid "3dview file <%s> not found" msgstr "" #: ../general/g.region/cmd/main.c:344 ../raster/r.region/main.c:202 #, c-format msgid "can't open 3dview file <%s> in <%s>" msgstr "" #: ../general/g.region/cmd/main.c:349 ../raster/r.region/main.c:206 #, c-format msgid "can't read 3dview file <%s> in <%s>" msgstr "" #: ../general/g.region/cmd/main.c:351 ../raster/r.region/main.c:208 #, c-format msgid "Old 3dview file. Region not found in <%s> in <%s>" msgstr "" #: ../general/g.region/cmd/main.c:379 ../general/g.region/cmd/main.c:696 #: ../general/g.region/cmd/main.c:705 ../raster/r.region/main.c:167 #: ../raster/r.region/main.c:224 ../raster/r.region/main.c:359 #, c-format msgid "raster map <%s> not found" msgstr "" #: ../general/g.region/cmd/main.c:381 ../general/g.region/cmd/main.c:707 #: ../raster/r.region/main.c:169 ../raster/r.region/main.c:226 #: ../raster/r.region/main.c:361 #, c-format msgid "can't read header for <%s> in <%s>" msgstr "" #: ../general/g.region/cmd/main.c:407 #, c-format msgid "3D raster map <%s> not found" msgstr "" #: ../general/g.region/cmd/main.c:410 #, c-format msgid "can't read header for 3D raster <%s> in <%s>" msgstr "" #: ../general/g.region/cmd/main.c:440 ../raster/r.region/main.c:236 #, c-format msgid "vector map <%s> not found" msgstr "" #: ../general/g.region/cmd/main.c:446 ../raster/r.region/main.c:240 #, c-format msgid "can't open vector file <%s> in <%s>" msgstr "" #: ../general/g.region/cmd/main.c:710 #, c-format msgid "%s in %s: %s" msgstr "" #: ../general/g.region/cmd/main.c:717 #, c-format msgid "<%s> - illegal region name" msgstr "" #: ../general/g.region/cmd/main.c:721 #, c-format msgid "can't write region <%s>" msgstr "" #: ../general/g.region/cmd/main.c:728 msgid "unable to update current region" msgstr "" #: ../general/g.region/cmd/main.c:743 #, c-format msgid "<%s=%s> ** invalid input **" msgstr "" #: ../imagery/i.ask/main.c:10 #, c-format msgid "usage: %s file [prompt %%x %%y]\n" msgstr "" #: ../imagery/i.ask/popup.c:179 msgid "Out of Memory!\n" msgstr "" #: ../imagery/i.ask/popup.c:247 #, c-format msgid "name=%s\n" msgstr "" #: ../imagery/i.ask/popup.c:248 #, c-format msgid "mapset=%s\n" msgstr "" #: ../imagery/i.ask/popup.c:249 #, c-format msgid "fullname=%s\n" msgstr "" #: ../imagery/i.cca/main.c:66 msgid "Canonical components analysis (cca) program for image processing." msgstr "" #: ../imagery/i.cca/main.c:73 msgid "Imagery files group" msgstr "" #: ../imagery/i.cca/main.c:79 msgid "Imagery files subgroup" msgstr "" #: ../imagery/i.cca/main.c:85 msgid "Ascii file containing spectral signatures" msgstr "" #: ../imagery/i.cca/main.c:91 msgid "Output raster file prefix name" msgstr "" #: ../imagery/i.cca/main.c:98 #, c-format msgid "Warning: illegal group name <%s>." msgstr "" #: ../imagery/i.cca/main.c:107 #, c-format msgid "Warning: illegal subgroup name <%s>." msgstr "" #: ../imagery/i.cca/main.c:116 #, c-format msgid "Warning: illegal signature file name <%s>." msgstr "" #: ../imagery/i.cca/main.c:125 #, c-format msgid "Warning: illegal output file name <%s>." msgstr "" #: ../imagery/i.cca/main.c:138 msgid "Unknown imagery group." msgstr "" #: ../imagery/i.cca/main.c:141 msgid "Unable to find subgroup reference information." msgstr "" #: ../imagery/i.cca/main.c:147 msgid "Unable to open the signature file." msgstr "" #: ../imagery/i.cca/main.c:150 msgid "Error while reading the signatures file." msgstr "" #: ../imagery/i.cca/main.c:154 msgid "Need at least two signatures in signature file." msgstr "" #: ../imagery/i.cca/main.c:159 #, c-format msgid "" "Subgroup too large. Maximum number of bands is %d\n" "." msgstr "" #: ../imagery/i.cca/main.c:165 msgid "An output cell map name is required." msgstr "" #: ../imagery/i.cca/main.c:167 msgid "The output cell map name can not be longer than 12 characters." msgstr "" #: ../imagery/i.cca/main.c:210 #, c-format msgid "Unable to open cell man <%s> for input.\n" msgstr "" #: ../imagery/i.cca/main.c:215 #, c-format msgid "Unable to open cell map <%s> for output.\n" msgstr "" #: ../imagery/i.cca/main.c:232 #, c-format msgid "The output cell map <%s.%d> has values outside the 0-255 range.\n" msgstr "" #: ../imagery/i.cca/transform.c:19 msgid "Unable to allocate cell buffers." msgstr "" #: ../imagery/i.cca/transform.c:25 msgid "Error reading cell map during transform." msgstr "" #: ../imagery/i.cca/transform.c:45 msgid "Error writing cell map during transform." msgstr "" #: ../imagery/i.cca/transform.c:49 msgid "Transform completed.\n" msgstr "" #: ../imagery/i.class/add_point.c:23 #, c-format msgid "Can't mark another point. Only %d points allowed. Sorry." msgstr "" #: ../imagery/i.class/analyze_sig.c:13 msgid "Cannot analyze until region is completed." msgstr "" #: ../imagery/i.class/ask_files.c:34 #, c-format msgid "Hit RETURN -->" msgstr "" #: ../imagery/i.class/ask_files.c:51 #, c-format msgid "" "\n" "** The following cell files in subgroup [%s] do not exist." msgstr "" #: ../imagery/i.class/ask_files.c:63 #, c-format msgid "Subgroup [%s] doesn't have any files." msgstr "" #: ../imagery/i.class/ask_files.c:65 #, c-format msgid "Subgroup [%s] only has 1 file." msgstr "" #: ../imagery/i.class/ask_files.c:67 #, c-format msgid "The subgroup must have at least 2 files to run %s." msgstr "" #: ../imagery/i.class/ask_files.c:71 msgid "Unable to read cell header for first band file." msgstr "" #: ../imagery/i.class/ask_files.c:76 msgid "" "\n" "RESULT SIGNATURE" msgstr "" #: ../imagery/i.class/ask_files.c:83 msgid "Unable to open output signature file." msgstr "" #: ../imagery/i.class/ask_files.c:89 msgid "" "\n" "SEED SIGNATURES" msgstr "" #: ../imagery/i.class/ask_files.c:103 #, c-format msgid "** Can't read signature file [%s] **" msgstr "" #: ../imagery/i.class/ask_files.c:107 #, c-format msgid "%s has too many signatures." msgstr "" #: ../imagery/i.class/band_files.c:24 msgid "Unable to open band files." msgstr "" #: ../imagery/i.class/complete_reg.c:12 msgid "Too few points for region. Must have at least 3 points." msgstr "" #: ../imagery/i.class/complete_reg.c:14 msgid "Area already completed." msgstr "" #: ../imagery/i.class/curses.c:24 #, c-format msgid "make_window(%d,%d,%d,%d): illegal screen values." msgstr "" #: ../imagery/i.class/curses.c:160 ../vector/v.transform/creat_trans.c:90 #, c-format msgid "%s" msgstr "" #: ../imagery/i.class/draw_reg.c:84 #, c-format msgid "" "\n" "Orig:(x1 y1), (x2 y2) = (%d %d), (%d %d)" msgstr "" #: ../imagery/i.class/draw_reg.c:92 #, c-format msgid "" "\n" "New:(x1 y1), (x2 y2) = (%d %d), (%d %d)" msgstr "" #: ../imagery/i.class/erase_reg.c:11 msgid "Can not erase an undefined region." msgstr "" #: ../imagery/i.class/main.c:25 msgid "" "An imagery function that generates spectral signatures for an image by " "allowing the user to outline regions of interest. The resulting signature " "file can be used as input for i.maxlik or as a seed signature file for i." "cluster." msgstr "" #: ../imagery/i.class/main.c:33 msgid "No graphics device selected." msgstr "" #: ../imagery/i.class/main.c:38 msgid "" "\n" "You have a mask set." msgstr "" #: ../imagery/i.class/main.c:39 msgid "" "\n" "If you continue the mask will be removed." msgstr "" #: ../imagery/i.class/main.c:69 msgid "Did not find input cell map." msgstr "" #: ../imagery/i.class/outline.c:59 msgid "Absurd polygon." msgstr "" #: ../imagery/i.class/outline.c:102 msgid "Outlined area is too large." msgstr "" #: ../imagery/i.class/readbands.c:13 msgid "Error reading cell file in function readbands." msgstr "" #: ../imagery/i.class/redisplay.c:66 msgid "No zoom window is defined." msgstr "" #: ../imagery/i.class/remove_mask.c:16 msgid "Error while removing the old MASK cell map." msgstr "" #: ../imagery/i.class/restore_reg.c:15 msgid "No region is saved, can not restore." msgstr "" #: ../imagery/i.class/save_reg.c:15 msgid "Region is not complete, can not save." msgstr "" #: ../imagery/i.class/signature.c:49 ../imagery/i.class/signature.c:53 msgid "Unable to allocate space for signature statistics." msgstr "" #: ../imagery/i.class/signature.c:82 msgid "prepare_signature: outline has odd number of points." msgstr "" #: ../imagery/i.class/signature.c:115 #, c-format msgid "prepare_signature: scan line %d has odd number of points." msgstr "" #: ../imagery/i.class/signature.c:126 msgid "signature: perimeter points out of order." msgstr "" #: ../imagery/i.class/signature.c:138 msgid "prepare_signature: data error." msgstr "" #: ../imagery/i.class/signature.c:241 msgid "Unknown Menu selection in show_signature()." msgstr "" #: ../imagery/i.class/signature.c:281 msgid "Unable to open the cell map MASK." msgstr "" #: ../imagery/i.class/signature.c:283 msgid "Unable to allocate the cell buffer in display_signature()." msgstr "" #: ../imagery/i.class/signature.c:314 msgid "Did not find input cell map MASK." msgstr "" #: ../imagery/i.cluster/checkpt.c:18 #, c-format msgid "using seed means (%d files)\n" msgstr "" #: ../imagery/i.cluster/checkpt.c:30 #, c-format msgid "" "\n" "######## iteration %d ###########\n" msgstr "" #: ../imagery/i.cluster/checkpt.c:31 #, c-format msgid "%d classes, %.2f%% points stable\n" msgstr "" #: ../imagery/i.cluster/checkpt.c:41 #, c-format msgid "Iteration %d: %% Convergence: %.2f (%s elapsed, %s left)" msgstr "" #: ../imagery/i.cluster/main.c:39 msgid "" "An imagery function that generates spectral signatures for land cover types " "in an image using a clustering algorithm. The resulting signature file is " "used as input for i.maxlik, to generate an unsupervised image classification." msgstr "" #: ../imagery/i.cluster/main.c:49 msgid "Group of imagery files to be clustered" msgstr "" #: ../imagery/i.cluster/main.c:55 msgid "Subgroup name in the above group" msgstr "" #: ../imagery/i.cluster/main.c:61 msgid "File contains result signatures" msgstr "" #: ../imagery/i.cluster/main.c:68 msgid "Initial number of classes" msgstr "" #: ../imagery/i.cluster/main.c:74 msgid "File contains initial signatures" msgstr "" #: ../imagery/i.cluster/main.c:82 msgid "Sampling intervals (by row and col); default: ~10,000 pixels" msgstr "" #: ../imagery/i.cluster/main.c:88 msgid "Maximum number of iterations" msgstr "" #: ../imagery/i.cluster/main.c:96 msgid "Percent convergence" msgstr "" #: ../imagery/i.cluster/main.c:103 msgid "Cluster separation" msgstr "" #: ../imagery/i.cluster/main.c:110 msgid "Minimum number of pixels in a class" msgstr "" #: ../imagery/i.cluster/main.c:117 msgid "Name of an output file to contain final report" msgstr "" #: ../imagery/i.cluster/main.c:137 #, c-format msgid "" "\n" "<%s> -- illegal result signature file name" msgstr "" #: ../imagery/i.cluster/main.c:144 #, c-format msgid "" "\n" "<%s> -- illegal number of initial classes" msgstr "" #: ../imagery/i.cluster/main.c:156 #, c-format msgid "" "\n" "<%s> -- illegal value(s) of sample intervals" msgstr "" #: ../imagery/i.cluster/main.c:173 #, c-format msgid "" "\n" "<%s> -- illegal value of iterations" msgstr "" #: ../imagery/i.cluster/main.c:180 #, c-format msgid "" "\n" "<%s> -- illegal value of convergence" msgstr "" #: ../imagery/i.cluster/main.c:187 #, c-format msgid "" "\n" "<%s> -- illegal value of separation" msgstr "" #: ../imagery/i.cluster/main.c:194 #, c-format msgid "" "\n" "<%s> -- illegal value of min_size" msgstr "" #: ../imagery/i.cluster/main.c:207 msgid "Can't creat reportfile: " msgstr "" #: ../imagery/i.cluster/main.c:215 #, c-format msgid "" "#################### CLUSTER (%s) ####################\n" "\n" msgstr "" #: ../imagery/i.cluster/main.c:216 #, c-format msgid "Location: %s\n" msgstr "" #: ../imagery/i.cluster/main.c:217 #, c-format msgid "Mapset: %s\n" msgstr "" #: ../imagery/i.cluster/main.c:218 #, c-format msgid "Group: %s\n" msgstr "" #: ../imagery/i.cluster/main.c:219 #, c-format msgid "Subgroup: %s\n" msgstr "" #: ../imagery/i.cluster/main.c:222 #, c-format msgid " %s\n" msgstr "" #: ../imagery/i.cluster/main.c:224 #, c-format msgid "Result signature file: %s\n" msgstr "" #: ../imagery/i.cluster/main.c:226 #, c-format msgid "Region\n" msgstr "" #: ../imagery/i.cluster/main.c:227 #, c-format msgid " North: %12.2f East: %12.2f\n" msgstr "" #: ../imagery/i.cluster/main.c:228 #, c-format msgid " South: %12.2f West: %12.2f\n" msgstr "" #: ../imagery/i.cluster/main.c:229 #, c-format msgid " Res: %12.2f Res: %12.2f\n" msgstr "" #: ../imagery/i.cluster/main.c:230 #, c-format msgid " Rows: %12d Cols: %12d Cells: %d\n" msgstr "" #: ../imagery/i.cluster/main.c:232 #, c-format msgid "Mask: %s\n" msgstr "" #: ../imagery/i.cluster/main.c:234 #, c-format msgid "Cluster parameters\n" msgstr "" #: ../imagery/i.cluster/main.c:235 #, c-format msgid " Number of initial classes: %d" msgstr "" #: ../imagery/i.cluster/main.c:237 #, c-format msgid " [from signature file %s]" msgstr "" #: ../imagery/i.cluster/main.c:239 #, c-format msgid " Minimum class size: %d\n" msgstr "" #: ../imagery/i.cluster/main.c:240 #, c-format msgid " Minimum class separation: %f\n" msgstr "" #: ../imagery/i.cluster/main.c:241 #, c-format msgid " Percent convergence: %f\n" msgstr "" #: ../imagery/i.cluster/main.c:242 #, c-format msgid " Maximum number of iterations: %d\n" msgstr "" #: ../imagery/i.cluster/main.c:244 #, c-format msgid " Row sampling interval: %d\n" msgstr "" #: ../imagery/i.cluster/main.c:245 #, c-format msgid " Col sampling interval: %d\n" msgstr "" #: ../imagery/i.cluster/main.c:254 msgid "Reading image ... " msgstr "" #: ../imagery/i.cluster/main.c:268 msgid "Out of Memory. Please run again and choose a smaller sample size" msgstr "" #: ../imagery/i.cluster/main.c:273 #, c-format msgid "Sample size: %d points\n" msgstr "" #: ../imagery/i.cluster/main.c:276 msgid "" "Not enough sample points. Please run again and choose a larger sample size" msgstr "" #: ../imagery/i.cluster/main.c:280 msgid "" "Not enough non-zero sample data points. Check your current region (and mask)" msgstr "" #: ../imagery/i.cluster/main.c:293 #, c-format msgid "" "\n" "########## final results #############\n" msgstr "" #: ../imagery/i.cluster/main.c:294 #, c-format msgid "%d classes (convergence=%.1f%%)\n" msgstr "" #: ../imagery/i.cluster/main.c:306 #, c-format msgid "Could not write signature file <%s> for group <%s>, subsgroup <%s>" msgstr "" #: ../imagery/i.cluster/main.c:310 #, c-format msgid "" "\n" "\n" "#################### CLASSES ####################\n" msgstr "" #: ../imagery/i.cluster/main.c:311 #, c-format msgid "" "\n" "%d classes, %.2f%% points stable\n" msgstr "" #: ../imagery/i.cluster/main.c:313 #, c-format msgid "" "\n" "######## CLUSTER END (%s) ########\n" msgstr "" #: ../imagery/i.cluster/open_files.c:18 #, c-format msgid "" "\n" " group <%s> not found" msgstr "" #: ../imagery/i.cluster/open_files.c:22 #, c-format msgid "subgroup <%s> not found" msgstr "" #: ../imagery/i.cluster/open_files.c:35 #, c-format msgid "" "\n" "** The following raster files in subgroup [%s] do not exist:" msgstr "" #: ../imagery/i.cluster/open_files.c:38 #, c-format msgid " %s" msgstr "" #: ../imagery/i.cluster/open_files.c:45 #, c-format msgid "Subgroup [%s] doesn't have any files" msgstr "" #: ../imagery/i.cluster/open_files.c:47 #, c-format msgid "Subgroup [%s] only has 1 file" msgstr "" #: ../imagery/i.cluster/open_files.c:48 #, c-format msgid "The subgroup must have at least 2 files to run %s" msgstr "" #: ../imagery/i.cluster/open_files.c:60 msgid "Unable to proceed" msgstr "" #: ../imagery/i.cluster/open_files.c:67 #, c-format msgid "** Can't open seed singature file <%s> **" msgstr "" #: ../imagery/i.cluster/open_files.c:72 #, c-format msgid "** Can't read signature file <%s> **" msgstr "" #: ../imagery/i.cluster/open_files.c:75 #, c-format msgid "** <%s> has too many signatures (limit is 255)" msgstr "" #: ../imagery/i.cluster/print1.c:11 #, c-format msgid "" "means and standard deviations for %d band%s\n" "\n" msgstr "" #: ../imagery/i.cluster/print1.c:13 #, c-format msgid " means " msgstr "" #: ../imagery/i.cluster/print1.c:17 #, c-format msgid " stddev " msgstr "" #: ../imagery/i.cluster/print2.c:17 #, c-format msgid "" "\n" "class means/stddev for each band\n" "\n" msgstr "" #: ../imagery/i.cluster/print2.c:22 #, c-format msgid "class %d (%d)\n" msgstr "" #: ../imagery/i.cluster/print2.c:23 #, c-format msgid " means " msgstr "" #: ../imagery/i.cluster/print2.c:28 #, c-format msgid " stddev" msgstr "" #: ../imagery/i.cluster/print3.c:15 #, c-format msgid "" "\n" "initial means for each band\n" "\n" msgstr "" #: ../imagery/i.cluster/print3.c:19 #, c-format msgid "class %-3d " msgstr "" #: ../imagery/i.cluster/print4.c:16 #, c-format msgid "class centroids (sum/count=mean)\n" msgstr "" #: ../imagery/i.cluster/print4.c:19 #, c-format msgid "band %d" msgstr "" #: ../imagery/i.cluster/print5.c:15 #, c-format msgid "" "\n" "class separability matrix\n" "\n" msgstr "" #: ../imagery/i.cluster/print6.c:10 #, c-format msgid "class distribution" msgstr "" #: ../imagery/i.fft/fftmain.c:55 msgid "Fast Fourier Transform (FFT) for image processing." msgstr "" #: ../imagery/i.fft/fftmain.c:64 msgid "input raster file being fft" msgstr "" #: ../imagery/i.fft/fftmain.c:72 msgid "output real part arrays stored as raster file" msgstr "" #: ../imagery/i.fft/fftmain.c:80 msgid "output imaginary part arrays stored as raster file" msgstr "" #: ../imagery/i.fft/fftmain.c:88 msgid "Range of values in output display files" msgstr "" #: ../imagery/i.fft/fftmain.c:101 #, c-format msgid "%s: %s - Unable to open the input raster map\n" msgstr "" #: ../imagery/i.fft/fftmain.c:110 msgid "Raster MASK found, consider to remove (see man-page). Will continue..." msgstr "" #: ../imagery/i.fft/fftmain.c:117 #, c-format msgid "%s: %s - illegal file name for real part\n" msgstr "" #: ../imagery/i.fft/fftmain.c:123 #, c-format msgid "%s: %s - illegal file name for imaginary part\n" msgstr "" #: ../imagery/i.fft/fftmain.c:129 msgid "Range less than or equal to zero not allowed." msgstr "" #: ../imagery/i.fft/fftmain.c:150 msgid "Insufficent memory for allocation of data sturcture" msgstr "" #: ../imagery/i.fft/fftmain.c:153 msgid "Initializing data...\n" msgstr "" #: ../imagery/i.fft/fftmain.c:167 msgid "Reading the raster map..." msgstr "" #: ../imagery/i.fft/fftmain.c:170 msgid "Error while reading input raster map." msgstr "" #: ../imagery/i.fft/fftmain.c:179 msgid "Starting FFT..." msgstr "" #: ../imagery/i.fft/fftmain.c:181 msgid "FFT completed..." msgstr "" #: ../imagery/i.fft/fftmain.c:199 msgid "Rotating data..." msgstr "" #: ../imagery/i.fft/fftmain.c:221 msgid "Writing transformed data to file..." msgstr "" #: ../imagery/i.fft/fftmain.c:227 msgid "Writing viewable versions of transformed data to files..." msgstr "" #: ../imagery/i.fft/fftmain.c:265 ../imagery/i.ifft/ifftmain.c:241 msgid "Transform successful." msgstr "" #: ../imagery/i.fft/orig_wind.c:30 ../imagery/i.ifft/orig_wind.c:29 msgid "The real and imaginary original windows did not match." msgstr "" #: ../imagery/i.fft/save_fft.c:18 ../imagery/i.fft/save_fft.c:24 msgid "Unable to open file in the cell_misc directory." msgstr "" #: ../imagery/i.find/main.c:43 #, c-format msgid "usage: %s location mapset element file\n" msgstr "" #: ../imagery/i.gensig/check.c:24 #, c-format msgid "Signature [%d] not invertible." msgstr "" #: ../imagery/i.gensig/check.c:31 #, c-format msgid "Signature [%d] can't get eigen values." msgstr "" #: ../imagery/i.gensig/check.c:39 #, c-format msgid "Signature [%d] not positive definite." msgstr "" #: ../imagery/i.gensig/covariance.c:27 msgid "Calculating class covariance matrix..." msgstr "" #: ../imagery/i.gensig/covariance.c:29 msgid "Calculating class covariance matrices..." msgstr "" #: ../imagery/i.gensig/get_train.c:28 msgid "Finding training classes ..." msgstr "" #: ../imagery/i.gensig/get_train.c:33 ../visualization/xganim/main.c:368 msgid "Unable to read raster row." msgstr "" #: ../imagery/i.gensig/get_train.c:55 #, c-format msgid "Training class [%d] only has one cell - this class will be ignored." msgstr "" #: ../imagery/i.gensig/get_train.c:59 msgid "Training map has no classes." msgstr "" #: ../imagery/i.gensig/get_train.c:74 msgid "1 class." msgstr "" #: ../imagery/i.gensig/get_train.c:76 #, c-format msgid "%d classes." msgstr "" #: ../imagery/i.gensig/main.c:21 msgid "Generates statistics for i.maxlik from raster map layer." msgstr "" #: ../imagery/i.gensig/means.c:25 msgid "Calculating class mean ..." msgstr "" #: ../imagery/i.gensig/means.c:27 msgid "Calculating class means ..." msgstr "" #: ../imagery/i.gensig/opencell.c:14 ../imagery/i.smap/shapiro/opencell.c:16 #, c-format msgid "Unable to open raster map [%s]." msgstr "" #: ../imagery/i.gensig/openfiles.c:17 ../imagery/i.smap/shapiro/openfiles.c:15 #: ../imagery/i.smap/shapiro/read_sig.c:13 #, c-format msgid "Unable to read REF file for subgroup [%s] in group [%s]." msgstr "" #: ../imagery/i.gensig/openfiles.c:21 ../imagery/i.smap/shapiro/openfiles.c:19 #: ../imagery/i.smap/shapiro/read_sig.c:17 #, c-format msgid "Subgroup [%s] in group [%s] contains no files." msgstr "" #: ../imagery/i.gensig/parse.c:15 msgid "ground truth training map" msgstr "" #: ../imagery/i.gensig/parse.c:22 ../imagery/i.smap/shapiro/parse.c:17 msgid "imagery group" msgstr "" #: ../imagery/i.gensig/parse.c:29 msgid "subgroup containing image files" msgstr "" #: ../imagery/i.gensig/parse.c:35 msgid "resultant signature file" msgstr "" #: ../imagery/i.gensig/parse.c:48 #, c-format msgid "Training map [%s] not found." msgstr "" #: ../imagery/i.gensig/parse.c:51 ../imagery/i.smap/shapiro/parse.c:68 #, c-format msgid "Group [%s] not found." msgstr "" #: ../imagery/i.gensig/parse.c:54 ../imagery/i.smap/shapiro/parse.c:71 #, c-format msgid "Subgroup [%s] not found." msgstr "" #: ../imagery/i.gensig/print_sig.c:14 #, c-format msgid "#%s" msgstr "" #: ../imagery/i.gensig/write_sig.c:14 #, c-format msgid "Unable to create signature file [%s] for subgroup [%s] in group [%s]." msgstr "" #: ../imagery/i.gensig/write_sig.c:18 #, c-format msgid "Writing signature file [%s] ..." msgstr "" #: ../imagery/i.gensig/write_sig.c:20 ../raster/r.support/front/front.c:179 msgid "Done." msgstr "" #: ../imagery/i.group/main.c:40 msgid "Creates and edits groups and subgroups of imagery files." msgstr "" #: ../imagery/i.group/main.c:48 ../imagery/i.rectify/main.c:45 #: ../imagery/i.target/main.c:32 msgid "Name of imagery group" msgstr "" #: ../imagery/i.group/main.c:55 msgid "Name of imagery sub-group" msgstr "" #: ../imagery/i.group/main.c:63 msgid "Name of raster(s) to include in group" msgstr "" #: ../imagery/i.group/main.c:67 msgid "Remove selected files from specified group" msgstr "" #: ../imagery/i.group/main.c:71 msgid "List files from specified (sub)group" msgstr "" #: ../imagery/i.group/main.c:94 msgid "No input map(s) specified." msgstr "" #: ../imagery/i.group/main.c:103 msgid "Specified group does not exist ... Exiting" msgstr "" #: ../imagery/i.group/main.c:105 msgid "Removing files from subgroup ...\n" msgstr "" #: ../imagery/i.group/main.c:109 msgid "Removing files from group ...\n" msgstr "" #: ../imagery/i.group/main.c:125 #, c-format msgid "group %s - does not yet exist...\n" msgstr "" #: ../imagery/i.group/main.c:126 #, c-format msgid "Creating new group %s\n" msgstr "" #: ../imagery/i.group/main.c:129 ../imagery/i.group/main.c:135 #, c-format msgid "Adding files to group <%s>\n" msgstr "" #: ../imagery/i.group/main.c:131 #, c-format msgid "Adding files to sub-group <%s>\n" msgstr "" #: ../imagery/i.group/main.c:160 ../imagery/i.group/main.c:198 #, c-format msgid "Unable to find raster <%s>" msgstr "" #: ../imagery/i.group/main.c:162 ../imagery/i.group/main.c:200 #, c-format msgid "Adding raster map %s\n" msgstr "" #: ../imagery/i.group/main.c:166 ../imagery/i.group/main.c:204 #, c-format msgid "Raster map <%s> exists in group\n" msgstr "" #: ../imagery/i.group/main.c:167 ../imagery/i.group/main.c:205 #, c-format msgid "Skipping <%s>...\n" msgstr "" #: ../imagery/i.group/main.c:248 #, c-format msgid "Found file %s@%s in Group\n" msgstr "" #: ../imagery/i.group/main.c:258 msgid "Done ... Put group ref\n" msgstr "" #: ../imagery/i.group/main.c:295 #, c-format msgid "Found file %s@%s in Sub-Group\n" msgstr "" #: ../imagery/i.group/main.c:305 msgid "Done ... Put subgroup ref\n" msgstr "" #: ../imagery/i.ifft/ifftmain.c:56 msgid "Inverse Fast Fourier Transform (ifft) for image processing." msgstr "" #: ../imagery/i.ifft/ifftmain.c:65 msgid "input raster file (image fft, real part)" msgstr "" #: ../imagery/i.ifft/ifftmain.c:73 msgid "input raster file (image fft, imaginary part" msgstr "" #: ../imagery/i.ifft/ifftmain.c:81 msgid "output inverse raster file after ifft" msgstr "" #: ../imagery/i.ifft/ifftmain.c:93 #, c-format msgid "%s: %s - Unable to find the real-image map." msgstr "" #: ../imagery/i.ifft/ifftmain.c:98 msgid "" "Unable to open real-image in the cell_misc directory.\n" "Input map probably wasn't created by i.fft" msgstr "" #: ../imagery/i.ifft/ifftmain.c:101 #, c-format msgid "%s: %s - Unable to find the imaginary-image." msgstr "" #: ../imagery/i.ifft/ifftmain.c:106 msgid "" "Unable to open imaginary-image in the cell_misc directory.\n" "Input map probably wasn't created by i.fft" msgstr "" #: ../imagery/i.ifft/ifftmain.c:110 #, c-format msgid "%s: %s - illegal name for output raster file." msgstr "" #: ../imagery/i.ifft/ifftmain.c:128 #, c-format msgid "Power 2 values : [%d] rows [%d] columns." msgstr "" #: ../imagery/i.ifft/ifftmain.c:137 msgid "Insufficent memory for allocation of data structure." msgstr "" #: ../imagery/i.ifft/ifftmain.c:140 msgid "Reading the raster maps..." msgstr "" #: ../imagery/i.ifft/ifftmain.c:147 msgid "Masking the raster maps..." msgstr "" #: ../imagery/i.ifft/ifftmain.c:166 msgid "Rotating data arrays..." msgstr "" #: ../imagery/i.ifft/ifftmain.c:201 msgid "Starting Inverse FFT..." msgstr "" #: ../imagery/i.ifft/ifftmain.c:203 msgid "Inverse FFT completed..." msgstr "" #: ../imagery/i.ifft/ifftmain.c:210 msgid "Unable to open output file." msgstr "" #: ../imagery/i.ifft/ifftmain.c:215 msgid "Writing data to file..." msgstr "" #: ../imagery/i.points/main.c:30 msgid "Mark ground control points on image to be rectified." msgstr "" #: ../imagery/i.points/main.c:70 ../imagery/i.points/main.c:73 #, c-format msgid "Group [%s] contains no files" msgstr "" #: ../imagery/i.rectify/main.c:36 msgid "" "Rectifies an image by computing a coordinate transformation for each pixel " "in the image based on the control points" msgstr "" #: ../imagery/i.rectify/main.c:53 msgid "Name of input raster map(s)" msgstr "" #: ../imagery/i.rectify/main.c:60 msgid "Output file extension (inputfile(s) + extension)" msgstr "" #: ../imagery/i.rectify/main.c:66 msgid "Rectification polynom order (1-3)" msgstr "" #: ../imagery/i.rectify/main.c:70 msgid "" "Use curr. region settings in target location (def.=calculate smallest area)" msgstr "" #: ../imagery/i.rectify/main.c:74 msgid "Rectify all images in group" msgstr "" #: ../imagery/i.smap/bouman/interp.c:41 msgid "pyramid constructed." msgstr "" #: ../imagery/i.smap/bouman/interp.c:74 msgid "Unable to allocate memory." msgstr "" #: ../imagery/i.smap/bouman/interp.c:107 #, c-format msgid "" "\n" "Resolution = %d; period = %d" msgstr "" #: ../imagery/i.smap/bouman/interp.c:171 msgid "Class transition statistics." msgstr "" #: ../imagery/i.smap/bouman/interp.c:187 #, c-format msgid "Transition probabilities: %f %f %f; %f" msgstr "" #: ../imagery/i.smap/bouman/interp.c:230 msgid "interp: invalid parameter values." msgstr "" #: ../imagery/i.smap/bouman/model.c:38 #, c-format msgid "" "\n" "Nonsymetric covariance for class [%d] subclass [%d]." msgstr "" #: ../imagery/i.smap/bouman/model.c:47 #, c-format msgid "Nonpositive eigenvalues for class [%d] subclass [%d]." msgstr "" #: ../imagery/i.smap/bouman/multialloc.c:116 msgid "get_img: out of memory." msgstr "" #: ../imagery/i.smap/bouman/segment.c:57 msgid "Number of classes must be < 256!" msgstr "" #: ../imagery/i.smap/bouman/segment.c:77 #, c-format msgid "Processing rows %d-%d (of %d), cols=%d-%d (of %d)" msgstr "" #: ../imagery/i.smap/shapiro/closefiles.c:14 #, c-format msgid "Creating support files for [%s]." msgstr "" #: ../imagery/i.smap/shapiro/main.c:19 msgid "" "Performs contextual image classification using sequential maximum a " "posteriori (SMAP) estimation." msgstr "" #: ../imagery/i.smap/shapiro/opencell.c:31 #, c-format msgid "Unable to create raster map [%s]." msgstr "" #: ../imagery/i.smap/shapiro/parse.c:24 msgid "imagery subgroup" msgstr "" #: ../imagery/i.smap/shapiro/parse.c:30 msgid "imagery signaturefile" msgstr "" #: ../imagery/i.smap/shapiro/parse.c:36 msgid "size of submatrix to process at one time" msgstr "" #: ../imagery/i.smap/shapiro/parse.c:43 msgid "output raster map" msgstr "" #: ../imagery/i.smap/shapiro/parse.c:50 msgid "Use maximum likelihood estimation (instead of smap)" msgstr "" #: ../imagery/i.smap/shapiro/parse.c:54 ../raster/r.compress/main.c:59 #: ../raster/r.distance/parse.c:38 ../raster/r.neighbors/main.c:110 #: ../raster/r.out.ppm/main.c:64 ../raster/r.out.ppm3/main.c:76 #: ../raster/r.random/main.c:69 ../raster/r.series/main.c:117 msgid "Run quietly" msgstr "" #: ../imagery/i.smap/shapiro/read_sig.c:22 #, c-format msgid "Signature file [%s] is missing or not readable." msgstr "" #: ../imagery/i.smap/shapiro/read_sig.c:26 #, c-format msgid "Signature file [%s] is invalid." msgstr "" #: ../imagery/i.smap/shapiro/write_img.c:15 #, c-format msgid "Writing [%s] ..." msgstr "" #: ../imagery/i.target/main.c:25 msgid "Targets an imagery group to a GRASS location and mapset." msgstr "" #: ../imagery/i.target/main.c:38 msgid "Name of imagery target location" msgstr "" #: ../imagery/i.target/main.c:44 msgid "Name of target mapset" msgstr "" #: ../imagery/i.target/main.c:48 msgid "Set current location and mapset as target for of imagery group" msgstr "" #: ../imagery/i.target/main.c:55 ../imagery/i.target/main.c:60 msgid "" "You must use either the Current Mapset and Location Flag (-c)\n" " OR\n" " manually enter the variables." msgstr "" #: ../imagery/i.target/main.c:66 ../imagery/i.target/main.c:71 #, c-format msgid "group [%s] targeted for location [%s], mapset [%s]\n" msgstr "" #: ../ps/ps.map/do_labels.c:47 #, c-format msgid "Can't open label file <%s> in mapset <%s>" msgstr "" #: ../ps/ps.map/do_labels.c:75 #, c-format msgid "Can't open temporary label file <%s>" msgstr "" #: ../ps/ps.map/do_labels.c:150 msgid "Text labels: 'fontsize' given so ignoring 'size'" msgstr "" #: ../ps/ps.map/main.c:85 msgid "Hardcopy PostScript map output utility." msgstr "" #: ../ps/ps.map/main.c:89 msgid "Rotate plot 90 degrees" msgstr "" #: ../ps/ps.map/main.c:94 msgid "Print paper formats ( name width height left right top bottom(margin) )" msgstr "" #: ../ps/ps.map/main.c:99 msgid "Create EPS (Encapsulated PostScript) instead of PostScript file" msgstr "" #: ../ps/ps.map/main.c:105 msgid "" "File containing mapping instructions (or use input=- to enter from keyboard)" msgstr "" #: ../ps/ps.map/main.c:112 msgid "PostScript output file" msgstr "" #: ../ps/ps.map/main.c:120 msgid "Scale of the output map, e.g. 1:25000 (default: Auto-sized to fit page)" msgstr "" #: ../ps/ps.map/main.c:125 msgid "Number of copies to print" msgstr "" #: ../ps/ps.map/main.c:220 msgid "" "Using \"scale\" from the command line is depreciated. Please use the \"scale" "\" mapping instruction instead." msgstr "" #: ../ps/ps.map/main.c:254 msgid "Current region cannot be set." msgstr "" #: ../ps/ps.map/main.c:265 msgid "Data exists after final 'end' instruction!" msgstr "" #: ../ps/ps.map/ps_clrtbl.c:43 ../ps/ps.map/ps_fclrtbl.c:61 msgid "Unable to read colors for colorbar" msgstr "" #: ../ps/ps.map/ps_clrtbl.c:49 msgid "" "Your cats/ file is invalid. A cats/ file with categories and labels is " "required for 'colortable' when using CELL rasters. No colortable will be " "assigned to this output postscript file." msgstr "" #: ../ps/ps.map/ps_clrtbl.c:64 ../ps/ps.map/ps_fclrtbl.c:82 #: ../ps/ps.map/ps_fclrtbl.c:86 msgid "Colorbar y location beyond page margins. Adjusting." msgstr "" #: ../ps/ps.map/ps_clrtbl.c:70 ../ps/ps.map/ps_fclrtbl.c:92 #: ../ps/ps.map/ps_fclrtbl.c:96 msgid "Colorbar x location beyond page margins. Adjusting." msgstr "" #: ../ps/ps.map/ps_fclrtbl.c:49 msgid "Range information not available (run r.support)." msgstr "" #: ../ps/ps.map/ps_fclrtbl.c:56 msgid "A floating point colortable must contain a range of values." msgstr "" #: ../raster/r.average/main.c:31 msgid "" "Finds the average of values in a cover map within areas assigned the same " "category value in a user-specified base map." msgstr "" #: ../raster/r.average/main.c:40 msgid "base raster map" msgstr "" #: ../raster/r.average/main.c:47 msgid "cover raster map" msgstr "" #: ../raster/r.average/main.c:54 msgid "resultant raster map" msgstr "" #: ../raster/r.average/main.c:58 msgid "cover values extracted from the category labels of the cover map" msgstr "" #: ../raster/r.basins.fill/main.c:35 msgid "Generates a raster map layer showing watershed subbasins." msgstr "" #: ../raster/r.basins.fill/main.c:42 msgid "Number of passes through the dataset" msgstr "" #: ../raster/r.basins.fill/main.c:49 msgid "Coded stream network file name" msgstr "" #: ../raster/r.basins.fill/main.c:56 msgid "Thinned ridge network file name" msgstr "" #: ../raster/r.basins.fill/main.c:63 msgid "Name for the resultant watershed partition file" msgstr "" #: ../raster/r.bilinear/main.c:29 msgid "Bilinear interpolation utility for raster map layers." msgstr "" #: ../raster/r.bilinear/main.c:36 msgid "Name of existing raster file." msgstr "" #: ../raster/r.bilinear/main.c:43 msgid "Name of new raster file." msgstr "" #: ../raster/r.bilinear/main.c:48 ../raster/r.bilinear/main.c:54 msgid "" "specific input value to be assigned to the north and/or south poles for " "longitude-latitude grids" msgstr "" #: ../raster/r.bilinear/main.c:72 ../raster/r.sum/main.c:46 #, c-format msgid "Couldn't find raster file %s" msgstr "" #: ../raster/r.bilinear/main.c:86 ../raster/r.bilinear/main.c:97 #: ../raster/r.sum/main.c:50 #, c-format msgid "Not able to open cellfile for [%s]" msgstr "" #: ../raster/r.buffer/main.c:48 msgid "" "Creates a raster map layer showing buffer zones surrounding cells that " "contain non-NULL category values." msgstr "" #: ../raster/r.buffer/main.c:56 msgid "Name of input map" msgstr "" #: ../raster/r.buffer/main.c:63 msgid "Name of output map" msgstr "" #: ../raster/r.buffer/main.c:70 msgid "Distance zone(s)" msgstr "" #: ../raster/r.buffer/main.c:77 msgid "Units of distance" msgstr "" #: ../raster/r.buffer/main.c:86 msgid "Ignore zero (0) data cells instead of NULL cells" msgstr "" #: ../raster/r.cats/main.c:32 msgid "" "Prints category values and labels associated with user-specified raster map " "layers." msgstr "" #: ../raster/r.cats/main.c:40 msgid "Name of a raster map" msgstr "" #: ../raster/r.cats/main.c:48 msgid "Comma separated value list: e.g. 1.4,3.8,13" msgstr "" #: ../raster/r.cats/main.c:56 msgid "Category list: e.g. 1,3-8,13" msgstr "" #: ../raster/r.cats/main.c:63 msgid "Output separator character (default: tab)" msgstr "" #: ../raster/r.clump/main.c:33 msgid "" "Recategorizes data in a raster map layer by grouping cells that form " "physically discrete areas into unique categories." msgstr "" #: ../raster/r.clump/main.c:41 msgid "Input layer name" msgstr "" #: ../raster/r.clump/main.c:49 msgid "Output layer name" msgstr "" #: ../raster/r.clump/main.c:56 msgid "Title, in quotes" msgstr "" #: ../raster/r.colors/main.c:135 msgid "Creates/Modifies the color table associated with a raster map layer." msgstr "" #: ../raster/r.colors/main.c:143 ../raster/r.timestamp/main.c:27 msgid "Raster map name" msgstr "" #: ../raster/r.colors/main.c:151 msgid "Type of color table" msgstr "" #: ../raster/r.colors/main.c:171 msgid "Raster map name from which to copy color table" msgstr "" #: ../raster/r.colors/main.c:177 msgid "Name of predefined rules file" msgstr "" #: ../raster/r.colors/main.c:182 msgid "Keep existing color table" msgstr "" #: ../raster/r.colors/main.c:186 ../raster/r.rescale/main.c:77 msgid "Quietly" msgstr "" #: ../raster/r.colors/main.c:190 msgid "List rules" msgstr "" #: ../raster/r.colors/rules.c:45 #, c-format msgid "Enter rules, \"end\" when done, \"help\" if you need it.\n" msgstr "" #: ../raster/r.colors/rules.c:47 #, c-format msgid "fp: Data range is %.25f to %.25f\n" msgstr "" #: ../raster/r.colors/rules.c:49 #, c-format msgid "Data range is %ld to %ld\n" msgstr "" #: ../raster/r.colors/rules.c:118 msgid "Your color rules do not cover the whole range of data!" msgstr "" #: ../raster/r.colors/rules.c:191 #, c-format msgid "Enter a rule in one of these formats:\n" msgstr "" #: ../raster/r.colors/rules.c:193 #, c-format msgid " val color\n" msgstr "" #: ../raster/r.colors/rules.c:194 #, c-format msgid " n%% color\n" msgstr "" #: ../raster/r.colors/rules.c:195 #, c-format msgid " nv color\n" msgstr "" #: ../raster/r.colors/rules.c:196 #, c-format msgid " default color\n" msgstr "" #: ../raster/r.colors/rules.c:197 #, c-format msgid "color can be one of:\n" msgstr "" #: ../raster/r.colors/rules.c:199 #, c-format msgid "or an R:G:B triplet, e.g.: 0:127:255\n" msgstr "" #: ../raster/r.colors/rules.c:240 #, c-format msgid "** warning: R:G:B value(s) out of range [0..255]: %d:%d:%d **\n" msgstr "" #: ../raster/r.colors/rules.c:241 ../raster/r.colors/rules.c:257 #: ../raster/r.colors/rules.c:270 ../raster/r.colors/rules.c:282 #: ../raster/r.colors/rules.c:292 ../raster/r.colors/rules.c:304 #: ../raster/r.colors/rules.c:379 ../raster/r.colors/rules.c:407 #, c-format msgid "** rule is not added **\n" msgstr "" #: ../raster/r.colors/rules.c:256 #, c-format msgid "** warning: R G B value(s) out of range [0..255]: %d %d %d **\n" msgstr "" #: ../raster/r.colors/rules.c:269 ../raster/r.colors/rules.c:291 #, c-format msgid "** warning: no such value **\n" msgstr "" #: ../raster/r.colors/rules.c:405 #, c-format msgid "%s:line %d:%s\n" msgstr "" #: ../raster/r.colors/rules.c:406 #, c-format msgid "** bad color specification **\n" msgstr "" #: ../raster/r.colors/rules.c:427 #, c-format msgid "%s - unknown color\n" msgstr "" #: ../raster/r.colors/rules.c:428 #, c-format msgid "Valid colors are:\n" msgstr "" #: ../raster/r.composite/main.c:71 msgid "" "Combines red, green and blue map layers into a single composite map layer." msgstr "" #: ../raster/r.composite/main.c:89 #, c-format msgid "Name of raster map layer to be used for <%s>" msgstr "" #: ../raster/r.composite/main.c:100 msgid "Number of levels to be used for each component" msgstr "" #: ../raster/r.composite/main.c:116 #, c-format msgid "Number of levels to be used for <%s>" msgstr "" #: ../raster/r.composite/main.c:126 ../raster/r.cost/main.c:117 #: ../raster/r.water.outlet/main.c:48 msgid "Name of raster map to contain results" msgstr "" #: ../raster/r.composite/main.c:130 msgid "Dither" msgstr "" #: ../raster/r.composite/main.c:134 msgid "Use closest color" msgstr "" #: ../raster/r.compress/main.c:43 msgid "Compresses and decompresses raster files." msgstr "" #: ../raster/r.compress/main.c:51 msgid "Name of existing raster map(s)" msgstr "" #: ../raster/r.compress/main.c:55 msgid "Uncompress the map" msgstr "" #: ../raster/r.contour/main.c:71 msgid "" "Produces a GRASS binary vector map of specified contours from GRASS raster " "map layer." msgstr "" #: ../raster/r.contour/main.c:79 ../raster/r.out.ascii/main.c:70 #: ../raster/r.out.bin/main.c:78 ../raster/r.out.mat/main.c:70 #: ../raster/r.out.pov/main.c:115 ../raster/r.univar2/main.c:64 msgid "Name of an existing raster map" msgstr "" #: ../raster/r.contour/main.c:86 msgid "Name of output vector file" msgstr "" #: ../raster/r.contour/main.c:93 msgid "List of contour levels" msgstr "" #: ../raster/r.contour/main.c:99 msgid "Minimum contour level" msgstr "" #: ../raster/r.contour/main.c:105 msgid "Maximum contour level" msgstr "" #: ../raster/r.contour/main.c:111 msgid "Increment between contour levels" msgstr "" #: ../raster/r.contour/main.c:118 msgid "Minimum number of points for a contour line (0 -> no limit)" msgstr "" #: ../raster/r.contour/main.c:122 msgid "Suppress progress report & min/max information" msgstr "" #: ../raster/r.contour/main.c:126 msgid "Suppress single crossing error messages" msgstr "" #: ../raster/r.cost/main.c:100 msgid "" "Outputs a raster map layer showing the cumulative cost of moving between " "different geographic locations on an input raster map layer whose cell " "category values represent cost." msgstr "" #: ../raster/r.cost/main.c:110 msgid "Name of raster map containing grid cell cost information" msgstr "" #: ../raster/r.cost/main.c:124 msgid "Starting points vector map" msgstr "" #: ../raster/r.cost/main.c:131 msgid "Stop points vector map" msgstr "" #: ../raster/r.cost/main.c:138 msgid "Starting points raster file" msgstr "" #: ../raster/r.cost/main.c:145 msgid "The map E and N grid coordinates of a starting point (E,N)" msgstr "" #: ../raster/r.cost/main.c:152 msgid "The map E and N grid coordinates of a stopping point (E,N)" msgstr "" #: ../raster/r.cost/main.c:161 msgid "An optional maximum cumulative cost" msgstr "" #: ../raster/r.cost/main.c:169 msgid "Cost assigned to null cells. By default, null cells are excluded" msgstr "" #: ../raster/r.cost/main.c:178 msgid "Percent of map to keep in memory" msgstr "" #: ../raster/r.cost/main.c:186 msgid "Use the 'Knight's move'; slower, but more accurate" msgstr "" #: ../raster/r.cost/main.c:190 msgid "Keep null values in output map" msgstr "" #: ../raster/r.cost/main.c:194 msgid "Start with values in raster map" msgstr "" #: ../raster/r.covar/main.c:36 msgid "" "Outputs a covariance/correlation matrix for user-specified raster map layer" "(s)." msgstr "" #: ../raster/r.covar/main.c:45 msgid "Raster map(s) to be read" msgstr "" #: ../raster/r.covar/main.c:49 msgid "Print correlation matrix" msgstr "" #: ../raster/r.cross/main.c:45 msgid "" "Creates a cross product of the category values from multiple raster map " "layers." msgstr "" #: ../raster/r.cross/main.c:55 #, c-format msgid "Names of 2-%d input raster maps" msgstr "" #: ../raster/r.cross/main.c:61 msgid "Name of the resulting map" msgstr "" #: ../raster/r.cross/main.c:72 msgid "Non-zero data only" msgstr "" #: ../raster/r.describe/main.c:40 msgid "Prints terse list of category values found in a raster map layer." msgstr "" #: ../raster/r.describe/main.c:57 msgid "string representing no data cell value" msgstr "" #: ../raster/r.describe/main.c:65 msgid "number of quantization steps" msgstr "" #: ../raster/r.describe/main.c:71 msgid "Print the output one value per line" msgstr "" #: ../raster/r.describe/main.c:75 msgid "Only print the range of the data" msgstr "" #: ../raster/r.describe/main.c:83 msgid "Use the current region" msgstr "" #: ../raster/r.describe/main.c:87 msgid "Read fp map as integer" msgstr "" #: ../raster/r.digit/main.c:26 msgid "" "Interactive tool used to draw and save vector features on a graphics monitor " "using a pointing device (mouse)." msgstr "" #: ../raster/r.distance/main.c:22 msgid "Locates the closest points between objects in two raster maps." msgstr "" #: ../raster/r.distance/parse.c:21 msgid "Maps for computing inter-class distances" msgstr "" #: ../raster/r.distance/parse.c:30 ../raster/r.stats/main.c:90 #: ../vector/v.db.select/main.c:64 msgid "Output field separator" msgstr "" #: ../raster/r.distance/parse.c:34 msgid "Include category labels in the output" msgstr "" #: ../raster/r.drain/main.c:94 msgid "Traces a flow through an elevation model on a raster map layer." msgstr "" #: ../raster/r.drain/main.c:101 ../raster/r.fill.dir/main.c:94 msgid "Name of existing raster map containing elevation surface" msgstr "" #: ../raster/r.drain/main.c:108 msgid "Output drain raster map" msgstr "" #: ../raster/r.drain/main.c:116 msgid "The map E and N grid coordinates of a starting point" msgstr "" #: ../raster/r.drain/main.c:120 msgid "Copy input cell values on output" msgstr "" #: ../raster/r.drain/main.c:124 msgid "Accumulate input values along the path" msgstr "" #: ../raster/r.drain/main.c:128 msgid "Count cell numbers along the path" msgstr "" #: ../raster/r.fill.dir/main.c:86 msgid "" "Filters and generates a depressionless elevation map and a flow direction " "map from a given elevation layer" msgstr "" #: ../raster/r.fill.dir/main.c:101 msgid "Output elevation raster map after filling" msgstr "" #: ../raster/r.fill.dir/main.c:108 msgid "Output direction raster map" msgstr "" #: ../raster/r.fill.dir/main.c:115 msgid "Output raster map of problem areas" msgstr "" #: ../raster/r.fill.dir/main.c:121 msgid "Output aspect direction format (agnps, answers, or grass)" msgstr "" #: ../raster/r.fill.dir/main.c:129 msgid "find unresolved areas only" msgstr "" #: ../raster/r.flow/calc.c:400 msgid "" "lat/long databases not supported by r.flow. Please use 'r.watershed' for " "calculating flow accumulation." msgstr "" #: ../raster/r.grow2/main.c:110 msgid "Generates a raster map layerwith contiguous areas grown by one cell." msgstr "" #: ../raster/r.grow2/main.c:118 msgid "Name of existing input raster file" msgstr "" #: ../raster/r.grow2/main.c:125 ../raster/r.thin/main.c:50 msgid "Name of output raster file" msgstr "" #: ../raster/r.grow2/main.c:131 msgid "Radius of buffer" msgstr "" #: ../raster/r.grow2/main.c:138 msgid "Metric" msgstr "" #: ../raster/r.grow2/main.c:146 msgid "Value to write for input cells which are non-NULL (-1 => NULL)" msgstr "" #: ../raster/r.grow2/main.c:152 msgid "Value to write for \"grown\" cells" msgstr "" #: ../raster/r.grow2/main.c:176 #, c-format msgid "Input file [%s] not found." msgstr "" #: ../raster/r.grow2/main.c:188 #, c-format msgid "Unknown metric: [%s]." msgstr "" #: ../raster/r.grow2/main.c:192 #, c-format msgid "Unable to open input file <%s@%s>." msgstr "" #: ../raster/r.grow2/main.c:198 #, c-format msgid "Unable to open output file <%s>." msgstr "" #: ../raster/r.grow2/main.c:202 #, c-format msgid "Error in reading cats file for <%s>." msgstr "" #: ../raster/r.grow2/main.c:208 #, c-format msgid "Error in reading colr file for <%s>." msgstr "" #: ../raster/r.grow2/main.c:300 #, c-format msgid "Error writing cats file for <%s>." msgstr "" #: ../raster/r.grow2/main.c:304 #, c-format msgid "Error writing colr file for <%s>." msgstr "" #: ../raster/r.his/main.c:64 msgid "" "Generates red, green and blue raster map layers combining hue, intensity, " "and saturation (his) values from user-specified input raster map layers." msgstr "" #: ../raster/r.his/main.c:73 msgid "Name of layer to be used for HUE" msgstr "" #: ../raster/r.his/main.c:80 msgid "Name of layer to be used for INTENSITY" msgstr "" #: ../raster/r.his/main.c:87 msgid "Name of layer to be used for SATURATION" msgstr "" #: ../raster/r.his/main.c:94 msgid "Name of output layer to be used for RED" msgstr "" #: ../raster/r.his/main.c:101 msgid "Name of output layer to be used for GREEN" msgstr "" #: ../raster/r.his/main.c:108 msgid "Name of output layer to be used for BLUE" msgstr "" #: ../raster/r.his/main.c:112 msgid "Respect NULL values while drawing" msgstr "" #: ../raster/r.in.arc/main.c:43 msgid "" "Convert an ESRI ARC/INFO ascii raster file (GRID) into a (binary) raster map " "layer." msgstr "" #: ../raster/r.in.arc/main.c:50 msgid "ARC/INFO ascii raster file (GRID) to be imported" msgstr "" #: ../raster/r.in.arc/main.c:57 ../raster/r.in.ascii/main.c:61 #: ../raster/r.in.bin/main.c:145 ../raster/r.in.gdal/main.c:86 msgid "Name for resultant raster map" msgstr "" #: ../raster/r.in.arc/main.c:66 msgid "Storage type for resultant raster map" msgstr "" #: ../raster/r.in.arc/main.c:73 ../raster/r.in.ascii/main.c:69 #: ../raster/r.in.bin/main.c:153 ../raster/r.in.gdal/main.c:106 #: ../raster/r.in.poly/main.c:39 msgid "Title for resultant raster map" msgstr "" #: ../raster/r.in.arc/main.c:80 ../raster/r.in.ascii/main.c:76 msgid "Multiplier for ascii data" msgstr "" #: ../raster/r.in.ascii/main.c:48 msgid "Convert an ASCII raster text file into a (binary) raster map layer." msgstr "" #: ../raster/r.in.ascii/main.c:54 ../raster3d/r3.in.ascii/main.c:83 msgid "Ascii raster file to be imported" msgstr "" #: ../raster/r.in.ascii/main.c:84 msgid "String representing NULL value data cell" msgstr "" #: ../raster/r.in.ascii/main.c:89 msgid "integer values are imported" msgstr "" #: ../raster/r.in.ascii/main.c:94 msgid "floating point values are imported" msgstr "" #: ../raster/r.in.ascii/main.c:99 msgid "double floating point values are imported" msgstr "" #: ../raster/r.in.ascii/main.c:105 msgid "SURFER (Golden Software) ascii grid file will be imported" msgstr "" #: ../raster/r.in.bin/main.c:112 msgid "Import a binary raster file into a GRASS raster map layer." msgstr "" #: ../raster/r.in.bin/main.c:116 msgid "Signed data (high bit means negative value)" msgstr "" #: ../raster/r.in.bin/main.c:120 msgid "Import as Floating Point Data (default: Integer)" msgstr "" #: ../raster/r.in.bin/main.c:124 msgid "Import as Double Precision Data (default: Integer)" msgstr "" #: ../raster/r.in.bin/main.c:128 msgid "Byte Swap the Data During Import" msgstr "" #: ../raster/r.in.bin/main.c:132 msgid "Get region info from GMT style header" msgstr "" #: ../raster/r.in.bin/main.c:138 msgid "Bin raster file to be imported" msgstr "" #: ../raster/r.in.bin/main.c:160 msgid "Number of bytes per cell (1, 2, 4)" msgstr "" #: ../raster/r.in.bin/main.c:166 msgid "Northern limit of geographic region (outer edge)" msgstr "" #: ../raster/r.in.bin/main.c:172 msgid "Southern limit of geographic region (outer edge)" msgstr "" #: ../raster/r.in.bin/main.c:178 msgid "Eastern limit of geographic region (outer edge)" msgstr "" #: ../raster/r.in.bin/main.c:184 msgid "Western limit of geographic region (outer edge)" msgstr "" #: ../raster/r.in.bin/main.c:190 msgid "Number of rows" msgstr "" #: ../raster/r.in.bin/main.c:196 msgid "Number of columns" msgstr "" #: ../raster/r.in.bin/main.c:202 msgid "Set Value to NULL" msgstr "" #: ../raster/r.in.gdal/main.c:70 msgid "Import GDAL supported raster file into a binary raster map layer." msgstr "" #: ../raster/r.in.gdal/main.c:79 msgid "Raster file to be imported" msgstr "" #: ../raster/r.in.gdal/main.c:93 msgid "Band to select (default is all bands)" msgstr "" #: ../raster/r.in.gdal/main.c:99 msgid "Name of location to read projection from for GCPs transformation" msgstr "" #: ../raster/r.in.gdal/main.c:112 ../vector/v.in.ogr/main.c:157 msgid "Name for new location to create" msgstr "" #: ../raster/r.in.gdal/main.c:116 ../vector/v.in.ogr/main.c:189 msgid "Override projection (use location's projection)" msgstr "" #: ../raster/r.in.gdal/main.c:120 ../vector/v.in.ogr/main.c:193 msgid "Extend location extents based on new dataset" msgstr "" #: ../raster/r.in.gdal/main.c:124 msgid "List supported formats then exit" msgstr "" #: ../raster/r.in.gdal/main.c:128 msgid "Keep band numbers instead of using band color names" msgstr "" #: ../raster/r.in.gridatb/main.c:45 msgid "Imports GRIDATB.FOR map file (TOPMODEL) into GRASS raster map" msgstr "" #: ../raster/r.in.gridatb/main.c:49 ../raster/r.out.gridatb/main.c:59 msgid "GRIDATB i/o map file" msgstr "" #: ../raster/r.in.gridatb/main.c:55 ../raster/r.mode/main.c:48 msgid "Output map" msgstr "" #: ../raster/r.in.mat/main.c:90 msgid "Import a binary MAT-File(v4) to a GRASS raster." msgstr "" #: ../raster/r.in.mat/main.c:99 msgid "Name of an existing MAT-File(v4)" msgstr "" #: ../raster/r.in.mat/main.c:106 msgid "Name for the output raster map (override)" msgstr "" #: ../raster/r.in.mat/main.c:110 ../raster/r.out.mat/main.c:80 msgid "Verbose mode" msgstr "" #: ../raster/r.in.poly/main.c:16 msgid "" "Create raster maps from ascii polygon/line data files in the current " "directory." msgstr "" #: ../raster/r.in.poly/main.c:24 msgid "Input file" msgstr "" #: ../raster/r.in.poly/main.c:32 msgid "Raster output file" msgstr "" #: ../raster/r.in.poly/main.c:46 msgid "Number of rows to hold in memory" msgstr "" #: ../raster/r.info/main.c:49 msgid "Outputs basic information about a user-specified raster map layer." msgstr "" #: ../raster/r.info/main.c:61 ../raster3d/r3.info/main.c:86 msgid "Print range only" msgstr "" #: ../raster/r.info/main.c:65 msgid "Print resolution (NS-res, EW-res) only" msgstr "" #: ../raster/r.info/main.c:69 msgid "Print raster map type only" msgstr "" #: ../raster/r.info/main.c:73 msgid "Print raster map region only" msgstr "" #: ../raster/r.kappa/main.c:28 msgid "" "Calculate error matrix and kappa parameter for accuracy assessment of " "classification result." msgstr "" #: ../raster/r.kappa/main.c:36 msgid "File name of classification result" msgstr "" #: ../raster/r.kappa/main.c:42 msgid "File name of reference classes" msgstr "" #: ../raster/r.kappa/main.c:48 msgid "Name of an output file containing of error matrix and kappa" msgstr "" #: ../raster/r.kappa/main.c:54 msgid "Title for error matrix and kappa" msgstr "" #: ../raster/r.kappa/main.c:59 msgid "wide report, 132 columns (default: 80)" msgstr "" #: ../raster/r.kappa/main.c:63 msgid "quiet" msgstr "" #: ../raster/r.kappa/main.c:67 msgid "no header in the report" msgstr "" #: ../raster/r.kappa/stats.c:12 msgid "Problem reading r.stats output" msgstr "" #: ../raster/r.kappa/stats.c:28 #, c-format msgid "%s: <%s> raster map not found" msgstr "" #: ../raster/r.kappa/stats.c:32 #, c-format msgid "%s: <%s> reference map not found" msgstr "" #: ../raster/r.los/main.c:62 msgid "Line-of-sight raster analysis program." msgstr "" #: ../raster/r.los/main.c:71 msgid "Raster map containing elevation data" msgstr "" #: ../raster/r.los/main.c:78 msgid "Raster map name for storing results" msgstr "" #: ../raster/r.los/main.c:85 msgid "Coordinate identifying the viewing location" msgstr "" #: ../raster/r.los/main.c:91 msgid "Binary (1/0) raster map" msgstr "" #: ../raster/r.los/main.c:99 msgid "Height of the viewing location" msgstr "" #: ../raster/r.los/main.c:107 msgid "Max distance from the viewing point (meters)" msgstr "" #: ../raster/r.median/main.c:30 msgid "" "Finds the median of values in a cover map within areas assigned the same " "category value in a user-specified base map." msgstr "" #: ../raster/r.median/main.c:36 ../raster/r.statistics/main.c:50 msgid "Base raster map" msgstr "" #: ../raster/r.median/main.c:43 ../raster/r.statistics/main.c:57 msgid "Cover raster map" msgstr "" #: ../raster/r.median/main.c:50 msgid "Resultant raster map" msgstr "" #: ../raster/r.mfilter/main.c:34 msgid "Raster file matrix filter." msgstr "" #: ../raster/r.mfilter/main.c:44 ../raster/r.resamp.rst/main.c:171 msgid "Name of the input raster file" msgstr "" #: ../raster/r.mfilter/main.c:52 msgid "Name of the output raster file" msgstr "" #: ../raster/r.mfilter/main.c:59 msgid "Name of the filter file" msgstr "" #: ../raster/r.mfilter/main.c:67 msgid "Number of times to repeat the filter" msgstr "" #: ../raster/r.mfilter/main.c:74 msgid "Output raster file title" msgstr "" #: ../raster/r.mfilter/main.c:90 msgid "Apply filter only to zero data values" msgstr "" #: ../raster/r.mode/main.c:28 msgid "" "Finds the mode of values in a cover map within areas assigned the same " "category value in a user-specified base map." msgstr "" #: ../raster/r.mode/main.c:34 msgid "Base map to be reclassified" msgstr "" #: ../raster/r.mode/main.c:41 msgid "Coverage map" msgstr "" #: ../raster/r.neighbors/main.c:56 msgid "" "Makes each cell category value a function of the category values assigned to " "the cells around it, and stores new cell values in an output raster map " "layer." msgstr "" #: ../raster/r.neighbors/main.c:66 msgid "Name of existing raster file" msgstr "" #: ../raster/r.neighbors/main.c:73 ../raster/r.series/main.c:106 msgid "Name of the new raster file" msgstr "" #: ../raster/r.neighbors/main.c:88 msgid "Neighborhood operation" msgstr "" #: ../raster/r.neighbors/main.c:95 msgid "Neighborhood size" msgstr "" #: ../raster/r.neighbors/main.c:102 msgid "Title of the output raster file" msgstr "" #: ../raster/r.neighbors/main.c:106 msgid "Do not align output with the input" msgstr "" #: ../raster/r.out.arc/main.c:60 msgid "Converts a raster map layer into an ESRI ARCGRID file." msgstr "" #: ../raster/r.out.arc/main.c:69 msgid "Name of an existing raster map layer" msgstr "" #: ../raster/r.out.arc/main.c:76 msgid "Name of an output ARC-GID map (use out=- for stdout)" msgstr "" #: ../raster/r.out.arc/main.c:83 msgid "Number of decimal places" msgstr "" #: ../raster/r.out.arc/main.c:87 ../raster/r.out.ascii/main.c:100 #: ../raster3d/r3.out.ascii/main.c:104 msgid "Suppress printing of header information" msgstr "" #: ../raster/r.out.arc/main.c:92 msgid "List one entry per line instead of full row" msgstr "" #: ../raster/r.out.ascii/main.c:61 msgid "Converts a raster map layer into an ASCII text file." msgstr "" #: ../raster/r.out.ascii/main.c:77 msgid "Name of an output ASCII grid map (use out=- for stdout)" msgstr "" #: ../raster/r.out.ascii/main.c:83 msgid "Number of significant digits (floating point only)" msgstr "" #: ../raster/r.out.ascii/main.c:89 msgid "" "Number of values printed before wrapping a line (only SURFER or MODFLOW " "format)" msgstr "" #: ../raster/r.out.ascii/main.c:96 msgid "String to represent null cell (GRASS grid only)" msgstr "" #: ../raster/r.out.ascii/main.c:104 msgid "Write SURFER (Golden Software) ASCII grid" msgstr "" #: ../raster/r.out.ascii/main.c:108 msgid "Write MODFLOW (USGS) ASCII array" msgstr "" #: ../raster/r.out.ascii/main.c:112 msgid "Force output of integer values" msgstr "" #: ../raster/r.out.bin/main.c:69 msgid "Exports a GRASS raster to a binary array." msgstr "" #: ../raster/r.out.bin/main.c:84 msgid "Name for output binary map (use out=- for stdout)" msgstr "" #: ../raster/r.out.bin/main.c:91 msgid "Value to write out for null" msgstr "" #: ../raster/r.out.bin/main.c:95 ../raster/r.what/main.c:110 msgid "Output integer category values, not cell values" msgstr "" #: ../raster/r.out.bin/main.c:99 msgid "Export Array with GMT compatible header" msgstr "" #: ../raster/r.out.bin/main.c:103 msgid "Generate BIL world and header files" msgstr "" #: ../raster/r.out.bin/main.c:107 msgid "Byte Swap output" msgstr "" #: ../raster/r.out.gridatb/main.c:48 msgid "Exports GRASS raster map to GRIDATB.FOR map file (TOPMODEL)" msgstr "" #: ../raster/r.out.gridatb/main.c:52 msgid "Input map" msgstr "" #: ../raster/r.out.gridatb/main.c:65 msgid "Overwrite output map file" msgstr "" #: ../raster/r.out.mat/main.c:61 msgid "Exports a GRASS raster to a binary MAT-File." msgstr "" #: ../raster/r.out.mat/main.c:76 msgid "Name for the output binary MAT-File" msgstr "" #: ../raster/r.out.mat/main.c:93 ../raster/r.univar2/main.c:87 #, c-format msgid "raster <%s> not found" msgstr "" #: ../raster/r.out.mat/main.c:100 ../raster/r.univar2/main.c:92 #, c-format msgid "unable to open <%s>" msgstr "" #: ../raster/r.out.mpeg/main.c:389 msgid "Raster File Series to MPEG Conversion Program." msgstr "" #: ../raster/r.out.mpeg/main.c:400 ../visualization/xganim/main.c:572 #, c-format msgid "Raster file(s) for View%d" msgstr "" #: ../raster/r.out.mpeg/main.c:410 msgid "Name for output file" msgstr "" #: ../raster/r.out.mpeg/main.c:420 msgid "Quality factor (1 = highest quality, lowest compression)" msgstr "" #: ../raster/r.out.mpeg/main.c:424 msgid "Quiet - suppress progress report" msgstr "" #: ../raster/r.out.mpeg/main.c:428 msgid "" "Convert on the fly, use less disk space\n" "\t(requires r.out.ppm with stdout option)" msgstr "" #: ../raster/r.patch/main.c:39 msgid "" "Creates a composite raster map layer by using known category values from one " "(or more) map layer(s) to fill in areas of \"no data\" in another map layer." msgstr "" #: ../raster/r.patch/main.c:51 msgid "Name of raster maps to be patched together" msgstr "" #: ../raster/r.patch/main.c:58 msgid "Name of the result map" msgstr "" #: ../raster/r.patch/main.c:68 msgid "Use zero (0) for transparency instead of NULL" msgstr "" #: ../raster/r.out.pov/main.c:106 msgid "Converts a raster map layer into a height-field file for POVRAY." msgstr "" #: ../raster/r.out.pov/main.c:121 msgid "Name of output povray file (TGA height field file)" msgstr "" #: ../raster/r.out.pov/main.c:127 msgid "Height-field type (0=actual heights 1=normalized)" msgstr "" #: ../raster/r.out.pov/main.c:133 msgid "Elevation bias" msgstr "" #: ../raster/r.out.pov/main.c:139 ../raster/r.param.scale/interface.c:107 msgid "Vertical scaling factor" msgstr "" #: ../raster/r.out.ppm/main.c:42 msgid "" "Converts a GRASS raster file to a PPM image file at the pixel resolution of " "the CURRENTLY DEFINED REGION." msgstr "" #: ../raster/r.out.ppm/main.c:51 msgid "Raster input map" msgstr "" #: ../raster/r.out.ppm/main.c:60 ../raster/r.out.ppm3/main.c:72 msgid "Name for new PPM file. (use out=- for stdout)" msgstr "" #: ../raster/r.out.ppm/main.c:68 msgid "Output greyscale instead of color" msgstr "" #: ../raster/r.out.ppm3/main.c:47 msgid "" "Converts 3 GRASS raster layers (R,G,B) to a PPM image file at the pixel " "resolution of the CURRENTLY DEFINED REGION." msgstr "" #: ../raster/r.out.ppm3/main.c:53 #, c-format msgid "Name of raster map to be used for <%s>" msgstr "" #: ../raster/r.out.ppm3/main.c:80 msgid "Add comments to describe the region" msgstr "" #: ../raster/r.param.scale/interface.c:46 msgid "" "Extracts terrain parameters from a DEM. Uses a multi-scalar approach by " "taking fitting quadratic parameters to any size window (via least squares)" msgstr "" #: ../raster/r.param.scale/interface.c:64 msgid "Raster surface layer to process" msgstr "" #: ../raster/r.param.scale/interface.c:70 msgid "Output raster layer containing morphometric parameter" msgstr "" #: ../raster/r.param.scale/interface.c:75 msgid "Slope tolerance that defines a 'flat' surface (degrees)" msgstr "" #: ../raster/r.param.scale/interface.c:81 msgid "Curvature tolerance that defines 'planar' surface" msgstr "" #: ../raster/r.param.scale/interface.c:86 #, c-format msgid "Size of processing window (odd number only, max: %i)" msgstr "" #: ../raster/r.param.scale/interface.c:94 msgid "Morphometric parameter in 'size' window to calculate" msgstr "" #: ../raster/r.param.scale/interface.c:101 msgid "Exponent for distance weighting (0.0-4.0)" msgstr "" #: ../raster/r.param.scale/interface.c:113 msgid "Constrain model through central window cell" msgstr "" #: ../raster/r.profile/main.c:56 msgid "Outputs the raster map layer values lying on user-defined line(s)." msgstr "" #: ../raster/r.profile/main.c:72 msgid "Name of file for output (use output=- for stdout)" msgstr "" #: ../raster/r.profile/main.c:80 msgid "Profile Coordinate Pairs" msgstr "" #: ../raster/r.profile/main.c:87 msgid "Resolution along profile (default = current region resolution)" msgstr "" #: ../raster/r.profile/main.c:94 msgid "Character to represent no data cell" msgstr "" #: ../raster/r.profile/main.c:98 msgid "Interactively select End-Points" msgstr "" #: ../raster/r.profile/main.c:103 ../raster/r.transect/main.c:79 msgid "Output easting and northing in first two columns of four column output" msgstr "" #: ../raster/r.proj/main.c:143 msgid "Re-project a raster map from one location to the current location." msgstr "" #: ../raster/r.proj/main.c:149 ../raster/r.surf.idw/main.c:57 msgid "Input raster map" msgstr "" #: ../raster/r.proj/main.c:155 msgid "Location of input map" msgstr "" #: ../raster/r.proj/main.c:161 msgid "Mapset of input map" msgstr "" #: ../raster/r.proj/main.c:167 msgid "Path to GRASS database of input location" msgstr "" #: ../raster/r.proj/main.c:173 ../raster/r.surf.idw/main.c:64 msgid "Output raster map" msgstr "" #: ../raster/r.proj/main.c:183 msgid "Interpolation method to use" msgstr "" #: ../raster/r.proj/main.c:189 msgid "Resolution of output map" msgstr "" #: ../raster/r.proj/main.c:193 msgid "List raster files in input location and exit" msgstr "" #: ../raster/r.proj/main.c:197 msgid "Do not perform region cropping optimization" msgstr "" #: ../raster/r.quant/main.c:27 msgid "This routine produces the quantization file for a floating-point map." msgstr "" #: ../raster/r.quant/main.c:35 msgid "Base map to take quant rules from" msgstr "" #: ../raster/r.quant/main.c:43 msgid "Raster map(s) to be quantized" msgstr "" #: ../raster/r.quant/main.c:48 msgid "Floating point range: dmin,dmax" msgstr "" #: ../raster/r.quant/main.c:56 msgid "Integer range: min,max" msgstr "" #: ../raster/r.quant/main.c:63 msgid "Truncate floating point data" msgstr "" #: ../raster/r.quant/main.c:67 msgid "Round floating point data" msgstr "" #: ../raster/r.random/main.c:36 msgid "" "Creates a raster map layer and vector point map containing randomly located " "sites." msgstr "" #: ../raster/r.random/main.c:51 msgid "The number of points to allocate" msgstr "" #: ../raster/r.random/main.c:58 msgid "Name of the output raster map" msgstr "" #: ../raster/r.random/main.c:65 msgid "Name of the output vector points map" msgstr "" #: ../raster/r.random/main.c:73 msgid "Generate vector points for category zero also" msgstr "" #: ../raster/r.random/main.c:77 msgid "Report information about input raster and exit" msgstr "" #: ../raster/r.random/main.c:81 msgid "Generate vector points as 3D points" msgstr "" #: ../raster/r.random.cells/main.c:33 msgid "Generates random cell values with spatial dependence." msgstr "" #: ../raster/r.random.surface/main.c:30 msgid "Generates random surface(s) with spatial dependence." msgstr "" #: ../raster/r.reclass/main.c:30 msgid "" "Creates a new map layer whose category values are based upon the user's " "reclassification of categories in an existing raster map layer." msgstr "" #: ../raster/r.reclass/main.c:39 msgid "Raster map to be reclassified" msgstr "" #: ../raster/r.reclass/main.c:46 ../raster/r.recode/main.c:40 msgid "Name for the resulting raster map" msgstr "" #: ../raster/r.reclass/main.c:52 ../raster/r.recode/main.c:46 msgid "Title for the resulting raster map" msgstr "" #: ../raster/r.recode/main.c:26 msgid "Recode raster maps." msgstr "" #: ../raster/r.recode/main.c:33 msgid "Raster map to be recoded" msgstr "" #: ../raster/r.recode/main.c:50 msgid "Align the current region to the input map" msgstr "" #: ../raster/r.recode/main.c:54 msgid "Force output to double map type (DCELL)" msgstr "" #: ../raster/r.region/main.c:53 msgid "Sets the boundary definitions for a raster map." msgstr "" #: ../raster/r.region/main.c:71 msgid "Set from current region" msgstr "" #: ../raster/r.region/main.c:86 msgid "Raster map to change" msgstr "" #: ../raster/r.region/main.c:126 msgid "Value for the northern edge" msgstr "" #: ../raster/r.region/main.c:134 msgid "Value for the southern edge" msgstr "" #: ../raster/r.region/main.c:142 msgid "Value for the eastern edge" msgstr "" #: ../raster/r.region/main.c:150 msgid "Value for the western edge" msgstr "" #: ../raster/r.region/main.c:370 #, c-format msgid "invalid region: %s" msgstr "" #: ../raster/r.region/main.c:378 msgid "unable to update boundaries" msgstr "" #: ../raster/r.report/main.c:16 msgid "Reports statistics for raster map layers." msgstr "" #: ../raster/r.report/parse.c:45 msgid "Raster map(s) to report on" msgstr "" #: ../raster/r.report/parse.c:53 msgid "" "mi(les),me(ters),k(ilometers),a(cres),h(ectares),c(ell_counts),p" "(ercent_cover)" msgstr "" #: ../raster/r.report/parse.c:61 msgid "Character representing no data cell value" msgstr "" #: ../raster/r.report/parse.c:67 #, c-format msgid "Page length (default: %d lines)" msgstr "" #: ../raster/r.report/parse.c:74 #, c-format msgid "Page width (default: %d characters)" msgstr "" #: ../raster/r.report/parse.c:81 msgid "Name of an output file to hold the report" msgstr "" #: ../raster/r.report/parse.c:88 ../raster/r.stats/main.c:113 msgid "Number of fp subranges to collect stats from" msgstr "" #: ../raster/r.report/parse.c:92 msgid "Suppress page headers" msgstr "" #: ../raster/r.report/parse.c:96 msgid "Use formfeeds between pages" msgstr "" #: ../raster/r.report/parse.c:104 msgid "Scientific format" msgstr "" #: ../raster/r.report/parse.c:108 msgid "Filter out all no data cells" msgstr "" #: ../raster/r.report/parse.c:112 msgid "Filter out cells where all maps have no data" msgstr "" #: ../raster/r.report/parse.c:116 ../raster/r.stats/main.c:166 msgid "Report for cats fp ranges (fp maps only)" msgstr "" #: ../raster/r.report/parse.c:120 msgid "Read fp map as integer (use map's quant rules" msgstr "" #: ../raster/r.resamp.rst/main.c:161 msgid "" "Reinterpolates and computes topographic analysis from input raster file to a " "new raster file (possibly with different resolution) using regularized " "spline with tension and smoothing." msgstr "" #: ../raster/r.resamp.rst/main.c:177 msgid "Desired east-west resolution" msgstr "" #: ../raster/r.resamp.rst/main.c:183 msgid "Desired north-south resolution" msgstr "" #: ../raster/r.resamp.rst/main.c:190 msgid "Output z-file (elevation)" msgstr "" #: ../raster/r.resamp.rst/main.c:197 msgid "Slope" msgstr "" #: ../raster/r.resamp.rst/main.c:204 msgid "Aspect" msgstr "" #: ../raster/r.resamp.rst/main.c:211 msgid "Profile curvature" msgstr "" #: ../raster/r.resamp.rst/main.c:218 msgid "Tangential curvature" msgstr "" #: ../raster/r.resamp.rst/main.c:225 msgid "Mean curvature" msgstr "" #: ../raster/r.resamp.rst/main.c:229 msgid "Output partial derivatives instead" msgstr "" #: ../raster/r.resamp.rst/main.c:236 msgid "Name of the cell file containing smoothing" msgstr "" #: ../raster/r.resamp.rst/main.c:243 msgid "Name of the raster file used as mask" msgstr "" #: ../raster/r.resamp.rst/main.c:250 msgid "Rows/columns overlap for segmentation" msgstr "" #: ../raster/r.resamp.rst/main.c:257 msgid "Conversion factor for z-values" msgstr "" #: ../raster/r.resamp.rst/main.c:264 msgid "Tension" msgstr "" #: ../raster/r.resamp.rst/main.c:270 msgid "Anisotropy angle (in degrees)" msgstr "" #: ../raster/r.resamp.rst/main.c:276 msgid "Anisotropy scaling factor" msgstr "" #: ../raster/r.resamp.rst/main.c:280 msgid "Use dnorm independent tension" msgstr "" #: ../raster/r.resample/main.c:35 msgid "GRASS raster map layer data resampling capability." msgstr "" #: ../raster/r.resample/main.c:129 #, c-format msgid "Creating support files for %s..." msgstr "" #: ../raster/r.resample/main.c:142 msgid "creating new cats file..." msgstr "" #: ../raster/r.rescale/main.c:35 msgid "Rescales the range of category values in a raster map layer." msgstr "" #: ../raster/r.rescale/main.c:45 ../raster/r.rescale.eq/main.c:46 msgid "The name of the raster map to be rescaled" msgstr "" #: ../raster/r.rescale/main.c:52 ../raster/r.rescale.eq/main.c:53 msgid "The input data range to be rescaled (default: full range of input map)" msgstr "" #: ../raster/r.rescale/main.c:59 ../raster/r.rescale.eq/main.c:60 msgid "The resulting raster map name" msgstr "" #: ../raster/r.rescale/main.c:66 ../raster/r.rescale.eq/main.c:67 msgid "The output data range" msgstr "" #: ../raster/r.rescale/main.c:73 ../raster/r.rescale.eq/main.c:74 msgid "Title for new raster map" msgstr "" #: ../raster/r.rescale.eq/main.c:36 msgid "" "Rescales histogram equalized the range of categoryvalues in a raster map " "layer." msgstr "" #: ../raster/r.series/main.c:89 msgid "" "Makes each output cell value a function of the values assigned to the " "corresponding cells in the input raster map layers." msgstr "" #: ../raster/r.series/main.c:99 msgid "Names of existing raster files" msgstr "" #: ../raster/r.series/main.c:113 msgid "Aggregate operation" msgstr "" #: ../raster/r.series/main.c:121 msgid "Propagate NULLs" msgstr "" #: ../raster/r.slope.aspect/main.c:134 msgid "" "Generates raster map layers of slope, aspect, curvatures and partial " "derivatives from a raster map layer of true elevation values. Aspect is " "calculated counterclockwise from east." msgstr "" #: ../raster/r.slope.aspect/main.c:143 msgid "Raster elevation file name" msgstr "" #: ../raster/r.slope.aspect/main.c:151 msgid "Output slope filename" msgstr "" #: ../raster/r.slope.aspect/main.c:159 msgid "Format for reporting the slope" msgstr "" #: ../raster/r.slope.aspect/main.c:167 msgid "Type of output aspect and slope maps" msgstr "" #: ../raster/r.slope.aspect/main.c:175 msgid "Output aspect filename" msgstr "" #: ../raster/r.slope.aspect/main.c:183 msgid "Output profile curvature filename" msgstr "" #: ../raster/r.slope.aspect/main.c:191 msgid "Output tangential curvature filename" msgstr "" #: ../raster/r.slope.aspect/main.c:199 msgid "Output first order partial derivative dx (E-W slope) filename" msgstr "" #: ../raster/r.slope.aspect/main.c:207 msgid "Output first order partial derivative dy (N-S slope) filename" msgstr "" #: ../raster/r.slope.aspect/main.c:215 msgid "Output second order partial derivative dxx filename" msgstr "" #: ../raster/r.slope.aspect/main.c:223 msgid "Output second order partial derivative dyy filename" msgstr "" #: ../raster/r.slope.aspect/main.c:231 msgid "Output second order partial derivative dxy filename" msgstr "" #: ../raster/r.slope.aspect/main.c:235 msgid "Multiplicative factor to convert elevation units to meters" msgstr "" #: ../raster/r.slope.aspect/main.c:242 msgid "Minimum slope val. (in percent) for which aspect is computed" msgstr "" #: ../raster/r.slope.aspect/main.c:249 msgid "Do not align the current region to the elevation layer" msgstr "" #: ../raster/r.statistics/main.c:43 msgid "Category or object oriented statistics." msgstr "" #: ../raster/r.statistics/main.c:72 msgid "Method of object-based statistic" msgstr "" #: ../raster/r.statistics/main.c:79 msgid "Resultant raster map (not used with 'distribution')" msgstr "" #: ../raster/r.statistics/main.c:84 msgid "Cover values extracted from the category labels of the cover map" msgstr "" #: ../raster/r.stats/main.c:71 msgid "Generates area statistics for raster map layers." msgstr "" #: ../raster/r.stats/main.c:81 msgid "Raster input maps(s)" msgstr "" #: ../raster/r.stats/main.c:98 msgid "String representing no data cell value" msgstr "" #: ../raster/r.stats/main.c:105 msgid "Output file name" msgstr "" #: ../raster/r.stats/main.c:122 msgid "One cell (range) per line" msgstr "" #: ../raster/r.stats/main.c:126 msgid "Print averaged values instead of intervals" msgstr "" #: ../raster/r.stats/main.c:130 msgid "Print area totals" msgstr "" #: ../raster/r.stats/main.c:134 msgid "Print cell counts" msgstr "" #: ../raster/r.stats/main.c:138 msgid "Print APPROXIMATE percents (total percent may not be 100%)" msgstr "" #: ../raster/r.stats/main.c:142 msgid "Print category labels" msgstr "" #: ../raster/r.stats/main.c:150 msgid "Suppress reporting of any NULLs" msgstr "" #: ../raster/r.stats/main.c:154 msgid "Suppress reporting of NULLs when all values are NULL" msgstr "" #: ../raster/r.stats/main.c:158 msgid "Print grid coordinates (east and north)" msgstr "" #: ../raster/r.stats/main.c:162 msgid "Print x and y (column and row)" msgstr "" #: ../raster/r.stats/main.c:170 msgid "Print raw indexes of fp ranges (fp maps only)" msgstr "" #: ../raster/r.stats/main.c:174 msgid "Read fp map as integer (use map's quant rules)" msgstr "" #: ../raster/r.sum/main.c:31 msgid "Sums up the raster cell values." msgstr "" #: ../raster/r.sum/main.c:38 msgid "Name of incidence or density file." msgstr "" #: ../raster/r.sun/main.c:155 msgid "" "Computes direct (beam), diffuse and reflected solar irradiation raster maps " "for given day, latitude, surface and atmospheric conditions. Solar " "parameters (e.g. sunrise, sunset times, declination, extraterrestrial " "irradiance, daylight length) are saved in a local text file. Alternatively, " "a local time can be specified to compute solar incidence angle and/or " "irradiance raster maps. The shadowing effect of the topography is optionally " "incorporated." msgstr "" #: ../raster/r.sun/main.c:183 msgid "Name of the input elevation raster map [meters]" msgstr "" #: ../raster/r.sun/main.c:190 msgid "" "Name of the input aspect map (terrain aspect or azimuth of the solar panel) " "[decimal degrees]" msgstr "" #: ../raster/r.sun/main.c:197 msgid "" "Name of the input slope raster map (terrain slope or solar panel " "inclination) [decimal degrees]" msgstr "" #: ../raster/r.sun/main.c:205 msgid "" "Name of the Linke atmospheric turbidity coefficient input raster map [-]" msgstr "" #: ../raster/r.sun/main.c:214 msgid "A single value of the Linke atmospheric turbidity coefficient [-]" msgstr "" #: ../raster/r.sun/main.c:222 msgid "Name of the ground albedo coefficient input raster map [-]" msgstr "" #: ../raster/r.sun/main.c:230 msgid "A single value of the ground albedo coefficient [-]" msgstr "" #: ../raster/r.sun/main.c:238 msgid "Name of the latitudes input raster map [decimal degrees]" msgstr "" #: ../raster/r.sun/main.c:245 msgid "A single value of latitude [decimal degrees]" msgstr "" #: ../raster/r.sun/main.c:253 msgid "Name of real-sky beam radiation coefficient raster map [-]" msgstr "" #: ../raster/r.sun/main.c:261 msgid "Name of real-sky diffuse radiation coefficient raster map [-]" msgstr "" #: ../raster/r.sun/main.c:268 msgid "Output incidence angle raster map (mode 1 only)" msgstr "" #: ../raster/r.sun/main.c:276 msgid "" "Output beam irradiance [W.m-2] (mode 1) or irradiation raster file [Wh.m-2." "day-1] (mode 2)" msgstr "" #: ../raster/r.sun/main.c:283 msgid "Output insolation time raster map [h] (mode 2 only)" msgstr "" #: ../raster/r.sun/main.c:291 msgid "" "Output diffuse irradiance [W.m-2] (mode 1) or irradiation raster map [Wh.m-2." "day-1] (mode 2)" msgstr "" #: ../raster/r.sun/main.c:299 msgid "" "Output ground reflected irradiance [W.m-2] (mode 1) or irradiation raster " "map [Wh.m-2.day-1] (mode 2)" msgstr "" #: ../raster/r.sun/main.c:305 msgid "No. of day of the year (1-365)" msgstr "" #: ../raster/r.sun/main.c:312 msgid "Time step when computing all-day radiation sums [decimal hours]" msgstr "" #: ../raster/r.sun/main.c:319 msgid "Declination value (overriding the internally computed value) [radians]" msgstr "" #: ../raster/r.sun/main.c:326 msgid "Local (solar) time (to be set for mode 1 only) [decimal hours]" msgstr "" #: ../raster/r.sun/main.c:333 msgid "Sampling distance step coefficient (0.5-1.5)" msgstr "" #: ../raster/r.sun/main.c:338 msgid "Incorporate the shadowing effect of terrain" msgstr "" #: ../raster/r.sunmask/main.c:109 msgid "" "Calculates cast shadow areas from sun position and DEM. Either A: exact sun " "position is specified, or B: date/time to calculate the sun position by r." "sunmask itself." msgstr "" #: ../raster/r.sunmask/main.c:119 msgid "Name of elevation raster map" msgstr "" #: ../raster/r.sunmask/main.c:127 msgid "Output raster map having shadows" msgstr "" #: ../raster/r.sunmask/main.c:134 msgid "A: altitude of the sun above horizon, degrees" msgstr "" #: ../raster/r.sunmask/main.c:141 msgid "A: azimuth of the sun from the north, degrees" msgstr "" #: ../raster/r.sunmask/main.c:147 msgid "B: year (1950..2050)" msgstr "" #: ../raster/r.sunmask/main.c:153 msgid "B: month (0..12)" msgstr "" #: ../raster/r.sunmask/main.c:159 msgid "B: day (0..31)" msgstr "" #: ../raster/r.sunmask/main.c:165 msgid "B: hour (0..24)" msgstr "" #: ../raster/r.sunmask/main.c:171 msgid "B: minutes (0..60)" msgstr "" #: ../raster/r.sunmask/main.c:177 msgid "B: seconds (0..60)" msgstr "" #: ../raster/r.sunmask/main.c:183 msgid "" "B: timezone (east positive, offset from GMT, also use to adjust daylight " "savings)" msgstr "" #: ../raster/r.sunmask/main.c:190 msgid "east coordinate (point of interest, default: map center)" msgstr "" #: ../raster/r.sunmask/main.c:197 msgid "north coordinate (point of interest, default: map center)" msgstr "" #: ../raster/r.sunmask/main.c:201 msgid "Zero is a real elevation" msgstr "" #: ../raster/r.sunmask/main.c:205 msgid "verbose output (also print out sun position etc.)" msgstr "" #: ../raster/r.sunmask/main.c:209 msgid "calculate sun position only and exit" msgstr "" #: ../raster/r.sunmask/main.c:213 msgid "Print the sun position output in shell script style" msgstr "" #: ../raster/r.sunmask/main.c:225 msgid "Using map center coordinates\n" msgstr "" #: ../raster/r.sunmask/main.c:234 msgid "Empty east coordinate specified!" msgstr "" #: ../raster/r.sunmask/main.c:236 msgid "Empty north coordinate specified!" msgstr "" #: ../raster/r.sunmask/main.c:255 msgid "Either define sun position or location/date/time parameters." msgstr "" #: ../raster/r.sunmask/main.c:258 msgid "" "Neither sun position nor east/north, date/time/timezone definition are " "complete." msgstr "" #: ../raster/r.sunmask/main.c:263 #, c-format msgid "Calculating sun position... (using solpos (V. %s) from NREL)\n" msgstr "" #: ../raster/r.sunmask/main.c:268 msgid "" "Using user defined sun azimuth, altitude settings (ignoring eventual other " "values)\n" msgstr "" #: ../raster/r.sunmask/main.c:338 #, c-format msgid " %d.%02d.%02d, daynum %d, time: %02i:%02i:%02i (decimal time: %f)\n" msgstr "" #: ../raster/r.sunmask/main.c:342 #, c-format msgid " long: %f, lat: %f, timezone: %f\n" msgstr "" #: ../raster/r.sunmask/main.c:343 #, c-format msgid "" " Solar position: sun azimuth: %f,\n" " sun angle above horz.(refraction corrected): %f\n" msgstr "" #: ../raster/r.sunmask/main.c:347 #, c-format msgid " Sunrise time (without refraction): %02d:%02d:%02d\n" msgstr "" #: ../raster/r.sunmask/main.c:348 #, c-format msgid " Sunset time (without refraction): %02d:%02d:%02d\n" msgstr "" #: ../raster/r.sunmask/main.c:357 msgid "Please correct settings." msgstr "" #: ../raster/r.sunmask/main.c:374 #, c-format msgid "Time (%02i:%02i:%02i) is before sunrise (%02d:%02d:%02d)!\n" msgstr "" #: ../raster/r.sunmask/main.c:377 #, c-format msgid "Time (%02i:%02i:%02i) is before sunrise!\n" msgstr "" #: ../raster/r.sunmask/main.c:379 ../raster/r.sunmask/main.c:388 msgid "Nothing to calculate. Please verify settings." msgstr "" #: ../raster/r.sunmask/main.c:384 #, c-format msgid "Time (%02i:%02i:%02i) is after sunset (%02d:%02d:%02d)!\n" msgstr "" #: ../raster/r.sunmask/main.c:387 #, c-format msgid "Time (%02i:%02i:%02i) is after sunset!\n" msgstr "" #: ../raster/r.sunmask/main.c:394 msgid "No map calculation requested. Finished.\n" msgstr "" #: ../raster/r.sunmask/main.c:401 msgid "You already know the sun position.\n" msgstr "" #: ../raster/r.sunmask/main.c:409 ../raster/r.sunmask/main.c:411 #, c-format msgid "can't open %s" msgstr "" #: ../raster/r.sunmask/main.c:421 #, c-format msgid "can't open range file for %s" msgstr "" #: ../raster/r.sunmask/main.c:438 msgid "Calculating shadows from DEM..." msgstr "" #: ../raster/r.sunmask/main.c:446 msgid "can't read row in input elevation map" msgstr "" #: ../raster/r.sunmask/main.c:511 msgid "Finished.\n" msgstr "" #: ../raster/r.support/front/check.c:29 #, c-format msgid "Update the statistics (histogram, range) for [%s]? " msgstr "" #: ../raster/r.support/front/check.c:34 #, c-format msgid "" "\n" " Updating statistics for [%s]" msgstr "" #: ../raster/r.support/front/check.c:76 #, c-format msgid "" " Updating the number of categories for [%s]\n" "\n" msgstr "" #: ../raster/r.support/front/front.c:49 msgid "Allows creation and/or modification of raster map layer support files." msgstr "" #: ../raster/r.support/front/front.c:64 #, c-format msgid "Unable to find [%s]." msgstr "" #: ../raster/r.support/front/front.c:70 #, c-format msgid "Edit header for [%s]? " msgstr "" #: ../raster/r.support/front/front.c:72 #, c-format msgid "" "\n" "NOTE: [%s] is a reclass of [%s in %s]" msgstr "" #: ../raster/r.support/front/front.c:83 msgid "Canceling from edit header." msgstr "" #: ../raster/r.support/front/front.c:90 #, c-format msgid "Edit the category file for [%s]? " msgstr "" #: ../raster/r.support/front/front.c:99 #, c-format msgid "Create/Update the color table for [%s]? " msgstr "" #: ../raster/r.support/front/front.c:108 #, c-format msgid "Edit the history file for [%s]? " msgstr "" #: ../raster/r.support/front/front.c:117 #, c-format msgid "" "\n" "The null file for [%s] may indicate that some cells contain\n" " no data. If the null file for [%s] doesn't exist, zero cells in\n" " it are treated by GRASS application programs as no data." msgstr "" #: ../raster/r.support/front/front.c:123 #, c-format msgid "" "\n" "Do you want to create/reset the null file for [%s] so that null cell values " "are considered valid data? " msgstr "" #: ../raster/r.support/front/front.c:131 ../raster/r.support/front/front.c:166 #, c-format msgid "[%s] is a reclass of another map. Exiting." msgstr "" #: ../raster/r.support/front/front.c:143 #, c-format msgid "Writing new null file for [%s]... " msgstr "" #: ../raster/r.support/front/front.c:147 #, c-format msgid "Error writing null row [%d]." msgstr "" #: ../raster/r.support/front/front.c:159 #, c-format msgid "" "\n" "Do you want to delete the null file for [%s]\n" "(all zero cells will then be considered no data)? " msgstr "" #: ../raster/r.support/front/front.c:171 #, c-format msgid "Removing null file for [%s]...\n" msgstr "" #: ../raster/r.support/front/hitreturn.c:15 msgid "" "\n" "Hit RETURN to continue -->" msgstr "" #: ../raster/r.support/modcats/modcats.c:46 msgid "Which vector file needs updated categories?" msgstr "" #: ../raster/r.support/modcats/modcats.c:49 msgid "Which raster file needs updated categories?" msgstr "" #: ../raster/r.support/modcats/modcats.c:53 #: ../raster/r.support/modcats/modcats.c:61 #, c-format msgid "%s file [%s] not found!" msgstr "" #: ../raster/r.support/modcats/modcats.c:73 #: ../raster/r.support/modcats/modcats.c:79 #, c-format msgid "Category file for [%s] not updated." msgstr "" #: ../raster/r.support/modcats/modcats.c:90 #, c-format msgid "Category file for [%s] updated." msgstr "" #: ../raster/r.support/modcolr/modcolr.c:37 msgid "Which raster file needs a color table" msgstr "" #: ../raster/r.support/modcolr/modcolr.c:43 #, c-format msgid "Unable to find file [%s]." msgstr "" #: ../raster/r.support/modcolr/modcolr.c:51 #, c-format msgid "Color table for [%s] updated." msgstr "" #: ../raster/r.support/modhead/ask_format.c:24 #, c-format msgid "Please enter the following information for [%s]:" msgstr "" #: ../raster/r.support/modhead/ask_format.c:29 msgid " Number of rows" msgstr "" #: ../raster/r.support/modhead/ask_format.c:30 msgid " Number of cols" msgstr "" #: ../raster/r.support/modhead/ask_format.c:32 msgid " Number of bytes per cell" msgstr "" #: ../raster/r.support/modhead/ask_format.c:33 msgid " Floating point map" msgstr "" #: ../raster/r.support/modhead/ask_format.c:49 #, c-format msgid "rows * cols * bytes per cell must be same as file size (%ld)" msgstr "" #: ../raster/r.support/modhead/ask_format.c:52 msgid "If you need help figuring them out, just hit ESC" msgstr "" #: ../raster/r.support/modhead/ask_format.c:74 msgid "** Negative values not allowed!" msgstr "" #: ../raster/r.support/modhead/ask_format.c:76 msgid "** Positive values only please!" msgstr "" #: ../raster/r.support/modhead/hitreturn.c:12 msgid "" "\n" "hit RETURN to continue -->" msgstr "" #: ../raster/r.support/modhead/modhead.c:70 #, c-format msgid "Edit header for [%s]\n" msgstr "" #: ../raster/r.support/modhead/modhead.c:73 #, c-format msgid "[%s] cannot be found!" msgstr "" #: ../raster/r.support/modhead/modhead.c:75 msgid "For what layer shall the header file be edited? " msgstr "" #: ../raster/r.support/modhead/modhead.c:85 #, c-format msgid "[%s] is a reclass of [%s] - cannot edit header! Run support on [%s]." msgstr "" #: ../raster/r.support/modhead/modhead.c:89 #, c-format msgid "[%s] is a reclass of [%s in %s] - cannot edit header!" msgstr "" #: ../raster/r.support/modhead/modhead.c:95 #, c-format msgid "Cannot open raster file [%s]!" msgstr "" #: ../raster/r.support/modhead/modhead.c:100 #, c-format msgid "Raster file [%s] is empty." msgstr "" #: ../raster/r.support/modhead/modhead.c:102 #, c-format msgid "Error reading raster file [%s]." msgstr "" #: ../raster/r.support/modhead/modhead.c:191 #, c-format msgid "cellhd compression: %d\n" msgstr "" #: ../raster/r.support/modhead/modhead.c:192 #, c-format msgid "3.0 compression %sindicated\n" msgstr "" #: ../raster/r.support/modhead/modhead.c:194 #, c-format msgid "Pre 3.0 compression %sindicated\n" msgstr "" #: ../raster/r.support/modhead/modhead.c:200 #, c-format msgid "[%s] appears to be compressed. Is it? " msgstr "" #: ../raster/r.support/modhead/modhead.c:207 msgid "Please indicate the type of compression:\n" msgstr "" #: ../raster/r.support/modhead/modhead.c:208 msgid " 1. Pre 3.0 compression\n" msgstr "" #: ../raster/r.support/modhead/modhead.c:209 msgid " 2. 3.0 compression\n" msgstr "" #: ../raster/r.support/modhead/modhead.c:244 #, c-format msgid "The header for [%s] says the file is not compressed. " msgstr "" #: ../raster/r.support/modhead/modhead.c:245 msgid "The file appears to be compressed.\n" msgstr "" #: ../raster/r.support/modhead/modhead.c:246 #: ../raster/r.support/modhead/modhead.c:253 msgid "Most likely the header is wrong, but I want you to decide.\n" msgstr "" #: ../raster/r.support/modhead/modhead.c:251 #, c-format msgid "The header for [%s] says the file is compressed. " msgstr "" #: ../raster/r.support/modhead/modhead.c:252 msgid "The file does NOT appear to be compressed.\n" msgstr "" #: ../raster/r.support/modhead/modhead.c:267 #, c-format msgid "" "Header indicates %d row%s in the cell file, but the actual file format " "indicates %d row%s" msgstr "" #: ../raster/r.support/modhead/modhead.c:299 #, c-format msgid "Unable to write header for [%s]." msgstr "" #: ../raster/r.support/modhead/modhead.c:301 #, c-format msgid "Header for raster file [%s] updated." msgstr "" #: ../raster/r.support/modhist/modhist.c:37 msgid "Which raster file needs an updated history? " msgstr "" #: ../raster/r.support/modhist/modhist.c:43 #, c-format msgid "Raster file [%s] not found. Exiting." msgstr "" #: ../raster/r.support/modhist/modhist.c:48 #, c-format msgid "History file for [%s] updated." msgstr "" #: ../raster/r.support/modhist/modhist.c:50 #, c-format msgid "History file for [%s] not updated." msgstr "" #: ../raster/r.surf.area/main.c:89 msgid "Surface area estimation for rasters." msgstr "" #: ../raster/r.surf.area/main.c:97 msgid "Raster file for surface" msgstr "" #: ../raster/r.surf.area/main.c:104 msgid "Vertical scale" msgstr "" #: ../raster/r.surf.contour/main.c:34 msgid "Surface generation program from rasterized contours." msgstr "" #: ../raster/r.surf.contour/main.c:41 msgid "Name of existing raster map containing contours" msgstr "" #: ../raster/r.surf.contour/main.c:48 msgid "Output elevation raster map" msgstr "" #: ../raster/r.surf.contour/main.c:52 msgid "Invoke fast, but memory intensive operation" msgstr "" #: ../raster/r.surf.fractal/interface.c:33 msgid "" "GRASS module to create a fractal surface of a given fractal dimension. Uses " "spectral synthesis method. Can create intermediate layers showing the build " "up of different spectral coefficients (see Saupe, pp.106-107 for an example " "of this). Use this module to generate naturally looking synthetical " "elevation models (DEM)." msgstr "" #: ../raster/r.surf.fractal/interface.c:54 msgid "Name of fractal surface raster layer" msgstr "" #: ../raster/r.surf.fractal/interface.c:59 msgid "Fractal dimension of surface (2 < D < 3)" msgstr "" #: ../raster/r.surf.fractal/interface.c:65 msgid "Number of intermediate images to produce" msgstr "" #: ../raster/r.surf.gauss/main.c:38 msgid "" "GRASS module to produce a raster map layer of gaussian deviates whose mean " "and standard deviation can be expressed by the user. It uses a gaussian " "random number generator." msgstr "" #: ../raster/r.surf.gauss/main.c:54 ../raster/r.surf.random/main.c:49 msgid "Name of the random surface to be produced" msgstr "" #: ../raster/r.surf.gauss/main.c:59 msgid "Distribution mean" msgstr "" #: ../raster/r.surf.gauss/main.c:64 msgid "Standard deviation" msgstr "" #: ../raster/r.surf.idw/main.c:51 msgid "Surface interpolation utility for raster map layers." msgstr "" #: ../raster/r.surf.idw/main.c:71 ../raster/r.surf.idw2/main.c:65 msgid "Number of interpolation points" msgstr "" #: ../raster/r.surf.idw/main.c:76 msgid "Output is the interpolation error" msgstr "" #: ../raster/r.surf.idw2/main.c:44 msgid "Surface generation program." msgstr "" #: ../raster/r.surf.idw2/main.c:50 ../raster/r.water.outlet/main.c:41 msgid "Name of input raster map" msgstr "" #: ../raster/r.surf.idw2/main.c:57 msgid "Name of output raster map" msgstr "" #: ../raster/r.surf.random/main.c:34 msgid "" "Produces a raster map layer of uniform random deviates whose range can be " "expressed by the user." msgstr "" #: ../raster/r.surf.random/main.c:54 msgid "Minimum random value" msgstr "" #: ../raster/r.surf.random/main.c:59 msgid "Maximum random value" msgstr "" #: ../raster/r.texture/h_measure.c:85 msgid "" "Negative or no data pixel found. This module is not yet able to process no " "data holes in a map, please fill with r.fillnulls or other algorithms." msgstr "" #: ../raster/r.texture/h_measure.c:87 #, c-format msgid "" "Too many categories (found: %i, max: %i). Try to rescale or reclassify the " "map" msgstr "" #: ../raster/r.texture/main.c:72 msgid "Generate images with textural features from a raster map" msgstr "" #: ../raster/r.texture/main.c:81 msgid "Name of the input raster map" msgstr "" #: ../raster/r.texture/main.c:88 msgid "Name of the ouput raster map" msgstr "" #: ../raster/r.texture/main.c:95 msgid "The size of the sliding window (odd and >= 3)" msgstr "" #: ../raster/r.texture/main.c:104 msgid "The distance between two samples (>= 1)" msgstr "" #: ../raster/r.texture/main.c:110 msgid "Normalized" msgstr "" #: ../raster/r.texture/main.c:118 msgid "Angular Second Moment" msgstr "" #: ../raster/r.texture/main.c:122 msgid "Contrast" msgstr "" #: ../raster/r.texture/main.c:126 msgid "Correlation" msgstr "" #: ../raster/r.texture/main.c:130 msgid "Variance" msgstr "" #: ../raster/r.texture/main.c:134 msgid "Inverse Diff Moment" msgstr "" #: ../raster/r.texture/main.c:138 msgid "Sum Average" msgstr "" #: ../raster/r.texture/main.c:142 msgid "Sum Variance" msgstr "" #: ../raster/r.texture/main.c:146 msgid "Sum Entropy" msgstr "" #: ../raster/r.texture/main.c:150 msgid "Entropy" msgstr "" #: ../raster/r.texture/main.c:154 msgid "Difference Variance" msgstr "" #: ../raster/r.texture/main.c:158 msgid "Difference Entropy" msgstr "" #: ../raster/r.texture/main.c:162 msgid "Measure of Correlation-1" msgstr "" #: ../raster/r.texture/main.c:167 msgid "Measure of Correlation-2" msgstr "" #: ../raster/r.texture/main.c:171 msgid "Max Correlation Coeff" msgstr "" #: ../raster/r.thin/main.c:35 msgid "Thins non-zero cells that denote linear features in a raster map layer." msgstr "" #: ../raster/r.timestamp/main.c:20 msgid "Print/add/remove a timestamp for a raster map." msgstr "" #: ../raster/r.timestamp/main.c:34 msgid "Datetime, datetime1/datetime2, or none" msgstr "" #: ../raster/r.to.vect/main.c:28 msgid "Converts a raster map into a vector map layer." msgstr "" #: ../raster/r.to.vect/main.c:36 msgid "raster input file" msgstr "" #: ../raster/r.to.vect/main.c:47 msgid "Feature type" msgstr "" #: ../raster/r.to.vect/main.c:51 msgid "Smooth Corners" msgstr "" #: ../raster/r.to.vect/main.c:55 msgid "Use raster values as categories instead of unique sequence (CELL only)" msgstr "" #: ../raster/r.to.vect/main.c:59 msgid "" "Write raster values as z coordinate. Table is not created. Currently " "supported only for points" msgstr "" #: ../raster/r.topidx/main.c:43 msgid "Creates topographic index, ln(a/tan(beta)), map from elevation map." msgstr "" #: ../raster/r.topidx/main.c:47 msgid "Elevation map" msgstr "" #: ../raster/r.topidx/main.c:54 msgid "Topographic index ln(a/tanB) map" msgstr "" #: ../raster/r.topidx/main.c:61 msgid "Output verbosely" msgstr "" #: ../raster/r.topmodel/main.c:62 msgid "Simulates TOPMODEL which is a physically based hydrologic model." msgstr "" #: ../raster/r.topmodel/main.c:68 msgid "(i) Rectangular elevation map" msgstr "" #: ../raster/r.topmodel/main.c:76 msgid "(i) Basin map created by r.water.outlet" msgstr "" #: ../raster/r.topmodel/main.c:84 msgid "(o) Depressionless elevation map" msgstr "" #: ../raster/r.topmodel/main.c:92 msgid "(o) Direction map with depressionless elevation map" msgstr "" #: ../raster/r.topmodel/main.c:100 msgid "(o) Basin elevation map (extracted)" msgstr "" #: ../raster/r.topmodel/main.c:108 msgid "(o) Topographic index ln(a/tanB) map (extracted)" msgstr "" #: ../raster/r.topmodel/main.c:116 msgid "(i) Number of topographic index classes" msgstr "" #: ../raster/r.topmodel/main.c:124 msgid "(o/i) Topographic index statistics file" msgstr "" #: ../raster/r.topmodel/main.c:131 msgid "(i) TOPMODEL Parameters file" msgstr "" #: ../raster/r.topmodel/main.c:138 msgid "(i) Rainfall and potential evapotranspiration data file" msgstr "" #: ../raster/r.topmodel/main.c:145 msgid "(o) Output file" msgstr "" #: ../raster/r.topmodel/main.c:152 msgid " Observed Q file" msgstr "" #: ../raster/r.topmodel/main.c:159 msgid " output for given time step" msgstr "" #: ../raster/r.topmodel/main.c:166 msgid " output for given topographic index class" msgstr "" #: ../raster/r.topmodel/main.c:175 msgid "Input data given for (o/i)" msgstr "" #: ../raster/r.topmodel/main.c:180 msgid "Overwrite outputs" msgstr "" #: ../raster/r.transect/main.c:34 msgid "" "Outputs raster map layer values lying along user defined transect line(s)." msgstr "" #: ../raster/r.transect/main.c:40 msgid "Raster map to be queried" msgstr "" #: ../raster/r.transect/main.c:58 msgid "Transect definition" msgstr "" #: ../raster/r.transect/main.c:67 ../raster/r.what/main.c:90 #: ../raster3d/r3.out.ascii/main.c:99 msgid "Char string to represent no data cell" msgstr "" #: ../raster/r.univar2/main.c:55 msgid "" "Calculates univariate statistics from the non-null cells of a raster map." msgstr "" #: ../raster/r.univar2/main.c:68 msgid "Quiet mode" msgstr "" #: ../raster/r.univar2/main.c:72 msgid "Print the stats in shell script style" msgstr "" #: ../raster/r.water.outlet/main.c:34 msgid "Watershed basin creation program." msgstr "" #: ../raster/r.water.outlet/main.c:56 msgid "The map E grid coordinates" msgstr "" #: ../raster/r.water.outlet/main.c:64 msgid "The map N grid coordinates" msgstr "" #: ../raster/r.watershed/front/main.c:35 msgid "Watershed basin analysis program." msgstr "" #: ../raster/r.watershed/front/main.c:39 msgid "Input map: elevation on which entire analysis is based" msgstr "" #: ../raster/r.watershed/front/main.c:46 msgid "Input map: locations of real depressions" msgstr "" #: ../raster/r.watershed/front/main.c:53 msgid "Input map: amount of overland flow per cell" msgstr "" #: ../raster/r.watershed/front/main.c:60 msgid "Input map or value: percent of disturbed land, for USLE" msgstr "" #: ../raster/r.watershed/front/main.c:67 msgid "Input map: terrain blocking overland surface flow, for USLE" msgstr "" #: ../raster/r.watershed/front/main.c:74 msgid "Input value: minimum size of exterior watershed basin" msgstr "" #: ../raster/r.watershed/front/main.c:81 msgid "Input value: maximum length of surface flow, for USLE" msgstr "" #: ../raster/r.watershed/front/main.c:88 msgid "Output map: number of cells that drain through each cell" msgstr "" #: ../raster/r.watershed/front/main.c:95 msgid "Output map: drainage direction" msgstr "" #: ../raster/r.watershed/front/main.c:102 msgid "Output map: unique label for each watershed basin" msgstr "" #: ../raster/r.watershed/front/main.c:109 msgid "Output map: stream segments" msgstr "" #: ../raster/r.watershed/front/main.c:116 msgid "Output map: each half-basin is given a unique value" msgstr "" #: ../raster/r.watershed/front/main.c:123 msgid "Output map: useful for visual display of results" msgstr "" #: ../raster/r.watershed/front/main.c:130 msgid "Output map: slope length and steepness (LS) factor for USLE" msgstr "" #: ../raster/r.watershed/front/main.c:137 msgid "Output map: slope steepness (S) factor for USLE" msgstr "" #: ../raster/r.watershed/front/main.c:144 msgid "Enable disk swap memory option: Operation is slow" msgstr "" #: ../raster/r.watershed/front/main.c:148 msgid "Allow only horizontal and vertical flow of water" msgstr "" #: ../raster/r.what/main.c:67 msgid "Queries raster map layers on their category values and category labels." msgstr "" #: ../raster/r.what/main.c:75 msgid "Name of existing raster map(s) to query" msgstr "" #: ../raster/r.what/main.c:82 msgid "Size of point cache" msgstr "" #: ../raster/r.what/main.c:98 msgid "Coordinates for query" msgstr "" #: ../raster/r.what/main.c:102 msgid "Show the category label in the grid cell(s)" msgstr "" #: ../raster/r.what/main.c:106 msgid "Turn on cache reporting" msgstr "" #: ../raster/wildfire/r.ros/main.c:221 msgid "" "Generates three, or four raster map layers showing 1) the base " "(perpendicular) rate of spread (ROS), 2) the maximum (forward) ROS, 3) the " "direction of the maximum ROS, and optionally 4) the maximum potential " "spotting distance." msgstr "" #: ../raster/wildfire/r.ros/main.c:231 msgid "Name of raster map containing fuel MODELs" msgstr "" #: ../raster/wildfire/r.ros/main.c:237 msgid "Name of raster map containing the 1-HOUR fuel MOISTURE (%)" msgstr "" #: ../raster/wildfire/r.ros/main.c:243 msgid "Name of raster map containing the 10-HOUR fuel MOISTURE (%)" msgstr "" #: ../raster/wildfire/r.ros/main.c:249 msgid "Name of raster map containing the 100-HOUR fuel MOISTURE (%)" msgstr "" #: ../raster/wildfire/r.ros/main.c:256 msgid "Name of raster map containing LIVE fuel MOISTURE (%)" msgstr "" #: ../raster/wildfire/r.ros/main.c:262 msgid "Name of raster map containing midflame wind VELOCITYs (ft/min)" msgstr "" #: ../raster/wildfire/r.ros/main.c:268 msgid "Name of raster map containing wind DIRECTIONs (degree)" msgstr "" #: ../raster/wildfire/r.ros/main.c:274 msgid "Name of raster map containing SLOPE (degree)" msgstr "" #: ../raster/wildfire/r.ros/main.c:280 msgid "Name of raster map containing ASPECT (degree, anti-clockwise from E)" msgstr "" #: ../raster/wildfire/r.ros/main.c:286 msgid "Name of raster map containing ELEVATION (m) (required w/ -s)" msgstr "" #: ../raster/wildfire/r.ros/main.c:293 msgid "Name of raster map to contain results (several new layers)" msgstr "" #: ../raster/wildfire/r.ros/main.c:301 msgid "Also produce maximum SPOTTING distance" msgstr "" #: ../raster/wildfire/r.spread/main.c:117 msgid "" "Simulates elliptically anisotropic spread on a graphics window and generates " "a raster map of the cumulative time of spread, given raster maps containing " "the rates of spread (ROS), the ROS directions and the spread origins. It " "optionally produces raster maps to contain backlink UTM coordinates for " "tracing spread paths." msgstr "" #: ../raster/wildfire/r.spread/main.c:128 msgid "Name of raster map containing MAX rate of spread (ROS) (cm/min)" msgstr "" #: ../raster/wildfire/r.spread/main.c:135 msgid "Name of raster map containing DIRections of max ROS (degree)" msgstr "" #: ../raster/wildfire/r.spread/main.c:142 msgid "Name of raster map containing BASE ROS (cm/min)" msgstr "" #: ../raster/wildfire/r.spread/main.c:149 msgid "Name of raster map containing STARTing sources" msgstr "" #: ../raster/wildfire/r.spread/main.c:155 msgid "" "Name of raster map containing max SPOTting DISTance (m) (required w/ -s)" msgstr "" #: ../raster/wildfire/r.spread/main.c:161 msgid "" "Name of raster map containing midflame Wind SPEED (ft/min) (required w/ -s)" msgstr "" #: ../raster/wildfire/r.spread/main.c:167 msgid "" "Name of raster map containing fine Fuel MOISture of the cell receiving a " "spotting firebrand (%) (required w/ -s)" msgstr "" #: ../raster/wildfire/r.spread/main.c:174 msgid "Basic sampling window SIZE needed to meet certain accuracy (3)" msgstr "" #: ../raster/wildfire/r.spread/main.c:180 msgid "Sampling DENSity for additional COMPutin (range: 0.0 - 1.0 (0.5))" msgstr "" #: ../raster/wildfire/r.spread/main.c:186 msgid "INITial TIME for current simulation (0) (min)" msgstr "" #: ../raster/wildfire/r.spread/main.c:192 msgid "Simulating time duration LAG (fill the region) (min)" msgstr "" #: ../raster/wildfire/r.spread/main.c:198 msgid "Name of raster map as a display backdrop" msgstr "" #: ../raster/wildfire/r.spread/main.c:205 msgid "Name of raster map to contain OUTPUT spread time (min)" msgstr "" #: ../raster/wildfire/r.spread/main.c:211 msgid "Name of raster map to contain X_BACK coordiates" msgstr "" #: ../raster/wildfire/r.spread/main.c:217 msgid "Name of raster map to contain Y_BACK coordiates" msgstr "" #: ../raster/wildfire/r.spread/main.c:221 msgid "Run VERBOSELY" msgstr "" #: ../raster/wildfire/r.spread/main.c:225 msgid "DISPLAY 'live' spread process on screen" msgstr "" #: ../raster/wildfire/r.spread/main.c:229 msgid "For wildfires: consider SPOTTING effect" msgstr "" #: ../raster/wildfire/r.spreadpath/main.c:56 msgid "" "Recursively traces the least cost path backwards to cells from which the " "cumulative cost was determined." msgstr "" #: ../raster/wildfire/r.spreadpath/main.c:64 msgid "Name of raster map containing back-path easting information" msgstr "" #: ../raster/wildfire/r.spreadpath/main.c:71 msgid "Name of raster map containing back-path norhting information" msgstr "" #: ../raster/wildfire/r.spreadpath/main.c:78 msgid "The map E and N grid coordinates of starting points" msgstr "" #: ../raster/wildfire/r.spreadpath/main.c:85 msgid "Name of spread path raster map" msgstr "" #: ../raster/wildfire/r.spreadpath/main.c:89 msgid "Run verbosly" msgstr "" #: ../raster3d/r3.in.ascii/main.c:90 msgid "any,grid3,3d raster" msgstr "" #: ../raster3d/r3.in.ascii/main.c:91 msgid "Name for G3d raster map" msgstr "" #: ../raster3d/r3.in.ascii/main.c:100 msgid "String representing NULL value data cell (use 'none' if no such value)" msgstr "" #: ../raster3d/r3.in.ascii/main.c:259 msgid "" "Convert a 3D ASCII raster text file into a (binary) 3D raster map layer " msgstr "" #: ../raster3d/r3.info/main.c:71 msgid "Outputs basic information about a user-specified 3D raster map layer." msgstr "" #: ../raster3d/r3.info/main.c:78 msgid "Name of existing 3dcell map" msgstr "" #: ../raster3d/r3.info/main.c:82 msgid "Print all, inclusive range" msgstr "" #: ../raster3d/r3.info/main.c:94 #, c-format msgid "Cannot find %s" msgstr "" #: ../raster3d/r3.info/main.c:183 ../raster3d/r3.info/main.c:241 #, c-format msgid "Error opening grid3 file [%s]" msgstr "" #: ../raster3d/r3.info/main.c:185 ../raster3d/r3.info/main.c:243 #, c-format msgid "Error reading range for [%s]" msgstr "" #: ../raster3d/r3.mask/mask_main.c:43 msgid "3dcell map with reference values" msgstr "" #: ../raster3d/r3.mask/mask_main.c:51 msgid "List of cell values to be masked out" msgstr "" #: ../raster3d/r3.mask/mask_main.c:87 ../raster3d/r3.out.ascii/main.c:271 #: ../raster3d/r3.out.v5d/main.c:303 ../raster3d/r3.out.vtk/main.c:225 msgid "Requested g3d file not found" msgstr "" #: ../raster3d/r3.mask/mask_main.c:92 msgid "makeMask: error opening map." msgstr "" #: ../raster3d/r3.mask/mask_main.c:102 msgid "makeMask: error opening g3d mask file" msgstr "" #: ../raster3d/r3.mask/mask_main.c:132 ../raster3d/r3.mask/mask_main.c:137 msgid "makeMask: error flushing tiles" msgstr "" #: ../raster3d/r3.mask/mask_main.c:145 msgid "makeMask: error closing g3d mask file" msgstr "" #: ../raster3d/r3.mask/mask_main.c:147 msgid "makeMask: error closing map" msgstr "" #: ../raster3d/r3.mask/mask_main.c:166 msgid "Establishes the current working 3D raster mask." msgstr "" #: ../raster3d/r3.mask/mask_main.c:170 msgid "" "Cannot create mask file: G3D_MASK already exists!\n" " Use 'g.remove rast3d=G3D_MASK' to remove the existing mask." msgstr "" #: ../raster3d/r3.out.ascii/main.c:78 msgid "3dcell map to be converted to ASCII" msgstr "" #: ../raster3d/r3.out.ascii/main.c:84 msgid "Name for ascii output file" msgstr "" #: ../raster3d/r3.out.ascii/main.c:93 msgid "Number of decimal places for floats" msgstr "" #: ../raster3d/r3.out.ascii/main.c:108 msgid "Use G3D mask (if exists) with input map" msgstr "" #: ../raster3d/r3.out.ascii/main.c:258 msgid "Converts a 3D raster map layer into an ASCII text file" msgstr "" #: ../raster3d/r3.out.ascii/main.c:280 ../raster3d/r3.out.vtk/main.c:232 msgid "Error opening g3d file" msgstr "" #: ../raster3d/r3.out.v5d/main.c:68 msgid "3dcell map to be converted to Vis5d (v5d) file" msgstr "" #: ../raster3d/r3.out.v5d/main.c:74 msgid "Name for v5d output file" msgstr "" #: ../raster3d/r3.out.v5d/main.c:144 #, c-format msgid "Viz5D allows %d cols, you have %d cols" msgstr "" #: ../raster3d/r3.out.v5d/main.c:146 #, c-format msgid "Viz5D allows %d rows, you have %d rows" msgstr "" #: ../raster3d/r3.out.v5d/main.c:196 ../vector/v.in.ascii/a2b.c:139 msgid "Out of memory" msgstr "" #: ../raster3d/r3.out.v5d/main.c:256 #, c-format msgid "Error: couldn't create %s" msgstr "" #: ../raster3d/r3.out.v5d/main.c:261 msgid "Error while writing grid. Disk full?" msgstr "" #: ../raster3d/r3.out.v5d/main.c:284 msgid "Export of GRASS 3D raster file to 3-dimensional Vis5D file." msgstr "" #: ../raster3d/r3.out.v5d/main.c:291 msgid "Use map coordinates instead of xyz coordinates" msgstr "" #: ../raster3d/r3.out.vtk/main.c:73 msgid "3dcell map(s) to be converted to VTK-ASCII data format" msgstr "" #: ../raster3d/r3.out.vtk/main.c:79 msgid "Name for VTK-ASCII output file" msgstr "" #: ../raster3d/r3.out.vtk/main.c:85 msgid "Float value to represent no data cell" msgstr "" #: ../raster3d/r3.out.vtk/main.c:92 msgid "Scale factor for elevation" msgstr "" #: ../raster3d/r3.out.vtk/main.c:97 msgid "Use G3D mask (if exists) with input maps" msgstr "" #: ../raster3d/r3.out.vtk/main.c:194 msgid "Converts 3D raster maps (G3D) into the VTK-Ascii format" msgstr "" #: ../vector/v.category/main.c:175 msgid "Too many layers for this operation" msgstr "" #: ../vector/v.category/main.c:178 msgid "2 layers must be specified" msgstr "" #: ../vector/v.category/main.c:182 msgid "Output vector wasn't entered." msgstr "" #: ../vector/v.convert/att.c:30 ../vector/v.convert/old2new.c:27 msgid "Input vector was not found." msgstr "" #: ../vector/v.convert/att.c:36 msgid "No category labels (dig_cats) found, no table created.\n" msgstr "" #: ../vector/v.convert/att.c:41 msgid "Cannot open dig_cats file." msgstr "" #: ../vector/v.convert/att.c:74 ../vector/v.in.ascii/in.c:304 #: ../vector/v.in.ogr/main.c:632 ../vector/v.to.points/main.c:246 #, c-format msgid "Cannot create table: %s" msgstr "" #: ../vector/v.convert/att.c:99 #, c-format msgid "Cannot insert into table: %s" msgstr "" #: ../vector/v.convert/old2new.c:32 msgid "Failed opening input dig file." msgstr "" #: ../vector/v.convert/old2new.c:47 msgid "dig_att file doesn't exist." msgstr "" #: ../vector/v.convert/old2new.c:50 msgid "Failed opening input dig_att file." msgstr "" #: ../vector/v.convert/old2new.c:71 msgid "Attaching categories...\n" msgstr "" #: ../vector/v.convert/old2new.c:89 #, c-format msgid "Failed to attach an attribute (category %d) to a line." msgstr "" #: ../vector/v.convert/old2new.c:92 #, c-format msgid "WARNING: line %d label: %d matched another label: %d." msgstr "" #: ../vector/v.convert/old2new.c:100 msgid "Writing new file...\n" msgstr "" #: ../vector/v.convert/old2new.c:121 #, c-format msgid "%-5d points and lines written to output file.\n" msgstr "" #: ../vector/v.convert/old2new.c:135 #, c-format msgid "%-5d centroids written to output file.\n" msgstr "" #: ../vector/v.convert/read.c:41 msgid "Reading dig file...\n" msgstr "" #: ../vector/v.convert/read.c:75 msgid "Input file is version 3.\n" msgstr "" #: ../vector/v.convert/read.c:78 msgid "Input file is version 4.\n" msgstr "" #: ../vector/v.convert/read.c:87 msgid "Input file is portable.\n" msgstr "" #: ../vector/v.convert/read.c:89 msgid "" "WARNING: Input file is not portable.We will attempt to convert anyway but " "conversion may fail.Please read manual for detail information." msgstr "" #: ../vector/v.convert/read.c:161 #, c-format msgid "%-5d points read to memory\n" msgstr "" #: ../vector/v.convert/read.c:162 #, c-format msgid "%-5d lines read to memory\n" msgstr "" #: ../vector/v.convert/read.c:164 #, c-format msgid "%-5d points read and written to output\n" msgstr "" #: ../vector/v.convert/read.c:165 #, c-format msgid "%-5d lines read and written to output\n" msgstr "" #: ../vector/v.convert/read.c:167 #, c-format msgid "%-5d area boundaries read and written to output\n" msgstr "" #: ../vector/v.convert/read.c:168 #, c-format msgid "%-5d dead points skipped\n" msgstr "" #: ../vector/v.convert/read.c:169 #, c-format msgid "%-5d dead lines skipped\n" msgstr "" #: ../vector/v.convert/read.c:170 #, c-format msgid "%-5d dead area boundaries skipped\n" msgstr "" #: ../vector/v.convert/read.c:171 #, c-format msgid "%-5d elements of unknown type skipped\n" msgstr "" #: ../vector/v.convert/read.c:173 #, c-format msgid "%-5d elements read to memory.\n" msgstr "" #: ../vector/v.convert/read.c:212 msgid "Reading dig_att file...\n" msgstr "" #: ../vector/v.convert/read.c:220 #, c-format msgid "Error: %s" msgstr "" #: ../vector/v.convert/read.c:241 #, c-format msgid "Unknown type: %c" msgstr "" #: ../vector/v.convert/read.c:260 #, c-format msgid "%-5d point categories read\n" msgstr "" #: ../vector/v.convert/read.c:261 #, c-format msgid "%-5d line categories read\n" msgstr "" #: ../vector/v.convert/read.c:262 #, c-format msgid "%-5d centroids read\n" msgstr "" #: ../vector/v.convert/read.c:263 #, c-format msgid "%-5d dead point categories skipped\n" msgstr "" #: ../vector/v.convert/read.c:264 #, c-format msgid "%-5d dead line categories skipped\n" msgstr "" #: ../vector/v.convert/read.c:265 #, c-format msgid "%-5d dead centroids skipped\n" msgstr "" #: ../vector/v.convert/read.c:266 #, c-format msgid "%-5d categories of unknown type skipped\n" msgstr "" #: ../vector/v.convert/read.c:268 #, c-format msgid "%-5d categories read into memory.\n" msgstr "" #: ../vector/v.convert/type.c:29 #, c-format msgid "SYSTEM_ERROR: OLD_T_NEW Got a bad type code %x" msgstr "" #: ../vector/v.convert/type.c:50 #, c-format msgid "SYSTEM_ERROR: NEW_T_OLD Got a bad type code %x" msgstr "" #: ../vector/v.db.connect/main.c:51 msgid "Prints/sets DB connection for a vector map" msgstr "" #: ../vector/v.db.connect/main.c:61 msgid "Driver name" msgstr "" #: ../vector/v.db.connect/main.c:70 msgid "Database name" msgstr "" #: ../vector/v.db.connect/main.c:78 msgid "Table name" msgstr "" #: ../vector/v.db.connect/main.c:86 msgid "Key name (must refer to an integer column)" msgstr "" #: ../vector/v.db.connect/main.c:92 msgid "Print current connection parameters and exit" msgstr "" #: ../vector/v.db.connect/main.c:96 msgid "" "Print current connection parameters and exit (shell script style)\n" "\tformat: layer[/layer name] table key database driver" msgstr "" #: ../vector/v.db.connect/main.c:101 msgid "Print types/names of table columns for specified layer and exit" msgstr "" #: ../vector/v.db.connect/main.c:105 msgid "Overwrite connection parameter for certain layer" msgstr "" #: ../vector/v.db.connect/main.c:109 msgid "Delete connection for certain layer (not the table)" msgstr "" #: ../vector/v.db.select/main.c:46 msgid "Print vector attributes" msgstr "" #: ../vector/v.db.select/main.c:56 msgid "Attribute column(s)" msgstr "" #: ../vector/v.db.select/main.c:71 msgid "Output vertical record separator" msgstr "" #: ../vector/v.db.select/main.c:77 msgid "Null value indicator" msgstr "" #: ../vector/v.db.select/main.c:81 msgid "Do not include column names in output" msgstr "" #: ../vector/v.db.select/main.c:85 msgid "Vertical output (instead of horizontal)" msgstr "" #: ../vector/v.db.select/main.c:100 ../vector/v.out.ogr/main.c:171 #, c-format msgid "Could not find input vector map <%s>" msgstr "" #: ../vector/v.db.select/main.c:125 msgid "Cannot open select cursor" msgstr "" #: ../vector/v.db.select/main.c:143 ../vector/v.out.ogr/main.c:479 msgid "Cannot fetch data" msgstr "" #: ../vector/v.db.select/main.c:173 ../vector/v.in.ascii/in.c:240 #: ../vector/v.in.ogr/main.c:625 ../vector/v.label/main.c:222 #: ../vector/v.surf.idw/read_sites.c:38 ../vector/v.to.points/main.c:239 #, c-format msgid "Cannot open database %s by driver %s" msgstr "" #: ../vector/v.in.ascii/head.c:53 #, c-format msgid "Unknown keyword [%s] in vector head." msgstr "" #: ../vector/v.in.ascii/in.c:30 msgid "Convert GRASS ascii file or points file to binary vector." msgstr "" #: ../vector/v.in.ascii/in.c:40 msgid "" "ASCII file to be converted to binary vector file, if not given reads from " "standard input" msgstr "" #: ../vector/v.in.ascii/in.c:51 msgid "Output format" msgstr "" #: ../vector/v.in.ascii/in.c:57 msgid "Field separator" msgstr "" #: ../vector/v.in.ascii/in.c:67 msgid "" "Number of header lines to skip at top of input file (written to map history)" msgstr "" #: ../vector/v.in.ascii/in.c:75 msgid "" "Columns definition for points mode in SQL style, for example:\n" "'x double precision, y double precision, cat int, name varchar(10)'" msgstr "" #: ../vector/v.in.ascii/in.c:85 msgid "" "Number of column used as x coordinate (first column is 1) for points mode" msgstr "" #: ../vector/v.in.ascii/in.c:94 msgid "" "Number of column used as y coordinate (first column is 1) for points mode" msgstr "" #: ../vector/v.in.ascii/in.c:103 msgid "" "Number of column used as z coordinate (first column is 1) for points mode. " "If 0, z coordinate is not used." msgstr "" #: ../vector/v.in.ascii/in.c:113 msgid "" "Number of column used as category (first column is 1) for points mode. If 0, " "unique category is assigned to each row and written to new column 'cat'." msgstr "" #: ../vector/v.in.ascii/in.c:118 msgid "Create 3D file" msgstr "" #: ../vector/v.in.ascii/in.c:122 msgid "Do not create table in points mode" msgstr "" #: ../vector/v.in.ascii/in.c:126 msgid "Create a new empty map and exit. Nothing is read from input." msgstr "" #: ../vector/v.in.ascii/in.c:130 msgid "Don't expect a header when reading in standard format" msgstr "" #: ../vector/v.in.ascii/in.c:143 msgid "Please specify reasonable number of lines to skip." msgstr "" #: ../vector/v.in.ascii/in.c:146 msgid "Please specify z column." msgstr "" #: ../vector/v.in.ascii/in.c:153 msgid "Please specify reasonable z column." msgstr "" #: ../vector/v.in.ascii/in.c:160 #, c-format msgid "Could not open ascii file [%s]" msgstr "" #: ../vector/v.in.ascii/in.c:198 #, c-format msgid "Can't open temp file %s" msgstr "" #: ../vector/v.in.ascii/in.c:211 msgid "" "x column number > minimum last column number\n" "(incorrect field separator?)" msgstr "" #: ../vector/v.in.ascii/in.c:213 msgid "" "y column number > minimum last column number\n" "(incorrect field separator?)" msgstr "" #: ../vector/v.in.ascii/in.c:215 msgid "" "z column number > minimum last column number\n" "(incorrect field separator?)" msgstr "" #: ../vector/v.in.ascii/in.c:217 msgid "" "cat column number > minimum last column number\n" "(incorrect field separator?)" msgstr "" #: ../vector/v.in.ascii/in.c:219 msgid "x column is not of number type" msgstr "" #: ../vector/v.in.ascii/in.c:220 msgid "y column is not of number type" msgstr "" #: ../vector/v.in.ascii/in.c:221 msgid "z column is not of number type" msgstr "" #: ../vector/v.in.ascii/in.c:222 msgid "cat column is not of number type" msgstr "" #: ../vector/v.in.ascii/in.c:259 msgid "Category column is not of integer type" msgstr "" #: ../vector/v.in.ascii/in.c:309 ../vector/v.in.ogr/main.c:639 #: ../vector/v.to.points/main.c:253 #, c-format msgid "Cannot grant privileges on table %s" msgstr "" #: ../vector/v.in.ascii/in.c:320 ../vector/v.out.ogr/main.c:241 #, c-format msgid "Cannot describe table %s" msgstr "" #: ../vector/v.in.ascii/in.c:325 #, c-format msgid "" "Number of columns defined (%d) does not match number of columns (%d) in " "input." msgstr "" #: ../vector/v.in.ascii/in.c:349 #, c-format msgid "Column %d defined as double has only integer values" msgstr "" #: ../vector/v.in.ascii/in.c:351 #, c-format msgid "Column %d defined as string has only integer values" msgstr "" #: ../vector/v.in.ascii/in.c:356 #, c-format msgid "Column %d defined as integer has double values" msgstr "" #: ../vector/v.in.ascii/in.c:358 #, c-format msgid "Column %d defined as string has double values" msgstr "" #: ../vector/v.in.ascii/in.c:363 #, c-format msgid "Column %d defined as integer has string values" msgstr "" #: ../vector/v.in.ascii/in.c:365 #, c-format msgid "Column %d defined as double has string values" msgstr "" #: ../vector/v.in.ascii/in.c:368 #, c-format msgid "Length of column %d (%d) is less than maximum value length (%d)" msgstr "" #: ../vector/v.in.ascii/in.c:386 ../vector/v.in.ogr/main.c:636 #: ../vector/v.to.points/main.c:250 msgid "Cannot create index" msgstr "" #: ../vector/v.in.ogr/main.c:91 #, c-format msgid "Convert OGR vectors to GRASS. Available drivers:\n" msgstr "" #: ../vector/v.in.ogr/main.c:107 ../vector/v.out.ogr/main.c:97 msgid "" "OGR datasource name.\n" "\t\tESRI Shapefile: directory containing shapefiles\n" "\t\tMapInfo File: directory containing mapinfo files" msgstr "" #: ../vector/v.in.ogr/main.c:118 msgid "" "OGR layer name. If not given, all available layers are imported.\n" "\t\tESRI Shapefile: shapefile name\n" "\t\tMapInfo File: mapinfo file name" msgstr "" #: ../vector/v.in.ogr/main.c:127 msgid "Import subregion only (xmin,ymin,xmax,ymax - usually W,S,E,N)" msgstr "" #: ../vector/v.in.ogr/main.c:134 msgid "" "Minimum size of area to be imported (square units). Smaller areas and " "islands are ignored. Should be greater than snap^2" msgstr "" #: ../vector/v.in.ogr/main.c:140 msgid "" "Optionaly change default input type:\n" "\t point -> import area centroids as points\n" "\t line -> import area boundaries as centroids\n" "\t boundary -> import lines as area boundaries\n" "\t centroid -> import points as centroids" msgstr "" #: ../vector/v.in.ogr/main.c:151 msgid "Snapping threshold for boundaries. -1 for no snap" msgstr "" #: ../vector/v.in.ogr/main.c:164 msgid "" "List of column names to be used instead of original names, first is used for " "category column" msgstr "" #: ../vector/v.in.ogr/main.c:169 msgid "List available layers in data source and exit" msgstr "" #: ../vector/v.in.ogr/main.c:173 msgid "List available formats and exit" msgstr "" #: ../vector/v.in.ogr/main.c:177 msgid "Do not clean polygons" msgstr "" #: ../vector/v.in.ogr/main.c:181 ../vector/v.random/main.c:114 msgid "Create 3D output" msgstr "" #: ../vector/v.in.ogr/main.c:185 msgid "Do not create attribute table" msgstr "" #: ../vector/v.in.ogr/main.c:207 #, c-format msgid "The vector '%s' already exists." msgstr "" #: ../vector/v.in.ogr/main.c:245 #, c-format msgid "Cannot open data source: %s" msgstr "" #: ../vector/v.in.ogr/main.c:290 #, c-format msgid "Layer '%s' not available" msgstr "" #: ../vector/v.in.ogr/main.c:313 msgid " 4 parameters required for 'spatial' parameter." msgstr "" #: ../vector/v.in.ogr/main.c:372 msgid "" "Unable to convert input map projection to GRASS format; cannot create new " "location." msgstr "" #: ../vector/v.in.ogr/main.c:385 msgid "" "Unable to convert input map projection information to GRASS format for " "checking" msgstr "" #: ../vector/v.in.ogr/main.c:479 #, c-format msgid "" "\n" "You can use the -o flag to %s to override this check.\n" msgstr "" #: ../vector/v.in.ogr/main.c:482 msgid "" "Consider to generate a new location with 'location' parameter from input " "data set.\n" msgstr "" #: ../vector/v.in.ogr/main.c:487 #, c-format msgid "" "Projection of input dataset and current location appear to match.\n" "Proceeding with import...\n" msgstr "" #: ../vector/v.in.ogr/main.c:578 #, c-format msgid "Column name changed: '%s' -> '%s'" msgstr "" #: ../vector/v.in.ogr/main.c:597 ../vector/v.in.ogr/main.c:613 #, c-format msgid "Writing column <%s> with fixed length 40 chars (may be truncated)" msgstr "" #: ../vector/v.in.ogr/main.c:605 #, c-format msgid "" "Width for column '%s' set to 255 (was not specified by OGR), some strings " "may be truncated!" msgstr "" #: ../vector/v.in.ogr/main.c:615 #, c-format msgid "Column type not supported (%s)" msgstr "" #: ../vector/v.in.ogr/main.c:696 ../vector/v.to.points/main.c:54 #, c-format msgid "Cannot insert new row: %s" msgstr "" #: ../vector/v.in.ogr/main.c:710 #, c-format msgid "%d %s without geometry" msgstr "" #: ../vector/v.in.ogr/main.c:730 msgid "Cleaning polygons, result is not guaranteed!\n" msgstr "" #: ../vector/v.in.ogr/main.c:810 ../vector/v.voronoi/dt_main.c:119 msgid "Cannot calculate area centroid" msgstr "" #: ../vector/v.in.ogr/main.c:883 #, c-format msgid "" "%d areas represent more (overlapping) features, because polygons overlap in " "input layer(s). Such areas are linked to more than 1 row in attribute table. " "The number of features for those areas is stored as category in layer %d" msgstr "" #: ../vector/v.in.ogr/main.c:889 #, c-format msgid "%d input polygons\n" msgstr "" #: ../vector/v.in.ogr/main.c:913 msgid "" "Input data contains 3D features. Created vector is 2D only, use -z flag to " "import 3D vector." msgstr "" #: ../vector/v.in.region/main.c:46 msgid "Select type: line or area" msgstr "" #: ../vector/v.info/main.c:61 msgid "Outputs basic information about a user-specified vector map layer." msgstr "" #: ../vector/v.info/main.c:70 msgid "Print vector history instead of info" msgstr "" #: ../vector/v.info/main.c:74 msgid "Print types/names of table columns for specified layer instead of info" msgstr "" #: ../vector/v.info/main.c:78 msgid "Print vector map region only" msgstr "" #: ../vector/v.kernel/main.c:58 #, c-format msgid "\tScore Value=%f\tsmoothing parameter (standard deviation)=%f" msgstr "" #: ../vector/v.kernel/main.c:94 msgid "" "Generates a raster density map from vector points data using a moving 2D " "isotropic Gaussian kernel or optionally generates a vector density map on " "vector network with a 1D kernel" msgstr "" #: ../vector/v.kernel/main.c:98 msgid "Input vector with training points" msgstr "" #: ../vector/v.kernel/main.c:102 msgid "Input network vector" msgstr "" #: ../vector/v.kernel/main.c:109 msgid "output raster/vector map" msgstr "" #: ../vector/v.kernel/main.c:115 msgid "stddeviation in map units" msgstr "" #: ../vector/v.kernel/main.c:121 msgid "discretization error in map units" msgstr "" #: ../vector/v.kernel/main.c:128 msgid "maximum length of segment on network" msgstr "" #: ../vector/v.kernel/main.c:135 msgid "maximum distance from point to network" msgstr "" #: ../vector/v.kernel/main.c:142 msgid "multiply the density result by this number" msgstr "" #: ../vector/v.kernel/main.c:147 msgid "" "Try to calculate an optimal standard deviation with 'stddeviation' taken as " "maximum (experimental)" msgstr "" #: ../vector/v.kernel/main.c:151 msgid "Only calculate optimal standard deviation and exit (no map is written)" msgstr "" #: ../vector/v.kernel/main.c:184 #, c-format msgid "Could not find input map '%s'." msgstr "" #: ../vector/v.kernel/main.c:199 #, c-format msgid "Could not find network input map '%s'." msgstr "" #: ../vector/v.kernel/main.c:219 #, c-format msgid "%d points outside threshold" msgstr "" #: ../vector/v.kernel/main.c:224 #, c-format msgid "illegal file name [%s]." msgstr "" #: ../vector/v.kernel/main.c:228 #, c-format msgid "error opening raster map [%s]." msgstr "" #: ../vector/v.kernel/main.c:244 #, c-format msgid "" "Automatic choose of smoothing parameter (standard deviation), maximum " "possible value of standard deviation is was set to %f" msgstr "" #: ../vector/v.kernel/main.c:251 #, c-format msgid "Using maximum distance between points: %f" msgstr "" #: ../vector/v.kernel/main.c:263 #, c-format msgid "Number of input points: %d." msgstr "" #: ../vector/v.kernel/main.c:264 #, c-format msgid "%d distances read from the map." msgstr "" #: ../vector/v.kernel/main.c:267 #, c-format msgid "" "distances between all points are beyond %e (4 * standard deviation) cannot " "calculate optimal value." msgstr "" #: ../vector/v.kernel/main.c:277 #, c-format msgid "Optimal smoothing parameter (standard deviation): %f." msgstr "" #: ../vector/v.kernel/main.c:299 #, c-format msgid "" "\n" "Writing output vector file using smooth parameter=%f." msgstr "" #: ../vector/v.kernel/main.c:300 ../vector/v.kernel/main.c:364 #, c-format msgid "" "\n" "Normalising factor=%f." msgstr "" #: ../vector/v.kernel/main.c:363 #, c-format msgid "" "\n" "Writing output raster file using smooth parameter=%f." msgstr "" #: ../vector/v.kernel/main.c:371 msgid "unable to read MASK" msgstr "" #: ../vector/v.kernel/main.c:395 #, c-format msgid "Maximum value in output: %e." msgstr "" #: ../vector/v.label/main.c:61 msgid "Create paint labels for GRASS vector file and attached attributes." msgstr "" #: ../vector/v.label/main.c:75 msgid "Name of attribute column to be used for labels" msgstr "" #: ../vector/v.label/main.c:79 msgid "Create labels along lines" msgstr "" #: ../vector/v.label/main.c:83 msgid "Name for new paint-label file" msgstr "" #: ../vector/v.label/main.c:89 msgid "Offset label in x-direction" msgstr "" #: ../vector/v.label/main.c:95 msgid "Offset label in y-direction" msgstr "" #: ../vector/v.label/main.c:101 msgid "Reference position" msgstr "" #: ../vector/v.label/main.c:115 msgid "Label size (in map-units)" msgstr "" #: ../vector/v.label/main.c:121 msgid "Label size (in points)" msgstr "" #: ../vector/v.label/main.c:128 msgid "Text color" msgstr "" #: ../vector/v.label/main.c:135 msgid "Border width (only for ps.map output)" msgstr "" #: ../vector/v.label/main.c:141 msgid "Highlight color for text (only for ps.map output)" msgstr "" #: ../vector/v.label/main.c:148 msgid "Line width of highlight color (only for ps.map output)" msgstr "" #: ../vector/v.label/main.c:154 msgid "Background color" msgstr "" #: ../vector/v.label/main.c:161 msgid "Border color" msgstr "" #: ../vector/v.label/main.c:169 msgid "Opaque to vector (only relevant if background color is selected)" msgstr "" #: ../vector/v.label/main.c:176 msgid "Space between letters (in map-units)" msgstr "" #: ../vector/v.label/main.c:203 msgid "Too many parameters for " msgstr "" #: ../vector/v.label/main.c:219 msgid "Cannot get layer info for vector map" msgstr "" #: ../vector/v.label/main.c:233 msgid "Cannot read vector" msgstr "" #: ../vector/v.label/main.c:248 msgid "Cannot select attribute." msgstr "" #: ../vector/v.label/main.c:252 #, c-format msgid "No database record for category %d" msgstr "" #: ../vector/v.out.ogr/main.c:84 msgid "Convert to one of the supported OGR vector formats." msgstr "" #: ../vector/v.out.ogr/main.c:90 msgid "" "Feature type. Possible combinations of more types: point,centroid or line," "boundary." msgstr "" #: ../vector/v.out.ogr/main.c:105 msgid "" "OGR layer name.\n" "\t\tESRI Shapefile: shapefile name\n" "\t\tMapInfo File: mapinfo file name" msgstr "" #: ../vector/v.out.ogr/main.c:119 msgid "OGR format." msgstr "" #: ../vector/v.out.ogr/main.c:127 msgid "OGR dataset creation option (format specific, NAME=VALUE)" msgstr "" #: ../vector/v.out.ogr/main.c:135 msgid "OGR layer creation option (format specific, NAME=VALUE)" msgstr "" #: ../vector/v.out.ogr/main.c:139 msgid "" "Export features with category (labeled) only. Otherwise all features are " "exported" msgstr "" #: ../vector/v.out.ogr/main.c:144 msgid "Use ESRI-style .prj file format (applies to SHAPE output only)" msgstr "" #: ../vector/v.out.ogr/main.c:157 msgid "The combination of types is not allowed." msgstr "" #: ../vector/v.out.ogr/main.c:205 #, c-format msgid "Driver %s not found" msgstr "" #: ../vector/v.out.ogr/main.c:210 #, c-format msgid "Cannot open OGR data source '%s'" msgstr "" #: ../vector/v.out.ogr/main.c:215 msgid "Cannot create layer" msgstr "" #: ../vector/v.out.ogr/main.c:224 msgid "No attribute table found -> using only category numbers as attributes" msgstr "" #: ../vector/v.out.ogr/main.c:278 #, c-format msgid "Key column '%s' not found" msgstr "" #: ../vector/v.out.ogr/main.c:290 #, c-format msgid "" "%d Point(s) found, but not requested to be exported. Verify 'type' parameter." msgstr "" #: ../vector/v.out.ogr/main.c:293 #, c-format msgid "" "%d Line(s) found, but not requested to be exported. Verify 'type' parameter." msgstr "" #: ../vector/v.out.ogr/main.c:296 #, c-format msgid "" "%d Boundary(ies) found, but not requested to be exported. Verify 'type' " "parameter." msgstr "" #: ../vector/v.out.ogr/main.c:299 #, c-format msgid "" "%d Centroid(s) found, but not requested to be exported. Verify 'type' " "parameter." msgstr "" #: ../vector/v.out.ogr/main.c:302 #, c-format msgid "" "%d Areas found, but not requested to be exported. Verify 'type' parameter." msgstr "" #: ../vector/v.out.ogr/main.c:477 #, c-format msgid "Cannot select attributes for cat = %d" msgstr "" #: ../vector/v.random/main.c:83 msgid "Randomly generate a 2D/3D GRASS vector points map." msgstr "" #: ../vector/v.random/main.c:90 msgid "vector file to be created" msgstr "" #: ../vector/v.random/main.c:96 msgid "number of points to be created" msgstr "" #: ../vector/v.random/main.c:102 msgid "minimum z height (needs -z flag)" msgstr "" #: ../vector/v.random/main.c:109 msgid "maximum z height (needs -z flag)" msgstr "" #: ../vector/v.random/main.c:118 msgid "Use drand48() function (default=rand() )" msgstr "" #: ../vector/v.random/main.c:128 #, c-format msgid "%s given an illegal number of sites [%d]" msgstr "" #: ../vector/v.surf.idw/read_sites.c:34 msgid "Cannot read field info" msgstr "" #: ../vector/v.surf.idw/read_sites.c:45 msgid "Column type not supported" msgstr "" #: ../vector/v.surf.idw/read_sites.c:48 msgid "Cannot select data from table" msgstr "" #: ../vector/v.surf.idw/read_sites.c:50 #, c-format msgid "%d records selected from table" msgstr "" #: ../vector/v.surf.idw/read_sites.c:80 #, c-format msgid "No record for line (cat = %d)" msgstr "" #: ../vector/v.surf.idw/read_sites.c:92 #, c-format msgid "%d points loaded\n" msgstr "" #: ../vector/v.to.points/main.c:152 msgid "Create points along input lines." msgstr "" #: ../vector/v.to.points/main.c:155 msgid "Input map containing lines" msgstr "" #: ../vector/v.to.points/main.c:161 msgid "Output map where points will be written" msgstr "" #: ../vector/v.to.points/main.c:170 msgid "Write line vertices." msgstr "" #: ../vector/v.to.points/main.c:174 msgid "Interpolate points between line vertices." msgstr "" #: ../vector/v.to.points/main.c:181 msgid "Maximum distance between points in map units." msgstr "" #: ../vector/v.to.points/main.c:185 msgid "Do not create attribute table." msgstr "" #: ../vector/v.to.points/main.c:203 #, c-format msgid "Could not find input %s\n" msgstr "" #: ../vector/v.to.points/main.c:229 ../vector/v.voronoi/vo_main.c:298 msgid "Cannot copy table" msgstr "" #: ../vector/v.to.points/main.c:324 #, c-format msgid "%d points written to output map\n" msgstr "" #: ../vector/v.to.rast/main.c:19 msgid "Converts a binary GRASS vector map layer into a GRASS raster map layer." msgstr "" #: ../vector/v.to.rast/main.c:28 msgid "vector input file" msgstr "" #: ../vector/v.to.rast/main.c:38 msgid "raster output file" msgstr "" #: ../vector/v.to.rast/main.c:47 msgid "" "Source of raster values:\n" "\t\tattr - read values from attribute table\n" "\t\tcat - use category values\n" "\t\tval - use value specified by value option\n" "\t\tz - use z coordinate (points or contours only)" msgstr "" #: ../vector/v.to.rast/main.c:58 msgid "Column name" msgstr "" #: ../vector/v.to.rast/main.c:66 msgid "Raster value" msgstr "" #: ../vector/v.to.rast/main.c:74 msgid "number of rows to hold in memory" msgstr "" #: ../vector/v.to.rast/main.c:84 msgid "col parameter missing (or use value parameter)" msgstr "" #: ../vector/v.to.rast/main.c:87 msgid "Column parameter cannot be combined with use of category values option" msgstr "" #: ../vector/v.to.rast/main.c:91 msgid "Column parameter cannot be combined with use of value option" msgstr "" #: ../vector/v.to.rast/main.c:95 msgid "Column parameter cannot be combined with use of z coordinate" msgstr "" #: ../vector/v.transform/ask_trans.c:83 msgid "ask_transform_coor(): Leaving session.. \n" msgstr "" #: ../vector/v.transform/creat_trans.c:69 #, c-format msgid " Number of points that have been entered: %d\n" msgstr "" #: ../vector/v.transform/creat_trans.c:100 msgid "Please answer yes or no" msgstr "" #: ../vector/v.transform/creat_trans.c:123 #, c-format msgid "Number of points that have been entered: %d\n" msgstr "" #: ../vector/v.transform/main.c:166 #, c-format msgid "Could not open file with coordinates : %s\n" msgstr "" #: ../vector/v.transform/main.c:172 #, c-format msgid "Could not find input map <%s>\n" msgstr "" #: ../vector/v.transform/main.c:206 msgid "" "\n" "Now transforming the vectors ...\n" msgstr "" #: ../vector/v.transform/main.c:224 #, c-format msgid "New vector map <%s> boundary coordinates:\n" msgstr "" #: ../vector/v.transform/main.c:225 #, c-format msgid " N: %-10.3f S: %-10.3f\n" msgstr "" #: ../vector/v.transform/main.c:226 #, c-format msgid " E: %-10.3f W: %-10.3f\n" msgstr "" #: ../vector/v.transform/main.c:227 #, c-format msgid " B: %6.3f T: %6.3f\n" msgstr "" #: ../vector/v.transform/main.c:232 #, c-format msgid "'%s' has finished the transformation of the vectors.\n" msgstr "" #: ../vector/v.transform/print_trans.c:29 msgid "" " CHECK MAP RESIDUALS\n" "\n" msgstr "" #: ../vector/v.transform/print_trans.c:30 msgid " Current Map New Map\n" msgstr "" #: ../vector/v.transform/print_trans.c:31 msgid "" " POINT X coord Y coord | X coord Y coord | " "residuals\n" msgstr "" #: ../vector/v.transform/print_trans.c:43 #, c-format msgid "" "\n" "\n" " Number of points: %d\n" msgstr "" #: ../vector/v.transform/print_trans.c:44 #, c-format msgid " Residual mean average : %f\n" msgstr "" #: ../vector/v.transform/setup_trans.c:88 msgid "The points weren't spread out enough." msgstr "" #: ../vector/v.transform/setup_trans.c:91 #, c-format msgid "You need to enter at least %d points." msgstr "" #: ../vector/v.what.rast/main.c:330 #, c-format msgid "%d categories loaded from table\n" msgstr "" #: ../vector/v.what.rast/main.c:331 #, c-format msgid "%d categories loaded from vector\n" msgstr "" #: ../vector/v.what.rast/main.c:332 #, c-format msgid "%d categories from vector missing in table\n" msgstr "" #: ../vector/v.what.rast/main.c:333 #, c-format msgid "%d duplicate categories in vector\n" msgstr "" #: ../vector/v.what.rast/main.c:334 #, c-format msgid "%d records updated\n" msgstr "" #: ../vector/v.what.rast/main.c:335 #, c-format msgid "%d update errors\n" msgstr "" #: ../visualization/xganim/Clr_table.c:98 #: ../visualization/xganim/Clr_table.c:308 #: ../visualization/xganim/Clr_table.c:335 #, c-format msgid "Unknown visual class [%d]." msgstr "" #: ../visualization/xganim/Clr_table.c:258 msgid "Unable to get sufficient gray shades." msgstr "" #: ../visualization/xganim/Clr_table.c:275 msgid "Unable to get sufficient colors." msgstr "" #: ../visualization/xganim/Clr_table.c:289 msgid "Using private colormap for DirectColor visual." msgstr "" #: ../visualization/xganim/main.c:337 #, c-format msgid "\rReading file [%s] ..." msgstr "" #: ../visualization/xganim/main.c:341 #, c-format msgid "%s: cellfile [%s] not found." msgstr "" #: ../visualization/xganim/main.c:346 #, c-format msgid "Unable to open cellfile [%s]." msgstr "" #: ../visualization/xganim/main.c:360 msgid "Unable to determine raster cell type." msgstr "" #: ../visualization/xganim/main.c:364 msgid "Unable to read color file." msgstr "" #: ../visualization/xganim/main.c:516 msgid "Error reading wildcard." msgstr ""