# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-04-20 07:10-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../lib/init/grass.py:212 msgid "WARNING" msgstr "" #: ../lib/init/grass.py:216 ../lib/gis/parser.c:635 msgid "ERROR" msgstr "" #: ../lib/init/grass.py:217 ../lib/init/grass.py:2648 msgid "Exiting..." msgstr "" #: ../lib/init/grass.py:373 msgid "Usage" msgstr "" #: ../lib/init/grass.py:374 ../lib/gis/parser_rest.c:146 #: ../lib/gis/parser_html.c:153 msgid "Flags" msgstr "" #: ../lib/init/grass.py:375 msgid "print this help message" msgstr "" #: ../lib/init/grass.py:376 msgid "show version information and exit" msgstr "" #: ../lib/init/grass.py:377 msgid "create given database, location or mapset if it doesn't exist" msgstr "" #: ../lib/init/grass.py:379 msgid "exit after creation of location or mapset. Only with -c flag" msgstr "" #: ../lib/init/grass.py:382 msgid "" "force removal of .gislock if exists (use with care!). Only with --text flag" msgstr "" #: ../lib/init/grass.py:385 msgid "use text based interface (skip graphical welcome screen)" msgstr "" #: ../lib/init/grass.py:386 ../lib/init/grass.py:388 ../lib/init/grass.py:390 msgid "and set as default" msgstr "" #: ../lib/init/grass.py:387 msgid "use text based interface (show graphical welcome screen)" msgstr "" #: ../lib/init/grass.py:389 msgid "use $DEFAULT_GUI graphical user interface" msgstr "" #: ../lib/init/grass.py:391 msgid "print GRASS configuration parameters" msgstr "" #: ../lib/init/grass.py:393 msgid "" "options: arch,build,compiler,date,path,python_path,revision,svn_revision," "version" msgstr "" #: ../lib/init/grass.py:395 ../lib/gis/parser_rest.c:179 #: ../lib/gis/parser_html.c:201 msgid "Parameters" msgstr "" #: ../lib/init/grass.py:396 msgid "initial GRASS database directory" msgstr "" #: ../lib/init/grass.py:397 msgid "directory containing Locations" msgstr "" #: ../lib/init/grass.py:398 msgid "initial GRASS Location" msgstr "" #: ../lib/init/grass.py:400 msgid "" "directory containing Mapsets with one common coordinate system (projection)" msgstr "" #: ../lib/init/grass.py:403 msgid "initial GRASS Mapset" msgstr "" #: ../lib/init/grass.py:404 msgid "fully qualified initial Mapset directory" msgstr "" #: ../lib/init/grass.py:405 msgid "Environment variables relevant for startup" msgstr "" #: ../lib/init/grass.py:406 msgid "select GUI (text, gui, gtext)" msgstr "" #: ../lib/init/grass.py:407 msgid "set html web browser for help pages" msgstr "" #: ../lib/init/grass.py:409 msgid "set additional path(s) to local GRASS modules or user scripts" msgstr "" #: ../lib/init/grass.py:412 msgid "set additional GISBASE for locally installed GRASS Addons" msgstr "" #: ../lib/init/grass.py:414 msgid "set Python interpreter name to override 'python'" msgstr "" #: ../lib/init/grass.py:415 msgid "execute GRASS module or script" msgstr "" #: ../lib/init/grass.py:416 msgid "provided executable will be executed in GRASS session" msgstr "" #: ../lib/init/grass.py:417 msgid "GRASS module, script or any other executable" msgstr "" #: ../lib/init/grass.py:418 msgid "parameters of the executable" msgstr "" #: ../lib/init/grass.py:419 msgid "standard flags" msgstr "" #: ../lib/init/grass.py:420 msgid "create temporary location (use with the --exec flag)" msgstr "" #: ../lib/init/grass.py:422 msgid "created in a temporary directory and deleted at exit" msgstr "" #: ../lib/init/grass.py:424 msgid "create temporary mapset (use with the --exec flag)" msgstr "" #: ../lib/init/grass.py:426 msgid "created in the specified location and deleted at exit" msgstr "" #: ../lib/init/grass.py:452 msgid "The APPDATA variable is not set, ask your operating system support" msgstr "" #: ../lib/init/grass.py:459 msgid "" "The APPDATA variable points to directory which does not exist, ask your " "operating system support" msgstr "" #: ../lib/init/grass.py:474 #, python-format msgid "Failed to create configuration directory '%s' with error: %s" msgstr "" #: ../lib/init/grass.py:516 #, python-brace-format msgid "Unable to create temporary directory <{tmpdir_name}>! Exiting." msgstr "" #: ../lib/init/grass.py:576 #, python-brace-format msgid "Invalid line in RC file ({file}): '{line}' ({error})\n" msgstr "" #: ../lib/init/grass.py:583 #, python-brace-format msgid "Empty RC file ({file})" msgstr "" #: ../lib/init/grass.py:682 #, python-format msgid "GUI <%s> not supported in this version" msgstr "" #: ../lib/init/grass.py:910 msgid "" "The python command does not work as expected.\n" "Please check your installation or set the GRASS_PYTHON environment variable." msgstr "" #: ../lib/init/grass.py:915 msgid "GRASS GUI not found. Please check your installation." msgstr "" #: ../lib/init/grass.py:917 msgid "" "{}\n" "Switching to text based interface mode." msgstr "" #: ../lib/init/grass.py:926 msgid "" "It appears that the X Windows system is not active.\n" "A graphical based user interface is not supported.\n" "(DISPLAY variable is not set.)\n" "Switching to text based interface mode." msgstr "" #: ../lib/init/grass.py:1001 #, python-brace-format msgid "" "Unable to create new location because the location <{location}> already " "exists." msgstr "" #: ../lib/init/grass.py:1007 #, python-brace-format msgid "Unable to create new location <{location}> because <{path}> is a file." msgstr "" #: ../lib/init/grass.py:1011 #, python-brace-format msgid "" "Unable to create new location <{location}> because the directory <{path}> " "already exists." msgstr "" #: ../lib/init/grass.py:1017 #, python-brace-format msgid "" "Unable to create new location in the directory <{path}> for an unknown " "reason." msgstr "" #: ../lib/init/grass.py:1101 msgid "" "Mapset <{}> already exists. Unable to create a new temporary mapset of that " "name." msgstr "" #: ../lib/init/grass.py:1106 msgid "Mapset <{}> already exists." msgstr "" #: ../lib/init/grass.py:1114 msgid "A new mapset can be created using '-c' flag." msgstr "" #: ../lib/init/grass.py:1116 msgid "Maybe you meant a different directory." msgstr "" #: ../lib/init/grass.py:1145 msgid "Provide CRS to create a location" msgstr "" #: ../lib/init/grass.py:1147 msgid "Creating new GRASS GIS location <{}>..." msgstr "" #: ../lib/init/grass.py:1160 #, python-brace-format msgid "Unable to create new mapset <{mapset}> because <{path}> is a file." msgstr "" #: ../lib/init/grass.py:1169 msgid "" "The mapset <{}> is missing the WIND file (computational region). It will be " "fixed now. Note that this warning may become an error in future versions." msgstr "" #: ../lib/init/grass.py:1179 msgid "" "No CRS is needed for creating mapset. Did you mean to create a new location?" msgstr "" #: ../lib/init/grass.py:1184 msgid "Creating new GRASS GIS mapset <{}>..." msgstr "" #: ../lib/init/grass.py:1213 msgid "" "GRASS GIS database directory, location and mapset not set properly. Use GUI " "or command line to set them." msgstr "" #: ../lib/init/grass.py:1273 #, python-brace-format msgid "" "Error reading data path information from g.gisenv.\n" "GISDBASE={gisdbase}\n" "LOCATION_NAME={location}\n" "MAPSET={mapset}\n" "\n" "Check the <{file}> file." msgstr "" #: ../lib/init/grass.py:1572 #, python-format msgid "Path '%s' doesn't exist" msgstr "" #: ../lib/init/grass.py:1574 #, python-format msgid "Path '%s' not accessible." msgstr "" #: ../lib/init/grass.py:1581 #, python-format msgid "You are not the owner of '%s'." msgstr "" #: ../lib/init/grass.py:1591 #, python-format msgid "" "%(user)s is currently running GRASS in selected mapset (file %(file)s " "found). Concurrent use not allowed.\n" "You can force launching GRASS using -f flag (note that you need permission " "for this operation). Have another look in the processor manager just to be " "sure..." msgstr "" #: ../lib/init/grass.py:1602 #, python-format msgid "" "%(user)s is currently running GRASS in selected mapset (file %(file)s " "found). Forcing to launch GRASS..." msgstr "" #: ../lib/init/grass.py:1609 #, python-format msgid "" "Unable to properly access '%s'.\n" "Please notify system personnel." msgstr "" #: ../lib/init/grass.py:1638 msgid "Building user fontcap..." msgstr "" #: ../lib/init/grass.py:1707 msgid "The SHELL variable is not set" msgstr "" #: ../lib/init/grass.py:1724 #, python-brace-format msgid "Unsupported shell <{sh}>: {env_file}" msgstr "" #: ../lib/init/grass.py:1742 #, python-format msgid "Executing <%s> ..." msgstr "" #: ../lib/init/grass.py:1768 #, python-brace-format msgid "" "Execution of <{cmd}> failed:\n" "{error}" msgstr "" #: ../lib/init/grass.py:1782 #, python-format msgid "Execution of <%s> finished." msgstr "" #: ../lib/init/grass.py:1816 #, python-brace-format msgid "Unable to close GUI. {0}" msgstr "" #: ../lib/init/grass.py:1835 #, python-format msgid "Welcome to GRASS GIS %s" msgstr "" #: ../lib/init/grass.py:1862 msgid "GRASS GIS homepage:" msgstr "" #. GTC Running through: SHELL NAME #: ../lib/init/grass.py:1864 msgid "This version running through:" msgstr "" #: ../lib/init/grass.py:1867 msgid "Help is available with the command:" msgstr "" #: ../lib/init/grass.py:1868 msgid "See the licence terms with:" msgstr "" #: ../lib/init/grass.py:1869 msgid "See citation options with:" msgstr "" #: ../lib/init/grass.py:1874 msgid "If required, restart the GUI with:" msgstr "" #: ../lib/init/grass.py:1876 msgid "Start the GUI with:" msgstr "" #: ../lib/init/grass.py:1878 msgid "When ready to quit enter:" msgstr "" #: ../lib/init/grass.py:2053 msgid "2D and 3D raster MASKs present" msgstr "" #: ../lib/init/grass.py:2054 msgid "Raster MASK present" msgstr "" #: ../lib/init/grass.py:2055 msgid "3D raster MASK present" msgstr "" #: ../lib/init/grass.py:2100 msgid "Done." msgstr "" #: ../lib/init/grass.py:2102 msgid "Goodbye from GRASS GIS" msgstr "" #: ../lib/init/grass.py:2107 msgid "Cleaning up temporary files..." msgstr "" #: ../lib/init/grass.py:2159 msgid "Please install the GRASS GIS development package" msgstr "" #: ../lib/init/grass.py:2208 #, python-format msgid "Parameter <%s> not supported" msgstr "" #: ../lib/init/grass.py:2257 #, python-format msgid "use mapset %(metavar)s" msgstr "" #: ../lib/init/grass.py:2263 #, python-format msgid "use temporary mapset in location %(metavar)s" msgstr "" #: ../lib/init/grass.py:2271 msgid "path to mapset (or location if creating one)" msgstr "" #: ../lib/init/grass.py:2274 msgid "use temporary mapset" msgstr "" #: ../lib/init/grass.py:2281 #, python-format msgid "use temporary location with %(metavar)s (EPSG, georeferenced file, ...)" msgstr "" #: ../lib/init/grass.py:2288 msgid "remove lock if present" msgstr "" #: ../lib/init/grass.py:2337 msgid "execute module or script (followed by executable with arguments)" msgstr "" #: ../lib/init/grass.py:2393 msgid "Flag -e requires also flag -c" msgstr "" #: ../lib/init/grass.py:2395 msgid "Flag -c requires name of location or mapset" msgstr "" #: ../lib/init/grass.py:2398 msgid "Either --tmp-location or --tmp-mapset can be used, not both" msgstr "" #: ../lib/init/grass.py:2405 msgid "" "Coordinate reference system argument (e.g. EPSG) is needed for --tmp-location" msgstr "" #: ../lib/init/grass.py:2412 msgid "" "Only one argument (e.g. EPSG) is needed for --tmp-location, mapset name <{}> " "provided" msgstr "" #: ../lib/init/grass.py:2506 #, python-brace-format msgid "" "Unable to start GRASS GIS. You have the choice to:\n" " - Launch the graphical user interface with the '--gui' switch\n" " {cmd_name} --gui\n" " - Launch with path to the location/mapset as an argument\n" " {cmd_name} /path/to/location/mapset`\n" " - Create a location with '-c' and launch in its PERMANENT mapset\n" " {cmd_name} -c EPSG:number /path/to/location\n" " {cmd_name} -c geofile /path/to/location\n" " - Create manually the GISRC file ({gisrcrc})\n" " - Use '--help' for further options\n" " {cmd_name} --help\n" "See also: https://grass.osgeo.org/{cmd_name}/manuals/helptext.html" msgstr "" #: ../lib/init/grass.py:2525 msgid "Starting GRASS GIS..." msgstr "" #: ../lib/init/grass.py:2575 msgid "" "Failed to start GRASS GIS, grassdata directory cannot be found or created." msgstr "" #: ../lib/init/grass.py:2582 msgid "" "Failed to start GRASS GIS, no default location to copy in the installation " "or copying failed." msgstr "" #: ../lib/init/grass.py:2683 #, python-format msgid "Launching <%s> GUI in the background, please wait..." msgstr "" #: ../lib/init/grass.py:2721 #, python-format msgid "Failed to start shell '%s'" msgstr "" #: ../lib/init/lock.c:38 #, c-format msgid "Usage: %s file pid" msgstr "" #: ../lib/init/lock.c:42 msgid "Concurrent mapset locking is not supported on Windows" msgstr "" #: ../lib/init/lock.c:60 #, c-format msgid "Unable to write lockfile %s (%s)" msgstr "" #: ../lib/arraystats/class.c:19 #, c-format msgid "Unknown algorithm '%s'" msgstr "" #: ../lib/arraystats/class.c:42 msgid "Discont algorithm currently not available because of bugs" msgstr "" #: ../lib/arraystats/class.c:49 msgid "Classification algorithm failed" msgstr "" #: ../lib/arraystats/class.c:227 msgid "Equiprobable classbreaks currently limited to 10 classes" msgstr "" #: ../lib/arraystats/class.c:242 #, c-format msgid "" "There are classbreaks outside the range min-max. Number of classes reduced " "to %i, but using probabilities for %i classes." msgstr "" #: ../lib/rowio/setup.c:61 ../lib/rowio/setup.c:67 #: ../lib/rst/interp_float/segmen2d.c:197 #: ../lib/rst/interp_float/segmen2d.c:203 #: ../lib/rst/interp_float/segmen2d.c:209 #: ../lib/rst/interp_float/segmen2d.c:219 #: ../lib/rst/interp_float/interp2d.c:139 #: ../lib/rst/interp_float/interp2d.c:145 #: ../lib/rst/interp_float/segmen2d_parallel.c:78 #: ../lib/rst/interp_float/segmen2d_parallel.c:85 #: ../lib/rst/interp_float/segmen2d_parallel.c:92 #: ../lib/rst/interp_float/segmen2d_parallel.c:101 #: ../lib/rst/interp_float/segmen2d_parallel.c:263 #: ../lib/vector/diglib/struct_alloc.c:494 ../lib/vector/neta/bridge.c:58 #: ../lib/vector/neta/spanningtree.c:104 ../lib/vector/neta/components.c:71 #: ../lib/vector/neta/components.c:176 ../lib/vector/neta/centrality.c:63 #: ../lib/vector/neta/centrality.c:145 ../lib/vector/neta/timetables.c:69 #: ../lib/vector/neta/timetables.c:168 ../lib/vector/neta/timetables.c:178 #: ../lib/vector/neta/timetables.c:191 ../lib/vector/neta/timetables.c:278 #: ../lib/vector/neta/timetables.c:413 ../lib/vector/neta/timetables.c:425 #: ../lib/vector/neta/flow.c:66 ../lib/vector/neta/flow.c:190 #: ../lib/vector/neta/path.c:262 ../lib/vector/neta/articulation_point.c:60 #: ../lib/vector/Vlib/map.c:48 ../lib/vector/Vlib/line.c:50 #: ../lib/vector/Vlib/line.c:154 ../lib/segment/open.c:118 msgid "Out of memory" msgstr "" #: ../lib/driver/parse_ftcap.c:84 #, c-format msgid "%s: Unable to read font definition file; use the default" msgstr "" #: ../lib/driver/parse_ftcap.c:90 #, c-format msgid "%s: No font definition file" msgstr "" #: ../lib/rst/interp_float/vinput2d.c:94 #, c-format msgid "Vector map <%s> is not 3D" msgstr "" #: ../lib/rst/interp_float/vinput2d.c:97 msgid "Loading data from attribute table ..." msgstr "" #: ../lib/rst/interp_float/vinput2d.c:100 ../lib/vector/Vlib/array.c:276 #: ../lib/vector/Vlib/map.c:299 ../lib/vector/Vlib/map.c:435 #: ../lib/vector/Vlib/ascii.c:398 ../lib/vector/Vlib/cats.c:589 #: ../lib/vector/Vlib/copy.c:620 ../lib/vector/Vlib/copy.c:730 #: ../lib/vector/Vlib/net_build.c:159 ../lib/vector/Vlib/net_build.c:206 #: ../lib/vector/Vlib/net_build.c:490 ../lib/vector/Vlib/net_build.c:791 #: ../lib/vector/Vlib/net_build.c:971 ../lib/ogsf/gv3.c:344 #: ../lib/ogsf/gp3.c:202 #, c-format msgid "Database connection not defined for layer %d" msgstr "" #: ../lib/rst/interp_float/vinput2d.c:109 ../lib/vector/neta/timetables.c:133 #: ../lib/vector/neta/utils.c:119 ../lib/vector/Vlib/array.c:282 #: ../lib/vector/Vlib/map.c:340 ../lib/vector/Vlib/write_pg.c:2953 #: ../lib/vector/Vlib/ascii.c:410 ../lib/vector/Vlib/close_nat.c:160 #: ../lib/vector/Vlib/write_ogr.c:198 ../lib/vector/Vlib/cats.c:597 #: ../lib/vector/Vlib/net_build.c:165 ../lib/vector/Vlib/net_build.c:211 #: ../lib/vector/Vlib/net_build.c:496 ../lib/vector/Vlib/net_build.c:797 #: ../lib/vector/Vlib/net_build.c:976 ../lib/db/dbmi_client/db.c:46 #: ../lib/db/dbmi_client/copy_tab.c:112 ../lib/db/dbmi_client/copy_tab.c:133 #: ../lib/ogsf/gv3.c:350 ../lib/ogsf/gp3.c:208 #, c-format msgid "Unable to open database <%s> by driver <%s>" msgstr "" #: ../lib/rst/interp_float/vinput2d.c:115 #: ../lib/rst/interp_float/vinput2d.c:129 ../lib/db/dbmi_client/copy_tab.c:291 #, c-format msgid "Column <%s> not found" msgstr "" #: ../lib/rst/interp_float/vinput2d.c:118 #: ../lib/rst/interp_float/vinput2d.c:131 #, c-format msgid "Data type of column <%s> must be numeric" msgstr "" #: ../lib/rst/interp_float/vinput2d.c:142 msgid "Reading features from vector map ..." msgstr "" #: ../lib/rst/interp_float/vinput2d.c:174 #, c-format msgid "Database record for cat %d not found" msgstr "" #: ../lib/rst/interp_float/vinput2d.c:192 msgid "Negative value of smoothing detected: sm must be >= 0" msgstr "" #: ../lib/rst/interp_float/vinput2d.c:256 msgid "Strip exists with insufficient data" msgstr "" #: ../lib/rst/interp_float/vinput2d.c:270 #, c-format msgid "There are points outside specified 2D/3D region - %d points ignored" msgstr "" #: ../lib/rst/interp_float/vinput2d.c:273 #, c-format msgid "Ignoring %d points (too dense)" msgstr "" #: ../lib/rst/interp_float/vinput2d.c:277 #, c-format msgid "" "%d points given for interpolation (after thinning) is less than given NPMIN=" "%d" msgstr "" #: ../lib/rst/interp_float/vinput2d.c:282 msgid "Zero points in the given region" msgstr "" #: ../lib/rst/interp_float/vinput2d.c:287 #, c-format msgid "" "Segmentation parameters set to invalid values: npmin= %d, segmax= %d for " "smooth connection of segments, npmin > segmax (see manual)" msgstr "" #: ../lib/rst/interp_float/vinput2d.c:293 #, c-format msgid "" "There are less than %d points for interpolation. No segmentation is " "necessary, to run the program faster set segmax=%d (see manual)" msgstr "" #: ../lib/rst/interp_float/vinput2d.c:297 #, c-format msgid "Number of points from vector map %d" msgstr "" #: ../lib/rst/interp_float/vinput2d.c:298 #, c-format msgid "Number of points outside of 2D/3D region %d" msgstr "" #: ../lib/rst/interp_float/vinput2d.c:300 #, c-format msgid "Number of points being used %d" msgstr "" #: ../lib/rst/interp_float/vinput2d.c:333 msgid "Some points outside of region (ignored)" msgstr "" #: ../lib/rst/interp_float/vinput2d.c:339 msgid "Unable to allocate memory" msgstr "" #: ../lib/rst/interp_float/vinput2d.c:347 #, c-format msgid "Unable to insert %f,%f,%f a = %d" msgstr "" #: ../lib/rst/interp_float/input2d.c:58 #, c-format msgid "Mask raster map <%s> not found" msgstr "" #: ../lib/rst/interp_float/input2d.c:81 msgid "Bitmap mask created" msgstr "" #: ../lib/rst/interp_float/segmen2d.c:133 #: ../lib/rst/interp_float/segmen2d_parallel.c:188 msgid "" "Taking too long to find points for interpolation - please change the region " "to area where your points are. Continuing calculations..." msgstr "" #: ../lib/rst/interp_float/output2d.c:117 #, c-format msgid "First change your rows number to nsizr! %d %d" msgstr "" #: ../lib/rst/interp_float/output2d.c:124 #, c-format msgid "First change your cols number to nsizc %d %d" msgstr "" #: ../lib/rst/interp_float/output2d.c:247 #: ../lib/rst/interp_float/output2d.c:328 #: ../lib/rst/interp_float/output2d.c:397 #: ../lib/rst/interp_float/output2d.c:447 #: ../lib/rst/interp_float/output2d.c:461 #: ../lib/rst/interp_float/output2d.c:475 #: ../lib/rst/interp_float/output2d.c:491 #: ../lib/rst/interp_float/resout2d.c:205 #: ../lib/rst/interp_float/resout2d.c:253 #: ../lib/rst/interp_float/resout2d.c:296 #: ../lib/rst/interp_float/resout2d.c:327 #: ../lib/rst/interp_float/resout2d.c:377 #: ../lib/rst/interp_float/resout2d.c:395 #: ../lib/rst/interp_float/resout2d.c:410 #: ../lib/rst/interp_float/resout2d.c:426 ../lib/gis/legal_name.c:94 #: ../lib/gis/legal_name.c:97 ../lib/manage/do_remove.c:70 #: ../lib/manage/do_rename.c:69 ../lib/ogsf/gs3.c:125 ../lib/ogsf/gs3.c:189 #: ../lib/ogsf/gs3.c:264 ../lib/ogsf/gs3.c:336 ../lib/ogsf/gs3.c:442 #: ../lib/ogsf/gs3.c:529 ../lib/ogsf/gs3.c:588 ../lib/ogsf/gs3.c:645 #: ../lib/ogsf/gs3.c:716 ../lib/ogsf/gs3.c:786 ../lib/ogsf/gsd_legend.c:239 #: ../lib/raster/open.c:177 ../lib/raster/open.c:854 ../lib/raster/open.c:891 #: ../lib/raster/open.c:943 #, c-format msgid "Raster map <%s> not found" msgstr "" #: ../lib/rst/interp_float/interp2d.c:232 #, c-format msgid "" "Overshoot - increase in tension suggested. Overshoot occurs at (%d,%d) cell. " "Z-value %f, zmin %f, zmax %f." msgstr "" #: ../lib/rst/interp_float/resout2d.c:77 msgid "Temporarily changing the region to desired resolution..." msgstr "" #: ../lib/rst/interp_float/resout2d.c:103 #, c-format msgid "First change your rows number(%d) to %d" msgstr "" #: ../lib/rst/interp_float/resout2d.c:110 #, c-format msgid "First change your columns number(%d) to %d" msgstr "" #: ../lib/rst/interp_float/resout2d.c:264 msgid "No color table for input raster map -- will not create color table" msgstr "" #: ../lib/rst/interp_float/resout2d.c:458 msgid "Changing the region back to initial..." msgstr "" #: ../lib/rst/interp_float/write2d.c:53 ../lib/rst/interp_float/write2d.c:64 #: ../lib/rst/interp_float/write2d.c:79 ../lib/rst/interp_float/write2d.c:88 #: ../lib/rst/interp_float/write2d.c:96 ../lib/rst/interp_float/write2d.c:104 msgid "Cannot write files" msgstr "" #: ../lib/rst/interp_float/segmen2d_parallel.c:109 msgid "Starting parallel work" msgstr "" #: ../lib/cluster/c_exec.c:44 #, c-format msgid "Not enough data points (%d) in cluster" msgstr "" #: ../lib/cluster/c_begin.c:57 #, c-format msgid "produced by i.cluster" msgstr "" #: ../lib/gis/open_misc.c:49 #, c-format msgid "G__open_misc(read): mapset <%s> doesn't match xmapset <%s>" msgstr "" #: ../lib/gis/open_misc.c:74 #, c-format msgid "G__open_misc(write): xmapset <%s> != G_mapset() <%s>" msgstr "" #: ../lib/gis/lrand48.c:85 #, c-format msgid "gettimeofday failed: %s" msgstr "" #: ../lib/gis/lrand48.c:115 msgid "Pseudo-random number generator not seeded" msgstr "" #: ../lib/gis/parser.c:349 msgid "Bug in UI description. Missing module description" msgstr "" #: ../lib/gis/parser.c:359 msgid "Bug in UI description. Missing option key" msgstr "" #: ../lib/gis/parser.c:361 #, c-format msgid "Bug in UI description. Option key <%s> is not valid" msgstr "" #: ../lib/gis/parser.c:363 #, c-format msgid "Bug in UI description. Description for option <%s> missing" msgstr "" #: ../lib/gis/parser.c:415 #, c-format msgid "Bug in UI description. Option '%s' in <%s> does not exist" msgstr "" #: ../lib/gis/parser.c:539 msgid "Use either --quiet or --verbose flag, not both. Assuming --verbose." msgstr "" #: ../lib/gis/parser.c:553 msgid "Use either --quiet or --verbose flag, not both. Assuming --quiet." msgstr "" #: ../lib/gis/parser.c:568 msgid "Use either --qq or --verbose flag, not both. Assuming --qq." msgstr "" #: ../lib/gis/parser.c:599 #, c-format msgid "Sorry <%s> is not a valid option" msgstr "" #: ../lib/gis/parser.c:612 msgid "Your installation doesn't include GUI, exiting." msgstr "" #: ../lib/gis/parser.c:963 msgid "Unable to determine program name" msgstr "" #: ../lib/gis/parser.c:985 ../lib/gis/parser.c:1004 #, c-format msgid "%s: Sorry, <%c> is not a valid flag" msgstr "" #: ../lib/gis/parser.c:1138 #, c-format msgid "%s: Sorry, <%s=> is ambiguous" msgstr "" #: ../lib/gis/parser.c:1141 #, c-format msgid "Option <%s=> matches" msgstr "" #: ../lib/gis/parser.c:1159 #, c-format msgid "Please update the usage of <%s>: option <%s> has been renamed to <%s>" msgstr "" #: ../lib/gis/parser.c:1172 #, c-format msgid "%s: Sorry, <%s> is not a valid parameter" msgstr "" #: ../lib/gis/parser.c:1178 ../lib/gis/parser.c:1437 #, c-format msgid "<%s> is an abbreviation for <%s>" msgstr "" #: ../lib/gis/parser.c:1183 #, c-format msgid "Option <%s> does not accept multiple answers" msgstr "" #: ../lib/gis/parser.c:1255 #, c-format msgid "" "Illegal range syntax for parameter <%s>\n" "\tPresented as: %s" msgstr "" #: ../lib/gis/parser.c:1261 #, c-format msgid "" "Value <%s> out of range for parameter <%s>\n" "\tLegal range: %s" msgstr "" #: ../lib/gis/parser.c:1267 #, c-format msgid "Missing value for parameter <%s>" msgstr "" #: ../lib/gis/parser.c:1273 #, c-format msgid "Invalid value <%s> for parameter <%s>" msgstr "" #: ../lib/gis/parser.c:1279 #, c-format msgid "" "Value <%s> ambiguous for parameter <%s>\n" "\tValid options: %s" msgstr "" #: ../lib/gis/parser.c:1459 #, c-format msgid "" "Required parameter <%s> not set:\n" "\t(%s)" msgstr "" #: ../lib/gis/parser.c:1551 #, c-format msgid "" "Option <%s> must be provided in multiples of %d\n" "\tYou provided %d item(s): %s" msgstr "" #: ../lib/gis/parser.c:1625 ../lib/gis/error.c:363 #, c-format msgid "ERROR: " msgstr "" #: ../lib/gis/parser.c:1627 ../lib/gis/parser.c:1634 #, c-format msgid "option <%s>: <%s> exists. To overwrite, use the --overwrite flag" msgstr "" #: ../lib/gis/parser.c:1744 #, c-format msgid "%s= is not a separator option" msgstr "" #: ../lib/gis/parser.c:1747 #, c-format msgid "No separator given for %s=" msgstr "" #: ../lib/gis/parser.c:1809 ../lib/gis/parser.c:1826 #, c-format msgid "%s= is not a file option" msgstr "" #: ../lib/gis/parser.c:1811 #, c-format msgid "Opening multiple files not supported for %s=" msgstr "" #: ../lib/gis/parser.c:1817 #, c-format msgid "Unable to open %s file <%s>: %s" msgstr "" #: ../lib/gis/parser.c:1823 #, c-format msgid "Unable to create %s file <%s>: %s" msgstr "" #: ../lib/gis/gisinit.c:54 ../lib/gis/gisinit.c:89 #, c-format msgid "" "Module built against version %s but trying to use version %s. You need to " "rebuild GRASS GIS or untangle multiple installations." msgstr "" #: ../lib/gis/gisinit.c:66 #, c-format msgid "MAPSET %s - permission denied" msgstr "" #: ../lib/gis/gisinit.c:69 #, c-format msgid "MAPSET %s not found at %s" msgstr "" #: ../lib/gis/gisinit.c:104 msgid "System not initialized. Programmer forgot to call G_gisinit()." msgstr "" #: ../lib/gis/cmprlz4.c:89 ../lib/gis/cmprlz4.c:156 ../lib/gis/cmprzlib.c:100 #: ../lib/gis/cmprzlib.c:179 ../lib/gis/cmprzstd.c:102 #: ../lib/gis/cmprzstd.c:176 ../lib/gis/cmprbzip.c:104 #: ../lib/gis/cmprbzip.c:183 ../lib/gis/compress.c:335 msgid "No source buffer" msgstr "" #: ../lib/gis/cmprlz4.c:92 ../lib/gis/cmprlz4.c:159 ../lib/gis/cmprzlib.c:103 #: ../lib/gis/cmprzlib.c:182 ../lib/gis/cmprzstd.c:105 #: ../lib/gis/cmprzstd.c:179 ../lib/gis/cmprbzip.c:107 #: ../lib/gis/cmprbzip.c:186 msgid "No destination buffer" msgstr "" #: ../lib/gis/cmprlz4.c:99 ../lib/gis/cmprlz4.c:166 ../lib/gis/cmprzlib.c:110 #: ../lib/gis/cmprzlib.c:189 ../lib/gis/cmprzstd.c:112 #: ../lib/gis/cmprzstd.c:186 ../lib/gis/cmprbzip.c:114 #: ../lib/gis/cmprbzip.c:193 ../lib/gis/compress.c:337 #, c-format msgid "Invalid source buffer size %d" msgstr "" #: ../lib/gis/cmprlz4.c:101 ../lib/gis/cmprlz4.c:168 ../lib/gis/cmprzlib.c:112 #: ../lib/gis/cmprzlib.c:191 ../lib/gis/cmprzstd.c:114 #: ../lib/gis/cmprzstd.c:188 ../lib/gis/cmprbzip.c:116 #: ../lib/gis/cmprbzip.c:195 ../lib/gis/compress.c:257 #, c-format msgid "Invalid destination buffer size %d" msgstr "" #: ../lib/gis/cmprlz4.c:121 msgid "LZ4 compression error" msgstr "" #: ../lib/gis/cmprlz4.c:177 msgid "LZ4 decompression error" msgstr "" #: ../lib/gis/cmprlz4.c:186 ../lib/gis/cmprzlib.c:215 ../lib/gis/cmprzstd.c:206 #: ../lib/gis/cmprbzip.c:219 #, c-format msgid "Got uncompressed size %d, expected %d" msgstr "" #: ../lib/gis/distance.c:154 #, c-format msgid "%s: shouldn't happen: code=%d P=(%f,%f) S=(%f,%f)(%f,%f)" msgstr "" #: ../lib/gis/parser_help.c:84 msgid "Description:" msgstr "" #: ../lib/gis/parser_help.c:103 msgid "Keywords:" msgstr "" #: ../lib/gis/parser_help.c:111 msgid "Usage:" msgstr "" #: ../lib/gis/parser_help.c:141 msgid "ERROR: Option key not defined" msgstr "" #: ../lib/gis/parser_help.c:198 msgid "Flags:" msgstr "" #: ../lib/gis/parser_help.c:223 ../lib/gis/parser_interface.c:329 #: ../lib/gis/parser_rest.c:164 ../lib/gis/parser_html.c:179 msgid "Allow output files to overwrite existing files" msgstr "" #: ../lib/gis/parser_help.c:225 ../lib/gis/parser_interface.c:337 #: ../lib/gis/parser_html.c:183 msgid "Print usage summary" msgstr "" #: ../lib/gis/parser_help.c:226 ../lib/gis/parser_interface.c:344 #: ../lib/gis/parser_rest.c:168 ../lib/gis/parser_html.c:186 msgid "Verbose module output" msgstr "" #: ../lib/gis/parser_help.c:227 ../lib/gis/parser_interface.c:351 #: ../lib/gis/parser_rest.c:171 ../lib/gis/parser_html.c:189 msgid "Quiet module output" msgstr "" #: ../lib/gis/parser_help.c:228 msgid "Super quiet module output" msgstr "" #: ../lib/gis/parser_help.c:229 ../lib/gis/parser_html.c:192 msgid "Force launching GUI dialog" msgstr "" #: ../lib/gis/parser_help.c:238 msgid "Parameters:" msgstr "" #: ../lib/gis/parser_help.c:261 #, c-format msgid " %*s default: %s\n" msgstr "" #: ../lib/gis/parser_help.c:287 #, c-format msgid " %*s options: " msgstr "" #: ../lib/gis/proj3.c:124 ../lib/vector/Vlib/header.c:556 msgid "Unknown projection" msgstr "" #: ../lib/gis/error.c:362 msgid "WARNING: " msgstr "" #: ../lib/gis/list.c:83 #, c-format msgid "no %s files available in current mapset\n" msgstr "" #: ../lib/gis/list.c:86 #, c-format msgid "no %s files available in mapset <%s>\n" msgstr "" #: ../lib/gis/list.c:132 #, c-format msgid "%s files available in mapset <%s>:\n" msgstr "" #: ../lib/gis/list.c:204 msgid "G_list: Unknown element type" msgstr "" #: ../lib/gis/alloc.c:44 ../lib/gis/alloc.c:86 ../lib/gis/alloc.c:132 #, c-format msgid "Current region rows: %d, cols: %d" msgstr "" #: ../lib/gis/alloc.c:47 #, c-format msgid "G_malloc: unable to allocate %lu bytes of memory at %s:%d" msgstr "" #: ../lib/gis/alloc.c:89 #, c-format msgid "G_calloc: unable to allocate %lu * %lu bytes of memory at %s:%d" msgstr "" #: ../lib/gis/alloc.c:135 #, c-format msgid "G_realloc: unable to allocate %lu bytes of memory at %s:%d" msgstr "" #: ../lib/gis/parser_json.c:372 #, c-format msgid "Input string not understood: <%s>. Multiple '@' chars?" msgstr "" #: ../lib/gis/mapset_msc.c:196 #, c-format msgid "Unable to make mapset element %s (%s): %s" msgstr "" #: ../lib/gis/mapset_msc.c:201 #, c-format msgid "Unable to access mapset element %s (%s): %s" msgstr "" #: ../lib/gis/paths.c:201 #, c-format msgid "Unable to open file <%s> for reading" msgstr "" #: ../lib/gis/paths.c:217 #, c-format msgid "Unable to fetch security info for <%s>" msgstr "" #: ../lib/gis/datum.c:160 #, c-format msgid "unable to open datum table file: %s" msgstr "" #: ../lib/gis/datum.c:182 #, c-format msgid "error in datum table file, line %d" msgstr "" #: ../lib/gis/aprintf.c:140 #, c-format msgid "Failed to print %s" msgstr "" #: ../lib/gis/aprintf.c:254 #, c-format msgid "Failed to parse string specifier: %s" msgstr "" #: ../lib/gis/aprintf.c:343 #, c-format msgid "Format specifier exceeds the buffer size (%d)" msgstr "" #: ../lib/gis/make_loc.c:527 ../lib/gis/make_loc.c:577 #: ../lib/gis/key_value3.c:33 #, c-format msgid "Unable to open output file <%s>: %s" msgstr "" #: ../lib/gis/make_loc.c:541 ../lib/gis/make_loc.c:591 #: ../lib/gis/get_projinfo.c:196 ../lib/gis/get_projinfo.c:318 #: ../lib/gis/key_value3.c:39 #, c-format msgid "Error closing output file <%s>: %s" msgstr "" #: ../lib/gis/get_ellipse.c:263 ../lib/proj/ellipse.c:243 #, c-format msgid "Unable to open ellipsoid table file <%s>" msgstr "" #: ../lib/gis/get_ellipse.c:344 ../lib/gis/get_ellipse.c:367 #, c-format msgid "Invalid a: field '%s' in file %s in <%s>" msgstr "" #: ../lib/gis/get_ellipse.c:356 #, c-format msgid "Invalid ellipsoid '%s' in file %s in <%s>" msgstr "" #: ../lib/gis/get_ellipse.c:370 #, c-format msgid "Invalid es: field '%s' in file %s in <%s>" msgstr "" #: ../lib/gis/get_ellipse.c:383 #, c-format msgid "No ellipsoid info given in file %s in <%s>" msgstr "" #: ../lib/gis/view.c:176 #, c-format msgid "Unable to open %s for writing" msgstr "" #: ../lib/gis/view.c:262 ../lib/gis/view.c:479 #, c-format msgid "Unable to open %s for reading" msgstr "" #: ../lib/gis/view.c:465 #, c-format msgid "GRASS window when view was saved:\n" msgstr "" #: ../lib/gis/view.c:545 #, c-format msgid " Window saved in \"%s\" is completely outside of current GRASS window." msgstr "" #: ../lib/gis/view.c:549 #, c-format msgid "" " Only %d%% of window saved in \"%s\" overlaps with current GRASS window." msgstr "" #: ../lib/gis/seek.c:54 ../lib/gis/seek.c:60 #, c-format msgid "Unable to seek: %s" msgstr "" #: ../lib/gis/seek.c:58 msgid "Seek offset out of range" msgstr "" #: ../lib/gis/done_msg.c:38 #, c-format msgid "%s complete. %s" msgstr "" #: ../lib/gis/proj2.c:63 msgid "Latitude-Longitude" msgstr "" #: ../lib/gis/proj2.c:65 msgid "Other Projection" msgstr "" #: ../lib/gis/adj_cellhd.c:57 ../lib/gis/adj_cellhd.c:172 #, c-format msgid "Illegal n-s resolution value: %g" msgstr "" #: ../lib/gis/adj_cellhd.c:62 ../lib/gis/adj_cellhd.c:180 #, c-format msgid "Illegal number of rows: %d (resolution is %g)" msgstr "" #: ../lib/gis/adj_cellhd.c:68 ../lib/gis/adj_cellhd.c:190 #, c-format msgid "Illegal e-w resolution value: %g" msgstr "" #: ../lib/gis/adj_cellhd.c:73 ../lib/gis/adj_cellhd.c:198 #, c-format msgid "Illegal number of columns: %d (resolution is %g)" msgstr "" #: ../lib/gis/adj_cellhd.c:81 ../lib/gis/adj_cellhd.c:219 #, c-format msgid "North must be north of South, but %g (north) <= %g (south" msgstr "" #: ../lib/gis/adj_cellhd.c:85 ../lib/gis/adj_cellhd.c:223 #, c-format msgid "North must be larger than South, but %g (north) <= %g (south" msgstr "" #: ../lib/gis/adj_cellhd.c:93 ../lib/gis/adj_cellhd.c:231 #, c-format msgid "East must be larger than West, but %g (east) <= %g (west)" msgstr "" #: ../lib/gis/adj_cellhd.c:114 ../lib/gis/adj_cellhd.c:277 msgid "Invalid coordinates: negative number of columns" msgstr "" #: ../lib/gis/adj_cellhd.c:117 ../lib/gis/adj_cellhd.c:280 msgid "Invalid coordinates: negative number of rows" msgstr "" #: ../lib/gis/adj_cellhd.c:124 ../lib/gis/adj_cellhd.c:290 msgid "NS resolution has been changed" msgstr "" #: ../lib/gis/adj_cellhd.c:129 ../lib/gis/adj_cellhd.c:295 msgid "EW resolution has been changed" msgstr "" #: ../lib/gis/adj_cellhd.c:132 ../lib/gis/adj_cellhd.c:298 msgid "NS and EW resolutions are different" msgstr "" #: ../lib/gis/adj_cellhd.c:175 #, c-format msgid "Illegal n-s resolution value for 3D: %g" msgstr "" #: ../lib/gis/adj_cellhd.c:184 #, c-format msgid "Illegal number of rows for 3D: %d (resolution is %g)" msgstr "" #: ../lib/gis/adj_cellhd.c:193 #, c-format msgid "Illegal e-w resolution value for 3D: %g" msgstr "" #: ../lib/gis/adj_cellhd.c:202 #, c-format msgid "Illegal number of columns for 3D: %d (resolution is %g)" msgstr "" #: ../lib/gis/adj_cellhd.c:208 #, c-format msgid "Illegal t-b resolution value: %g" msgstr "" #: ../lib/gis/adj_cellhd.c:213 #, c-format msgid "Illegal depths value: %d" msgstr "" #: ../lib/gis/adj_cellhd.c:236 #, c-format msgid "Top must be larger than Bottom, but %g (top) <= %g (bottom)" msgstr "" #: ../lib/gis/adj_cellhd.c:283 msgid "Invalid coordinates: negative number of depths" msgstr "" #: ../lib/gis/adj_cellhd.c:317 #, c-format msgid "East (%.15g) is not larger than West (%.15g)" msgstr "" #: ../lib/gis/adj_cellhd.c:352 ../lib/gis/adj_cellhd.c:443 #, c-format msgid "Illegal latitude for North: %g" msgstr "" #: ../lib/gis/adj_cellhd.c:354 ../lib/gis/adj_cellhd.c:493 #, c-format msgid "Illegal latitude for South: %g" msgstr "" #: ../lib/gis/adj_cellhd.c:360 #, c-format msgid "Illegal longitude for West: %g" msgstr "" #: ../lib/gis/adj_cellhd.c:364 #, c-format msgid "Illegal longitude for East: %g" msgstr "" #: ../lib/gis/adj_cellhd.c:392 #, c-format msgid "NS extent does not match NS resolution: %g cells difference" msgstr "" #: ../lib/gis/adj_cellhd.c:401 #, c-format msgid "%g cells missing to reach 90 degree north" msgstr "" #: ../lib/gis/adj_cellhd.c:404 ../lib/gis/adj_cellhd.c:418 #: ../lib/gis/adj_cellhd.c:432 #, c-format msgid "Subtle input data rounding error of north boundary (%g)" msgstr "" #: ../lib/gis/adj_cellhd.c:414 #, c-format msgid "90 degree north is exceeded by %g cells" msgstr "" #: ../lib/gis/adj_cellhd.c:451 #, c-format msgid "%g cells missing to reach 90 degree south" msgstr "" #: ../lib/gis/adj_cellhd.c:454 ../lib/gis/adj_cellhd.c:468 #: ../lib/gis/adj_cellhd.c:482 #, c-format msgid "Subtle input data rounding error of south boundary (%g)" msgstr "" #: ../lib/gis/adj_cellhd.c:464 #, c-format msgid "90 degree south is exceeded by %g cells" msgstr "" #: ../lib/gis/adj_cellhd.c:522 #, c-format msgid "EW extent does not match EW resolution: %g cells difference" msgstr "" #: ../lib/gis/adj_cellhd.c:528 #, c-format msgid "360 degree EW extent is exceeded by %g cells (East: %g, West: %g)" msgstr "" #: ../lib/gis/adj_cellhd.c:535 #, c-format msgid "%g cells missing to cover 360 degree EW extent" msgstr "" #: ../lib/gis/adj_cellhd.c:570 msgid "Invalid NS resolution" msgstr "" #: ../lib/gis/adj_cellhd.c:575 msgid "Invalid EW resolution" msgstr "" #: ../lib/gis/adj_cellhd.c:580 msgid "Invalid North" msgstr "" #: ../lib/gis/adj_cellhd.c:585 msgid "Invalid South" msgstr "" #: ../lib/gis/adj_cellhd.c:590 msgid "Invalid West" msgstr "" #: ../lib/gis/adj_cellhd.c:595 msgid "Invalid East" msgstr "" #: ../lib/gis/adj_cellhd.c:648 #, c-format msgid "NS resolution rounded from %s to %s" msgstr "" #: ../lib/gis/adj_cellhd.c:681 ../lib/gis/adj_cellhd.c:736 #, c-format msgid "North rounded from %s to %s" msgstr "" #: ../lib/gis/adj_cellhd.c:693 #, c-format msgid "South adjusted from %s to %s" msgstr "" #: ../lib/gis/adj_cellhd.c:708 ../lib/gis/adj_cellhd.c:751 #, c-format msgid "South rounded from %s to %s" msgstr "" #: ../lib/gis/adj_cellhd.c:720 #, c-format msgid "North adjusted from %s to %s" msgstr "" #: ../lib/gis/adj_cellhd.c:774 #, c-format msgid "EW resolution rounded from %s to %s" msgstr "" #: ../lib/gis/adj_cellhd.c:807 ../lib/gis/adj_cellhd.c:862 #, c-format msgid "West rounded from %s to %s" msgstr "" #: ../lib/gis/adj_cellhd.c:819 #, c-format msgid "East adjusted from %s to %s" msgstr "" #: ../lib/gis/adj_cellhd.c:834 ../lib/gis/adj_cellhd.c:877 #, c-format msgid "East rounded from %s to %s" msgstr "" #: ../lib/gis/adj_cellhd.c:846 #, c-format msgid "West adjusted from %s to %s" msgstr "" #: ../lib/gis/get_projinfo.c:40 ../lib/gis/get_projinfo.c:69 #, c-format msgid "<%s> file not found for location <%s>" msgstr "" #: ../lib/gis/get_projinfo.c:146 ../lib/gis/get_projinfo.c:268 #: ../lib/gis/key_value3.c:60 #, c-format msgid "Unable to open input file <%s>: %s" msgstr "" #: ../lib/gis/open.c:68 #, c-format msgid "G__open(read): mapset <%s> doesn't match xmapset <%s>" msgstr "" #: ../lib/gis/open.c:89 #, c-format msgid "G__open(read): Unable to open '%s': %s" msgstr "" #: ../lib/gis/open.c:98 #, c-format msgid "G__open(write): xmapset <%s> != G_mapset() <%s>" msgstr "" #: ../lib/gis/open.c:122 #, c-format msgid "G__open(write): Unable to open '%s': %s" msgstr "" #: ../lib/gis/legal_name.c:39 #, c-format msgid "Illegal filename <%s>. Cannot start with '.' or be 'NULL'." msgstr "" #: ../lib/gis/legal_name.c:46 #, c-format msgid "Illegal filename <%s>. Character <%c> not allowed.\n" msgstr "" #: ../lib/gis/legal_name.c:77 ../lib/gis/legal_name.c:81 #, c-format msgid "Output raster map name <%s> is not valid map name" msgstr "" #: ../lib/gis/legal_name.c:118 ../lib/gis/legal_name.c:122 #, c-format msgid "Output raster map <%s> is used as input" msgstr "" #: ../lib/gis/home.c:39 msgid "Unable to determine user's home directory" msgstr "" #: ../lib/gis/home.c:120 #, c-format msgid "Failed to create directory [%s]" msgstr "" #: ../lib/gis/units.c:208 msgid "square units" msgstr "" #: ../lib/gis/units.c:208 msgid "square unit" msgstr "" #: ../lib/gis/units.c:210 msgid "units" msgstr "" #: ../lib/gis/units.c:210 msgid "unit" msgstr "" #: ../lib/gis/units.c:215 msgid "square meters" msgstr "" #: ../lib/gis/units.c:215 msgid "square meter" msgstr "" #: ../lib/gis/units.c:217 msgid "meters" msgstr "" #: ../lib/gis/units.c:217 msgid "meter" msgstr "" #: ../lib/gis/units.c:222 msgid "square kilometers" msgstr "" #: ../lib/gis/units.c:222 msgid "square kilometer" msgstr "" #: ../lib/gis/units.c:224 msgid "kilometers" msgstr "" #: ../lib/gis/units.c:224 msgid "kilometer" msgstr "" #: ../lib/gis/units.c:229 msgid "acres" msgstr "" #: ../lib/gis/units.c:229 msgid "acre" msgstr "" #: ../lib/gis/units.c:237 msgid "hectares" msgstr "" #: ../lib/gis/units.c:237 msgid "hectare" msgstr "" #: ../lib/gis/units.c:245 msgid "square miles" msgstr "" #: ../lib/gis/units.c:245 msgid "square mile" msgstr "" #: ../lib/gis/units.c:247 msgid "miles" msgstr "" #: ../lib/gis/units.c:247 msgid "mile" msgstr "" #: ../lib/gis/units.c:252 msgid "square feet" msgstr "" #: ../lib/gis/units.c:252 msgid "square foot" msgstr "" #: ../lib/gis/units.c:254 msgid "feet" msgstr "" #: ../lib/gis/units.c:254 msgid "foot" msgstr "" #: ../lib/gis/units.c:259 msgid "square US feet" msgstr "" #: ../lib/gis/units.c:259 msgid "square US foot" msgstr "" #: ../lib/gis/units.c:261 msgid "US feet" msgstr "" #: ../lib/gis/units.c:261 msgid "US foot" msgstr "" #: ../lib/gis/units.c:266 msgid "square degrees" msgstr "" #: ../lib/gis/units.c:266 msgid "square degree" msgstr "" #: ../lib/gis/units.c:268 msgid "degrees" msgstr "" #: ../lib/gis/units.c:268 msgid "degree" msgstr "" #: ../lib/gis/units.c:272 msgid "years" msgstr "" #: ../lib/gis/units.c:272 msgid "year" msgstr "" #: ../lib/gis/units.c:276 msgid "months" msgstr "" #: ../lib/gis/units.c:276 msgid "month" msgstr "" #: ../lib/gis/units.c:280 msgid "days" msgstr "" #: ../lib/gis/units.c:280 msgid "day" msgstr "" #: ../lib/gis/units.c:284 msgid "hours" msgstr "" #: ../lib/gis/units.c:284 msgid "hour" msgstr "" #: ../lib/gis/units.c:288 msgid "minutes" msgstr "" #: ../lib/gis/units.c:288 msgid "minute" msgstr "" #: ../lib/gis/units.c:292 msgid "seconds" msgstr "" #: ../lib/gis/units.c:292 msgid "second" msgstr "" #: ../lib/gis/cmprzlib.c:142 #, c-format msgid "ZLIB compression error %d: %s" msgstr "" #: ../lib/gis/cmprzlib.c:204 #, c-format msgid "ZLIB decompression error %d: %s" msgstr "" #: ../lib/gis/make_mapset.c:66 #, c-format msgid "Location <%s> doesn't exist" msgstr "" #: ../lib/gis/myname.c:46 msgid "This location has no description." msgstr "" #: ../lib/gis/cmprzstd.c:80 ../lib/gis/cmprzstd.c:95 ../lib/gis/cmprzstd.c:169 msgid "GRASS needs to be compiled with ZSTD for ZSTD compression" msgstr "" #: ../lib/gis/cmprzstd.c:134 ../lib/gis/cmprzstd.c:196 #, c-format msgid "ZSTD compression error %d: %s" msgstr "" #: ../lib/gis/parser_dependencies.c:122 msgid "Internal error: option or flag not found" msgstr "" #: ../lib/gis/parser_dependencies.c:181 #, c-format msgid "%s or <%s>" msgstr "" #: ../lib/gis/parser_dependencies.c:181 #, c-format msgid "%s and <%s>" msgstr "" #: ../lib/gis/parser_dependencies.c:214 #, c-format msgid "Options %s are mutually exclusive" msgstr "" #: ../lib/gis/parser_dependencies.c:238 #, c-format msgid "At least one of the following options is required: %s" msgstr "" #: ../lib/gis/parser_dependencies.c:272 #, c-format msgid "Option <%s> requires at least one of %s" msgstr "" #: ../lib/gis/parser_dependencies.c:275 #, c-format msgid "Option <%s> requires %s" msgstr "" #: ../lib/gis/parser_dependencies.c:307 #, c-format msgid "Option <%s> requires all of %s" msgstr "" #: ../lib/gis/parser_dependencies.c:334 #, c-format msgid "Option <%s> is mutually exclusive with all of %s" msgstr "" #: ../lib/gis/parser_dependencies.c:360 #, c-format msgid "Either all or none of %s must be given" msgstr "" #: ../lib/gis/parser_dependencies.c:393 ../lib/gis/parser_dependencies.c:430 #, c-format msgid "Internal error: invalid rule type: %d" msgstr "" #: ../lib/gis/find_file.c:114 #, c-format msgid "Data element '%s/%s' was found in more mapsets (also found in <%s>)" msgstr "" #: ../lib/gis/find_file.c:127 #, c-format msgid "Using <%s@%s>..." msgstr "" #: ../lib/gis/debug.c:80 #, c-format msgid "Cannot open debug file '%s'" msgstr "" #: ../lib/gis/key_value3.c:36 #, c-format msgid "Error writing file <%s>: %s" msgstr "" #: ../lib/gis/key_value3.c:64 #, c-format msgid "Error reading file <%s>: %s" msgstr "" #: ../lib/gis/key_value3.c:67 #, c-format msgid "Error closing input file <%s>: %s" msgstr "" #: ../lib/gis/cmprbzip.c:97 ../lib/gis/cmprbzip.c:176 msgid "GRASS needs to be compiled with BZIP2 for BZIP2 compression" msgstr "" #: ../lib/gis/cmprbzip.c:141 #, c-format msgid "BZIP2 version %s compression error %d" msgstr "" #: ../lib/gis/cmprbzip.c:208 #, c-format msgid "BZIP2 version %s decompression error %d" msgstr "" #: ../lib/gis/compress.c:143 ../lib/gis/compress.c:208 #: ../lib/gis/compress.c:225 ../lib/gis/compress.c:240 msgid "Request for unsupported compressor" msgstr "" #: ../lib/gis/compress.c:255 msgid "No destination buffer allocated" msgstr "" #: ../lib/gis/compress.c:262 #, c-format msgid "Invalid read size %d" msgstr "" #: ../lib/gis/compress.c:283 #, c-format msgid "Unable to read %d bytes: end of file" msgstr "" #: ../lib/gis/compress.c:285 #, c-format msgid "Unable to read %d bytes: %s" msgstr "" #: ../lib/gis/compress.c:360 ../lib/gis/compress.c:383 #: ../lib/gis/compress.c:424 msgid "Unable to write compression flag" msgstr "" #: ../lib/gis/compress.c:371 ../lib/gis/compress.c:394 #: ../lib/gis/compress.c:437 #, c-format msgid "Unable to write %d bytes: nothing written" msgstr "" #: ../lib/gis/compress.c:373 ../lib/gis/compress.c:396 #: ../lib/gis/compress.c:439 #, c-format msgid "Unable to write %d bytes: %s" msgstr "" #: ../lib/gis/token.c:169 msgid "parse error" msgstr "" #: ../lib/gis/env.c:128 msgid "No active GRASS session: GISRC environment variable not set" msgstr "" #: ../lib/gis/env.c:360 ../lib/gis/env.c:386 #, c-format msgid "Incomplete GRASS session: Variable '%s' not set" msgstr "" #: ../lib/gis/location.c:61 #, c-format msgid "LOCATION <%s> not available" msgstr "" #: ../lib/gis/parser_wps.c:490 msgid "Multiple outputs are not supported by WPS 1.0.0" msgstr "" #: ../lib/gis/spawn.c:386 #, c-format msgid "CreateProcess() failed: error = %d" msgstr "" #: ../lib/gis/spawn.c:421 #, c-format msgid "G_spawn: unable to redirect descriptor %d" msgstr "" #: ../lib/gis/spawn.c:429 ../lib/gis/spawn.c:619 #, c-format msgid "G_spawn: unable to open file %s" msgstr "" #: ../lib/gis/spawn.c:503 msgid "G_spawn: unable to execute command" msgstr "" #: ../lib/gis/spawn.c:528 ../lib/gis/spawn.c:536 #, c-format msgid "G_spawn: unable to restore signal %d" msgstr "" #: ../lib/gis/spawn.c:567 #, c-format msgid "G_spawn: unable to reset signal %d" msgstr "" #: ../lib/gis/spawn.c:576 #, c-format msgid "G_spawn: unable to ignore signal %d" msgstr "" #: ../lib/gis/spawn.c:587 #, c-format msgid "G_spawn: unable to block signal %d" msgstr "" #: ../lib/gis/spawn.c:595 #, c-format msgid "G_spawn: unable to unblock signal %d" msgstr "" #: ../lib/gis/spawn.c:624 ../lib/gis/spawn.c:633 #, c-format msgid "G_spawn: unable to duplicate descriptor %d to %d" msgstr "" #: ../lib/gis/spawn.c:666 #, c-format msgid "Unable to create a new process: %s" msgstr "" #: ../lib/gis/spawn.c:681 #, c-format msgid "Unable to change directory to %s" msgstr "" #: ../lib/gis/spawn.c:689 #, c-format msgid "Unable to execute command '%s': %s" msgstr "" #: ../lib/gis/timestamp.c:292 #, c-format msgid "Unable to create timestamp file for %s map <%s@%s>" msgstr "" #: ../lib/gis/timestamp.c:301 #, c-format msgid "Invalid timestamp specified for %s map <%s@%s>" msgstr "" #: ../lib/gis/timestamp.c:331 #, c-format msgid "Unable to open timestamp file for %s map <%s@%s>" msgstr "" #: ../lib/gis/timestamp.c:340 #, c-format msgid "Invalid timestamp file for %s map <%s@%s>" msgstr "" #: ../lib/gis/timestamp.c:479 #, c-format msgid "Unable to open timestamp file for vector map <%s@%s>" msgstr "" #: ../lib/gis/timestamp.c:488 #, c-format msgid "Invalid timestamp file for vector map <%s@%s>" msgstr "" #: ../lib/gis/timestamp.c:524 #, c-format msgid "Unable to create timestamp file for vector map <%s@%s>" msgstr "" #: ../lib/gis/timestamp.c:533 #, c-format msgid "Invalid timestamp specified for vector map <%s@%s>" msgstr "" #: ../lib/gis/parser_rest.c:60 ../lib/gis/parser_html.c:69 msgid "NAME" msgstr "" #: ../lib/gis/parser_rest.c:73 ../lib/gis/parser_html.c:82 msgid "KEYWORDS" msgstr "" #: ../lib/gis/parser_rest.c:78 ../lib/gis/parser_html.c:87 msgid "SYNOPSIS" msgstr "" #: ../lib/gis/parser_rest.c:223 ../lib/gis/parser_html.c:245 msgid "Options" msgstr "" #: ../lib/gis/parser_rest.c:230 ../lib/gis/parser_html.c:251 msgid "Default" msgstr "" #: ../lib/gis/mapset.c:38 msgid "MAPSET is not set" msgstr "" #: ../lib/gis/mapset.c:80 #, c-format msgid "MAPSET <%s> not available" msgstr "" #: ../lib/gis/worker.c:84 msgid "Task already has a worker" msgstr "" #: ../lib/gis/rd_cellhd.c:141 ../lib/gis/rd_cellhd.c:180 #: ../lib/gis/rd_cellhd.c:357 #, c-format msgid "Syntax error in cell header, line %d: %s" msgstr "" #: ../lib/gis/rd_cellhd.c:150 msgid "Duplicate projection field" msgstr "" #: ../lib/gis/rd_cellhd.c:153 #, c-format msgid "Invalid projection field: %s" msgstr "" #: ../lib/gis/rd_cellhd.c:160 msgid "Duplicate zone field" msgstr "" #: ../lib/gis/rd_cellhd.c:163 #, c-format msgid "Invalid zone field: %s" msgstr "" #: ../lib/gis/rd_cellhd.c:170 ../lib/gis/rd_cellhd.c:172 #: ../lib/gis/rd_cellhd.c:363 ../lib/gis/rd_cellhd.c:365 #: ../lib/gis/rd_cellhd.c:367 ../lib/gis/rd_cellhd.c:369 #: ../lib/gis/rd_cellhd.c:371 ../lib/gis/rd_cellhd.c:373 #: ../lib/gis/rd_cellhd.c:384 ../lib/gis/rd_cellhd.c:386 #: ../lib/gis/rd_cellhd.c:388 ../lib/gis/rd_cellhd.c:390 #, c-format msgid "Field <%s> missing" msgstr "" #: ../lib/gis/rd_cellhd.c:195 msgid "Duplicate north field" msgstr "" #: ../lib/gis/rd_cellhd.c:197 #, c-format msgid "Invalid north field: %s" msgstr "" #: ../lib/gis/rd_cellhd.c:203 msgid "Duplicate south field" msgstr "" #: ../lib/gis/rd_cellhd.c:205 #, c-format msgid "Invalid south field: %s" msgstr "" #: ../lib/gis/rd_cellhd.c:211 msgid "Duplicate east field" msgstr "" #: ../lib/gis/rd_cellhd.c:213 #, c-format msgid "Invalid east field: %s" msgstr "" #: ../lib/gis/rd_cellhd.c:219 msgid "Duplicate west field" msgstr "" #: ../lib/gis/rd_cellhd.c:221 #, c-format msgid "Invalid west field: %s" msgstr "" #: ../lib/gis/rd_cellhd.c:227 msgid "Duplicate top field" msgstr "" #: ../lib/gis/rd_cellhd.c:229 #, c-format msgid "Invalid top field: %s" msgstr "" #: ../lib/gis/rd_cellhd.c:235 msgid "Duplicate bottom field" msgstr "" #: ../lib/gis/rd_cellhd.c:237 #, c-format msgid "Invalid bottom field: %s" msgstr "" #: ../lib/gis/rd_cellhd.c:243 msgid "Duplicate e-w resolution field" msgstr "" #: ../lib/gis/rd_cellhd.c:245 ../lib/gis/rd_cellhd.c:247 #, c-format msgid "Invalid e-w resolution field: %s" msgstr "" #: ../lib/gis/rd_cellhd.c:253 msgid "Duplicate 3D e-w resolution field" msgstr "" #: ../lib/gis/rd_cellhd.c:255 ../lib/gis/rd_cellhd.c:257 #, c-format msgid "Invalid 3D e-w resolution field: %s" msgstr "" #: ../lib/gis/rd_cellhd.c:263 msgid "Duplicate n-s resolution field" msgstr "" #: ../lib/gis/rd_cellhd.c:265 ../lib/gis/rd_cellhd.c:267 #, c-format msgid "Invalid n-s resolution field: %s" msgstr "" #: ../lib/gis/rd_cellhd.c:273 msgid "Duplicate 3D n-s resolution field" msgstr "" #: ../lib/gis/rd_cellhd.c:275 ../lib/gis/rd_cellhd.c:277 #, c-format msgid "Invalid 3D n-s resolution field: %s" msgstr "" #: ../lib/gis/rd_cellhd.c:283 msgid "Duplicate t-b resolution field" msgstr "" #: ../lib/gis/rd_cellhd.c:285 ../lib/gis/rd_cellhd.c:287 #, c-format msgid "Invalid t-b resolution field: %s" msgstr "" #: ../lib/gis/rd_cellhd.c:293 msgid "Duplicate rows field" msgstr "" #: ../lib/gis/rd_cellhd.c:295 ../lib/gis/rd_cellhd.c:297 #, c-format msgid "Invalid rows field: %s" msgstr "" #: ../lib/gis/rd_cellhd.c:303 msgid "Duplicate 3D rows field" msgstr "" #: ../lib/gis/rd_cellhd.c:305 ../lib/gis/rd_cellhd.c:307 #, c-format msgid "Invalid 3D rows field: %s" msgstr "" #: ../lib/gis/rd_cellhd.c:313 msgid "Duplicate cols field" msgstr "" #: ../lib/gis/rd_cellhd.c:315 ../lib/gis/rd_cellhd.c:317 #, c-format msgid "Invalid cols field: %s" msgstr "" #: ../lib/gis/rd_cellhd.c:323 msgid "Duplicate 3D cols field" msgstr "" #: ../lib/gis/rd_cellhd.c:325 ../lib/gis/rd_cellhd.c:327 #, c-format msgid "Invalid 3D cols field: %s" msgstr "" #: ../lib/gis/rd_cellhd.c:333 msgid "Duplicate depths field" msgstr "" #: ../lib/gis/rd_cellhd.c:335 ../lib/gis/rd_cellhd.c:337 #, c-format msgid "Invalid depths field: %s" msgstr "" #: ../lib/gis/rd_cellhd.c:343 msgid "Duplicate format field" msgstr "" #: ../lib/gis/rd_cellhd.c:345 #, c-format msgid "Invalid format field: %s" msgstr "" #: ../lib/gis/rd_cellhd.c:351 msgid "Duplicate compressed field" msgstr "" #: ../lib/gis/rd_cellhd.c:353 #, c-format msgid "Invalid compressed field: %s" msgstr "" #: ../lib/gis/mkstemp.c:132 msgid "Attempt to create read-only temporary file" msgstr "" #: ../lib/gis/mkstemp.c:138 #, c-format msgid "Unrecognised access mode: %o" msgstr "" #: ../lib/gis/get_window.c:118 #, c-format msgid "Unable to open element file <%s> for <%s@%s>" msgstr "" #: ../lib/gis/get_window.c:123 #, c-format msgid "Region file %s/%s/%s is empty" msgstr "" #: ../lib/gis/ls.c:103 #, c-format msgid "Unable to open directory %s" msgstr "" #: ../lib/gis/parser_standard_options.c:152 msgid "SQL SELECT statement" msgstr "" #: ../lib/gis/parser_standard_options.c:154 msgid "Example: select * from towns where population > 10000" msgstr "" #: ../lib/gis/parser_standard_options.c:162 msgid "WHERE conditions of SQL statement without 'where' keyword" msgstr "" #: ../lib/gis/parser_standard_options.c:163 msgid "Example: income < 1000 and population >= 10000" msgstr "" #: ../lib/gis/parser_standard_options.c:171 msgid "Name of attribute table" msgstr "" #: ../lib/gis/parser_standard_options.c:180 msgid "Name of database driver" msgstr "" #: ../lib/gis/parser_standard_options.c:189 msgid "Name of database" msgstr "" #: ../lib/gis/parser_standard_options.c:198 msgid "Database schema" msgstr "" #: ../lib/gis/parser_standard_options.c:199 msgid "" "Do not use this option if schemas are not supported by driver/database server" msgstr "" #: ../lib/gis/parser_standard_options.c:208 msgid "Name of attribute column" msgstr "" #: ../lib/gis/parser_standard_options.c:217 msgid "Name of attribute column(s)" msgstr "" #: ../lib/gis/parser_standard_options.c:226 msgid "Name of key column" msgstr "" #: ../lib/gis/parser_standard_options.c:227 msgid "Must refer to an integer column" msgstr "" #: ../lib/gis/parser_standard_options.c:239 msgid "Name of input imagery group" msgstr "" #: ../lib/gis/parser_standard_options.c:247 msgid "Name of input imagery subgroup" msgstr "" #: ../lib/gis/parser_standard_options.c:264 msgid "Maximum memory to be used (in MB)" msgstr "" #: ../lib/gis/parser_standard_options.c:265 msgid "Cache size for raster rows" msgstr "" #: ../lib/gis/parser_standard_options.c:273 msgid "Name of input raster map" msgstr "" #: ../lib/gis/parser_standard_options.c:282 msgid "Name of input raster map(s)" msgstr "" #: ../lib/gis/parser_standard_options.c:290 msgid "Name for output raster map" msgstr "" #: ../lib/gis/parser_standard_options.c:299 msgid "Name for output raster map(s)" msgstr "" #: ../lib/gis/parser_standard_options.c:307 msgid "Name of raster map" msgstr "" #: ../lib/gis/parser_standard_options.c:316 msgid "Name of raster map(s)" msgstr "" #: ../lib/gis/parser_standard_options.c:324 msgid "Name of base raster map" msgstr "" #: ../lib/gis/parser_standard_options.c:332 msgid "Name of cover raster map" msgstr "" #: ../lib/gis/parser_standard_options.c:340 msgid "Name of input elevation raster map" msgstr "" #: ../lib/gis/parser_standard_options.c:349 msgid "Name of input elevation raster map(s)" msgstr "" #: ../lib/gis/parser_standard_options.c:356 msgid "Type of raster map to be created" msgstr "" #: ../lib/gis/parser_standard_options.c:357 msgid "Storage type for resultant raster map" msgstr "" #: ../lib/gis/parser_standard_options.c:361 msgid "Integer" msgstr "" #: ../lib/gis/parser_standard_options.c:362 msgid "Single precision floating point" msgstr "" #: ../lib/gis/parser_standard_options.c:363 msgid "Double precision floating point" msgstr "" #: ../lib/gis/parser_standard_options.c:369 msgid "Sampling interpolation method" msgstr "" #: ../lib/gis/parser_standard_options.c:373 msgid "Nearest-neighbor interpolation" msgstr "" #: ../lib/gis/parser_standard_options.c:374 msgid "Bilinear interpolation" msgstr "" #: ../lib/gis/parser_standard_options.c:375 msgid "Bicubic interpolation" msgstr "" #: ../lib/gis/parser_standard_options.c:384 msgid "Name of input basename raster map(s)" msgstr "" #: ../lib/gis/parser_standard_options.c:393 msgid "Name for output basename raster map(s)" msgstr "" #: ../lib/gis/parser_standard_options.c:403 msgid "Name of input 3D raster map" msgstr "" #: ../lib/gis/parser_standard_options.c:412 msgid "Name of input 3D raster map(s)" msgstr "" #: ../lib/gis/parser_standard_options.c:420 msgid "Name for output 3D raster map" msgstr "" #: ../lib/gis/parser_standard_options.c:428 msgid "Name of 3D raster map" msgstr "" #: ../lib/gis/parser_standard_options.c:437 msgid "Name of 3D raster map(s)" msgstr "" #: ../lib/gis/parser_standard_options.c:446 msgid "Data type used in the output raster3d map" msgstr "" #: ../lib/gis/parser_standard_options.c:455 msgid "" "Number of digits used as mantissa in the internal map storage, 0 -23 for " "float, 0 - 52 for double, max or default" msgstr "" #: ../lib/gis/parser_standard_options.c:465 msgid "The compression method used in the output raster3d map" msgstr "" #: ../lib/gis/parser_standard_options.c:475 msgid "" "The dimensions of the tiles used in the output raster3d map (XxYxZ or " "default: 16x16x8)" msgstr "" #: ../lib/gis/parser_standard_options.c:485 msgid "Name of input vector map" msgstr "" #: ../lib/gis/parser_standard_options.c:486 #: ../lib/gis/parser_standard_options.c:513 msgid "Or data source for direct OGR access" msgstr "" #: ../lib/gis/parser_standard_options.c:495 msgid "Name of input vector map(s)" msgstr "" #: ../lib/gis/parser_standard_options.c:496 msgid "Or data source(s) for direct OGR access" msgstr "" #: ../lib/gis/parser_standard_options.c:504 msgid "Name for output vector map" msgstr "" #: ../lib/gis/parser_standard_options.c:512 msgid "Name of vector map" msgstr "" #: ../lib/gis/parser_standard_options.c:522 msgid "Name of vector map(s)" msgstr "" #: ../lib/gis/parser_standard_options.c:531 #: ../lib/gis/parser_standard_options.c:540 msgid "Input feature type" msgstr "" #: ../lib/gis/parser_standard_options.c:547 msgid "Layer number or name" msgstr "" #: ../lib/gis/parser_standard_options.c:549 msgid "" "Vector features can have category values in different layers. This number " "determines which layer to use. When used with direct OGR access this is the " "layer name." msgstr "" #: ../lib/gis/parser_standard_options.c:559 msgid "Layer number or name ('-1' for all layers)" msgstr "" #: ../lib/gis/parser_standard_options.c:561 msgid "" "A single vector map can be connected to multiple database tables. This " "number determines which table to use. When used with direct OGR access this " "is the layer name." msgstr "" #: ../lib/gis/parser_standard_options.c:570 msgid "Category value" msgstr "" #: ../lib/gis/parser_standard_options.c:578 msgid "Category values" msgstr "" #: ../lib/gis/parser_standard_options.c:579 #: ../lib/gis/parser_standard_options.c:594 msgid "Example: 1,3,7-9,13" msgstr "" #: ../lib/gis/parser_standard_options.c:586 msgid "Feature id" msgstr "" #: ../lib/gis/parser_standard_options.c:593 msgid "Feature ids" msgstr "" #: ../lib/gis/parser_standard_options.c:604 #: ../lib/gis/parser_standard_options.c:612 msgid "Name of input file" msgstr "" #: ../lib/gis/parser_standard_options.c:620 msgid "Name for output file" msgstr "" #: ../lib/gis/parser_standard_options.c:629 msgid "Field separator" msgstr "" #: ../lib/gis/parser_standard_options.c:630 msgid "Special characters: pipe, comma, space, tab, newline" msgstr "" #: ../lib/gis/parser_standard_options.c:641 #: ../lib/gis/parser_standard_options.c:652 msgid "Color" msgstr "" #: ../lib/gis/parser_standard_options.c:643 msgid "Either a standard color name or R:G:B triplet" msgstr "" #: ../lib/gis/parser_standard_options.c:654 msgid "Either a standard color name, R:G:B triplet, or \"none\"" msgstr "" #: ../lib/gis/parser_standard_options.c:665 msgid "Name of input directory" msgstr "" #: ../lib/gis/parser_standard_options.c:675 msgid "Units" msgstr "" #: ../lib/gis/parser_standard_options.c:684 msgid "Data type(s)" msgstr "" #: ../lib/gis/parser_standard_options.c:694 msgid "Name of mapset (default: current search path)" msgstr "" #: ../lib/gis/parser_standard_options.c:695 msgid "'.' for current mapset" msgstr "" #: ../lib/gis/parser_standard_options.c:703 msgid "Location name" msgstr "" #: ../lib/gis/parser_standard_options.c:704 msgid "Location name (not location path)" msgstr "" #: ../lib/gis/parser_standard_options.c:714 msgid "GRASS GIS database directory" msgstr "" #: ../lib/gis/parser_standard_options.c:715 msgid "Default: path to the current GRASS GIS database" msgstr "" #: ../lib/gis/parser_standard_options.c:727 msgid "Coordinates" msgstr "" #: ../lib/gis/parser_standard_options.c:736 msgid "Name of color table" msgstr "" #: ../lib/gis/parser_standard_options.c:747 msgid "String representing NULL value" msgstr "" #: ../lib/gis/parser_standard_options.c:756 msgid "Name of saved region" msgstr "" #: ../lib/gis/parser_standard_options.c:771 msgid "Number of threads for parallel computing" msgstr "" #: ../lib/gis/parser_standard_options.c:781 msgid "Name of the input space time dataset" msgstr "" #: ../lib/gis/parser_standard_options.c:790 msgid "Name of the input space time datasets" msgstr "" #: ../lib/gis/parser_standard_options.c:798 msgid "Name of the output space time dataset" msgstr "" #: ../lib/gis/parser_standard_options.c:806 msgid "Name of the input space time raster dataset" msgstr "" #: ../lib/gis/parser_standard_options.c:815 msgid "Name of the input space time raster datasets" msgstr "" #: ../lib/gis/parser_standard_options.c:823 msgid "Name of the output space time raster dataset" msgstr "" #: ../lib/gis/parser_standard_options.c:832 msgid "Name of the output space time raster datasets" msgstr "" #: ../lib/gis/parser_standard_options.c:840 msgid "Name of the input space time vector dataset" msgstr "" #: ../lib/gis/parser_standard_options.c:849 msgid "Name of the input space time vector datasets" msgstr "" #: ../lib/gis/parser_standard_options.c:857 msgid "Name of the output space time vector dataset" msgstr "" #: ../lib/gis/parser_standard_options.c:865 msgid "Name of the input space time raster3d dataset" msgstr "" #: ../lib/gis/parser_standard_options.c:874 msgid "Name of the input space time raster3d datasets" msgstr "" #: ../lib/gis/parser_standard_options.c:882 msgid "Name of the output space time raster3d dataset" msgstr "" #: ../lib/gis/parser_standard_options.c:891 msgid "Type of the input space time dataset" msgstr "" #: ../lib/gis/parser_standard_options.c:899 msgid "Name of the input map" msgstr "" #: ../lib/gis/parser_standard_options.c:908 msgid "Name of the input maps" msgstr "" #: ../lib/gis/parser_standard_options.c:917 msgid "Type of the input map" msgstr "" #: ../lib/gis/parser_standard_options.c:926 msgid "The temporal type of the space time dataset" msgstr "" #: ../lib/gis/parser_standard_options.c:933 msgid "" "WHERE conditions of SQL statement without 'where' keyword used in the " "temporal GIS framework" msgstr "" #: ../lib/gis/parser_standard_options.c:934 msgid "Example: start_time > '2001-01-01 12:30:00'" msgstr "" #: ../lib/gis/parser_standard_options.c:944 msgid "The method to be used for sampling the input dataset" msgstr "" #: ../lib/gis/parser_standard_options.c:978 msgid "Do not create attribute table" msgstr "" #: ../lib/gis/parser_standard_options.c:982 msgid "Do not build topology" msgstr "" #: ../lib/gis/parser_standard_options.c:983 msgid "Advantageous when handling a large number of points" msgstr "" #: ../lib/gis/color_rules.c:98 msgid "no description" msgstr "" #: ../lib/gis/color_rules.c:292 msgid "Unable to open color rule" msgstr "" #: ../lib/gis/color_rules.c:341 ../lib/gis/color_rules.c:352 #: ../lib/gis/color_rules.c:356 ../lib/gis/color_rules.c:360 msgid "range: map values" msgstr "" #: ../lib/gis/color_rules.c:343 #, c-format msgid "range: %g to %g" msgstr "" #: ../lib/gis/color_rules.c:368 msgid "Unable to open color descriptions" msgstr "" #: ../lib/temporal/lib/default_name.c:69 msgid "Programmer error - only SQLite driver is currently supported" msgstr "" #: ../lib/temporal/lib/connect.c:110 #, c-format msgid "Mapset <%s> does not exist." msgstr "" #: ../lib/nviz/map_obj.c:59 msgid "Maximum surfaces loaded!" msgstr "" #: ../lib/nviz/map_obj.c:88 msgid "Maximum vector line maps loaded!" msgstr "" #: ../lib/nviz/map_obj.c:97 ../lib/nviz/map_obj.c:128 #, c-format msgid "Error loading vector map <%s>" msgstr "" #: ../lib/nviz/map_obj.c:116 msgid "Maximum vector point maps loaded!" msgstr "" #: ../lib/nviz/map_obj.c:143 msgid "Maximum volumes loaded!" msgstr "" #: ../lib/nviz/map_obj.c:152 #, c-format msgid "Error loading 3d raster map <%s>" msgstr "" #: ../lib/nviz/map_obj.c:160 msgid "Nviz_new_map_obj(): unsupported data type" msgstr "" #: ../lib/nviz/render.c:39 #, c-format msgid "Unable to get function address for %s" msgstr "" #: ../lib/nviz/render.c:163 msgid "Bad server connection" msgstr "" #: ../lib/nviz/render.c:169 msgid "Unable to get visual info" msgstr "" #: ../lib/nviz/render.c:176 msgid "Unable to create rendering context" msgstr "" #: ../lib/nviz/render.c:225 #, c-format msgid "Unable to choose pixel format (CGL error = %d)" msgstr "" #: ../lib/nviz/render.c:231 #, c-format msgid "Unable to create context (CGL error = %d)" msgstr "" #: ../lib/nviz/render.c:266 msgid "Unable to register window class" msgstr "" #: ../lib/nviz/render.c:275 msgid "Unable to create window" msgstr "" #: ../lib/nviz/render.c:323 #, c-format msgid "Unable to set current context (CGL error = %d)" msgstr "" #: ../lib/nviz/render.c:361 #, c-format msgid "Incomplete framebuffer status (status = %d)" msgstr "" #: ../lib/nviz/lights.c:171 msgid "Unable to define new light" msgstr "" #: ../lib/nviz/nviz.c:128 #, c-format msgid "Invalid color (%s), using \"white\" as default" msgstr "" #: ../lib/nviz/position.c:56 msgid "Unable to set focus" msgstr "" #: ../lib/imagery/manage_signatures.c:82 ../lib/imagery/manage_signatures.c:127 #: ../lib/imagery/manage_signatures.c:183 #: ../lib/imagery/manage_signatures.c:192 #, c-format msgid "%s is not in the current mapset (%s)" msgstr "" #: ../lib/imagery/manage_signatures.c:89 ../lib/manage/do_remove.c:89 #: ../lib/manage/do_remove.c:111 #, c-format msgid "%s removed" msgstr "" #: ../lib/imagery/manage_signatures.c:92 #, c-format msgid "Unable to remove %s signature" msgstr "" #: ../lib/imagery/manage_signatures.c:95 ../lib/imagery/manage_signatures.c:137 #: ../lib/imagery/manage_signatures.c:202 ../lib/manage/do_remove.c:86 #: ../lib/manage/do_remove.c:108 ../lib/manage/do_rename.c:85 #: ../lib/manage/do_rename.c:107 ../lib/manage/do_copy.c:61 #, c-format msgid "%s is missing" msgstr "" #: ../lib/imagery/manage_signatures.c:151 ../lib/manage/do_copy.c:50 #: ../lib/manage/do_copy.c:67 #, c-format msgid "Unable to copy <%s> to current mapset as <%s>" msgstr "" #: ../lib/imagery/manage_signatures.c:213 #, c-format msgid "Unable to rename <%s> to <%s>" msgstr "" #: ../lib/imagery/iscatt_core.c:81 #, c-format msgid "Unable to write header into category raster condition file <%s>." msgstr "" #: ../lib/imagery/iscatt_core.c:98 #, c-format msgid "Unable to write into category raster condition file <%s>." msgstr "" #: ../lib/imagery/iscatt_core.c:255 #, c-format msgid "Unable to open category raster conditions file <%s>." msgstr "" #: ../lib/imagery/iscatt_core.c:263 #, c-format msgid "Unable to find patch raster <%s>." msgstr "" #: ../lib/imagery/iscatt_core.c:280 #, c-format msgid "Resolutions of patch <%s> and patched file <%s> are not same." msgstr "" #: ../lib/imagery/iscatt_core.c:307 ../lib/imagery/iscatt_core.c:349 #, c-format msgid "Corrupted category raster conditions file <%s> (fseek failed)" msgstr "" #: ../lib/imagery/iscatt_core.c:338 #, c-format msgid "Unable to write into category raster conditions file <%s>" msgstr "" #: ../lib/imagery/iscatt_core.c:526 msgid "Unable to read from category raster condition file." msgstr "" #: ../lib/imagery/iscatt_core.c:533 msgid "Invalid size of category raster conditions file." msgstr "" #: ../lib/imagery/iscatt_core.c:579 msgid "" "Data inconsistent. Value computed for scatter plot is out of initialized " "range." msgstr "" #: ../lib/imagery/iscatt_core.c:745 #, c-format msgid "Unable to find raster <%s>" msgstr "" #: ../lib/imagery/iscatt_core.c:755 #, c-format msgid "Unable to open raster <%s>" msgstr "" #: ../lib/imagery/iscatt_core.c:761 #, c-format msgid "Raster <%s> type is not <%s>" msgstr "" #: ../lib/imagery/iscatt_core.c:775 #, c-format msgid "Unable to read range of raster <%s>" msgstr "" #: ../lib/imagery/iscatt_core.c:803 #, c-format msgid "Unable to open category raster condition file <%s>" msgstr "" #: ../lib/imagery/iscatt_core.c:817 msgid "Corrupted category raster conditions file (fseek failed)" msgstr "" #: ../lib/imagery/iscatt_core.c:972 ../lib/imagery/iclass_statistics.c:227 #, c-format msgid "prepare_signature: scan line %d has odd number of points." msgstr "" #: ../lib/imagery/iscatt_core.c:981 ../lib/imagery/iclass_statistics.c:237 msgid "signature: perimeter points out of order." msgstr "" #: ../lib/imagery/fopen.c:25 #, c-format msgid "Unable to find file [%s] of group [%s in %s]" msgstr "" #: ../lib/imagery/fopen.c:33 ../lib/imagery/fopen.c:89 #, c-format msgid "Unable to open file [%s] of group [%s in %s]" msgstr "" #: ../lib/imagery/fopen.c:52 #, c-format msgid "Unable to find file [%s] for subgroup [%s] of group [%s in %s]" msgstr "" #: ../lib/imagery/fopen.c:63 ../lib/imagery/fopen.c:164 #, c-format msgid "Unable to open file [%s] for subgroup [%s] of group [%s in %s]" msgstr "" #: ../lib/imagery/fopen.c:76 #, c-format msgid "Unable to create file [%s] of group [%s in %s]" msgstr "" #: ../lib/imagery/fopen.c:142 #, c-format msgid "Unable to create file [%s] for subgroup [%s] of group [%s in %s]" msgstr "" #: ../lib/imagery/iclass.c:83 #, c-format msgid "No areas in category %d" msgstr "" #: ../lib/imagery/iclass.c:127 #, c-format msgid "Raster map <%s@%s> in subgroup <%s> does not exist" msgstr "" #: ../lib/imagery/iclass.c:131 #, c-format msgid "Raster map <%s@%s> in group <%s> does not exist" msgstr "" #: ../lib/imagery/iclass.c:143 #, c-format msgid "Subgroup <%s> does not have enough files (it has %d files)" msgstr "" #: ../lib/imagery/iclass.c:147 #, c-format msgid "Group <%s> does not have enough files (it has %d files)" msgstr "" #: ../lib/imagery/iclass_statistics.c:218 msgid "prepare_signature: outline has odd number of points." msgstr "" #: ../lib/imagery/iclass_statistics.c:248 #, c-format msgid "Data error preparing signatures: value (%d) > num of cats (%d)" msgstr "" #: ../lib/imagery/iclass_statistics.c:561 #: ../lib/imagery/iclass_statistics.c:584 #: ../lib/imagery/iclass_statistics.c:607 #: ../lib/imagery/iclass_statistics.c:630 #: ../lib/imagery/iclass_statistics.c:653 #: ../lib/imagery/iclass_statistics.c:680 #: ../lib/imagery/iclass_statistics.c:712 #: ../lib/imagery/iclass_statistics.c:735 #: ../lib/imagery/iclass_statistics.c:758 msgid "Band index out of range" msgstr "" #: ../lib/imagery/iclass_statistics.c:684 msgid "Cell category value out of range" msgstr "" #: ../lib/imagery/iclass_signatures.c:118 #, c-format msgid "Unable to open output signature file '%s'" msgstr "" #: ../lib/imagery/sig.c:151 ../lib/imagery/sigset.c:150 msgid "Invalid signature file" msgstr "" #: ../lib/imagery/sig.c:156 ../lib/imagery/sigset.c:154 msgid "Invalid signature file version" msgstr "" #: ../lib/imagery/sig.c:194 ../lib/imagery/sigset.c:220 msgid "Invalid signature file: semantic label length limit exceeded" msgstr "" #: ../lib/imagery/sig.c:203 ../lib/imagery/sigset.c:228 msgid "Signature file does not contain bands" msgstr "" #: ../lib/imagery/iclass_perimeter.c:109 #, c-format msgid "Get area %d failed" msgstr "" #: ../lib/imagery/iclass_perimeter.c:116 msgid "Perimeter computation failed" msgstr "" #: ../lib/imagery/iclass_perimeter.c:208 msgid "Invalid polygon" msgstr "" #: ../lib/imagery/iclass_perimeter.c:253 msgid "Outlined area is too large." msgstr "" #: ../lib/imagery/list_subgp.c:91 #, c-format msgid "subgroup <%s> of group <%s> is empty\n" msgstr "" #: ../lib/imagery/list_subgp.c:103 #, c-format msgid "subgroup <%s> of group <%s> references the following raster maps\n" msgstr "" #: ../lib/imagery/target.c:38 #, c-format msgid "Unable to read target file for group [%s]" msgstr "" #: ../lib/imagery/list_gp.c:34 #, c-format msgid "group <%s> is empty\n" msgstr "" #: ../lib/imagery/list_gp.c:44 #, c-format msgid "group <%s> references the following raster maps\n" msgstr "" #: ../lib/imagery/points.c:124 #, c-format msgid "Unable to open control point file for group [%s in %s]" msgstr "" #: ../lib/imagery/points.c:132 #, c-format msgid "Bad format in control point file for group [%s in %s]" msgstr "" #: ../lib/imagery/points.c:159 #, c-format msgid "Unable to create control point file for group [%s in %s]" msgstr "" #: ../lib/imagery/georef_tps.c:212 msgid "Calculating forward transformation coefficients" msgstr "" #: ../lib/imagery/georef_tps.c:229 msgid "Calculating backward transformation coefficients" msgstr "" #: ../lib/imagery/georef_tps.c:272 ../lib/imagery/georef_tps.c:275 #: ../lib/imagery/georef_tps.c:278 ../lib/imagery/georef_tps.c:283 #: ../lib/imagery/georef_tps.c:286 #, c-format msgid "%s: out of memory" msgstr "" #: ../lib/htmldriver/graph_set.c:97 #, c-format msgid "html: collecting to file '%s'" msgstr "" #: ../lib/htmldriver/graph_set.c:98 #, c-format msgid "html: image size %dx%d" msgstr "" #: ../lib/htmldriver/graph_set.c:111 ../lib/htmldriver/graph_set.c:115 #: ../lib/htmldriver/graph_set.c:119 #, c-format msgid "html: type '%s'" msgstr "" #: ../lib/lidar/raster.c:74 ../lib/lidar/raster.c:89 ../lib/lidar/raster.c:102 #: ../lib/lidar/raster.c:119 ../lib/lidar/raster.c:134 #: ../lib/lidar/raster.c:147 ../lib/lidar/raster.c:162 #: ../lib/lidar/raster.c:175 #, c-format msgid "Unable to access table <%s>" msgstr "" #: ../lib/lidar/zones.c:476 ../lib/lidar/zones.c:513 #, c-format msgid "<%s> created in database." msgstr "" #: ../lib/lidar/zones.c:480 ../lib/lidar/zones.c:517 #, c-format msgid "<%s> has not been created in database." msgstr "" #: ../lib/display/tran_colr.c:107 ../lib/display/tran_colr.c:109 #, c-format msgid "[%s]: No such color" msgstr "" #: ../lib/display/r_raster.c:98 #, c-format msgid "Both %s and %s are defined. %s will be ignored." msgstr "" #: ../lib/display/r_raster.c:131 #, c-format msgid "" "Neither %s (managed by d.mon command) nor %s (used for direct rendering) " "defined" msgstr "" #: ../lib/display/r_raster.c:150 #, c-format msgid "Unknown display driver <%s>" msgstr "" #: ../lib/display/r_raster.c:151 #, c-format msgid "Using display driver <%s>..." msgstr "" #: ../lib/display/icon.c:80 #, c-format msgid "Unsupported icon %d" msgstr "" #: ../lib/gmath/solvers_direct.c:45 msgid "Starting direct gauss elimination solver" msgstr "" #: ../lib/gmath/solvers_direct.c:73 msgid "Starting direct lu decomposition solver" msgstr "" #: ../lib/gmath/solvers_direct.c:131 msgid "Starting cholesky decomposition solver" msgstr "" #: ../lib/gmath/solvers_direct.c:134 ../lib/gmath/solvers_krylov.c:254 #: ../lib/gmath/solvers_krylov.c:482 ../lib/gmath/solvers_krylov.c:646 msgid "Unable to solve the linear equation system" msgstr "" #: ../lib/gmath/solvers_krylov.c:262 #, c-format msgid "Sparse PCG -- iteration %i error %g\n" msgstr "" #: ../lib/gmath/solvers_krylov.c:264 #, c-format msgid "PCG -- iteration %i error %g\n" msgstr "" #: ../lib/gmath/solvers_krylov.c:490 #, c-format msgid "Sparse CG -- iteration %i error %g\n" msgstr "" #: ../lib/gmath/solvers_krylov.c:492 #, c-format msgid "CG -- iteration %i error %g\n" msgstr "" #: ../lib/gmath/solvers_krylov.c:695 #, c-format msgid "Sparse BiCGStab -- iteration %i error %g\n" msgstr "" #: ../lib/gmath/solvers_krylov.c:698 #, c-format msgid "BiCGStab -- iteration %i error %g\n" msgstr "" #: ../lib/gmath/del2g.c:50 msgid " taking FFT of image..." msgstr "" #: ../lib/gmath/del2g.c:56 msgid " computing del**2 g..." msgstr "" #: ../lib/gmath/del2g.c:59 msgid " taking FFT of del**2 g..." msgstr "" #: ../lib/gmath/del2g.c:63 msgid " multiplying transforms..." msgstr "" #: ../lib/gmath/del2g.c:66 msgid " taking inverse FFT..." msgstr "" #: ../lib/gmath/la.c:61 ../lib/gmath/la.c:117 msgid "Matrix dimensions out of range" msgstr "" #: ../lib/gmath/la.c:150 msgid "Matrix is not initialised fully." msgstr "" #: ../lib/gmath/la.c:155 msgid "Unable to allocate space for matrix copy" msgstr "" #: ../lib/gmath/la.c:220 msgid "Input matrix is uninitialized" msgstr "" #: ../lib/gmath/la.c:285 msgid "First scalar multiplier must be non-zero" msgstr "" #: ../lib/gmath/la.c:291 ../lib/gmath/la.c:299 ../lib/gmath/la.c:364 msgid "One or both input matrices uninitialised" msgstr "" #: ../lib/gmath/la.c:304 ../lib/gmath/la.c:369 msgid "Matrix order does not match" msgstr "" #: ../lib/gmath/la.c:310 msgid "Unable to allocate space for matrix sum" msgstr "" #: ../lib/gmath/la.c:374 msgid "Unable to allocate space for matrix product" msgstr "" #: ../lib/gmath/la.c:486 msgid "Input: one or both data matrices uninitialised" msgstr "" #: ../lib/gmath/la.c:491 msgid "Principal matrix is not properly dimensioned" msgstr "" #: ../lib/gmath/la.c:496 msgid "Input: you must have at least one array to solve" msgstr "" #: ../lib/gmath/la.c:502 msgid "Could not allocate space for solution matrix" msgstr "" #: ../lib/gmath/la.c:508 ../lib/gmath/la.c:516 msgid "Could not allocate space for working matrix" msgstr "" #: ../lib/gmath/la.c:569 msgid "Matrix (or submatrix is singular). Solution undetermined" msgstr "" #: ../lib/gmath/la.c:573 msgid "Problem in LA routine." msgstr "" #: ../lib/gmath/la.c:580 msgid "Procedure not yet available for selected matrix type" msgstr "" #: ../lib/gmath/la.c:614 msgid "Matrix is not square. Cannot determine inverse" msgstr "" #: ../lib/gmath/la.c:619 msgid "Unable to allocate space for matrix" msgstr "" #: ../lib/gmath/la.c:636 msgid "Matrix is singular" msgstr "" #: ../lib/gmath/la.c:641 msgid "Problem in LA procedure." msgstr "" #: ../lib/gmath/la.c:729 msgid "Element array has not been allocated" msgstr "" #: ../lib/gmath/la.c:734 msgid "Specified element is outside array bounds" msgstr "" #: ../lib/gmath/la.c:788 msgid "Specified matrix column index is outside range" msgstr "" #: ../lib/gmath/la.c:793 ../lib/gmath/la.c:834 ../lib/gmath/la.c:1198 #: ../lib/gmath/la.c:1250 ../lib/gmath/la.c:1325 msgid "Matrix is not initialised" msgstr "" #: ../lib/gmath/la.c:798 ../lib/gmath/la.c:839 msgid "Could not allocate space for vector structure" msgstr "" #: ../lib/gmath/la.c:829 msgid "Specified matrix row index is outside range" msgstr "" #: ../lib/gmath/la.c:869 msgid "Specified row index is outside range" msgstr "" #: ../lib/gmath/la.c:874 msgid "Specified column index is outside range" msgstr "" #: ../lib/gmath/la.c:894 msgid "Unknown vector type." msgstr "" #: ../lib/gmath/la.c:949 msgid "Input matrix and vector have differing dimensions1" msgstr "" #: ../lib/gmath/la.c:955 ../lib/gmath/la.c:1071 ../lib/gmath/la.c:1361 msgid "Output vector is uninitialized" msgstr "" #: ../lib/gmath/la.c:1076 ../lib/gmath/la.c:1366 msgid "Vectors are not of the same type" msgstr "" #: ../lib/gmath/la.c:1081 msgid "Output vector is of incorrect type" msgstr "" #: ../lib/gmath/la.c:1086 ../lib/gmath/la.c:1376 msgid "Matrices not allowed" msgstr "" #: ../lib/gmath/la.c:1092 ../lib/gmath/la.c:1383 msgid "Vectors have differing dimensions" msgstr "" #: ../lib/gmath/la.c:1098 ../lib/gmath/la.c:1390 msgid "Output vector has incorrect dimension" msgstr "" #: ../lib/gmath/la.c:1143 msgid "Vector dimensions out of range" msgstr "" #: ../lib/gmath/la.c:1148 msgid "Row/column out of range" msgstr "" #: ../lib/gmath/la.c:1371 msgid "Output vector is not the same type as others" msgstr "" #: ../lib/gmath/la.c:1437 msgid "Vector structure is not initialised" msgstr "" #: ../lib/gmath/la.c:1558 ../lib/gmath/la.c:1566 ../lib/gmath/la.c:1571 msgid "Input format error" msgstr "" #: ../lib/gmath/solvers_classic_iter.c:84 #, c-format msgid "sparse Jacobi -- iteration %5i error %g\n" msgstr "" #: ../lib/gmath/solvers_classic_iter.c:156 #, c-format msgid "sparse SOR -- iteration %5i error %g\n" msgstr "" #: ../lib/gmath/solvers_classic_iter.c:218 #, c-format msgid "Jacobi -- iteration %5i error %g\n" msgstr "" #: ../lib/gmath/solvers_classic_iter.c:275 #, c-format msgid "SOR -- iteration %5i error %g\n" msgstr "" #: ../lib/gmath/solvers_direct_cholesky_band.c:33 #, c-format msgid "Decomposition failed at row %i and col %i" msgstr "" #: ../lib/gmath/test/test_ccmath_wrapper.c:37 msgid "" "\n" "++ Running ccmath wrapper unit tests ++" msgstr "" #: ../lib/gmath/test/test_ccmath_wrapper.c:42 msgid "" "\n" "-- ccmath wrapper unit tests failure --" msgstr "" #: ../lib/gmath/test/test_ccmath_wrapper.c:44 msgid "" "\n" "-- ccmath wrapper unit tests finished successfully --" msgstr "" #: ../lib/gmath/test/bench_solver_direct.c:34 msgid "" "\n" "++ Running direct solver benchmark ++" msgstr "" #: ../lib/gmath/test/test_blas1.c:40 msgid "" "\n" "++ Running blas level 1 unit tests ++" msgstr "" #: ../lib/gmath/test/test_blas1.c:47 msgid "" "\n" "-- blas level 1 unit tests failure --" msgstr "" #: ../lib/gmath/test/test_blas1.c:49 msgid "" "\n" "-- blas level 1 unit tests finished successfully --" msgstr "" #: ../lib/gmath/test/test_main.c:47 #: ../lib/vector/rtree/test_suite/test_main.c:44 #: ../lib/db/dbmi_base/test/test_main.c:47 msgid "Choose the unit tests to run" msgstr "" #: ../lib/gmath/test/test_main.c:54 ../lib/db/dbmi_base/test/test_main.c:54 msgid "Choose the integration tests to run" msgstr "" #: ../lib/gmath/test/test_main.c:61 msgid "The size of the matrices and vectors for benchmarking" msgstr "" #: ../lib/gmath/test/test_main.c:68 msgid "Choose solver benchmark" msgstr "" #: ../lib/gmath/test/test_main.c:75 msgid "Choose blas benchmark" msgstr "" #: ../lib/gmath/test/test_main.c:79 ../lib/db/dbmi_base/test/test_main.c:58 msgid "Run all unit tests" msgstr "" #: ../lib/gmath/test/test_main.c:83 ../lib/db/dbmi_base/test/test_main.c:62 msgid "Run all integration tests" msgstr "" #: ../lib/gmath/test/test_main.c:87 ../lib/db/dbmi_base/test/test_main.c:66 msgid "Run all unit and integration tests" msgstr "" #: ../lib/gmath/test/test_main.c:106 msgid "Performs benchmarks, unit and integration tests for the gmath library" msgstr "" #: ../lib/gmath/test/bench_solver_krylov.c:34 msgid "" "\n" "++ Running krylov solver benchmark ++" msgstr "" #: ../lib/gmath/test/bench_blas2.c:35 msgid "" "\n" "++ Running blas level 2 benchmark ++" msgstr "" #: ../lib/gmath/test/test_blas2.c:38 msgid "" "\n" "++ Running blas level 2 unit tests ++" msgstr "" #: ../lib/gmath/test/test_blas2.c:44 msgid "" "\n" "-- blas level 2 unit tests failure --" msgstr "" #: ../lib/gmath/test/test_blas2.c:46 msgid "" "\n" "-- blas level 2 unit tests finished successfully --" msgstr "" #: ../lib/gmath/test/bench_blas3.c:34 msgid "" "\n" "++ Running blas level 3 benchmark ++" msgstr "" #: ../lib/gmath/test/test_matrix_conversion.c:37 msgid "" "\n" "++ Running matrix conversion unit tests ++" msgstr "" #: ../lib/gmath/test/test_matrix_conversion.c:42 msgid "" "\n" "-- Matrix conversion unit tests failure --" msgstr "" #: ../lib/gmath/test/test_matrix_conversion.c:44 msgid "" "\n" "-- Matrix conversion unit tests finished successfully --" msgstr "" #: ../lib/gmath/test/test_blas3.c:38 msgid "" "\n" "++ Running blas level 3 unit tests ++" msgstr "" #: ../lib/gmath/test/test_blas3.c:44 msgid "" "\n" "-- blas level 3 unit tests failure --" msgstr "" #: ../lib/gmath/test/test_blas3.c:46 msgid "" "\n" "-- blas level 3 unit tests finished successfully --" msgstr "" #: ../lib/gmath/test/test_solvers.c:37 msgid "" "\n" "++ Running solver unit tests ++" msgstr "" #: ../lib/gmath/test/test_solvers.c:42 msgid "" "\n" "-- Solver unit tests failure --" msgstr "" #: ../lib/gmath/test/test_solvers.c:44 msgid "" "\n" "-- Solver unit tests finished successfully --" msgstr "" #: ../lib/manage/do_remove.c:41 #, c-format msgid "Removing %s <%s>" msgstr "" #: ../lib/manage/do_remove.c:54 ../lib/manage/do_rename.c:52 #: ../lib/vector/Vlib/map.c:262 ../lib/vector/Vlib/open.c:235 #: ../lib/vector/Vlib/legal_vname.c:141 ../lib/vector/Vlib/legal_vname.c:144 #: ../lib/ogsf/gv3.c:60 ../lib/ogsf/gv3.c:333 ../lib/ogsf/gp3.c:56 #: ../lib/ogsf/gp3.c:191 #, c-format msgid "Vector map <%s> not found" msgstr "" #: ../lib/manage/do_remove.c:62 msgid "Unable to delete vector map" msgstr "" #: ../lib/manage/do_remove.c:75 ../lib/manage/do_rename.c:74 #: ../lib/gpde/n_arrays_io.c:273 ../lib/ogsf/gvl3.c:40 #: ../lib/ogsf/gvl_file.c:427 #, c-format msgid "3D raster map <%s> not found" msgstr "" #: ../lib/manage/do_remove.c:82 #, c-format msgid "Unable to remove %s element" msgstr "" #: ../lib/manage/do_remove.c:101 ../lib/manage/do_rename.c:99 #: ../lib/manage/do_copy.c:83 msgid "String for secondary color table has been truncated" msgstr "" #: ../lib/manage/do_remove.c:104 #, c-format msgid "Unable to remove %s" msgstr "" #: ../lib/manage/do_remove.c:120 #, c-format msgid "<%s> nothing removed" msgstr "" #: ../lib/manage/do_rename.c:42 #, c-format msgid "Rename %s <%s> to <%s>" msgstr "" #: ../lib/manage/do_rename.c:60 #, c-format msgid "Unable to rename vector map <%s> to <%s>" msgstr "" #: ../lib/manage/do_rename.c:81 ../lib/manage/do_rename.c:103 #, c-format msgid "Unable to rename %s" msgstr "" #: ../lib/manage/do_rename.c:88 ../lib/manage/do_rename.c:110 #, c-format msgid "%s renamed" msgstr "" #: ../lib/manage/do_rename.c:119 #, c-format msgid "<%s> nothing renamed" msgstr "" #: ../lib/manage/option.c:47 #, c-format msgid "%s to be %s" msgstr "" #: ../lib/manage/option.c:51 msgid "Raster" msgstr "" #: ../lib/manage/option.c:53 msgid "Vector" msgstr "" #: ../lib/manage/option.c:55 msgid "Region" msgstr "" #: ../lib/manage/option.c:57 msgid "Group" msgstr "" #: ../lib/manage/read_list.c:73 #, c-format msgid "Unable to open data base element list '%s'" msgstr "" #: ../lib/manage/read_list.c:134 #, c-format msgid "Format error: file ('%s') line (%d) - %s" msgstr "" #: ../lib/manage/do_copy.c:43 #, c-format msgid "Copying %s <%s> to current mapset as <%s>" msgstr "" #: ../lib/manage/do_copy.c:72 #, c-format msgid "%s copied" msgstr "" #: ../lib/manage/do_list.c:30 #, c-format msgid "%s: invalid index %d" msgstr "" #: ../lib/vector/diglib/file.c:159 msgid "Writing to file loaded to memory not supported" msgstr "" #: ../lib/vector/diglib/file.c:197 msgid "Unable to load file to memory, file not open" msgstr "" #: ../lib/vector/diglib/file.c:212 msgid "Vector memory mode not supported, using 'AUTO'" msgstr "" #: ../lib/vector/diglib/plus_struct.c:523 #, c-format msgid "" "This version of GRASS (%d.%d) is too old to read this topology format. Try " "to rebuild topology or upgrade GRASS to at least version %d." msgstr "" #: ../lib/vector/diglib/plus_struct.c:529 #, c-format msgid "" "Your GRASS version does not fully support topology format %d.%d of the " "vector. Consider to rebuild topology or upgrade GRASS." msgstr "" #: ../lib/vector/diglib/plus_struct.c:539 #, c-format msgid "" "Old topology format version %d.%d is not supported by this release. Try to " "rebuild topology using v.build or v.build.all module." msgstr "" #: ../lib/vector/diglib/plus_struct.c:563 ../lib/vector/diglib/portable.c:208 #: ../lib/vector/diglib/portable.c:241 ../lib/vector/diglib/portable.c:683 msgid "Vector exceeds supported file size limit" msgstr "" #: ../lib/vector/diglib/plus_node.c:213 #, c-format msgid "" "Attempt to read line angle for the line which is not connected to the node: " "node %d, line %d" msgstr "" #: ../lib/vector/diglib/port_init.c:158 #, c-format msgid "Unable to find '%x' in %s" msgstr "" #: ../lib/vector/diglib/frmt.c:45 ../lib/vector/diglib/frmt.c:70 #, c-format msgid "Vector format not recognized: %s" msgstr "" #: ../lib/vector/diglib/frmt.c:79 ../lib/vector/diglib/frmt.c:88 #, c-format msgid "Vector format '%s' not supported" msgstr "" #: ../lib/vector/diglib/frmt.c:97 #, c-format msgid "Format definition is not correct: %s" msgstr "" #: ../lib/vector/diglib/plus_area.c:218 ../lib/vector/diglib/plus_area.c:718 #, c-format msgid "Line %d already has area/isle %d to left" msgstr "" #: ../lib/vector/diglib/plus_area.c:228 ../lib/vector/diglib/plus_area.c:726 #, c-format msgid "Line %d already has area/isle %d to right" msgstr "" #: ../lib/vector/diglib/plus_area.c:282 msgid "Isle already registered in area" msgstr "" #: ../lib/vector/diglib/plus_area.c:316 msgid "Attempt to delete isle from dead area" msgstr "" #: ../lib/vector/diglib/plus_area.c:324 #, c-format msgid "Attempt to delete not registered isle %d from area %d" msgstr "" #: ../lib/vector/diglib/plus_area.c:371 msgid "Attempt to delete dead area" msgstr "" #: ../lib/vector/diglib/plus_area.c:410 #, c-format msgid "Dead centroid %d registered for area (bug in the vector library)" msgstr "" #: ../lib/vector/diglib/plus_area.c:433 #, c-format msgid "Attempt to delete area %d info from dead isle %d" msgstr "" #: ../lib/vector/diglib/plus_area.c:784 #, c-format msgid "Attempt to delete isle %d info from dead area %d" msgstr "" #: ../lib/vector/diglib/cindex_rw.c:156 #, c-format msgid "" "This version of GRASS (%d.%d) is too old to read this category index format. " "Try to rebuild topology or upgrade GRASS to at least version %d." msgstr "" #: ../lib/vector/diglib/spindex_rw.c:99 ../lib/vector/diglib/spindex_rw.c:107 msgid "Topology file must be written before spatial index file" msgstr "" #: ../lib/vector/diglib/spindex_rw.c:303 #, c-format msgid "" "This version of GRASS (%d.%d) is too old to read this spatial index format. " "Try to rebuild topology or upgrade GRASS to at least version %d." msgstr "" #: ../lib/vector/diglib/spindex_rw.c:309 #, c-format msgid "" "Your GRASS version does not fully support spatial index format %d.%d of the " "vector. Consider to rebuild topology or upgrade GRASS." msgstr "" #: ../lib/vector/diglib/spindex_rw.c:318 #, c-format msgid "" "Spatial index format version %d.%d is not supported by this release. Please " "rebuild topology." msgstr "" #: ../lib/vector/diglib/spindex.c:450 #, c-format msgid "Unable to delete node %d from spatial index" msgstr "" #: ../lib/vector/diglib/spindex.c:493 #, c-format msgid "Unable to delete line %d from spatial index" msgstr "" #: ../lib/vector/diglib/spindex.c:529 msgid "Attempt to delete sidx for dead area" msgstr "" #: ../lib/vector/diglib/spindex.c:546 #, c-format msgid "Unable to delete area %d from spatial index" msgstr "" #: ../lib/vector/diglib/spindex.c:595 #, c-format msgid "Unable to delete isle %d from spatial index" msgstr "" #: ../lib/vector/diglib/test.c:58 msgid "Unable to open test.tmp file" msgstr "" #: ../lib/vector/diglib/test.c:75 #, c-format msgid "" "Error in read/write portable double, byte_order = %d Written: %.16e3E Read: " "%.16e3E" msgstr "" #: ../lib/vector/diglib/test.c:89 #, c-format msgid "" "Error in read/write portable float, byte_order = %d Written: %.8e3E Read: " "%.8e3E" msgstr "" #: ../lib/vector/diglib/test.c:104 #, c-format msgid "" "Error in read/write portable off_t, byte_order = %d Written: %lu Read: %lu" msgstr "" #: ../lib/vector/diglib/test.c:119 #, c-format msgid "" "Error in read/write portable long, byte_order = %d Written: %lu Read: %lu" msgstr "" #: ../lib/vector/diglib/test.c:134 #, c-format msgid "Error in read/write portable int, byte_order = %d Written: %d Read: %d" msgstr "" #: ../lib/vector/diglib/test.c:150 #, c-format msgid "" "Error in read/write portable short, byte_order = %d Written: %d Read: %d" msgstr "" #: ../lib/vector/diglib/test.c:165 #, c-format msgid "Error in read/write portable char, byte_order = %d Written: %d Read: %d" msgstr "" #: ../lib/vector/diglib/plus_line.c:262 ../lib/vector/diglib/plus_line.c:302 #, c-format msgid "Attempt to delete not registered line %d from node %d" msgstr "" #: ../lib/vector/diglib/plus.c:222 msgid "Unable read topology for nodes" msgstr "" #: ../lib/vector/diglib/plus.c:227 #, c-format msgid "Unable to read topology for node %d" msgstr "" #: ../lib/vector/diglib/plus.c:232 msgid "Unable read topology for lines" msgstr "" #: ../lib/vector/diglib/plus.c:237 #, c-format msgid "Unable to read topology for line %d" msgstr "" #: ../lib/vector/diglib/plus.c:242 msgid "Unable to read topo for areas" msgstr "" #: ../lib/vector/diglib/plus.c:247 #, c-format msgid "Unable read topology for area %d" msgstr "" #: ../lib/vector/diglib/plus.c:252 msgid "Unable to read topology for isles" msgstr "" #: ../lib/vector/diglib/plus.c:257 #, c-format msgid "Unable to read topology for isle %d" msgstr "" #: ../lib/vector/diglib/plus.c:279 ../lib/vector/diglib/plus.c:305 msgid "Unable to write head to plus file" msgstr "" #: ../lib/vector/diglib/plus.c:284 msgid "Unable to write nodes to plus file" msgstr "" #: ../lib/vector/diglib/plus.c:289 msgid "Unable to write lines to plus file" msgstr "" #: ../lib/vector/diglib/plus.c:294 msgid "Unable to write areas to plus file" msgstr "" #: ../lib/vector/diglib/plus.c:299 msgid "Unable to write isles to plus file" msgstr "" #: ../lib/vector/vedit/delete.c:40 #, c-format msgid "Attempt to delete dead feature (%d)" msgstr "" #: ../lib/vector/vedit/delete.c:72 #, c-format msgid "No area found for centroid %d" msgstr "" #: ../lib/vector/vedit/delete.c:76 #, c-format msgid "Duplicate centroid %d, unable to delete area" msgstr "" #: ../lib/vector/vedit/delete.c:105 #, c-format msgid "Area %d without centroid" msgstr "" #: ../lib/vector/vedit/delete.c:121 #, c-format msgid "Area %d has no boundaries" msgstr "" #: ../lib/vector/vedit/cats.c:63 #, c-format msgid "Unable to set category %d for (feature id %d)" msgstr "" #: ../lib/vector/vedit/select.c:231 msgid "Unknown query tool" msgstr "" #: ../lib/vector/neta/spanningtree.c:109 msgid "Computing minimum spanning tree..." msgstr "" #: ../lib/vector/neta/timetables.c:46 ../lib/vector/neta/timetables.c:203 #: ../lib/vector/neta/timetables.c:244 ../lib/vector/neta/timetables.c:286 #, c-format msgid "Unable to open select cursor: %s" msgstr "" #: ../lib/vector/neta/utils.c:200 #, c-format msgid "Point %d is not connected!" msgstr "" #: ../lib/vector/neta/utils.c:235 #, c-format msgid "'%s' must be > 0" msgstr "" #: ../lib/vector/neta/utils.c:244 msgid "'where' and 'cats' parameters were supplied, cat will be ignored" msgstr "" #: ../lib/vector/neta/utils.c:247 msgid "Unable to load data from database" msgstr "" #: ../lib/vector/neta/utils.c:254 msgid "Problem loading category values" msgstr "" #: ../lib/vector/neta/flow.c:331 ../lib/vector/Vlib/graph.c:105 #: ../lib/vector/Vlib/net_build.c:661 ../lib/vector/Vlib/net_build.c:1067 msgid "GngFlatten error" msgstr "" #: ../lib/vector/rtree/test_suite/test_main.c:61 msgid "Unit tests for the vector rtree library" msgstr "" #: ../lib/vector/rtree/test_suite/test_basics.c:40 msgid "" "\n" "++ Running basic unit tests ++" msgstr "" #: ../lib/vector/rtree/test_suite/test_basics.c:48 msgid "" "\n" "-- Basic rtree unit tests failure --" msgstr "" #: ../lib/vector/rtree/test_suite/test_basics.c:50 msgid "" "\n" "-- Basic rtree unit tests finished successfully --" msgstr "" #: ../lib/vector/Vlib/geos.c:52 msgid "vector map is not opened" msgstr "" #: ../lib/vector/Vlib/geos.c:55 #, c-format msgid "" "Vect_read_line_geos(): feature id %d is not reasonable (max features in " "vector map <%s>: %d)" msgstr "" #: ../lib/vector/Vlib/geos.c:60 msgid "only native format supported" msgstr "" #: ../lib/vector/Vlib/geos.c:65 ../lib/vector/Vlib/geos.c:258 msgid "Attempt to read dead line" msgstr "" #: ../lib/vector/Vlib/geos.c:90 #, c-format msgid "Vect_read_area_geos(): unable to read area id %d" msgstr "" #: ../lib/vector/Vlib/geos.c:104 #, c-format msgid "Vect_read_area_geos(): unable to read isle id %d of area id %d" msgstr "" #: ../lib/vector/Vlib/geos.c:205 #, c-format msgid "Unable to read line offset %ld" msgstr "" #: ../lib/vector/Vlib/geos.c:412 #, c-format msgid "Attempt to read points of nonexistent area id %d" msgstr "" #: ../lib/vector/Vlib/geos.c:472 #, c-format msgid "Unable to read feature id %d" msgstr "" #: ../lib/vector/Vlib/read_sfa.c:50 ../lib/vector/Vlib/write_nat.c:182 #: ../lib/vector/Vlib/write_nat.c:295 ../lib/vector/Vlib/write_nat.c:651 #: ../lib/vector/Vlib/write_pg.c:237 ../lib/vector/Vlib/write_pg.c:382 #: ../lib/vector/Vlib/write_pg.c:397 ../lib/vector/Vlib/read_nat.c:144 #: ../lib/vector/Vlib/write_sfa.c:158 ../lib/vector/Vlib/write_sfa.c:207 #: ../lib/vector/Vlib/read.c:173 ../lib/vector/Vlib/read_pg.c:331 #: ../lib/vector/Vlib/box.c:249 #, c-format msgid "Attempt to access feature with invalid id (%d)" msgstr "" #: ../lib/vector/Vlib/read_sfa.c:56 ../lib/vector/Vlib/write_nat.c:301 #: ../lib/vector/Vlib/write_nat.c:657 ../lib/vector/Vlib/write_pg.c:243 #: ../lib/vector/Vlib/write_pg.c:403 ../lib/vector/Vlib/write_pg.c:2630 #: ../lib/vector/Vlib/write_pg.c:2727 ../lib/vector/Vlib/read_nat.c:150 #: ../lib/vector/Vlib/read_pg.c:337 #, c-format msgid "Attempt to access dead feature %d" msgstr "" #: ../lib/vector/Vlib/read_sfa.c:90 #, c-format msgid "Unable to construct centroid for area %d. Skipped." msgstr "" #: ../lib/vector/Vlib/read_sfa.c:95 #, c-format msgid "Centroid %d: invalid area %d" msgstr "" #: ../lib/vector/Vlib/read_sfa.c:117 ../lib/vector/Vlib/read_pg.c:192 #, c-format msgid "Unexpected feature type (%d) - should be (%d)" msgstr "" #: ../lib/vector/Vlib/read_sfa.c:124 ../lib/vector/Vlib/write_sfa.c:131 #: ../lib/vector/Vlib/write_sfa.c:173 ../lib/vector/Vlib/write_sfa.c:273 msgid "GRASS is not compiled with OGR/PostgreSQL support" msgstr "" #: ../lib/vector/Vlib/header.c:86 #, c-format msgid "Unable to create header file for vector map <%s>" msgstr "" #: ../lib/vector/Vlib/header.c:129 #, c-format msgid "Unable to open header file of vector <%s>" msgstr "" #: ../lib/vector/Vlib/header.c:137 #, c-format msgid "Corrupted row in head: %s" msgstr "" #: ../lib/vector/Vlib/header.c:175 #, c-format msgid "Unknown keyword '%s' in vector head" msgstr "" #: ../lib/vector/Vlib/build.c:37 ../lib/vector/Vlib/close.c:38 #: ../lib/vector/Vlib/read.c:32 ../lib/vector/Vlib/open.c:59 #: ../lib/vector/Vlib/write.c:56 ../lib/vector/Vlib/write.c:62 #: ../lib/vector/Vlib/rewind.c:29 msgid "Requested format is not compiled in this version" msgstr "" #: ../lib/vector/Vlib/build.c:116 msgid "Area of size = 0.0 (less than 4 vertices) ignored" msgstr "" #: ../lib/vector/Vlib/build.c:132 msgid "Unable to add area (map closed, topo saved)" msgstr "" #: ../lib/vector/Vlib/build.c:140 msgid "Unable to add isle (map closed, topo saved)" msgstr "" #: ../lib/vector/Vlib/build.c:150 msgid "Area of size = 0.0 ignored" msgstr "" #: ../lib/vector/Vlib/build.c:201 msgid "Request to find area outside nonexistent isle" msgstr "" #: ../lib/vector/Vlib/build.c:352 msgid "Larger bbox but smaller area!!!" msgstr "" #: ../lib/vector/Vlib/build.c:607 msgid "Checking for topological errors..." msgstr "" #: ../lib/vector/Vlib/build.c:642 #, c-format msgid "Number of lines of length zero: %d" msgstr "" #: ../lib/vector/Vlib/build.c:644 #, c-format msgid "Number of boundaries of length zero: %d" msgstr "" #: ../lib/vector/Vlib/build.c:653 #, c-format msgid "Number of boundary intersections: %d" msgstr "" #: ../lib/vector/Vlib/build.c:677 msgid "Skipping further checks because of incorrect boundaries" msgstr "" #: ../lib/vector/Vlib/build.c:727 #, c-format msgid "Number of redundant holes: %d" msgstr "" #: ../lib/vector/Vlib/build.c:866 ../lib/vector/Vlib/open.c:367 #: ../lib/vector/Vlib/open.c:871 #, c-format msgid "Unable to open spatial index file for vector map <%s>" msgstr "" #: ../lib/vector/Vlib/build.c:872 #, c-format msgid "Building topology for vector map <%s>..." msgstr "" #: ../lib/vector/Vlib/build.c:890 msgid "Topology was built" msgstr "" #: ../lib/vector/Vlib/build.c:901 #, c-format msgid "Number of nodes: %d" msgstr "" #: ../lib/vector/Vlib/build.c:902 #, c-format msgid "Number of primitives: %d" msgstr "" #: ../lib/vector/Vlib/build.c:903 #, c-format msgid "Number of points: %d" msgstr "" #: ../lib/vector/Vlib/build.c:904 #, c-format msgid "Number of lines: %d" msgstr "" #: ../lib/vector/Vlib/build.c:905 #, c-format msgid "Number of boundaries: %d" msgstr "" #: ../lib/vector/Vlib/build.c:906 #, c-format msgid "Number of centroids: %d" msgstr "" #: ../lib/vector/Vlib/build.c:909 #, c-format msgid "Number of faces: %d" msgstr "" #: ../lib/vector/Vlib/build.c:912 #, c-format msgid "Number of kernels: %d" msgstr "" #: ../lib/vector/Vlib/build.c:958 #, c-format msgid "Number of areas: %d" msgstr "" #: ../lib/vector/Vlib/build.c:959 #, c-format msgid "Number of isles: %d" msgstr "" #: ../lib/vector/Vlib/build.c:964 #, c-format msgid "Number of areas without centroid: %d" msgstr "" #: ../lib/vector/Vlib/build.c:969 #, c-format msgid "Number of centroids exceeds number of areas: %d > %d" msgstr "" #: ../lib/vector/Vlib/build.c:973 #, c-format msgid "Number of incorrect boundaries: %d" msgstr "" #: ../lib/vector/Vlib/build.c:977 #, c-format msgid "Number of centroids outside area: %d" msgstr "" #: ../lib/vector/Vlib/build.c:981 #, c-format msgid "Number of duplicate centroids: %d" msgstr "" #: ../lib/vector/Vlib/build.c:985 msgid "Number of areas: -" msgstr "" #: ../lib/vector/Vlib/build.c:986 msgid "Number of isles: -" msgstr "" #: ../lib/vector/Vlib/build.c:1014 #, c-format msgid "Unable to create topo file for vector map <%s>" msgstr "" #: ../lib/vector/Vlib/build.c:1022 msgid "Error writing out topo file" msgstr "" #: ../lib/vector/Vlib/build.c:1211 msgid "" "Unable to build spatial index from topology, vector map is not opened at " "topology level 2" msgstr "" #: ../lib/vector/Vlib/build.c:1234 #, c-format msgid "%s is no longer supported" msgstr "" #: ../lib/vector/Vlib/build.c:1257 msgid "Spatial index not available, can not be saved" msgstr "" #: ../lib/vector/Vlib/build.c:1269 #, c-format msgid "Unable to create spatial index file for vector map <%s>" msgstr "" #: ../lib/vector/Vlib/build.c:1278 msgid "Error writing out spatial index file" msgstr "" #: ../lib/vector/Vlib/remove_duplicates.c:199 #, c-format msgid "Removed duplicates: %d" msgstr "" #: ../lib/vector/Vlib/constraint.c:150 msgid "Layer constraint ignored for non-native vector formats" msgstr "" #: ../lib/vector/Vlib/buffer2.c:356 msgid "Line is not looped" msgstr "" #: ../lib/vector/Vlib/buffer2.c:438 #, c-format msgid "Unexpected result of line_intersection() res = %d" msgstr "" #: ../lib/vector/Vlib/buffer2.c:584 msgid "" "Next edge was visited (right) but it is not the first one !!! breaking loop" msgstr "" #: ../lib/vector/Vlib/buffer2.c:595 msgid "" "Next edge was visited (left) but it is not the first one !!! breaking loop" msgstr "" #: ../lib/vector/Vlib/buffer2.c:643 msgid "side != 0 feature not implemented" msgstr "" #: ../lib/vector/Vlib/buffer2.c:885 ../lib/vector/Vlib/buffer2.c:932 msgid "zero area size" msgstr "" #: ../lib/vector/Vlib/buffer2.c:891 ../lib/vector/Vlib/buffer2.c:938 msgid "Line was not closed" msgstr "" #: ../lib/vector/Vlib/buffer2.c:904 ../lib/vector/Vlib/buffer2.c:955 msgid "Vect_get_point_in_poly() failed" msgstr "" #: ../lib/vector/Vlib/dgraph.c:427 msgid "" "Trying to add more edges to the planar_graph than the initial allocation " "size allows" msgstr "" #: ../lib/vector/Vlib/array.c:96 #, c-format msgid "%d errors in category string" msgstr "" #: ../lib/vector/Vlib/array.c:142 ../lib/vector/Vlib/array.c:267 msgid "Mixed area and other type requested for vector array" msgstr "" #: ../lib/vector/Vlib/array.c:152 ../lib/vector/Vlib/array.c:175 #: ../lib/vector/Vlib/array.c:304 ../lib/vector/Vlib/array.c:336 msgid "Not enough space in vector array" msgstr "" #: ../lib/vector/Vlib/array.c:292 #, c-format msgid "Unable to select record from table <%s> (key %s, where %s)" msgstr "" #: ../lib/vector/Vlib/write_nat.c:398 msgid "Attempt to access feature with invalid id (%" msgstr "" #: ../lib/vector/Vlib/write_nat.c:404 #, c-format msgid "Attempt to access alive feature %d" msgstr "" #: ../lib/vector/Vlib/write_nat.c:566 ../lib/vector/Vlib/write_nat.c:602 #, c-format msgid "%s: Area %d does not exist" msgstr "" #: ../lib/vector/Vlib/write_nat.c:756 #, c-format msgid "Attempt to access dead area %d" msgstr "" #: ../lib/vector/Vlib/map.c:140 ../lib/vector/Vlib/map.c:244 msgid "Vector map name is not SQL compliant" msgstr "" #: ../lib/vector/Vlib/map.c:144 #, c-format msgid "Unable to find vector map <%s> in <%s>" msgstr "" #: ../lib/vector/Vlib/map.c:156 ../lib/vector/Vlib/map.c:248 #: ../lib/vector/Vlib/open.c:821 #, c-format msgid "Vector map <%s> already exists and will be overwritten" msgstr "" #: ../lib/vector/Vlib/map.c:160 ../lib/vector/Vlib/open.c:813 #: ../lib/vector/Vlib/open.c:826 #, c-format msgid "Unable to delete vector map <%s>" msgstr "" #: ../lib/vector/Vlib/map.c:178 ../lib/vector/Vlib/map.c:266 #, c-format msgid "Unable to copy vector map <%s> to <%s>" msgstr "" #: ../lib/vector/Vlib/map.c:191 ../lib/vector/Vlib/map.c:201 #: ../lib/vector/Vlib/map.c:273 ../lib/vector/Vlib/open.c:301 #: ../lib/vector/Vlib/open.c:437 ../lib/ogsf/gv3.c:66 ../lib/ogsf/gv3.c:338 #: ../lib/ogsf/gp3.c:62 ../lib/ogsf/gp3.c:196 #, c-format msgid "Unable to open vector map <%s>" msgstr "" #: ../lib/vector/Vlib/map.c:316 ../lib/vector/Vlib/close_nat.c:102 #: ../lib/vector/Vlib/copy.c:764 #, c-format msgid "Unable to copy table <%s>" msgstr "" #: ../lib/vector/Vlib/map.c:330 ../lib/vector/Vlib/map.c:461 #, c-format msgid "Unable to delete table <%s>" msgstr "" #: ../lib/vector/Vlib/map.c:345 #, c-format msgid "Unable to create index for table <%s>, key <%s>" msgstr "" #: ../lib/vector/Vlib/map.c:401 #, c-format msgid "Ignoring invalid mapset: %s" msgstr "" #: ../lib/vector/Vlib/map.c:406 #, c-format msgid "Invalid vector map name <%s>" msgstr "" #: ../lib/vector/Vlib/map.c:416 #, c-format msgid "Unable to open header file for vector map <%s>" msgstr "" #: ../lib/vector/Vlib/map.c:448 #, c-format msgid "Unable to find table <%s> linked to vector map <%s>" msgstr "" #: ../lib/vector/Vlib/map.c:471 #, c-format msgid "Table <%s> linked to vector map <%s> does not exist" msgstr "" #: ../lib/vector/Vlib/map.c:484 #, c-format msgid "Unable to open directory '%s'" msgstr "" #: ../lib/vector/Vlib/map.c:496 #, c-format msgid "Filepath '%s/%s' exceeds max length" msgstr "" #: ../lib/vector/Vlib/map.c:504 #, c-format msgid "Unable to delete file '%s'" msgstr "" #: ../lib/vector/Vlib/map.c:524 #, c-format msgid "Unable to rename directory '%s' to '%s'" msgstr "" #: ../lib/vector/Vlib/map.c:533 #, c-format msgid "Unable to remove directory '%s': %s" msgstr "" #: ../lib/vector/Vlib/write_pg.c:124 ../lib/vector/Vlib/write_pg.c:158 #: ../lib/vector/Vlib/write_pg.c:197 ../lib/vector/Vlib/write_pg.c:295 #: ../lib/vector/Vlib/write_pg.c:355 ../lib/vector/Vlib/write_pg.c:477 #: ../lib/vector/Vlib/close.c:275 ../lib/vector/Vlib/simple_features.c:336 #: ../lib/vector/Vlib/open_pg.c:143 ../lib/vector/Vlib/open_pg.c:200 #: ../lib/vector/Vlib/open_pg.c:299 ../lib/vector/Vlib/open_pg.c:349 #: ../lib/vector/Vlib/header_finfo.c:47 ../lib/vector/Vlib/header_finfo.c:86 #: ../lib/vector/Vlib/header_finfo.c:123 ../lib/vector/Vlib/header_finfo.c:171 #: ../lib/vector/Vlib/write_sfa.c:306 ../lib/vector/Vlib/area.c:94 #: ../lib/vector/Vlib/area.c:499 ../lib/vector/Vlib/read_pg.c:91 #: ../lib/vector/Vlib/read_pg.c:214 ../lib/vector/Vlib/read_pg.c:298 #: ../lib/vector/Vlib/read_pg.c:416 ../lib/vector/Vlib/build_sfa.c:721 #: ../lib/vector/Vlib/copy.c:428 ../lib/vector/Vlib/rewind_pg.c:56 #: ../lib/vector/Vlib/rewind_pg.c:81 ../lib/vector/Vlib/build_pg.c:117 #: ../lib/vector/Vlib/close_pg.c:99 ../lib/vector/Vlib/close_pg.c:146 msgid "GRASS is not compiled with PostgreSQL support" msgstr "" #: ../lib/vector/Vlib/write_pg.c:188 ../lib/vector/Vlib/write_pg.c:256 #: ../lib/vector/Vlib/write_sfa.c:164 ../lib/vector/Vlib/write_ogr.c:96 msgid "Unable to rewrite feature (incompatible feature types)" msgstr "" #: ../lib/vector/Vlib/write_pg.c:286 #, c-format msgid "Unable to rewrite feature %d" msgstr "" #: ../lib/vector/Vlib/write_pg.c:322 ../lib/vector/Vlib/write_pg.c:812 #: ../lib/vector/Vlib/write_pg.c:1214 ../lib/vector/Vlib/write_pg.c:1372 #: ../lib/vector/Vlib/simple_features.c:324 msgid "No connection defined" msgstr "" #: ../lib/vector/Vlib/write_pg.c:327 ../lib/vector/Vlib/write_ogr.c:134 msgid "Invalid offset (%" msgstr "" #: ../lib/vector/Vlib/write_pg.c:348 ../lib/vector/Vlib/write_ogr.c:140 msgid "Unable to delete feature" msgstr "" #: ../lib/vector/Vlib/write_pg.c:453 #, c-format msgid "Unable to delete feature (%s) %d" msgstr "" #: ../lib/vector/Vlib/write_pg.c:555 ../lib/vector/Vlib/write_pg.c:1302 #: ../lib/vector/Vlib/write_sfa.c:349 msgid "Boundary is not closed. Skipping." msgstr "" #: ../lib/vector/Vlib/write_pg.c:613 ../lib/vector/Vlib/write_pg.c:881 #: ../lib/vector/Vlib/open.c:1355 ../lib/vector/Vlib/build_pg.c:413 msgid "Unable to open PG file" msgstr "" #: ../lib/vector/Vlib/write_pg.c:667 ../lib/vector/Vlib/ascii.c:428 #: ../lib/db/dbmi_client/column.c:136 #, c-format msgid "Unable to describe table <%s>" msgstr "" #: ../lib/vector/Vlib/write_pg.c:738 ../lib/vector/Vlib/write_pg.c:1177 #: ../lib/vector/Vlib/write_pg.c:1286 ../lib/vector/Vlib/write_pg.c:1799 #: ../lib/vector/Vlib/write_pg.c:2328 ../lib/vector/Vlib/write_pg.c:2361 #: ../lib/vector/Vlib/read_pg.c:884 ../lib/vector/Vlib/read_pg.c:1192 #: ../lib/vector/Vlib/read_pg.c:1362 ../lib/vector/Vlib/read_pg.c:1455 #, c-format msgid "Unsupported feature type %d" msgstr "" #: ../lib/vector/Vlib/write_pg.c:774 #, c-format msgid "Building spatial index on <%s>..." msgstr "" #: ../lib/vector/Vlib/write_pg.c:842 #, c-format msgid "Schema <%s> doesn't exist, created" msgstr "" #: ../lib/vector/Vlib/write_pg.c:921 #, c-format msgid "Creating topology schema <%s>..." msgstr "" #: ../lib/vector/Vlib/write_pg.c:935 #, c-format msgid "Adding new topology column <%s>..." msgstr "" #: ../lib/vector/Vlib/write_pg.c:1073 ../lib/vector/Vlib/open_pg.c:85 #: ../lib/vector/Vlib/open_pg.c:232 msgid "Connection string not defined" msgstr "" #: ../lib/vector/Vlib/write_pg.c:1078 ../lib/vector/Vlib/write_pg.c:1218 #: ../lib/vector/Vlib/write_pg.c:1376 ../lib/vector/Vlib/open_pg.c:90 #: ../lib/vector/Vlib/open_pg.c:237 msgid "PostGIS feature table not defined" msgstr "" #: ../lib/vector/Vlib/write_pg.c:1106 ../lib/vector/Vlib/write_ogr.c:306 #, c-format msgid "Unsupported geometry type (%d)" msgstr "" #: ../lib/vector/Vlib/write_pg.c:1119 ../lib/vector/Vlib/write_ogr.c:340 #, c-format msgid "More layers defined, using driver <%s> and database <%s>" msgstr "" #: ../lib/vector/Vlib/write_pg.c:1124 ../lib/vector/Vlib/write_ogr.c:346 msgid "Database connection not defined. Unable to write attributes." msgstr "" #: ../lib/vector/Vlib/write_pg.c:1131 msgid "Unable to create new PostGIS feature table" msgstr "" #: ../lib/vector/Vlib/write_pg.c:1145 msgid "Unable to create new PostGIS topology schema" msgstr "" #: ../lib/vector/Vlib/write_pg.c:1239 ../lib/vector/Vlib/write_pg.c:1404 #: ../lib/vector/Vlib/write_ogr.c:414 #, c-format msgid "No category defined for layer %d" msgstr "" #: ../lib/vector/Vlib/write_pg.c:1241 ../lib/vector/Vlib/write_pg.c:1406 #: ../lib/vector/Vlib/write_ogr.c:416 #, c-format msgid "Feature has more categories, using category %d (from layer %d)" msgstr "" #: ../lib/vector/Vlib/write_pg.c:1252 #, c-format msgid "Point skipped (output feature type: %s)" msgstr "" #: ../lib/vector/Vlib/write_pg.c:1259 #, c-format msgid "Line skipped (output feature type: %s)" msgstr "" #: ../lib/vector/Vlib/write_pg.c:1266 #, c-format msgid "Centroid skipped (output feature type: %s)" msgstr "" #: ../lib/vector/Vlib/write_pg.c:1273 #, c-format msgid "Boundary skipped (output feature type: %s)" msgstr "" #: ../lib/vector/Vlib/write_pg.c:1280 #, c-format msgid "Face skipped (output feature type: %s)" msgstr "" #: ../lib/vector/Vlib/write_pg.c:1366 #, c-format msgid "Invalid feature type (%d) for nodes" msgstr "" #: ../lib/vector/Vlib/write_pg.c:1380 msgid "PostGIS topology schema not defined" msgstr "" #: ../lib/vector/Vlib/write_pg.c:1881 msgid "Trying to insert 3D data into feature table which store 2D data only" msgstr "" #: ../lib/vector/Vlib/write_pg.c:1886 msgid "Trying to insert 2D data into feature table which store 3D data only" msgstr "" #: ../lib/vector/Vlib/write_pg.c:1911 msgid "Unable to insert topological element into PostGIS Topology schema" msgstr "" #: ../lib/vector/Vlib/write_pg.c:2008 ../lib/vector/Vlib/write_ogr.c:585 #, c-format msgid "Unable to select attributes for category %d" msgstr "" #: ../lib/vector/Vlib/write_pg.c:2012 ../lib/vector/Vlib/write_ogr.c:591 #: ../lib/db/dbmi_client/copy_tab.c:338 #, c-format msgid "Unable to fetch data from table <%s>" msgstr "" #: ../lib/vector/Vlib/write_pg.c:2017 ../lib/vector/Vlib/write_ogr.c:597 #, c-format msgid "No database record for category %d, no attributes will be written" msgstr "" #: ../lib/vector/Vlib/write_pg.c:2043 #, c-format msgid "FID column must be integer, column <%s> ignored!" msgstr "" #: ../lib/vector/Vlib/write_pg.c:2077 ../lib/vector/Vlib/write_ogr.c:659 #, c-format msgid "Unsupported column type %d" msgstr "" #: ../lib/vector/Vlib/write_pg.c:2084 msgid "Invalid value for FID column: NULL" msgstr "" #: ../lib/vector/Vlib/write_pg.c:2176 #, c-format msgid "Invalid feature %d (max: %d)" msgstr "" #: ../lib/vector/Vlib/write_pg.c:2190 #, c-format msgid "Invalid feature type (%d) for node" msgstr "" #: ../lib/vector/Vlib/write_pg.c:2194 #, c-format msgid "Invalid node %d (%d)" msgstr "" #: ../lib/vector/Vlib/write_pg.c:2272 #, c-format msgid "Unable to determine next left/right edge for edge %d" msgstr "" #: ../lib/vector/Vlib/write_pg.c:2277 msgid "Unable to insert new edge. Topology not available." msgstr "" #: ../lib/vector/Vlib/write_pg.c:2419 ../lib/vector/Vlib/write_pg.c:2426 msgid "Invalid topology" msgstr "" #: ../lib/vector/Vlib/write_pg.c:2625 ../lib/vector/Vlib/write_pg.c:2722 #, c-format msgid "Attempt to access non-existing feature %d" msgstr "" #: ../lib/vector/Vlib/write_pg.c:2656 msgid "Unable to determine next left/right edge" msgstr "" #: ../lib/vector/Vlib/write_pg.c:2742 msgid "Unable to create new face" msgstr "" #: ../lib/vector/Vlib/write_pg.c:2880 ../lib/vector/Vlib/write_pg.c:2892 #, c-format msgid "Unable to delete node %d" msgstr "" #: ../lib/vector/Vlib/write_pg.c:2948 ../lib/vector/Vlib/ascii.c:404 #: ../lib/vector/Vlib/write_ogr.c:193 ../lib/db/dbmi_client/db.c:41 #: ../lib/db/dbmi_client/copy_tab.c:107 ../lib/db/dbmi_client/copy_tab.c:127 #, c-format msgid "Unable to start driver <%s>" msgstr "" #: ../lib/vector/Vlib/ascii.c:84 #, c-format msgid "Error reading ASCII file: (bad type) [%s]" msgstr "" #: ../lib/vector/Vlib/ascii.c:123 #, c-format msgid "Error reading ASCII file: (unknown type) [%s]" msgstr "" #: ../lib/vector/Vlib/ascii.c:143 msgid "End of ASCII file reached before end of coordinates" msgstr "" #: ../lib/vector/Vlib/ascii.c:155 #, c-format msgid "Error reading ASCII file: (bad point) [%s]" msgstr "" #: ../lib/vector/Vlib/ascii.c:160 #, c-format msgid "Unparsable longitude value: [%s]" msgstr "" #: ../lib/vector/Vlib/ascii.c:165 #, c-format msgid "Unparsable latitude value: [%s]" msgstr "" #: ../lib/vector/Vlib/ascii.c:201 msgid "End of ASCII file reached before end of categories" msgstr "" #: ../lib/vector/Vlib/ascii.c:212 #, c-format msgid "Error reading categories: [%s]" msgstr "" #: ../lib/vector/Vlib/ascii.c:225 msgid "Unable to copy points" msgstr "" #: ../lib/vector/Vlib/ascii.c:238 #, c-format msgid "Vector map <%s> is 2D. %d 3D features (faces or kernels) skipped." msgstr "" #: ../lib/vector/Vlib/ascii.c:270 #, c-format msgid "" "Unexpected data in vector header:\n" "[%s]" msgstr "" #: ../lib/vector/Vlib/ascii.c:306 #, c-format msgid "Unknown keyword <%s> in vector head" msgstr "" #: ../lib/vector/Vlib/ascii.c:465 #, c-format msgid "Column <%s> does not exist" msgstr "" #: ../lib/vector/Vlib/ascii.c:467 msgid "Available columns:" msgstr "" #: ../lib/vector/Vlib/ascii.c:472 msgid "Export cancelled" msgstr "" #: ../lib/vector/Vlib/ascii.c:505 #, c-format msgid "Unknown type of column <%s>, export cancelled" msgstr "" #: ../lib/vector/Vlib/ascii.c:539 #, c-format msgid "Unable to select record from table <%s> (key %s, column %s)" msgstr "" #: ../lib/vector/Vlib/ascii.c:661 #, c-format msgid "Unknown feature type %d" msgstr "" #: ../lib/vector/Vlib/ascii.c:701 #, c-format msgid "Feature has more categories. Only one category (%d) is exported." msgstr "" #: ../lib/vector/Vlib/ascii.c:718 #, c-format msgid "Cannot select attributes for cat = %d" msgstr "" #: ../lib/vector/Vlib/ascii.c:724 msgid "Unable to fetch data from table" msgstr "" #: ../lib/vector/Vlib/ascii.c:756 ../lib/vector/Vlib/net_build.c:216 #: ../lib/vector/Vlib/net_build.c:501 ../lib/vector/Vlib/net_build.c:519 #: ../lib/vector/Vlib/net_build.c:802 ../lib/vector/Vlib/net_build.c:820 #: ../lib/vector/Vlib/net_build.c:981 #, c-format msgid "Column <%s> not found in table <%s>" msgstr "" #: ../lib/vector/Vlib/ascii.c:758 #, c-format msgid "Column <%s>: unsupported data type" msgstr "" #: ../lib/vector/Vlib/ascii.c:840 msgid "Unknown format" msgstr "" #: ../lib/vector/Vlib/ascii.c:850 msgid "Topology not available, unable to process areas" msgstr "" #: ../lib/vector/Vlib/ascii.c:863 #, c-format msgid "Unable to get boundary of area id %d" msgstr "" #: ../lib/vector/Vlib/ascii.c:875 #, c-format msgid "Unable to get boundary of isle id %d (area id %d)" msgstr "" #: ../lib/vector/Vlib/ascii.c:889 #, c-format msgid "" "%d features without category skipped. To export also features without " "category use '%s=-1'." msgstr "" #: ../lib/vector/Vlib/intersect2.c:1260 ../lib/vector/Vlib/intersect2.c:1266 #: ../lib/vector/Vlib/intersect2.c:1268 ../lib/vector/Vlib/intersect2.c:1320 #: ../lib/vector/Vlib/intersect2.c:1329 ../lib/vector/Vlib/intersect2.c:1350 #: ../lib/vector/Vlib/intersect2.c:1367 ../lib/vector/Vlib/intersect.c:1243 #: ../lib/vector/Vlib/intersect.c:1249 ../lib/vector/Vlib/intersect.c:1251 #: ../lib/vector/Vlib/intersect.c:1306 ../lib/vector/Vlib/intersect.c:1315 #: ../lib/vector/Vlib/intersect.c:1336 ../lib/vector/Vlib/intersect.c:1353 msgid "Error while adding point to array. Out of memory" msgstr "" #: ../lib/vector/Vlib/close.c:91 #, c-format msgid "Unable to create vector map <%s>" msgstr "" #: ../lib/vector/Vlib/close.c:108 msgid "Copying features failed" msgstr "" #: ../lib/vector/Vlib/close.c:141 #, c-format msgid "Unable to open %s file" msgstr "" #: ../lib/vector/Vlib/close.c:226 #, c-format msgid "Unable to close vector <%s>" msgstr "" #: ../lib/vector/Vlib/close.c:257 #, c-format msgid "Invalid request for writing frmt file - map format is %d" msgstr "" #: ../lib/vector/Vlib/close.c:284 ../lib/vector/Vlib/simple_features.c:310 #: ../lib/vector/Vlib/field.c:721 ../lib/vector/Vlib/rewind_ogr.c:47 #: ../lib/vector/Vlib/rewind_ogr.c:71 ../lib/vector/Vlib/header_finfo.c:41 #: ../lib/vector/Vlib/header_finfo.c:80 ../lib/vector/Vlib/header_finfo.c:113 #: ../lib/vector/Vlib/header_finfo.c:153 ../lib/vector/Vlib/header_finfo.c:254 #: ../lib/vector/Vlib/write_sfa.c:298 ../lib/vector/Vlib/open_ogr.c:126 #: ../lib/vector/Vlib/open_ogr.c:159 ../lib/vector/Vlib/open_ogr.c:236 #: ../lib/vector/Vlib/write_ogr.c:69 ../lib/vector/Vlib/write_ogr.c:105 #: ../lib/vector/Vlib/write_ogr.c:146 ../lib/vector/Vlib/close_ogr.c:77 #: ../lib/vector/Vlib/close_ogr.c:111 ../lib/vector/Vlib/build_sfa.c:714 #: ../lib/vector/Vlib/build_ogr.c:101 ../lib/vector/Vlib/build_ogr.c:176 #: ../lib/vector/Vlib/read_ogr.c:56 ../lib/vector/Vlib/read_ogr.c:157 #: ../lib/vector/Vlib/read_ogr.c:242 ../lib/proj/convert.c:98 msgid "GRASS is not compiled with OGR support" msgstr "" #: ../lib/vector/Vlib/close.c:289 #, c-format msgid "Link to vector map <%s> created" msgstr "" #: ../lib/vector/Vlib/simple_features.c:225 #, c-format msgid "Unknown Simple Features type (%d)" msgstr "" #: ../lib/vector/Vlib/simple_features.c:332 msgid "Unable to get number of simple features" msgstr "" #: ../lib/vector/Vlib/simple_features.c:341 #, c-format msgid "Unable to report simple features for vector map <%s>" msgstr "" #: ../lib/vector/Vlib/field.c:70 #, c-format msgid "Name <%s> is not SQL compliant. Must start with a letter." msgstr "" #: ../lib/vector/Vlib/field.c:120 msgid "Layer number must be 1 or greater" msgstr "" #: ../lib/vector/Vlib/field.c:125 msgid "Unable to add attribute link, vector map is not opened in WRITE mode" msgstr "" #: ../lib/vector/Vlib/field.c:132 msgid "Unable to add attribute link" msgstr "" #: ../lib/vector/Vlib/field.c:138 msgid "Unable to write attribute links" msgstr "" #: ../lib/vector/Vlib/field.c:183 msgid "Unable to write database links" msgstr "" #: ../lib/vector/Vlib/field.c:207 msgid "Database connection not defined. Skipping." msgstr "" #: ../lib/vector/Vlib/field.c:214 msgid "" "More DB links defined for input vector map. Using only first DB link for " "output." msgstr "" #: ../lib/vector/Vlib/field.c:290 #, c-format msgid "Layer number %d or name <%s> already exists" msgstr "" #: ../lib/vector/Vlib/field.c:379 #, c-format msgid "" "Default driver / database set to:\n" "driver: %s\n" "database: %s" msgstr "" #: ../lib/vector/Vlib/field.c:386 msgid "Default driver is not set" msgstr "" #: ../lib/vector/Vlib/field.c:389 msgid "Default database is not set" msgstr "" #: ../lib/vector/Vlib/field.c:474 #, c-format msgid "Requested dblink %d, maximum link number %d" msgstr "" #: ../lib/vector/Vlib/field.c:660 ../lib/vector/Vlib/field.c:668 #, c-format msgid "Error in rule on row %d in <%s>" msgstr "" #: ../lib/vector/Vlib/field.c:736 ../lib/vector/Vlib/open_ogr.c:77 #, c-format msgid "Unable to open OGR data source '%s'" msgstr "" #: ../lib/vector/Vlib/field.c:753 #, c-format msgid "Unable to open OGR layer <%s>" msgstr "" #: ../lib/vector/Vlib/field.c:780 msgid "Unable to open OGR DBMI driver" msgstr "" #: ../lib/vector/Vlib/field.c:819 msgid "" "All FID tests failed. Neither 'FID' nor 'ogc_fid' nor 'ogr_fid' nor 'gid' " "available in OGR DB table" msgstr "" #: ../lib/vector/Vlib/field.c:886 #, c-format msgid "" "Feature table <%s> has no primary key defined. Unable to define DB links." msgstr "" #: ../lib/vector/Vlib/field.c:906 msgid "GRASS not compiled with PostgreSQL support" msgstr "" #: ../lib/vector/Vlib/field.c:938 msgid "Unknown vector map format" msgstr "" #: ../lib/vector/Vlib/field.c:971 #, c-format msgid "Unable to create database definition file for vector map <%s>" msgstr "" #: ../lib/vector/Vlib/field.c:1066 msgid "Bug: attempt to update map which is not in current mapset" msgstr "" #: ../lib/vector/Vlib/bridges.c:213 #, c-format msgid "Removed lines: %d" msgstr "" #: ../lib/vector/Vlib/bridges.c:214 #, c-format msgid "Removed bridges: %d" msgstr "" #: ../lib/vector/Vlib/open_pg.c:109 ../lib/vector/Vlib/open_pg.c:267 msgid "No feature tables found in database." msgstr "" #: ../lib/vector/Vlib/open_pg.c:133 #, c-format msgid "Feature table <%s> not found in 'geometry_columns'" msgstr "" #: ../lib/vector/Vlib/open_pg.c:181 msgid "Topology schema not found." msgstr "" #: ../lib/vector/Vlib/open_pg.c:193 ../lib/vector/Vlib/open_ogr.c:150 #, c-format msgid "Unable to open feature index file for vector map <%s>" msgstr "" #: ../lib/vector/Vlib/open_pg.c:273 #, c-format msgid "PostGIS layer <%s.%s> already exists and will be overwritten" msgstr "" #: ../lib/vector/Vlib/open_pg.c:276 #, c-format msgid "Unable to delete PostGIS layer <%s>" msgstr "" #: ../lib/vector/Vlib/open_pg.c:282 #, c-format msgid "PostGIS layer <%s.%s> already exists in database '%s'" msgstr "" #: ../lib/vector/Vlib/open_pg.c:390 msgid "No key column detected." msgstr "" #: ../lib/vector/Vlib/open_pg.c:462 ../lib/vector/Vlib/open_pg.c:474 #, c-format msgid "Execution failed: %s" msgstr "" #: ../lib/vector/Vlib/open_pg.c:476 #, c-format msgid "PostGIS topology schema <%s> dropped" msgstr "" #: ../lib/vector/Vlib/open_pg.c:559 msgid "" "Connection to PostgreSQL database failed. Try to set up username/password by " "db.login." msgstr "" #: ../lib/vector/Vlib/open_pg.c:566 msgid "Unable to get database name" msgstr "" #: ../lib/vector/Vlib/open_pg.c:571 #, c-format msgid "<%s> is not PostGIS database. DB table 'spatial_ref_sys' not found." msgstr "" #: ../lib/vector/Vlib/open_pg.c:580 #, c-format msgid "PostGIS Topology extension not found in the database <%s>" msgstr "" #: ../lib/vector/Vlib/open_pg.c:667 msgid "Empty bounding box" msgstr "" #: ../lib/vector/Vlib/open_pg.c:768 #, c-format msgid "Inconsistency in topology: unable to read node %d" msgstr "" #: ../lib/vector/Vlib/open_pg.c:834 #, c-format msgid "Inconsistency in topology: node %d - unexpected feature type %d" msgstr "" #: ../lib/vector/Vlib/open_pg.c:1003 #, c-format msgid "Area %d without boundary detected" msgstr "" #: ../lib/vector/Vlib/open_pg.c:1061 #, c-format msgid "Isle %d without boundary detected" msgstr "" #: ../lib/vector/Vlib/open_pg.c:1128 msgid "Unable to get map bounding box from topology" msgstr "" #: ../lib/vector/Vlib/open_pg.c:1135 #, c-format msgid "" "Unable to parse map bounding box:\n" "%s" msgstr "" #: ../lib/vector/Vlib/open_pg.c:1159 #, c-format msgid "Different number of nodes detected (%d, %d)" msgstr "" #: ../lib/vector/Vlib/open_pg.c:1187 ../lib/vector/Vlib/open_pg.c:1209 #, c-format msgid "Different number of areas detected (%d, %d)" msgstr "" #: ../lib/vector/Vlib/open_pg.c:1380 msgid "To be implemented: isles not attached in Topo-Geo-only mode" msgstr "" #: ../lib/vector/Vlib/open_pg.c:1485 ../lib/vector/Vlib/build_pg.c:212 #, c-format msgid "Inconsistency in topology: number of nodes %d (should be %d)" msgstr "" #: ../lib/vector/Vlib/open_pg.c:1569 #, c-format msgid "Inconsistency in topology: number of points %d (should be %d)" msgstr "" #: ../lib/vector/Vlib/open_pg.c:1614 #, c-format msgid "Inconsistency in topology: number of lines %d (should be %d)" msgstr "" #: ../lib/vector/Vlib/open_pg.c:1668 #, c-format msgid "Inconsistency in topology: number of centroids %d (should be %d)" msgstr "" #: ../lib/vector/Vlib/dangles.c:148 msgid "Changed" msgstr "" #: ../lib/vector/Vlib/dangles.c:151 msgid "Removed" msgstr "" #: ../lib/vector/Vlib/dangles.c:154 msgid "Selected" msgstr "" #: ../lib/vector/Vlib/dangles.c:262 #, c-format msgid "%s lines: %d" msgstr "" #: ../lib/vector/Vlib/dangles.c:263 #, c-format msgid "%s dangles: %d" msgstr "" #: ../lib/vector/Vlib/merge_lines.c:241 #, c-format msgid "%d lines merged" msgstr "" #: ../lib/vector/Vlib/merge_lines.c:242 #, c-format msgid "%d new lines" msgstr "" #: ../lib/vector/Vlib/merge_lines.c:245 #, c-format msgid "%d boundaries merged" msgstr "" #: ../lib/vector/Vlib/merge_lines.c:246 #, c-format msgid "%d new boundaries" msgstr "" #: ../lib/vector/Vlib/merge_lines.c:249 #, c-format msgid "%d lines and boundaries merged" msgstr "" #: ../lib/vector/Vlib/merge_lines.c:250 #, c-format msgid "%d new lines and boundaries" msgstr "" #: ../lib/vector/Vlib/write_sfa.c:117 msgid "Unable to calculate centroid for area" msgstr "" #: ../lib/vector/Vlib/write_sfa.c:219 msgid "Attempt to delete dead feature" msgstr "" #: ../lib/vector/Vlib/write_sfa.c:311 #, c-format msgid "Unsupported vector map format (%d)" msgstr "" #: ../lib/vector/Vlib/close_nat.c:74 #, c-format msgid "Unable to create '%s': %s" msgstr "" #: ../lib/vector/Vlib/close_nat.c:81 #, c-format msgid "Unable to copy '%s': %s" msgstr "" #: ../lib/vector/Vlib/close_nat.c:167 #, c-format msgid "Unable to drop table <%s>" msgstr "" #: ../lib/vector/Vlib/open_ogr.c:60 msgid "OGR datasource not defined" msgstr "" #: ../lib/vector/Vlib/open_ogr.c:65 ../lib/vector/Vlib/write_ogr.c:129 msgid "OGR layer not defined" msgstr "" #: ../lib/vector/Vlib/open_ogr.c:97 #, c-format msgid "OGR layer <%s> not found" msgstr "" #: ../lib/vector/Vlib/open_ogr.c:106 ../lib/vector/Vlib/write_ogr.c:352 #, c-format msgid "OGR transaction with layer <%s> failed to start" msgstr "" #: ../lib/vector/Vlib/open_ogr.c:196 #, c-format msgid "Unable to get OGR driver <%s>" msgstr "" #: ../lib/vector/Vlib/open_ogr.c:204 #, c-format msgid "Unable to create OGR data source '%s'" msgstr "" #: ../lib/vector/Vlib/open_ogr.c:216 #, c-format msgid "OGR layer <%s> already exists and will be overwritten" msgstr "" #: ../lib/vector/Vlib/open_ogr.c:220 #, c-format msgid "Unable to delete OGR layer <%s>" msgstr "" #: ../lib/vector/Vlib/open_ogr.c:226 #, c-format msgid "OGR layer <%s> already exists in datasource '%s'" msgstr "" #: ../lib/vector/Vlib/open_ogr.c:284 #, c-format msgid "" "Feature index format version %d.%d is not supported by this release. Try to " "rebuild topology or upgrade GRASS." msgstr "" #: ../lib/vector/Vlib/open_ogr.c:289 #, c-format msgid "" "Your GRASS version does not fully support feature index format %d.%d of the " "vector. Consider to rebuild topology or upgrade GRASS." msgstr "" #: ../lib/vector/Vlib/read.c:25 ../lib/vector/Vlib/write.c:30 #: ../lib/vector/Vlib/write.c:36 ../lib/vector/Vlib/write.c:42 #: ../lib/vector/Vlib/write.c:49 msgid "for this format/level not supported" msgstr "" #: ../lib/vector/Vlib/read.c:93 ../lib/vector/Vlib/read.c:129 #: ../lib/vector/Vlib/read.c:168 msgid "Vector map is not open for reading" msgstr "" #: ../lib/vector/Vlib/read.c:136 ../lib/vector/Vlib/read.c:180 #, c-format msgid "Unable to read feature %d from vector map <%s>" msgstr "" #: ../lib/vector/Vlib/read.c:200 msgid "Line index is out of range" msgstr "" #: ../lib/vector/Vlib/read.c:224 msgid "Node index is out of range" msgstr "" #: ../lib/vector/Vlib/read.c:248 msgid "Area index is out of range" msgstr "" #: ../lib/vector/Vlib/read.c:272 msgid "Isle index is out of range" msgstr "" #: ../lib/vector/Vlib/open_nat.c:56 #, c-format msgid "Unable to open coor file for vector map <%s>" msgstr "" #: ../lib/vector/Vlib/open_nat.c:152 msgid "Coor file of vector map <%s@%s> is larger than it should be (%" msgstr "" #: ../lib/vector/Vlib/open_nat.c:156 msgid "Coor file of vector <%s@%s> is shorter than it should be (%" msgstr "" #: ../lib/vector/Vlib/build_nat.c:76 ../lib/vector/Vlib/build_sfa.c:339 #: ../lib/vector/Vlib/build_sfa.c:632 msgid "Registering primitives..." msgstr "" #: ../lib/vector/Vlib/build_nat.c:86 ../lib/vector/Vlib/box.c:436 msgid "Unable to read vector map" msgstr "" #: ../lib/vector/Vlib/build_nat.c:119 ../lib/vector/Vlib/build_sfa.c:385 #: ../lib/vector/Vlib/build_sfa.c:664 #, c-format msgid "One primitive registered" msgid_plural "%d primitives registered" msgstr[0] "" msgstr[1] "" #: ../lib/vector/Vlib/build_nat.c:120 ../lib/vector/Vlib/build_sfa.c:386 #: ../lib/vector/Vlib/build_sfa.c:665 #, c-format msgid "One vertex registered" msgid_plural "% vertices registered" msgstr[0] "" msgstr[1] "" #: ../lib/vector/Vlib/build_nat.c:133 msgid "Building areas..." msgstr "" #: ../lib/vector/Vlib/build_nat.c:157 #, c-format msgid "One area built" msgid_plural "%d areas built" msgstr[0] "" msgstr[1] "" #: ../lib/vector/Vlib/build_nat.c:158 #, c-format msgid "One isle built" msgid_plural "%d isles built" msgstr[0] "" msgstr[1] "" #: ../lib/vector/Vlib/build_nat.c:169 msgid "Attaching islands..." msgstr "" #: ../lib/vector/Vlib/build_nat.c:189 msgid "Attaching centroids..." msgstr "" #: ../lib/vector/Vlib/graph.c:138 msgid "Unable to add network arc" msgstr "" #: ../lib/vector/Vlib/graph.c:226 ../lib/vector/Vlib/net_analyze.c:201 #, c-format msgid "dglShortestPath error: %s" msgstr "" #: ../lib/vector/Vlib/area.c:50 msgid "Attempt to read points of nonexistent area" msgstr "" #: ../lib/vector/Vlib/area.c:81 msgid "Attempt to read points of nonexistent isle" msgstr "" #: ../lib/vector/Vlib/area.c:121 ../lib/vector/Vlib/area.c:153 #: ../lib/vector/Vlib/area.c:219 ../lib/vector/Vlib/area.c:248 #, c-format msgid "Attempt to read topo for dead area (%d)" msgstr "" #: ../lib/vector/Vlib/area.c:189 ../lib/vector/Vlib/area.c:275 #, c-format msgid "Attempt to read topo for dead isle (%d)" msgstr "" #: ../lib/vector/Vlib/open.c:138 #, c-format msgid "Programmer requested unknown access level %d" msgstr "" #: ../lib/vector/Vlib/open.c:232 #, c-format msgid "Vector map <%s> not found in current mapset" msgstr "" #: ../lib/vector/Vlib/open.c:252 msgid "Temporary vector maps can be accessed only in the current mapset" msgstr "" #: ../lib/vector/Vlib/open.c:277 msgid "" "Vector map which is not in the current mapset cannot be opened for update" msgstr "" #: ../lib/vector/Vlib/open.c:311 #, c-format msgid "Unable to read header file of vector map <%s>" msgstr "" #: ../lib/vector/Vlib/open.c:352 #, c-format msgid "Unable to open topology file for vector map <%s>" msgstr "" #: ../lib/vector/Vlib/open.c:393 ../lib/vector/Vlib/cindex.c:542 #, c-format msgid "Unable to open category index file for vector map <%s>" msgstr "" #: ../lib/vector/Vlib/open.c:419 #, c-format msgid "" "Unable to open vector map <%s> on level %d. Try to rebuild vector topology " "with v.build." msgstr "" #: ../lib/vector/Vlib/open.c:445 #, c-format msgid "Building topology for OGR layer <%s> from datasource '%s'..." msgstr "" #: ../lib/vector/Vlib/open.c:453 #, c-format msgid "Unable to open vector map <%s> on level %d" msgstr "" #: ../lib/vector/Vlib/open.c:507 #, c-format msgid "Unable to open history file for vector map <%s>" msgstr "" #: ../lib/vector/Vlib/open.c:777 #, c-format msgid "Unable to create vector map: <%s> is not in the current mapset (%s)" msgstr "" #: ../lib/vector/Vlib/open.c:786 #, c-format msgid "Unable to create vector map: <%s> is not SQL compliant" msgstr "" #: ../lib/vector/Vlib/open.c:846 #, c-format msgid "Unable to open history file of vector map <%s>" msgstr "" #: ../lib/vector/Vlib/open.c:887 #, c-format msgid "Using OGR/%s format" msgstr "" #: ../lib/vector/Vlib/open.c:891 msgid "Using PostGIS Topology format" msgstr "" #: ../lib/vector/Vlib/open.c:893 msgid "Using PostGIS format" msgstr "" #: ../lib/vector/Vlib/open.c:896 msgid "Using native format" msgstr "" #: ../lib/vector/Vlib/open.c:985 #, c-format msgid "Unable to stat file <%s>" msgstr "" #: ../lib/vector/Vlib/open.c:1049 #, c-format msgid "unknown %d (update Vect_maptype_info)" msgstr "" #: ../lib/vector/Vlib/open.c:1138 msgid "Size of 'coor' file differs from value saved in topology file" msgstr "" #: ../lib/vector/Vlib/open.c:1149 ../lib/vector/Vlib/open.c:1248 #, c-format msgid "Please rebuild topology for vector map <%s@%s>" msgstr "" #: ../lib/vector/Vlib/open.c:1237 msgid "Size of 'coor' file differs from value saved in sidx file" msgstr "" #: ../lib/vector/Vlib/open.c:1317 msgid "Unable to open OGR file" msgstr "" #: ../lib/vector/Vlib/open.c:1343 msgid "OGR output also detected, using OGR" msgstr "" #: ../lib/vector/Vlib/net_analyze.c:291 ../lib/vector/Vlib/net_analyze.c:332 #, c-format msgid "Unable to find point with defined unique category for node <%d>." msgstr "" #: ../lib/vector/Vlib/net_analyze.c:295 ../lib/vector/Vlib/net_analyze.c:336 #, c-format msgid "" "There exists more than one point on node <%d> with unique category in field " "<%d>.\n" "The unique category layer may not be valid." msgstr "" #: ../lib/vector/Vlib/net_analyze.c:452 msgid "Wrong line direction in Vect_net_get_line_cost()" msgstr "" #: ../lib/vector/Vlib/overlay.c:72 msgid "unknown operator" msgstr "" #: ../lib/vector/Vlib/overlay.c:124 msgid "Overlay: line/boundary types not supported by AND operator" msgstr "" #: ../lib/vector/Vlib/overlay.c:127 msgid "Overlay: area x area types not supported by AND operator" msgstr "" #: ../lib/vector/Vlib/clean_nodes.c:248 #, c-format msgid "Modifications: %d" msgstr "" #: ../lib/vector/Vlib/cindex.c:32 msgid "Category index is not up to date" msgstr "" #: ../lib/vector/Vlib/cindex.c:38 msgid "Layer index out of range" msgstr "" #: ../lib/vector/Vlib/cindex.c:268 msgid "Category index out of range" msgstr "" #: ../lib/vector/Vlib/cindex.c:389 msgid "Mixing IDs of areas and primitives" msgstr "" #: ../lib/vector/Vlib/cindex.c:491 #, c-format msgid "Unable to create category index file for vector map <%s>" msgstr "" #: ../lib/vector/Vlib/cindex.c:500 msgid "Error writing out category index file" msgstr "" #: ../lib/vector/Vlib/write_ogr.c:211 ../lib/db/dbmi_client/table.c:110 #: ../lib/db/dbmi_client/copy_tab.c:242 ../lib/db/dbmi_client/copy_tab.c:319 #, c-format msgid "Unable to open select cursor: '%s'" msgstr "" #: ../lib/vector/Vlib/write_ogr.c:240 #, c-format msgid "Creating field <%s> failed" msgstr "" #: ../lib/vector/Vlib/write_ogr.c:328 #, c-format msgid "Unable to create OGR layer <%s> in '%s'" msgstr "" #: ../lib/vector/Vlib/write_ogr.c:430 msgid "Feature is not a point. Skipping." msgstr "" #: ../lib/vector/Vlib/write_ogr.c:438 msgid "Feature is not a line. Skipping." msgstr "" #: ../lib/vector/Vlib/write_ogr.c:445 msgid "Feature is not a polygon. Skipping." msgstr "" #: ../lib/vector/Vlib/write_ogr.c:452 msgid "Feature is not a face. Skipping." msgstr "" #: ../lib/vector/Vlib/write_ogr.c:458 #, c-format msgid "Unsupported feature type (%d)" msgstr "" #: ../lib/vector/Vlib/write_ogr.c:477 msgid "Boundary is not closed. Feature skipped." msgstr "" #: ../lib/vector/Vlib/write_ogr.c:506 msgid "Unable to writes feature attributes" msgstr "" #: ../lib/vector/Vlib/write_ogr.c:571 #, c-format msgid "Feature without category of layer %d" msgstr "" #: ../lib/vector/Vlib/write_ogr.c:630 #, c-format msgid "Unable to create field <%s>" msgstr "" #: ../lib/vector/Vlib/legal_vname.c:43 #, c-format msgid "Illegal vector map name <%s>. May not contain '.' or 'NULL'." msgstr "" #: ../lib/vector/Vlib/legal_vname.c:50 #, c-format msgid "Illegal vector map name <%s>. Must start with a letter." msgstr "" #: ../lib/vector/Vlib/legal_vname.c:58 #, c-format msgid "Illegal vector map name <%s>. Character '%c' not allowed." msgstr "" #: ../lib/vector/Vlib/legal_vname.c:65 #, c-format msgid "" "Illegal vector map name <%s>. SQL keyword cannot be used as vector map name." msgstr "" #: ../lib/vector/Vlib/legal_vname.c:100 ../lib/vector/Vlib/legal_vname.c:104 #, c-format msgid "Output vector map name <%s> is not in the current mapset (%s)" msgstr "" #: ../lib/vector/Vlib/legal_vname.c:117 ../lib/vector/Vlib/legal_vname.c:121 #, c-format msgid "Output vector map name <%s> is not SQL compliant" msgstr "" #: ../lib/vector/Vlib/legal_vname.c:159 ../lib/vector/Vlib/legal_vname.c:163 #, c-format msgid "Output vector map <%s> is used as input" msgstr "" #: ../lib/vector/Vlib/level_two.c:23 #, c-format msgid "Vector map <%s> is not open at topological level" msgstr "" #: ../lib/vector/Vlib/level_two.c:284 #, c-format msgid "Invalid node id: %d" msgstr "" #: ../lib/vector/Vlib/level_two.c:316 #, c-format msgid "Nodes not available for line %d" msgstr "" #: ../lib/vector/Vlib/level_two.c:357 #, c-format msgid "Areas not available for line %d" msgstr "" #: ../lib/vector/Vlib/level_two.c:362 #, c-format msgid "Line %d is not a boundary" msgstr "" #: ../lib/vector/Vlib/level_two.c:445 #, c-format msgid "Topology info not available for feature %d" msgstr "" #: ../lib/vector/Vlib/close_ogr.c:104 ../lib/vector/Vlib/close_pg.c:139 #, c-format msgid "Unable to save feature index file for vector map <%s>" msgstr "" #: ../lib/vector/Vlib/read_pg.c:272 ../lib/vector/Vlib/read_pg.c:471 #, c-format msgid "Feature %ld without geometry skipped" msgstr "" #: ../lib/vector/Vlib/read_pg.c:365 #, c-format msgid "" "Requesting invalid feature from cache (%d). Number of features in cache: %d" msgstr "" #: ../lib/vector/Vlib/read_pg.c:368 #, c-format msgid "Feature %d: unexpected type (%d) - should be %d" msgstr "" #: ../lib/vector/Vlib/read_pg.c:378 ../lib/vector/Vlib/build_sfa.c:354 #: ../lib/vector/Vlib/build_sfa.c:364 #, c-format msgid "Feature %d without geometry skipped" msgstr "" #: ../lib/vector/Vlib/read_pg.c:482 ../lib/vector/Vlib/read_ogr.c:382 msgid "Feature without geometry. Skipped." msgstr "" #: ../lib/vector/Vlib/read_pg.c:575 msgid "No geometry or topo geometry column defined" msgstr "" #: ../lib/vector/Vlib/read_pg.c:585 msgid "Random access not supported. Primary key not defined." msgstr "" #: ../lib/vector/Vlib/read_pg.c:652 msgid "Inconsistency in topology: detected centroid (should be point)" msgstr "" #: ../lib/vector/Vlib/read_pg.c:662 msgid "Inconsistency in topology: detected boundary (should be line)" msgstr "" #: ../lib/vector/Vlib/read_pg.c:787 #, c-format msgid "Invalid WKB content: %d bytes" msgstr "" #: ../lib/vector/Vlib/read_pg.c:803 msgid "Reading EWKB with 4-dimensional coordinates (XYZM) is not supported" msgstr "" #: ../lib/vector/Vlib/read_pg.c:996 ../lib/vector/Vlib/read_pg.c:1066 #: ../lib/vector/Vlib/read_pg.c:1137 msgid "Length of input WKB is too small" msgstr "" #: ../lib/vector/Vlib/read_pg.c:1077 #, c-format msgid "Invalid cache index %d (max: %d)" msgstr "" #: ../lib/vector/Vlib/read_pg.c:1215 #, c-format msgid "Corrupted data. %s." msgstr "" #: ../lib/vector/Vlib/read_pg.c:1217 msgid "Corrupted data" msgstr "" #: ../lib/vector/Vlib/read_pg.c:1252 #, c-format msgid "Unable to parse '%s'" msgstr "" #: ../lib/vector/Vlib/read_pg.c:1420 ../lib/vector/Vlib/close_pg.c:66 #, c-format msgid "Unable to close cursor %s" msgstr "" #: ../lib/vector/Vlib/read_pg.c:1530 #, c-format msgid "" "Execution failed: %s (...)\n" "Reason: %s" msgstr "" #: ../lib/vector/Vlib/read_pg.c:1561 #, c-format msgid "" "Execution failed: %s\n" "Reason: %s" msgstr "" #: ../lib/vector/Vlib/read_pg.c:1693 #, c-format msgid "" "Unable to read features. Reason:\n" "%s" msgstr "" #: ../lib/vector/Vlib/cats.c:45 msgid "Vect_new_cats_struct(): Out of memory" msgstr "" #: ../lib/vector/Vlib/cats.c:127 #, c-format msgid "Too many categories (%d), unable to set cat %d (layer %d)" msgstr "" #: ../lib/vector/Vlib/cats.c:419 #, c-format msgid "Unable to convert category string '%s' (from '%s') to category range" msgstr "" #: ../lib/vector/Vlib/cats.c:572 ../lib/vector/Vlib/cats.c:673 msgid "Layer number must be > 0 for category constraints" msgstr "" #: ../lib/vector/Vlib/cats.c:585 #, c-format msgid "'%s' and '%s' parameters were supplied, cats will be ignored" msgstr "" #: ../lib/vector/Vlib/cats.c:593 #, c-format msgid "Loading categories from table <%s>..." msgstr "" #: ../lib/vector/Vlib/cats.c:603 ../lib/db/dbmi_client/select.c:317 #, c-format msgid "Unable select records from table <%s>" msgstr "" #: ../lib/vector/Vlib/cats.c:605 #, c-format msgid "One category loaded" msgid_plural "%d categories loaded" msgstr[0] "" msgstr[1] "" #: ../lib/vector/Vlib/cats.c:627 #, c-format msgid "No categories selected with '%s' option" msgstr "" #: ../lib/vector/Vlib/cats.c:637 #, c-format msgid "%d errors in '%s' option" msgstr "" #: ../lib/vector/Vlib/build_sfa.c:279 ../lib/vector/Vlib/build_sfa.c:546 #, c-format msgid "Unable to calculate centroid for area %d" msgstr "" #: ../lib/vector/Vlib/build_sfa.c:305 #, c-format msgid "Feature type %d not supported" msgstr "" #: ../lib/vector/Vlib/build_sfa.c:603 ../lib/vector/Vlib/read_ogr.c:344 #: ../lib/vector/Vlib/read_ogr.c:578 #, c-format msgid "OGR feature type %d not supported" msgstr "" #: ../lib/vector/Vlib/build_sfa.c:668 #, c-format msgid "One feature without geometry skipped" msgid_plural "%d features without geometry skipped" msgstr[0] "" msgstr[1] "" #: ../lib/vector/Vlib/build_sfa.c:725 #, c-format msgid "%s: Native format unsupported" msgstr "" #: ../lib/vector/Vlib/build_sfa.c:751 msgid "Feature index is built only for non-native formats. Nothing to dump." msgstr "" #: ../lib/vector/Vlib/box.c:264 #, c-format msgid "Unable to determine bbox for feature %d" msgstr "" #: ../lib/vector/Vlib/box.c:313 ../lib/vector/Vlib/box.c:359 #, c-format msgid "Attempt to access area with invalid id (%d)" msgstr "" #: ../lib/vector/Vlib/box.c:325 #, c-format msgid "Unable to determine bbox for area %d" msgstr "" #: ../lib/vector/Vlib/box.c:371 #, c-format msgid "Unable to determine bbox for isle %d" msgstr "" #: ../lib/vector/Vlib/box.c:429 #, c-format msgid "Topology not available for vector map <%s>. Registering primitives..." msgstr "" #: ../lib/vector/Vlib/break_lines.c:574 #, c-format msgid "Intersections: %d" msgstr "" #: ../lib/vector/Vlib/color_write.c:71 ../lib/raster/color_write.c:81 #, c-format msgid "Qualified name <%s> doesn't match mapset <%s>" msgstr "" #: ../lib/vector/Vlib/color_write.c:91 ../lib/raster/color_write.c:96 #, c-format msgid "Unable to create <%s> file for map <%s>" msgstr "" #: ../lib/vector/Vlib/remove_areas.c:107 ../lib/vector/Vlib/remove_areas.c:268 msgid "Area is composed of dead boundary" msgstr "" #: ../lib/vector/Vlib/remove_areas.c:194 ../lib/vector/Vlib/remove_areas.c:602 #, c-format msgid "%d areas of total size %g removed" msgstr "" #: ../lib/vector/Vlib/remove_areas.c:395 msgid "Could not delete line from coor" msgstr "" #: ../lib/vector/Vlib/remove_areas.c:458 msgid "dissolve_neighbour > 0, failed to build new area" msgstr "" #: ../lib/vector/Vlib/remove_areas.c:463 ../lib/vector/Vlib/remove_areas.c:501 msgid "Dissolve with neighbour area: corrupt topology" msgstr "" #: ../lib/vector/Vlib/remove_areas.c:497 msgid "Failed to build new area" msgstr "" #: ../lib/vector/Vlib/remove_areas.c:544 ../lib/vector/Vlib/remove_areas.c:571 msgid "Failed to build new isle" msgstr "" #: ../lib/vector/Vlib/remove_areas.c:549 ../lib/vector/Vlib/remove_areas.c:576 msgid "Dissolve with outer isle: corrupt topology" msgstr "" #: ../lib/vector/Vlib/remove_areas.c:581 msgid "Area merging failed" msgstr "" #: ../lib/vector/Vlib/copy.c:81 #, c-format msgid "Unable to copy features. Input vector map <%s> is not open" msgstr "" #: ../lib/vector/Vlib/copy.c:102 #, c-format msgid "Unable to create PostGIS layer <%s>" msgstr "" #: ../lib/vector/Vlib/copy.c:134 #, c-format msgid "Vector map <%s> not open on topological level. Areas will be skipped!" msgstr "" #: ../lib/vector/Vlib/copy.c:169 ../lib/vector/Vlib/copy.c:246 #: ../lib/ogsf/gp3.c:92 #, c-format msgid "Unable to read vector map <%s>" msgstr "" #: ../lib/vector/Vlib/copy.c:230 ../lib/vector/Vlib/copy.c:235 msgid "Copying features..." msgstr "" #: ../lib/vector/Vlib/copy.c:232 #, c-format msgid "Copying features (%s)..." msgstr "" #: ../lib/vector/Vlib/copy.c:358 msgid "Writing new feature failed" msgstr "" #: ../lib/vector/Vlib/copy.c:364 #, c-format msgid "%d features without category or from different layer skipped" msgstr "" #: ../lib/vector/Vlib/copy.c:396 msgid "Exporting nodes..." msgstr "" #: ../lib/vector/Vlib/copy.c:424 #, c-format msgid "Writing node %d failed" msgstr "" #: ../lib/vector/Vlib/copy.c:502 msgid "Exporting areas..." msgstr "" #: ../lib/vector/Vlib/copy.c:560 ../lib/vector/Vlib/copy.c:568 #, c-format msgid "Writing area %d failed" msgstr "" #: ../lib/vector/Vlib/copy.c:576 #, c-format msgid "%d areas without category or from different layer skipped" msgstr "" #: ../lib/vector/Vlib/copy.c:630 #, c-format msgid "Unable to copy table <%s> for layer %d from <%s> to <%s>" msgstr "" #: ../lib/vector/Vlib/copy.c:749 #, c-format msgid "Unable to add database link for vector map <%s>" msgstr "" #: ../lib/vector/Vlib/copy.c:773 #, c-format msgid "Unable to open database <%s> with driver <%s>" msgstr "" #: ../lib/vector/Vlib/copy.c:780 msgid "Unable to create index" msgstr "" #: ../lib/vector/Vlib/copy.c:786 #, c-format msgid "Unable to grant privileges on table <%s>" msgstr "" #: ../lib/vector/Vlib/write.c:194 #, c-format msgid "Unable to write feature in vector map <%s>" msgstr "" #: ../lib/vector/Vlib/write.c:234 msgid "Unable to rewrite feature/offset %" msgstr "" #: ../lib/vector/Vlib/write.c:266 msgid "Unable to delete feature/offset %" msgstr "" #: ../lib/vector/Vlib/write.c:299 msgid "Unable to restore feature/offset %" msgstr "" #: ../lib/vector/Vlib/write.c:308 #, c-format msgid "Vector map <%s> is not opened" msgstr "" #: ../lib/vector/Vlib/write.c:313 #, c-format msgid "Vector map <%s> is not opened in write mode" msgstr "" #: ../lib/vector/Vlib/line.c:184 ../lib/vector/Vlib/line.c:217 #: ../lib/vector/Vlib/line.c:250 msgid "Index out of range in" msgstr "" #: ../lib/vector/Vlib/line.c:550 msgid "Segment outside line, no segment created" msgstr "" #: ../lib/vector/Vlib/net_build.c:101 ../lib/vector/Vlib/net_build.c:727 msgid "Building graph..." msgstr "" #: ../lib/vector/Vlib/net_build.c:143 ../lib/vector/Vlib/net_build.c:775 msgid "Unable to build network graph" msgstr "" #: ../lib/vector/Vlib/net_build.c:149 ../lib/vector/Vlib/net_build.c:781 msgid "Forward costs column not specified" msgstr "" #: ../lib/vector/Vlib/net_build.c:156 msgid "Turntable field < 1" msgstr "" #: ../lib/vector/Vlib/net_build.c:172 #, c-format msgid "Turntable column <%s> not found in table <%s>" msgstr "" #: ../lib/vector/Vlib/net_build.c:182 ../lib/vector/Vlib/net_build.c:223 #: ../lib/vector/Vlib/net_build.c:508 ../lib/vector/Vlib/net_build.c:526 #: ../lib/vector/Vlib/net_build.c:809 ../lib/vector/Vlib/net_build.c:827 #: ../lib/vector/Vlib/net_build.c:988 #, c-format msgid "Data type of column <%s> not supported (must be numeric)" msgstr "" #: ../lib/vector/Vlib/net_build.c:202 ../lib/vector/Vlib/net_build.c:967 msgid "Setting node costs..." msgstr "" #: ../lib/vector/Vlib/net_build.c:277 ../lib/vector/Vlib/net_build.c:1032 #, c-format msgid "Database record for node %d (cat = %d) not found (cost set to 0)" msgstr "" #: ../lib/vector/Vlib/net_build.c:332 ../lib/vector/Vlib/net_build.c:352 msgid "Cannot add network arc for virtual node connection." msgstr "" #: ../lib/vector/Vlib/net_build.c:364 #, c-format msgid "" "There exists more than one point of node <%d> with unique category field <" "%d>.\n" "The unique categories layer is not valid therefore you will probably get " "incorrect results." msgstr "" #: ../lib/vector/Vlib/net_build.c:393 #, c-format msgid "" "Unable to find point representing intersection <%d> in unique categories " "field <%d>.\n" "Cost for the intersection was set to 0.\n" "The unique categories layer is not valid therefore you will probably get " "incorrect results." msgstr "" #: ../lib/vector/Vlib/net_build.c:407 #, c-format msgid "" "Unable to find node for point representing intersection <%d> in unique " "categories field <%d>.\n" "Cost for the intersection was set to 0.\n" "The unique categories layer is not valid therefore you will probably get " "incorrect results." msgstr "" #: ../lib/vector/Vlib/net_build.c:432 #, c-format msgid "" "Database record for turn with cat = %d in not found. (The turn was skipped." msgstr "" #: ../lib/vector/Vlib/net_build.c:465 msgid "Cannot add network arc representing turn." msgstr "" #: ../lib/vector/Vlib/net_build.c:487 ../lib/vector/Vlib/net_build.c:788 msgid "Arc field < 1" msgstr "" #: ../lib/vector/Vlib/net_build.c:539 ../lib/vector/Vlib/net_build.c:840 msgid "Registering arcs..." msgstr "" #: ../lib/vector/Vlib/net_build.c:558 #, c-format msgid "" "Line with id <%d> has more unique categories defined in field <%d>.\n" "The unique categories layer is not valid therefore you will probably get " "incorrect results." msgstr "" #: ../lib/vector/Vlib/net_build.c:579 #, c-format msgid "" "Database record for line %d (cat = %d, forward/both direction(s)) not found " "(cost was set to 0)" msgstr "" #: ../lib/vector/Vlib/net_build.c:596 #, c-format msgid "" "Database record for line %d (cat = %d, backword direction) not found(cost " "was set to 0)" msgstr "" #: ../lib/vector/Vlib/net_build.c:658 ../lib/vector/Vlib/net_build.c:1064 msgid "Flattening the graph..." msgstr "" #: ../lib/vector/Vlib/net_build.c:667 ../lib/vector/Vlib/net_build.c:1073 msgid "Graph was built" msgstr "" #: ../lib/vector/Vlib/net_build.c:869 #, c-format msgid "" "Database record for line %d (cat = %d, forward/both direction(s)) not found " "(forward/both direction(s) of line skipped)" msgstr "" #: ../lib/vector/Vlib/net_build.c:888 #, c-format msgid "" "Database record for line %d (cat = %d, backword direction) not " "found(direction of line skipped)" msgstr "" #: ../lib/vector/Vlib/net_build.c:937 msgid "Cannot add network arc" msgstr "" #: ../lib/vector/Vlib/snap.c:223 ../lib/vector/Vlib/snap.c:583 msgid "Snap vertices Pass 1: select points" msgstr "" #: ../lib/vector/Vlib/snap.c:268 ../lib/vector/Vlib/snap.c:637 msgid "Snap vertices Pass 2: assign anchor vertices" msgstr "" #: ../lib/vector/Vlib/snap.c:337 ../lib/vector/Vlib/snap.c:706 msgid "Snap vertices Pass 3: snap to assigned points" msgstr "" #: ../lib/vector/Vlib/snap.c:526 ../lib/vector/Vlib/snap.c:889 #, c-format msgid "Snapped vertices: %d" msgstr "" #: ../lib/vector/Vlib/snap.c:527 ../lib/vector/Vlib/snap.c:890 #, c-format msgid "New vertices: %d" msgstr "" #: ../lib/vector/Vlib/snap.c:917 msgid "Reading features..." msgstr "" #: ../lib/vector/Vlib/level.c:34 msgid "Map structure was never initialized" msgstr "" #: ../lib/vector/Vlib/level.c:36 msgid "Map structure has been closed" msgstr "" #: ../lib/vector/Vlib/build_ogr.c:72 msgid "Empty OGR layer, nothing to build" msgstr "" #: ../lib/vector/Vlib/build_ogr.c:87 ../lib/vector/Vlib/build_pg.c:93 #, c-format msgid "Feature table <%s> has no primary key defined" msgstr "" #: ../lib/vector/Vlib/build_ogr.c:89 msgid "" "Random read is not supported by OGR for this layer. Unable to build topology." msgstr "" #: ../lib/vector/Vlib/build_ogr.c:95 ../lib/vector/Vlib/build_pg.c:101 #, c-format msgid "Using external data format '%s' (feature type '%s')" msgstr "" #: ../lib/vector/Vlib/build_ogr.c:139 #, c-format msgid "Unable to open fidx file for write <%s>" msgstr "" #: ../lib/vector/Vlib/build_pg.c:88 msgid "No DB connection" msgstr "" #: ../lib/vector/Vlib/build_pg.c:95 msgid "Random read is not supported for this layer. Unable to build topology." msgstr "" #: ../lib/vector/Vlib/build_pg.c:105 msgid "Building pseudo-topology over simple features..." msgstr "" #: ../lib/vector/Vlib/build_pg.c:107 #, c-format msgid "Building topology from PostGIS topology schema <%s>..." msgstr "" #: ../lib/vector/Vlib/build_pg.c:237 msgid "Cleaning-up topology schema..." msgstr "" #: ../lib/vector/Vlib/build_pg.c:282 msgid "Updating faces..." msgstr "" #: ../lib/vector/Vlib/build_pg.c:314 msgid "Updating edges..." msgstr "" #: ../lib/vector/Vlib/build_pg.c:323 msgid "Inconsistency in topology detected. Dead line found." msgstr "" #: ../lib/vector/Vlib/build_pg.c:377 msgid "Updating TopoGeometry data..." msgstr "" #: ../lib/vector/Vlib/build_pg.c:464 #, c-format msgid "Unsupported topo geometry type %d" msgstr "" #: ../lib/vector/Vlib/build_pg.c:493 #, c-format msgid "Unable to create <%s.%s>" msgstr "" #: ../lib/vector/Vlib/build_pg.c:644 msgid "Unable to write nodes, offset array mismatch" msgstr "" #: ../lib/vector/Vlib/build_pg.c:673 msgid "Unable to write nodes" msgstr "" #: ../lib/vector/Vlib/build_pg.c:718 #, c-format msgid "Inconsistency in topology: number of boundaries %d (should be %d)" msgstr "" #: ../lib/vector/Vlib/build_pg.c:741 msgid "Unable to write lines" msgstr "" #: ../lib/vector/Vlib/build_pg.c:792 #, c-format msgid "Topology for centroid %d not available. Area %d skipped" msgstr "" #: ../lib/vector/Vlib/build_pg.c:1002 msgid "Create simple features topology from topogeometry data..." msgstr "" #: ../lib/vector/Vlib/build_pg.c:1020 #, c-format msgid "" "Unable to build simple features from topogeometry data. Unsupported type %d." msgstr "" #: ../lib/vector/Vlib/break_polygons.c:102 msgid "Break polygons: Bug in binary tree!" msgstr "" #: ../lib/vector/Vlib/break_polygons.c:156 #: ../lib/vector/Vlib/break_polygons.c:435 msgid "Breaking polygons (pass 1: select break points)..." msgstr "" #: ../lib/vector/Vlib/break_polygons.c:286 #: ../lib/vector/Vlib/break_polygons.c:552 msgid "Breaking polygons (pass 2: break at selected points)..." msgstr "" #: ../lib/vector/Vlib/break_polygons.c:398 #: ../lib/vector/Vlib/break_polygons.c:650 #, c-format msgid "Breaks: %d" msgstr "" #: ../lib/vector/Vlib/break_polygons.c:592 msgid "Point not in search tree!" msgstr "" #: ../lib/vector/Vlib/read_ogr.c:215 ../lib/vector/Vlib/read_ogr.c:224 #, c-format msgid "Unable to get feature geometry, fid %ld" msgstr "" #: ../lib/vector/Vlib/read_ogr.c:390 msgid "OGR feature without ID" msgstr "" #: ../lib/vector/Vlib/read_ogr.c:514 #, c-format msgid "OGR feature type '%s' not supported" msgstr "" #: ../lib/vector/Vlib/poly.c:268 msgid "Unable to find point in polygon" msgstr "" #: ../lib/vector/Vlib/poly.c:810 msgid "conditions failed" msgstr "" #: ../lib/vector/Vlib/intersect.c:128 msgid "3D not supported by Vect_segment_intersection()" msgstr "" #: ../lib/vector/Vlib/intersect.c:402 msgid "Vect_segment_intersection() ERROR (collinear vertical segments)" msgstr "" #: ../lib/vector/Vlib/intersect.c:496 msgid "Vect_segment_intersection() ERROR (collinear non vertical segments)" msgstr "" #: ../lib/vector/Vlib/select.c:116 #, c-format msgid "Unable to delete item %d from spatial index" msgstr "" #: ../lib/cairodriver/read_ppm.c:28 ../lib/cairodriver/read_bmp.c:88 #, c-format msgid "Cairo: unable to open input file <%s>" msgstr "" #: ../lib/cairodriver/read_ppm.c:32 ../lib/cairodriver/read_bmp.c:92 #, c-format msgid "Cairo: invalid input file <%s>" msgstr "" #: ../lib/cairodriver/read_ppm.c:38 #, c-format msgid "Cairo: input file has incorrect dimensions: expected: %dx%d got: %dx%d" msgstr "" #: ../lib/cairodriver/read_ppm.c:46 #, c-format msgid "Cairo: unable to open input mask file <%s>" msgstr "" #: ../lib/cairodriver/read_ppm.c:50 #, c-format msgid "Cairo: invalid input mask file <%s>" msgstr "" #: ../lib/cairodriver/read_ppm.c:56 #, c-format msgid "" "Cairo: input mask file has incorrect dimensions: expected: %dx%d got: %dx%d" msgstr "" #: ../lib/cairodriver/read_bmp.c:96 #, c-format msgid "Cairo: Invalid BMP header for <%s>" msgstr "" #: ../lib/cairodriver/write_bmp.c:72 ../lib/cairodriver/write_ppm.c:27 #, c-format msgid "Cairo: unable to open output file <%s>" msgstr "" #: ../lib/cairodriver/write_xid.c:14 ../lib/pngdriver/read_png.c:71 #, c-format msgid "Unable to open output file <%s>" msgstr "" #: ../lib/cairodriver/write_xid.c:19 #, c-format msgid "Unable to write output file <%s>" msgstr "" #: ../lib/cairodriver/graph.c:67 msgid "Unable to open display" msgstr "" #: ../lib/cairodriver/graph.c:85 msgid "Unable to obtain visual" msgstr "" #: ../lib/cairodriver/graph.c:160 #, c-format msgid "Unknown file extension: %s" msgstr "" #: ../lib/cairodriver/graph.c:190 #, c-format msgid "cairo: collecting to file '%s'" msgstr "" #: ../lib/cairodriver/graph.c:192 #, c-format msgid "cairo: image size %dx%d" msgstr "" #: ../lib/cairodriver/graph.c:371 msgid "Unknown Cairo surface type" msgstr "" #: ../lib/cairodriver/graph.c:376 msgid "Failed to initialize Cairo surface" msgstr "" #: ../lib/cairodriver/write_ppm.c:34 #, c-format msgid "Cairo: unable to open mask file <%s>" msgstr "" #: ../lib/cairodriver/read_xid.c:14 #, c-format msgid "Unable to open input file <%s>" msgstr "" #: ../lib/cairodriver/read_xid.c:17 #, c-format msgid "Unable to read input file <%s>" msgstr "" #: ../lib/cairodriver/read_xid.c:20 #, c-format msgid "Unable to parse input file <%s>" msgstr "" #: ../lib/cairodriver/raster.c:104 msgid "Failed to create cairo surface" msgstr "" #: ../lib/cairodriver/draw_bitmap.c:47 msgid "Cairo_Bitmap: Failed to create source" msgstr "" #: ../lib/cairodriver/text.c:51 #, c-format msgid "Unable to convert from <%s> to UTF-8" msgstr "" #: ../lib/cairodriver/text.c:61 msgid "Some characters could not be converted to UTF-8" msgstr "" #: ../lib/db/dbmi_base/valuefmt.c:52 msgid "db_convert_Cstring_to_value(): unrecognized sqltype" msgstr "" #: ../lib/db/dbmi_base/valuefmt.c:91 msgid "db_convert_value_into_string(): unrecongized sqltype-type" msgstr "" #: ../lib/db/dbmi_base/default_name.c:139 msgid "Programmer error" msgstr "" #: ../lib/db/dbmi_base/error.c:72 msgid "" msgstr "" #: ../lib/db/dbmi_base/error.c:91 msgid "dbmi: Protocol error" msgstr "" #: ../lib/db/dbmi_base/error.c:136 msgid "dbmi: Out of Memory" msgstr "" #: ../lib/db/dbmi_base/error.c:149 #, c-format msgid "dbmi: %s() not implemented" msgstr "" #: ../lib/db/dbmi_base/error.c:163 #, c-format msgid "dbmi: Invalid procedure %d" msgstr "" #: ../lib/db/dbmi_base/xdrtable.c:109 msgid "fetch: table has wrong number of columns" msgstr "" #: ../lib/db/dbmi_base/xdrvalue.c:82 msgid "send data: invalid C-type" msgstr "" #: ../lib/db/dbmi_base/login.c:115 #, c-format msgid "Unable to read file '%s'" msgstr "" #: ../lib/db/dbmi_base/login.c:126 #, c-format msgid "Login file (%s) corrupted (line: %s)" msgstr "" #: ../lib/db/dbmi_base/login.c:164 #, c-format msgid "Unable to write file '%s'" msgstr "" #: ../lib/db/dbmi_base/login.c:229 #, c-format msgid "DB connection <%s/%s> already exists and will be overwritten" msgstr "" #: ../lib/db/dbmi_base/login.c:232 #, c-format msgid "" "DB connection <%s/%s> already exists. Re-run '%s' with '--%s' flag to " "overwrite existing settings." msgstr "" #: ../lib/db/dbmi_base/test/test_main.c:83 msgid "Performs unit and integration tests for the dbmi base library" msgstr "" #: ../lib/db/dbmi_base/test/test_columns.c:37 msgid "" "\n" "++ Running column unit tests ++" msgstr "" #: ../lib/db/dbmi_base/test/test_columns.c:42 msgid "" "\n" "-- column unit tests failure --" msgstr "" #: ../lib/db/dbmi_base/test/test_columns.c:44 msgid "" "\n" "-- column unit tests finished successfully --" msgstr "" #: ../lib/db/dbmi_base/test/test_columns.c:57 msgid "" "\n" "++ Run test copy column ++" msgstr "" #: ../lib/db/dbmi_base/test/test_columns.c:150 msgid "" "\n" "++ Test copy column finished ++" msgstr "" #: ../lib/db/dbmi_base/test/test_table.c:38 msgid "" "\n" "++ Running table unit tests ++" msgstr "" #: ../lib/db/dbmi_base/test/test_table.c:43 msgid "" "\n" "-- Table unit tests failure --" msgstr "" #: ../lib/db/dbmi_base/test/test_table.c:45 msgid "" "\n" "-- Table unit tests finished successfully --" msgstr "" #: ../lib/db/dbmi_base/legal_dbname.c:38 #, c-format msgid "Illegal table map name <%s>. May not contain '.' or 'NULL'." msgstr "" #: ../lib/db/dbmi_base/legal_dbname.c:45 #, c-format msgid "Illegal table map name <%s>. Must start with a letter." msgstr "" #: ../lib/db/dbmi_base/legal_dbname.c:54 #, c-format msgid "Illegal table map name <%s>. Character <%c> not allowed." msgstr "" #: ../lib/db/dbmi_base/index.c:180 msgid "db_set_index_column_name(): invalid column number" msgstr "" #: ../lib/db/dbmi_base/index.c:197 msgid "db_get_index_column_name(): invalid column number" msgstr "" #: ../lib/db/dbmi_client/delete_tab.c:40 ../lib/db/dbmi_client/table.c:46 #, c-format msgid "Unable open database <%s> by driver <%s>" msgstr "" #: ../lib/db/dbmi_client/delete_tab.c:53 #, c-format msgid "Unable to drop table: '%s'" msgstr "" #: ../lib/db/dbmi_client/copy_tab.c:91 #, c-format msgid "Array of values to select from column <%s> is empty" msgstr "" #: ../lib/db/dbmi_client/copy_tab.c:151 #, c-format msgid "Unable to get list tables in database <%s>" msgstr "" #: ../lib/db/dbmi_client/copy_tab.c:189 #, c-format msgid "Table <%s> already exists in database and will be overwritten" msgstr "" #: ../lib/db/dbmi_client/copy_tab.c:194 #, c-format msgid "Table <%s> already exists in database <%s>" msgstr "" #: ../lib/db/dbmi_client/copy_tab.c:274 #, c-format msgid "Column <%s> is not integer" msgstr "" #: ../lib/db/dbmi_client/copy_tab.c:294 #, c-format msgid "Unable to create table <%s>" msgstr "" #: ../lib/db/dbmi_client/copy_tab.c:394 #, c-format msgid "Unknown column type (column <%s>)" msgstr "" #: ../lib/db/dbmi_client/select.c:119 ../lib/db/dbmi_client/select.c:221 #: ../lib/db/dbmi_client/select.c:288 msgid "Missing column name" msgstr "" #: ../lib/db/dbmi_client/select.c:216 ../lib/db/dbmi_client/select.c:283 msgid "Missing key column name" msgstr "" #: ../lib/db/dbmi_client/select.c:333 msgid "Key column type is not integer" msgstr "" #: ../lib/db/dbmi_driver/d_error.c:35 #, c-format msgid "DBMI-%s driver error:" msgstr "" #: ../lib/symbol/read.c:211 #, c-format msgid "Cannot read symbol line coordinates: %s" msgstr "" #: ../lib/symbol/read.c:260 #, c-format msgid "" "Incorrect symbol name: '%s' (should be: group/name or group/name@mapset)" msgstr "" #: ../lib/symbol/read.c:284 #, c-format msgid "Cannot find/open symbol: '%s'" msgstr "" #: ../lib/symbol/read.c:393 ../lib/symbol/read.c:411 ../lib/symbol/read.c:421 #: ../lib/symbol/read.c:439 #, c-format msgid "Incorrect symbol color: '%s', using default." msgstr "" #: ../lib/gpde/n_parse_options.c:106 msgid "The calculation time in seconds" msgstr "" #: ../lib/gpde/n_arrays_io.c:93 #, c-format msgid "Reading raster map <%s> into memory" msgstr "" #: ../lib/gpde/n_arrays_io.c:183 msgid "N_array_2d * array is empty" msgstr "" #: ../lib/gpde/n_arrays_io.c:202 #, c-format msgid "Write 2d array to raster map <%s>" msgstr "" #: ../lib/gpde/n_arrays_io.c:281 ../lib/ogsf/gvl_file.c:436 #, c-format msgid "Unable to open 3D raster map <%s>" msgstr "" #: ../lib/gpde/n_arrays_io.c:309 #, c-format msgid "Read g3d map <%s> into the memory" msgstr "" #: ../lib/gpde/n_arrays_io.c:364 ../lib/gpde/n_arrays_io.c:464 msgid "Error closing g3d file" msgstr "" #: ../lib/gpde/n_arrays_io.c:420 #, c-format msgid "Error opening g3d map <%s>" msgstr "" #: ../lib/gpde/n_arrays_io.c:422 #, c-format msgid "Write 3d array to g3d map <%s>" msgstr "" #: ../lib/gpde/test/test_main.c:88 msgid "Performs unit and integration tests for gpde library" msgstr "" #: ../lib/gpde/n_gwflow.c:436 ../lib/gpde/n_gwflow.c:715 #, c-format msgid "The total sum of the water budget: %g\n" msgstr "" #: ../lib/gpde/n_gwflow.c:438 ../lib/gpde/n_gwflow.c:717 #, c-format msgid "The total sum of the water budget is significantly larger then 0: %g\n" msgstr "" #: ../lib/raster3d/maskfn.c:77 #, c-format msgid "Adding rule: %lf - %lf" msgstr "" #: ../lib/raster3d/maskfn.c:95 #, c-format msgid "%s: illegal value spec" msgstr "" #: ../lib/raster3d/header.c:217 ../lib/raster3d/close.c:99 #: ../lib/raster3d/close.c:105 ../lib/raster3d/close.c:191 #, c-format msgid "Unable to write header for 3D raster map <%s>" msgstr "" #: ../lib/raster3d/range.c:73 #, c-format msgid "Unable to open range file for [%s in %s]" msgstr "" #: ../lib/raster3d/range.c:88 #, c-format msgid "Error reading range file for [%s in %s]" msgstr "" #: ../lib/raster3d/range.c:150 #, c-format msgid "Unable to open range file for <%s>" msgstr "" #: ../lib/raster3d/close.c:47 #, c-format msgid "Unable to write history for 3D raster map <%s>" msgstr "" #: ../lib/raster3d/close.c:62 #, c-format msgid "Unable to move temp raster map <%s> to 3D raster map <%s>" msgstr "" #: ../lib/raster3d/close.c:79 msgid "Unable to flush all tiles" msgstr "" #: ../lib/raster3d/close.c:84 msgid "Unable to flush index" msgstr "" #: ../lib/raster3d/close.c:94 msgid "Unable to position file" msgstr "" #: ../lib/raster3d/close.c:110 ../lib/raster3d/close.c:153 #, c-format msgid "Unable to create 3D raster map <%s>" msgstr "" #: ../lib/raster3d/close.c:120 ../lib/raster3d/close.c:130 #: ../lib/raster3d/close.c:159 ../lib/ogsf/gvl_file.c:470 #, c-format msgid "Unable to close 3D raster map <%s>" msgstr "" #: ../lib/raster3d/close.c:169 msgid "Error in cache" msgstr "" #: ../lib/raster3d/color.c:354 #, c-format msgid "mapset <%s> is not the current mapset" msgstr "" #: ../lib/raster3d/open.c:20 msgid "Rast3d_open_cell_old_no_header: error in Rast3d_mask_open_old" msgstr "" #: ../lib/raster3d/open.c:26 msgid "Rast3d_open_cell_old_no_header: error in Rast3d_malloc" msgstr "" #: ../lib/raster3d/open.c:37 msgid "Rast3d_open_cell_old_no_header: error in G_open_old" msgstr "" #: ../lib/raster3d/open.c:94 msgid "Rast3d_open_cell_old: error in Rast3d_open_cell_old_no_header" msgstr "" #: ../lib/raster3d/open.c:99 msgid "Rast3d_open_cell_old: can't rewind file" msgstr "" #: ../lib/raster3d/open.c:112 msgid "Rast3d_open_cell_old: error in Rast3d_read_header" msgstr "" #: ../lib/raster3d/open.c:120 msgid "Rast3d_open_cell_old: projection does not match window projection" msgstr "" #: ../lib/raster3d/open.c:124 msgid "Rast3d_open_cell_old: zone does not match window zone" msgstr "" #: ../lib/raster3d/open.c:136 ../lib/raster3d/open.c:153 msgid "Rast3d_open_cell_old: can't read header" msgstr "" #: ../lib/raster3d/open.c:142 msgid "Rast3d_open_cell_old: index does not fit into long" msgstr "" #: ../lib/raster3d/open.c:146 msgid "Rast3d_open_cell_old: error in Rast3d_malloc" msgstr "" #: ../lib/raster3d/open.c:173 msgid "Rast3d_open_cell_old: error in Rast3d_fill_header" msgstr "" #: ../lib/raster3d/open.c:220 msgid "Rast3d_open_cell_new: error in Rast3d_mask_open_old" msgstr "" #: ../lib/raster3d/open.c:229 msgid "Rast3d_open_cell_new: error in Rast3d_malloc" msgstr "" #: ../lib/raster3d/open.c:234 #, c-format msgid "map <%s> is not in the current mapset" msgstr "" #: ../lib/raster3d/open.c:244 msgid "Rast3d_open_cell_new: could not open file" msgstr "" #: ../lib/raster3d/open.c:288 ../lib/raster3d/open.c:293 msgid "Rast3d_open_cell_new: can't write header" msgstr "" #: ../lib/raster3d/open.c:315 msgid "Rast3d_open_cell_new: error in Rast3d_fill_header" msgstr "" #: ../lib/raster3d/history.c:43 #, c-format msgid "can't get history information for [%s] in mapset [%s]" msgstr "" #: ../lib/raster3d/test/test_main.c:96 msgid "raster3d" msgstr "" #: ../lib/raster3d/test/test_main.c:97 msgid "unit test" msgstr "" #: ../lib/raster3d/param.c:84 msgid "Rast3d_get_standard3d_params: precision value invalid" msgstr "" #: ../lib/raster3d/param.c:105 msgid "Rast3d_get_standard3d_params: tile dimension value invalid" msgstr "" #: ../lib/raster3d/param.c:129 msgid "Window replacing the default" msgstr "" #: ../lib/psdriver/graph_set.c:198 #, c-format msgid "ps: truecolor status %s" msgstr "" #: ../lib/psdriver/graph_set.c:199 ../lib/pngdriver/graph_set.c:102 msgid "enabled" msgstr "" #: ../lib/psdriver/graph_set.c:199 ../lib/pngdriver/graph_set.c:102 msgid "disabled" msgstr "" #: ../lib/psdriver/graph_set.c:217 #, c-format msgid "ps: collecting to file '%s'" msgstr "" #: ../lib/psdriver/graph_set.c:218 #, c-format msgid "ps: image size %dx%d" msgstr "" #: ../lib/ogsf/gsdrape.c:207 msgid "Unable to process vector map - out of memory" msgstr "" #: ../lib/ogsf/gs3.c:132 ../lib/ogsf/gs3.c:196 ../lib/ogsf/gs3.c:348 #: ../lib/ogsf/gs3.c:454 ../lib/ogsf/gs3.c:540 #, c-format msgid "Loading raster map <%s>..." msgstr "" #: ../lib/ogsf/gs3.c:596 #, c-format msgid "Color table range doesn't match data (mincol=%d, maxcol=%d" msgstr "" #: ../lib/ogsf/gs3.c:658 ../lib/ogsf/gs3.c:730 #, c-format msgid "Translating colors from raster map <%s>..." msgstr "" #: ../lib/ogsf/gs3.c:966 msgid "View not saved by this program,there may be some inconsistancies" msgstr "" #: ../lib/ogsf/trans.c:180 msgid "Out of matrix stack space" msgstr "" #: ../lib/ogsf/trans.c:200 msgid "Tried to pop an empty stack" msgstr "" #: ../lib/ogsf/gsd_surf.c:1742 msgid "Cut-plane points mis-match between surfaces. Check resolution(s)." msgstr "" #: ../lib/ogsf/gp2.c:705 msgid "Unknown icon marker, using \"sphere\"" msgstr "" #: ../lib/ogsf/gk.c:320 msgid "Need at least 3 keyframes for spline" msgstr "" #: ../lib/ogsf/gk.c:622 msgid "Need at least 2 keyframes for interpolation" msgstr "" #: ../lib/ogsf/gsd_prim.c:155 #, c-format msgid "Color Material: %d" msgstr "" #: ../lib/ogsf/gsd_prim.c:642 #, c-format msgid "" "gsd_rot(): %c is an invalid axis specification. Rotation ignored. Please " "advise GRASS developers of this error" msgstr "" #: ../lib/ogsf/gsd_legend.c:246 #, c-format msgid "Unable to read color file of raster map <%s>" msgstr "" #: ../lib/ogsf/gsd_legend.c:252 #, c-format msgid "Unable to read category file of raster map <%s>" msgstr "" #: ../lib/ogsf/gsd_legend.c:269 #, c-format msgid "Unable to read fp range of raster map <%s>" msgstr "" #: ../lib/ogsf/gsd_legend.c:281 #, c-format msgid "Unable to read range of raster map <%s>" msgstr "" #: ../lib/ogsf/gsd_legend.c:295 msgid "Range request error for legend" msgstr "" #: ../lib/ogsf/gsd_legend.c:385 msgid "Unable to show discrete FP range (use list)" msgstr "" #: ../lib/ogsf/gsd_legend.c:501 msgid "Too many categories to show as discrete!" msgstr "" #: ../lib/ogsf/gsd_legend.c:503 msgid "Try using smaller font!" msgstr "" #: ../lib/ogsf/gv3.c:269 #, c-format msgid "No features from vector map <%s> fall within current region" msgstr "" #: ../lib/ogsf/gv3.c:274 #, c-format msgid "Vector map <%s> loaded (%d features)" msgstr "" #: ../lib/ogsf/gv3.c:353 #, c-format msgid "Loading thematic vector layer <%s>..." msgstr "" #: ../lib/ogsf/gv3.c:377 ../lib/ogsf/gp3.c:235 #, c-format msgid "No color rule defined for category %d" msgstr "" #: ../lib/ogsf/gv3.c:392 ../lib/ogsf/gp3.c:249 #, c-format msgid "Invalid color definition (%s)" msgstr "" #: ../lib/ogsf/gv3.c:414 #, c-format msgid "" "%d features without category. Unable to determine color rules for features " "without category." msgstr "" #: ../lib/ogsf/gvl2.c:267 #, c-format msgid "Loading 3d raster map <%s>..." msgstr "" #: ../lib/ogsf/gs2.c:1210 #, c-format msgid "no category info" msgstr "" #: ../lib/ogsf/gs2.c:1229 #, c-format msgid "no data" msgstr "" #: ../lib/ogsf/gs2.c:1654 #, c-format msgid "Raster map <%s> is outside of current region. Load failed." msgstr "" #: ../lib/ogsf/gs2.c:1732 ../lib/ogsf/gs2.c:1738 ../lib/ogsf/gs2.c:1746 #: ../lib/ogsf/gs2.c:1755 ../lib/ogsf/gs2.c:1763 ../lib/ogsf/gs2.c:1773 #: ../lib/ogsf/gs2.c:1821 msgid "GS_load_att_map(): Out of memory. Unable to load map" msgstr "" #: ../lib/ogsf/gs2.c:1849 msgid "Loading failed" msgstr "" #: ../lib/ogsf/gs2.c:1853 msgid "Error finding range" msgstr "" #: ../lib/ogsf/gs_bm.c:124 msgid "Bitmap mismatch" msgstr "" #: ../lib/ogsf/gk2.c:216 ../lib/ogsf/gsd_img_ppm.c:55 #: ../lib/ogsf/gsd_img_ppm.c:101 ../lib/ogsf/gsd_img_tif.c:69 #, c-format msgid "Unable to open file <%s> for writing" msgstr "" #: ../lib/ogsf/gk2.c:272 ../lib/ogsf/gk2.c:285 msgid "Check no. of frames requested and keyframes marked" msgstr "" #: ../lib/ogsf/gsd_img_ppm.c:50 ../lib/ogsf/gsd_img_tif.c:63 msgid "Unable to get image of current GL screen" msgstr "" #: ../lib/ogsf/gsd_img_ppm.c:96 msgid "Unable to write view" msgstr "" #: ../lib/ogsf/gsd_label.c:58 msgid "Max. number of labels reached!" msgstr "" #: ../lib/ogsf/gsds.c:109 msgid "Maximum number of datasets exceeded" msgstr "" #: ../lib/ogsf/gp3.c:148 #, c-format msgid "No points from vector map <%s> fall within current region" msgstr "" #: ../lib/ogsf/gp3.c:153 #, c-format msgid "Vector map <%s> loaded (%d points)" msgstr "" #: ../lib/ogsf/gp3.c:211 #, c-format msgid "Loading thematic points layer <%s>..." msgstr "" #: ../lib/ogsf/gp3.c:288 #, c-format msgid "" "%d points without category. Unable to determine color rules for features " "without category." msgstr "" #: ../lib/ogsf/gvl_file.c:103 msgid "Maximum number of datafiles exceeded" msgstr "" #: ../lib/ogsf/gvl_file.c:442 #, c-format msgid "Unable to read range of 3D raster map <%s>" msgstr "" #: ../lib/pngdriver/graph_set.c:101 #, c-format msgid "png: truecolor status %s" msgstr "" #: ../lib/pngdriver/graph_set.c:149 #, c-format msgid "png: collecting to file '%s'" msgstr "" #: ../lib/pngdriver/graph_set.c:150 #, c-format msgid "png: image size %dx%d" msgstr "" #: ../lib/pngdriver/read_png.c:42 msgid "Unable to read PNG" msgstr "" #: ../lib/pngdriver/read_png.c:60 ../lib/pngdriver/read_png.c:64 #: ../lib/pngdriver/write_png.c:71 ../lib/pngdriver/write_png.c:75 msgid "Unable to allocate PNG structure" msgstr "" #: ../lib/pngdriver/read_png.c:67 msgid "Unable to read PNG file" msgstr "" #: ../lib/pngdriver/read_png.c:81 msgid "Input PNG file is not 8-bit" msgstr "" #: ../lib/pngdriver/read_png.c:85 #, c-format msgid "Input PNG file has incorrect dimensions: expected: %dx%d got: %lux%lu" msgstr "" #: ../lib/pngdriver/read_png.c:90 msgid "Input PNG file is not RGBA" msgstr "" #: ../lib/pngdriver/read_png.c:94 msgid "Input PNG file is not indexed color" msgstr "" #: ../lib/pngdriver/read_png.c:104 msgid "Input PNG file has invalid palette" msgstr "" #: ../lib/pngdriver/write_png.c:39 msgid "Unable to write PNG" msgstr "" #: ../lib/pngdriver/write_png.c:78 msgid "Unable to write PNG file" msgstr "" #: ../lib/pngdriver/write_png.c:82 #, c-format msgid "Unable to open output PNG file <%s>" msgstr "" #: ../lib/raster/raster_metadata.c:158 msgid "Semantic label is too long" msgstr "" #: ../lib/raster/raster_metadata.c:169 #, c-format msgid "Character '%c' not allowed in a semantic label." msgstr "" #: ../lib/raster/raster_metadata.c:202 #, c-format msgid "Unable to read <%s> for raster map <%s@%s>" msgstr "" #: ../lib/raster/raster_metadata.c:212 ../lib/raster/raster_metadata.c:242 #, c-format msgid "Error closing <%s> metadata file for raster map <%s@%s>" msgstr "" #: ../lib/raster/raster_metadata.c:235 #, c-format msgid "Unable to create <%s> metadata file for raster map <%s@%s>" msgstr "" #: ../lib/raster/put_cellhd.c:34 #, c-format msgid "Unable to create header file for <%s>" msgstr "" #: ../lib/raster/window.c:31 msgid "" "Internal error: Rast_get_window() called with split window. Use " "Rast_get_input_window() or Rast_get_output_window() instead." msgstr "" #: ../lib/raster/window.c:90 msgid "" "Internal error: Rast_window_rows() called with split window. Use " "Rast_input_window_rows() or Rast_output_window_rows() instead." msgstr "" #: ../lib/raster/window.c:125 msgid "" "Internal error: Rast_window_cols() called with split window. Use " "Rast_input_window_cols() or Rast_output_window_cols() instead." msgstr "" #: ../lib/raster/range.c:103 #, c-format msgid "Unable to read fp range file for <%s>" msgstr "" #: ../lib/raster/range.c:125 #, c-format msgid "Missing fp range file for <%s> (run r.support -s)" msgstr "" #: ../lib/raster/range.c:176 #, c-format msgid "Unable to read quant rules for raster map <%s>" msgstr "" #: ../lib/raster/range.c:213 ../lib/raster/range.c:233 #, c-format msgid "Unable to read range file for <%s>" msgstr "" #: ../lib/raster/range.c:248 #, c-format msgid "Missing range file for <%s> (run r.support -s)" msgstr "" #: ../lib/raster/range.c:298 #, c-format msgid "Unable to read stats file for <%s>" msgstr "" #: ../lib/raster/range.c:380 ../lib/raster/range.c:386 #: ../lib/raster/range.c:418 ../lib/raster/range.c:432 #, c-format msgid "Unable to write range file for <%s>" msgstr "" #: ../lib/raster/range.c:462 ../lib/raster/range.c:476 #: ../lib/raster/range.c:494 ../lib/raster/range.c:499 #, c-format msgid "Unable to write stats file for <%s>" msgstr "" #: ../lib/raster/vrt.c:83 #, c-format msgid "Tile raster map <%s> not found" msgstr "" #: ../lib/raster/vrt.c:86 msgid "A virtual raster can not contain itself" msgstr "" #: ../lib/raster/get_row.c:35 ../lib/raster/get_row.c:906 #, c-format msgid "Reading raster map <%s@%s> request for row %d is outside region" msgstr "" #: ../lib/raster/get_row.c:95 #, c-format msgid "Error seeking fp raster data file for row %d of <%s>: %s" msgstr "" #: ../lib/raster/get_row.c:103 #, c-format msgid "Error uncompressing fp raster data for row %d of <%s>: error code %d" msgstr "" #: ../lib/raster/get_row.c:138 #, c-format msgid "Error seeking raster data file for row %d of <%s>: %s" msgstr "" #: ../lib/raster/get_row.c:145 #, c-format msgid "Error reading raster data for row %d of <%s>: %s" msgstr "" #: ../lib/raster/get_row.c:169 #, c-format msgid "Error uncompressing raster data for row %d of <%s>" msgstr "" #: ../lib/raster/get_row.c:188 ../lib/raster/get_row.c:192 #, c-format msgid "Error reading raster data for row %d of <%s>" msgstr "" #: ../lib/raster/get_row.c:228 #, c-format msgid "Error reading raster data via GDAL for row %d of <%s>" msgstr "" #: ../lib/raster/get_row.c:835 #, c-format msgid "Error seeking compressed null data for row %d of <%s>" msgstr "" #: ../lib/raster/get_row.c:840 ../lib/raster/get_row.c:850 #, c-format msgid "Error reading compressed null data for row %d of <%s>" msgstr "" #: ../lib/raster/get_row.c:856 #, c-format msgid "Error uncompressing null data for row %d of <%s>" msgstr "" #: ../lib/raster/get_row.c:890 #, c-format msgid "Error seeking null row %d for <%s>" msgstr "" #: ../lib/raster/get_row.c:893 #, c-format msgid "Error reading null row %d for <%s>" msgstr "" #: ../lib/raster/close.c:56 #, c-format msgid "Unable to flush file %s for raster map %s: %s" msgstr "" #: ../lib/raster/close.c:64 #, c-format msgid "Unable to close file %s for raster map %s: %s" msgstr "" #: ../lib/raster/close.c:104 ../lib/raster/close.c:137 #, c-format msgid "Invalid descriptor: %d" msgstr "" #: ../lib/raster/close.c:424 ../lib/raster/close.c:557 #, c-format msgid "Unable to rename null file '%s' to '%s': %s" msgstr "" #: ../lib/raster/close.c:499 #, c-format msgid "Unable to rename cell file '%s' to '%s': %s" msgstr "" #: ../lib/raster/close.c:579 msgid "unable to write f_format file for CELL maps" msgstr "" #: ../lib/raster/put_title.c:28 #, c-format msgid "category information for [%s] in [%s] missing or invalid" msgstr "" #: ../lib/raster/put_title.c:37 msgid "G_put_title - can't create a temp file" msgstr "" #: ../lib/raster/put_title.c:53 #, c-format msgid "category information for [%s] in [%s] invalid" msgstr "" #: ../lib/raster/put_title.c:60 msgid "G_put_title - can't reopen temp file" msgstr "" #: ../lib/raster/put_title.c:67 #, c-format msgid "can't write category information for [%s] in [%s]" msgstr "" #: ../lib/raster/get_cellhd.c:65 msgid "" "However, that raster map is missing. Perhaps, it was deleted by mistake." msgstr "" #: ../lib/raster/get_cellhd.c:67 msgid "" "However, header file of that raster map can't be opened. It seems that it " "was corrupted after creating the reclass raster map." msgstr "" #: ../lib/raster/get_cellhd.c:70 #, c-format msgid "" "Unable to read header file for raster map <%s@%s>. It is a reclass of raster " "map <%s@%s>. %s" msgstr "" #: ../lib/raster/get_cellhd.c:78 #, c-format msgid "" "Unable to open header file for raster map <%s@%s>. It seems that some " "previous step failed and created an incomplete raster map." msgstr "" #: ../lib/raster/interp.c:211 #, c-format msgid "Unknown interpolation method: %s" msgstr "" #: ../lib/raster/format.c:162 #, c-format msgid "Fail of initial read of compressed file [%s in %s]" msgstr "" #: ../lib/raster/format.c:176 #, c-format msgid "Fail of initial read of compressed null file [%s in %s]" msgstr "" #: ../lib/raster/mask_info.c:43 #, c-format msgid "<%s> in mapset <%s>" msgstr "" #: ../lib/raster/mask_info.c:46 msgid "none" msgstr "" #: ../lib/raster/mask_info.c:49 msgid "not known" msgstr "" #: ../lib/raster/quant_rw.c:88 #, c-format msgid "Unable to read fp range for raster map <%s>" msgstr "" #: ../lib/raster/quant_rw.c:92 #, c-format msgid "Raster map <%s> is empty" msgstr "" #: ../lib/raster/quant_rw.c:157 #, c-format msgid "Unable to write quant rules: raster map <%s> is integer" msgstr "" #: ../lib/raster/quant_rw.c:166 #, c-format msgid "Unable to write quant rules for raster map <%s>" msgstr "" #: ../lib/raster/color_read.c:103 msgid "missing" msgstr "" #: ../lib/raster/color_read.c:106 msgid "invalid" msgstr "" #: ../lib/raster/color_read.c:112 #, c-format msgid "Color support for <%s@%s> %s" msgstr "" #: ../lib/raster/open.c:192 #, c-format msgid "" "Unable to open raster map <%s@%s> since it is a reclass of raster map <%s@" "%s> which does not exist" msgstr "" #: ../lib/raster/open.c:197 #, c-format msgid "Error reading reclass file for raster map <%s>" msgstr "" #: ../lib/raster/open.c:208 #, c-format msgid "Error reading map type for raster map <%s>" msgstr "" #: ../lib/raster/open.c:216 #, c-format msgid "Raster map <%s@%s>: format field in header file invalid" msgstr "" #: ../lib/raster/open.c:235 #, c-format msgid "Compression with %s is not supported in this GRASS GIS installation" msgstr "" #: ../lib/raster/open.c:239 #, c-format msgid "" "Raster map <%s> is in different projection than current region. Found <%s>, " "should be <%s>." msgstr "" #: ../lib/raster/open.c:246 #, c-format msgid "Raster map <%s> is in different zone (%d) than current region (%d)" msgstr "" #: ../lib/raster/open.c:251 #, c-format msgid "Raster map <%s>: bytes per cell (%d) too large" msgstr "" #: ../lib/raster/open.c:278 #, c-format msgid "" "Raster map <%s@%s> is a GDAL link but GRASS is compiled without GDAL support" msgstr "" #: ../lib/raster/open.c:289 #, c-format msgid "Unable to open %s file for raster map <%s@%s>" msgstr "" #: ../lib/raster/open.c:327 #, c-format msgid "Error reading format for <%s@%s>" msgstr "" #: ../lib/raster/open.c:535 msgid "Unable to create GDAL link" msgstr "" #: ../lib/raster/open.c:607 ../lib/raster/gdal.c:304 #, c-format msgid "Invalid map type <%d>" msgstr "" #: ../lib/raster/open.c:612 ../lib/raster/open.c:768 #, c-format msgid "Raster map <%s> is not in the current mapset (%s)" msgstr "" #: ../lib/raster/open.c:619 #, c-format msgid "<%s> is an illegal file name" msgstr "" #: ../lib/raster/open.c:634 ../lib/raster/open.c:715 ../lib/raster/open.c:791 #, c-format msgid "No temp files available: %s" msgstr "" #: ../lib/raster/open.c:764 #, c-format msgid "Raster map <%s> does not exist in the current mapset (%s)" msgstr "" #: ../lib/raster/open.c:830 msgid "Rast_set_fp_type(): can only be called with FCELL_TYPE or DCELL_TYPE" msgstr "" #: ../lib/raster/open.c:888 #, c-format msgid "Raster map <%s> not found in mapset <%s>" msgstr "" #: ../lib/raster/open.c:949 #, c-format msgid "Unable to find '%s'" msgstr "" #: ../lib/raster/open.c:960 #, c-format msgid "Invalid type: field '%s' in file '%s'" msgstr "" #: ../lib/raster/open.c:965 #, c-format msgid "Missing type: field in file '%s'" msgstr "" #: ../lib/raster/open.c:970 #, c-format msgid "Raster map <%s> is not xdr: byte_order: %s" msgstr "" #: ../lib/raster/open.c:1039 msgid "" "Rast_set_quant_rules() can be called only for raster maps opened for reading" msgstr "" #: ../lib/raster/histogram.c:55 #, c-format msgid "Histogram for [%s in %s] missing (run r.support)" msgstr "" #: ../lib/raster/histogram.c:62 #, c-format msgid "Can't read histogram for [%s in %s]" msgstr "" #: ../lib/raster/histogram.c:66 ../lib/raster/histogram.c:73 #, c-format msgid "Invalid histogram file for [%s in %s]" msgstr "" #: ../lib/raster/histogram.c:331 #, c-format msgid "Unable to create histogram file for <%s>" msgstr "" #: ../lib/raster/cats.c:109 #, c-format msgid "Category support for <%s@%s> missing" msgstr "" #: ../lib/raster/cats.c:112 #, c-format msgid "Category support for <%s@%s> invalid" msgstr "" #: ../lib/raster/cats.c:145 #, c-format msgid "Category support for vector map <%s@%s> missing" msgstr "" #: ../lib/raster/cats.c:149 #, c-format msgid "Category support for vector map <%s@%s> invalid" msgstr "" #: ../lib/raster/cats.c:971 #, c-format msgid "Unable to open %s file for map <%s>" msgstr "" #: ../lib/raster/quant_io.c:43 #, c-format msgid "Floating data range for raster map <%s> is empty" msgstr "" #: ../lib/raster/quant_io.c:52 #, c-format msgid "Integer data range for raster map <%s> is empty" msgstr "" #: ../lib/raster/quant_io.c:105 #, c-format msgid "Attempt to open quantization table for CELL raster map <%s>" msgstr "" #: ../lib/raster/quant_io.c:135 #, c-format msgid "Quantization file for raster map <%s> is missing" msgstr "" #: ../lib/raster/quant_io.c:145 #, c-format msgid "Quantization file for raster map <%s> is empty" msgstr "" #: ../lib/raster/history.c:115 ../lib/raster/history.c:123 #, c-format msgid "Unable to get history information for <%s@%s>" msgstr "" #: ../lib/raster/history.c:162 #, c-format msgid "Unable to write history information for <%s>" msgstr "" #: ../lib/raster/history.c:235 #, c-format msgid "generated by %s" msgstr "" #: ../lib/raster/color_rand.c:33 #, c-format msgid "Rast_make_random_colors: min (%d) > max (%d)" msgstr "" #: ../lib/raster/sample.c:70 msgid "Unknown interpolation type" msgstr "" #: ../lib/raster/sample.c:327 msgid "\"no data\" label found; setting to zero" msgstr "" #: ../lib/raster/auto_mask.c:69 msgid "Unable to open automatic MASK file" msgstr "" #: ../lib/raster/gdal.c:202 msgid "Unable to open GDAL file" msgstr "" #: ../lib/raster/gdal.c:310 #, c-format msgid "Unable to get <%s> driver" msgstr "" #: ../lib/raster/gdal.c:319 #, c-format msgid "Unable to create <%s> dataset using <%s> driver" msgstr "" #: ../lib/raster/gdal.c:327 #, c-format msgid "" "Driver <%s> does not support direct writing. Using MEM driver for " "intermediate dataset." msgstr "" #: ../lib/raster/gdal.c:333 msgid "Unable to get in-memory raster driver" msgstr "" #: ../lib/raster/gdal.c:340 #, c-format msgid "Unable to create <%s> dataset using memory driver" msgstr "" #: ../lib/raster/gdal.c:344 #, c-format msgid "Driver <%s> does not support creating rasters" msgstr "" #: ../lib/raster/gdal.c:360 msgid "Unable to set geo transform" msgstr "" #: ../lib/raster/gdal.c:364 msgid "Unable to set projection" msgstr "" #: ../lib/raster/gdal.c:368 #, c-format msgid "Unable to create cell_misc/%s/gdal file" msgstr "" #: ../lib/raster/gdal.c:384 #, c-format msgid "Error writing cell_misc/%s/gdal file" msgstr "" #: ../lib/raster/gdal.c:432 #, c-format msgid "Unable to create output file <%s> using driver <%s>" msgstr "" #: ../lib/raster/alloc_cell.c:151 #, c-format msgid "Rast__null_bitstream_size: cols (%d) is negative" msgstr "" #: ../lib/raster/init.c:61 msgid "Raster library not initialized. Programmer forgot to call Rast_init()." msgstr "" #: ../lib/raster/init.c:112 #, c-format msgid "Unknown compression method <%s>, using default %s" msgstr "" #: ../lib/raster/init.c:116 #, c-format msgid "No compression is not supported for GRASS raster maps, using default %s" msgstr "" #: ../lib/raster/init.c:123 #, c-format msgid "This GRASS version does not support %s compression, using default %s" msgstr "" #: ../lib/raster/put_row.c:121 #, c-format msgid "Error writing uncompressed FP data for row %d of <%s>: %s" msgstr "" #: ../lib/raster/put_row.c:131 #, c-format msgid "Error writing compressed FP data for row %d of <%s>: %s" msgstr "" #: ../lib/raster/put_row.c:391 ../lib/raster/put_row.c:397 #, c-format msgid "Error writing compressed data for row %d of <%s>: %s" msgstr "" #: ../lib/raster/put_row.c:407 #, c-format msgid "Error writing uncompressed data for row %d of <%s>: %s" msgstr "" #: ../lib/raster/put_row.c:467 #, c-format msgid "Error writing data via GDAL for row %d of <%s>" msgstr "" #: ../lib/raster/put_row.c:491 msgid "GDAL output doesn't support writing null rows separately" msgstr "" #: ../lib/raster/put_row.c:494 #, c-format msgid "No null file for <%s>" msgstr "" #: ../lib/raster/put_row.c:521 ../lib/raster/put_row.c:526 #, c-format msgid "Error writing compressed null data for row %d of <%s>: %s" msgstr "" #: ../lib/raster/put_row.c:560 #, c-format msgid "Error writing null row %d of <%s>" msgstr "" #: ../lib/raster/put_row.c:564 #, c-format msgid "Error writing null row %d of <%s>: %s" msgstr "" #: ../lib/raster/put_row.c:690 #, c-format msgid "put_raster_row: raster map <%s> not open for write - request ignored" msgstr "" #: ../lib/raster/put_row.c:697 msgid "put_raster_row: unopened file descriptor - request ignored" msgstr "" #: ../lib/raster/null_val.c:64 msgid "EmbedGivenNulls: wrong data type" msgstr "" #: ../lib/raster/null_val.c:114 msgid "Rast_set_null_value: wrong data type!" msgstr "" #: ../lib/raster/reclass.c:168 #, c-format msgid "Too many reclass categories for <%s@%s>" msgstr "" #: ../lib/raster/reclass.c:171 #, c-format msgid "Illegal reclass format in header file for <%s@%s>" msgstr "" #: ../lib/raster/reclass.c:273 msgid "Illegal reclass request" msgstr "" #: ../lib/raster/reclass.c:278 msgid "Illegal reclass type" msgstr "" #: ../lib/raster/reclass.c:284 #, c-format msgid "Unable to create header file for <%s@%s>" msgstr "" #: ../lib/raster/reclass.c:332 #, c-format msgid "Unable to create dependency file in <%s@%s>" msgstr "" #: ../lib/raster/set_window.c:48 msgid "Rast_set_window() called while window split" msgstr "" #: ../lib/raster/set_window.c:131 msgid "" "Rast_set_read_window(): projection/zone differs from that of currently open " "raster maps" msgstr "" #: ../lib/raster/set_window.c:158 #, c-format msgid "Input window changed while maps are open for read. Map name <%s>" msgstr "" #: ../lib/raster/set_window.c:174 #, c-format msgid "Output window changed while maps are open for write. Map name <%s>" msgstr "" #: ../lib/raster/color_rules.c:120 msgid "syntax error in the color rule" msgstr "" #: ../lib/raster/color_rules.c:122 msgid "syntax error in the color format" msgstr "" #: ../lib/raster/color_rules.c:130 msgid "percentage not in range 0-100" msgstr "" #: ../lib/raster/color_rules.c:132 msgid "invalid value" msgstr "" #: ../lib/raster/color_rules.c:134 msgid "unknown error" msgstr "" #: ../lib/raster/color_rules.c:180 #, c-format msgid "bad rule (%s): [%s]" msgstr "" #: ../lib/raster/color_rules.c:232 msgid "Unknown error reading color rule" msgstr "" #: ../lib/raster/color_rules.c:330 #, c-format msgid "Unable to load color rules <%s>" msgstr "" #: ../lib/segment/format.c:143 msgid "Segment format: file size too large" msgstr "" #: ../lib/segment/format.c:144 msgid "Please recompile with Large File Support (LFS)" msgstr "" #: ../lib/segment/open.c:57 msgid "Using memory cache" msgstr "" #: ../lib/segment/open.c:70 msgid "Using disk cache" msgstr "" #: ../lib/segment/open.c:73 msgid "Segment file name is NULL" msgstr "" #: ../lib/segment/open.c:78 msgid "Segment file exists already" msgstr "" #: ../lib/segment/open.c:86 msgid "Unable to create segment file" msgstr "" #: ../lib/segment/open.c:94 msgid "Could not write segment file" msgstr "" #: ../lib/segment/open.c:98 msgid "Illegal segment configuration parameter(s)" msgstr "" #: ../lib/segment/open.c:107 msgid "Unable to re-open segment file" msgstr "" #: ../lib/segment/open.c:114 msgid "Could not read segment file" msgstr "" #: ../lib/proj/do_proj.c:100 ../lib/proj/do_proj.c:109 #: ../lib/proj/do_proj.c:426 ../lib/proj/do_proj.c:432 #: ../lib/proj/do_proj.c:476 ../lib/proj/do_proj.c:483 #: ../lib/proj/do_proj.c:777 ../lib/proj/do_proj.c:792 #: ../lib/proj/do_proj.c:804 ../lib/proj/do_proj.c:884 #, c-format msgid "proj_create() failed for '%s'" msgstr "" #: ../lib/proj/do_proj.c:284 #, c-format msgid "Unrecognized SRID '%s'" msgstr "" #: ../lib/proj/do_proj.c:298 #, c-format msgid "Unrecognized WKT '%s'" msgstr "" #: ../lib/proj/do_proj.c:316 msgid "Unable to create PROJ object" msgstr "" #: ../lib/proj/do_proj.c:393 msgid "Input coordinate system is NULL" msgstr "" #: ../lib/proj/do_proj.c:396 msgid "Input coordinate system definition is NULL" msgstr "" #: ../lib/proj/do_proj.c:417 msgid "A custom pipeline requires input and output projection info" msgstr "" #: ../lib/proj/do_proj.c:445 #, c-format msgid "" "The transformation pipeline contains an '%s' step. Remove this step if " "easting and northing are swapped in the output." msgstr "" #: ../lib/proj/do_proj.c:525 #, c-format msgid "Input CRS not available for '%s'" msgstr "" #: ../lib/proj/do_proj.c:546 #, c-format msgid "Output CRS not available for '%s'" msgstr "" #: ../lib/proj/do_proj.c:573 #, c-format msgid "Found %d possible transformations" msgstr "" #: ../lib/proj/do_proj.c:584 #, c-format msgid "proj_normalize_for_visualization() failed for operation %d" msgstr "" #: ../lib/proj/do_proj.c:595 #, c-format msgid "Operation %d:" msgstr "" #: ../lib/proj/do_proj.c:597 #, c-format msgid "Description: %s" msgstr "" #: ../lib/proj/do_proj.c:602 #, c-format msgid "Area of use: %s" msgstr "" #: ../lib/proj/do_proj.c:607 #, c-format msgid "Accuracy within area of use: %g m" msgstr "" #: ../lib/proj/do_proj.c:614 #, c-format msgid "Remarks: %s" msgstr "" #: ../lib/proj/do_proj.c:619 #, c-format msgid "Scope: %s" msgstr "" #: ../lib/proj/do_proj.c:627 msgid "PROJ string:" msgstr "" #: ../lib/proj/do_proj.c:634 msgid "See also output of:" msgstr "" #: ../lib/proj/do_proj.c:637 #, c-format msgid "Please provide the appropriate PROJ string with the %s option" msgstr "" #: ../lib/proj/do_proj.c:739 #, c-format msgid "proj_normalize_for_visualization() failed for '%s'" msgstr "" #: ../lib/proj/do_proj.c:752 #, c-format msgid "No PROJ definition for normalized version of '%s'" msgstr "" #: ../lib/proj/do_proj.c:756 msgid "Selected PROJ pipeline:" msgstr "" #: ../lib/proj/do_proj.c:757 #, c-format msgid "%s" msgstr "" #: ../lib/proj/do_proj.c:893 #, c-format msgid "Unable to create latlong equivalent for '%s'" msgstr "" #: ../lib/proj/do_proj.c:944 msgid "No input projection" msgstr "" #: ../lib/proj/do_proj.c:947 ../lib/proj/do_proj.c:1166 msgid "No transformation object" msgstr "" #: ../lib/proj/do_proj.c:1044 ../lib/proj/do_proj.c:1334 #, c-format msgid "proj_trans() failed: %s" msgstr "" #: ../lib/proj/do_proj.c:1077 msgid "No output projection" msgstr "" #: ../lib/proj/do_proj.c:1106 ../lib/proj/do_proj.c:1387 #: ../lib/proj/do_proj.c:1514 ../lib/proj/do_proj.c:1676 #, c-format msgid "pj_transform() failed: %s" msgstr "" #: ../lib/proj/do_proj.c:1472 ../lib/proj/do_proj.c:1635 #, c-format msgid "proj_trans() failed: %d" msgstr "" #: ../lib/proj/datum.c:277 ../lib/proj/datum.c:357 #, c-format msgid "Unable to open datum table file <%s>" msgstr "" #: ../lib/proj/datum.c:290 ../lib/proj/datum.c:371 #, c-format msgid "Error in datum table file <%s>, line %d" msgstr "" #: ../lib/proj/convert.c:194 msgid "Unable parse GRASS PROJ_INFO file" msgstr "" #: ../lib/proj/convert.c:201 msgid "Unable get PROJ.4-style parameter string" msgstr "" #: ../lib/proj/convert.c:219 #, c-format msgid "" "OGR can't parse PROJ.4-style parameter string: %s (OGR Error code was %d)" msgstr "" #: ../lib/proj/convert.c:232 #, c-format msgid "OGR can't get WKT-style parameter string (OGR Error code was %d)" msgstr "" #: ../lib/proj/convert.c:471 #, c-format msgid "" "Updating spatial reference with embedded proj4 definition failed. Proj4 " "definition: <%s>" msgstr "" #: ../lib/proj/convert.c:478 msgid "Updating spatial reference with embedded proj4 definition" msgstr "" #: ../lib/proj/convert.c:611 msgid "No projection name! Projection parameters likely to be meaningless." msgstr "" #: ../lib/proj/get_proj.c:169 #, c-format msgid "Invalid zone %s specified" msgstr "" #: ../lib/proj/get_proj.c:260 msgid "Unable to initialise PROJ with the following parameter list:" msgstr "" #: ../lib/proj/get_proj.c:269 #, c-format msgid "The PROJ error message: %s" msgstr "" #: ../lib/proj/get_proj.c:378 msgid "Option input overflowed option table" msgstr "" #: ../lib/proj/get_proj.c:416 ../lib/proj/get_proj.c:425 #, c-format msgid "Unable to initialize pj cause: %s" msgstr "" #: ../lib/proj/get_proj.c:539 msgid "Input Projection Parameters" msgstr "" #: ../lib/proj/get_proj.c:541 msgid "Input Unit Factor" msgstr "" #: ../lib/proj/get_proj.c:551 msgid "Output Projection Parameters" msgstr "" #: ../lib/proj/get_proj.c:553 msgid "Output Unit Factor" msgstr "" #: ../lib/proj/ellipse.c:97 #, c-format msgid "Invalid ellipsoid <%s> in file" msgstr "" #: ../lib/proj/ellipse.c:124 msgid "No secondary ellipsoid descriptor (rf, es or b) in file" msgstr "" #: ../lib/proj/ellipse.c:128 msgid "Invalid ellipsoid descriptors (a, rf, es or b) in file" msgstr "" #: ../lib/proj/ellipse.c:141 msgid "No ellipsoid info given in file" msgstr ""