# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-06-03 05:22+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#: ../gui/wxpython/dbmgr/base.py:179 ../gui/wxpython/iscatt/controllers.py:146
msgid "Loading data..."
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:188
#, python-format
msgid ""
"Attribute table <%s> not found. For creating the table switch to 'Manage "
"layers' tab."
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:204
#, python-format
msgid "Column <%(column)s> not found in in the table <%(table)s>."
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:279
msgid "Can display only 256 columns."
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:308
#, python-brace-format
msgid ""
"Incorrect encoding {enc} used. Set encoding in GUI Settings or set "
"GRASS_DB_ENCODING variable."
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:327
#, python-brace-format
msgid ""
"Unable to read the table <{table}> from the database due to seemingly "
"inconsistent number of columns in the data transfer. Check row: {row}... "
"Likely, a newline character is present in the attribute value starting with: "
"'{value}' Use the v.db.select module to investigate."
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:341
msgid "Viewing limit: 100000 records."
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:366 ../gui/wxpython/dbmgr/base.py:947
#: ../gui/wxpython/dbmgr/base.py:1118 ../gui/wxpython/dbmgr/base.py:1469
#: ../gui/wxpython/dbmgr/base.py:2162 ../gui/wxpython/dbmgr/manager.py:236
#, python-format
msgid "Number of loaded records: %d"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:389
msgid "Unknown value"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:397
msgid "Unable to decode value. Set encoding in GUI preferences ('Attributes')."
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:410
#, python-format
msgid ""
"Error loading attribute data. Record number: %(rec)d. Unable to convert "
"value '%(val)s' in key column (%(key)s) to integer.\n"
"\n"
"Details: %(detail)s"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:498
msgid "Sort ascending"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:499
msgid "Sort descending"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:503
msgid "Calculate (only numeric columns)"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:505
msgid "Field calculator"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:507 ../gui/wxpython/wxplot/dialogs.py:297
msgid "Statistics"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:512 ../gui/wxpython/dbmgr/base.py:2371
#: ../gui/wxpython/modules/colorrules.py:1148
msgid "Add column"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:524
msgid "Area size"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:525
msgid "Line length"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:526
msgid "Compactness of an area"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:529
msgid "Fractal dimension of boundary defining a polygon"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:531
msgid "Perimeter length of an area"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:532
msgid "Number of features for each category"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:533
msgid "Slope steepness of 3D line"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:534
msgid "Line sinuousity"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:535
msgid "Line azimuth"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:661
#, python-format
msgid "Add column to table <%s>"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:1048
msgid "Unable to add column to the table. No column name defined."
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:1063
#, python-format
msgid "Column <%(column)s> already exists in table <%(table)s>."
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:1152
msgid "Attribute data - right-click to edit/manage records"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:1167 ../gui/wxpython/dbmgr/base.py:2324
#: ../gui/wxpython/dbmgr/base.py:3032 ../gui/wxpython/dbmgr/base.py:3176
#: ../gui/wxpython/dbmgr/base.py:3448
msgid "Table"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:1169 ../gui/wxpython/dbmgr/base.py:2326
msgid " (read-only)"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:1186
msgid "SQL Query"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:1210
msgid "Simple"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:1213
msgid "Apply SELECT statement and reload data records"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:1243 ../gui/wxpython/dbmgr/base.py:1269
#: ../gui/wxpython/dbmgr/sqlbuilder.py:509
#, python-format
msgid "Example: %s"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:1254
msgid "Builder"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:1257
msgid "SQL Builder"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:1430 ../gui/wxpython/core/settings.py:788
msgid "Edit selected record"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:1438 ../gui/wxpython/dbmgr/base.py:1623
msgid "Insert new record"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:1439
msgid "Delete selected record(s)"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:1440
msgid "Delete all records"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:1446 ../gui/wxpython/gui_core/widgets.py:1106
#: ../gui/wxpython/gui_core/dialogs.py:846
#: ../gui/wxpython/gui_core/dialogs.py:904
#: ../gui/wxpython/gui_core/dialogs.py:1625
msgid "Select all"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:1447 ../gui/wxpython/gui_core/widgets.py:1107
#: ../gui/wxpython/gui_core/dialogs.py:1627
msgid "Deselect all"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:1449
#: ../gui/wxpython/gui_core/preferences.py:1473
msgid "Highlight selected features"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:1450
msgid "Highlight selected features and zoom"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:1454 ../gui/wxpython/dbmgr/base.py:1993
msgid "Extract selected features"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:1455
msgid "Delete selected features"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:1463 ../gui/wxpython/dbmgr/base.py:2662
#: ../gui/wxpython/gmodeler/dialogs.py:921
#: ../gui/wxpython/gmodeler/dialogs.py:1084
#: ../gui/wxpython/vdigit/dialogs.py:311
msgid "Reload"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:1516
msgid "Update existing record"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:1547 ../gui/wxpython/dbmgr/base.py:1666
#, python-format
msgid "Value '%(value)s' needs to be entered as %(type)s."
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:1562
#, python-format
msgid ""
"Unable to update existing record.\n"
"%s"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:1638
#, python-format
msgid "Record with category number %d already exists in the table."
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:1652
#, python-format
msgid "Category number (column %s) is missing."
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:1682
#, python-format
msgid ""
"Unable to insert new record.\n"
"%s"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:1736
#, python-format
msgid ""
"Selected data records (%d) will be permanently deleted from table. Do you "
"want to delete them?"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:1740 ../gui/wxpython/dbmgr/base.py:1790
msgid "Delete records"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:1786
#, python-format
msgid ""
"All data records (%d) will be permanently deleted from table. Do you want to "
"delete them?"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:1987
msgid "Nothing to extract."
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:2028
msgid "Nothing to delete."
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:2106 ../gui/wxpython/dbmgr/base.py:2142
#, python-format
msgid ""
"Loading attribute data failed.\n"
"\n"
"%s"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:2122
#, python-format
msgid ""
"Loading attribute data failed.\n"
"Invalid SQL select statement.\n"
"\n"
"%s"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:2343 ../gui/wxpython/dbmgr/sqlbuilder.py:109
msgid "Database connection"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:2360
#, python-format
msgid "Table <%s> - right-click to delete column(s)"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:2385 ../gui/wxpython/dbmgr/base.py:2447
#: ../gui/wxpython/dbmgr/dialogs.py:809
msgid "Column"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:2403 ../gui/wxpython/dbmgr/dialogs.py:821
#: ../gui/wxpython/gmodeler/preferences.py:248
msgid "Type"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:2417 ../gui/wxpython/dbmgr/dialogs.py:832
msgid "Length"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:2425 ../gui/wxpython/psmap/dialogs.py:1784
#: ../gui/wxpython/animation/dialogs.py:786
msgid "Add"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:2433 ../gui/wxpython/menustrings.py:943
#: ../gui/wxpython/menustrings.py:1896
msgid "Rename column"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:2469 ../gui/wxpython/gmodeler/dialogs.py:383
msgid "To"
msgstr ""

#. GTC Rename mapset
#: ../gui/wxpython/dbmgr/base.py:2480 ../gui/wxpython/datacatalog/tree.py:2237
#: ../gui/wxpython/image2target/ii2t_gis_set.py:234
msgid "&Rename"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:2587
msgid "Unable to rename column. No column name defined."
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:2597
#, python-format
msgid ""
"Unable to rename column <%(column)s> to <%(columnTo)s>. Column already "
"exists in the table <%(table)s>."
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:2621
#, python-format
msgid ""
"Unable to rename column. Column <%(column)s> doesn't exist in the table <"
"%(table)s>."
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:2652
msgid "Drop selected column"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:2660
msgid "Drop all columns"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:2691
#, python-format
msgid ""
"Selected %s will PERMANENTLY removed from table. Do you want to drop the "
"column?"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:2695 ../gui/wxpython/dbmgr/base.py:2743
msgid "Drop column(s)"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:2739
#, python-format
msgid ""
"Selected columns\n"
"%s\n"
"will PERMANENTLY removed from table. Do you want to drop the columns?"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:2848
msgid "List of layers"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:2927 ../gui/wxpython/dbmgr/base.py:3368
#: ../gui/wxpython/dbmgr/base.py:3828
#, python-format
msgid "Drop also linked attribute table (%s)"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:2973
msgid "Column name"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:2973 ../gui/wxpython/gmodeler/frame.py:1758
#: ../gui/wxpython/gmodeler/frame.py:1814
msgid "Data type"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:2973
msgid "Data length"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:3032 ../gui/wxpython/dbmgr/base.py:3141
#: ../gui/wxpython/dbmgr/base.py:3413 ../gui/wxpython/dbmgr/dialogs.py:519
#: ../gui/wxpython/vdigit/preferences.py:528
#: ../gui/wxpython/vdigit/preferences.py:530
#: ../gui/wxpython/vdigit/dialogs.py:132 ../gui/wxpython/vdigit/dialogs.py:581
msgid "Layer"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:3032 ../gui/wxpython/dbmgr/base.py:3154
#: ../gui/wxpython/dbmgr/base.py:3425
msgid "Driver"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:3032 ../gui/wxpython/dbmgr/base.py:3165
#: ../gui/wxpython/dbmgr/base.py:3436 ../gui/wxpython/gui_core/gselect.py:1487
msgid "Database"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:3032
msgid "Key"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:3121
msgid "Add layer"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:3131
msgid "Layer description"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:3187 ../gui/wxpython/dbmgr/base.py:3250
#: ../gui/wxpython/dbmgr/base.py:3459
msgid "Key column"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:3200
msgid "Insert record for each category into table"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:3223
msgid "You need to add categories by v.category module."
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:3228
msgid "Table description"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:3239
msgid "Table name"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:3264
msgid "&Create table"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:3267
#: ../gui/wxpython/web_services/dialogs.py:543
msgid "&Add layer"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:3270
msgid "&Set default"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:3342
msgid "Remove layer"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:3345
msgid "Layer to remove"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:3376
msgid "&Remove layer"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:3405
msgid "Modify layer"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:3506
msgid "&Modify layer"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:3549
msgid ""
"Unable to get list of tables.\n"
"Please use db.connect to set database parameters."
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:3655
msgid "Unable to create new table. Table name or key column name is missing."
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:3665
#, python-format
msgid "Unable to create new table. Table <%s> already exists in the database."
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:3710
#, python-format
msgid ""
"Unable to add new layer to vector map <%(vector)s>. Layer %(layer)d already "
"exists."
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:3893
msgid "Field statistics"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:3916
msgid "Copy statistics the clipboard (Ctrl+C)"
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:3977
msgid "Statistics is not support for DBF tables."
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:4004
msgid "Unable to calculte statistics."
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:4013
#, python-format
msgid ""
"Unable to calculte statistics. Invalid number of lines %d (should be %d)."
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:4040
msgid "Unable to calculte standard deviation."
msgstr ""

#: ../gui/wxpython/dbmgr/base.py:4048
#, python-format
msgid "Field statistics <%s>"
msgstr ""

#: ../gui/wxpython/dbmgr/dialogs.py:81
#, python-format
msgid ""
"No attribute table found.\n"
"\n"
"Do you want to create a new attribute table and defined a link to vector map "
"<%s>?"
msgstr ""

#: ../gui/wxpython/dbmgr/dialogs.py:86
msgid "Create table?"
msgstr ""

#: ../gui/wxpython/dbmgr/dialogs.py:108
msgid "Close dialog on submit"
msgstr ""

#: ../gui/wxpython/dbmgr/dialogs.py:120
msgid "No attributes found"
msgstr ""

#: ../gui/wxpython/dbmgr/dialogs.py:127 ../gui/wxpython/menustrings.py:707
#: ../gui/wxpython/menustrings.py:1660
msgid "Update attributes"
msgstr ""

#: ../gui/wxpython/dbmgr/dialogs.py:129
msgid "Define attributes"
msgstr ""

#: ../gui/wxpython/dbmgr/dialogs.py:131
msgid "Display attributes"
msgstr ""

#: ../gui/wxpython/dbmgr/dialogs.py:135
msgid "&Reload"
msgstr ""

#: ../gui/wxpython/dbmgr/dialogs.py:136 ../gui/wxpython/dbmgr/dialogs.py:641
msgid "&Submit"
msgstr ""

#: ../gui/wxpython/dbmgr/dialogs.py:152 ../gui/wxpython/vdigit/dialogs.py:199
msgid "Feature id:"
msgstr ""

#: ../gui/wxpython/dbmgr/dialogs.py:242
#, python-format
msgid "Column <%(col)s>: Value '%(value)s' needs to be entered as %(type)s."
msgstr ""

#: ../gui/wxpython/dbmgr/dialogs.py:454
msgid "Unknown"
msgstr ""

#: ../gui/wxpython/dbmgr/dialogs.py:519 ../gui/wxpython/dbmgr/dialogs.py:656
#: ../gui/wxpython/vdigit/preferences.py:528
#: ../gui/wxpython/vdigit/dialogs.py:139 ../gui/wxpython/vdigit/dialogs.py:582
msgid "Category"
msgstr ""

#: ../gui/wxpython/dbmgr/sqlbuilder.py:74
#: ../gui/wxpython/dbmgr/g.gui.dbmgr.py:48 ../gui/wxpython/nviz/wxnviz.py:480
#: ../gui/wxpython/iclass/g.gui.iclass.py:94
#, python-format
msgid "Vector map <%s> not found"
msgstr ""

#: ../gui/wxpython/dbmgr/sqlbuilder.py:123 ../gui/wxpython/menustrings.py:925
#: ../gui/wxpython/menustrings.py:1878
msgid "Query"
msgstr ""

#: ../gui/wxpython/dbmgr/sqlbuilder.py:143
msgid "Set SQL statement to default"
msgstr ""

#: ../gui/wxpython/dbmgr/sqlbuilder.py:145
msgid "Apply SQL statement"
msgstr ""

#: ../gui/wxpython/dbmgr/sqlbuilder.py:147
msgid "Close the dialog"
msgstr ""

#: ../gui/wxpython/dbmgr/sqlbuilder.py:223
msgid "Columns"
msgstr ""

#: ../gui/wxpython/dbmgr/sqlbuilder.py:240
msgid "Interactive insertion"
msgstr ""

#: ../gui/wxpython/dbmgr/sqlbuilder.py:254
msgid "Values"
msgstr ""

#: ../gui/wxpython/dbmgr/sqlbuilder.py:267
msgid "Get all values"
msgstr ""

#: ../gui/wxpython/dbmgr/sqlbuilder.py:271
msgid "Get sample"
msgstr ""

#: ../gui/wxpython/dbmgr/sqlbuilder.py:273
msgid "Get first 256 unique values as sample"
msgstr ""

#: ../gui/wxpython/dbmgr/sqlbuilder.py:288
msgid "Go to:"
msgstr ""

#: ../gui/wxpython/dbmgr/sqlbuilder.py:300
msgid "Close dialog on apply"
msgstr ""

#: ../gui/wxpython/dbmgr/sqlbuilder.py:482
#: ../gui/wxpython/dbmgr/sqlbuilder.py:640
#: ../gui/wxpython/dbmgr/sqlbuilder.py:892
#, python-format
msgid "GRASS SQL Builder (%(type)s) - <%(map)s>"
msgstr ""

#: ../gui/wxpython/dbmgr/sqlbuilder.py:488
msgid "Column to show (SELECT clause)"
msgstr ""

#: ../gui/wxpython/dbmgr/sqlbuilder.py:489
#: ../gui/wxpython/dbmgr/sqlbuilder.py:647
msgid "Constraint for query (WHERE clause)"
msgstr ""

#: ../gui/wxpython/dbmgr/sqlbuilder.py:513
msgid "Verify"
msgstr ""

#: ../gui/wxpython/dbmgr/sqlbuilder.py:514
msgid "Verify SQL statement"
msgstr ""

#: ../gui/wxpython/dbmgr/sqlbuilder.py:522
msgid "SQL statement not verified"
msgstr ""

#: ../gui/wxpython/dbmgr/sqlbuilder.py:568
msgid "SQL statement is not valid"
msgstr ""

#: ../gui/wxpython/dbmgr/sqlbuilder.py:569
#, python-format
msgid ""
"SQL statement is not valid.\n"
"\n"
"%s"
msgstr ""

#: ../gui/wxpython/dbmgr/sqlbuilder.py:571
msgid "SQL statement is valid"
msgstr ""

#: ../gui/wxpython/dbmgr/sqlbuilder.py:646
msgid "Column to set (SET clause)"
msgstr ""

#: ../gui/wxpython/dbmgr/sqlbuilder.py:648
msgid "Calculate column value to set"
msgstr ""

#: ../gui/wxpython/dbmgr/sqlbuilder.py:736
msgid "Functions"
msgstr ""

#: ../gui/wxpython/dbmgr/sqlbuilder.py:773
msgid "SQL statement was not applied"
msgstr ""

#: ../gui/wxpython/dbmgr/sqlbuilder.py:775
msgid "SQL statement applied"
msgstr ""

#: ../gui/wxpython/dbmgr/sqlbuilder.py:808
msgid "Dbf driver does not support usage of SQL functions."
msgstr ""

#: ../gui/wxpython/dbmgr/manager.py:91
msgid "Attribute Table Manager"
msgstr ""

#: ../gui/wxpython/dbmgr/manager.py:94
#, python-brace-format
msgid "{document} (read-only)"
msgstr ""

#: ../gui/wxpython/dbmgr/manager.py:113
#, python-format
msgid ""
"Database connection for vector map <%s> is not defined in DB file. You can "
"define new connection in 'Manage layers' tab."
msgstr ""

#: ../gui/wxpython/dbmgr/manager.py:122
msgid "Please wait, loading attribute data..."
msgstr ""

#: ../gui/wxpython/dbmgr/manager.py:132
msgid "Browse data"
msgstr ""

#: ../gui/wxpython/dbmgr/manager.py:138
msgid "Manage tables"
msgstr ""

#: ../gui/wxpython/dbmgr/manager.py:143
msgid "Manage layers"
msgstr ""

#: ../gui/wxpython/dbmgr/manager.py:154
msgid "Close Attribute Table Manager"
msgstr ""

#: ../gui/wxpython/dbmgr/manager.py:156
msgid "Reload currently selected attribute data"
msgstr ""

#: ../gui/wxpython/dbmgr/manager.py:159
msgid "Reload all attribute data (drop current selection)"
msgstr ""

#: ../gui/wxpython/dbmgr/g.gui.dbmgr.py:51
#, python-format
msgid "Loading attribute data for vector map <%s>..."
msgstr ""

#: ../gui/wxpython/dbmgr/g.gui.dbmgr.py:55
msgid "Attribute Table Manager - GRASS GIS"
msgstr ""

#: ../gui/wxpython/vnet/vnet_core.py:111
msgid "Unable to perform analysis."
msgstr ""

#: ../gui/wxpython/vnet/vnet_core.py:230
#, python-format
msgid ""
"Temporary map '%s' with result was changed outside vector network analysis "
"tool.\n"
"Showed result may not correspond original analysis result."
msgstr ""

#: ../gui/wxpython/vnet/vnet_core.py:236
msgid "Result changed outside"
msgstr ""

#: ../gui/wxpython/vnet/vnet_core.py:275
msgid "Map can be created only in current mapset"
msgstr ""

#: ../gui/wxpython/vnet/vnet_core.py:285 ../gui/wxpython/vnet/vnet_core.py:363
#, python-format
msgid "Vector map %s already exists. Do you want to overwrite it?"
msgstr ""

#: ../gui/wxpython/vnet/vnet_core.py:288 ../gui/wxpython/vnet/vnet_core.py:366
msgid "Overwrite vector map"
msgstr ""

#: ../gui/wxpython/vnet/vnet_core.py:313
msgid "Creation of turntable failed."
msgstr ""

#: ../gui/wxpython/vnet/vnet_core.py:333
msgid "Vector map with analysis result does not exist."
msgstr ""

#: ../gui/wxpython/vnet/vnet_core.py:353
msgid "Map can be saved only to currently set mapset"
msgstr ""

#: ../gui/wxpython/vnet/vnet_core.py:437 ../gui/wxpython/vnet/vnet_core.py:660
#, python-format
msgid "Please choose '%s' and '%s' point."
msgstr ""

#: ../gui/wxpython/vnet/vnet_core.py:668
msgid "Please choose at least two points."
msgstr ""

#: ../gui/wxpython/vnet/vnet_core.py:961
#, python-format
msgid ""
"Input map '%s' for analysis was changed outside vector network analysis "
"tool.\n"
"Topology column may not correspond to changed situation."
msgstr ""

#: ../gui/wxpython/vnet/vnet_core.py:967
msgid "Input changed outside"
msgstr ""

#: ../gui/wxpython/vnet/vnet_core.py:1037
#, python-format
msgid ""
"Temporary map %s  already exists.\n"
"Do you want to continue in analysis and overwrite it?"
msgstr ""

#: ../gui/wxpython/vnet/vnet_core.py:1064
msgid "Unable to use ctypes. \n"
msgstr ""

#: ../gui/wxpython/vnet/vnet_core.py:1065
#: ../gui/wxpython/vnet/vnet_core.py:1089
msgid "Snapping mode can not be activated."
msgstr ""

#: ../gui/wxpython/vnet/vnet_core.py:1099
msgid "Do you really want to activate snapping and overwrite it?"
msgstr ""

#: ../gui/wxpython/vnet/vnet_core.py:1108
#, python-format
msgid ""
"Temporary map '%s' was changed outside vector analysis tool.\n"
"Do you really want to activate snapping and overwrite it? "
msgstr ""

#: ../gui/wxpython/vnet/vnet_core.py:1113
msgid "Overwrite map"
msgstr ""

#: ../gui/wxpython/vnet/toolbars.py:51
msgid "Insert points from Map Display"
msgstr ""

#: ../gui/wxpython/vnet/toolbars.py:53
msgid "Activate snapping to nodes"
msgstr ""

#: ../gui/wxpython/vnet/toolbars.py:55
msgid "Activate mode for turns editing"
msgstr ""

#: ../gui/wxpython/vnet/toolbars.py:58
msgid "Activate mode for global turns editing"
msgstr ""

#: ../gui/wxpython/vnet/toolbars.py:60
msgid "Add new point"
msgstr ""

#: ../gui/wxpython/vnet/toolbars.py:61
msgid "Delete selected point"
msgstr ""

#: ../gui/wxpython/vnet/toolbars.py:121
msgid "Execute analysis"
msgstr ""

#: ../gui/wxpython/vnet/toolbars.py:122
msgid "Go to previous analysis result"
msgstr ""

#: ../gui/wxpython/vnet/toolbars.py:123
msgid "Go to next analysis result"
msgstr ""

#: ../gui/wxpython/vnet/toolbars.py:124
msgid "Show analysis result"
msgstr ""

#: ../gui/wxpython/vnet/toolbars.py:126
msgid "Save temporary result"
msgstr ""

#: ../gui/wxpython/vnet/toolbars.py:129
msgid "Vector network analysis settings"
msgstr ""

#: ../gui/wxpython/vnet/toolbars.py:131 ../gui/wxpython/gui_core/toolbars.py:69
#: ../gui/wxpython/iscatt/toolbars.py:45
msgid "Show manual"
msgstr ""

#: ../gui/wxpython/vnet/toolbars.py:195
msgid "Available analyses"
msgstr ""

#: ../gui/wxpython/vnet/vnet_data.py:157
#, python-format
msgid "Module <%s> does not support turns costs."
msgstr ""

#: ../gui/wxpython/vnet/vnet_data.py:164
#, python-format
msgid "Vector map '%s' does not exist."
msgstr ""

#: ../gui/wxpython/vnet/vnet_data.py:166
msgid "Vector map was not chosen."
msgstr ""

#: ../gui/wxpython/vnet/vnet_data.py:174
msgid "arc layer"
msgstr ""

#: ../gui/wxpython/vnet/vnet_data.py:175
msgid "node layer"
msgstr ""

#: ../gui/wxpython/vnet/vnet_data.py:176
msgid "turntable layer"
msgstr ""

#: ../gui/wxpython/vnet/vnet_data.py:177
msgid "unique categories layer"
msgstr ""

#: ../gui/wxpython/vnet/vnet_data.py:186
#, python-format
msgid "Chosen %s '%s' does not exist in vector map '%s'.\n"
msgstr ""

#: ../gui/wxpython/vnet/vnet_data.py:189
#, python-format
msgid "Choose existing %s.\n"
msgstr ""

#: ../gui/wxpython/vnet/vnet_data.py:198
#, python-format
msgid ""
"Chosen column '%s' does not exist in attribute table of layer '%s' of vector "
"map '%s'.\n"
msgstr ""

#: ../gui/wxpython/vnet/vnet_data.py:255 ../gui/wxpython/vnet/widgets.py:104
#: ../gui/wxpython/photo2image/ip2i_manager.py:1650
#: ../gui/wxpython/photo2image/ip2i_manager.py:1669
#: ../gui/wxpython/gcp/manager.py:2431 ../gui/wxpython/gcp/manager.py:2450
#: ../gui/wxpython/image2target/ii2t_manager.py:2356
#: ../gui/wxpython/image2target/ii2t_manager.py:2377
msgid "use"
msgstr ""

#: ../gui/wxpython/vnet/vnet_data.py:255 ../gui/wxpython/gui_core/vselect.py:46
msgid "type"
msgstr ""

#: ../gui/wxpython/vnet/vnet_data.py:255
msgid "topology"
msgstr ""

#: ../gui/wxpython/vnet/vnet_data.py:257 ../gui/wxpython/vnet/vnet_data.py:750
msgid "Start point"
msgstr ""

#: ../gui/wxpython/vnet/vnet_data.py:257
msgid "End Point"
msgstr ""

#: ../gui/wxpython/vnet/vnet_data.py:544 ../gui/wxpython/vnet/vnet_data.py:553
#: ../gui/wxpython/vnet/vnet_data.py:556
msgid "new point"
msgstr ""

#: ../gui/wxpython/vnet/vnet_data.py:731
msgid "Arc forward/both direction(s) cost column:"
msgstr ""

#: ../gui/wxpython/vnet/vnet_data.py:732
msgid "arc forward/both"
msgstr ""

#: ../gui/wxpython/vnet/vnet_data.py:735
msgid "Arc backward direction cost column:"
msgstr ""

#: ../gui/wxpython/vnet/vnet_data.py:736
msgid "arc backward"
msgstr ""

#: ../gui/wxpython/vnet/vnet_data.py:739
msgid "Arcs' cost column (for both directions):"
msgstr ""

#: ../gui/wxpython/vnet/vnet_data.py:740
msgid "arc"
msgstr ""

#: ../gui/wxpython/vnet/vnet_data.py:743
msgid "Node cost column:"
msgstr ""

#: ../gui/wxpython/vnet/vnet_data.py:743
msgid "node"
msgstr ""

#: ../gui/wxpython/vnet/vnet_data.py:748
#, python-format
msgid "Shortest path %s"
msgstr ""

#: ../gui/wxpython/vnet/vnet_data.py:750
msgid "End point"
msgstr ""

#: ../gui/wxpython/vnet/vnet_data.py:760
#, python-format
msgid "Traveling salesman %s"
msgstr ""

#: ../gui/wxpython/vnet/vnet_data.py:769
#, python-format
msgid "Maximum flow %s"
msgstr ""

#: ../gui/wxpython/vnet/vnet_data.py:772
msgid "Source point"
msgstr ""

#: ../gui/wxpython/vnet/vnet_data.py:773
msgid "Sink point"
msgstr ""

#: ../gui/wxpython/vnet/vnet_data.py:781
#, python-format
msgid "Subnets for nearest centers %s"
msgstr ""

#: ../gui/wxpython/vnet/vnet_data.py:790
#, python-format
msgid "Steiner tree for the network and given terminals %s"
msgstr ""

#: ../gui/wxpython/vnet/vnet_data.py:802
#, python-format
msgid "Shortest distance via the network %s"
msgstr ""

#: ../gui/wxpython/vnet/vnet_data.py:811
#, python-format
msgid "Cost isolines %s"
msgstr ""

#: ../gui/wxpython/vnet/vnet_data.py:893
msgid "Overwrite map layer"
msgstr ""

#: ../gui/wxpython/vnet/widgets.py:404
msgid "Invalid value inserted. Operation canceled."
msgstr ""

#: ../gui/wxpython/vnet/widgets.py:560
msgid "Edit point"
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:93
msgid "Vector Network Analysis Tool"
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:205
msgid "Point list toolbar"
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:218
msgid "Analysis toolbar"
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:259
msgid "Points for analysis:"
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:263
msgid "Analysis settings:"
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:267
msgid "Points"
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:281
msgid "Maximum distance of point to the network:"
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:300
msgid "Iso lines:"
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:374
#: ../gui/wxpython/modules/mcalc_builder.py:155
msgid "Output"
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:390
#: ../gui/wxpython/location_wizard/wizard.py:1617
#: ../gui/wxpython/location_wizard/wizard.py:1815
msgid "Parameters"
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:428
msgid "Add vector map into layer tree"
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:549
msgid "Input tables"
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:578
msgid "Result tables"
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:594
msgid "Loading tables..."
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:731
msgid "Creating turntable..."
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:906
msgid "Input vector map does not exist."
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:930
msgid "Analysing..."
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:985 ../gui/wxpython/gui_core/toolbars.py:81
#: ../gui/wxpython/nviz/tools.py:2354 ../gui/wxpython/iscatt/toolbars.py:44
#: ../gui/wxpython/iscatt/toolbars.py:163
msgid "Settings"
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:1052
msgid "Computing nodes..."
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:1258
msgid "Other settings"
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:1262
msgid "Point style:"
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:1266
msgid "Analysis result style:"
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:1275
#, python-format
msgid "Color table style %s:"
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:1291
#, python-format
msgid "Invert colors %s:"
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:1299
msgid "Line color:"
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:1300
msgid "Color for unused point:"
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:1301
msgid "Color for Start/From/Source/Used point:"
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:1302
msgid "Color for End/To/Sink point:"
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:1303
msgid "Color for selected point:"
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:1314
#: ../gui/wxpython/gui_core/preferences.py:1371
#: ../gui/wxpython/photo2image/ip2i_manager.py:2161
#: ../gui/wxpython/psmap/dialogs.py:6614 ../gui/wxpython/gcp/manager.py:3093
#: ../gui/wxpython/mapswipe/dialogs.py:339
#: ../gui/wxpython/image2target/ii2t_manager.py:3028
msgid "Line width:"
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:1315
msgid "Point size:"
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:1316
msgid "Point width:"
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:1317 ../gui/wxpython/iscatt/dialogs.py:392
msgid "Snapping threshold in pixels:"
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:1318
msgid "Maximum number of results in history:"
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:1335
#: ../gui/wxpython/photo2image/ip2i_manager.py:2000
#: ../gui/wxpython/gcp/manager.py:2934 ../gui/wxpython/iscatt/dialogs.py:410
#: ../gui/wxpython/image2target/ii2t_manager.py:2869
#: ../gui/wxpython/wxplot/dialogs.py:813 ../gui/wxpython/wxplot/dialogs.py:1325
msgid "Apply changes for the current session"
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:1339
#: ../gui/wxpython/gui_core/preferences.py:115
#: ../gui/wxpython/photo2image/ip2i_manager.py:2004
#: ../gui/wxpython/gcp/manager.py:2938 ../gui/wxpython/iscatt/dialogs.py:414
#: ../gui/wxpython/image2target/ii2t_manager.py:2873
#: ../gui/wxpython/wxplot/dialogs.py:820 ../gui/wxpython/wxplot/dialogs.py:1329
msgid ""
"Apply and save changes to user settings file (default for next sessions)"
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:1343
#: ../gui/wxpython/photo2image/ip2i_manager.py:2008
#: ../gui/wxpython/modules/import_export.py:124
#: ../gui/wxpython/modules/import_export.py:721
#: ../gui/wxpython/gcp/manager.py:2942
#: ../gui/wxpython/web_services/dialogs.py:155
#: ../gui/wxpython/web_services/dialogs.py:925
#: ../gui/wxpython/iscatt/dialogs.py:418
#: ../gui/wxpython/image2target/ii2t_manager.py:2877
msgid "Close dialog"
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:1519
msgid "New vector map with turntable"
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:1677
msgid "Save analysis result"
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:1696
#: ../gui/wxpython/gui_core/widgets.py:1421
#: ../gui/wxpython/gui_core/gselect.py:1640
#: ../gui/wxpython/gui_core/gselect.py:1657
#: ../gui/wxpython/gui_core/gselect.py:1658
#: ../gui/wxpython/gmodeler/preferences.py:689
#: ../gui/wxpython/animation/dialogs.py:413
msgid "Name:"
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:1794
msgid "Edit intersection turns costs"
msgstr ""

#: ../gui/wxpython/vnet/dialogs.py:1835
msgid "Define Global Turn Costs"
msgstr ""

#: ../gui/wxpython/gui_core/wrap.py:251
msgid "Clear"
msgstr ""

#: ../gui/wxpython/gui_core/wrap.py:253
msgid "&Clear"
msgstr ""

#: ../gui/wxpython/gui_core/wrap.py:264 ../gui/wxpython/mapswipe/dialogs.py:201
msgid "Cancel"
msgstr ""

#: ../gui/wxpython/gui_core/wrap.py:266
msgid "&Cancel"
msgstr ""

#: ../gui/wxpython/gui_core/wrap.py:277 ../gui/wxpython/menustrings.py:14
#: ../gui/wxpython/menustrings.py:2045 ../gui/wxpython/mapswipe/dialogs.py:206
msgid "Close"
msgstr ""

#: ../gui/wxpython/gui_core/wrap.py:279
msgid "&Close"
msgstr ""

#: ../gui/wxpython/gui_core/wrap.py:290
msgid "Apply"
msgstr ""

#: ../gui/wxpython/gui_core/wrap.py:292
#: ../gui/wxpython/web_services/dialogs.py:702
msgid "&Apply"
msgstr ""

#: ../gui/wxpython/gui_core/toolbars.py:36
msgid "Display map"
msgstr ""

#: ../gui/wxpython/gui_core/toolbars.py:36
msgid "Re-render modified map layers only"
msgstr ""

#: ../gui/wxpython/gui_core/toolbars.py:40
msgid "Render map"
msgstr ""

#: ../gui/wxpython/gui_core/toolbars.py:41
msgid "Force re-rendering all map layers"
msgstr ""

#: ../gui/wxpython/gui_core/toolbars.py:45
msgid "Erase display"
msgstr ""

#: ../gui/wxpython/gui_core/toolbars.py:46
msgid "Erase display canvas with given background color"
msgstr ""

#: ../gui/wxpython/gui_core/toolbars.py:48
msgid "Pointer"
msgstr ""

#: ../gui/wxpython/gui_core/toolbars.py:50
msgid "Zoom in"
msgstr ""

#: ../gui/wxpython/gui_core/toolbars.py:50
msgid "Drag or click mouse to zoom"
msgstr ""

#: ../gui/wxpython/gui_core/toolbars.py:53
msgid "Zoom out"
msgstr ""

#: ../gui/wxpython/gui_core/toolbars.py:53
msgid "Drag or click mouse to unzoom"
msgstr ""

#: ../gui/wxpython/gui_core/toolbars.py:55
msgid "Return to previous zoom"
msgstr ""

#: ../gui/wxpython/gui_core/toolbars.py:58
msgid "Various zoom options"
msgstr ""

#: ../gui/wxpython/gui_core/toolbars.py:59
msgid "Zoom to default or saved region, save to named region, ..."
msgstr ""

#: ../gui/wxpython/gui_core/toolbars.py:61
msgid "Zoom to selected map layer(s)"
msgstr ""

#: ../gui/wxpython/gui_core/toolbars.py:63
msgid "Zoom to computational region extent"
msgstr ""

#: ../gui/wxpython/gui_core/toolbars.py:65
msgid "Pan"
msgstr ""

#: ../gui/wxpython/gui_core/toolbars.py:65
msgid "Drag with mouse to pan"
msgstr ""

#: ../gui/wxpython/gui_core/toolbars.py:66
msgid "Save display to file"
msgstr ""

#: ../gui/wxpython/gui_core/toolbars.py:67
#: ../gui/wxpython/photo2image/ip2i_mapdisplay.py:494
#: ../gui/wxpython/modules/histogram.py:511
#: ../gui/wxpython/mapdisp/frame.py:953 ../gui/wxpython/gcp/mapdisplay.py:491
#: ../gui/wxpython/image2target/ii2t_mapdisplay.py:496
#: ../gui/wxpython/wxplot/base.py:620
msgid "Print display"
msgstr ""

#: ../gui/wxpython/gui_core/toolbars.py:68
#: ../gui/wxpython/gui_core/forms.py:1407
#: ../gui/wxpython/gui_core/forms.py:2944
msgid "Select font"
msgstr ""

#: ../gui/wxpython/gui_core/toolbars.py:70 ../gui/wxpython/menustrings.py:2099
#: ../gui/wxpython/lmgr/layertree.py:57
msgid "Quit"
msgstr ""

#: ../gui/wxpython/gui_core/toolbars.py:71 ../gui/wxpython/lmgr/layertree.py:58
msgid "Add raster map layer"
msgstr ""

#: ../gui/wxpython/gui_core/toolbars.py:72 ../gui/wxpython/lmgr/layertree.py:66
msgid "Add vector map layer"
msgstr ""

#: ../gui/wxpython/gui_core/toolbars.py:75
msgid "Add map elements"
msgstr ""

#: ../gui/wxpython/gui_core/toolbars.py:76
msgid "Overlay elements like scale and legend onto map"
msgstr ""

#: ../gui/wxpython/gui_core/toolbars.py:79
msgid "Create histogram with d.histogram"
msgstr ""

#: ../gui/wxpython/gui_core/toolbars.py:259
msgid "Select graphics tool"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:75
msgid "User settings"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:98
msgid "Set to default"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:106
msgid "Revert settings to default"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:109
msgid "Apply changes for the current session only and close"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:111
msgid "Save for this session only"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:120
#: ../gui/wxpython/gmodeler/preferences.py:679
#: ../gui/wxpython/vdigit/preferences.py:65
#: ../gui/wxpython/psmap/dialogs.py:537 ../gui/wxpython/wxplot/dialogs.py:823
#: ../gui/wxpython/wxplot/dialogs.py:1332
msgid "Close dialog and ignore changes"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:179
msgid "Settings applied to current session but not saved"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:239
msgid "Key column cannot be empty string."
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:240
#: ../gui/wxpython/gui_core/preferences.py:1864
#: ../gui/wxpython/gui_core/preferences.py:1896
#: ../gui/wxpython/gui_core/preferences.py:1908
#: ../gui/wxpython/gui_core/preferences.py:1920
#: ../gui/wxpython/location_wizard/dialogs.py:122
#: ../gui/wxpython/location_wizard/dialogs.py:140
#: ../gui/wxpython/location_wizard/dialogs.py:543
#: ../gui/wxpython/location_wizard/wizard.py:736
#: ../gui/wxpython/location_wizard/wizard.py:920
#: ../gui/wxpython/location_wizard/wizard.py:2118
#: ../gui/wxpython/gmodeler/frame.py:1178
#: ../gui/wxpython/startup/guiutils.py:251
#: ../gui/wxpython/startup/guiutils.py:304
#: ../gui/wxpython/vdigit/dialogs.py:275 ../gui/wxpython/vdigit/dialogs.py:457
#: ../gui/wxpython/psmap/dialogs.py:5545 ../gui/wxpython/core/workspace.py:1710
#: ../gui/wxpython/core/gcmd.py:101
#: ../gui/wxpython/image2target/ii2t_gis_set.py:324
#: ../gui/wxpython/image2target/ii2t_gis_set.py:739
#: ../gui/wxpython/image2target/ii2t_gis_set.py:788
#: ../gui/wxpython/lmgr/layertree.py:997
msgid "Error"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:258
msgid "GUI Settings"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:279
#: ../gui/wxpython/gmodeler/preferences.py:51
#: ../gui/wxpython/vdigit/preferences.py:130
#: ../gui/wxpython/animation/dialogs.py:362
#: ../gui/wxpython/animation/dialogs.py:1897
msgid "General"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:286
msgid "Layer Manager settings"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:299
msgid "Ask when removing map layer from layer tree"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:313
msgid "Ask when quiting wxGUI or closing display"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:327
#: ../gui/wxpython/gui_core/preferences.py:341
#, python-format
msgid "Hide '%s' tab (requires GUI restart)"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:327
#: ../gui/wxpython/gui_core/preferences.py:1104
#: ../gui/wxpython/modules/vclean.py:505
#: ../gui/wxpython/mapswipe/toolbars.py:27 ../gui/wxpython/lmgr/frame.py:418
msgid "Tools"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:341
#: ../gui/wxpython/lmgr/frame.py:428
msgid "Python"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:359
msgid "Automatically copy selected text to clipboard (in the Console tab)"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:381
msgid "Data Catalog settings"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:386
msgid "At startup load maps from current mapset only (in the Data tab)"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:401
msgid "Workspace settings"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:411
msgid "Suppress positioning Map Display Window(s)"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:428
msgid "Suppress positioning Layer Manager window"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:444
msgid "Save current window layout as default"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:453
msgid ""
"Save current position and size of Layer Manager window and opened Map "
"Display window(s) and use as default for next sessions."
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:469
msgid "Region settings"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:478
msgid "Align region to resolution"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:502
#: ../gui/wxpython/nviz/tools.py:116
msgid "Appearance"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:506
#: ../gui/wxpython/gui_core/preferences.py:783
#: ../gui/wxpython/gui_core/dialogs.py:2453
#: ../gui/wxpython/psmap/dialogs.py:3872 ../gui/wxpython/psmap/dialogs.py:4519
#: ../gui/wxpython/psmap/dialogs.py:5185 ../gui/wxpython/wxplot/dialogs.py:732
msgid "Font settings"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:519
msgid "Font for command output:"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:523
#: ../gui/wxpython/gui_core/preferences.py:799
#: ../gui/wxpython/animation/dialogs.py:1078
msgid "Set font"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:533
msgid "Language settings"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:546
msgid "Choose language (requires to save and GRASS restart):"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:579
msgid "Appearance settings"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:590
msgid "Element list:"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:625
msgid "Menu style (requires to save and GUI restart):"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:661
msgid "Height of map selection popup window (in pixels):"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:698
msgid "Icon theme (requires GUI restart):"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:728
msgid "Tool dialog style:"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:779
#: ../gui/wxpython/gui_core/forms.py:1535 ../gui/wxpython/mapdisp/frame.py:75
msgid "Map Display"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:794
msgid "Default font for GRASS displays:"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:812
msgid "Default display settings"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:823
msgid "Display driver:"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:849
msgid "Statusbar mode:"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:878
#: ../gui/wxpython/web_services/widgets.py:330
#: ../gui/wxpython/nviz/preferences.py:230 ../gui/wxpython/nviz/tools.py:451
#: ../gui/wxpython/animation/dialogs.py:1905
msgid "Background color:"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:900
#: ../gui/wxpython/mapdisp/statusbar.py:523
msgid "Align region extent based on display size"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:917
#: ../gui/wxpython/mapdisp/statusbar.py:572
msgid "Constrain display resolution to computational settings"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:934
msgid "Enable auto-rendering"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:951
msgid "Enable auto-zooming to selected map layer"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:968
msgid "Show computational region extent"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:983
msgid "Mouse wheel action:"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1008
msgid "Mouse scrolling direction:"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1055
msgid "Advanced display settings"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1065
msgid "3D view depth buffer (possible values are 16, 24, 32):"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1108
msgid "Tool dialog settings"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1122
#: ../gui/wxpython/gmodeler/preferences.py:666
#: ../gui/wxpython/modules/vclean.py:151
#: ../gui/wxpython/modules/import_export.py:102
#: ../gui/wxpython/modules/mcalc_builder.py:284
msgid "Allow output files to overwrite existing files"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1136
msgid "Close dialog when completed successfully"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1148
#: ../gui/wxpython/gui_core/dialogs.py:341
msgid "Add created map into layer tree"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1163
msgid "Allow interactive input"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1175
msgid "Verbosity level:"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1207
#: ../gui/wxpython/lmgr/frame.py:414
msgid "Layers"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1214
msgid "Default raster settings"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1227
msgid "Make null cells opaque"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1240
msgid "Default color table"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1278
msgid "Default vector settings"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1285
msgid "Display:"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1305
msgid "Feature color:"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1322
#: ../gui/wxpython/gui_core/preferences.py:1356
#: ../gui/wxpython/gui_core/forms.py:1963
msgid "Transparent"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1339
msgid "Area fill color:"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1392
msgid "Random colors according to category number "
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1404
#: ../gui/wxpython/photo2image/ip2i_manager.py:2149
#: ../gui/wxpython/gcp/manager.py:3081
#: ../gui/wxpython/image2target/ii2t_manager.py:3016
msgid "Symbol size:"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1422
msgid "Symbol:"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1465
#: ../gui/wxpython/vdigit/preferences.py:505
msgid "Attributes"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1481
#: ../gui/wxpython/photo2image/ip2i_manager.py:2082
#: ../gui/wxpython/psmap/dialogs.py:2408 ../gui/wxpython/psmap/dialogs.py:2559
#: ../gui/wxpython/gcp/manager.py:3014 ../gui/wxpython/nviz/preferences.py:412
#: ../gui/wxpython/nviz/preferences.py:585
#: ../gui/wxpython/nviz/preferences.py:667 ../gui/wxpython/nviz/tools.py:1459
#: ../gui/wxpython/nviz/tools.py:2212 ../gui/wxpython/nviz/tools.py:2374
#: ../gui/wxpython/mapswipe/dialogs.py:294
#: ../gui/wxpython/image2target/ii2t_manager.py:2949
msgid "Color:"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1496
msgid "Line width (in pixels):"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1515
msgid "Automatically hightlight selected features in map display"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1532
msgid "Data browser"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1539
msgid "Left mouse double click:"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1564
msgid "Encoding (e.g. utf-8, ascii, iso8859-1, koi8-r):"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1582
msgid "Ask when deleting data record(s) from table"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1605
msgid "Create table"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1612
#: ../gui/wxpython/gui_core/dialogs.py:395
msgid "Key column:"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1639
#: ../gui/wxpython/mapdisp/statusbar.py:856
msgid "Projection"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1649
msgid "Projection statusbar settings"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1661
msgid ""
"\n"
"Note: This only controls the coordinates displayed in the lower-left of the "
"Map Display\n"
"window's status bar. It is purely cosmetic and does not affect the working "
"location's\n"
"projection in any way. You will need to enable the Projection check box in "
"the drop-down\n"
"menu located at the bottom of the Map Display window.\n"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1675
msgid "EPSG code:"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1691
msgid "PROJ string (required):"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1711
msgid "EPSG file:"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1731
msgid ""
"Load EPSG codes (be patient), enter EPSG code or insert PROJ string directly."
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1738
msgid "&Load EPSG codes"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1749
msgid "Coordinates format"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1760
msgid "Lat/long projections"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1779
msgid "Precision:"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1855
#: ../gui/wxpython/location_wizard/wizard.py:1758
#, python-brace-format
msgid "Unable to read EPGS codes: {0}"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1863
#, python-format
msgid "Unable to read EPSG codes: %s"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1895
#: ../gui/wxpython/gui_core/preferences.py:1907
#: ../gui/wxpython/gui_core/preferences.py:1919
#, python-format
msgid "EPSG code %s not found"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1930
msgid "Select default display font"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1947
msgid "Failed to set default display font. Try different font."
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:1969
msgid "Select default output font"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:2066
msgid "Manage access to mapsets"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:2085
msgid ""
"Check a mapset to make it accessible, uncheck it to hide it.\n"
"  Notes:\n"
"    - The current mapset is always accessible.\n"
"    - You may only write to the current mapset.\n"
"    - You may only write to mapsets which you own."
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:2156
#: ../gui/wxpython/gui_core/gselect.py:561
msgid "Mapset"
msgstr ""

#: ../gui/wxpython/gui_core/preferences.py:2157
msgid "Owner"
msgstr ""

#: ../gui/wxpython/gui_core/pystc.py:263 ../gui/wxpython/gmodeler/frame.py:249
msgid "Python script contains local modifications"
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:584
msgid "Enter parameters for '"
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:596
msgid "Close this window without executing the command (Ctrl+Q)"
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:622 ../gui/wxpython/gmodeler/model.py:2961
#: ../gui/wxpython/gmodeler/frame.py:1999 ../gui/wxpython/modules/vclean.py:174
#: ../gui/wxpython/modules/mcalc_builder.py:169
msgid "&Run"
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:623
msgid "Run the command (Ctrl+R)"
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:635
#: ../gui/wxpython/modules/mcalc_builder.py:176
#: ../gui/wxpython/menustrings.py:175 ../gui/wxpython/menustrings.py:1203
msgid "Copy"
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:637
#: ../gui/wxpython/modules/mcalc_builder.py:177
msgid "Copy the current command string to the clipboard"
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:646
msgid "Show manual page of the command (Ctrl+H)"
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:684
msgid "Add created map(s) into layer tree"
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:706
#: ../gui/wxpython/modules/import_export.py:113
msgid "Close dialog on finish"
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:713
msgid ""
"Close dialog when command is successfully finished. Change this settings in "
"Preferences dialog ('Command' tab)."
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:916
#, python-format
msgid "'%s' copied to clipboard"
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:1016
#: ../gui/wxpython/gui_core/forms.py:1031
msgid "Required"
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:1019
#: ../gui/wxpython/gui_core/forms.py:1032
msgid "Optional"
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:1106
#: ../gui/wxpython/gui_core/forms.py:2298
msgid "Parameterized in model"
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:1175
#: ../gui/wxpython/location_wizard/wizard.py:215
msgid "This option is required"
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:1193
msgid "[multiple]"
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:1255
msgid "valid range"
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:1527 ../gui/wxpython/gmodeler/frame.py:85
#: ../gui/wxpython/lmgr/toolbars.py:152
msgid "Graphical Modeler"
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:1670
msgid "Show graphical representation of temporal extent of dataset(s) ."
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:1911 ../gui/wxpython/core/utils.py:955
msgid "Select Color"
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:2004
#: ../gui/wxpython/gui_core/forms.py:2110
#, python-format
msgid "Choose %s"
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:2005
#: ../gui/wxpython/gmodeler/frame.py:1779
msgid "file"
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:2006
#: ../gui/wxpython/gui_core/forms.py:2112
#: ../gui/wxpython/gui_core/gselect.py:1240
#: ../gui/wxpython/gui_core/gselect.py:1572
#: ../gui/wxpython/gui_core/gselect.py:1589
#: ../gui/wxpython/gui_core/gselect.py:1642
#: ../gui/wxpython/gui_core/gselect.py:1677
#: ../gui/wxpython/location_wizard/wizard.py:1454
#: ../gui/wxpython/location_wizard/wizard.py:1808
#: ../gui/wxpython/modules/import_export.py:821
#: ../gui/wxpython/tplot/frame.py:374 ../gui/wxpython/psmap/dialogs.py:2693
#: ../gui/wxpython/psmap/dialogs.py:2993 ../gui/wxpython/psmap/dialogs.py:5745
#: ../gui/wxpython/nviz/tools.py:610 ../gui/wxpython/animation/dialogs.py:492
#: ../gui/wxpython/animation/dialogs.py:1094
#: ../gui/wxpython/animation/dialogs.py:1196
#: ../gui/wxpython/animation/dialogs.py:1224
#: ../gui/wxpython/animation/dialogs.py:1247
#: ../gui/wxpython/animation/dialogs.py:1278
msgid "Browse"
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:2055
#: ../gui/wxpython/modules/mcalc_builder.py:174
msgid "&Load"
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:2057
msgid "Load and edit content of a file"
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:2060
msgid "&Save as"
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:2062
msgid "Save content to a file for further use"
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:2068
msgid "or enter values directly:"
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:2072
msgid ""
"Enter file content directly instead of specifying a file. Temporary file "
"will be automatically created."
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:2111
#: ../gui/wxpython/gui_core/gselect.py:1483
msgid "Directory"
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:2247
#: ../gui/wxpython/modules/import_export.py:80
#: ../gui/wxpython/modules/import_export.py:937
msgid "Layer id"
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:2248
#: ../gui/wxpython/modules/import_export.py:81
msgid "Layer name"
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:2249
#: ../gui/wxpython/modules/import_export.py:85
#: ../gui/wxpython/psmap/dialogs.py:2216
msgid "Feature type"
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:2250
#: ../gui/wxpython/modules/import_export.py:86
#: ../gui/wxpython/modules/import_export.py:88
msgid "Projection match"
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:2494 ../gui/wxpython/gmodeler/frame.py:179
msgid "Command output"
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:2504
msgid "Manual"
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:2544
msgid "Nothing to load."
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:2554
#, python-format
msgid ""
"Unable to load file.\n"
"\n"
"Reason: %s"
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:2580
#: ../gui/wxpython/modules/colorrules.py:687
msgid "Nothing to save."
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:2585
msgid "Save input as..."
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:2928
msgid "No dataset given."
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:2983 ../gui/wxpython/core/gcmd.py:754
#, python-format
msgid "Error in %s"
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:3096
#: ../gui/wxpython/gui_core/forms.py:3113
#, python-format
msgid "Unable to parse command '%s'"
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:3121
#, python-format
msgid "%(cmd)s: parameter '%(key)s' not available"
msgstr ""

#: ../gui/wxpython/gui_core/forms.py:3207
msgid "Try to set up GRASS_ADDON_PATH or GRASS_ADDON_BASE variable."
msgstr ""

#: ../gui/wxpython/gui_core/widgets.py:128
msgid " (...)"
msgstr ""

#: ../gui/wxpython/gui_core/widgets.py:862
#, python-format
msgid ""
"Name <%(name)s> is not a valid name for GRASS map. Please use only ASCII "
"characters excluding %(chars)s and space."
msgstr ""

#: ../gui/wxpython/gui_core/widgets.py:866
#: ../gui/wxpython/location_wizard/wizard.py:301
#: ../gui/wxpython/modules/import_export.py:262
#: ../gui/wxpython/image2target/ii2t_gis_set.py:1197
msgid "Invalid name"
msgstr ""

#: ../gui/wxpython/gui_core/widgets.py:1216
msgid "Fulltext search"
msgstr ""

#: ../gui/wxpython/gui_core/widgets.py:1218
msgid "Type to search in all tools. Press Enter for next match."
msgstr ""

#: ../gui/wxpython/gui_core/widgets.py:1280
msgid "Searching, please type more characters."
msgstr ""

#: ../gui/wxpython/gui_core/widgets.py:1291
#, python-format
msgid "%d tools match"
msgstr ""

#: ../gui/wxpython/gui_core/widgets.py:1362
msgid "Profiles"
msgstr ""

#: ../gui/wxpython/gui_core/widgets.py:1369
msgid "Save current settings"
msgstr ""

#: ../gui/wxpython/gui_core/widgets.py:1372
msgid "Delete currently selected settings"
msgstr ""

#: ../gui/wxpython/gui_core/widgets.py:1392
msgid "Load:"
msgstr ""

#: ../gui/wxpython/gui_core/widgets.py:1408
#, python-format
msgid "Settings <%s> not found"
msgstr ""

#: ../gui/wxpython/gui_core/widgets.py:1421
#: ../gui/wxpython/gui_core/widgets.py:1444
msgid "Save settings"
msgstr ""

#: ../gui/wxpython/gui_core/widgets.py:1427
msgid "Name not given, settings is not saved."
msgstr ""

#: ../gui/wxpython/gui_core/widgets.py:1440
#, python-format
msgid "Settings <%s> already exists. Do you want to overwrite the settings?"
msgstr ""

#: ../gui/wxpython/gui_core/widgets.py:1492
msgid "No settings is defined. Operation canceled."
msgstr ""

#: ../gui/wxpython/gui_core/widgets.py:1528
msgid "Unable to save settings"
msgstr ""

#: ../gui/wxpython/gui_core/simplelmgr.py:112
msgid "Toolbar"
msgstr ""

#: ../gui/wxpython/gui_core/simplelmgr.py:157
msgid "Copy map names to clipboard (top to bottom)"
msgstr ""

#: ../gui/wxpython/gui_core/simplelmgr.py:158
msgid "Copy map names to clipboard (bottom to top)"
msgstr ""

#: ../gui/wxpython/gui_core/simplelmgr.py:303
#: ../gui/wxpython/lmgr/layertree.py:1230
#, python-format
msgid "Set opacity of <%s>"
msgstr ""

#: ../gui/wxpython/gui_core/simplelmgr.py:467
#: ../gui/wxpython/rlisetup/frame.py:155 ../gui/wxpython/gmodeler/frame.py:1544
#: ../gui/wxpython/menustrings.py:961 ../gui/wxpython/menustrings.py:1914
#: ../gui/wxpython/animation/dialogs.py:790
#: ../gui/wxpython/animation/dialogs.py:1032
#: ../gui/wxpython/lmgr/layertree.py:474
msgid "Remove"
msgstr ""

#: ../gui/wxpython/gui_core/simplelmgr.py:468
msgid "Remove selected map(s) from list"
msgstr ""

#: ../gui/wxpython/gui_core/simplelmgr.py:471
msgid "Layer up"
msgstr ""

#: ../gui/wxpython/gui_core/simplelmgr.py:471
msgid "Move selected layer(s) up"
msgstr ""

#: ../gui/wxpython/gui_core/simplelmgr.py:474
msgid "Layer down"
msgstr ""

#: ../gui/wxpython/gui_core/simplelmgr.py:474
msgid "Move selected layer(s) down"
msgstr ""

#: ../gui/wxpython/gui_core/simplelmgr.py:478
#: ../gui/wxpython/gui_core/simplelmgr.py:479
msgid "Edit layer properties"
msgstr ""

#: ../gui/wxpython/gui_core/simplelmgr.py:482
msgid "Change opacity"
msgstr ""

#: ../gui/wxpython/gui_core/simplelmgr.py:482
msgid "Change layer opacity"
msgstr ""

#: ../gui/wxpython/gui_core/simplelmgr.py:486
#: ../gui/wxpython/gui_core/simplelmgr.py:487
#: ../gui/wxpython/lmgr/layertree.py:81
msgid "Add 3D raster map layer"
msgstr ""

#: ../gui/wxpython/gui_core/simplelmgr.py:489
#: ../gui/wxpython/iclass/toolbars.py:48 ../gui/wxpython/lmgr/layertree.py:59
msgid "Add RGB map layer"
msgstr ""

#: ../gui/wxpython/gui_core/pyedit.py:312
msgid "Permission denied <{}>. Please change file permission for reading."
msgstr ""

#: ../gui/wxpython/gui_core/pyedit.py:320
msgid "Couldn't read file <{}>."
msgstr ""

#: ../gui/wxpython/gui_core/pyedit.py:340
msgid "Permission denied <{}>. Please change file permission for writting.{}"
msgstr ""

#: ../gui/wxpython/gui_core/pyedit.py:352
msgid "Couldn't write file <{}>.{}"
msgstr ""

#: ../gui/wxpython/gui_core/pyedit.py:404
#: ../gui/wxpython/gmodeler/frame.py:2079
msgid "Choose file to save"
msgstr ""

#: ../gui/wxpython/gui_core/pyedit.py:406
#: ../gui/wxpython/gui_core/pyedit.py:477
#: ../gui/wxpython/gmodeler/frame.py:2082
msgid "Python script (*.py)|*.py"
msgstr ""

#: ../gui/wxpython/gui_core/pyedit.py:424
#: ../gui/wxpython/gmodeler/frame.py:2100 ../gui/wxpython/wxplot/profile.py:400
#, python-format
msgid "File <%s> already exists. Do you want to overwrite this file?"
msgstr ""

#: ../gui/wxpython/gui_core/pyedit.py:427
#: ../gui/wxpython/gmodeler/frame.py:2103
msgid "Save file"
msgstr ""

#: ../gui/wxpython/gui_core/pyedit.py:475
msgid "Open file"
msgstr ""

#: ../gui/wxpython/gui_core/pyedit.py:517
msgid "File <{}> doesn't exist.It was probably moved or deleted."
msgstr ""

#: ../gui/wxpython/gui_core/pyedit.py:585
msgid "Replace the content by the template?"
msgstr ""

#: ../gui/wxpython/gui_core/pyedit.py:587
msgid "Replace the content by the example?"
msgstr ""

#: ../gui/wxpython/gui_core/pyedit.py:589
msgid "Replace the current content by the file content?"
msgstr ""

#: ../gui/wxpython/gui_core/pyedit.py:596
msgid "Replace content"
msgstr ""

#: ../gui/wxpython/gui_core/pyedit.py:609
msgid "Set parameters for the script"
msgstr ""

#: ../gui/wxpython/gui_core/pyedit.py:611
msgid "Specify command line parameters for the script separated by spaces:"
msgstr ""

#: ../gui/wxpython/gui_core/pyedit.py:660
msgid "Open (Ctrl+O)"
msgstr ""

#: ../gui/wxpython/gui_core/pyedit.py:661
msgid "Save (Ctrl+S)"
msgstr ""

#: ../gui/wxpython/gui_core/pyedit.py:662
msgid "Run (Ctrl+R)"
msgstr ""

#: ../gui/wxpython/gui_core/pyedit.py:664
msgid "Activate overwrite"
msgstr ""

#: ../gui/wxpython/gui_core/pyedit.py:665
msgid "Deactive overwrite"
msgstr ""

#: ../gui/wxpython/gui_core/pyedit.py:666
msgid "Quit Simple Python Editor"
msgstr ""

#: ../gui/wxpython/gui_core/pyedit.py:725 ../gui/wxpython/menustrings.py:216
msgid "Simple Python Editor"
msgstr ""

#: ../gui/wxpython/gui_core/goutput.py:139
msgid "Command prompt"
msgstr ""

#: ../gui/wxpython/gui_core/goutput.py:141
msgid "Output window"
msgstr ""

#: ../gui/wxpython/gui_core/goutput.py:150
msgid "Clear output window content"
msgstr ""

#: ../gui/wxpython/gui_core/goutput.py:152
msgid "Clear command prompt content"
msgstr ""

#: ../gui/wxpython/gui_core/goutput.py:154
msgid "Save output window content to the file"
msgstr ""

#: ../gui/wxpython/gui_core/goutput.py:156
msgid "Abort running command"
msgstr ""

#: ../gui/wxpython/gui_core/goutput.py:160
msgid "&Log file"
msgstr ""

#: ../gui/wxpython/gui_core/goutput.py:165
msgid ""
"Toggle to save list of executed commands into a file; content saved when "
"switching off."
msgstr ""

#: ../gui/wxpython/gui_core/goutput.py:412
#: ../gui/wxpython/gui_core/goutput.py:511
msgid "Save file as..."
msgstr ""

#: ../gui/wxpython/gui_core/goutput.py:414
#: ../gui/wxpython/gui_core/goutput.py:513
#, python-format
msgid "%(txt)s (*.txt)|*.txt|%(files)s (*)|*"
msgstr ""

#: ../gui/wxpython/gui_core/goutput.py:415
#: ../gui/wxpython/gui_core/goutput.py:514
msgid "Text files"
msgstr ""

#: ../gui/wxpython/gui_core/goutput.py:415
#: ../gui/wxpython/gui_core/goutput.py:514
msgid "Files"
msgstr ""

#: ../gui/wxpython/gui_core/goutput.py:429
#, python-format
msgid ""
"Unable to write file '%(path)s'.\n"
"\n"
"Details: %(error)s"
msgstr ""

#: ../gui/wxpython/gui_core/goutput.py:434
#, python-format
msgid "Command output saved into '%s'"
msgstr ""

#: ../gui/wxpython/gui_core/goutput.py:489
#, python-brace-format
msgid ""
"Unable to write file '{filePath}'.\n"
"\n"
"Details: {error}"
msgstr ""

#: ../gui/wxpython/gui_core/goutput.py:495
msgid "Command log saved to '{}'"
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:525
msgid "Not selectable element"
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:574
msgid "Type: "
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:598
#, python-format
msgid "GSelect: invalid item: %s"
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:791
#, python-format
msgid ""
"Temporal GIS error:\n"
"%s"
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:797
#, python-format
msgid ""
"Unable to import pyGRASS: %s\n"
"Some functionality will be not accessible"
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:928
msgid "No table linked to layer <{}>."
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:1239
#: ../gui/wxpython/image2target/ii2t_gis_set.py:1025
msgid "Choose GIS Data Directory"
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:1464
msgid "Output settings"
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:1466
msgid "Source input"
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:1473
msgid "Native"
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:1479
msgid "File"
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:1491
msgid "Protocol"
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:1502
msgid "Output type"
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:1504
msgid "Source type"
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:1525
msgid "All files"
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:1555
msgid "ZIP files"
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:1556
msgid "GZIP files"
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:1557
msgid "TAR files"
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:1561
msgid "TARGZ files"
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:1570
msgid "File:"
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:1571
msgid "Choose file to import"
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:1587
#: ../gui/wxpython/gui_core/gselect.py:1675
#: ../gui/wxpython/animation/dialogs.py:1194
msgid "Directory:"
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:1588
#: ../gui/wxpython/gui_core/gselect.py:1676
msgid "Choose input directory"
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:1609
msgid "Extension:"
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:1641
msgid "Choose file"
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:1662
#: ../gui/wxpython/gui_core/gselect.py:2489
msgid "Feature type:"
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:1663
msgid "simple features"
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:1663
msgid "topological"
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:1780
#: ../gui/wxpython/gui_core/gselect.py:1820
#: ../gui/wxpython/gui_core/gselect.py:1882
#: ../gui/wxpython/gui_core/gselect.py:1927
msgid "Creation options:"
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:1797
#: ../gui/wxpython/gui_core/gselect.py:1843
#: ../gui/wxpython/gui_core/gselect.py:1908
msgid "Format:"
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:1916
msgid "Protocol:"
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:1945
msgid "No settings available"
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:2077
#: ../gui/wxpython/web_services/dialogs.py:305
msgid "No data source defined, settings are not saved."
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:2217
#: ../gui/wxpython/location_wizard/wizard.py:989
#: ../gui/wxpython/gmodeler/dialogs.py:984
msgid "No"
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:2219
#: ../gui/wxpython/location_wizard/wizard.py:989
#: ../gui/wxpython/gmodeler/dialogs.py:986
msgid "Yes"
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:2481
#: ../gui/wxpython/vdigit/preferences.py:735
#: ../gui/wxpython/psmap/toolbars.py:104 ../gui/wxpython/psmap/dialogs.py:6188
msgid "Point"
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:2481
msgid "LineString"
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:2481
msgid "Polygon"
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:2695
msgid "No vector map selected in layer manager. Operation canceled."
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:2711
msgid "Input vector map is not selected"
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:2715
#, python-format
msgid ""
"Input vector map <%s> and selected map <%s> in layer manager are different. "
"Operation canceled."
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:2828
#, python-format
msgid "Unable to import C imagery library functions: %s\n"
msgstr ""

#: ../gui/wxpython/gui_core/gselect.py:2893
msgid "No vector map selected"
msgstr ""

#: ../gui/wxpython/gui_core/vselect.py:45
msgid "category"
msgstr ""

#: ../gui/wxpython/gui_core/vselect.py:70
msgid "Select features"
msgstr ""

#: ../gui/wxpython/gui_core/vselect.py:133
msgid "Create a new map"
msgstr ""

#: ../gui/wxpython/gui_core/vselect.py:269
#, python-format
msgid "Selected map <%s> has been disabled for rendering. Operation canceled."
msgstr ""

#: ../gui/wxpython/gui_core/vselect.py:281
msgid "No vector map layer selected. Operation canceled."
msgstr ""

#: ../gui/wxpython/gui_core/vselect.py:290 ../gui/wxpython/mapdisp/frame.py:709
#: ../gui/wxpython/main_window/frame.py:2269 ../gui/wxpython/lmgr/frame.py:2221
msgid "No map layer selected. Operation canceled."
msgstr ""

#: ../gui/wxpython/gui_core/vselect.py:310
#, python-format
msgid "Failed to query vector map(s) <%s>."
msgstr ""

#: ../gui/wxpython/gui_core/vselect.py:335
msgid "No features selected"
msgstr ""

#: ../gui/wxpython/gui_core/vselect.py:371
#, python-format
msgid "Vector map <%s> was created"
msgstr ""

#: ../gui/wxpython/gui_core/vselect.py:374
#, python-format
msgid ""
"Unable to create a new vector map.\n"
"\n"
"Reason: %s"
msgstr ""

#: ../gui/wxpython/gui_core/ghelp.py:60 ../gui/wxpython/menustrings.py:1058
#: ../gui/wxpython/menustrings.py:1059
msgid "About GRASS GIS"
msgstr ""

#: ../gui/wxpython/gui_core/ghelp.py:76
msgid "Info"
msgstr ""

#: ../gui/wxpython/gui_core/ghelp.py:77
msgid "Copyright"
msgstr ""

#: ../gui/wxpython/gui_core/ghelp.py:78
msgid "License"
msgstr ""

#: ../gui/wxpython/gui_core/ghelp.py:79
msgid "Citation"
msgstr ""

#: ../gui/wxpython/gui_core/ghelp.py:80
msgid "Authors"
msgstr ""

#: ../gui/wxpython/gui_core/ghelp.py:81
msgid "Contributors"
msgstr ""

#: ../gui/wxpython/gui_core/ghelp.py:82
msgid "Extra contributors"
msgstr ""

#: ../gui/wxpython/gui_core/ghelp.py:83
msgid "Translators"
msgstr ""

#: ../gui/wxpython/gui_core/ghelp.py:84
msgid "Translation status"
msgstr ""

#: ../gui/wxpython/gui_core/ghelp.py:116 ../gui/wxpython/gui_core/ghelp.py:937
#: ../gui/wxpython/main_window/frame.py:1443 ../gui/wxpython/lmgr/frame.py:1232
msgid "Unable to get GRASS version\n"
msgstr ""

#: ../gui/wxpython/gui_core/ghelp.py:130
#: ../gui/wxpython/main_window/frame.py:1470 ../gui/wxpython/lmgr/frame.py:1259
msgid "unknown version"
msgstr ""

#: ../gui/wxpython/gui_core/ghelp.py:143
msgid "Official GRASS site:"
msgstr ""

#: ../gui/wxpython/gui_core/ghelp.py:158
msgid "Code Revision"
msgstr ""

#: ../gui/wxpython/gui_core/ghelp.py:176
msgid "Build Date"
msgstr ""

#: ../gui/wxpython/gui_core/ghelp.py:234 ../gui/wxpython/gui_core/ghelp.py:503
msgid "Language"
msgstr ""

#: ../gui/wxpython/gui_core/ghelp.py:244 ../gui/wxpython/gmodeler/model.py:1145
#: ../gui/wxpython/gmodeler/model.py:1252 ../gui/wxpython/gmodeler/frame.py:303
#: ../gui/wxpython/startup/guiutils.py:582 ../gui/wxpython/core/gconsole.py:709
msgid "unknown"
msgstr ""

#: ../gui/wxpython/gui_core/ghelp.py:266 ../gui/wxpython/gui_core/ghelp.py:295
#: ../gui/wxpython/gui_core/ghelp.py:351 ../gui/wxpython/gui_core/ghelp.py:420
#: ../gui/wxpython/gui_core/ghelp.py:489 ../gui/wxpython/gui_core/ghelp.py:647
#, python-format
msgid "%s file missing"
msgstr ""

#: ../gui/wxpython/gui_core/ghelp.py:324
#, python-brace-format
msgid ""
"Unable to provide citation suggestion, see GRASS GIS website instead. The "
"error was: {0}"
msgstr ""

#: ../gui/wxpython/gui_core/ghelp.py:405 ../gui/wxpython/gui_core/ghelp.py:472
#, python-format
msgid "Error when reading file '%s'."
msgstr ""

#: ../gui/wxpython/gui_core/ghelp.py:407 ../gui/wxpython/gui_core/ghelp.py:474
msgid "Lines:"
msgstr ""

#: ../gui/wxpython/gui_core/ghelp.py:427 ../gui/wxpython/gui_core/ghelp.py:429
#: ../gui/wxpython/gui_core/ghelp.py:497
#: ../gui/wxpython/location_wizard/wizard.py:228
#: ../gui/wxpython/gmodeler/frame.py:1758
#: ../gui/wxpython/gmodeler/frame.py:1808
msgid "Name"
msgstr ""

#: ../gui/wxpython/gui_core/ghelp.py:427 ../gui/wxpython/gui_core/ghelp.py:429
#: ../gui/wxpython/gui_core/ghelp.py:500
msgid "E-mail"
msgstr ""

#: ../gui/wxpython/gui_core/ghelp.py:427 ../gui/wxpython/gui_core/ghelp.py:429
msgid "Country"
msgstr ""

#: ../gui/wxpython/gui_core/ghelp.py:429
msgid "OSGeo_ID"
msgstr ""

#: ../gui/wxpython/gui_core/ghelp.py:506
msgid "Nation"
msgstr ""

#: ../gui/wxpython/gui_core/ghelp.py:549
#, python-format
msgid "   %d translated"
msgstr ""

#: ../gui/wxpython/gui_core/ghelp.py:553 ../gui/wxpython/gui_core/ghelp.py:578
#, python-format
msgid "   %d fuzzy"
msgstr ""

#: ../gui/wxpython/gui_core/ghelp.py:557 ../gui/wxpython/gui_core/ghelp.py:587
#, python-format
msgid "   %d untranslated"
msgstr ""

#: ../gui/wxpython/gui_core/ghelp.py:569
#, python-format
msgid "%d translated"
msgstr ""

#: ../gui/wxpython/gui_core/ghelp.py:644
#, python-format
msgid "File <%s> not found"
msgstr ""

#: ../gui/wxpython/gui_core/ghelp.py:821
msgid "&Next"
msgstr ""

#: ../gui/wxpython/gui_core/ghelp.py:823
msgid "&Previous"
msgstr ""

#: ../gui/wxpython/gui_core/mapdisp.py:142
#: ../gui/wxpython/mapdisp/test_mapdisp.py:93
#, python-format
msgid "GRASS module '%s' not found. Unable to start map display window."
msgstr ""

#: ../gui/wxpython/gui_core/menu.py:163
#: ../gui/wxpython/modules/extensions.py:76
#: ../gui/wxpython/datacatalog/toolbars.py:67
msgid "Search"
msgstr ""

#: ../gui/wxpython/gui_core/menu.py:166
msgid "Adva&nced search..."
msgstr ""

#: ../gui/wxpython/gui_core/menu.py:169
#, python-format
msgid "Do advanced search using %s tool"
msgstr ""

#: ../gui/wxpython/gui_core/menu.py:173
msgid "Double-click to run selected tool"
msgstr ""

#: ../gui/wxpython/gui_core/menu.py:176
msgid "&Run..."
msgstr ""

#: ../gui/wxpython/gui_core/menu.py:177
msgid "Run selected tool from the tree"
msgstr ""

#: ../gui/wxpython/gui_core/menu.py:178
msgid "H&elp"
msgstr ""

#: ../gui/wxpython/gui_core/menu.py:179
msgid "Show manual for selected tool from the tree"
msgstr ""

#: ../gui/wxpython/gui_core/menu.py:284
#, python-format
msgid "Documentation for %s is now open in the web browser"
msgstr ""

#: ../gui/wxpython/gui_core/menu.py:365
msgid "&Recent Files"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:93
msgid "Required item is not set."
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:122
msgid "Select GRASS location and mapset"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:142
msgid "Location or mapset is not defined."
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:150
msgid "Name of GRASS location:"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:161
#: ../gui/wxpython/gui_core/dialogs.py:219
msgid "Name of mapset:"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:193
msgid "Select mapset in GRASS location"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:211
msgid "Name of mapset is missing."
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:235
#: ../gui/wxpython/vdigit/toolbars.py:941
#: ../gui/wxpython/vdigit/toolbars.py:1116
#: ../gui/wxpython/vdigit/toolbars.py:1219
msgid "Select vector map"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:249
msgid "Name of vector map is missing."
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:265
#: ../gui/wxpython/gmodeler/dialogs.py:96 ../gui/wxpython/iclass/dialogs.py:270
msgid "Name of vector map:"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:296
#: ../gui/wxpython/gui_core/dialogs.py:449 ../gui/wxpython/menustrings.py:560
#: ../gui/wxpython/menustrings.py:1513
msgid "Create new vector map"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:321
msgid "Create attribute table"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:354
msgid "Name of new vector map is missing."
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:375
msgid "Name for new vector map:"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:488
#, python-format
msgid "Unable to create vector map <%s>."
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:495
#, python-format
msgid ""
"Invalid or empty key column.\n"
"Unable to create vector map <%s>."
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:532
#, python-format
msgid ""
"Vector map <%s> already exists in the current mapset. Do you want to "
"overwrite it?"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:537
#: ../gui/wxpython/modules/colorrules.py:675
#: ../gui/wxpython/rdigit/dialogs.py:114 ../gui/wxpython/gcp/manager.py:1796
#: ../gui/wxpython/animation/dialogs.py:1575
#: ../gui/wxpython/datacatalog/tree.py:258
#: ../gui/wxpython/lmgr/layertree.py:1079
msgid "Overwrite?"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:616
msgid "Load region:"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:621
msgid "Save region:"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:675
msgid ""
"Name cannot begin with '.' and must not contain space, quotes, '/', ''', "
"'@', ',', '=', '*', and all other non-alphanumeric characters."
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:697
msgid "Create or edit imagery groups"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:733
msgid "Apply changes to selected group and close dialog"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:734
msgid "Apply changes to selected group"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:735
msgid "Close dialog, changes are not applied"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:785
#: ../gui/wxpython/gui_core/dialogs.py:1559
msgid ""
"Put here a regular expression. Characters '.*' stand for anything, character "
"'^' stands for the beginning and '$' for the end."
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:796
msgid "Select existing group or enter name of new group:"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:812
msgid "Edit/create subgroup"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:824
msgid "Select existing subgroup or enter name of new subgroup:"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:852
#: ../gui/wxpython/gui_core/dialogs.py:910
#: ../gui/wxpython/gui_core/dialogs.py:1547
msgid "Pattern:"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:865
#: ../gui/wxpython/gui_core/dialogs.py:923
#: ../gui/wxpython/gui_core/dialogs.py:1568
msgid "List of maps:"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:882
msgid "Select map layers and add them to the list."
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:886
msgid "Remove selected layer(s) from list."
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:933
msgid "Check maps from group to be included into subgroup."
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:1093
msgid "Add selected map layers into group"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:1230
#, python-format
msgid "Group <%s> was changed, do you want to apply changes?"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:1232
#: ../gui/wxpython/gui_core/dialogs.py:1247
msgid "Unapplied changes"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:1245
#, python-format
msgid "Subgroup <%s> was changed, do you want to apply changes?"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:1301
msgid "No raster maps selected."
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:1325
#, python-format
msgid "No changes to apply in group <%s>."
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:1328
#, python-format
msgid "Group <%s> was successfully created."
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:1330
#, python-format
msgid "Group <%s> was successfully changed."
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:1333
#, python-format
msgid "Creating of new group <%s> failed."
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:1335
#, python-format
msgid "Changing of group <%s> failed."
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:1370
msgid "No group selected."
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:1374
msgid "No subgroup selected."
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:1483
msgid "Use fully-qualified map names"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:1504
#: ../gui/wxpython/gui_core/dialogs.py:1746
#: ../gui/wxpython/gmodeler/frame.py:1775 ../gui/wxpython/psmap/dialogs.py:971
#: ../gui/wxpython/gcp/manager.py:410
#: ../gui/wxpython/image2target/ii2t_manager.py:417
msgid "raster"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:1504 ../gui/wxpython/nviz/tools.py:718
msgid "3D raster"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:1504
#: ../gui/wxpython/gmodeler/frame.py:1776 ../gui/wxpython/psmap/dialogs.py:974
#: ../gui/wxpython/gcp/manager.py:410
#: ../gui/wxpython/image2target/ii2t_manager.py:417
msgid "vector"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:1515
msgid "Map type:"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:1530
msgid "Select toggle"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:1536
msgid "Mapset:"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:1626
msgid "Invert selection"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:1768
#, python-format
msgid "Dynamic series (%s)"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:1801
msgid "Set Map Layer Opacity"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:1833
#: ../gui/wxpython/psmap/dialogs.py:6291 ../gui/wxpython/psmap/dialogs.py:6306
#: ../gui/wxpython/psmap/dialogs.py:6570 ../gui/wxpython/psmap/dialogs.py:6591
msgid "transparent"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:1836
msgid "opaque"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:1933
msgid "Set image size"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:1944
msgid "Image size"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:1987
#: ../gui/wxpython/gmodeler/preferences.py:184
#: ../gui/wxpython/gmodeler/preferences.py:354
#: ../gui/wxpython/gmodeler/preferences.py:461
#: ../gui/wxpython/gmodeler/preferences.py:566
#: ../gui/wxpython/rdigit/toolbars.py:90 ../gui/wxpython/psmap/dialogs.py:3745
#: ../gui/wxpython/nviz/preferences.py:569
msgid "Width:"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:1992
#: ../gui/wxpython/gmodeler/preferences.py:207
#: ../gui/wxpython/gmodeler/preferences.py:377
#: ../gui/wxpython/gmodeler/preferences.py:484
#: ../gui/wxpython/gmodeler/preferences.py:589
#: ../gui/wxpython/psmap/dialogs.py:3766 ../gui/wxpython/psmap/dialogs.py:3994
#: ../gui/wxpython/psmap/dialogs.py:4836 ../gui/wxpython/nviz/tools.py:354
#: ../gui/wxpython/nviz/tools.py:1333 ../gui/wxpython/nviz/tools.py:2174
msgid "Height:"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:1997
msgid "Template:"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:2033
msgid "SQL Query Utility"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:2046
msgid " SQL statement "
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:2094
msgid "Symbols"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:2124
msgid "Symbol directory:"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:2133
msgid "Symbol name:"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:2358
#: ../gui/wxpython/gui_core/dialogs.py:2391 ../gui/wxpython/menustrings.py:220
msgid "Quit GRASS GIS"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:2380
msgid "Do you want to quit GRASS GIS including shell or just close the GUI?"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:2384
msgid "Do you want to quit GRASS GIS?"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:2388 ../gui/wxpython/menustrings.py:218
msgid "Close GUI"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:2458
msgid "Select font:"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:2490
msgid "Character encoding:"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:2506
#: ../gui/wxpython/psmap/dialogs.py:457 ../gui/wxpython/psmap/dialogs.py:4945
msgid "Font size:"
msgstr ""

#: ../gui/wxpython/gui_core/dialogs.py:2550
msgid "Example"
msgstr ""

#: ../gui/wxpython/gui_core/query.py:32
msgid "Query results"
msgstr ""

#: ../gui/wxpython/gui_core/query.py:47
msgid "Right click to copy selected values to clipboard."
msgstr ""

#: ../gui/wxpython/gui_core/query.py:54
msgid "Feature"
msgstr ""

#: ../gui/wxpython/gui_core/query.py:54
msgid "Value"
msgstr ""

#: ../gui/wxpython/gui_core/query.py:75
msgid "Copy all to clipboard"
msgstr ""

#: ../gui/wxpython/gui_core/query.py:78
msgid "Redirect to console"
msgstr ""

#: ../gui/wxpython/gui_core/query.py:130 ../gui/wxpython/gui_core/query.py:131
#, python-format
msgid "Copy from '%s' column"
msgstr ""

#: ../gui/wxpython/gui_core/query.py:132
msgid "Copy selected lines"
msgstr ""

#: ../gui/wxpython/gui_core/query.py:135 ../gui/wxpython/gui_core/query.py:139
#, python-format
msgid "Copy '%s'"
msgstr ""

#: ../gui/wxpython/gui_core/query.py:140
msgid "Copy line"
msgstr ""

#: ../gui/wxpython/gui_core/query.py:164
msgid "Query results:"
msgstr ""

#: ../gui/wxpython/gui_core/query.py:167
msgid " "
msgstr ""

#: ../gui/wxpython/gui_core/query.py:251
msgid "east, north"
msgstr ""

#: ../gui/wxpython/gui_core/query.py:262
msgid "Nothing found"
msgstr ""

#: ../gui/wxpython/location_wizard/dialogs.py:39
msgid "Set default region extent and resolution"
msgstr ""

#: ../gui/wxpython/location_wizard/dialogs.py:92
msgid "&Set region"
msgstr ""

#: ../gui/wxpython/location_wizard/dialogs.py:121
msgid "Invalid location selected."
msgstr ""

#: ../gui/wxpython/location_wizard/dialogs.py:139
msgid "Invalid region"
msgstr ""

#: ../gui/wxpython/location_wizard/dialogs.py:171
msgid "Click here to show 3D settings"
msgstr ""

#: ../gui/wxpython/location_wizard/dialogs.py:172
msgid "Click here to hide 3D settings"
msgstr ""

#: ../gui/wxpython/location_wizard/dialogs.py:200
#: ../gui/wxpython/location_wizard/dialogs.py:580
#, python-format
msgid "Rows: %d"
msgstr ""

#: ../gui/wxpython/location_wizard/dialogs.py:201
#: ../gui/wxpython/location_wizard/dialogs.py:581
#, python-format
msgid "Cols: %d"
msgstr ""

#: ../gui/wxpython/location_wizard/dialogs.py:202
#: ../gui/wxpython/location_wizard/dialogs.py:582
#, python-format
msgid "Cells: %d"
msgstr ""

#: ../gui/wxpython/location_wizard/dialogs.py:247
#: ../gui/wxpython/location_wizard/dialogs.py:584
#, python-format
msgid "Depth: %d"
msgstr ""

#: ../gui/wxpython/location_wizard/dialogs.py:248
#: ../gui/wxpython/location_wizard/dialogs.py:585
#, python-format
msgid "3D Cells: %d"
msgstr ""

#: ../gui/wxpython/location_wizard/dialogs.py:252
#: ../gui/wxpython/psmap/dialogs.py:585
msgid "Top"
msgstr ""

#: ../gui/wxpython/location_wizard/dialogs.py:262
#: ../gui/wxpython/psmap/dialogs.py:586
msgid "Bottom"
msgstr ""

#: ../gui/wxpython/location_wizard/dialogs.py:272
msgid "T-B resolution"
msgstr ""

#: ../gui/wxpython/location_wizard/dialogs.py:344
msgid "North"
msgstr ""

#: ../gui/wxpython/location_wizard/dialogs.py:361
msgid "West"
msgstr ""

#: ../gui/wxpython/location_wizard/dialogs.py:398
msgid "East"
msgstr ""

#: ../gui/wxpython/location_wizard/dialogs.py:415
msgid "South"
msgstr ""

#: ../gui/wxpython/location_wizard/dialogs.py:426
msgid "N-S resolution"
msgstr ""

#: ../gui/wxpython/location_wizard/dialogs.py:443
msgid "E-W resolution"
msgstr ""

#: ../gui/wxpython/location_wizard/dialogs.py:542
#, python-format
msgid "Invalid value: %s"
msgstr ""

#: ../gui/wxpython/location_wizard/dialogs.py:646
msgid "Select datum transformation"
msgstr ""

#: ../gui/wxpython/location_wizard/dialogs.py:675
msgid "Select from list of datum transformations"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:184
#: ../gui/wxpython/location_wizard/wizard.py:2435
msgid "Define new GRASS Location"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:198
msgid "Change"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:218
msgid "(optional)"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:229
msgid "Name of location directory in GIS Data Directory"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:250
#: ../gui/wxpython/location_wizard/wizard.py:531
#: ../gui/wxpython/location_wizard/wizard.py:1078
#: ../gui/wxpython/location_wizard/wizard.py:1279
#: ../gui/wxpython/location_wizard/wizard.py:1617
#: ../gui/wxpython/location_wizard/wizard.py:1815
#: ../gui/wxpython/gmodeler/frame.py:1758
#: ../gui/wxpython/gmodeler/frame.py:1826
msgid "Description"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:251
msgid "Description of location directory in GIS Data Directory"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:271
msgid "Location will be created in GRASS database:"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:297
msgid ""
"Name '{}' is not a valid name for location. Please use only ASCII characters "
"excluding characters {} and space."
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:311
msgid ""
"Location '{}' already exists. Please consider using another name for your "
"location."
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:314
msgid "Existing location path"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:330
#: ../gui/wxpython/datacatalog/catalog.py:194
msgid "Choose GRASS data directory:"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:347
msgid ""
"Title of the location is limited only to one line and 256 characters. The "
"rest of the text will be ignored."
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:358
msgid "Select Coordinate Reference System (CRS)"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:371
msgid "Select CRS from a list by EPSG or description"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:380
#: ../gui/wxpython/location_wizard/wizard.py:1442
msgid "Read CRS from a georeferenced data file"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:385
msgid "Create a generic cartesian coordinate system (XY)"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:388
#: ../gui/wxpython/location_wizard/wizard.py:1525
msgid "Specify CRS using WKT string"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:391
#: ../gui/wxpython/location_wizard/wizard.py:2053
msgid "Specify CRS using PROJ.4 string"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:394
#: ../gui/wxpython/location_wizard/wizard.py:509
msgid "Define custom CRS"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:405
msgid "Additional methods:"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:531
#: ../gui/wxpython/location_wizard/wizard.py:1078
#: ../gui/wxpython/location_wizard/wizard.py:1279
#: ../gui/wxpython/location_wizard/wizard.py:1617
#: ../gui/wxpython/location_wizard/wizard.py:1815
msgid "Code"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:537
msgid "Projection code:"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:547
#: ../gui/wxpython/location_wizard/wizard.py:1097
#: ../gui/wxpython/location_wizard/wizard.py:1305
msgid "Search in description:"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:735
#, python-format
msgid "Unable to read list: %s"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:828
msgid "Choose projection parameters"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:847
msgid "Select datum or ellipsoid (next page)"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:858
msgid "Datum with associated ellipsoid"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:862
msgid "Ellipsoid only"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:919
#, python-format
msgid "You must enter a value for %s"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:937
#: ../gui/wxpython/location_wizard/wizard.py:956
#, python-format
msgid " Enter parameters for %s projection "
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:1053
msgid "Specify geodetic datum"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:1078
msgid "Ellipsoid"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:1084
msgid "Datum code:"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:1245
msgid "Specify ellipsoid"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:1266
msgid "Earth based"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:1269
msgid "Planetary bodies"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:1286
msgid "Ellipsoid code:"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:1452
msgid "Georeferenced file:"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:1510
msgid "Select georeferenced file"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:1536
msgid "Enter WKT parameters string:"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:1588
msgid "Select CRS from a list"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:1604
msgid "Filter by EPSG code or description:"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:1608
msgid "Find more information at:"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:1777
msgid "Choose IAU Code"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:1793
msgid "Path to the IAU-codes file:"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:1797
msgid "IAU code:"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:1999
msgid "Choose IAU codes file"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:2034
#, python-brace-format
msgid "Unable to read IAU codes: {0}"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:2069
msgid "Enter PROJ.4 parameters string:"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:2134
#: ../gui/wxpython/location_wizard/wizard.py:2138
msgid "Datum transform is required."
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:2182
#: ../gui/wxpython/rlisetup/wizard.py:1963
msgid "Summary"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:2231
msgid "GRASS Database:"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:2240
msgid "Location Name:"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:2249
#: ../gui/wxpython/gmodeler/preferences.py:699
msgid "Description:"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:2261
msgid "Projection:"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:2273
msgid ""
"PROJ.4 definition:\n"
" (non-definitive)"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:2392
#: ../gui/wxpython/psmap/dialogs.py:744 ../gui/wxpython/psmap/dialogs.py:767
msgid "custom"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:2534
#, python-format
msgid ""
"Unable to create new location. Location <%(loc)s> not created.\n"
"\n"
"Details: %(err)s"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:2667
msgid "Unable to create new location"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:2669
msgid "Location already exists in GRASS Database."
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:2686
#, python-brace-format
msgid "Unable to create new GRASS Database <{path}>: {error}"
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:2725
msgid "EPSG code missing."
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:2737
msgid "IAU code missing."
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:2751
#, python-format
msgid "File <%s> not found."
msgstr ""

#: ../gui/wxpython/location_wizard/wizard.py:2761
msgid "WKT string missing."
msgstr ""

#: ../gui/wxpython/mapwin/decorations.py:184
#: ../gui/wxpython/mapwin/decorations.py:295
msgid ""
"Please install Python Imaging Library (PIL)\n"
"for better control of legend and other decorations."
msgstr ""

#: ../gui/wxpython/mapwin/decorations.py:204
msgid "Remove text"
msgstr ""

#: ../gui/wxpython/mapwin/decorations.py:205
msgid "Text properties"
msgstr ""

#: ../gui/wxpython/mapwin/decorations.py:227
msgid "Remove scale bar"
msgstr ""

#: ../gui/wxpython/mapwin/decorations.py:228
msgid "Scale bar properties"
msgstr ""

#: ../gui/wxpython/mapwin/decorations.py:239
msgid "Remove north arrow"
msgstr ""

#: ../gui/wxpython/mapwin/decorations.py:240
msgid "North arrow properties"
msgstr ""

#: ../gui/wxpython/mapwin/decorations.py:251
#: ../gui/wxpython/mapwin/decorations.py:263
msgid "Remove legend"
msgstr ""

#: ../gui/wxpython/mapwin/decorations.py:252
msgid "Vector legend properties"
msgstr ""

#: ../gui/wxpython/mapwin/decorations.py:264
msgid "Raster legend properties"
msgstr ""

#: ../gui/wxpython/mapwin/buffered.py:280
msgid "Copy coordinates to clipboard"
msgstr ""

#: ../gui/wxpython/mapwin/buffered.py:314
msgid "Resize and move legend"
msgstr ""

#: ../gui/wxpython/mapwin/buffered.py:724
msgid "Please wait, exporting image..."
msgstr ""

#: ../gui/wxpython/mapwin/buffered.py:1035
msgid "Unable to draw registered graphics. The graphics was unregistered."
msgstr ""

#: ../gui/wxpython/mapwin/buffered.py:2100
msgid "Zoom to saved region extents"
msgstr ""

#: ../gui/wxpython/mapwin/buffered.py:2102
msgid "Set compulational region from named region"
msgstr ""

#: ../gui/wxpython/mapwin/buffered.py:2113
#, python-format
msgid "Region <%s> not found. Operation canceled."
msgstr ""

#: ../gui/wxpython/mapwin/buffered.py:2142
msgid "Save display extents to region file"
msgstr ""

#: ../gui/wxpython/mapwin/buffered.py:2144
msgid "Save computational region to region file"
msgstr ""

#: ../gui/wxpython/mapwin/buffered.py:2156
#, python-format
msgid "Region file <%s> already exists. Do you want to overwrite it?"
msgstr ""

#: ../gui/wxpython/mapwin/buffered.py:2159
#: ../gui/wxpython/core/workspace.py:1731 ../gui/wxpython/core/gcmd.py:124
#: ../gui/wxpython/wxplot/dialogs.py:945
msgid "Warning"
msgstr ""

#: ../gui/wxpython/mapwin/base.py:199
#, python-format
msgid ""
"Error occurred during calling of handler: %s \n"
"Handler was unregistered."
msgstr ""

#: ../gui/wxpython/mapwin/base.py:284
#, python-format
msgid ""
"Error occurred during unregistration of handler: %s \n"
"                                        Handler was unregistered."
msgstr ""

#: ../gui/wxpython/mapwin/base.py:317
#, python-format
msgid "Handler: %s was not registered"
msgstr ""

#: ../gui/wxpython/mapwin/base.py:323
#, python-format
msgid ""
"Error occurred during unregistration of handler: %s \n"
"                                        Handler was unregistered"
msgstr ""

#: ../gui/wxpython/mapwin/graphics.py:293
#: ../gui/wxpython/mapwin/graphics.py:468
#, python-format
msgid "Property does not exist: %s"
msgstr ""

#: ../gui/wxpython/mapwin/analysis.py:222
#: ../gui/wxpython/mapwin/analysis.py:357
msgid "Measuring finished"
msgstr ""

#: ../gui/wxpython/mapwin/analysis.py:240
#: ../gui/wxpython/mapwin/analysis.py:369
#, python-format
msgid ""
"Click and drag with left mouse button to measure.%sDouble click with left "
"button to clear."
msgstr ""

#: ../gui/wxpython/mapwin/analysis.py:248
msgid "Measuring distance"
msgstr ""

#: ../gui/wxpython/mapwin/analysis.py:250
msgid "Measuring distance:"
msgstr ""

#: ../gui/wxpython/mapwin/analysis.py:261
#, python-format
msgid ""
"Geodesic distance calculation is not available.\n"
"Reason: %s"
msgstr ""

#: ../gui/wxpython/mapwin/analysis.py:298
#: ../gui/wxpython/mapwin/analysis.py:311
msgid "segment"
msgstr ""

#: ../gui/wxpython/mapwin/analysis.py:301
#: ../gui/wxpython/mapwin/analysis.py:314
msgid "total distance"
msgstr ""

#: ../gui/wxpython/mapwin/analysis.py:304
msgid "bearing"
msgstr ""

#: ../gui/wxpython/mapwin/analysis.py:306
msgid "degrees (clockwise from grid-north)"
msgstr ""

#: ../gui/wxpython/mapwin/analysis.py:375
msgid "Measuring area:"
msgstr ""

#: ../gui/wxpython/mapwin/analysis.py:392
msgid "Units not recognized, measurement failed."
msgstr ""

#: ../gui/wxpython/mapwin/analysis.py:397
#: ../gui/wxpython/mapwin/analysis.py:399
#, python-brace-format
msgid "Area: {area} {unit}\n"
msgstr ""

#: ../gui/wxpython/photo2image/g.gui.photo2image.py:99
msgid "Please provide a group name to process"
msgstr ""

#: ../gui/wxpython/photo2image/g.gui.photo2image.py:104
msgid "Please provide a raster map name to process"
msgstr ""

#: ../gui/wxpython/photo2image/g.gui.photo2image.py:109
msgid "Please provide a camera name (generated by i.ortho.camera)"
msgstr ""

#: ../gui/wxpython/photo2image/g.gui.photo2image.py:115
msgid "Please provive an order value (1 if 4 Fiducials, 2 if 8 Fiducials)"
msgstr ""

#: ../gui/wxpython/photo2image/g.gui.photo2image.py:121
msgid "Please provive an output files extension (used by i.rectify)"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:299
msgid "Manage Location of Fiducial Points on a Scanned Photo"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:423
msgid "A POINTS file exists, renaming it to POINTS_BAK"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:451
msgid "Opening CAMERA file failed"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:497
#: ../gui/wxpython/photo2image/ip2i_manager.py:923
#: ../gui/wxpython/gcp/manager.py:1576
msgid "Writing POINTS file failed"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:684
#: ../gui/wxpython/gcp/manager.py:1334
#: ../gui/wxpython/image2target/ii2t_manager.py:1309
#, python-format
msgid "At least %d GCPs required. Operation canceled."
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:830
#: ../gui/wxpython/photo2image/ip2i_toolbars.py:78
#: ../gui/wxpython/gcp/manager.py:1483 ../gui/wxpython/gcp/toolbars.py:78
#: ../gui/wxpython/image2target/ii2t_toolbars.py:78
#: ../gui/wxpython/image2target/ii2t_manager.py:1454
msgid "source"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:832
#: ../gui/wxpython/photo2image/ip2i_toolbars.py:78
#: ../gui/wxpython/gcp/manager.py:1485 ../gui/wxpython/gcp/toolbars.py:78
#: ../gui/wxpython/image2target/ii2t_toolbars.py:78
#: ../gui/wxpython/image2target/ii2t_manager.py:1456
msgid "target"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:835
#: ../gui/wxpython/gcp/manager.py:1488
#: ../gui/wxpython/image2target/ii2t_manager.py:1459
msgid "Set GCP coordinates"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:837
#: ../gui/wxpython/gcp/manager.py:1490
#: ../gui/wxpython/image2target/ii2t_manager.py:1461
#, python-format
msgid ""
"Set %(coor)s coordinates for GCP No. %(key)s? \n"
"\n"
"East: %(coor0)s \n"
"North: %(coor1)s"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:937
#: ../gui/wxpython/gcp/manager.py:1589
#, python-format
msgid "POINTS file saved for group <%s>"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:951
#: ../gui/wxpython/gcp/manager.py:1603
#: ../gui/wxpython/image2target/ii2t_manager.py:1615
msgid "source mapwin not defined"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:954
#: ../gui/wxpython/gcp/manager.py:1606
#: ../gui/wxpython/image2target/ii2t_manager.py:1618
msgid "target mapwin not defined"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:984
#: ../gui/wxpython/gcp/manager.py:1636
msgid "Reading POINTS file failed"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:1078
#: ../gui/wxpython/gcp/manager.py:1730
#: ../gui/wxpython/image2target/ii2t_manager.py:1744
#, python-format
msgid ""
"Insufficient points defined and active (checked) for selected rectification "
"method (order: %d).\n"
"3+ points needed for 1st order,\n"
"6+ points for 2nd order, and\n"
"10+ points for 3rd order."
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:1108
#: ../gui/wxpython/gcp/manager.py:1832
#: ../gui/wxpython/image2target/ii2t_manager.py:1774
msgid "Rectifying images, please wait..."
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:1132
msgid "Writing output image to group, please wait..."
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:1167
#: ../gui/wxpython/gcp/manager.py:1940
#: ../gui/wxpython/image2target/ii2t_manager.py:1867
msgid "GCP Manager settings"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:1213
#: ../gui/wxpython/gcp/manager.py:1992
#: ../gui/wxpython/image2target/ii2t_manager.py:1919
msgid "Quit GCP Manager"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:1214
#: ../gui/wxpython/gcp/manager.py:1993
#: ../gui/wxpython/image2target/ii2t_manager.py:1920
msgid "Save ground control points?"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:1293
#: ../gui/wxpython/gcp/manager.py:2074
msgid ""
"Could not calculate RMS Error.\n"
"Possible error with m.transform."
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:1430
#: ../gui/wxpython/gcp/manager.py:2211
msgid ""
"Could not calculate new extends.\n"
"Possible error with m.transform."
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:1568
#: ../gui/wxpython/gcp/manager.py:2349
#: ../gui/wxpython/image2target/ii2t_manager.py:2274
msgid "Adjust source display to target display"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:1574
#: ../gui/wxpython/gcp/manager.py:2355
#: ../gui/wxpython/image2target/ii2t_manager.py:2280
msgid "Adjust target display to source display"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:1651
#: ../gui/wxpython/photo2image/ip2i_manager.py:1670
msgid "source X"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:1652
#: ../gui/wxpython/photo2image/ip2i_manager.py:1671
msgid "source Y"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:1653
#: ../gui/wxpython/photo2image/ip2i_manager.py:1672
msgid "target X"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:1654
#: ../gui/wxpython/photo2image/ip2i_manager.py:1673
msgid "target Y"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:1655
#: ../gui/wxpython/photo2image/ip2i_manager.py:1674
#: ../gui/wxpython/gcp/manager.py:2436 ../gui/wxpython/gcp/manager.py:2455
#: ../gui/wxpython/image2target/ii2t_manager.py:2363
#: ../gui/wxpython/image2target/ii2t_manager.py:2384
msgid "Forward error"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:1656
#: ../gui/wxpython/photo2image/ip2i_manager.py:1675
#: ../gui/wxpython/gcp/manager.py:2437 ../gui/wxpython/gcp/manager.py:2456
#: ../gui/wxpython/image2target/ii2t_manager.py:2364
#: ../gui/wxpython/image2target/ii2t_manager.py:2385
msgid "Backward error"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:1810
#: ../gui/wxpython/gcp/manager.py:2591
#: ../gui/wxpython/image2target/ii2t_manager.py:2522
msgid "Invalid coordinate value. Operation canceled."
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:1856
#: ../gui/wxpython/gcp/manager.py:2790
#: ../gui/wxpython/image2target/ii2t_manager.py:2718
msgid "Edit GCP"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:1870
#: ../gui/wxpython/gcp/manager.py:2804
#: ../gui/wxpython/image2target/ii2t_manager.py:2732
msgid "Ground Control Point No."
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:1891
msgid "source X:"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:1892
msgid "target X:"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:1893
msgid "source Y:"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:1894
msgid "target Y:"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:2029
#: ../gui/wxpython/vdigit/preferences.py:85
#: ../gui/wxpython/psmap/dialogs.py:2670 ../gui/wxpython/gcp/manager.py:2963
#: ../gui/wxpython/image2target/ii2t_manager.py:2898
msgid "Symbology"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:2037
#: ../gui/wxpython/gcp/manager.py:2971
#: ../gui/wxpython/image2target/ii2t_manager.py:2906
msgid "Highlight highest RMS error only"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:2049
#: ../gui/wxpython/gcp/manager.py:2983
#: ../gui/wxpython/image2target/ii2t_manager.py:2918
msgid "Highlight RMS error > M + SD * factor:"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:2054
#: ../gui/wxpython/gcp/manager.py:2987
#: ../gui/wxpython/image2target/ii2t_manager.py:2922
msgid ""
"Highlight GCPs with an RMS error larger than \n"
"mean + standard deviation * given factor. \n"
"Recommended values for this factor are between 1 and 2."
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:2074
#: ../gui/wxpython/gcp/manager.py:3006
#: ../gui/wxpython/image2target/ii2t_manager.py:2941
msgid "Symbol settings"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:2096
#: ../gui/wxpython/gcp/manager.py:3028
#: ../gui/wxpython/image2target/ii2t_manager.py:2963
msgid "Color for high RMS error:"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:2111
#: ../gui/wxpython/gcp/manager.py:3043
#: ../gui/wxpython/image2target/ii2t_manager.py:2978
msgid "Color for selected GCP:"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:2126
#: ../gui/wxpython/gcp/manager.py:3058
#: ../gui/wxpython/image2target/ii2t_manager.py:2993
msgid "Color for unused GCPs:"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:2139
#: ../gui/wxpython/gcp/manager.py:3071
#: ../gui/wxpython/image2target/ii2t_manager.py:3006
msgid "Show unused GCPs"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:2203
#: ../gui/wxpython/gcp/manager.py:782 ../gui/wxpython/gcp/manager.py:3146
#: ../gui/wxpython/image2target/ii2t_manager.py:775
#: ../gui/wxpython/image2target/ii2t_manager.py:3080
msgid "Select source map to display:"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:2220
#: ../gui/wxpython/gcp/manager.py:808 ../gui/wxpython/gcp/manager.py:3160
#: ../gui/wxpython/image2target/ii2t_manager.py:801
#: ../gui/wxpython/image2target/ii2t_manager.py:3097
msgid "Select target raster map to display:"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:2248
#: ../gui/wxpython/gcp/manager.py:3200
#: ../gui/wxpython/image2target/ii2t_manager.py:3143
msgid "Rectification"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:2256
#: ../gui/wxpython/gcp/manager.py:3208
#: ../gui/wxpython/image2target/ii2t_manager.py:3151
msgid "Select rectification order"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:2257
#: ../gui/wxpython/gcp/manager.py:3209
#: ../gui/wxpython/image2target/ii2t_manager.py:3152
msgid "1st order"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:2257
#: ../gui/wxpython/gcp/manager.py:3209
#: ../gui/wxpython/image2target/ii2t_manager.py:3152
msgid "2nd order"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:2257
#: ../gui/wxpython/gcp/manager.py:3209
#: ../gui/wxpython/image2target/ii2t_manager.py:3152
msgid "3rd order"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:2267
#: ../gui/wxpython/gcp/manager.py:3219
#: ../gui/wxpython/image2target/ii2t_manager.py:3162
msgid "Select interpolation method:"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:2283
#: ../gui/wxpython/gcp/manager.py:3235
#: ../gui/wxpython/image2target/ii2t_manager.py:3178
msgid "clip to computational region in target location"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:2291
#: ../gui/wxpython/gcp/manager.py:607 ../gui/wxpython/gcp/manager.py:3253
#: ../gui/wxpython/image2target/ii2t_manager.py:614
#: ../gui/wxpython/image2target/ii2t_manager.py:3186
msgid "Extension for output maps:"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:2332
#: ../gui/wxpython/gcp/manager.py:3289
#: ../gui/wxpython/image2target/ii2t_manager.py:3227
msgid "RMS threshold factor must be > 0"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:2337
#: ../gui/wxpython/gcp/manager.py:3294
#: ../gui/wxpython/image2target/ii2t_manager.py:3232
msgid ""
"RMS threshold factor is < 1\n"
"Too many points might be highlighted"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_manager.py:2517
#: ../gui/wxpython/gcp/manager.py:3537
#: ../gui/wxpython/image2target/ii2t_manager.py:3444
#, python-format
msgid "GCP Manager settings saved to file '%s'."
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_mapdisplay.py:51
msgid "GRASS GIS Manage Location of Tick Points on a Scanned Photo"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_mapdisplay.py:257
#: ../gui/wxpython/rlisetup/sampling_frame.py:103
#: ../gui/wxpython/mapdisp/frame.py:625 ../gui/wxpython/gcp/mapdisplay.py:254
#: ../gui/wxpython/mapswipe/frame.py:292
#: ../gui/wxpython/image2target/ii2t_mapdisplay.py:259
#: ../gui/wxpython/iclass/frame.py:311
msgid "Map Toolbar"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_mapdisplay.py:278
#: ../gui/wxpython/gcp/mapdisplay.py:275
#: ../gui/wxpython/image2target/ii2t_mapdisplay.py:280
msgid "GCP Display toolbar"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_mapdisplay.py:299
#: ../gui/wxpython/gcp/mapdisplay.py:296
#: ../gui/wxpython/image2target/ii2t_mapdisplay.py:301
msgid "GCP Manager toolbar"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_mapdisplay.py:319
#: ../gui/wxpython/gcp/mapdisplay.py:316
#: ../gui/wxpython/image2target/ii2t_mapdisplay.py:321
msgid "GCP List"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_mapdisplay.py:334
#: ../gui/wxpython/gcp/mapdisplay.py:331
#: ../gui/wxpython/image2target/ii2t_mapdisplay.py:336
msgid "Source Display"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_mapdisplay.py:345
#: ../gui/wxpython/gcp/mapdisplay.py:342
#: ../gui/wxpython/image2target/ii2t_mapdisplay.py:347
msgid "Target Display"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_mapdisplay.py:439
#: ../gui/wxpython/mapdisp/frame.py:933 ../gui/wxpython/gcp/mapdisplay.py:436
#: ../gui/wxpython/mapswipe/frame.py:610
#: ../gui/wxpython/image2target/ii2t_mapdisplay.py:441
msgid "Nothing to render (empty map). Operation canceled."
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_mapdisplay.py:457
#: ../gui/wxpython/gmodeler/frame.py:723
#: ../gui/wxpython/modules/histogram.py:475
#: ../gui/wxpython/mapdisp/frame.py:755 ../gui/wxpython/gcp/mapdisplay.py:454
#: ../gui/wxpython/mapswipe/frame.py:619
#: ../gui/wxpython/image2target/ii2t_mapdisplay.py:459
msgid "Choose a file name to save the image (no need to add extension)"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_mapdisplay.py:486
#: ../gui/wxpython/modules/histogram.py:503
#: ../gui/wxpython/mapdisp/frame.py:945 ../gui/wxpython/psmap/toolbars.py:82
#: ../gui/wxpython/gcp/mapdisplay.py:483 ../gui/wxpython/menustrings.py:2087
#: ../gui/wxpython/image2target/ii2t_mapdisplay.py:488
#: ../gui/wxpython/wxplot/base.py:618
msgid "Page setup"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_mapdisplay.py:490
#: ../gui/wxpython/modules/histogram.py:507
#: ../gui/wxpython/mapdisp/frame.py:949 ../gui/wxpython/gcp/mapdisplay.py:487
#: ../gui/wxpython/image2target/ii2t_mapdisplay.py:492
#: ../gui/wxpython/wxplot/base.py:619
msgid "Print preview"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_mapdisplay.py:532
#: ../gui/wxpython/gcp/mapdisplay.py:529
#: ../gui/wxpython/image2target/ii2t_mapdisplay.py:534
msgid "Zoom to computational region (set with g.region)"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_mapdisplay.py:537
#: ../gui/wxpython/mapdisp/frame.py:1536 ../gui/wxpython/gcp/mapdisplay.py:534
#: ../gui/wxpython/image2target/ii2t_mapdisplay.py:539
msgid "Zoom to default region"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_mapdisplay.py:541
#: ../gui/wxpython/mapdisp/frame.py:1537 ../gui/wxpython/gcp/mapdisplay.py:538
#: ../gui/wxpython/image2target/ii2t_mapdisplay.py:543
msgid "Zoom to saved region"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_mapdisplay.py:546
#: ../gui/wxpython/gcp/mapdisplay.py:543
#: ../gui/wxpython/image2target/ii2t_mapdisplay.py:548
msgid "Set computational region from display"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_mapdisplay.py:552
#: ../gui/wxpython/mapdisp/frame.py:1549 ../gui/wxpython/gcp/mapdisplay.py:549
#: ../gui/wxpython/image2target/ii2t_mapdisplay.py:554
msgid "Save display geometry to named region"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_toolbars.py:40
#: ../gui/wxpython/gcp/toolbars.py:40
#: ../gui/wxpython/image2target/ii2t_toolbars.py:40
msgid "Add new GCP to the list"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_toolbars.py:41
#: ../gui/wxpython/gcp/toolbars.py:41
#: ../gui/wxpython/image2target/ii2t_toolbars.py:41
msgid "Delete selected GCP"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_toolbars.py:42
#: ../gui/wxpython/gcp/toolbars.py:42
#: ../gui/wxpython/image2target/ii2t_toolbars.py:42
msgid "Clear selected GCP"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_toolbars.py:43
#: ../gui/wxpython/gcp/toolbars.py:43
#: ../gui/wxpython/image2target/ii2t_toolbars.py:43
msgid "Recalculate RMS error"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_toolbars.py:44
#: ../gui/wxpython/gcp/toolbars.py:44 ../gui/wxpython/menustrings.py:198
#: ../gui/wxpython/menustrings.py:2014
#: ../gui/wxpython/image2target/ii2t_toolbars.py:44
msgid "Georectify"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_toolbars.py:45
#: ../gui/wxpython/gcp/toolbars.py:45
#: ../gui/wxpython/image2target/ii2t_toolbars.py:45
msgid "Save GCPs to POINTS file"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_toolbars.py:47
#: ../gui/wxpython/gcp/toolbars.py:47
#: ../gui/wxpython/image2target/ii2t_toolbars.py:47
msgid "Reload GCPs from POINTS file"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_toolbars.py:87
#: ../gui/wxpython/gcp/toolbars.py:87
#: ../gui/wxpython/image2target/ii2t_toolbars.py:87
#: ../gui/wxpython/iclass/toolbars.py:73
msgid "Set map canvas for "
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_toolbars.py:89
#: ../gui/wxpython/gcp/toolbars.py:89
#: ../gui/wxpython/image2target/ii2t_toolbars.py:89
msgid " / Zoom to map"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_toolbars.py:106
#: ../gui/wxpython/gcp/toolbars.py:106
#: ../gui/wxpython/image2target/ii2t_toolbars.py:106
msgid "Update GCP coordinates"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_toolbars.py:107
#: ../gui/wxpython/gcp/toolbars.py:107
#: ../gui/wxpython/image2target/ii2t_toolbars.py:107
msgid "Update GCP coordinates)"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_toolbars.py:109
#: ../gui/wxpython/gcp/toolbars.py:109
#: ../gui/wxpython/image2target/ii2t_toolbars.py:109
msgid "Quit georectification tool"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_toolbars.py:110
#: ../gui/wxpython/gcp/toolbars.py:110
#: ../gui/wxpython/image2target/ii2t_toolbars.py:110
msgid "Georectifier settings"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_toolbars.py:111
#: ../gui/wxpython/gcp/toolbars.py:111
#: ../gui/wxpython/image2target/ii2t_toolbars.py:111
msgid "Georectifier manual"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_statusbar.py:37
#: ../gui/wxpython/gcp/statusbar.py:37
#: ../gui/wxpython/image2target/ii2t_statusbar.py:37
msgid "Go to GCP No."
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_statusbar.py:53
#: ../gui/wxpython/gcp/statusbar.py:53
#: ../gui/wxpython/image2target/ii2t_statusbar.py:53
msgid "Valid Range:"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_statusbar.py:119
#: ../gui/wxpython/gcp/statusbar.py:119
#: ../gui/wxpython/image2target/ii2t_statusbar.py:119
msgid "RMS error"
msgstr ""

#: ../gui/wxpython/photo2image/ip2i_statusbar.py:124
#: ../gui/wxpython/gcp/statusbar.py:124
#: ../gui/wxpython/image2target/ii2t_statusbar.py:124
#, python-format
msgid "Forward: %(forw)s, Backward: %(back)s"
msgstr ""

#: ../gui/wxpython/rlisetup/functions.py:139
#: ../gui/wxpython/rlisetup/wizard.py:1929
msgid "The polygon seems to have 0 areas"
msgstr ""

#: ../gui/wxpython/rlisetup/functions.py:155
#: ../gui/wxpython/rlisetup/wizard.py:1874
#, python-format
msgid ""
"The raster map <%s> already exists. Please remove or rename the maps with "
"the prefix '%s' or select the option to overwrite existing maps"
msgstr ""

#: ../gui/wxpython/rlisetup/frame.py:26
msgid "Modify the configuration file"
msgstr ""

#: ../gui/wxpython/rlisetup/frame.py:44
#, python-brace-format
msgid "View and modify the configuration file '{name}'"
msgstr ""

#: ../gui/wxpython/rlisetup/frame.py:97
#, python-brace-format
msgid ""
"Are you sure that you want modify r.li configuration file {name}?\n"
"You could broke the configuration file..."
msgstr ""

#: ../gui/wxpython/rlisetup/frame.py:102
msgid "WARNING"
msgstr ""

#: ../gui/wxpython/rlisetup/frame.py:126
msgid "Setup for r.li modules"
msgstr ""

#: ../gui/wxpython/rlisetup/frame.py:146
msgid "Available sampling area configuration files"
msgstr ""

#: ../gui/wxpython/rlisetup/frame.py:156
msgid "Remove a configuration file"
msgstr ""

#: ../gui/wxpython/rlisetup/frame.py:157 ../gui/wxpython/menustrings.py:957
#: ../gui/wxpython/menustrings.py:1910
msgid "Create"
msgstr ""

#: ../gui/wxpython/rlisetup/frame.py:158
msgid "Create a new configuration file"
msgstr ""

#: ../gui/wxpython/rlisetup/frame.py:159 ../gui/wxpython/menustrings.py:179
#: ../gui/wxpython/menustrings.py:959 ../gui/wxpython/menustrings.py:1207
#: ../gui/wxpython/menustrings.py:1912 ../gui/wxpython/lmgr/layertree.py:480
msgid "Rename"
msgstr ""

#: ../gui/wxpython/rlisetup/frame.py:160
msgid "Rename a configuration file"
msgstr ""

#: ../gui/wxpython/rlisetup/frame.py:161
msgid "View/Edit"
msgstr ""

#: ../gui/wxpython/rlisetup/frame.py:162
msgid "View and edit a configuration file"
msgstr ""

#: ../gui/wxpython/rlisetup/frame.py:235 ../gui/wxpython/rlisetup/frame.py:265
#: ../gui/wxpython/rlisetup/frame.py:291
msgid "You have to select a configuration file"
msgstr ""

#: ../gui/wxpython/rlisetup/frame.py:240
#, python-format
msgid "Do you want remove r.li configuration file <%s>?"
msgstr ""

#: ../gui/wxpython/rlisetup/frame.py:241
msgid "Remove new r.li configuration file?"
msgstr ""

#: ../gui/wxpython/rlisetup/frame.py:271
#, python-format
msgid ""
"Set the new name for %s \"                                            "
"\"configuration file"
msgstr ""

#: ../gui/wxpython/rlisetup/frame.py:275
msgid "Rename configuration file"
msgstr ""

#: ../gui/wxpython/rlisetup/sampling_frame.py:225
#: ../gui/wxpython/rlisetup/sampling_frame.py:346
#, python-format
msgid "The raster file %s already exists, please change name"
msgstr ""

#: ../gui/wxpython/rlisetup/sampling_frame.py:254
msgid "Raster map not created. Please redraw region."
msgstr ""

#: ../gui/wxpython/rlisetup/sampling_frame.py:371
msgid "Raster map not created. redraw region again."
msgstr ""

#: ../gui/wxpython/rlisetup/sampling_frame.py:441
#: ../gui/wxpython/rlisetup/wizard.py:913
msgid "Draw sampling frame"
msgstr ""

#: ../gui/wxpython/rlisetup/sampling_frame.py:442
msgid "Draw sampling frame by clicking and dragging"
msgstr ""

#: ../gui/wxpython/rlisetup/sampling_frame.py:446
msgid "Draw sampling rectangle"
msgstr ""

#: ../gui/wxpython/rlisetup/sampling_frame.py:447
msgid "Draw sampling rectangle by clicking and dragging"
msgstr ""

#: ../gui/wxpython/rlisetup/sampling_frame.py:451
msgid "Draw sampling circle"
msgstr ""

#: ../gui/wxpython/rlisetup/sampling_frame.py:452
msgid "Draw sampling circle radius by clicking and dragging"
msgstr ""

#: ../gui/wxpython/rlisetup/sampling_frame.py:456
#: ../gui/wxpython/rlisetup/wizard.py:1247
#: ../gui/wxpython/rlisetup/wizard.py:1665
msgid "Draw sampling region"
msgstr ""

#: ../gui/wxpython/rlisetup/sampling_frame.py:457
msgid "Draw sampling region by polygon. Right Double click to end drawing"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:66
msgid "Create new configuration file for r.li modules"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:131
#, python-format
msgid "Do you want to create r.li configuration file <%s>?"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:133
msgid "Create new r.li configuration file?"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:149
msgid "r.li.setup wizard canceled. Configuration file not created."
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:496
msgid "Select maps and define name"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:510
msgid "Name for new configuration file to create"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:530
msgid "Raster map to use to select areas"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:549
msgid "Vector map to use to select areas"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:570
msgid "Vector map layer to use to select areas"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:589
msgid "Define sampling region (region for analysis)"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:591
#: ../gui/wxpython/rlisetup/wizard.py:982
msgid "Whole map layer"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:592
msgid "Keyboard setting"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:593
msgid "Draw the sampling frame"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:646
#, python-format
msgid "The configuration file %s already exists, please change name"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:709
#, python-format
msgid "Vector %s was not found, please select another vector"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:714
#, python-format
msgid "Vector %s has no areas, please select another vector"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:720
#, python-format
msgid "Vector %s has no table connected, please select another vector"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:763
msgid "Insert sampling frame parameter"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:773
msgid "Column of upper left corner"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:794
msgid "Row of upper left corner"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:815
#: ../gui/wxpython/rlisetup/wizard.py:836
msgid "Row length of sampling frame"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:972
msgid "Insert sampling areas"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:983
msgid "Regions"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:984
msgid "Sample units"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:985 ../gui/wxpython/menustrings.py:345
#: ../gui/wxpython/menustrings.py:1298
msgid "Moving window"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:986
msgid ""
"Select areas from the\n"
"overlaid vector map"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:998
msgid "Choose a method"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1000
msgid "Use keyboard to enter sampling area"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1001
msgid "Use mouse to draw sampling area"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1007
msgid "This option is not supported yet"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1020
msgid "Number of regions to draw:"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1037
msgid "Do you want to overwrite existing temporal maps if they exist?"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1044
msgid "Do you want to check vector areas?"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1047
msgid "Select if use area by area"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1049
msgid "All the features will be used"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1062
msgid "Analysing all vector features..."
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1162
msgid "Analysing vector"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1180
msgid "All feature are been analyzed."
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1184
msgid "An error occurred"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1215
msgid "Draw sampling regions"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1234
msgid "Draw sample region "
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1245
#: ../gui/wxpython/rlisetup/wizard.py:1657
msgid "Draw moving windows region"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1292
msgid "Select sample units from keyboard"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1309
#: ../gui/wxpython/rlisetup/wizard.py:1501
#: ../gui/wxpython/rlisetup/wizard.py:1614
msgid "Select type of shape"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1310
#: ../gui/wxpython/rlisetup/wizard.py:1502
#: ../gui/wxpython/rlisetup/wizard.py:1615
#: ../gui/wxpython/psmap/toolbars.py:106
msgid "Rectangle"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1310
#: ../gui/wxpython/rlisetup/wizard.py:1502
#: ../gui/wxpython/rlisetup/wizard.py:1615
msgid "Circle"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1342
#: ../gui/wxpython/rlisetup/wizard.py:1514
#: ../gui/wxpython/rlisetup/wizard.py:1548
msgid "Width size (in cells)?"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1343
#: ../gui/wxpython/rlisetup/wizard.py:1549
msgid "What radius size (in meters)?"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1345
#: ../gui/wxpython/rlisetup/wizard.py:1530
#: ../gui/wxpython/rlisetup/wizard.py:1551
msgid "Height size (in cells)?"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1345
#: ../gui/wxpython/rlisetup/wizard.py:1551
msgid "Name of the circle mask"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1352
msgid "Select method of sampling unit distribution"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1354
msgid "Random non overlapping"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1355
msgid "Systematic contiguos"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1356
msgid "Stratified random"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1357
msgid "Systematic non contiguos"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1358
msgid "Centered over sites"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1371
#: ../gui/wxpython/rlisetup/wizard.py:1440
msgid "What number of Sampling Units to use?"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1454
msgid "Insert number of row strates"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1455
msgid "Insert number of column strates"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1461
msgid "Insert distance between units"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1491
msgid "Set sample units"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1562
msgid "Set moving windows"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1605
#: ../gui/wxpython/rlisetup/wizard.py:1716
msgid "Draw sampling units"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1627
msgid "Number of sampling area to draw:"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1735
msgid "Draw Sampling "
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1805
msgid "Select sampling areas"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1814
msgid "Is this area ok?"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1837
msgid "Select sample area "
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1932
msgid "Select sample area 1 of "
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1970
msgid "Configuration file name:"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:1986
msgid "Raster name:"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:2002
msgid "Vector name:"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:2019
msgid "Region type:"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:2053
msgid "Sampling area type:"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:2167
msgid "Region keyboard values:"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:2187
#: ../gui/wxpython/rlisetup/wizard.py:2214
#: ../gui/wxpython/rlisetup/wizard.py:2218
msgid "Type of shape:"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:2190
#: ../gui/wxpython/rlisetup/wizard.py:2221
msgid "Radius size:"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:2191
#: ../gui/wxpython/rlisetup/wizard.py:2222
msgid "Name circle mask:"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:2193
#: ../gui/wxpython/rlisetup/wizard.py:2224
msgid "Width size:"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:2194
#: ../gui/wxpython/rlisetup/wizard.py:2225
msgid "Height size:"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:2197
msgid "Method of distribution:"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:2200
msgid "Number sampling units:"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:2203
msgid "Distance between units:"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:2206
msgid "Number row strates:"
msgstr ""

#: ../gui/wxpython/rlisetup/wizard.py:2208
msgid "Number column strates:"
msgstr ""

#: ../gui/wxpython/rlisetup/g.gui.rlisetup.py:48
msgid "Setup for r.li modules - GRASS GIS"
msgstr ""

#: ../gui/wxpython/gmodeler/g.gui.gmodeler.py:56
msgid "Graphical Modeler - GRASS GIS"
msgstr ""

#: ../gui/wxpython/gmodeler/preferences.py:31
#: ../gui/wxpython/gmodeler/toolbars.py:63 ../gui/wxpython/menustrings.py:2055
msgid "Modeler settings"
msgstr ""

#: ../gui/wxpython/gmodeler/preferences.py:55
msgid "Item properties"
msgstr ""

#: ../gui/wxpython/gmodeler/preferences.py:62
msgid "Disabled:"
msgstr ""

#: ../gui/wxpython/gmodeler/preferences.py:95
#: ../gui/wxpython/gmodeler/frame.py:1912
#: ../gui/wxpython/gmodeler/dialogs.py:197
#: ../gui/wxpython/gmodeler/dialogs.py:537
#: ../gui/wxpython/gmodeler/dialogs.py:663
msgid "Command"
msgstr ""

#: ../gui/wxpython/gmodeler/preferences.py:99
#: ../gui/wxpython/gmodeler/preferences.py:418
#: ../gui/wxpython/gmodeler/preferences.py:525
#: ../gui/wxpython/psmap/dialogs.py:6284 ../gui/wxpython/psmap/dialogs.py:6564
#: ../gui/wxpython/nviz/tools.py:982 ../gui/wxpython/nviz/tools.py:2912
#: ../gui/wxpython/wxplot/dialogs.py:1075
#: ../gui/wxpython/wxplot/dialogs.py:1137 ../gui/wxpython/iclass/dialogs.py:396
msgid "Color"
msgstr ""

#: ../gui/wxpython/gmodeler/preferences.py:106
#: ../gui/wxpython/gmodeler/preferences.py:425
#: ../gui/wxpython/gmodeler/preferences.py:532
msgid "Valid:"
msgstr ""

#: ../gui/wxpython/gmodeler/preferences.py:127
msgid "Invalid:"
msgstr ""

#: ../gui/wxpython/gmodeler/preferences.py:148
msgid "Running:"
msgstr ""

#: ../gui/wxpython/gmodeler/preferences.py:177
#: ../gui/wxpython/gmodeler/preferences.py:347
#: ../gui/wxpython/gmodeler/preferences.py:454
#: ../gui/wxpython/gmodeler/preferences.py:559
msgid "Shape size"
msgstr ""

#: ../gui/wxpython/gmodeler/preferences.py:244
#: ../gui/wxpython/nviz/tools.py:113 ../gui/wxpython/lmgr/frame.py:411
msgid "Data"
msgstr ""

#: ../gui/wxpython/gmodeler/preferences.py:255
msgid "Raster:"
msgstr ""

#: ../gui/wxpython/gmodeler/preferences.py:276
msgid "3D raster:"
msgstr ""

#: ../gui/wxpython/gmodeler/preferences.py:297
msgid "Vector:"
msgstr ""

#: ../gui/wxpython/gmodeler/preferences.py:318
msgid "Table:"
msgstr ""

#: ../gui/wxpython/gmodeler/preferences.py:414
msgid "Loop"
msgstr ""

#: ../gui/wxpython/gmodeler/preferences.py:521
msgid "Comment"
msgstr ""

#: ../gui/wxpython/gmodeler/preferences.py:645
#: ../gui/wxpython/menustrings.py:2071
msgid "Model properties"
msgstr ""

#: ../gui/wxpython/gmodeler/preferences.py:652
#: ../gui/wxpython/lmgr/layertree.py:752 ../gui/wxpython/lmgr/layertree.py:847
#: ../gui/wxpython/lmgr/layertree.py:873
msgid "Metadata"
msgstr ""

#: ../gui/wxpython/gmodeler/preferences.py:654
msgid "Commands"
msgstr ""

#: ../gui/wxpython/gmodeler/preferences.py:677
msgid "Apply properties"
msgstr ""

#: ../gui/wxpython/gmodeler/preferences.py:709
msgid "Author(s):"
msgstr ""

#: ../gui/wxpython/gmodeler/model.py:75
msgid "model"
msgstr ""

#: ../gui/wxpython/gmodeler/model.py:76
msgid "Script generated by wxGUI Graphical Modeler."
msgstr ""

#: ../gui/wxpython/gmodeler/model.py:513 ../gui/wxpython/gmodeler/model.py:577
#, python-format
msgid "undefined variable '%s'"
msgstr ""

#: ../gui/wxpython/gmodeler/model.py:610
msgid "Running model..."
msgstr ""

#: ../gui/wxpython/gmodeler/model.py:631
msgid "Model is empty. Nothing to run."
msgstr ""

#: ../gui/wxpython/gmodeler/model.py:640 ../gui/wxpython/gmodeler/frame.py:681
msgid "Validating model..."
msgstr ""

#: ../gui/wxpython/gmodeler/model.py:648
#, python-format
msgid ""
"Model is not valid. Do you want to run the model anyway?\n"
"\n"
"%s"
msgstr ""

#: ../gui/wxpython/gmodeler/model.py:651
msgid "Run model?"
msgstr ""

#: ../gui/wxpython/gmodeler/model.py:686
msgid "Variables below not defined:"
msgstr ""

#: ../gui/wxpython/gmodeler/model.py:799
msgid "Raster maps"
msgstr ""

#: ../gui/wxpython/gmodeler/model.py:802
msgid "3D raster maps"
msgstr ""

#: ../gui/wxpython/gmodeler/model.py:805 ../gui/wxpython/psmap/dialogs.py:1751
msgid "Vector maps"
msgstr ""

#: ../gui/wxpython/gmodeler/model.py:1541
msgid "<not defined>"
msgstr ""

#: ../gui/wxpython/gmodeler/model.py:1669
msgid "Condition: "
msgstr ""

#: ../gui/wxpython/gmodeler/model.py:1671
msgid "Condition: not defined"
msgstr ""

#: ../gui/wxpython/gmodeler/model.py:1813
msgid "if-else"
msgstr ""

#: ../gui/wxpython/gmodeler/model.py:1919
msgid "empty"
msgstr ""

#: ../gui/wxpython/gmodeler/model.py:1920
#, python-brace-format
msgid "Details: unsupported tag name '{0}'."
msgstr ""

#: ../gui/wxpython/gmodeler/model.py:2932
msgid "Model parameters"
msgstr ""

#: ../gui/wxpython/gmodeler/model.py:2953
msgid "Delete intermediate data when finish"
msgstr ""

#: ../gui/wxpython/gmodeler/model.py:3009 ../gui/wxpython/gmodeler/frame.py:173
msgid "Variables"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:170
msgid "Model"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:171
msgid "Items"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:176
msgid "Python editor"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:251 ../gui/wxpython/gmodeler/frame.py:2166
msgid "Python script is up-to-date"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:267
msgid "Redrawing model..."
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:294 ../gui/wxpython/core/gconsole.py:700
#, python-format
msgid "%d sec"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:297 ../gui/wxpython/core/gconsole.py:703
#, python-format
msgid "%(min)d min %(sec)d sec"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:310 ../gui/wxpython/core/gconsole.py:721
msgid "Command finished"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:323
msgid "Model computation finished"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:340
msgid "Do you want to save changes in the model?"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:343
msgid "Do you want to store current model settings to model file?"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:350
#: ../gui/wxpython/gmodeler/toolbars.py:69
msgid "Quit Graphical Modeler"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:419
#, python-format
msgid "%d intermediate maps deleted from current mapset"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:428
msgid "No intermediate data to delete."
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:433
#, python-format
msgid "Do you want to permanently delete data?%s"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:434
msgid "Delete intermediate data?"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:456 ../gui/wxpython/gmodeler/frame.py:606
msgid ""
"Current model is not empty. Do you want to store current settings to model "
"file?"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:460 ../gui/wxpython/gmodeler/frame.py:610
msgid "Create new model?"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:500
msgid "Choose model file"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:502 ../gui/wxpython/gmodeler/frame.py:558
#: ../gui/wxpython/main_window/frame.py:852 ../gui/wxpython/lmgr/frame.py:624
msgid "GRASS Model File (*.gxm)|*.gxm"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:520
#, python-format
msgid "%(items)d items (%(actions)d actions) loaded into model"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:534 ../gui/wxpython/gmodeler/frame.py:576
#, python-format
msgid "Model file <%s> already exists. Do you want to overwrite this file?"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:538 ../gui/wxpython/menustrings.py:2042
msgid "Save model"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:546 ../gui/wxpython/gmodeler/frame.py:592
#, python-format
msgid "File <%s> saved"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:556
msgid "Choose file to save current model"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:580 ../gui/wxpython/iclass/frame.py:1234
msgid "File already exists"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:678
msgid "Model is empty. Nothing to validate."
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:687
#, python-format
msgid ""
"Model is not valid.\n"
"\n"
"%s"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:690
msgid "Model is valid."
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:751 ../gui/wxpython/gmodeler/frame.py:758
#, python-format
msgid "Model exported to <%s>"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:906 ../gui/wxpython/gmodeler/frame.py:1649
#: ../gui/wxpython/gmodeler/dialogs.py:249
msgid "Comment:"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:907 ../gui/wxpython/menustrings.py:2067
msgid "Add comment"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:915
msgid "Empty comment. Nothing to add to the model."
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:952
msgid "wxGUI Graphical Modeler"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:1088
#, python-format
msgid ""
"Reading model file <%s> failed.\n"
"Invalid file, unable to parse XML document.\n"
"\n"
"%s"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:1099
msgid "Please wait, loading model..."
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:1165
msgid "Writing current settings to model file failed."
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:1177 ../gui/wxpython/lmgr/workspace.py:436
#, python-format
msgid "Unable to open file <%s> for writing."
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:1548
msgid "Disable"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:1551
msgid "Enable"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:1556
#: ../gui/wxpython/gmodeler/frame.py:1634
msgid "Set label"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:1559
#: ../gui/wxpython/gmodeler/frame.py:1650
msgid "Set comment"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:1564
msgid "Add control point"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:1566
msgid "Remove control point"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:1580
msgid "Intermediate"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:1591
#: ../gui/wxpython/vdigit/preferences.py:137 ../gui/wxpython/nviz/tools.py:1609
#: ../gui/wxpython/nviz/tools.py:1842
msgid "Display"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:1609 ../gui/wxpython/lmgr/layertree.py:536
msgid "Properties"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:1633
#: ../gui/wxpython/gmodeler/dialogs.py:243
msgid "Label:"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:1753
msgid "List of variables - right-click to delete"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:1758
#: ../gui/wxpython/gmodeler/frame.py:1820
msgid "Default value"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:1764
msgid "Add new variable"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:1772
msgid "integer"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:1773
msgid "float"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:1774
msgid "string"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:1777
msgid "region"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:1778
msgid "mapset"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:1780
msgid "dir"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:1789
msgid "Add new variable to the model"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:1907
msgid "List of items - right-click to delete"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:1912
#: ../gui/wxpython/gmodeler/dialogs.py:537
#: ../gui/wxpython/gmodeler/dialogs.py:663
#: ../gui/wxpython/psmap/dialogs.py:3586
msgid "Label"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:1912
msgid "In loop"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:1912
msgid "Parameterized"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:1960
msgid "No items to selected."
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:1993
msgid "Python script"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:2000
msgid "Run python script"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:2003
msgid "Save python script to file"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:2008
msgid ""
"Refresh python script based on the model.\n"
"It will discards all local changes."
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:2042
#, python-format
msgid "Unable to launch Python script. %s"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:2141
msgid ""
"Python script is locally modificated. Refresh will discard all changes. Do "
"you really want to continue?"
msgstr ""

#: ../gui/wxpython/gmodeler/frame.py:2145
msgid "Update"
msgstr ""

#: ../gui/wxpython/gmodeler/toolbars.py:42
msgid "Create new model (Ctrl+N)"
msgstr ""

#: ../gui/wxpython/gmodeler/toolbars.py:43
msgid "Load model from file (Ctrl+O)"
msgstr ""

#: ../gui/wxpython/gmodeler/toolbars.py:45
msgid "Save current model to file (Ctrl+S)"
msgstr ""

#: ../gui/wxpython/gmodeler/toolbars.py:47 ../gui/wxpython/menustrings.py:2048
msgid "Export model to image"
msgstr ""

#: ../gui/wxpython/gmodeler/toolbars.py:49 ../gui/wxpython/menustrings.py:2050
msgid "Export model to Python script"
msgstr ""

#: ../gui/wxpython/gmodeler/toolbars.py:52
msgid "Add GRASS tool (module) to model"
msgstr ""

#: ../gui/wxpython/gmodeler/toolbars.py:54
msgid "Add data to model"
msgstr ""

#: ../gui/wxpython/gmodeler/toolbars.py:57
msgid "Manually define relation between data and commands"
msgstr ""

#: ../gui/wxpython/gmodeler/toolbars.py:59
msgid "Add loop/series to model"
msgstr ""

#: ../gui/wxpython/gmodeler/toolbars.py:60
msgid "Add comment to model"
msgstr ""

#: ../gui/wxpython/gmodeler/toolbars.py:61 ../gui/wxpython/menustrings.py:202
#: ../gui/wxpython/menustrings.py:2075
msgid "Run model"
msgstr ""

#: ../gui/wxpython/gmodeler/toolbars.py:62 ../gui/wxpython/menustrings.py:2077
msgid "Validate model"
msgstr ""

#: ../gui/wxpython/gmodeler/toolbars.py:64
msgid "Show model properties"
msgstr ""

#: ../gui/wxpython/gmodeler/toolbars.py:66
msgid "Manage model variables"
msgstr ""

#: ../gui/wxpython/gmodeler/toolbars.py:68
msgid "Redraw model canvas"
msgstr ""

#: ../gui/wxpython/gmodeler/dialogs.py:56
msgid "Data properties"
msgstr ""

#: ../gui/wxpython/gmodeler/dialogs.py:94 ../gui/wxpython/iclass/dialogs.py:268
msgid "Name of raster map:"
msgstr ""

#: ../gui/wxpython/gmodeler/dialogs.py:99
#: ../gui/wxpython/gmodeler/dialogs.py:116
msgid "Name of element:"
msgstr ""

#: ../gui/wxpython/gmodeler/dialogs.py:108
msgid "Type of element:"
msgstr ""

#: ../gui/wxpython/gmodeler/dialogs.py:174
msgid "Add GRASS command to the model"
msgstr ""

#: ../gui/wxpython/gmodeler/dialogs.py:200
msgid "Label and comment"
msgstr ""

#: ../gui/wxpython/gmodeler/dialogs.py:309
msgid ""
"Command not defined.\n"
"\n"
"Unable to add new action to the model."
msgstr ""

#: ../gui/wxpython/gmodeler/dialogs.py:318
#, python-format
msgid ""
"'%s' is not a GRASS tool.\n"
"\n"
"Unable to add new action to the model."
msgstr ""

#: ../gui/wxpython/gmodeler/dialogs.py:360
msgid "Relation properties"
msgstr ""

#: ../gui/wxpython/gmodeler/dialogs.py:381
msgid "From"
msgstr ""

#: ../gui/wxpython/gmodeler/dialogs.py:432
#, python-format
msgid "Data: %s"
msgstr ""

#: ../gui/wxpython/gmodeler/dialogs.py:441
msgid "Command:"
msgstr ""

#: ../gui/wxpython/gmodeler/dialogs.py:449
msgid "Option:"
msgstr ""

#: ../gui/wxpython/gmodeler/dialogs.py:464
msgid ""
"Relation doesn't start with data item.\n"
"Unable to add relation."
msgstr ""

#: ../gui/wxpython/gmodeler/dialogs.py:474
msgid ""
"Relation doesn't point to GRASS command.\n"
"Unable to add relation."
msgstr ""

#: ../gui/wxpython/gmodeler/dialogs.py:489
msgid ""
"No relevant option found.\n"
"Unable to add relation."
msgstr ""

#: ../gui/wxpython/gmodeler/dialogs.py:529
msgid "Condition"
msgstr ""

#: ../gui/wxpython/gmodeler/dialogs.py:565
msgid "Loop properties"
msgstr ""

#: ../gui/wxpython/gmodeler/dialogs.py:572
msgid "List of items in loop"
msgstr ""

#: ../gui/wxpython/gmodeler/dialogs.py:575
msgid "Series"
msgstr ""

#: ../gui/wxpython/gmodeler/dialogs.py:576
msgid "Define map series as condition for the loop"
msgstr ""

#: ../gui/wxpython/gmodeler/dialogs.py:619
msgid "Define series of maps"
msgstr ""

#: ../gui/wxpython/gmodeler/dialogs.py:642
msgid "If-else properties"
msgstr ""

#: ../gui/wxpython/gmodeler/dialogs.py:651
msgid "List of items in 'if' block"
msgstr ""

#: ../gui/wxpython/gmodeler/dialogs.py:659
msgid "List of items in 'else' block"
msgstr ""

#: ../gui/wxpython/gmodeler/dialogs.py:840
#, python-format
msgid "Variable <%s> already exists in the model. Adding variable failed."
msgstr ""

#: ../gui/wxpython/gmodeler/dialogs.py:873
msgid "Do you want to delete all variables from the model?"
msgstr ""

#: ../gui/wxpython/gmodeler/dialogs.py:874
msgid "Delete variables"
msgstr ""

#: ../gui/wxpython/gmodeler/dialogs.py:914
#: ../gui/wxpython/gmodeler/dialogs.py:1080
#: ../gui/wxpython/vdigit/dialogs.py:305
msgid "Delete selected"
msgstr ""

#: ../gui/wxpython/gmodeler/dialogs.py:915
#: ../gui/wxpython/vdigit/dialogs.py:309
msgid "Delete all"
msgstr ""

#: ../gui/wxpython/modules/vclean.py:35 ../gui/wxpython/modules/vclean.py:114
msgid "Set up vector cleaning tools"
msgstr ""

#: ../gui/wxpython/modules/vclean.py:75
msgid "break lines/boundaries"
msgstr ""

#: ../gui/wxpython/modules/vclean.py:76
msgid "remove duplicates"
msgstr ""

#: ../gui/wxpython/modules/vclean.py:77
msgid "remove dangles"
msgstr ""

#: ../gui/wxpython/modules/vclean.py:78
msgid "change boundary dangles to lines"
msgstr ""

#: ../gui/wxpython/modules/vclean.py:79
msgid "remove bridges"
msgstr ""

#: ../gui/wxpython/modules/vclean.py:80
msgid "change bridges to lines"
msgstr ""

#: ../gui/wxpython/modules/vclean.py:81
msgid "snap lines/boundaries"
msgstr ""

#: ../gui/wxpython/modules/vclean.py:82
msgid "remove duplicate area centroids"
msgstr ""

#: ../gui/wxpython/modules/vclean.py:83
msgid "break polygons"
msgstr ""

#: ../gui/wxpython/modules/vclean.py:84
msgid "prune lines/boundaries"
msgstr ""

#: ../gui/wxpython/modules/vclean.py:85
msgid "remove small areas"
msgstr ""

#: ../gui/wxpython/modules/vclean.py:86
msgid "remove lines/boundaries of zero length"
msgstr ""

#: ../gui/wxpython/modules/vclean.py:87
msgid "remove small angles at nodes"
msgstr ""

#: ../gui/wxpython/modules/vclean.py:116
msgid "Choose cleaning tools and set thresholds"
msgstr ""

#: ../gui/wxpython/modules/vclean.py:120
msgid "Select input vector map:"
msgstr ""

#: ../gui/wxpython/modules/vclean.py:130
msgid " Feature type: "
msgstr ""

#: ../gui/wxpython/modules/vclean.py:135
msgid "Select output vector map:"
msgstr ""

#: ../gui/wxpython/modules/vclean.py:178
msgid "Copy the current command string to the clipboard (Ctrl+C)"
msgstr ""

#: ../gui/wxpython/modules/vclean.py:222 ../gui/wxpython/psmap/utils.py:103
msgid "point"
msgstr ""

#: ../gui/wxpython/modules/vclean.py:223
msgid "line"
msgstr ""

#: ../gui/wxpython/modules/vclean.py:224
msgid "boundary"
msgstr ""

#: ../gui/wxpython/modules/vclean.py:225
msgid "centroid"
msgstr ""

#: ../gui/wxpython/modules/vclean.py:226
#: ../gui/wxpython/vdigit/preferences.py:613
msgid "area"
msgstr ""

#: ../gui/wxpython/modules/vclean.py:227
msgid "face"
msgstr ""

#: ../gui/wxpython/modules/vclean.py:397
#, python-format
msgid "%s. cleaning tool removed, will be ignored"
msgstr ""

#: ../gui/wxpython/modules/vclean.py:399
msgid "Please select a cleaning tool to remove"
msgstr ""

#: ../gui/wxpython/modules/vclean.py:420
#, python-format
msgid "%s. cleaning tool moved up"
msgstr ""

#: ../gui/wxpython/modules/vclean.py:422
msgid "1. cleaning tool can not be moved up "
msgstr ""

#: ../gui/wxpython/modules/vclean.py:424
msgid "Please select a cleaning tool to move up"
msgstr ""

#: ../gui/wxpython/modules/vclean.py:446
#, python-format
msgid "%s. cleaning tool moved down"
msgstr ""

#: ../gui/wxpython/modules/vclean.py:448
msgid "Last cleaning tool can not be moved down "
msgstr ""

#: ../gui/wxpython/modules/vclean.py:450
msgid "Please select a cleaning tool to move down"
msgstr ""

#: ../gui/wxpython/modules/vclean.py:462
#, python-format
msgid "cleaning tool: '%s'"
msgstr ""

#: ../gui/wxpython/modules/vclean.py:472
#, python-format
msgid "Threshold for %(num)s. tool '%(tool)s': %(thresh)s"
msgstr ""

#: ../gui/wxpython/modules/vclean.py:503
msgid "Name of input vector map"
msgstr ""

#: ../gui/wxpython/modules/vclean.py:504
msgid "Name for output vector map"
msgstr ""

#: ../gui/wxpython/modules/vclean.py:506
msgid "Threshold"
msgstr ""

#: ../gui/wxpython/modules/vclean.py:509
#, python-format
msgid "'%s' not defined"
msgstr ""

#: ../gui/wxpython/modules/vclean.py:512
#, python-format
msgid ""
"Some parameters not defined. Operation canceled.\n"
"\n"
"%s"
msgstr ""

#: ../gui/wxpython/modules/vclean.py:518
msgid "Executing selected cleaning operations..."
msgstr ""

#: ../gui/wxpython/modules/vclean.py:580
msgid "Vector cleaning command copied to clipboard"
msgstr ""

#: ../gui/wxpython/modules/extensions.py:45
msgid "Fetch & install extension from GRASS Addons"
msgstr ""

#: ../gui/wxpython/modules/extensions.py:65
msgid "List of extensions - double-click to install"
msgstr ""

#: ../gui/wxpython/modules/extensions.py:82
msgid "Options"
msgstr ""

#: ../gui/wxpython/modules/extensions.py:116
msgid "&Install"
msgstr ""

#: ../gui/wxpython/modules/extensions.py:117
msgid "Install selected add-ons GRASS tool"
msgstr ""

#: ../gui/wxpython/modules/extensions.py:120
msgid "Show g.extension manual page"
msgstr ""

#: ../gui/wxpython/modules/extensions.py:188
msgid "Extension not defined"
msgstr ""

#: ../gui/wxpython/modules/extensions.py:212
msgid "Fetching list of tools from GRASS-Addons (be patient)..."
msgstr ""

#: ../gui/wxpython/modules/extensions.py:227
#, python-format
msgid "%d extensions loaded"
msgstr ""

#: ../gui/wxpython/modules/extensions.py:250
msgid "Install"
msgstr ""

#: ../gui/wxpython/modules/extensions.py:253
msgid "Show manual page"
msgstr ""

#: ../gui/wxpython/modules/extensions.py:369
#, python-format
msgid "Unable to load extensions. %s"
msgstr ""

#: ../gui/wxpython/modules/extensions.py:416
msgid "Manage installed GRASS Addons extensions"
msgstr ""

#: ../gui/wxpython/modules/extensions.py:431
msgid "List of installed extensions"
msgstr ""

#: ../gui/wxpython/modules/extensions.py:438
msgid "Uninstall"
msgstr ""

#: ../gui/wxpython/modules/extensions.py:440
msgid "Uninstall selected Addons extensions"
msgstr ""

#: ../gui/wxpython/modules/extensions.py:442
msgid "Reinstall"
msgstr ""

#: ../gui/wxpython/modules/extensions.py:444
msgid "Reinstall selected Addons extensions"
msgstr ""

#: ../gui/wxpython/modules/extensions.py:477
msgid "No extension selected. Operation canceled."
msgstr ""

#: ../gui/wxpython/modules/extensions.py:503
#, python-format
msgid ""
"List of files to be removed:\n"
"%(files)s\n"
"\n"
"Do you want really to remove <%(ext)s> extension?"
msgstr ""

#: ../gui/wxpython/modules/extensions.py:507
msgid "Remove extension"
msgstr ""

#: ../gui/wxpython/modules/extensions.py:546
msgid "Extension"
msgstr ""

#: ../gui/wxpython/modules/import_export.py:50
msgid "Multiple import"
msgstr ""

#: ../gui/wxpython/modules/import_export.py:69
msgid "List of raster layers"
msgstr ""

#: ../gui/wxpython/modules/import_export.py:71
msgid "List of vector layers"
msgstr ""

#: ../gui/wxpython/modules/import_export.py:73
#, python-format
msgid "List of %s layers"
msgstr ""

#: ../gui/wxpython/modules/import_export.py:75
#: ../gui/wxpython/modules/import_export.py:965
msgid "right click to (un)select all"
msgstr ""

#: ../gui/wxpython/modules/import_export.py:82
msgid "Name for output GRASS map (editable)"
msgstr ""

#: ../gui/wxpython/modules/import_export.py:96
msgid "Override projection check (use current location's projection)"
msgstr ""

#: ../gui/wxpython/modules/import_export.py:127
#: ../gui/wxpython/modules/import_export.py:440
#: ../gui/wxpython/modules/import_export.py:582
msgid "&Import"
msgstr ""

#: ../gui/wxpython/modules/import_export.py:128
#: ../gui/wxpython/modules/import_export.py:441
#: ../gui/wxpython/modules/import_export.py:583
msgid "Import selected layers"
msgstr ""

#: ../gui/wxpython/modules/import_export.py:136
msgid "Source settings"
msgstr ""

#: ../gui/wxpython/modules/import_export.py:161
msgid "Import settings"
msgstr ""

#: ../gui/wxpython/modules/import_export.py:255
#, python-format
msgid "Output map names %(names)s exist. "
msgstr ""

#: ../gui/wxpython/modules/import_export.py:259
#, python-format
msgid "Output map name <%(name)s> exist. "
msgstr ""

#: ../gui/wxpython/modules/import_export.py:419
#: ../gui/wxpython/menustrings.py:166 ../gui/wxpython/menustrings.py:1194
msgid "Link external raster data"
msgstr ""

#: ../gui/wxpython/modules/import_export.py:421
#: ../gui/wxpython/menustrings.py:35 ../gui/wxpython/menustrings.py:1063
#: ../gui/wxpython/datacatalog/infomanager.py:55
msgid "Import raster data"
msgstr ""

#: ../gui/wxpython/modules/import_export.py:428
#: ../gui/wxpython/modules/import_export.py:570
msgid "Add linked layers into layer tree"
msgstr ""

#: ../gui/wxpython/modules/import_export.py:430
#: ../gui/wxpython/modules/import_export.py:572
#: ../gui/wxpython/modules/import_export.py:828
msgid "Add imported layers into layer tree"
msgstr ""

#: ../gui/wxpython/modules/import_export.py:437
#: ../gui/wxpython/modules/import_export.py:579
msgid "&Link"
msgstr ""

#: ../gui/wxpython/modules/import_export.py:438
#: ../gui/wxpython/modules/import_export.py:580
msgid "Link selected layers"
msgstr ""

#: ../gui/wxpython/modules/import_export.py:462
#: ../gui/wxpython/modules/import_export.py:604
msgid "No layers selected. Operation canceled."
msgstr ""

#: ../gui/wxpython/modules/import_export.py:488
msgid "Unable to determine number of raster bands"
msgstr ""

#: ../gui/wxpython/modules/import_export.py:561
#: ../gui/wxpython/menustrings.py:168 ../gui/wxpython/menustrings.py:1196
msgid "Link external vector data"
msgstr ""

#: ../gui/wxpython/modules/import_export.py:563
#: ../gui/wxpython/menustrings.py:70 ../gui/wxpython/menustrings.py:1098
#: ../gui/wxpython/datacatalog/infomanager.py:54
msgid "Import vector data"
msgstr ""

#: ../gui/wxpython/modules/import_export.py:713
msgid "Define output format for vector data"
msgstr ""

#: ../gui/wxpython/modules/import_export.py:715
msgid "Define output format for raster data"
msgstr ""

#: ../gui/wxpython/modules/import_export.py:723
msgid "Set external format and close dialog"
msgstr ""

#: ../gui/wxpython/modules/import_export.py:783
msgid "No data source selected."
msgstr ""

#: ../gui/wxpython/modules/import_export.py:807
msgid "Import DXF layers"
msgstr ""

#: ../gui/wxpython/modules/import_export.py:820
msgid "Choose DXF file to import"
msgstr ""

#: ../gui/wxpython/modules/import_export.py:840
msgid "No layers selected."
msgstr ""

#: ../gui/wxpython/modules/import_export.py:924
#: ../gui/wxpython/datacatalog/dialogs.py:45
msgid "Reprojection"
msgstr ""

#: ../gui/wxpython/modules/import_export.py:937
msgid "Name for output GRASS map"
msgstr ""

#: ../gui/wxpython/modules/import_export.py:959
msgid ""
"Projection of following layers do not match with projection of current "
"location. "
msgstr ""

#: ../gui/wxpython/modules/import_export.py:963
msgid "Layers to be reprojected"
msgstr ""

#: ../gui/wxpython/modules/import_export.py:976
msgid "&Import && reproject"
msgstr ""

#: ../gui/wxpython/modules/import_export.py:978
msgid "Reproject selected layers"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:68
#: ../gui/wxpython/lmgr/toolbars.py:150
msgid "Raster Map Calculator"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:71
msgid "3D Raster Map Calculator"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:84
msgid "mapcalc statement"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:152
msgid "Operators"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:158
msgid "Operands"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:161
msgid "Expression"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:173
msgid "Save expression to file"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:175
msgid "Load expression from file"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:181
msgid "exponent"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:183
msgid "divide"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:185
msgid "add"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:187
msgid "subtract"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:189
msgid "modulus"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:191
msgid "multiply"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:196
msgid "left shift"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:198
msgid "right shift"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:200
msgid "right shift (unsigned)"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:202
msgid "greater than"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:204
msgid "greater than or equal to"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:206
msgid "less than"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:208
msgid "less than or equal to"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:210
msgid "equal to"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:212
msgid "not equal to"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:215
msgid "one's complement"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:217
msgid "NOT"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:219
msgid "bitwise AND"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:221
msgid "bitwise OR"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:223
msgid "logical AND"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:225
msgid "logical AND (ignores NULLs)"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:227
msgid "logical OR"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:229
msgid "logical OR (ignores NULLs)"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:231
msgid "conditional"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:245
msgid "Name for new 3D raster map to create"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:247
msgid "Name for new raster map to create"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:260
msgid "Insert existing 3D raster map"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:262
msgid "Insert existing raster map"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:271
msgid "Insert mapcalc function"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:291
msgid "Generate random seed for rand()"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:293
msgid "Seed:"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:297
msgid "Integer seed for rand() function"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:304
msgid "Add created raster map into layer tree"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:648
msgid "You must enter the name of a new raster map to create."
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:662
msgid "You must enter an expression to create a new raster map."
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:731
msgid "Choose a file name to save the expression"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:732
#: ../gui/wxpython/modules/mcalc_builder.py:754
msgid "Expression file (*)|*"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:753
msgid "Choose a file name to load the expression"
msgstr ""

#: ../gui/wxpython/modules/mcalc_builder.py:789
#, python-brace-format
msgid "'{cmd}' copied to clipboard"
msgstr ""

#: ../gui/wxpython/modules/histogram.py:299
msgid "Histogram Tool  [d.histogram]"
msgstr ""

#: ../gui/wxpython/modules/histogram.py:406 ../gui/wxpython/nviz/wxnviz.py:368
#: ../gui/wxpython/nviz/wxnviz.py:379
#: ../gui/wxpython/mapswipe/g.gui.mapswipe.py:78
#: ../gui/wxpython/iclass/g.gui.iclass.py:87
#, python-format
msgid "Raster map <%s> not found"
msgstr ""

#: ../gui/wxpython/modules/histogram.py:428
msgid "Select font for histogram text"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:89
msgid "Check all"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:92
msgid "Clear all"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:152
msgid "Enter vector attribute values"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:320
msgid "Bad color format. Use color format '0:0:0'"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:420
#: ../gui/wxpython/wxplot/dialogs.py:445
msgid "Select raster map:"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:422
msgid "Select vector map:"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:440
msgid "Import or export color table:"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:449
msgid "Choose file to load color table"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:450
msgid "Load"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:451
msgid "Type filename or click to choose file and load color table"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:461
msgid "Choose file to save color table"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:462
msgid "Type filename or click to choose file and save color table"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:463 ../gui/wxpython/menustrings.py:10
#: ../gui/wxpython/menustrings.py:2041
msgid "Save"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:476
msgid "&Set"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:485
msgid "Load color table:"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:492
msgid "Load color table from file:"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:498
msgid "Save color table to file:"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:528
msgid "Reload default table"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:584
#: ../gui/wxpython/iclass/toolbars.py:64
msgid "Preview"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:588
msgid "Show preview of map (current Map Display extent is used)."
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:623
#: ../gui/wxpython/modules/colorrules.py:1939
msgid "No valid color rules given."
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:672
#, python-format
msgid "File <%s> already already exists. Do you want to overwrite it?"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:719
msgid "Invalid color table format"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:796
#, python-format
msgid "Invalid rule value '%s'. Unable to apply color table."
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:886
msgid "Create new color table for raster map"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:980
msgid "Enter raster category values or percents"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:984
#: ../gui/wxpython/modules/colorrules.py:1686
#: ../gui/wxpython/modules/colorrules.py:1692
#: ../gui/wxpython/psmap/dialogs.py:3504
msgid "range"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:986
msgid "fp range"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:988
#, python-format
msgid "Enter raster category values or percents (%(range)s = %(min)d-%(max)d)"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:1095
msgid "Create new color rules for vector map"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:1107
#: ../gui/wxpython/modules/colorrules.py:1705
msgid "Enter vector attribute values or percents:"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:1109
#: ../gui/wxpython/modules/colorrules.py:1707
msgid "Enter vector attribute values:"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:1120
msgid "Select vector columns"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:1122
msgid "Layer:"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:1123
msgid "Attribute column:"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:1126
msgid "Load color from column:"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:1126
msgid "Save color to column:"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:1128
msgid "Load size from column:"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:1128
msgid "Save size to column:"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:1130
msgid "Load width from column:"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:1130
msgid "Save width to column:"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:1136
msgid "Use color column instead of color table:"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:1149
msgid "Add GRASSRGB column to current attribute table."
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:1196
#: ../gui/wxpython/modules/colorrules.py:1245
msgid "Import or export color table"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:1261
#, python-format
msgid ""
"Database connection for vector map <%s> is not defined in DB file.  Do you "
"want to create and connect new attribute table?"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:1266
msgid "No database connection defined"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:1342
#, python-format
msgid ""
"Selected map <%(map)s> is not in current mapset <%(mapset)s>. Attribute "
"table cannot be edited."
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:1537
#, python-format
msgid "%s column already exists."
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:1576
msgid "Please wait, loading data from attribute table..."
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:1641
#, python-format
msgid ""
"Number of loaded records reached %d, displaying all the records will be time-"
"consuming and may lead to computer freezing, do you still want to continue?"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:1647
msgid "Too many records"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:1699
#, python-format
msgid "Enter vector attribute values or percents %s:"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:1702
#, python-format
msgid "Enter vector attribute values %s:"
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:1844
msgid "Please select column to save values to."
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:1881
msgid "No color column defined. Operation canceled."
msgstr ""

#: ../gui/wxpython/modules/colorrules.py:1924
msgid "Thematic mapping for vector map in 3D view"
msgstr ""

#: ../gui/wxpython/rdigit/controller.py:121
msgid "Please select first the raster map"
msgstr ""

#: ../gui/wxpython/rdigit/controller.py:154
msgid "Right click to finish area"
msgstr ""

#: ../gui/wxpython/rdigit/controller.py:159
msgid "Right click to finish line"
msgstr ""

#: ../gui/wxpython/rdigit/controller.py:293
msgid "Do you want to save changes?"
msgstr ""

#: ../gui/wxpython/rdigit/controller.py:294
msgid "Save raster map changes"
msgstr ""

#: ../gui/wxpython/rdigit/controller.py:382
msgid "Failed to create backup copy of edited raster map."
msgstr ""

#: ../gui/wxpython/rdigit/controller.py:419
#: ../gui/wxpython/rdigit/controller.py:436
msgid "Failed to create new raster map."
msgstr ""

#: ../gui/wxpython/rdigit/controller.py:537
#: ../gui/wxpython/rdigit/controller.py:570
msgid "Rasterizing..."
msgstr ""

#: ../gui/wxpython/rdigit/controller.py:618
msgid "Failed to set default color table for edited raster map"
msgstr ""

#: ../gui/wxpython/rdigit/toolbars.py:27
msgid "Digitize area"
msgstr ""

#: ../gui/wxpython/rdigit/toolbars.py:28
msgid "Digitize line"
msgstr ""

#: ../gui/wxpython/rdigit/toolbars.py:29
msgid "Digitize point"
msgstr ""

#: ../gui/wxpython/rdigit/toolbars.py:30
msgid "Save raster map"
msgstr ""

#: ../gui/wxpython/rdigit/toolbars.py:31 ../gui/wxpython/vdigit/toolbars.py:239
msgid "Undo"
msgstr ""

#: ../gui/wxpython/rdigit/toolbars.py:32
msgid "Raster Digitizer manual"
msgstr ""

#: ../gui/wxpython/rdigit/toolbars.py:33
msgid "Quit raster digitizer"
msgstr ""

#: ../gui/wxpython/rdigit/toolbars.py:48
msgid "Select raster map"
msgstr ""

#: ../gui/wxpython/rdigit/toolbars.py:57
msgid "Set drawing color (not raster cell color)"
msgstr ""

#: ../gui/wxpython/rdigit/toolbars.py:74
msgid "Cell value:"
msgstr ""

#: ../gui/wxpython/rdigit/toolbars.py:87
msgid ""
"Width of currently digitized line or diameter of a digitized point in map "
"units."
msgstr ""

#: ../gui/wxpython/rdigit/toolbars.py:156
msgid "New raster map"
msgstr ""

#: ../gui/wxpython/rdigit/g.gui.rdigit.py:95
msgid "Raster Digitizer - GRASS GIS"
msgstr ""

#: ../gui/wxpython/rdigit/g.gui.rdigit.py:174
msgid "Raster map <{}> not found in current mapset."
msgstr ""

#: ../gui/wxpython/rdigit/g.gui.rdigit.py:191
msgid "Base raster map <{}> not found in current mapset."
msgstr ""

#: ../gui/wxpython/rdigit/dialogs.py:34
msgid "Create new raster map"
msgstr ""

#: ../gui/wxpython/rdigit/dialogs.py:54
msgid "Name for new raster map:"
msgstr ""

#: ../gui/wxpython/rdigit/dialogs.py:61
msgid "Optionally select background raster map:"
msgstr ""

#: ../gui/wxpython/rdigit/dialogs.py:68
msgid "New raster map type:"
msgstr ""

#: ../gui/wxpython/rdigit/dialogs.py:101
msgid "Please specify name for a new raster map"
msgstr ""

#: ../gui/wxpython/rdigit/dialogs.py:109
#, python-format
msgid ""
"Raster map <%s> already exists in the current mapset. Do you want to "
"overwrite it?"
msgstr ""

#: ../gui/wxpython/startup/locdownload.py:148
msgid "Download in progress, wait until it is finished 0%"
msgstr ""

#: ../gui/wxpython/startup/locdownload.py:159
#, python-brace-format
msgid ""
"Download in progress, wait until it is finished {0}%, {1} MB, {2} KB/s, "
"{3:.0f} seconds passed"
msgstr ""

#: ../gui/wxpython/startup/locdownload.py:181
msgid "Downloaded location is not valid"
msgstr ""

#: ../gui/wxpython/startup/locdownload.py:225
msgid "Abort"
msgstr ""

#: ../gui/wxpython/startup/locdownload.py:226
msgid "Abort download location"
msgstr ""

#: ../gui/wxpython/startup/locdownload.py:229
msgid "Select sample location to download:"
msgstr ""

#: ../gui/wxpython/startup/locdownload.py:294
#: ../gui/wxpython/startup/locdownload.py:304
#: ../gui/wxpython/startup/locdownload.py:441
msgid "Do&wnload"
msgstr ""

#: ../gui/wxpython/startup/locdownload.py:294
#: ../gui/wxpython/startup/locdownload.py:442
msgid "Download selected location"
msgstr ""

#: ../gui/wxpython/startup/locdownload.py:304
#: ../gui/wxpython/startup/locdownload.py:383
msgid "Download"
msgstr ""

#: ../gui/wxpython/startup/locdownload.py:311
#: ../gui/wxpython/startup/locdownload.py:358
msgid "Download in progress, wait until it is finished"
msgstr ""

#: ../gui/wxpython/startup/locdownload.py:326
#, python-format
msgid "Location named <%s> already exists, download canceled"
msgstr ""

#: ../gui/wxpython/startup/locdownload.py:335
#, python-format
msgid "Download failed: %s"
msgstr ""

#: ../gui/wxpython/startup/locdownload.py:340
msgid ""
"Download completed. The downloaded sample data is listed in the location/"
"mapset tabs upon closing of this window"
msgstr ""

#: ../gui/wxpython/startup/locdownload.py:381
#, python-format
msgid "Location named <%s> already exists, rename it first"
msgstr ""

#: ../gui/wxpython/startup/locdownload.py:417
#: ../gui/wxpython/image2target/ii2t_gis_set.py:584
#, python-brace-format
msgid "Error: {text}"
msgstr ""

#: ../gui/wxpython/startup/locdownload.py:434
msgid "Location Download"
msgstr ""

#: ../gui/wxpython/startup/locdownload.py:485
msgid "Do you want to cancel location download?"
msgstr ""

#: ../gui/wxpython/startup/locdownload.py:486
msgid "Abort download"
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:85
msgid "Invalid mapset name"
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:113
msgid "Invalid location name"
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:127
msgid "Name for the new mapset:"
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:128 ../gui/wxpython/menustrings.py:251
#: ../gui/wxpython/image2target/ii2t_gis_set.py:638
#: ../gui/wxpython/image2target/ii2t_gis_set.py:1042
msgid "Create new mapset"
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:142
msgid "Unable to create new mapset: {}"
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:167
msgid "Do you want to import {} to the newly created location?"
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:172
#: ../gui/wxpython/image2target/ii2t_gis_set.py:621
msgid "Import data?"
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:223
#, python-brace-format
msgid ""
"Cannot rename mapset <{mapset}> for the following reason:\n"
"\n"
"{reason}\n"
"\n"
"No mapset will be renamed."
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:227
msgid "Unable to rename selected mapset"
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:238
#: ../gui/wxpython/startup/guiutils.py:292
msgid ""
"Current name: {}\n"
"\n"
"Enter new name:"
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:239
#: ../gui/wxpython/image2target/ii2t_gis_set.py:236
#: ../gui/wxpython/image2target/ii2t_gis_set.py:707
msgid "Rename selected mapset"
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:252
msgid ""
"Unable to rename mapset.\n"
"\n"
"{}"
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:277
#, python-brace-format
msgid ""
"Cannot rename location <{location}> for the following reasons:\n"
"\n"
"{reasons}\n"
"\n"
"No location will be renamed."
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:281
msgid "Unable to rename selected location"
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:293
#: ../gui/wxpython/image2target/ii2t_gis_set.py:222
#: ../gui/wxpython/image2target/ii2t_gis_set.py:753
msgid "Rename selected location"
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:305
msgid ""
"Unable to rename location.\n"
"\n"
"{}"
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:367
#, python-brace-format
msgid ""
"Cannot delete one or more mapsets for the following reasons:\n"
"\n"
"{reasons}\n"
"\n"
"No mapsets will be deleted."
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:371
msgid "Unable to delete selected mapsets"
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:387
#, python-brace-format
msgid ""
"Do you want to continue with deleting one or more of the following mapsets?\n"
"\n"
"{deletes}\n"
"\n"
"All maps included in these mapsets will be permanently deleted!"
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:392
msgid "Delete selected mapsets"
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:405
msgid "Error when deleting mapsets"
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:407
#, python-brace-format
msgid ""
"The following error occured when deleting mapset <{path}>:\n"
"\n"
"{error}\n"
"\n"
"Deleting of mapsets was interrupted."
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:452
#, python-brace-format
msgid ""
"Cannot delete one or more locations for the following reasons:\n"
"\n"
"{reasons}\n"
"\n"
"No locations will be deleted."
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:456
msgid "Unable to delete selected locations"
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:472
#, python-brace-format
msgid ""
"Do you want to continue with deleting one or more of the following "
"locations?\n"
"\n"
"{deletes}\n"
"\n"
"All mapsets included in these locations will be permanently deleted!"
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:477
msgid "Delete selected locations"
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:490
msgid "Error when deleting locations"
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:492
#, python-brace-format
msgid ""
"The following error occured when deleting location <{path}>:\n"
"\n"
"{error}\n"
"\n"
"Deleting of locations was interrupted."
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:525
#, python-brace-format
msgid ""
"Cannot delete GRASS database from disk for the following reason:\n"
"\n"
"{reasons}\n"
"\n"
"GRASS database will not be deleted."
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:529
msgid "Unable to delete selected GRASS database"
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:537
#, python-brace-format
msgid ""
"Do you want to delete the following GRASS database from disk?\n"
"\n"
"{grassdb}\n"
"\n"
"The directory will be permanently deleted!"
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:542
msgid "Delete selected GRASS database"
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:554
msgid "Error when deleting GRASS database"
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:556
#, python-brace-format
msgid ""
"The following error occured when deleting database <{path}>:\n"
"\n"
"{error}\n"
"\n"
"Deleting of GRASS database was interrupted."
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:589
#, python-brace-format
msgid ""
"User {user} is already running GRASS in selected mapset <{mapset}>\n"
" (file {lockpath} created {timestamp} found).\n"
"\n"
"Concurrent use not allowed.\n"
"\n"
"Do you want to stay in the current mapset or remove .gislock and switch to "
"selected mapset?"
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:596
msgid "Mapset is in use"
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:607
msgid "Error when removing lock file"
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:609
#, python-brace-format
msgid ""
"Unable to remove {lockpath}.\n"
"\n"
" Details: {error}."
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:649
#: ../gui/wxpython/image2target/ii2t_gis_set.py:676
#, python-format
msgid ""
"Import of <%(name)s> failed.\n"
"Reason: %(msg)s"
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:655
#: ../gui/wxpython/image2target/ii2t_gis_set.py:682
#, python-format
msgid ""
"Data file <%(name)s> imported successfully. The location's default region "
"was set from this imported map."
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:686
#, python-format
msgid ""
"Current GRASS database is <%(dbase)s>.\n"
"Current location is <%(loc)s>.\n"
"Current mapset is <%(mapset)s>."
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:704
#: ../gui/wxpython/lmgr/workspace.py:158
#, python-format
msgid ""
"Current location is <%(loc)s>.\n"
"Current mapset is <%(mapset)s>."
msgstr ""

#: ../gui/wxpython/startup/guiutils.py:716
#, python-format
msgid "Current mapset is <%s>."
msgstr ""

#: ../gui/wxpython/mapdisp/frame.py:177
#, python-format
msgid ""
"Failed to run command '%(command)s'. Details:\n"
"%(error)s"
msgstr ""

#: ../gui/wxpython/mapdisp/frame.py:283
msgid "Hide toolbars"
msgstr ""

#: ../gui/wxpython/mapdisp/frame.py:283
msgid "Show toolbars"
msgstr ""

#: ../gui/wxpython/mapdisp/frame.py:297
msgid "Hide statusbar"
msgstr ""

#: ../gui/wxpython/mapdisp/frame.py:297
msgid "Show statusbar"
msgstr ""

#: ../gui/wxpython/mapdisp/frame.py:320 ../gui/wxpython/mapdisp/frame.py:423
#: ../gui/wxpython/mapdisp/toolbars.py:96
#: ../gui/wxpython/mapdisp/toolbars.py:285 ../gui/wxpython/animation/data.py:46
#: ../gui/wxpython/lmgr/layertree.py:1168
msgid "2D view"
msgstr ""

#: ../gui/wxpython/mapdisp/frame.py:323 ../gui/wxpython/lmgr/layertree.py:1171
#, python-format
msgid ""
"Unable to start wxGUI vector digitizer.\n"
"Details: %s"
msgstr ""

#: ../gui/wxpython/mapdisp/frame.py:394
msgid "Vector Digitizer Toolbar"
msgstr ""

#: ../gui/wxpython/mapdisp/frame.py:427
#, python-format
msgid ""
"Unable to switch to 3D display mode.\n"
"The Nviz python extension was not found or loaded properly.\n"
"Switching back to 2D display mode.\n"
"\n"
"Details: %s"
msgstr ""

#: ../gui/wxpython/mapdisp/frame.py:473
msgid "Starting 3D view mode..."
msgstr ""

#: ../gui/wxpython/mapdisp/frame.py:475
msgid "Please wait, loading data..."
msgstr ""

#: ../gui/wxpython/mapdisp/frame.py:570
msgid "Please wait, unloading data..."
msgstr ""

#: ../gui/wxpython/mapdisp/frame.py:573
msgid "Switching back to 2D view mode..."
msgstr ""

#: ../gui/wxpython/mapdisp/frame.py:640 ../gui/wxpython/mapdisp/toolbars.py:113
#: ../gui/wxpython/vdigit/toolbars.py:1073 ../gui/wxpython/menustrings.py:2030
msgid "Vector digitizer"
msgstr ""

#: ../gui/wxpython/mapdisp/frame.py:645 ../gui/wxpython/mapdisp/toolbars.py:132
#: ../gui/wxpython/menustrings.py:2032
msgid "Raster digitizer"
msgstr ""

#: ../gui/wxpython/mapdisp/frame.py:841 ../gui/wxpython/mapdisp/frame.py:850
#: ../gui/wxpython/mapdisp/frame.py:872
msgid "Failed to run d.to.rast:\n"
msgstr ""

#: ../gui/wxpython/mapdisp/frame.py:893
msgid "d.to.rast can be used only in 2D mode."
msgstr ""

#: ../gui/wxpython/mapdisp/frame.py:1029
#, python-format
msgid "Vector map <%s> opened for editing - skipped."
msgstr ""

#: ../gui/wxpython/mapdisp/frame.py:1037 ../gui/wxpython/mapswipe/frame.py:747
msgid "No raster or vector map layer selected for querying."
msgstr ""

#: ../gui/wxpython/mapdisp/frame.py:1106
#, python-brace-format
msgid ""
"Failed to query vector map(s) <{maps}>. Check database settings and topology."
msgstr ""

#: ../gui/wxpython/mapdisp/frame.py:1540
msgid "Set computational region extent from display"
msgstr ""

#: ../gui/wxpython/mapdisp/frame.py:1544
msgid "Set computational region extent interactively"
msgstr ""

#: ../gui/wxpython/mapdisp/frame.py:1547
msgid "Set computational region from named region"
msgstr ""

#: ../gui/wxpython/mapdisp/frame.py:1550
msgid "Save computational region to named region"
msgstr ""

#: ../gui/wxpython/mapdisp/frame.py:1662
msgid "Raster Digitizer Toolbar"
msgstr ""

#: ../gui/wxpython/mapdisp/toolbars.py:29
#: ../gui/wxpython/mapswipe/toolbars.py:32
msgid "Query raster/vector map(s)"
msgstr ""

#: ../gui/wxpython/mapdisp/toolbars.py:30
#: ../gui/wxpython/mapswipe/toolbars.py:33
msgid "Query selected raster/vector map(s)"
msgstr ""

#: ../gui/wxpython/mapdisp/toolbars.py:34
msgid "Select vector feature(s)"
msgstr ""

#: ../gui/wxpython/mapdisp/toolbars.py:35
msgid "Select features interactively from vector map"
msgstr ""

#: ../gui/wxpython/mapdisp/toolbars.py:37
msgid "Add scale bar"
msgstr ""

#: ../gui/wxpython/mapdisp/toolbars.py:38
msgid "Add raster legend"
msgstr ""

#: ../gui/wxpython/mapdisp/toolbars.py:39
msgid "Add vector legend"
msgstr ""

#: ../gui/wxpython/mapdisp/toolbars.py:40 ../gui/wxpython/menustrings.py:2119
msgid "Add north arrow"
msgstr ""

#: ../gui/wxpython/mapdisp/toolbars.py:43
msgid "Analyze map"
msgstr ""

#: ../gui/wxpython/mapdisp/toolbars.py:44
msgid "Measuring, profiling, histogramming, ..."
msgstr ""

#: ../gui/wxpython/mapdisp/toolbars.py:46
msgid "Measure distance"
msgstr ""

#: ../gui/wxpython/mapdisp/toolbars.py:47
msgid "Measure area"
msgstr ""

#: ../gui/wxpython/mapdisp/toolbars.py:48
msgid "Profile surface map"
msgstr ""

#: ../gui/wxpython/mapdisp/toolbars.py:51
msgid "Create bivariate scatterplot of raster maps"
msgstr ""

#: ../gui/wxpython/mapdisp/toolbars.py:53 ../gui/wxpython/menustrings.py:2115
#: ../gui/wxpython/animation/dialogs.py:1018
msgid "Add text"
msgstr ""

#: ../gui/wxpython/mapdisp/toolbars.py:55
msgid "Create histogram of raster map"
msgstr ""

#: ../gui/wxpython/mapdisp/toolbars.py:57 ../gui/wxpython/menustrings.py:661
#: ../gui/wxpython/menustrings.py:1614
msgid "Vector network analysis tool"
msgstr ""

#: ../gui/wxpython/mapdisp/toolbars.py:63
msgid "Rotate 3D scene"
msgstr ""

#: ../gui/wxpython/mapdisp/toolbars.py:64
msgid "Drag with mouse to rotate 3D scene"
msgstr ""

#: ../gui/wxpython/mapdisp/toolbars.py:68
#: ../gui/wxpython/nviz/preferences.py:263
msgid "Fly-through mode"
msgstr ""

#: ../gui/wxpython/mapdisp/toolbars.py:70
msgid ""
"Drag with mouse, hold Ctrl down for different mode or Shift to accelerate"
msgstr ""

#: ../gui/wxpython/mapdisp/toolbars.py:74
msgid "Click mouse to zoom"
msgstr ""

#: ../gui/wxpython/mapdisp/toolbars.py:75
msgid "Click mouse to unzoom"
msgstr ""

#: ../gui/wxpython/mapdisp/toolbars.py:101 ../gui/wxpython/animation/data.py:46
#: ../gui/wxpython/lmgr/frame.py:493
msgid "3D view"
msgstr ""

#: ../gui/wxpython/mapdisp/toolbars.py:107
msgid "3D view mode not available"
msgstr ""

#: ../gui/wxpython/mapdisp/toolbars.py:108
#: ../gui/wxpython/mapdisp/toolbars.py:120
#, python-format
msgid "Reason: %s"
msgstr ""

#: ../gui/wxpython/mapdisp/toolbars.py:119
msgid "Vector digitizer not available"
msgstr ""

#: ../gui/wxpython/mapdisp/toolbars.py:123
msgid ""
"Note that the wxGUI's vector digitizer is disabled in this installation. "
"Please keep an eye out for updated versions of GRASS. In the meantime you "
"can use \"v.edit\" for non-interactive editing from the Develop vector map "
"menu."
msgstr ""

#: ../gui/wxpython/mapdisp/test_mapdisp.py:145
msgid "Map window test frame"
msgstr ""

#: ../gui/wxpython/mapdisp/test_mapdisp.py:167
msgid "Map display test"
msgstr ""

#: ../gui/wxpython/mapdisp/test_mapdisp.py:176
msgid "Map window API test frame"
msgstr ""

#: ../gui/wxpython/mapdisp/test_mapdisp.py:202
msgid "Map window distance measurement test frame"
msgstr ""

#: ../gui/wxpython/mapdisp/test_mapdisp.py:236
msgid "Map window profile tool test frame"
msgstr ""

#: ../gui/wxpython/mapdisp/test_mapdisp.py:289
msgid "Map window rlisetup test frame"
msgstr ""

#: ../gui/wxpython/mapdisp/test_mapdisp.py:359
#, python-format
msgid "Unknown value %s of test parameter."
msgstr ""

#: ../gui/wxpython/mapdisp/statusbar.py:415
msgid "Render"
msgstr ""

#: ../gui/wxpython/mapdisp/statusbar.py:420
msgid "Enable/disable auto-rendering"
msgstr ""

#: ../gui/wxpython/mapdisp/statusbar.py:452
msgid "Show comp. extent"
msgstr ""

#: ../gui/wxpython/mapdisp/statusbar.py:456
msgid "Show computational extent"
msgstr ""

#: ../gui/wxpython/mapdisp/statusbar.py:463
msgid ""
"Show/hide computational region extent (set with g.region). Display region "
"drawn as a blue box inside the computational region, computational region "
"inside a display region as a red box)."
msgstr ""

#: ../gui/wxpython/mapdisp/statusbar.py:517
msgid "Display mode"
msgstr ""

#: ../gui/wxpython/mapdisp/statusbar.py:530
msgid ""
"Align region extent based on display size from center point. Default value "
"for new map displays can be set up in 'User GUI settings' dialog."
msgstr ""

#: ../gui/wxpython/mapdisp/statusbar.py:567
msgid "Display resolution"
msgstr ""

#: ../gui/wxpython/mapdisp/statusbar.py:579
msgid ""
"Constrain display resolution to computational region settings. Default value "
"for new map displays can be set up in 'User GUI settings' dialog."
msgstr ""

#: ../gui/wxpython/mapdisp/statusbar.py:619
msgid "Map scale"
msgstr ""

#: ../gui/wxpython/mapdisp/statusbar.py:643
msgid ""
"As everyone's monitors and resolutions are set differently these values are "
"not true map scales, but should get you into the right neighborhood."
msgstr ""

#: ../gui/wxpython/mapdisp/statusbar.py:698
msgid "Go to"
msgstr ""

#: ../gui/wxpython/mapdisp/statusbar.py:725
#: ../gui/wxpython/mapdisp/statusbar.py:801
#: ../gui/wxpython/mapdisp/statusbar.py:1044
#: ../gui/wxpython/mapdisp/statusbar.py:1124
msgid "Projection not defined (check the settings)"
msgstr ""

#: ../gui/wxpython/mapdisp/statusbar.py:816
#: ../gui/wxpython/mapdisp/statusbar.py:1057
#: ../gui/wxpython/mapdisp/statusbar.py:1172
msgid "Error in projection (check the settings)"
msgstr ""

#: ../gui/wxpython/mapdisp/statusbar.py:858
msgid "Use defined projection"
msgstr ""

#: ../gui/wxpython/mapdisp/statusbar.py:874
msgid ""
"Reproject coordinates displayed in the statusbar. Projection can be defined "
"in GUI preferences dialog (tab 'Projection')"
msgstr ""

#: ../gui/wxpython/mapdisp/statusbar.py:903
msgid "MASK"
msgstr ""

#: ../gui/wxpython/mapdisp/statusbar.py:952
msgid "Display geometry"
msgstr ""

#: ../gui/wxpython/mapdisp/statusbar.py:981
msgid "Coordinates"
msgstr ""

#: ../gui/wxpython/mapdisp/statusbar.py:1071
msgid "Extent"
msgstr ""

#: ../gui/wxpython/mapdisp/statusbar.py:1201
#: ../gui/wxpython/web_services/dialogs.py:893
#: ../gui/wxpython/menustrings.py:223 ../gui/wxpython/menustrings.py:1211
msgid "Computational region"
msgstr ""

#: ../gui/wxpython/mapdisp/main.py:191
#, python-format
msgid "Unsupported command %s."
msgstr ""

#: ../gui/wxpython/mapdisp/main.py:290
#, python-format
msgid "Unable to read cmdfile '%(cmd)s'. Details: %(det)s"
msgstr ""

#: ../gui/wxpython/mapdisp/main.py:622
#, python-format
msgid "Starting map display <%s>..."
msgstr ""

#: ../gui/wxpython/mapdisp/main.py:628
#, python-format
msgid "Unable to create file <%s>"
msgstr ""

#: ../gui/wxpython/mapdisp/main.py:642
#, python-format
msgid "Stopping map display <%s>..."
msgstr ""

#: ../gui/wxpython/vdigit/g.gui.vdigit.py:70
msgid "Vector Digitizer - GRASS GIS"
msgstr ""

#: ../gui/wxpython/vdigit/g.gui.vdigit.py:96
#, python-format
msgid "Vector digitizer not available. %s"
msgstr ""

#: ../gui/wxpython/vdigit/g.gui.vdigit.py:104
#, python-format
msgid ""
"Vector map <%s> not found in current mapset. New vector map can be created "
"by providing '-c' flag."
msgstr ""

#: ../gui/wxpython/vdigit/g.gui.vdigit.py:110
#, python-format
msgid "New vector map <%s> created"
msgstr ""

#: ../gui/wxpython/vdigit/g.gui.vdigit.py:116
#, python-format
msgid "Unable to create new vector map <%s>"
msgstr ""

#: ../gui/wxpython/vdigit/mapwindow.py:447
msgid "Update categories"
msgstr ""

#: ../gui/wxpython/vdigit/mapwindow.py:590
#: ../gui/wxpython/vdigit/mapwindow.py:1002
msgid "No vector map selected for editing."
msgstr ""

#: ../gui/wxpython/vdigit/mapwindow.py:600
msgid "Nothing to do. Choose appropriate tool from digitizer toolbar."
msgstr ""

#: ../gui/wxpython/vdigit/mapwindow.py:1156
msgid "Z bulk-labeling dialog"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:34
#: ../gui/wxpython/vdigit/toolbars.py:225
msgid "Digitization settings"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:60
msgid "Apply changes for this session"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:63
msgid "Close dialog and save changes to user settings file"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:142
#: ../gui/wxpython/wxplot/dialogs.py:1024
msgid "Line width"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:175
msgid "Snapping"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:181
msgid "Snapping threshold"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:197
msgid "screen pixels"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:197 ../gui/wxpython/core/units.py:35
msgid "map units"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:216
msgid "Snap also to vertex"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:226
#: ../gui/wxpython/vdigit/preferences.py:828
#: ../gui/wxpython/vdigit/preferences.py:842
#: ../gui/wxpython/vdigit/preferences.py:847
#, python-format
msgid "Snapping threshold is %(value).1f %(units)s"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:246
msgid "Select vector features"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:265
msgid "Select threshold"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:299
msgid "Select only features inside of selection bounding box"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:306
msgid ""
"By default are selected all features overlapping selection bounding box "
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:311
msgid "Check for duplicates"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:331
msgid "Digitize lines/boundaries"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:335
msgid "Break lines at intersection"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:352
msgid "Digitize areas"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:356
msgid "Close boundary (snap to the start node)"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:374
msgid "Save changes"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:377
msgid "Save changes on exit"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:396
msgid "Query tool"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:404
msgid "Choose query tool"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:410
msgid "Select by box"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:421
#: ../gui/wxpython/vdigit/preferences.py:612
msgid "length"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:426
msgid "Select lines"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:428
#: ../gui/wxpython/vdigit/preferences.py:466
msgid "shorter than"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:428
#: ../gui/wxpython/vdigit/preferences.py:466
msgid "longer than"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:459
msgid "dangle"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:464
msgid "Select dangles"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:513
msgid "Digitize new feature"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:519
msgid "Add new record into table"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:528
msgid "Mode"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:528
#: ../gui/wxpython/vdigit/preferences.py:565
msgid "Next to use"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:540
msgid "Category number"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:560
msgid "Category mode"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:565
msgid "Manual entry"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:565
msgid "No category"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:584
msgid "Delete existing feature(s)"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:590
msgid "Delete record from table"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:607
msgid "Geometry attributes"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:614
msgid "perimeter"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:695
msgid ""
"Note: These settings are stored in the workspace not in the vector digitizer "
"preferences."
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:731
msgid "Digitize new line segment"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:732
msgid "Digitize new line/boundary"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:733
msgid "Highlight"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:734
msgid "Highlight (duplicates)"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:736
#: ../gui/wxpython/psmap/toolbars.py:105
msgid "Line"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:737
msgid "Boundary (no area)"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:738
msgid "Boundary (one area)"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:739
msgid "Boundary (two areas)"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:740
msgid "Centroid (in area)"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:741
msgid "Centroid (outside area)"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:742
msgid "Centroid (duplicate in area)"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:743
msgid "Node (one line)"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:744
msgid "Node (two lines)"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:745
msgid "Vertex"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:746
msgid "Area (closed boundary + centroid)"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:747
msgid "Direction"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:817
msgid "Snapping disabled"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:821
#, python-format
msgid "Snapping threshold is %(value).1f %(units)s (based on comp. resolution)"
msgstr ""

#: ../gui/wxpython/vdigit/preferences.py:879
#, python-format
msgid "Vector digitizer settings saved to file <%s>."
msgstr ""

#: ../gui/wxpython/vdigit/wxdigit.py:61
msgid "Digitization Error"
msgstr ""

#: ../gui/wxpython/vdigit/wxdigit.py:66
#, python-format
msgid "Unable to open vector map <%s>."
msgstr ""

#: ../gui/wxpython/vdigit/wxdigit.py:68
msgid "No vector map open for editing."
msgstr ""

#: ../gui/wxpython/vdigit/wxdigit.py:70
msgid "Operation canceled."
msgstr ""

#: ../gui/wxpython/vdigit/wxdigit.py:79
#, python-format
msgid ""
"Writing new feature failed. Operation canceled.\n"
"\n"
"Reason: %s"
msgstr ""

#: ../gui/wxpython/vdigit/wxdigit.py:89
#, python-format
msgid "Reading feature id %d failed. Operation canceled."
msgstr ""

#: ../gui/wxpython/vdigit/wxdigit.py:97
#, python-format
msgid "Database link %d not available. Operation canceled."
msgstr ""

#: ../gui/wxpython/vdigit/wxdigit.py:106
#, python-format
msgid "Unable to start database driver <%s>. Operation canceled."
msgstr ""

#: ../gui/wxpython/vdigit/wxdigit.py:116
#, python-format
msgid ""
"Unable to open database <%(db)s> by driver <%(driver)s>. Operation canceled."
msgstr ""

#: ../gui/wxpython/vdigit/wxdigit.py:127
#, python-format
msgid "Unable to execute SQL query '%s'. Operation canceled."
msgstr ""

#: ../gui/wxpython/vdigit/wxdigit.py:135
#, python-format
msgid "Feature id %d is marked as dead. Operation canceled."
msgstr ""

#: ../gui/wxpython/vdigit/wxdigit.py:143
#, python-format
msgid "Unsupported feature type %d. Operation canceled."
msgstr ""

#: ../gui/wxpython/vdigit/wxdigit.py:510
#, python-format
msgid "Unknown feature type '%s'"
msgstr ""

#: ../gui/wxpython/vdigit/wxdigit.py:515
msgid "Not enough points for line"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:120
msgid "Select area/boundary/centroid tool"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:147
msgid "Digitize new point"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:148
#: ../gui/wxpython/vdigit/toolbars.py:167
#: ../gui/wxpython/vdigit/toolbars.py:172
msgid "Left: new point"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:152
msgid "Digitize new line"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:154
#: ../gui/wxpython/vdigit/toolbars.py:161
#: ../gui/wxpython/vdigit/toolbars.py:205
msgid "Left: new point; Ctrl+Left: undo last point; Right: close line"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:159
msgid "Digitize new boundary"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:166
msgid "Digitize new centroid"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:171
msgid "Digitize new area (boundary without category)"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:176
msgid "Add new vertex to line or boundary"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:177
#: ../gui/wxpython/vdigit/toolbars.py:184
#: ../gui/wxpython/vdigit/toolbars.py:189
#: ../gui/wxpython/vdigit/toolbars.py:213
#: ../gui/wxpython/vdigit/toolbars.py:218
#: ../gui/wxpython/vdigit/toolbars.py:223
#: ../gui/wxpython/vdigit/toolbars.py:236
msgid "Left: Select; Ctrl+Left: Unselect; Right: Confirm"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:182
msgid "Delete selected point(s), line(s), boundary(ies) or centroid(s)"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:188
msgid "Delete selected area(s)"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:193
msgid "Display/update attributes"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:194
#: ../gui/wxpython/vdigit/toolbars.py:199
msgid "Left: Select"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:198
msgid "Display/update categories"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:203
msgid "Edit selected line/boundary"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:211
msgid "Move selected point(s), line(s), boundary(ies) or centroid(s)"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:217
msgid "Move selected vertex"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:222
msgid "Remove selected vertex"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:227
msgid "Quit digitizer"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:227
msgid "Quit digitizer and save changes"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:230
msgid "Vector Digitizer manual"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:231
msgid "Show Vector Digitizer manual"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:235
msgid "Additional tools (copy, flip, connect, etc.)"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:239
msgid "Undo previous changes"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:242
msgid "Redo"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:242
msgid "Redo previous changes"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:365
msgid ""
"No vector map is open for editing. Please select firsta vector map from the "
"combo box."
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:634
msgid "Break selected lines/boundaries at intersection"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:640
msgid "Connect selected lines/boundaries"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:645
msgid "Copy categories"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:647
msgid "Copy features from (background) vector map"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:652
msgid "Copy attributes"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:654
msgid "Feature type conversion"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:660
msgid "Flip selected lines/boundaries"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:666
msgid "Merge selected lines/boundaries"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:672
msgid "Snap selected lines/boundaries (only to nodes)"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:677
msgid "Split line/boundary"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:678
msgid "Query features"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:680
msgid "Z bulk-labeling of 3D lines"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:711
msgid "Select background vector map"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:869
msgid "Vector map is not 3D. Operation canceled."
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:975
#, python-format
msgid ""
"Topology for vector map <%s> is not available. Topology is required by "
"digitizer.\n"
"Do you want to rebuild topology (takes some time) and open the vector map "
"for editing?"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:981
msgid "Digitizer error"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:1015
#, python-format
msgid "Please wait, opening vector map <%s> for editing..."
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:1059
#, python-format
msgid ""
"Unsupported feature type '%(type)s'. Unable to edit OGR layer <%(layer)s>."
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:1130
#, python-format
msgid "Do you want to save changes in vector map <%s>?"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:1132
msgid "Save changes?"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:1142
#, python-format
msgid "Please wait, closing and rebuilding topology of vector map <%s>..."
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:1161
#, python-format
msgid "Editing of vector map <%s> successfully finished"
msgstr ""

#: ../gui/wxpython/vdigit/toolbars.py:1230
#: ../gui/wxpython/vdigit/toolbars.py:1241
msgid "New vector map"
msgstr ""

#: ../gui/wxpython/vdigit/wxdisplay.py:368
msgid ""
"WARNING: Zero-length line or boundary drawing skipped. Use v.clean to remove "
"it."
msgstr ""

#: ../gui/wxpython/vdigit/wxdisplay.py:1024
#, python-format
msgid ""
"Topology for vector map <%s> is not available. Topology is required by "
"digitizer. Do you want to rebuild topology (takes some time) and open the "
"vector map for editing?"
msgstr ""

#: ../gui/wxpython/vdigit/wxdisplay.py:1030
msgid "Topology missing"
msgstr ""

#: ../gui/wxpython/vdigit/dialogs.py:94
msgid "List of categories - right-click to delete"
msgstr ""

#: ../gui/wxpython/vdigit/dialogs.py:127
msgid "Add new category"
msgstr ""

#: ../gui/wxpython/vdigit/dialogs.py:173 ../gui/wxpython/psmap/dialogs.py:541
#: ../gui/wxpython/web_services/dialogs.py:703
msgid "Apply changes"
msgstr ""

#: ../gui/wxpython/vdigit/dialogs.py:175
msgid "Ignore changes and close dialog"
msgstr ""

#: ../gui/wxpython/vdigit/dialogs.py:177
#: ../gui/wxpython/web_services/dialogs.py:708
msgid "Apply changes and close dialog"
msgstr ""

#: ../gui/wxpython/vdigit/dialogs.py:267 ../gui/wxpython/vdigit/dialogs.py:481
#, python-format
msgid ""
"Unable to add new layer/category <%(layer)s/%(category)s>.\n"
"Layer and category number must be integer.\n"
"Layer number must be greater than zero."
msgstr ""

#: ../gui/wxpython/vdigit/dialogs.py:456
msgid "Unable to update vector map."
msgstr ""

#: ../gui/wxpython/vdigit/dialogs.py:618
#, python-format
msgid "%d lines selected for z bulk-labeling"
msgstr ""

#: ../gui/wxpython/vdigit/dialogs.py:622
msgid "Set value"
msgstr ""

#: ../gui/wxpython/vdigit/dialogs.py:628
msgid "Starting value"
msgstr ""

#: ../gui/wxpython/vdigit/dialogs.py:634
msgid "Step"
msgstr ""

#: ../gui/wxpython/vdigit/dialogs.py:668
msgid "List of duplicates"
msgstr ""

#: ../gui/wxpython/vdigit/dialogs.py:762
msgid "Feature id"
msgstr ""

#: ../gui/wxpython/vdigit/dialogs.py:763
msgid "Layer (Categories)"
msgstr ""

#: ../gui/wxpython/tplot/g.gui.tplot.py:145
msgid "With stvds you have to set 'attr' option"
msgstr ""

#: ../gui/wxpython/tplot/g.gui.tplot.py:151
msgid ""
"With stvds it is not possible to use 'coordinates' and 'cats' options "
"together"
msgstr ""

#: ../gui/wxpython/tplot/g.gui.tplot.py:157
msgid "With stvds you have to use 'coordinates' or 'cats' option"
msgstr ""

#: ../gui/wxpython/tplot/g.gui.tplot.py:175
msgid "Temporal Plot Tool - GRASS GIS"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:47
#, python-brace-format
msgid ""
"The Temporal Plot Tool needs the \"matplotlib\" (python-matplotlib) package "
"to be installed. {0}"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:105
msgid "Temporal Plot Tool"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:190
msgid ""
"Raster temporal dataset (strds)\n"
"Press ENTER after typing the name or select with the combobox"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:207
msgid "X and Y coordinates separated by comma:"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:224
msgid ""
"Coordinates can be obtained for example by right-clicking on Map Display."
msgstr ""

#: ../gui/wxpython/tplot/frame.py:231 ../gui/wxpython/tplot/frame.py:297
msgid "Show simple linear regression line"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:247
msgid "STRDS"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:255
msgid ""
"Vector temporal dataset (stvds)\n"
"Press ENTER after typing the name or select with the combobox"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:275
msgid "Select attribute column"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:292
msgid "Select category of vector(s)"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:316
msgid "STVDS"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:323
msgid "Set title for the plot"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:333
msgid "Set label for X axis"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:343
msgid "Set label for Y axis"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:359
msgid "Labels"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:366
msgid "Path for output CSV file with plotted data"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:373
msgid "CVS path"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:381
msgid "Do you want the CSV header?"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:394 ../gui/wxpython/menustrings.py:989
#: ../gui/wxpython/menustrings.py:1942 ../gui/wxpython/animation/dialogs.py:957
#: ../gui/wxpython/lmgr/layertree.py:764
msgid "Export"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:400 ../gui/wxpython/timeline/frame.py:141
#: ../gui/wxpython/nviz/preferences.py:444 ../gui/wxpython/nviz/tools.py:850
#: ../gui/wxpython/nviz/tools.py:1945
msgid "Draw"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:402 ../gui/wxpython/timeline/frame.py:143
#: ../gui/wxpython/menustrings.py:2080 ../gui/wxpython/menustrings.py:2123
msgid "Help"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:420 ../gui/wxpython/tplot/frame.py:1063
#: ../gui/wxpython/tplot/frame.py:1070 ../gui/wxpython/tplot/frame.py:1099
#: ../gui/wxpython/tplot/frame.py:1262
msgid "Invalid input coordinates"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:433 ../gui/wxpython/tplot/frame.py:570
#: ../gui/wxpython/timeline/frame.py:187
#, python-format
msgid "Dataset <%s> not found in temporal database"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:454 ../gui/wxpython/tplot/frame.py:594
#: ../gui/wxpython/timeline/frame.py:203
msgid ""
"Datasets have different temporal type (absolute x relative), which is not "
"allowed."
msgstr ""

#: ../gui/wxpython/tplot/frame.py:476 ../gui/wxpython/tplot/frame.py:607
#: ../gui/wxpython/timeline/frame.py:224
msgid "Datasets have different time unit which is not allowed."
msgstr ""

#: ../gui/wxpython/tplot/frame.py:525
#, python-brace-format
msgid "Category {ca} is not on vector map {ma} and it will be not used"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:547
msgid ""
"Both coordinates and categories are set, coordinates will be used. The use "
"categories remove text from coordinate form"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:557
msgid "With Vector temporal dataset you have to select an attribute column"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:627
msgid ""
"Difference number of vector layers and maps in the vector temporal dataset"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:672
#, python-brace-format
msgid "No connection between vector map {vmap} and layer {la}"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:745
#, python-format
msgid "Temporal resolution: %s"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:747 ../gui/wxpython/timeline/frame.py:395
#, python-format
msgid "Time [%s]"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:861
msgid ""
"Problem getting data from raster temporal dataset. Empty list of values."
msgstr ""

#: ../gui/wxpython/tplot/frame.py:920
#, python-brace-format
msgid ""
"Problem getting data from vector temporal dataset. Empty list of values for "
"cat {ca}."
msgstr ""

#: ../gui/wxpython/tplot/frame.py:977
msgid ""
"Problem getting data from vector temporal dataset. Empty list of values."
msgstr ""

#: ../gui/wxpython/tplot/frame.py:1013
#, python-brace-format
msgid "{pa} already exists, do you want to overwrite?"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:1016
msgid "File exists"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:1024
msgid "Please change name of output CSV file or "
msgstr ""

#: ../gui/wxpython/tplot/frame.py:1052
msgid "Incorrect coordinates format, should be: x,y"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:1078
msgid "Seed point outside the current region"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:1092
msgid "Invalid input raster dataset"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:1115
msgid "Invalid input vector dataset"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:1167 ../gui/wxpython/timeline/frame.py:485
#: ../gui/wxpython/animation/utils.py:73 ../gui/wxpython/animation/utils.py:81
#: ../gui/wxpython/animation/temporal_manager.py:247
#, python-format
msgid "Space time dataset <%s> not found."
msgstr ""

#: ../gui/wxpython/tplot/frame.py:1188 ../gui/wxpython/timeline/frame.py:505
#, python-format
msgid "Please specify the space time dataset <%s>."
msgstr ""

#: ../gui/wxpython/tplot/frame.py:1190 ../gui/wxpython/timeline/frame.py:506
msgid "Ambiguous dataset name"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:1252 ../gui/wxpython/tplot/frame.py:1316
msgid "Invalid input temporal dataset"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:1340
msgid "Datasets have different number of values"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:1365 ../gui/wxpython/timeline/frame.py:599
#, python-format
msgid "Space time raster dataset: %s"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:1367 ../gui/wxpython/timeline/frame.py:601
#, python-format
msgid "Space time vector dataset: %s"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:1369 ../gui/wxpython/timeline/frame.py:603
#, python-format
msgid "Space time 3D raster dataset: %s"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:1371
#, python-brace-format
msgid "Value for {date} is {val}"
msgstr ""

#: ../gui/wxpython/tplot/frame.py:1373
msgid "Press Del to dismiss."
msgstr ""

#: ../gui/wxpython/icons/icon.py:37
#, python-format
msgid "Unknown iconset '%s', using default 'grass'...\n"
msgstr ""

#: ../gui/wxpython/icons/icon.py:54
#, python-format
msgid "Unable to load icon theme. Reason: %s. Quiting wxGUI..."
msgstr ""

#: ../gui/wxpython/psmap/toolbars.py:71 ../gui/wxpython/menustrings.py:2092
msgid "Generate text file with mapping instructions"
msgstr ""

#: ../gui/wxpython/psmap/toolbars.py:74 ../gui/wxpython/menustrings.py:2090
msgid "Load text file with mapping instructions"
msgstr ""

#: ../gui/wxpython/psmap/toolbars.py:77 ../gui/wxpython/menustrings.py:2094
msgid "Generate PostScript output"
msgstr ""

#: ../gui/wxpython/psmap/toolbars.py:79 ../gui/wxpython/menustrings.py:2096
msgid "Generate PDF output"
msgstr ""

#: ../gui/wxpython/psmap/toolbars.py:83 ../gui/wxpython/menustrings.py:2088
msgid "Specify paper size, margins and orientation"
msgstr ""

#: ../gui/wxpython/psmap/toolbars.py:86
msgid "Full extent"
msgstr ""

#: ../gui/wxpython/psmap/toolbars.py:86
msgid "Zoom to full extent"
msgstr ""

#: ../gui/wxpython/psmap/toolbars.py:90 ../gui/wxpython/psmap/dialogs.py:892
#: ../gui/wxpython/psmap/dialogs.py:941 ../gui/wxpython/menustrings.py:2102
msgid "Map frame"
msgstr ""

#: ../gui/wxpython/psmap/toolbars.py:91
msgid "Click and drag to place map frame"
msgstr ""

#: ../gui/wxpython/psmap/toolbars.py:94 ../gui/wxpython/menustrings.py:2121
msgid "Delete selected object"
msgstr ""

#: ../gui/wxpython/psmap/toolbars.py:96
msgid "Show preview"
msgstr ""

#: ../gui/wxpython/psmap/toolbars.py:97
msgid "Quit Cartographic Composer"
msgstr ""

#: ../gui/wxpython/psmap/toolbars.py:98 ../gui/wxpython/psmap/dialogs.py:5160
#: ../gui/wxpython/psmap/dialogs.py:5165 ../gui/wxpython/menustrings.py:2114
#: ../gui/wxpython/animation/dialogs.py:1522
msgid "Text"
msgstr ""

#: ../gui/wxpython/psmap/toolbars.py:99 ../gui/wxpython/menustrings.py:2110
msgid "Map info"
msgstr ""

#: ../gui/wxpython/psmap/toolbars.py:100 ../gui/wxpython/wxplot/dialogs.py:1052
#: ../gui/wxpython/wxplot/dialogs.py:1109
#: ../gui/wxpython/wxplot/dialogs.py:1171
msgid "Legend"
msgstr ""

#: ../gui/wxpython/psmap/toolbars.py:101 ../gui/wxpython/menustrings.py:2112
#: ../gui/wxpython/nviz/tools.py:2468
msgid "Scale bar"
msgstr ""

#: ../gui/wxpython/psmap/toolbars.py:102 ../gui/wxpython/psmap/dialogs.py:5668
#: ../gui/wxpython/psmap/dialogs.py:5731 ../gui/wxpython/menustrings.py:2116
#: ../gui/wxpython/animation/dialogs.py:1522
msgid "Image"
msgstr ""

#: ../gui/wxpython/psmap/toolbars.py:103 ../gui/wxpython/psmap/dialogs.py:6152
#: ../gui/wxpython/menustrings.py:2118 ../gui/wxpython/nviz/tools.py:2411
msgid "North Arrow"
msgstr ""

#: ../gui/wxpython/psmap/toolbars.py:107
msgid "Add overlays"
msgstr ""

#: ../gui/wxpython/psmap/toolbars.py:108 ../gui/wxpython/lmgr/layertree.py:78
msgid "Add labels"
msgstr ""

#: ../gui/wxpython/psmap/toolbars.py:184
msgid "Add simple graphics: points"
msgstr ""

#: ../gui/wxpython/psmap/toolbars.py:196
msgid "Add simple graphics: lines"
msgstr ""

#: ../gui/wxpython/psmap/toolbars.py:210
msgid "Add simple graphics: rectangles"
msgstr ""

#: ../gui/wxpython/psmap/g.gui.psmap.py:52
msgid "Cartographic Composer - GRASS GIS"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:269
msgid "Units:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:283
msgid ""
"Position of the top left corner\n"
"from the top left edge of the paper"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:286
#: ../gui/wxpython/animation/dialogs.py:1142
msgid "X:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:287
#: ../gui/wxpython/animation/dialogs.py:1147
msgid "Y:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:313
msgid "Position is given:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:315
msgid "relative to paper"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:318
msgid "by map coordinates"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:350
msgid ""
"Position from the top left\n"
"edge of the paper"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:455
msgid "Font:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:485
msgid "Choose color:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:535
msgid "Close dialog and apply changes"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:578
msgid "Units"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:579
#: ../gui/wxpython/animation/dialogs.py:950
msgid "Format"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:580
msgid "Orientation"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:581 ../gui/wxpython/psmap/dialogs.py:2882
msgid "Width"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:582
msgid "Height"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:583
msgid "Left"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:584
msgid "Right"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:656
msgid "Literal is not allowed!"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:657 ../gui/wxpython/psmap/dialogs.py:1455
#: ../gui/wxpython/psmap/dialogs.py:1487 ../gui/wxpython/psmap/dialogs.py:1546
#: ../gui/wxpython/psmap/dialogs.py:5073
#: ../gui/wxpython/animation/controller.py:308
#: ../gui/wxpython/animation/dialogs.py:755
#: ../gui/wxpython/wxplot/dialogs.py:579
msgid "Invalid input"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:667
msgid "Page size"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:669
msgid "Margins"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:676
msgid "Portrait"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:676
msgid "Landscape"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:815
msgid "Map settings"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:827
msgid "Map frame settings"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:946
msgid "Map frame options:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:948
msgid "fit frame to match selected map"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:949
msgid "fit frame to match saved region"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:950
msgid "fit frame to match current computational region"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:951
msgid "fixed scale and map center"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:965 ../gui/wxpython/psmap/dialogs.py:1253
msgid "Map selection"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:978 ../gui/wxpython/psmap/dialogs.py:1764
msgid "Map:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:978
msgid "Region:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:1027
msgid "Map scale and center"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:1032
msgid "Center:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:1033
msgid "E:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:1034
msgid "N:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:1047 ../gui/wxpython/psmap/dialogs.py:5795
msgid "Scale:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:1048
msgid "1 :"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:1104
msgid "Map max resolution (dpi):"
msgstr ""

#. GTC Line around legend or map frame
#. GTC  Line around legend or map frame
#: ../gui/wxpython/psmap/dialogs.py:1125 ../gui/wxpython/psmap/dialogs.py:3641
msgid "Border"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:1130
msgid "draw border around map frame"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:1137
msgid "border color:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:1139
msgid "border width (pts):"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:1263
msgid ""
"Region is set to match this map,\n"
"raster or vector map must be added later"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:1272
msgid "Region selection"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:1454
msgid "No map selected!"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:1486
msgid "No region selected!"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:1545
msgid "Invalid scale or map center!"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:1594 ../gui/wxpython/menustrings.py:2104
#: ../gui/wxpython/nviz/mapwindow.py:1721 ../gui/wxpython/nviz/tools.py:830
#: ../gui/wxpython/lmgr/layertree.py:1038
msgid "Raster map"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:1616
msgid "Choose raster map"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:1622
msgid "no raster map"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:1624
msgid "raster:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:1687 ../gui/wxpython/psmap/frame.py:249
msgid "Please, create map frame first."
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:1760
msgid "Add map"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:1773 ../gui/wxpython/psmap/dialogs.py:2221
msgid "points"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:1773 ../gui/wxpython/psmap/dialogs.py:2223
msgid "lines"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:1773
msgid "areas"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:1778
msgid "Data Type"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:1805
msgid "Manage vector maps"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:1811
msgid "The topmost vector map overlaps the others"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:1816 ../gui/wxpython/psmap/dialogs.py:3607
#: ../gui/wxpython/web_services/widgets.py:271
msgid "Up"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:1817 ../gui/wxpython/psmap/dialogs.py:3608
#: ../gui/wxpython/web_services/widgets.py:272
msgid "Down"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:1818 ../gui/wxpython/menustrings.py:181
#: ../gui/wxpython/menustrings.py:1209 ../gui/wxpython/menustrings.py:2120
#: ../gui/wxpython/nviz/tools.py:1410 ../gui/wxpython/nviz/tools.py:2452
#: ../gui/wxpython/nviz/tools.py:2514
msgid "Delete"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:1819
msgid "Properties..."
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2051
msgid "Raster map settings"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2104
msgid "Vector maps settings"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2153
#, python-format
msgid "%s properties"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2208
msgid "Data selection"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2221
msgid "centroids"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2223
msgid "boundaries"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2247
msgid "Layer selection"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2256
msgid "Database connection is not defined in DB file."
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2258
msgid "Select layer:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2292
msgid "list of categories (e.g. 1,3,5-7)"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2352 ../gui/wxpython/menustrings.py:337
#: ../gui/wxpython/menustrings.py:1290 ../gui/wxpython/nviz/tools.py:983
#: ../gui/wxpython/nviz/tools.py:2913
msgid "Mask"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2355
msgid "Use current mask"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2374 ../gui/wxpython/psmap/dialogs.py:2522
msgid "Colors"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2379 ../gui/wxpython/psmap/dialogs.py:2527
msgid "Outline"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2383 ../gui/wxpython/psmap/dialogs.py:2536
msgid "draw outline"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2386 ../gui/wxpython/psmap/dialogs.py:2540
#: ../gui/wxpython/psmap/dialogs.py:5251 ../gui/wxpython/psmap/dialogs.py:5262
msgid "Width (pts):"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2444 ../gui/wxpython/psmap/dialogs.py:2595
#: ../gui/wxpython/wxplot/dialogs.py:1097
#: ../gui/wxpython/wxplot/dialogs.py:1159
msgid "Fill"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2448
msgid "fill color"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2455 ../gui/wxpython/psmap/dialogs.py:2602
msgid "choose color:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2469 ../gui/wxpython/psmap/dialogs.py:2617
msgid "color from map table column:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2538
msgid "No effect for fill color from table column"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2599
msgid "Color of lines:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2665 ../gui/wxpython/psmap/dialogs.py:2877
#: ../gui/wxpython/psmap/dialogs.py:2979
msgid "Size and style"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2675 ../gui/wxpython/nviz/tools.py:1775
msgid "symbol:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2686
msgid "eps file:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2694 ../gui/wxpython/psmap/dialogs.py:2994
msgid "Type filename or click browse to choose file"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2695 ../gui/wxpython/psmap/dialogs.py:2995
msgid "Choose a file"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2738 ../gui/wxpython/psmap/dialogs.py:3709
#: ../gui/wxpython/psmap/dialogs.py:4831 ../gui/wxpython/wxplot/dialogs.py:1083
#: ../gui/wxpython/wxplot/dialogs.py:1145
msgid "Size"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2743 ../gui/wxpython/nviz/tools.py:1713
msgid "size:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2747
msgid "size from map table column:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2750
msgid "scale:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2807
msgid "Rotation"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2811
msgid "rotate symbols:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2815
msgid "counterclockwise in degrees:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2820
msgid "from map table column:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2886
msgid "Set width (pts):"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2901
msgid "multiply width by category value"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2927 ../gui/wxpython/psmap/dialogs.py:6611
#: ../gui/wxpython/wxplot/dialogs.py:1039
msgid "Line style"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2931
msgid "Choose line style:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2943
msgid "Choose linecap:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2984
msgid "Pattern"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2988
msgid "use pattern:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:2992
msgid "Choose pattern file:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:3002
msgid "pattern line width (pts):"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:3006
msgid "pattern scale factor:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:3388
msgid "Raster legend"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:3392
#: ../gui/wxpython/animation/dialogs.py:462
msgid "Show raster legend"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:3398
msgid "Source raster"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:3403
msgid "current raster"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:3405
msgid "select raster"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:3414 ../gui/wxpython/psmap/dialogs.py:4396
#, python-format
msgid "%(rast)s: type %(type)s"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:3455
msgid "Type of legend"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:3461
msgid "discrete legend (categorical maps)"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:3467
msgid "continuous color gradient legend (floating point map)"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:3480
msgid "Advanced legend settings"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:3485
msgid "draw \"no data\" box"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:3492
msgid "draw ticks across color table"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:3563
msgid "Vector legend"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:3567
msgid "Show vector legend"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:3574
msgid "Source vector maps"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:3580
msgid "Choose vector maps and their order in legend"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:3585 ../gui/wxpython/menustrings.py:2106
#: ../gui/wxpython/nviz/tools.py:1486 ../gui/wxpython/lmgr/layertree.py:1042
msgid "Vector map"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:3609 ../gui/wxpython/psmap/dialogs.py:4082
msgid "Edit label"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:3646
msgid "draw border around legend"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:3691
msgid "Size and position"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:3707 ../gui/wxpython/psmap/dialogs.py:4470
#: ../gui/wxpython/psmap/dialogs.py:4761 ../gui/wxpython/psmap/dialogs.py:5375
#: ../gui/wxpython/psmap/dialogs.py:5379 ../gui/wxpython/psmap/dialogs.py:5856
#: ../gui/wxpython/psmap/dialogs.py:5861 ../gui/wxpython/psmap/dialogs.py:6377
#: ../gui/wxpython/psmap/dialogs.py:6382 ../gui/wxpython/nviz/tools.py:1055
#: ../gui/wxpython/nviz/tools.py:2069
msgid "Position"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:3758
msgid "Leave the edit field empty, to use default values."
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:3806
msgid ""
"Width of the color symbol (for lines)\n"
"in front of the legend text"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:3813 ../gui/wxpython/psmap/dialogs.py:3976
msgid "Columns:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:3823
msgid "column span:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:3827
msgid ""
"Column separation distance between the left edges\n"
"of two columns in a multicolumn legend"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:4081
msgid "Edit legend label:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:4131
msgid "No raster map selected!"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:4132
msgid "No raster"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:4442
msgid "Mapinfo settings"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:4559
msgid "Color settings"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:4565
msgid "use border color:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:4568
msgid "use background color:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:4835
msgid "Length:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:4841
msgid "Scalebar length is given in map units"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:4846
msgid "Scalebar height is real height on paper"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:4848
msgid "default"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:4913 ../gui/wxpython/wxplot/dialogs.py:1116
#: ../gui/wxpython/wxplot/dialogs.py:1178
msgid "Style"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:4917
msgid "Type:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:4935
msgid "Number of segments:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:4939
msgid "Label every "
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:4940
msgid "segments"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:4950
msgid "transparent text background"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:5072
msgid "Length of scale bar is not defined"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:5168
msgid "Enter text:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:5233
msgid "Text effects"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:5239
msgid "text background"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:5244
msgid "highlight"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:5255
msgid "text border"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:5387
msgid "Offset"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:5390
msgid "horizontal (pts):"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:5391
msgid "vertical (pts):"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:5419
msgid " Reference point"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:5452
msgid "Text rotation"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:5456
msgid "rotate text (counterclockwise)"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:5545
msgid "No text entered!"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:5743 ../gui/wxpython/nviz/tools.py:608
msgid "Choose a directory:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:5744
msgid "Choose a directory with images"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:5779
msgid "Note: only EPS format supported"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:5789
msgid "Scale And Rotation"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:5820 ../gui/wxpython/psmap/dialogs.py:6344
msgid "Rotation angle (deg):"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:5834 ../gui/wxpython/psmap/dialogs.py:6359
msgid "Counterclockwise rotation in degrees"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:5935
msgid ""
"PIL\n"
"missing"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:5956
#, python-format
msgid "Unable to read file %s"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:6019
#, python-format
msgid "size: %(width)s x %(height)s pts"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:6041
msgid "No image selected."
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:6157
msgid "North Arrow settings"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:6167
msgid "Compute convergence"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:6240
msgid "Symbol"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:6246
msgid "Select symbol:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:6266
msgid ""
"Note: Selected symbol is not displayed\n"
"in draft mode (only in preview mode)"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:6289 ../gui/wxpython/psmap/dialogs.py:6568
msgid "Outline color:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:6304 ../gui/wxpython/psmap/dialogs.py:6589
msgid "Fill color:"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:6328
msgid "Size and Rotation"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:6334
msgid "Size (pt):"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:6336
msgid "Symbol size in points"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:6531
msgid "Rectangle settings"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:6533
msgid "Line settings"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:6628
msgid "Line width in points"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:6697
msgid "Vector labels"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:6720
msgid "Vector label files created beforehand by v.label module"
msgstr ""

#: ../gui/wxpython/psmap/dialogs.py:6731
msgid "You can select multiple label files."
msgstr ""

#: ../gui/wxpython/psmap/instructions.py:154
#, python-format
msgid ""
"Unable to open file\n"
"%s"
msgstr ""

#: ../gui/wxpython/psmap/instructions.py:535
#, python-format
msgid "Instruction file will be loaded with following region: %s\n"
msgstr ""

#: ../gui/wxpython/psmap/instructions.py:541
#, python-format
msgid ""
"Region cannot be set\n"
"%s"
msgstr ""

#: ../gui/wxpython/psmap/instructions.py:711
#: ../gui/wxpython/psmap/instructions.py:925
#: ../gui/wxpython/psmap/instructions.py:1053
#: ../gui/wxpython/psmap/instructions.py:1128
#: ../gui/wxpython/psmap/instructions.py:1313
#: ../gui/wxpython/psmap/instructions.py:1388
#: ../gui/wxpython/psmap/instructions.py:1466
#: ../gui/wxpython/psmap/instructions.py:1572
#: ../gui/wxpython/psmap/instructions.py:1716
#: ../gui/wxpython/psmap/instructions.py:1869
#: ../gui/wxpython/psmap/instructions.py:1925
#: ../gui/wxpython/psmap/instructions.py:2280
#, python-format
msgid "Failed to read instruction %s"
msgstr ""

#: ../gui/wxpython/psmap/instructions.py:727
#, python-format
msgid ""
"Scale has changed, old value: %(old)s\n"
"new value: %(new)s"
msgstr ""

#: ../gui/wxpython/psmap/instructions.py:732
#, python-format
msgid ""
"Failed to read instruction %s.\n"
"Use 1:25000 notation."
msgstr ""

#: ../gui/wxpython/psmap/instructions.py:746
#, python-format
msgid ""
"Map frame position changed, old value: %(old1)s %(old2)s\n"
"new value: %(new1)s %(new2)s"
msgstr ""

#: ../gui/wxpython/psmap/instructions.py:764
#, python-format
msgid ""
"Map frame size changed, old value: %(old1)s %(old2)s\n"
"new value: %(new1)s %(new2)s"
msgstr ""

#: ../gui/wxpython/psmap/instructions.py:837
#, python-format
msgid ""
"Failed to read instruction %(file)s.\n"
"Unknown format %(for)s"
msgstr ""

#: ../gui/wxpython/psmap/instructions.py:852
#, python-format
msgid "Failed to read instruction %s."
msgstr ""

#: ../gui/wxpython/psmap/instructions.py:1132
#, python-format
msgid "Failed to read instruction %(inst)s: file %(file)s not found."
msgstr ""

#: ../gui/wxpython/psmap/frame.py:58 ../gui/wxpython/menustrings.py:210
#: ../gui/wxpython/menustrings.py:2008 ../gui/wxpython/lmgr/toolbars.py:154
msgid "Cartographic Composer"
msgstr ""

#: ../gui/wxpython/psmap/frame.py:215
msgid ""
"Python Imaging Library is not available.\n"
"'Preview' functionality won't work."
msgstr ""

#: ../gui/wxpython/psmap/frame.py:275
#, python-format
msgid ""
"Characters on position %s are not supported by ISO-8859-1 (Latin 1) encoding "
"which is required by module ps.map."
msgstr ""

#: ../gui/wxpython/psmap/frame.py:283
msgid ""
"Not all characters are supported by ISO-8859-1 (Latin 1) encoding which is "
"required by module ps.map."
msgstr ""

#: ../gui/wxpython/psmap/frame.py:314
msgid "Program ps2pdf is not available. Please install it first to create PDF."
msgstr ""

#: ../gui/wxpython/psmap/frame.py:367
msgid "Generating PDF..."
msgstr ""

#: ../gui/wxpython/psmap/frame.py:369
msgid "Generating PostScript..."
msgstr ""

#: ../gui/wxpython/psmap/frame.py:371
msgid "Generating preview..."
msgstr ""

#: ../gui/wxpython/psmap/frame.py:391
#, python-format
msgid "Ps.map exited with return code %s"
msgstr ""

#: ../gui/wxpython/psmap/frame.py:438
#, python-format
msgid "%(prg)s exited with return code %(code)s"
msgstr ""

#: ../gui/wxpython/psmap/frame.py:442
msgid "PDF generated"
msgstr ""

#: ../gui/wxpython/psmap/frame.py:447
#, python-format
msgid ""
"Program ps2pdf is not available. Please install it to create PDF.\n"
"\n"
" %s"
msgstr ""

#: ../gui/wxpython/psmap/frame.py:453
msgid "PostScript file generated"
msgstr ""

#: ../gui/wxpython/psmap/frame.py:463
msgid "Generating preview, wait please"
msgstr ""

#: ../gui/wxpython/psmap/frame.py:483
msgid "Preview not available"
msgstr ""

#: ../gui/wxpython/psmap/frame.py:485
msgid ""
"Preview is not available probably because Ghostscript is not installed or "
"not on PATH."
msgstr ""

#: ../gui/wxpython/psmap/frame.py:488
msgid "Please follow instructions on GRASS Trac Wiki."
msgstr ""

#: ../gui/wxpython/psmap/frame.py:499
msgid "Preview generated"
msgstr ""

#: ../gui/wxpython/psmap/frame.py:530
msgid "Save file as"
msgstr ""

#: ../gui/wxpython/psmap/frame.py:587
#, python-format
msgid "Failed to read file %s."
msgstr ""

#: ../gui/wxpython/psmap/frame.py:761
msgid "Scalebar is not appropriate for this projection"
msgstr ""

#: ../gui/wxpython/psmap/frame.py:1301
msgid "Press button with green triangle icon to generate preview."
msgstr ""

#: ../gui/wxpython/psmap/frame.py:1316
msgid "wxGUI Cartographic Composer"
msgstr ""

#: ../gui/wxpython/psmap/frame.py:1368
msgid "MAP FRAME"
msgstr ""

#: ../gui/wxpython/psmap/frame.py:1369
msgid "RASTER LEGEND"
msgstr ""

#: ../gui/wxpython/psmap/frame.py:1370
msgid "VECTOR LEGEND"
msgstr ""

#: ../gui/wxpython/psmap/frame.py:1371
msgid "MAP INFO"
msgstr ""

#: ../gui/wxpython/psmap/frame.py:1372
msgid "SCALE BAR"
msgstr ""

#: ../gui/wxpython/psmap/frame.py:1373
msgid "IMAGE"
msgstr ""

#: ../gui/wxpython/psmap/frame.py:1374
msgid "NORTH ARROW"
msgstr ""

#: ../gui/wxpython/psmap/frame.py:1658
msgid "Click and drag to resize object"
msgstr ""

#: ../gui/wxpython/psmap/frame.py:2680
msgid "labels: "
msgstr ""

#: ../gui/wxpython/psmap/utils.py:102
msgid "inch"
msgstr ""

#: ../gui/wxpython/psmap/utils.py:104
msgid "centimeter"
msgstr ""

#: ../gui/wxpython/psmap/utils.py:105
msgid "millimeter"
msgstr ""

#: ../gui/wxpython/psmap/utils.py:108 ../gui/wxpython/core/units.py:36
msgid "meters"
msgstr ""

#: ../gui/wxpython/psmap/utils.py:109 ../gui/wxpython/core/units.py:37
msgid "kilometers"
msgstr ""

#: ../gui/wxpython/psmap/utils.py:110 ../gui/wxpython/core/units.py:39
msgid "feet"
msgstr ""

#: ../gui/wxpython/psmap/utils.py:111 ../gui/wxpython/core/units.py:38
msgid "miles"
msgstr ""

#: ../gui/wxpython/psmap/utils.py:112 ../gui/wxpython/psmap/utils.py:118
msgid "nautical miles"
msgstr ""

#: ../gui/wxpython/psmap/utils.py:116
msgid "pixel"
msgstr ""

#: ../gui/wxpython/psmap/utils.py:117
msgid "meter"
msgstr ""

#: ../gui/wxpython/psmap/utils.py:120
msgid "degree"
msgstr ""

#: ../gui/wxpython/psmap/utils.py:397
msgid "Unable to run `ps.map -b`"
msgstr ""

#: ../gui/wxpython/gcp/manager.py:158
#: ../gui/wxpython/image2target/ii2t_manager.py:187
msgid "Setup for georectification"
msgstr ""

#: ../gui/wxpython/gcp/manager.py:191 ../gui/wxpython/gcp/manager.py:194
#: ../gui/wxpython/image2target/ii2t_manager.py:220
#: ../gui/wxpython/image2target/ii2t_manager.py:223
msgid "Georectifying setup canceled."
msgstr ""

#: ../gui/wxpython/gcp/manager.py:394
#: ../gui/wxpython/image2target/ii2t_manager.py:401
msgid "Select map type and location/mapset"
msgstr ""

#: ../gui/wxpython/gcp/manager.py:409
#: ../gui/wxpython/image2target/ii2t_manager.py:416
msgid "Map type to georectify"
msgstr ""

#: ../gui/wxpython/gcp/manager.py:423
#: ../gui/wxpython/image2target/ii2t_manager.py:430
msgid "Select source location:"
msgstr ""

#: ../gui/wxpython/gcp/manager.py:438
#: ../gui/wxpython/image2target/ii2t_manager.py:445
msgid "Select source mapset:"
msgstr ""

#: ../gui/wxpython/gcp/manager.py:502
#: ../gui/wxpython/image2target/ii2t_manager.py:509
msgid "You must select a valid location before selecting a mapset"
msgstr ""

#: ../gui/wxpython/gcp/manager.py:516
#: ../gui/wxpython/image2target/ii2t_manager.py:523
msgid "You must select a valid location and mapset in order to continue"
msgstr ""

#: ../gui/wxpython/gcp/manager.py:539
#: ../gui/wxpython/image2target/ii2t_manager.py:546
msgid "Select image/map group to georectify"
msgstr ""

#: ../gui/wxpython/gcp/manager.py:558
msgid "Select/create group:"
msgstr ""

#: ../gui/wxpython/gcp/manager.py:580
#: ../gui/wxpython/image2target/ii2t_manager.py:587
msgid "Create group if none exists"
msgstr ""

#: ../gui/wxpython/gcp/manager.py:588
#: ../gui/wxpython/image2target/ii2t_manager.py:595
#: ../gui/wxpython/iclass/dialogs.py:91
msgid "Create/edit group..."
msgstr ""

#: ../gui/wxpython/gcp/manager.py:591
#: ../gui/wxpython/image2target/ii2t_manager.py:598
msgid "Add vector map to group..."
msgstr ""

#: ../gui/wxpython/gcp/manager.py:681
msgid "No vector maps."
msgstr ""

#: ../gui/wxpython/gcp/manager.py:689
#: ../gui/wxpython/image2target/ii2t_manager.py:683
msgid "You must select a valid image/map group in order to continue"
msgstr ""

#: ../gui/wxpython/gcp/manager.py:697
#: ../gui/wxpython/image2target/ii2t_manager.py:691
msgid "You must enter an map name extension in order to continue"
msgstr ""

#: ../gui/wxpython/gcp/manager.py:770
#: ../gui/wxpython/image2target/ii2t_manager.py:764
msgid "Select maps to display for ground control point (GCP) creation"
msgstr ""

#: ../gui/wxpython/gcp/manager.py:775
msgid "Map Display Web Service Layer(s)"
msgstr ""

#: ../gui/wxpython/gcp/manager.py:835 ../gui/wxpython/gcp/manager.py:3174
#: ../gui/wxpython/image2target/ii2t_manager.py:827
#: ../gui/wxpython/image2target/ii2t_manager.py:3114
msgid "Select target vector map to display:"
msgstr ""

#: ../gui/wxpython/gcp/manager.py:911
#: ../gui/wxpython/image2target/ii2t_manager.py:903
msgid "You must select a source map in order to continue"
msgstr ""

#: ../gui/wxpython/gcp/manager.py:940 ../gui/wxpython/gcp/manager.py:964
#: ../gui/wxpython/image2target/ii2t_manager.py:932
#: ../gui/wxpython/image2target/ii2t_manager.py:968
#, python-format
msgid ""
"No maps in selected group <%s>.\n"
"Please edit group or select another group."
msgstr ""

#: ../gui/wxpython/gcp/manager.py:1040 ../gui/wxpython/gcp/mapdisplay.py:51
#: ../gui/wxpython/image2target/ii2t_manager.py:1005
msgid "Manage Ground Control Points"
msgstr ""

#: ../gui/wxpython/gcp/manager.py:1790
#, python-brace-format
msgid "The {map_type} map {map_name} exists. Do you want to overwrite?"
msgstr ""

#: ../gui/wxpython/gcp/manager.py:1888
#: ../gui/wxpython/image2target/ii2t_manager.py:1816
#, python-format
msgid "Transforming <%s>..."
msgstr ""

#: ../gui/wxpython/gcp/manager.py:1894
#: ../gui/wxpython/image2target/ii2t_manager.py:1822
#, python-format
msgid "Rectifying vector map <%s>, please wait..."
msgstr ""

#: ../gui/wxpython/gcp/manager.py:1931
#: ../gui/wxpython/image2target/ii2t_manager.py:1858
#, python-format
msgid "Georectification of vector map <%s> failed"
msgstr ""

#: ../gui/wxpython/gcp/manager.py:2432 ../gui/wxpython/gcp/manager.py:2451
#: ../gui/wxpython/image2target/ii2t_manager.py:2357
#: ../gui/wxpython/image2target/ii2t_manager.py:2378
msgid "source E"
msgstr ""

#: ../gui/wxpython/gcp/manager.py:2433 ../gui/wxpython/gcp/manager.py:2452
#: ../gui/wxpython/image2target/ii2t_manager.py:2358
#: ../gui/wxpython/image2target/ii2t_manager.py:2379
msgid "source N"
msgstr ""

#: ../gui/wxpython/gcp/manager.py:2434 ../gui/wxpython/gcp/manager.py:2453
#: ../gui/wxpython/image2target/ii2t_manager.py:2360
#: ../gui/wxpython/image2target/ii2t_manager.py:2381
msgid "target E"
msgstr ""

#: ../gui/wxpython/gcp/manager.py:2435 ../gui/wxpython/gcp/manager.py:2454
#: ../gui/wxpython/image2target/ii2t_manager.py:2361
#: ../gui/wxpython/image2target/ii2t_manager.py:2382
msgid "target N"
msgstr ""

#: ../gui/wxpython/gcp/manager.py:2649
#: ../gui/wxpython/image2target/ii2t_manager.py:2582
msgid "Create vector map group"
msgstr ""

#: ../gui/wxpython/gcp/manager.py:2727
#: ../gui/wxpython/image2target/ii2t_manager.py:2660
msgid "Select vector map(s) to add to group:"
msgstr ""

#: ../gui/wxpython/gcp/manager.py:2825
#: ../gui/wxpython/image2target/ii2t_manager.py:2754
msgid "source E:"
msgstr ""

#: ../gui/wxpython/gcp/manager.py:2826
#: ../gui/wxpython/image2target/ii2t_manager.py:2755
msgid "target E:"
msgstr ""

#: ../gui/wxpython/gcp/manager.py:2827
#: ../gui/wxpython/image2target/ii2t_manager.py:2756
msgid "source N:"
msgstr ""

#: ../gui/wxpython/gcp/manager.py:2828
#: ../gui/wxpython/image2target/ii2t_manager.py:2757
msgid "target N:"
msgstr ""

#: ../gui/wxpython/gcp/manager.py:3243
msgid "overwrite result map"
msgstr ""

#: ../gui/wxpython/main_window/frame.py:107 ../gui/wxpython/lmgr/frame.py:100
msgid "GRASS GIS"
msgstr ""

#: ../gui/wxpython/main_window/frame.py:139
msgid "There were some issues when loading menu or Tools:"
msgstr ""

#: ../gui/wxpython/main_window/frame.py:255 ../gui/wxpython/lmgr/frame.py:310
msgid "Rename current Map Display"
msgstr ""

#: ../gui/wxpython/main_window/frame.py:379 ../gui/wxpython/lmgr/frame.py:1678
#, python-brace-format
msgid "Map Display {number}"
msgstr ""

#: ../gui/wxpython/main_window/frame.py:465
#: ../gui/wxpython/main_window/frame.py:898 ../gui/wxpython/lmgr/frame.py:679
#: ../gui/wxpython/lmgr/frame.py:1716
msgid "Close Map Display {}"
msgstr ""

#: ../gui/wxpython/main_window/frame.py:526 ../gui/wxpython/lmgr/frame.py:168
msgid "Workspace Toolbar"
msgstr ""

#: ../gui/wxpython/main_window/frame.py:530 ../gui/wxpython/lmgr/frame.py:172
msgid "Tools Toolbar"
msgstr ""

#: ../gui/wxpython/main_window/frame.py:531
#: ../gui/wxpython/animation/frame.py:213 ../gui/wxpython/mapswipe/frame.py:314
#: ../gui/wxpython/lmgr/frame.py:173
msgid "Misc Toolbar"
msgstr ""

#: ../gui/wxpython/main_window/frame.py:532 ../gui/wxpython/lmgr/frame.py:174
msgid "3D view Toolbar"
msgstr ""

#: ../gui/wxpython/main_window/frame.py:850 ../gui/wxpython/lmgr/frame.py:622
msgid "Choose model to run"
msgstr ""

#: ../gui/wxpython/main_window/frame.py:967 ../gui/wxpython/lmgr/frame.py:761
#, python-format
msgid ""
"Command '%s' not yet implemented in the WxGUI. Try adding it as a command "
"layer instead."
msgstr ""

#: ../gui/wxpython/main_window/frame.py:1158
#: ../gui/wxpython/main_window/frame.py:1840 ../gui/wxpython/lmgr/frame.py:947
#: ../gui/wxpython/lmgr/frame.py:1630
msgid "Selected map layer is not vector."
msgstr ""

#: ../gui/wxpython/main_window/frame.py:1165 ../gui/wxpython/lmgr/frame.py:954
msgid "Editing is allowed only for vector maps from the current mapset."
msgstr ""

#: ../gui/wxpython/main_window/frame.py:1193 ../gui/wxpython/lmgr/frame.py:982
msgid "Choose script file to run"
msgstr ""

#: ../gui/wxpython/main_window/frame.py:1195 ../gui/wxpython/lmgr/frame.py:984
msgid "Python script (*.py)|*.py|Bash script (*.sh)|*.sh"
msgstr ""

#: ../gui/wxpython/main_window/frame.py:1208 ../gui/wxpython/lmgr/frame.py:997
#, python-format
msgid "Script file '%s' doesn't exist. Operation canceled."
msgstr ""

#: ../gui/wxpython/main_window/frame.py:1218 ../gui/wxpython/lmgr/frame.py:1007
#, python-format
msgid ""
"Script <%s> is not executable. Do you want to set the permissions that "
"allows you to run this script (note that you must be the owner of the file)?"
msgstr ""

#: ../gui/wxpython/main_window/frame.py:1224 ../gui/wxpython/lmgr/frame.py:1013
msgid "Set permission?"
msgstr ""

#: ../gui/wxpython/main_window/frame.py:1234 ../gui/wxpython/lmgr/frame.py:1023
msgid "Unable to set permission. Operation canceled."
msgstr ""

#: ../gui/wxpython/main_window/frame.py:1247 ../gui/wxpython/lmgr/frame.py:1036
#, python-format
msgid ""
"Directory '%s' is not defined in GRASS_ADDON_PATH. Do you want add this "
"directory to GRASS_ADDON_PATH?"
msgstr ""

#: ../gui/wxpython/main_window/frame.py:1251 ../gui/wxpython/lmgr/frame.py:1040
msgid "Update Addons path?"
msgstr ""

#: ../gui/wxpython/main_window/frame.py:1258 ../gui/wxpython/lmgr/frame.py:1047
#, python-format
msgid "Launching script '%s'..."
msgstr ""

#: ../gui/wxpython/main_window/frame.py:1273 ../gui/wxpython/lmgr/frame.py:1062
msgid "No location/mapset provided. Operation canceled."
msgstr ""

#: ../gui/wxpython/main_window/frame.py:1313 ../gui/wxpython/lmgr/frame.py:1102
msgid "No mapset provided. Operation canceled."
msgstr ""

#: ../gui/wxpython/main_window/frame.py:1348 ../gui/wxpython/lmgr/frame.py:1137
#, python-format
msgid ""
"Working directory changed to:\n"
"\"%s\""
msgstr ""

#: ../gui/wxpython/main_window/frame.py:1356 ../gui/wxpython/lmgr/frame.py:1145
msgid "Changes current working directory for this GUI."
msgstr ""

#: ../gui/wxpython/main_window/frame.py:1358 ../gui/wxpython/lmgr/frame.py:1147
msgid "Usage: cd [directory]"
msgstr ""

#: ../gui/wxpython/main_window/frame.py:1359 ../gui/wxpython/lmgr/frame.py:1148
msgid "Without parameters it opens a dialog."
msgstr ""

#: ../gui/wxpython/main_window/frame.py:1365 ../gui/wxpython/lmgr/frame.py:1154
msgid ""
"If ~ (tilde) is present as the first directory on the path, it is replaced "
"by user's home directory."
msgstr ""

#: ../gui/wxpython/main_window/frame.py:1383 ../gui/wxpython/lmgr/frame.py:1172
msgid "More than one parameter provided."
msgstr ""

#: ../gui/wxpython/main_window/frame.py:1404 ../gui/wxpython/lmgr/frame.py:1193
msgid "Choose a working directory"
msgstr ""

#: ../gui/wxpython/main_window/frame.py:1453 ../gui/wxpython/lmgr/frame.py:1242
msgid "System Info"
msgstr ""

#: ../gui/wxpython/main_window/frame.py:1469 ../gui/wxpython/lmgr/frame.py:1258
msgid "GRASS version"
msgstr ""

#: ../gui/wxpython/main_window/frame.py:1471 ../gui/wxpython/lmgr/frame.py:1260
msgid "Code revision"
msgstr ""

#: ../gui/wxpython/main_window/frame.py:1473 ../gui/wxpython/lmgr/frame.py:1262
msgid "Build date"
msgstr ""

#: ../gui/wxpython/main_window/frame.py:1475 ../gui/wxpython/lmgr/frame.py:1264
msgid "Build platform"
msgstr ""

#: ../gui/wxpython/main_window/frame.py:1487 ../gui/wxpython/lmgr/frame.py:1276
msgid "Platform"
msgstr ""

#: ../gui/wxpython/main_window/frame.py:1547 ../gui/wxpython/lmgr/frame.py:1336
msgid "Close all Map Displays"
msgstr ""

#: ../gui/wxpython/main_window/frame.py:1565 ../gui/wxpython/lmgr/frame.py:1354
msgid "Enter new name:"
msgstr ""

#: ../gui/wxpython/main_window/frame.py:1566 ../gui/wxpython/lmgr/frame.py:1355
msgid "Rename Map Display"
msgstr ""

#: ../gui/wxpython/main_window/frame.py:1659 ../gui/wxpython/lmgr/frame.py:1449
#, python-format
msgid ""
"Unable to launch \"Supervised Classification Tool\".\n"
"\n"
"Reason: %s"
msgstr ""

#: ../gui/wxpython/main_window/frame.py:1700 ../gui/wxpython/lmgr/frame.py:1490
msgid "Unable to start Timeline Tool."
msgstr ""

#: ../gui/wxpython/main_window/frame.py:1710 ../gui/wxpython/lmgr/frame.py:1500
msgid "Unable to start Temporal Plot Tool."
msgstr ""

#: ../gui/wxpython/main_window/frame.py:1888 ../gui/wxpython/lmgr/frame.py:1797
msgid "Add selected map layers into layer tree"
msgstr ""

#: ../gui/wxpython/main_window/frame.py:1920
#: ../gui/wxpython/main_window/frame.py:1958 ../gui/wxpython/lmgr/frame.py:1829
#: ../gui/wxpython/lmgr/frame.py:1867
#, python-format
msgid "Unsupported map layer type <%s>."
msgstr ""

#: ../gui/wxpython/main_window/frame.py:2082 ../gui/wxpython/lmgr/frame.py:2010
msgid ""
"Note that cell values can only be displayed for regions of less than 10,000 "
"cells."
msgstr ""

#: ../gui/wxpython/main_window/frame.py:2159 ../gui/wxpython/lmgr/frame.py:2101
#: ../gui/wxpython/lmgr/layertree.py:2089
msgid "opacity:"
msgstr ""

#: ../gui/wxpython/main_window/frame.py:2168 ../gui/wxpython/lmgr/frame.py:2110
#, python-format
msgid ""
"Do you want to remove map layer(s)\n"
"%s\n"
"from layer tree?"
msgstr ""

#: ../gui/wxpython/main_window/frame.py:2173 ../gui/wxpython/lmgr/frame.py:2115
msgid "Do you want to remove selected map layer(s) from layer tree?"
msgstr ""

#: ../gui/wxpython/main_window/frame.py:2179 ../gui/wxpython/lmgr/frame.py:2121
msgid "Remove map layer"
msgstr ""

#: ../gui/wxpython/main_window/frame.py:2243 ../gui/wxpython/lmgr/frame.py:2195
msgid "Quit GRASS GUI"
msgstr ""

#: ../gui/wxpython/main_window/frame.py:2270 ../gui/wxpython/core/gcmd.py:131
#: ../gui/wxpython/image2target/ii2t_gis_set.py:720
#: ../gui/wxpython/image2target/ii2t_gis_set.py:766
#: ../gui/wxpython/lmgr/frame.py:2222
msgid "Message"
msgstr ""

#: ../gui/wxpython/main_window/frame.py:2281 ../gui/wxpython/lmgr/frame.py:2233
msgid ""
"Display resolution is currently not constrained to computational settings. "
"It's suggested to constrain map to region geometry. Do you want to constrain "
"the resolution?"
msgstr ""

#: ../gui/wxpython/main_window/frame.py:2292 ../gui/wxpython/lmgr/frame.py:2244
msgid "Constrain map to region geometry?"
msgstr ""

#: ../gui/wxpython/timeline/frame.py:42
msgid ""
"The Timeline Tool needs the \"matplotlib\" (python-matplotlib and on some "
"systems also python-matplotlib-wx) package(s) to be installed. {}"
msgstr ""

#: ../gui/wxpython/timeline/frame.py:78
msgid "Timeline Tool"
msgstr ""

#: ../gui/wxpython/timeline/frame.py:146
msgid "3D plot of spatio-temporal extents"
msgstr ""

#: ../gui/wxpython/timeline/frame.py:151
msgid "3D plot of spatio-temporal extents (matplotlib >= 1.0.0)"
msgstr ""

#: ../gui/wxpython/timeline/frame.py:157
msgid "Select space time dataset(s):"
msgstr ""

#: ../gui/wxpython/timeline/frame.py:248
#, python-brace-format
msgid "Dataset <{name}> is empty"
msgstr ""

#: ../gui/wxpython/timeline/frame.py:309
#, python-format
msgid "X [%s]"
msgstr ""

#: ../gui/wxpython/timeline/frame.py:310
#, python-format
msgid "Y [%s]"
msgstr ""

#: ../gui/wxpython/timeline/frame.py:312
msgid "X"
msgstr ""

#: ../gui/wxpython/timeline/frame.py:313
msgid "Y"
msgstr ""

#: ../gui/wxpython/timeline/frame.py:318
#: ../gui/wxpython/animation/dialogs.py:1983
msgid "Time"
msgstr ""

#: ../gui/wxpython/timeline/frame.py:605
#, python-format
msgid "Mapset: %s"
msgstr ""

#: ../gui/wxpython/timeline/frame.py:606
#, python-format
msgid "Map name: %s"
msgstr ""

#: ../gui/wxpython/timeline/frame.py:607
#, python-format
msgid "Start time: %s"
msgstr ""

#: ../gui/wxpython/timeline/frame.py:608
#, python-format
msgid "End time: %s"
msgstr ""

#: ../gui/wxpython/timeline/frame.py:611
msgid "WARNING: invalid topology"
msgstr ""

#: ../gui/wxpython/timeline/frame.py:613
msgid ""
"\n"
"Press Del to dismiss."
msgstr ""

#: ../gui/wxpython/timeline/g.gui.timeline.py:64
msgid "Timeline Tool - GRASS GIS"
msgstr ""

#: ../gui/wxpython/web_services/widgets.py:140
msgid " Requested data settings "
msgstr ""

#: ../gui/wxpython/web_services/widgets.py:168
msgid "Request"
msgstr ""

#: ../gui/wxpython/web_services/widgets.py:173
msgid "List of layers "
msgstr ""

#: ../gui/wxpython/web_services/widgets.py:191
msgid "Source projection:"
msgstr ""

#: ../gui/wxpython/web_services/widgets.py:253
msgid "Advanced request settings"
msgstr ""

#: ../gui/wxpython/web_services/widgets.py:263
msgid "Order of layers in raster"
msgstr ""

#: ../gui/wxpython/web_services/widgets.py:278
msgid "Reprojection method:"
msgstr ""

#: ../gui/wxpython/web_services/widgets.py:286
msgid "Nearest neighbor"
msgstr ""

#: ../gui/wxpython/web_services/widgets.py:287
msgid "Linear interpolation"
msgstr ""

#: ../gui/wxpython/web_services/widgets.py:288
msgid "Cubic interpolation"
msgstr ""

#: ../gui/wxpython/web_services/widgets.py:289
msgid "Cubic spline interpolation"
msgstr ""

#: ../gui/wxpython/web_services/widgets.py:296
msgid "Maximum columns to request from server at time:"
msgstr ""

#: ../gui/wxpython/web_services/widgets.py:305
msgid "Maximum rows to request from server at time:"
msgstr ""

#: ../gui/wxpython/web_services/widgets.py:325
msgid "Do not request transparent data"
msgstr ""

#: ../gui/wxpython/web_services/widgets.py:345
msgid "Additional query parameters for server:"
msgstr ""

#: ../gui/wxpython/web_services/widgets.py:548
#, python-format
msgid ""
"Unable to download %s capabilities file\n"
"from <%s>:\n"
msgstr ""

#: ../gui/wxpython/web_services/widgets.py:567
#, python-format
msgid ""
"%s web service was not found in fetched capabilities file from <%s>:\n"
"%s\n"
msgstr ""

#: ../gui/wxpython/web_services/widgets.py:842
msgid "Source image format"
msgstr ""

#: ../gui/wxpython/web_services/widgets.py:883
msgid "Select layer in layer list.\n"
msgstr ""

#: ../gui/wxpython/web_services/widgets.py:890
msgid "Select source image format.\n"
msgstr ""

#: ../gui/wxpython/web_services/widgets.py:894
msgid "Select source projection.\n"
msgstr ""

#: ../gui/wxpython/web_services/widgets.py:898
msgid "Choose output layer name.\n"
msgstr ""

#: ../gui/wxpython/web_services/widgets.py:1166
msgid "Add default"
msgstr ""

#: ../gui/wxpython/web_services/widgets.py:1184
#, python-format
msgid ""
"User defined server with same name as default server <%s> already exists.\n"
"Keeping user defined server"
msgstr ""

#: ../gui/wxpython/web_services/dialogs.py:108
msgid " Server settings "
msgstr ""

#: ../gui/wxpython/web_services/dialogs.py:111
msgid "Server:"
msgstr ""

#: ../gui/wxpython/web_services/dialogs.py:114
msgid "&Connect"
msgstr ""

#: ../gui/wxpython/web_services/dialogs.py:115
msgid "Connect to the server"
msgstr ""

#: ../gui/wxpython/web_services/dialogs.py:119
msgid "Show advanced connection settings"
msgstr ""

#: ../gui/wxpython/web_services/dialogs.py:120
msgid "Hide advanced connection settings"
msgstr ""

#: ../gui/wxpython/web_services/dialogs.py:137
msgid " Layer Manager Settings "
msgstr ""

#: ../gui/wxpython/web_services/dialogs.py:141
msgid "Output layer name:"
msgstr ""

#: ../gui/wxpython/web_services/dialogs.py:268
msgid "Username:"
msgstr ""

#: ../gui/wxpython/web_services/dialogs.py:271
msgid "Password:"
msgstr ""

#: ../gui/wxpython/web_services/dialogs.py:385
#, python-format
msgid "Connecting to <%s>..."
msgstr ""

#: ../gui/wxpython/web_services/dialogs.py:455
msgid "Available web services"
msgstr ""

#: ../gui/wxpython/web_services/dialogs.py:470
#, python-format
msgid "Connected to <%s>"
msgstr ""

#: ../gui/wxpython/web_services/dialogs.py:477
#, python-format
msgid "Unable to connect to <%s>"
msgstr ""

#: ../gui/wxpython/web_services/dialogs.py:533
#: ../gui/wxpython/menustrings.py:25 ../gui/wxpython/menustrings.py:26
msgid "Add web service layer"
msgstr ""

#: ../gui/wxpython/web_services/dialogs.py:545
msgid "Add selected web service layers as map layer into layer tree"
msgstr ""

#: ../gui/wxpython/web_services/dialogs.py:656
msgid "Web service layer properties"
msgstr ""

#: ../gui/wxpython/web_services/dialogs.py:707
msgid "&OK"
msgstr ""

#: ../gui/wxpython/web_services/dialogs.py:873
msgid "Name for output raster map:"
msgstr ""

#: ../gui/wxpython/web_services/dialogs.py:884
msgid "Export region"
msgstr ""

#: ../gui/wxpython/web_services/dialogs.py:890
#: ../gui/wxpython/menustrings.py:16
msgid "Map display"
msgstr ""

#: ../gui/wxpython/web_services/dialogs.py:895
msgid "Named region"
msgstr ""

#: ../gui/wxpython/web_services/dialogs.py:897
msgid "Extent and resolution are based on Map Display geometry."
msgstr ""

#: ../gui/wxpython/web_services/dialogs.py:900
msgid "Extent and resolution are based on computational region."
msgstr ""

#: ../gui/wxpython/web_services/dialogs.py:903
msgid "Extent and resolution are based on named region."
msgstr ""

#: ../gui/wxpython/web_services/dialogs.py:908
msgid "Overwrite existing raster map"
msgstr ""

#: ../gui/wxpython/web_services/dialogs.py:913
msgid "Choose named region:"
msgstr ""

#: ../gui/wxpython/web_services/dialogs.py:927
msgid "&Save layer"
msgstr ""

#: ../gui/wxpython/web_services/dialogs.py:928
msgid "Save web service layer as raster map"
msgstr ""

#: ../gui/wxpython/web_services/dialogs.py:1035
msgid "Missing output raster."
msgstr ""

#: ../gui/wxpython/web_services/dialogs.py:1038
msgid "Output map can be added only to current mapset."
msgstr ""

#: ../gui/wxpython/web_services/dialogs.py:1044
#, python-format
msgid "Output map <%s> already exists"
msgstr ""

#: ../gui/wxpython/web_services/dialogs.py:1063
#, python-format
msgid "Region <%s> does not exist."
msgstr ""

#: ../gui/wxpython/web_services/dialogs.py:1091
msgid "Downloading data..."
msgstr ""

#: ../gui/wxpython/web_services/dialogs.py:1112
msgid "Unable to fetch data.\n"
msgstr ""

#: ../gui/wxpython/menustrings.py:4 ../gui/wxpython/menustrings.py:2036
#: ../gui/wxpython/menustrings.py:2086
msgid "&File"
msgstr ""

#: ../gui/wxpython/menustrings.py:5
msgid "Workspace"
msgstr ""

#: ../gui/wxpython/menustrings.py:6 ../gui/wxpython/menustrings.py:2037
#: ../gui/wxpython/nviz/tools.py:1406
msgid "New"
msgstr ""

#: ../gui/wxpython/menustrings.py:7
msgid "Create new workspace"
msgstr ""

#: ../gui/wxpython/menustrings.py:8 ../gui/wxpython/menustrings.py:2039
msgid "Open"
msgstr ""

#: ../gui/wxpython/menustrings.py:9
msgid "Load workspace from file"
msgstr ""

#: ../gui/wxpython/menustrings.py:11 ../gui/wxpython/lmgr/workspace.py:376
#: ../gui/wxpython/lmgr/workspace.py:399
msgid "Save workspace"
msgstr ""

#: ../gui/wxpython/menustrings.py:12 ../gui/wxpython/menustrings.py:2043
msgid "Save as"
msgstr ""

#: ../gui/wxpython/menustrings.py:13
msgid "Save workspace to file"
msgstr ""

#: ../gui/wxpython/menustrings.py:15
msgid "Close workspace file"
msgstr ""

#: ../gui/wxpython/menustrings.py:17
msgid "Add raster"
msgstr ""

#: ../gui/wxpython/menustrings.py:18
msgid "Add raster map layer to current display"
msgstr ""

#: ../gui/wxpython/menustrings.py:19
msgid "Add vector"
msgstr ""

#: ../gui/wxpython/menustrings.py:20
msgid "Add vector map layer to current display"
msgstr ""

#: ../gui/wxpython/menustrings.py:21
msgid "Add multiple rasters or vectors"
msgstr ""

#: ../gui/wxpython/menustrings.py:22
msgid "Add multiple raster or vector map layers to current display"
msgstr ""

#: ../gui/wxpython/menustrings.py:23
msgid "Add RGB raster layer"
msgstr ""

#: ../gui/wxpython/menustrings.py:24
msgid "Add RGB raster map layer to current display"
msgstr ""

#: ../gui/wxpython/menustrings.py:27
msgid "New map display window"
msgstr ""

#: ../gui/wxpython/menustrings.py:28
msgid "Open new map display window"
msgstr ""

#: ../gui/wxpython/menustrings.py:29
msgid "Render all map displays"
msgstr ""

#: ../gui/wxpython/menustrings.py:30
msgid "Re-render maps in all open map display windows"
msgstr ""

#: ../gui/wxpython/menustrings.py:31 ../gui/wxpython/menustrings.py:32
msgid "Close current map display window"
msgstr ""

#: ../gui/wxpython/menustrings.py:33 ../gui/wxpython/menustrings.py:34
msgid "Close all open map display windows"
msgstr ""

#: ../gui/wxpython/menustrings.py:36 ../gui/wxpython/menustrings.py:1064
msgid "Simplified raster import with reprojection"
msgstr ""

#: ../gui/wxpython/menustrings.py:37 ../gui/wxpython/menustrings.py:39
#: ../gui/wxpython/menustrings.py:1065 ../gui/wxpython/menustrings.py:1067
msgid "Imports raster data into a GRASS raster map using GDAL library."
msgstr ""

#: ../gui/wxpython/menustrings.py:38 ../gui/wxpython/menustrings.py:1066
msgid "Import of common raster formats"
msgstr ""

#: ../gui/wxpython/menustrings.py:40 ../gui/wxpython/menustrings.py:1068
msgid "ASCII x,y,z point import and gridding"
msgstr ""

#: ../gui/wxpython/menustrings.py:41 ../gui/wxpython/menustrings.py:1069
msgid ""
"Creates a raster map from an assemblage of many coordinates using univariate "
"statistics."
msgstr ""

#: ../gui/wxpython/menustrings.py:42 ../gui/wxpython/menustrings.py:1070
msgid "ASCII grid import"
msgstr ""

#: ../gui/wxpython/menustrings.py:43 ../gui/wxpython/menustrings.py:1071
msgid "Converts a GRASS ASCII raster file to binary raster map."
msgstr ""

#: ../gui/wxpython/menustrings.py:44 ../gui/wxpython/menustrings.py:1072
msgid "ASCII polygons, lines, and point import"
msgstr ""

#: ../gui/wxpython/menustrings.py:45 ../gui/wxpython/menustrings.py:1073
msgid "Creates raster maps from ASCII polygon/line/point data files."
msgstr ""

#: ../gui/wxpython/menustrings.py:46 ../gui/wxpython/menustrings.py:1074
msgid "Raw binary array import"
msgstr ""

#: ../gui/wxpython/menustrings.py:47 ../gui/wxpython/menustrings.py:1075
msgid "Import a binary raster file into a GRASS raster map layer."
msgstr ""

#: ../gui/wxpython/menustrings.py:48 ../gui/wxpython/menustrings.py:1076
msgid "GRIDATB.FOR import"
msgstr ""

#: ../gui/wxpython/menustrings.py:49 ../gui/wxpython/menustrings.py:1077
msgid "Imports GRIDATB.FOR map file (TOPMODEL) into a GRASS raster map."
msgstr ""

#: ../gui/wxpython/menustrings.py:50 ../gui/wxpython/menustrings.py:1078
msgid "Matlab 2D array import"
msgstr ""

#: ../gui/wxpython/menustrings.py:51 ../gui/wxpython/menustrings.py:1079
msgid "Imports a binary MAT-File(v4) to a GRASS raster."
msgstr ""

#: ../gui/wxpython/menustrings.py:52 ../gui/wxpython/menustrings.py:1080
msgid "PNG import"
msgstr ""

#: ../gui/wxpython/menustrings.py:53 ../gui/wxpython/menustrings.py:1081
msgid "Imports non-georeferenced PNG format image."
msgstr ""

#: ../gui/wxpython/menustrings.py:54 ../gui/wxpython/menustrings.py:1082
msgid "SPOT NDVI import"
msgstr ""

#: ../gui/wxpython/menustrings.py:55 ../gui/wxpython/menustrings.py:1083
msgid "Imports SPOT VGT NDVI data into a raster map."
msgstr ""

#: ../gui/wxpython/menustrings.py:56 ../gui/wxpython/menustrings.py:1084
msgid "SRTM HGT import"
msgstr ""

#: ../gui/wxpython/menustrings.py:57 ../gui/wxpython/menustrings.py:1085
msgid "Imports SRTM HGT files into raster map."
msgstr ""

#: ../gui/wxpython/menustrings.py:58 ../gui/wxpython/menustrings.py:1086
msgid "Terra ASTER HDF import"
msgstr ""

#: ../gui/wxpython/menustrings.py:59 ../gui/wxpython/menustrings.py:1087
msgid ""
"Georeference, rectify, and import Terra-ASTER imagery and relative DEMs "
"using gdalwarp."
msgstr ""

#: ../gui/wxpython/menustrings.py:60 ../gui/wxpython/menustrings.py:89
#: ../gui/wxpython/menustrings.py:1088 ../gui/wxpython/menustrings.py:1117
msgid "LAS LiDAR points import"
msgstr ""

#: ../gui/wxpython/menustrings.py:61 ../gui/wxpython/menustrings.py:63
#: ../gui/wxpython/menustrings.py:1089 ../gui/wxpython/menustrings.py:1091
msgid "Creates a raster map from LAS LiDAR points using univariate statistics."
msgstr ""

#: ../gui/wxpython/menustrings.py:62 ../gui/wxpython/menustrings.py:91
#: ../gui/wxpython/menustrings.py:1090 ../gui/wxpython/menustrings.py:1119
msgid "Point cloud (LAS LiDAR) import"
msgstr ""

#: ../gui/wxpython/menustrings.py:64 ../gui/wxpython/menustrings.py:1092
msgid "WMS/WMTS import"
msgstr ""

#: ../gui/wxpython/menustrings.py:65 ../gui/wxpython/menustrings.py:1093
msgid ""
"Downloads and imports data from OGC WMS and OGC WMTS web mapping servers."
msgstr ""

#: ../gui/wxpython/menustrings.py:66 ../gui/wxpython/menustrings.py:1094
msgid "Unpack raster map"
msgstr ""

#: ../gui/wxpython/menustrings.py:67 ../gui/wxpython/menustrings.py:1095
msgid ""
"Imports a GRASS GIS specific raster archive file (packed with r.pack) as a "
"raster map"
msgstr ""

#: ../gui/wxpython/menustrings.py:68 ../gui/wxpython/menustrings.py:295
#: ../gui/wxpython/menustrings.py:1096 ../gui/wxpython/menustrings.py:1248
msgid "Reproject raster map from different GRASS location"
msgstr ""

#: ../gui/wxpython/menustrings.py:69 ../gui/wxpython/menustrings.py:296
#: ../gui/wxpython/menustrings.py:1097 ../gui/wxpython/menustrings.py:1249
msgid "Re-projects a raster map from given location to the current location."
msgstr ""

#: ../gui/wxpython/menustrings.py:71 ../gui/wxpython/menustrings.py:1099
msgid "Simplified vector import with reprojection"
msgstr ""

#: ../gui/wxpython/menustrings.py:72 ../gui/wxpython/menustrings.py:74
#: ../gui/wxpython/menustrings.py:1100 ../gui/wxpython/menustrings.py:1102
msgid "Imports vector data into a GRASS vector map using OGR library."
msgstr ""

#: ../gui/wxpython/menustrings.py:73 ../gui/wxpython/menustrings.py:1101
msgid "Import of common vector formats"
msgstr ""

#: ../gui/wxpython/menustrings.py:75 ../gui/wxpython/menustrings.py:1103
msgid "ASCII points or GRASS ASCII format"
msgstr ""

#: ../gui/wxpython/menustrings.py:76 ../gui/wxpython/menustrings.py:1104
msgid "Creates a vector map from an ASCII points file or ASCII vector file."
msgstr ""

#: ../gui/wxpython/menustrings.py:77 ../gui/wxpython/menustrings.py:1105
msgid "ASCII points as a vector lines"
msgstr ""

#: ../gui/wxpython/menustrings.py:78 ../gui/wxpython/menustrings.py:1106
msgid "Imports ASCII x,y[,z] coordinates as a series of lines."
msgstr ""

#: ../gui/wxpython/menustrings.py:79 ../gui/wxpython/menustrings.py:1107
msgid "DXF import"
msgstr ""

#: ../gui/wxpython/menustrings.py:80 ../gui/wxpython/menustrings.py:1108
msgid "Converts files in DXF format to GRASS vector map format."
msgstr ""

#: ../gui/wxpython/menustrings.py:81 ../gui/wxpython/menustrings.py:1109
msgid "WFS"
msgstr ""

#: ../gui/wxpython/menustrings.py:82 ../gui/wxpython/menustrings.py:1110
msgid "Imports GetFeature from a WFS server."
msgstr ""

#: ../gui/wxpython/menustrings.py:83 ../gui/wxpython/menustrings.py:1111
msgid "ESRI e00 import"
msgstr ""

#: ../gui/wxpython/menustrings.py:84 ../gui/wxpython/menustrings.py:1112
msgid "Imports E00 file into a vector map."
msgstr ""

#: ../gui/wxpython/menustrings.py:85 ../gui/wxpython/menustrings.py:1113
msgid "Geonames import"
msgstr ""

#: ../gui/wxpython/menustrings.py:86 ../gui/wxpython/menustrings.py:1114
msgid "Imports geonames.org country files into a vector points map."
msgstr ""

#: ../gui/wxpython/menustrings.py:87 ../gui/wxpython/menustrings.py:1115
msgid "Matlab array or Mapgen format import"
msgstr ""

#: ../gui/wxpython/menustrings.py:88 ../gui/wxpython/menustrings.py:1116
msgid "Imports Mapgen or Matlab-ASCII vector maps into GRASS."
msgstr ""

#: ../gui/wxpython/menustrings.py:90 ../gui/wxpython/menustrings.py:1118
msgid "Converts LAS LiDAR point clouds to a GRASS vector map with libLAS."
msgstr ""

#: ../gui/wxpython/menustrings.py:92 ../gui/wxpython/menustrings.py:1120
msgid "Converts LAS LiDAR point clouds to a GRASS vector map with PDAL."
msgstr ""

#: ../gui/wxpython/menustrings.py:93 ../gui/wxpython/menustrings.py:1121
msgid "Unpack vector map"
msgstr ""

#: ../gui/wxpython/menustrings.py:94 ../gui/wxpython/menustrings.py:1122
msgid ""
"Imports a GRASS GIS specific vector archive file (packed with v.pack) as a "
"vector map"
msgstr ""

#: ../gui/wxpython/menustrings.py:95 ../gui/wxpython/menustrings.py:580
#: ../gui/wxpython/menustrings.py:1123 ../gui/wxpython/menustrings.py:1533
msgid "Reproject vector map from different GRASS location"
msgstr ""

#: ../gui/wxpython/menustrings.py:96 ../gui/wxpython/menustrings.py:581
#: ../gui/wxpython/menustrings.py:1124 ../gui/wxpython/menustrings.py:1534
msgid "Re-projects a vector map from one location to the current location."
msgstr ""

#: ../gui/wxpython/menustrings.py:97 ../gui/wxpython/menustrings.py:1125
msgid "Import 3D raster data"
msgstr ""

#: ../gui/wxpython/menustrings.py:98 ../gui/wxpython/menustrings.py:1126
msgid "ASCII 3D import"
msgstr ""

#: ../gui/wxpython/menustrings.py:99 ../gui/wxpython/menustrings.py:1127
msgid "Converts a 3D ASCII raster text file into a (binary) 3D raster map."
msgstr ""

#: ../gui/wxpython/menustrings.py:100 ../gui/wxpython/menustrings.py:1128
msgid "Raw binary array 3D import"
msgstr ""

#: ../gui/wxpython/menustrings.py:101 ../gui/wxpython/menustrings.py:1129
msgid "Imports a binary raster file into a GRASS 3D raster map."
msgstr ""

#: ../gui/wxpython/menustrings.py:102 ../gui/wxpython/menustrings.py:1130
msgid "Vis5D import"
msgstr ""

#: ../gui/wxpython/menustrings.py:103 ../gui/wxpython/menustrings.py:1131
msgid "Import 3-dimensional Vis5D files."
msgstr ""

#: ../gui/wxpython/menustrings.py:104 ../gui/wxpython/menustrings.py:1132
msgid "Import database table"
msgstr ""

#: ../gui/wxpython/menustrings.py:105 ../gui/wxpython/menustrings.py:1133
msgid "Common import formats"
msgstr ""

#: ../gui/wxpython/menustrings.py:106 ../gui/wxpython/menustrings.py:1134
msgid "Imports attribute tables in various formats."
msgstr ""

#: ../gui/wxpython/menustrings.py:107 ../gui/wxpython/menustrings.py:1135
msgid "Export raster map"
msgstr ""

#: ../gui/wxpython/menustrings.py:108 ../gui/wxpython/menustrings.py:137
#: ../gui/wxpython/menustrings.py:163 ../gui/wxpython/menustrings.py:1136
#: ../gui/wxpython/menustrings.py:1165 ../gui/wxpython/menustrings.py:1191
msgid "Common export formats"
msgstr ""

#: ../gui/wxpython/menustrings.py:109 ../gui/wxpython/menustrings.py:1137
msgid "Exports GRASS raster maps into GDAL supported formats."
msgstr ""

#: ../gui/wxpython/menustrings.py:110 ../gui/wxpython/menustrings.py:1138
msgid "ASCII grid export"
msgstr ""

#: ../gui/wxpython/menustrings.py:111 ../gui/wxpython/menustrings.py:1139
msgid "Converts a raster map layer into a GRASS ASCII text file."
msgstr ""

#: ../gui/wxpython/menustrings.py:112 ../gui/wxpython/menustrings.py:1140
msgid "ASCII x,y,z points export"
msgstr ""

#: ../gui/wxpython/menustrings.py:113 ../gui/wxpython/menustrings.py:1141
msgid ""
"Exports a raster map to a text file as x,y,z values based on cell centers."
msgstr ""

#: ../gui/wxpython/menustrings.py:114 ../gui/wxpython/menustrings.py:1142
msgid "GRIDATB.FOR export"
msgstr ""

#: ../gui/wxpython/menustrings.py:115 ../gui/wxpython/menustrings.py:1143
msgid "Exports GRASS raster map to GRIDATB.FOR map file (TOPMODEL)."
msgstr ""

#: ../gui/wxpython/menustrings.py:116 ../gui/wxpython/menustrings.py:1144
msgid "Matlab 2D array export"
msgstr ""

#: ../gui/wxpython/menustrings.py:117 ../gui/wxpython/menustrings.py:1145
msgid "Exports a GRASS raster to a binary MAT-File."
msgstr ""

#: ../gui/wxpython/menustrings.py:118 ../gui/wxpython/menustrings.py:1146
msgid "Raw binary array export"
msgstr ""

#: ../gui/wxpython/menustrings.py:119 ../gui/wxpython/menustrings.py:1147
msgid "Exports a GRASS raster to a binary array."
msgstr ""

#: ../gui/wxpython/menustrings.py:120 ../gui/wxpython/menustrings.py:1148
msgid "MPEG-1 export"
msgstr ""

#: ../gui/wxpython/menustrings.py:121 ../gui/wxpython/menustrings.py:1149
msgid "Converts raster map series to MPEG movie."
msgstr ""

#: ../gui/wxpython/menustrings.py:122 ../gui/wxpython/menustrings.py:1150
msgid "PNG export"
msgstr ""

#: ../gui/wxpython/menustrings.py:123 ../gui/wxpython/menustrings.py:1151
msgid "Export a GRASS raster map as a non-georeferenced PNG image."
msgstr ""

#: ../gui/wxpython/menustrings.py:124 ../gui/wxpython/menustrings.py:1152
msgid "PPM export"
msgstr ""

#: ../gui/wxpython/menustrings.py:125 ../gui/wxpython/menustrings.py:1153
msgid "Converts a GRASS raster map to a PPM image file."
msgstr ""

#: ../gui/wxpython/menustrings.py:126 ../gui/wxpython/menustrings.py:1154
msgid "PPM from RGB export"
msgstr ""

#: ../gui/wxpython/menustrings.py:127 ../gui/wxpython/menustrings.py:1155
msgid "Converts 3 GRASS raster layers (R,G,B) to a PPM image file."
msgstr ""

#: ../gui/wxpython/menustrings.py:128 ../gui/wxpython/menustrings.py:145
#: ../gui/wxpython/menustrings.py:1156 ../gui/wxpython/menustrings.py:1173
msgid "POV-Ray export"
msgstr ""

#: ../gui/wxpython/menustrings.py:129 ../gui/wxpython/menustrings.py:1157
msgid "Converts a raster map layer into a height-field file for POV-Ray."
msgstr ""

#: ../gui/wxpython/menustrings.py:130 ../gui/wxpython/menustrings.py:1158
msgid "VRML export"
msgstr ""

#: ../gui/wxpython/menustrings.py:131 ../gui/wxpython/menustrings.py:1159
msgid "Exports a raster map to the Virtual Reality Modeling Language (VRML)."
msgstr ""

#: ../gui/wxpython/menustrings.py:132 ../gui/wxpython/menustrings.py:149
#: ../gui/wxpython/menustrings.py:160 ../gui/wxpython/menustrings.py:1160
#: ../gui/wxpython/menustrings.py:1177 ../gui/wxpython/menustrings.py:1188
msgid "VTK export"
msgstr ""

#: ../gui/wxpython/menustrings.py:133 ../gui/wxpython/menustrings.py:1161
msgid "Converts raster maps into the VTK-ASCII format."
msgstr ""

#: ../gui/wxpython/menustrings.py:134 ../gui/wxpython/menustrings.py:1162
msgid "Pack raster map"
msgstr ""

#: ../gui/wxpython/menustrings.py:135 ../gui/wxpython/menustrings.py:1163
msgid "Exports a raster map as GRASS GIS specific archive file"
msgstr ""

#: ../gui/wxpython/menustrings.py:136 ../gui/wxpython/menustrings.py:1164
msgid "Export vector map"
msgstr ""

#: ../gui/wxpython/menustrings.py:138 ../gui/wxpython/menustrings.py:1166
msgid ""
"Exports a vector map layer to any of the supported OGR vector formats. By "
"default a vector map layer is exported to OGC GeoPackage format."
msgstr ""

#: ../gui/wxpython/menustrings.py:139 ../gui/wxpython/menustrings.py:1167
msgid "ASCII points or GRASS ASCII vector export"
msgstr ""

#: ../gui/wxpython/menustrings.py:140 ../gui/wxpython/menustrings.py:1168
msgid ""
"Exports a vector map to a GRASS ASCII vector representation. By default only "
"features with category are exported. To export all features use 'layer=-1'."
msgstr ""

#: ../gui/wxpython/menustrings.py:141 ../gui/wxpython/menustrings.py:1169
msgid "DXF export"
msgstr ""

#: ../gui/wxpython/menustrings.py:142 ../gui/wxpython/menustrings.py:1170
msgid "Exports vector map to DXF file format."
msgstr ""

#: ../gui/wxpython/menustrings.py:143 ../gui/wxpython/menustrings.py:1171
msgid "PostGIS export"
msgstr ""

#: ../gui/wxpython/menustrings.py:144 ../gui/wxpython/menustrings.py:1172
msgid "Exports a vector map layer to PostGIS feature table."
msgstr ""

#: ../gui/wxpython/menustrings.py:146 ../gui/wxpython/menustrings.py:1174
msgid "Converts GRASS x,y,z points to POV-Ray x,z,y format."
msgstr ""

#: ../gui/wxpython/menustrings.py:147 ../gui/wxpython/menustrings.py:1175
msgid "SVG export"
msgstr ""

#: ../gui/wxpython/menustrings.py:148 ../gui/wxpython/menustrings.py:1176
msgid "Exports a vector map to SVG file."
msgstr ""

#: ../gui/wxpython/menustrings.py:150 ../gui/wxpython/menustrings.py:1178
msgid "Converts a vector map to VTK ASCII output."
msgstr ""

#: ../gui/wxpython/menustrings.py:151 ../gui/wxpython/menustrings.py:1179
msgid "Pack vector map"
msgstr ""

#: ../gui/wxpython/menustrings.py:152 ../gui/wxpython/menustrings.py:1180
msgid "Exports a vector map as GRASS GIS specific archive file"
msgstr ""

#: ../gui/wxpython/menustrings.py:153 ../gui/wxpython/menustrings.py:1181
msgid "Export 3D raster maps"
msgstr ""

#: ../gui/wxpython/menustrings.py:154 ../gui/wxpython/menustrings.py:1182
msgid "ASCII 3D export"
msgstr ""

#: ../gui/wxpython/menustrings.py:155 ../gui/wxpython/menustrings.py:1183
msgid "Converts a 3D raster map layer into a ASCII text file."
msgstr ""

#: ../gui/wxpython/menustrings.py:156 ../gui/wxpython/menustrings.py:1184
msgid "Raw binary array 3D export"
msgstr ""

#: ../gui/wxpython/menustrings.py:157 ../gui/wxpython/menustrings.py:1185
msgid "Exports a GRASS 3D raster map to a binary array."
msgstr ""

#: ../gui/wxpython/menustrings.py:158 ../gui/wxpython/menustrings.py:1186
msgid "Vis5D export"
msgstr ""

#: ../gui/wxpython/menustrings.py:159 ../gui/wxpython/menustrings.py:1187
msgid "Exports GRASS 3D raster map to 3-dimensional Vis5D file."
msgstr ""

#: ../gui/wxpython/menustrings.py:161 ../gui/wxpython/menustrings.py:1189
msgid "Converts 3D raster maps into the VTK-ASCII format."
msgstr ""

#: ../gui/wxpython/menustrings.py:162 ../gui/wxpython/menustrings.py:1190
msgid "Export database table"
msgstr ""

#: ../gui/wxpython/menustrings.py:164 ../gui/wxpython/menustrings.py:1192
msgid "Exports attribute tables into various formats."
msgstr ""

#: ../gui/wxpython/menustrings.py:165 ../gui/wxpython/menustrings.py:1193
#: ../gui/wxpython/datacatalog/catalog.py:354
msgid "Link external data"
msgstr ""

#: ../gui/wxpython/menustrings.py:167 ../gui/wxpython/menustrings.py:1195
msgid "Link GDAL supported raster data as a pseudo GRASS raster map layer."
msgstr ""

#: ../gui/wxpython/menustrings.py:169 ../gui/wxpython/menustrings.py:1197
msgid "Creates a new pseudo-vector map as a link to an OGR-supported layer."
msgstr ""

#: ../gui/wxpython/menustrings.py:170 ../gui/wxpython/menustrings.py:1198
msgid "Output format for raster data"
msgstr ""

#: ../gui/wxpython/menustrings.py:171 ../gui/wxpython/menustrings.py:1199
msgid ""
"Redirects raster output to file utilizing GDAL library rather than storing "
"in GRASS raster format."
msgstr ""

#: ../gui/wxpython/menustrings.py:172 ../gui/wxpython/menustrings.py:1200
msgid "Output format for vector data"
msgstr ""

#: ../gui/wxpython/menustrings.py:173 ../gui/wxpython/menustrings.py:1201
msgid "Defines vector output format utilizing OGR library."
msgstr ""

#: ../gui/wxpython/menustrings.py:174 ../gui/wxpython/menustrings.py:1202
msgid "Manage maps"
msgstr ""

#: ../gui/wxpython/menustrings.py:176 ../gui/wxpython/menustrings.py:1204
msgid ""
"Creates copies of maps and other elements Copies available data files in the "
"current mapset search path to the user's current mapset."
msgstr ""

#: ../gui/wxpython/menustrings.py:177 ../gui/wxpython/menustrings.py:971
#: ../gui/wxpython/menustrings.py:1205 ../gui/wxpython/menustrings.py:1924
msgid "List"
msgstr ""

#: ../gui/wxpython/menustrings.py:178 ../gui/wxpython/menustrings.py:1206
msgid ""
"Lists available GRASS data base files of the user-specified data type "
"optionally using the search pattern."
msgstr ""

#: ../gui/wxpython/menustrings.py:180 ../gui/wxpython/menustrings.py:1208
msgid "Renames data base element files in the user's current mapset."
msgstr ""

#: ../gui/wxpython/menustrings.py:182 ../gui/wxpython/menustrings.py:1210
msgid ""
"Removes data base element files from the user's current mapset using the "
"search pattern."
msgstr ""

#: ../gui/wxpython/menustrings.py:183 ../gui/wxpython/menustrings.py:319
#: ../gui/wxpython/menustrings.py:618 ../gui/wxpython/menustrings.py:872
#: ../gui/wxpython/menustrings.py:1272 ../gui/wxpython/menustrings.py:1571
#: ../gui/wxpython/menustrings.py:1825
msgid "Map type conversions"
msgstr ""

#: ../gui/wxpython/menustrings.py:184 ../gui/wxpython/menustrings.py:320
#: ../gui/wxpython/menustrings.py:1273
msgid "Raster to vector"
msgstr ""

#: ../gui/wxpython/menustrings.py:185 ../gui/wxpython/menustrings.py:321
#: ../gui/wxpython/menustrings.py:1274
msgid "Converts a raster map into a vector map."
msgstr ""

#: ../gui/wxpython/menustrings.py:186 ../gui/wxpython/menustrings.py:322
#: ../gui/wxpython/menustrings.py:1275
msgid "Raster series to 3D raster"
msgstr ""

#: ../gui/wxpython/menustrings.py:187 ../gui/wxpython/menustrings.py:323
#: ../gui/wxpython/menustrings.py:1276
msgid "Converts 2D raster map slices to one 3D raster volume map."
msgstr ""

#: ../gui/wxpython/menustrings.py:188 ../gui/wxpython/menustrings.py:324
#: ../gui/wxpython/menustrings.py:1277
msgid "Raster 2.5D to 3D raster"
msgstr ""

#: ../gui/wxpython/menustrings.py:189 ../gui/wxpython/menustrings.py:325
#: ../gui/wxpython/menustrings.py:1278
msgid "Creates a 3D volume map based on 2D elevation and value raster maps."
msgstr ""

#: ../gui/wxpython/menustrings.py:190 ../gui/wxpython/menustrings.py:619
#: ../gui/wxpython/menustrings.py:1572
msgid "Vector to raster"
msgstr ""

#: ../gui/wxpython/menustrings.py:191 ../gui/wxpython/menustrings.py:620
#: ../gui/wxpython/menustrings.py:1573
msgid "Converts (rasterize) a vector map into a raster map."
msgstr ""

#: ../gui/wxpython/menustrings.py:192 ../gui/wxpython/menustrings.py:621
#: ../gui/wxpython/menustrings.py:1574
msgid "Vector to 3D raster"
msgstr ""

#: ../gui/wxpython/menustrings.py:193 ../gui/wxpython/menustrings.py:622
#: ../gui/wxpython/menustrings.py:1575
msgid "Converts a vector map (only points) into a 3D raster map."
msgstr ""

#: ../gui/wxpython/menustrings.py:194 ../gui/wxpython/menustrings.py:623
#: ../gui/wxpython/menustrings.py:1576
msgid "2D vector to 3D vector"
msgstr ""

#: ../gui/wxpython/menustrings.py:195 ../gui/wxpython/menustrings.py:624
#: ../gui/wxpython/menustrings.py:1577
msgid "Performs transformation of 2D vector features to 3D."
msgstr ""

#: ../gui/wxpython/menustrings.py:196
msgid "3D raster to raster series"
msgstr ""

#: ../gui/wxpython/menustrings.py:197 ../gui/wxpython/menustrings.py:874
#: ../gui/wxpython/menustrings.py:1827
msgid "Converts 3D raster maps to 2D raster maps"
msgstr ""

#: ../gui/wxpython/menustrings.py:199 ../gui/wxpython/menustrings.py:2015
msgid "Manage Ground Control Points for Georectification"
msgstr ""

#: ../gui/wxpython/menustrings.py:200 ../gui/wxpython/menustrings.py:2016
msgid "Graphical modeler"
msgstr ""

#: ../gui/wxpython/menustrings.py:201 ../gui/wxpython/menustrings.py:2017
msgid "Launch Graphical modeler"
msgstr ""

#: ../gui/wxpython/menustrings.py:203
msgid "Run model prepared by Graphical modeler"
msgstr ""

#: ../gui/wxpython/menustrings.py:204
msgid "3D image rendering"
msgstr ""

#: ../gui/wxpython/menustrings.py:205
msgid ""
"Creates a 3D rendering of GIS data. Renders surfaces (raster data), 2D/3D "
"vector data, and volumes (3D raster data) in 3D."
msgstr ""

#: ../gui/wxpython/menustrings.py:206 ../gui/wxpython/menustrings.py:1045
#: ../gui/wxpython/menustrings.py:1998 ../gui/wxpython/menustrings.py:2005
msgid "Animation tool"
msgstr ""

#: ../gui/wxpython/menustrings.py:207 ../gui/wxpython/menustrings.py:1046
#: ../gui/wxpython/menustrings.py:1999 ../gui/wxpython/menustrings.py:2006
msgid "Launch animation tool."
msgstr ""

#: ../gui/wxpython/menustrings.py:208
msgid "Bearing/distance to coordinates"
msgstr ""

#: ../gui/wxpython/menustrings.py:209
msgid ""
"A simple utility for converting bearing and distance measurements to "
"coordinates and vice versa. It assumes a cartesian coordinate system"
msgstr ""

#: ../gui/wxpython/menustrings.py:211 ../gui/wxpython/menustrings.py:2009
msgid "Launch Cartographic Composer"
msgstr ""

#: ../gui/wxpython/menustrings.py:212 ../gui/wxpython/menustrings.py:2022
#: ../gui/wxpython/mapswipe/frame.py:40
msgid "Map Swipe"
msgstr ""

#: ../gui/wxpython/menustrings.py:213 ../gui/wxpython/menustrings.py:2023
msgid "Launch Map Swipe"
msgstr ""

#: ../gui/wxpython/menustrings.py:214
msgid "Launch script"
msgstr ""

#: ../gui/wxpython/menustrings.py:215
msgid "Launches script file."
msgstr ""

#: ../gui/wxpython/menustrings.py:217
msgid "Launches Simple Python Editor."
msgstr ""

#: ../gui/wxpython/menustrings.py:219
msgid "Close graphical user interface."
msgstr ""

#: ../gui/wxpython/menustrings.py:221
msgid "Close GUI and exit GRASS GIS shell."
msgstr ""

#: ../gui/wxpython/menustrings.py:222 ../gui/wxpython/menustrings.py:2053
msgid "&Settings"
msgstr ""

#: ../gui/wxpython/menustrings.py:224 ../gui/wxpython/menustrings.py:1212
msgid "Show current region"
msgstr ""

#: ../gui/wxpython/menustrings.py:225 ../gui/wxpython/menustrings.py:227
#: ../gui/wxpython/menustrings.py:1213 ../gui/wxpython/menustrings.py:1215
msgid "Shows the extent and resolution of the computational region."
msgstr ""

#: ../gui/wxpython/menustrings.py:226 ../gui/wxpython/menustrings.py:1214
msgid "Show region using latitude and longitude"
msgstr ""

#: ../gui/wxpython/menustrings.py:228 ../gui/wxpython/menustrings.py:1216
msgid "Show current region extent in Map Display"
msgstr ""

#: ../gui/wxpython/menustrings.py:229 ../gui/wxpython/menustrings.py:1217
msgid "Shows the extent of the computational region in Map Display."
msgstr ""

#: ../gui/wxpython/menustrings.py:230 ../gui/wxpython/menustrings.py:1218
msgid "Set region"
msgstr ""

#: ../gui/wxpython/menustrings.py:231 ../gui/wxpython/menustrings.py:1219
msgid "Manages the boundary definitions for the geographic region."
msgstr ""

#: ../gui/wxpython/menustrings.py:232
msgid "GRASS working environment"
msgstr ""

#: ../gui/wxpython/menustrings.py:233
msgid "Mapset access"
msgstr ""

#: ../gui/wxpython/menustrings.py:234
msgid "Set/unset access to other mapsets in current location"
msgstr ""

#: ../gui/wxpython/menustrings.py:235
msgid "User access"
msgstr ""

#: ../gui/wxpython/menustrings.py:236
msgid ""
"Controls access to the current mapset for other users on the system. If no "
"option given, prints current status."
msgstr ""

#: ../gui/wxpython/menustrings.py:237
msgid "Change working environment"
msgstr ""

#: ../gui/wxpython/menustrings.py:238
msgid ""
"Changes/reports current mapset. Optionally create new mapset or list "
"available mapsets in given location."
msgstr ""

#: ../gui/wxpython/menustrings.py:239
msgid "Change location and mapset"
msgstr ""

#: ../gui/wxpython/menustrings.py:240
msgid "Change current location and mapset."
msgstr ""

#: ../gui/wxpython/menustrings.py:241
msgid "Change mapset"
msgstr ""

#: ../gui/wxpython/menustrings.py:242
msgid "Change current mapset."
msgstr ""

#: ../gui/wxpython/menustrings.py:243 ../gui/wxpython/menustrings.py:244
msgid "Change working directory"
msgstr ""

#: ../gui/wxpython/menustrings.py:245
msgid "Show settings"
msgstr ""

#: ../gui/wxpython/menustrings.py:246
msgid "Outputs and modifies the user's current GRASS variable settings."
msgstr ""

#: ../gui/wxpython/menustrings.py:247
msgid "Change settings"
msgstr ""

#: ../gui/wxpython/menustrings.py:248
msgid ""
"Outputs and modifies the user's current GRASS variable settings. Prints all "
"defined GRASS variables if no option is given."
msgstr ""

#: ../gui/wxpython/menustrings.py:249
msgid "Create new location"
msgstr ""

#: ../gui/wxpython/menustrings.py:250
msgid "Launches location wizard to create new GRASS location."
msgstr ""

#: ../gui/wxpython/menustrings.py:252
msgid "Creates new mapset in the current location, changes current mapset."
msgstr ""

#: ../gui/wxpython/menustrings.py:253
msgid "Map projections"
msgstr ""

#: ../gui/wxpython/menustrings.py:254
msgid "Display map projection"
msgstr ""

#: ../gui/wxpython/menustrings.py:255
msgid ""
"Converts co-ordinate system descriptions (i.e. projection information) "
"between various formats (including GRASS format)."
msgstr ""

#: ../gui/wxpython/menustrings.py:256
msgid "Manage projections"
msgstr ""

#: ../gui/wxpython/menustrings.py:257
msgid ""
"Prints or modifies GRASS projection information files (in various co-"
"ordinate system descriptions). Can also be used to create new GRASS "
"locations."
msgstr ""

#: ../gui/wxpython/menustrings.py:258
msgid "Convert coordinates"
msgstr ""

#: ../gui/wxpython/menustrings.py:259
msgid "Converts coordinates from one projection to another (cs2cs frontend)."
msgstr ""

#: ../gui/wxpython/menustrings.py:260
msgid "Addons extensions"
msgstr ""

#: ../gui/wxpython/menustrings.py:261
msgid "Install extension from addons"
msgstr ""

#: ../gui/wxpython/menustrings.py:262
msgid "Installs new extension from GRASS AddOns repository."
msgstr ""

#: ../gui/wxpython/menustrings.py:263
msgid "Manage installed extension"
msgstr ""

#: ../gui/wxpython/menustrings.py:264
msgid "Updates or removes installed GRASS AddOns extension(s)."
msgstr ""

#: ../gui/wxpython/menustrings.py:265 ../gui/wxpython/menustrings.py:2054
msgid "Preferences"
msgstr ""

#: ../gui/wxpython/menustrings.py:266
msgid "User GUI preferences (display font, commands, digitizer, etc.)"
msgstr ""

#: ../gui/wxpython/menustrings.py:267 ../gui/wxpython/menustrings.py:1220
msgid "&Raster"
msgstr ""

#: ../gui/wxpython/menustrings.py:268 ../gui/wxpython/menustrings.py:1221
msgid "Develop raster map"
msgstr ""

#: ../gui/wxpython/menustrings.py:269 ../gui/wxpython/menustrings.py:1222
msgid "Compress/decompress"
msgstr ""

#: ../gui/wxpython/menustrings.py:270 ../gui/wxpython/menustrings.py:1223
msgid "Compresses and decompresses raster maps."
msgstr ""

#: ../gui/wxpython/menustrings.py:271 ../gui/wxpython/menustrings.py:1224
msgid "Region boundaries"
msgstr ""

#: ../gui/wxpython/menustrings.py:272 ../gui/wxpython/menustrings.py:1225
msgid "Sets the boundary definitions for a raster map."
msgstr ""

#: ../gui/wxpython/menustrings.py:273 ../gui/wxpython/menustrings.py:1226
msgid "Manage NULL values"
msgstr ""

#: ../gui/wxpython/menustrings.py:274 ../gui/wxpython/menustrings.py:1227
msgid "Manages NULL-values of given raster map."
msgstr ""

#: ../gui/wxpython/menustrings.py:275 ../gui/wxpython/menustrings.py:1228
msgid "Quantization"
msgstr ""

#: ../gui/wxpython/menustrings.py:276 ../gui/wxpython/menustrings.py:1229
msgid "Produces the quantization file for a floating-point map."
msgstr ""

#: ../gui/wxpython/menustrings.py:277 ../gui/wxpython/menustrings.py:1230
msgid "Timestamp"
msgstr ""

#: ../gui/wxpython/menustrings.py:278 ../gui/wxpython/menustrings.py:1231
msgid ""
"Modifies a timestamp for a raster map. Print/add/remove a timestamp for a "
"raster map."
msgstr ""

#: ../gui/wxpython/menustrings.py:279 ../gui/wxpython/menustrings.py:1232
msgid "Resample using aggregate statistics"
msgstr ""

#: ../gui/wxpython/menustrings.py:280 ../gui/wxpython/menustrings.py:1233
msgid "Resamples raster map layers to a coarser grid using aggregation."
msgstr ""

#: ../gui/wxpython/menustrings.py:281 ../gui/wxpython/menustrings.py:1234
msgid "Resample using multiple methods"
msgstr ""

#: ../gui/wxpython/menustrings.py:282 ../gui/wxpython/menustrings.py:1235
msgid "Resamples raster map to a finer grid using interpolation."
msgstr ""

#: ../gui/wxpython/menustrings.py:283 ../gui/wxpython/menustrings.py:1236
msgid "Resample using nearest neighbor"
msgstr ""

#: ../gui/wxpython/menustrings.py:284 ../gui/wxpython/menustrings.py:1237
msgid "GRASS raster map layer data resampling capability."
msgstr ""

#: ../gui/wxpython/menustrings.py:285 ../gui/wxpython/menustrings.py:1238
msgid "Resample using spline tension"
msgstr ""

#: ../gui/wxpython/menustrings.py:286 ../gui/wxpython/menustrings.py:1239
msgid ""
"Reinterpolates and optionally computes topographic analysis from input "
"raster map to a new raster map (possibly with different resolution) using "
"regularized spline with tension and smoothing."
msgstr ""

#: ../gui/wxpython/menustrings.py:287 ../gui/wxpython/menustrings.py:1240
msgid "Resample using bspline"
msgstr ""

#: ../gui/wxpython/menustrings.py:288 ../gui/wxpython/menustrings.py:1241
msgid ""
"Performs bilinear or bicubic spline interpolation with Tykhonov "
"regularization."
msgstr ""

#: ../gui/wxpython/menustrings.py:289 ../gui/wxpython/menustrings.py:1242
msgid "Resample using analytic kernel"
msgstr ""

#: ../gui/wxpython/menustrings.py:290 ../gui/wxpython/menustrings.py:1243
msgid "Resamples raster map layers using an analytic kernel."
msgstr ""

#: ../gui/wxpython/menustrings.py:291 ../gui/wxpython/menustrings.py:582
#: ../gui/wxpython/menustrings.py:1244 ../gui/wxpython/menustrings.py:1535
msgid "Support file maintenance"
msgstr ""

#: ../gui/wxpython/menustrings.py:292 ../gui/wxpython/menustrings.py:1245
msgid "Allows creation and/or modification of raster map layer support files."
msgstr ""

#: ../gui/wxpython/menustrings.py:293 ../gui/wxpython/menustrings.py:1246
msgid "Update map statistics"
msgstr ""

#: ../gui/wxpython/menustrings.py:294 ../gui/wxpython/menustrings.py:1247
msgid "Update raster map statistics"
msgstr ""

#: ../gui/wxpython/menustrings.py:297 ../gui/wxpython/menustrings.py:1250
msgid "Tiling"
msgstr ""

#: ../gui/wxpython/menustrings.py:298 ../gui/wxpython/menustrings.py:1251
msgid ""
"Produces tilings of the source projection for use in the destination region "
"and projection."
msgstr ""

#: ../gui/wxpython/menustrings.py:299 ../gui/wxpython/menustrings.py:601
#: ../gui/wxpython/menustrings.py:1252 ../gui/wxpython/menustrings.py:1554
msgid "Manage colors"
msgstr ""

#: ../gui/wxpython/menustrings.py:300 ../gui/wxpython/menustrings.py:602
#: ../gui/wxpython/menustrings.py:1253 ../gui/wxpython/menustrings.py:1555
msgid "Color tables"
msgstr ""

#: ../gui/wxpython/menustrings.py:301 ../gui/wxpython/menustrings.py:1254
msgid "Creates/modifies the color table associated with a raster map."
msgstr ""

#: ../gui/wxpython/menustrings.py:302 ../gui/wxpython/menustrings.py:1255
msgid "Color tables (stddev)"
msgstr ""

#: ../gui/wxpython/menustrings.py:303 ../gui/wxpython/menustrings.py:1256
msgid "Sets color rules based on stddev from a raster map's mean value."
msgstr ""

#: ../gui/wxpython/menustrings.py:304 ../gui/wxpython/menustrings.py:604
#: ../gui/wxpython/menustrings.py:1257 ../gui/wxpython/menustrings.py:1557
msgid "Manage color rules interactively"
msgstr ""

#: ../gui/wxpython/menustrings.py:305 ../gui/wxpython/menustrings.py:1258
msgid "Interactive management of raster color tables."
msgstr ""

#: ../gui/wxpython/menustrings.py:306 ../gui/wxpython/menustrings.py:606
#: ../gui/wxpython/menustrings.py:1259 ../gui/wxpython/menustrings.py:1559
msgid "Export color table"
msgstr ""

#: ../gui/wxpython/menustrings.py:307 ../gui/wxpython/menustrings.py:1260
msgid "Exports the color table associated with a raster map."
msgstr ""

#: ../gui/wxpython/menustrings.py:308 ../gui/wxpython/menustrings.py:1261
msgid "Blend 2 color rasters"
msgstr ""

#: ../gui/wxpython/menustrings.py:309 ../gui/wxpython/menustrings.py:1262
msgid "Blends color components of two raster maps by a given ratio."
msgstr ""

#: ../gui/wxpython/menustrings.py:310 ../gui/wxpython/menustrings.py:1263
msgid "Create RGB"
msgstr ""

#: ../gui/wxpython/menustrings.py:311 ../gui/wxpython/menustrings.py:1264
msgid ""
"Combines red, green and blue raster maps into a single composite raster map."
msgstr ""

#: ../gui/wxpython/menustrings.py:312 ../gui/wxpython/menustrings.py:774
#: ../gui/wxpython/menustrings.py:1265 ../gui/wxpython/menustrings.py:1727
msgid "RGB to HIS"
msgstr ""

#: ../gui/wxpython/menustrings.py:313 ../gui/wxpython/menustrings.py:1266
msgid ""
"Generates red, green and blue (RGB) raster map layers combining hue, "
"intensity and saturation (HIS) values from user-specified input raster map "
"layers."
msgstr ""

#: ../gui/wxpython/menustrings.py:314 ../gui/wxpython/menustrings.py:1267
msgid "Query raster maps"
msgstr ""

#: ../gui/wxpython/menustrings.py:315 ../gui/wxpython/menustrings.py:1268
msgid "Query values by coordinates"
msgstr ""

#: ../gui/wxpython/menustrings.py:316 ../gui/wxpython/menustrings.py:1269
msgid "Queries raster maps on their category values and category labels."
msgstr ""

#: ../gui/wxpython/menustrings.py:317 ../gui/wxpython/menustrings.py:1270
msgid "Query colors by value"
msgstr ""

#: ../gui/wxpython/menustrings.py:318 ../gui/wxpython/menustrings.py:1271
msgid "Queries colors for a raster map layer."
msgstr ""

#: ../gui/wxpython/menustrings.py:326 ../gui/wxpython/menustrings.py:1279
msgid "Raster buffers and distance"
msgstr ""

#: ../gui/wxpython/menustrings.py:327 ../gui/wxpython/menustrings.py:1280
msgid "Buffer rasters"
msgstr ""

#: ../gui/wxpython/menustrings.py:328 ../gui/wxpython/menustrings.py:1281
msgid ""
"Creates a raster map showing buffer zones surrounding cells that contain non-"
"NULL category values."
msgstr ""

#: ../gui/wxpython/menustrings.py:329 ../gui/wxpython/menustrings.py:1282
msgid "Concentric circles"
msgstr ""

#: ../gui/wxpython/menustrings.py:330 ../gui/wxpython/menustrings.py:1283
msgid "Creates a raster map containing concentric rings around a given point."
msgstr ""

#: ../gui/wxpython/menustrings.py:331 ../gui/wxpython/menustrings.py:1284
msgid "Closest points"
msgstr ""

#: ../gui/wxpython/menustrings.py:332 ../gui/wxpython/menustrings.py:1285
msgid "Locates the closest points between objects in two raster maps."
msgstr ""

#: ../gui/wxpython/menustrings.py:333 ../gui/wxpython/menustrings.py:1286
msgid "Grow by one cell"
msgstr ""

#: ../gui/wxpython/menustrings.py:334 ../gui/wxpython/menustrings.py:402
#: ../gui/wxpython/menustrings.py:1287 ../gui/wxpython/menustrings.py:1355
msgid "Generates a raster map layer with contiguous areas grown by one cell."
msgstr ""

#: ../gui/wxpython/menustrings.py:335 ../gui/wxpython/menustrings.py:394
#: ../gui/wxpython/menustrings.py:1288 ../gui/wxpython/menustrings.py:1347
msgid "Distance to features"
msgstr ""

#: ../gui/wxpython/menustrings.py:336 ../gui/wxpython/menustrings.py:395
#: ../gui/wxpython/menustrings.py:1289 ../gui/wxpython/menustrings.py:1348
msgid ""
"Generates a raster map containing distances to nearest raster features and/"
"or the value of the nearest non-null cell."
msgstr ""

#: ../gui/wxpython/menustrings.py:338 ../gui/wxpython/menustrings.py:1291
msgid "Creates a MASK for limiting raster operation."
msgstr ""

#: ../gui/wxpython/menustrings.py:339 ../gui/wxpython/menustrings.py:342
#: ../gui/wxpython/menustrings.py:1292 ../gui/wxpython/menustrings.py:1295
msgid "Raster map calculator"
msgstr ""

#: ../gui/wxpython/menustrings.py:340 ../gui/wxpython/menustrings.py:1293
msgid "Simplified raster map calculator"
msgstr ""

#: ../gui/wxpython/menustrings.py:341 ../gui/wxpython/menustrings.py:1294
msgid "Calculates a new raster map from a simple r.mapcalc expression."
msgstr ""

#: ../gui/wxpython/menustrings.py:343 ../gui/wxpython/menustrings.py:1296
msgid "Raster map calculator."
msgstr ""

#: ../gui/wxpython/menustrings.py:344 ../gui/wxpython/menustrings.py:1297
msgid "Neighborhood analysis"
msgstr ""

#: ../gui/wxpython/menustrings.py:346 ../gui/wxpython/menustrings.py:1299
msgid ""
"Makes each cell category value a function of the category values assigned to "
"the cells around it, and stores new cell values in an output raster map "
"layer."
msgstr ""

#: ../gui/wxpython/menustrings.py:347 ../gui/wxpython/menustrings.py:1300
msgid "Neighborhood points"
msgstr ""

#: ../gui/wxpython/menustrings.py:348 ../gui/wxpython/menustrings.py:1301
msgid ""
"Neighborhood analysis tool for vector point maps. Makes each cell value a "
"function of the attribute values assigned to the vector points or centroids "
"in a radius around it, and stores new cell values in an output raster map."
msgstr ""

#: ../gui/wxpython/menustrings.py:349 ../gui/wxpython/menustrings.py:1302
msgid "Overlay rasters"
msgstr ""

#: ../gui/wxpython/menustrings.py:350 ../gui/wxpython/menustrings.py:1303
msgid "Cross product"
msgstr ""

#: ../gui/wxpython/menustrings.py:351 ../gui/wxpython/menustrings.py:1304
msgid ""
"Creates a cross product of the category values from multiple raster map "
"layers."
msgstr ""

#: ../gui/wxpython/menustrings.py:352 ../gui/wxpython/menustrings.py:1305
msgid "Patch raster maps"
msgstr ""

#: ../gui/wxpython/menustrings.py:353 ../gui/wxpython/menustrings.py:1306
msgid ""
"Creates a composite raster map layer by using known category values from one "
"(or more) map layer(s) to fill in areas of \"no data\" in another map layer."
msgstr ""

#: ../gui/wxpython/menustrings.py:354 ../gui/wxpython/menustrings.py:1307
msgid "Raster series aggregation"
msgstr ""

#: ../gui/wxpython/menustrings.py:355 ../gui/wxpython/menustrings.py:1308
msgid ""
"Makes each output cell value a function of the values assigned to the "
"corresponding cells in the input raster map layers."
msgstr ""

#: ../gui/wxpython/menustrings.py:356 ../gui/wxpython/menustrings.py:1309
msgid "Raster series accumulation"
msgstr ""

#: ../gui/wxpython/menustrings.py:357 ../gui/wxpython/menustrings.py:1310
msgid ""
"Makes each output cell value a accumulationfunction of the values assigned "
"to the corresponding cells in the input raster map layers."
msgstr ""

#: ../gui/wxpython/menustrings.py:358 ../gui/wxpython/menustrings.py:1311
msgid "Statistical overlay"
msgstr ""

#: ../gui/wxpython/menustrings.py:359 ../gui/wxpython/menustrings.py:1312
msgid ""
"Calculates category or object oriented statistics (accumulator-based "
"statistics)."
msgstr ""

#: ../gui/wxpython/menustrings.py:360 ../gui/wxpython/menustrings.py:1313
msgid "Quantiles overlay"
msgstr ""

#: ../gui/wxpython/menustrings.py:361 ../gui/wxpython/menustrings.py:1314
msgid "Compute category quantiles using two passes."
msgstr ""

#: ../gui/wxpython/menustrings.py:362 ../gui/wxpython/menustrings.py:1315
msgid "Solar radiance and shadows"
msgstr ""

#: ../gui/wxpython/menustrings.py:363 ../gui/wxpython/menustrings.py:1316
msgid "LatLong map"
msgstr ""

#: ../gui/wxpython/menustrings.py:364 ../gui/wxpython/menustrings.py:1317
msgid "Creates a latitude/longitude raster map."
msgstr ""

#: ../gui/wxpython/menustrings.py:365 ../gui/wxpython/menustrings.py:1318
msgid "Solar irradiance and irradiation"
msgstr ""

#: ../gui/wxpython/menustrings.py:366 ../gui/wxpython/menustrings.py:1319
msgid ""
"Solar irradiance and irradiation model. Computes direct (beam), diffuse and "
"reflected solar irradiation raster maps for given day, latitude, surface and "
"atmospheric conditions. Solar parameters (e.g. sunrise, sunset times, "
"declination, extraterrestrial irradiance, daylight length) are saved in the "
"map history file. Alternatively, a local time can be specified to compute "
"solar incidence angle and/or irradiance raster maps. The shadowing effect of "
"the topography is optionally incorporated."
msgstr ""

#: ../gui/wxpython/menustrings.py:367 ../gui/wxpython/menustrings.py:1320
msgid "Shadows map"
msgstr ""

#: ../gui/wxpython/menustrings.py:368 ../gui/wxpython/menustrings.py:1321
msgid ""
"Calculates cast shadow areas from sun position and elevation raster map. "
"Either exact sun position (A) is specified, or date/time to calculate the "
"sun position (B) by r.sunmask itself."
msgstr ""

#: ../gui/wxpython/menustrings.py:369 ../gui/wxpython/menustrings.py:1322
msgid "Sunshine hours and solar angles"
msgstr ""

#: ../gui/wxpython/menustrings.py:370 ../gui/wxpython/menustrings.py:1323
msgid ""
"Calculates solar elevation, solar azimuth, and sun hours. Solar elevation: "
"the angle between the direction of the geometric center of the sun's "
"apparent disk and the (idealized) horizon. Solar azimuth: the angle from due "
"north in clockwise direction."
msgstr ""

#: ../gui/wxpython/menustrings.py:371 ../gui/wxpython/menustrings.py:1324
msgid "Terrain analysis"
msgstr ""

#: ../gui/wxpython/menustrings.py:372 ../gui/wxpython/menustrings.py:1325
msgid "Generate contour lines"
msgstr ""

#: ../gui/wxpython/menustrings.py:373 ../gui/wxpython/menustrings.py:1326
msgid "Produces a vector map of specified contours from a raster map."
msgstr ""

#: ../gui/wxpython/menustrings.py:374 ../gui/wxpython/menustrings.py:1327
msgid "Cost surface"
msgstr ""

#: ../gui/wxpython/menustrings.py:375 ../gui/wxpython/menustrings.py:1328
msgid ""
"Creates a raster map showing the cumulative cost of moving between different "
"geographic locations on an input raster map whose cell category values "
"represent cost."
msgstr ""

#: ../gui/wxpython/menustrings.py:376 ../gui/wxpython/menustrings.py:1329
msgid "Cumulative movement costs"
msgstr ""

#: ../gui/wxpython/menustrings.py:377 ../gui/wxpython/menustrings.py:1330
msgid ""
"Creates a raster map showing the anisotropic cumulative cost of moving "
"between different geographic locations on an input raster map whose cell "
"category values represent cost."
msgstr ""

#: ../gui/wxpython/menustrings.py:378 ../gui/wxpython/menustrings.py:1331
msgid "Least cost route or flow"
msgstr ""

#: ../gui/wxpython/menustrings.py:379 ../gui/wxpython/menustrings.py:1332
msgid ""
"Traces a flow through an elevation model or cost surface on a raster map."
msgstr ""

#: ../gui/wxpython/menustrings.py:380 ../gui/wxpython/menustrings.py:1333
msgid "Compute shaded relief"
msgstr ""

#: ../gui/wxpython/menustrings.py:381 ../gui/wxpython/menustrings.py:1334
msgid "Creates shaded relief map from an elevation map (DEM). "
msgstr ""

#: ../gui/wxpython/menustrings.py:382 ../gui/wxpython/menustrings.py:1335
msgid "Apply shade to raster"
msgstr ""

#: ../gui/wxpython/menustrings.py:383 ../gui/wxpython/menustrings.py:1336
msgid "Drapes a color raster over an shaded relief or aspect map."
msgstr ""

#: ../gui/wxpython/menustrings.py:384 ../gui/wxpython/menustrings.py:1337
msgid "Slope and aspect"
msgstr ""

#: ../gui/wxpython/menustrings.py:385 ../gui/wxpython/menustrings.py:1338
msgid ""
"Generates raster maps of slope, aspect, curvatures and partial derivatives "
"from an elevation raster map. Aspect is calculated counterclockwise from "
"east."
msgstr ""

#: ../gui/wxpython/menustrings.py:386 ../gui/wxpython/menustrings.py:1339
msgid "Landforms"
msgstr ""

#: ../gui/wxpython/menustrings.py:387 ../gui/wxpython/menustrings.py:1340
msgid ""
"Calculates geomorphons (terrain forms) and associated geometry using machine "
"vision approach."
msgstr ""

#: ../gui/wxpython/menustrings.py:388 ../gui/wxpython/menustrings.py:1341
msgid "Terrain parameters"
msgstr ""

#: ../gui/wxpython/menustrings.py:389 ../gui/wxpython/menustrings.py:1342
msgid ""
"Extracts terrain parameters from a DEM. Uses a multi-scale approach by "
"taking fitting quadratic parameters to any size window (via least squares)."
msgstr ""

#: ../gui/wxpython/menustrings.py:390 ../gui/wxpython/menustrings.py:1343
msgid "Textural features"
msgstr ""

#: ../gui/wxpython/menustrings.py:391 ../gui/wxpython/menustrings.py:1344
msgid "Generate images with textural features from a raster map."
msgstr ""

#: ../gui/wxpython/menustrings.py:392 ../gui/wxpython/menustrings.py:1345
msgid "Visibility"
msgstr ""

#: ../gui/wxpython/menustrings.py:393 ../gui/wxpython/menustrings.py:1346
msgid ""
"Computes the viewshed of a point on an elevation raster map. Default format: "
"NULL (invisible), vertical angle wrt viewpoint (visible)."
msgstr ""

#: ../gui/wxpython/menustrings.py:396 ../gui/wxpython/menustrings.py:1349
msgid "Horizon angle"
msgstr ""

#: ../gui/wxpython/menustrings.py:397 ../gui/wxpython/menustrings.py:1350
msgid ""
"Computes horizon angle height from a digital elevation model. The module has "
"two different modes of operation: 1. Computes the entire horizon around a "
"single point whose coordinates are given with the 'coord' option. The "
"horizon height (in radians). 2. Computes one or more raster maps of the "
"horizon height in a single direction. The input for this is the angle (in "
"degrees), which is measured counterclockwise with east=0, north=90 etc. The "
"output is the horizon height in radians."
msgstr ""

#: ../gui/wxpython/menustrings.py:398 ../gui/wxpython/menustrings.py:1351
msgid "Transform features"
msgstr ""

#: ../gui/wxpython/menustrings.py:399 ../gui/wxpython/menustrings.py:1352
msgid "Clump"
msgstr ""

#: ../gui/wxpython/menustrings.py:400 ../gui/wxpython/menustrings.py:1353
msgid ""
"Recategorizes data in a raster map by grouping cells that form physically "
"discrete areas into unique categories."
msgstr ""

#: ../gui/wxpython/menustrings.py:401 ../gui/wxpython/menustrings.py:1354
msgid "Grow"
msgstr ""

#: ../gui/wxpython/menustrings.py:403 ../gui/wxpython/menustrings.py:1356
msgid "Thin"
msgstr ""

#: ../gui/wxpython/menustrings.py:404 ../gui/wxpython/menustrings.py:1357
msgid "Thins non-null cells that denote linear features in a raster map layer."
msgstr ""

#: ../gui/wxpython/menustrings.py:405 ../gui/wxpython/menustrings.py:1358
msgid "Hydrologic modeling"
msgstr ""

#: ../gui/wxpython/menustrings.py:406 ../gui/wxpython/menustrings.py:1359
msgid "Carve stream channels"
msgstr ""

#: ../gui/wxpython/menustrings.py:407 ../gui/wxpython/menustrings.py:1360
msgid ""
"Generates stream channels. Takes vector stream data, transforms it to raster "
"and subtracts depth from the output DEM."
msgstr ""

#: ../gui/wxpython/menustrings.py:408 ../gui/wxpython/menustrings.py:1361
msgid "Fill lake"
msgstr ""

#: ../gui/wxpython/menustrings.py:409 ../gui/wxpython/menustrings.py:1362
msgid "Fills lake at given point to given level."
msgstr ""

#: ../gui/wxpython/menustrings.py:410 ../gui/wxpython/menustrings.py:1363
msgid "Depressionless map and flowlines"
msgstr ""

#: ../gui/wxpython/menustrings.py:411 ../gui/wxpython/menustrings.py:1364
msgid ""
"Filters and generates a depressionless elevation map and a flow direction "
"map from a given elevation raster map."
msgstr ""

#: ../gui/wxpython/menustrings.py:412 ../gui/wxpython/menustrings.py:1365
msgid "Flow accumulation"
msgstr ""

#: ../gui/wxpython/menustrings.py:413 ../gui/wxpython/menustrings.py:1366
msgid "Performs flow computation for massive grids."
msgstr ""

#: ../gui/wxpython/menustrings.py:414 ../gui/wxpython/menustrings.py:1367
msgid "Flow lines"
msgstr ""

#: ../gui/wxpython/menustrings.py:415 ../gui/wxpython/menustrings.py:1368
msgid ""
"Constructs flowlines. Computes flowlines, flowpath lengths, and "
"flowaccumulation (contributing areas) from a elevation raster map."
msgstr ""

#: ../gui/wxpython/menustrings.py:416 ../gui/wxpython/menustrings.py:1369
msgid "Watershed analysis"
msgstr ""

#: ../gui/wxpython/menustrings.py:417 ../gui/wxpython/menustrings.py:1370
msgid "Calculates hydrological parameters and RUSLE factors."
msgstr ""

#: ../gui/wxpython/menustrings.py:418 ../gui/wxpython/menustrings.py:1371
msgid "Watershed subbasins"
msgstr ""

#: ../gui/wxpython/menustrings.py:419 ../gui/wxpython/menustrings.py:1372
msgid "Generates watershed subbasins raster map."
msgstr ""

#: ../gui/wxpython/menustrings.py:420 ../gui/wxpython/menustrings.py:1373
msgid "Watershed basin creation"
msgstr ""

#: ../gui/wxpython/menustrings.py:421 ../gui/wxpython/menustrings.py:1374
msgid "Creates watershed basins from a drainage direction map."
msgstr ""

#: ../gui/wxpython/menustrings.py:422 ../gui/wxpython/menustrings.py:1375
msgid "Extraction of stream networks"
msgstr ""

#: ../gui/wxpython/menustrings.py:423 ../gui/wxpython/menustrings.py:1376
msgid "Performs stream network extraction."
msgstr ""

#: ../gui/wxpython/menustrings.py:424 ../gui/wxpython/menustrings.py:1377
msgid "SIMWE Overland flow modeling"
msgstr ""

#: ../gui/wxpython/menustrings.py:425 ../gui/wxpython/menustrings.py:1378
msgid "Overland flow hydrologic simulation using path sampling method (SIMWE)."
msgstr ""

#: ../gui/wxpython/menustrings.py:426 ../gui/wxpython/menustrings.py:1379
msgid "SIMWE Sediment flux modeling"
msgstr ""

#: ../gui/wxpython/menustrings.py:427 ../gui/wxpython/menustrings.py:1380
msgid ""
"Sediment transport and erosion/deposition simulation using path sampling "
"method (SIMWE)."
msgstr ""

#: ../gui/wxpython/menustrings.py:428 ../gui/wxpython/menustrings.py:1381
msgid "Topographic index map"
msgstr ""

#: ../gui/wxpython/menustrings.py:429 ../gui/wxpython/menustrings.py:1382
msgid ""
"Creates a topographic index (wetness index) raster map from an elevation "
"raster map."
msgstr ""

#: ../gui/wxpython/menustrings.py:430 ../gui/wxpython/menustrings.py:1383
msgid "TOPMODEL simulation"
msgstr ""

#: ../gui/wxpython/menustrings.py:431 ../gui/wxpython/menustrings.py:1384
msgid "Simulates TOPMODEL which is a physically based hydrologic model."
msgstr ""

#: ../gui/wxpython/menustrings.py:432 ../gui/wxpython/menustrings.py:1385
msgid "USLE K-factor"
msgstr ""

#: ../gui/wxpython/menustrings.py:433 ../gui/wxpython/menustrings.py:1386
msgid "Computes USLE Soil Erodibility Factor (K)."
msgstr ""

#: ../gui/wxpython/menustrings.py:434 ../gui/wxpython/menustrings.py:1387
msgid "USLE R-factor"
msgstr ""

#: ../gui/wxpython/menustrings.py:435 ../gui/wxpython/menustrings.py:1388
msgid "Computes USLE R factor, Rainfall erosivity index."
msgstr ""

#: ../gui/wxpython/menustrings.py:436 ../gui/wxpython/menustrings.py:885
#: ../gui/wxpython/menustrings.py:1389 ../gui/wxpython/menustrings.py:1838
msgid "Groundwater modeling"
msgstr ""

#: ../gui/wxpython/menustrings.py:437 ../gui/wxpython/menustrings.py:1390
msgid "Groundwater flow"
msgstr ""

#: ../gui/wxpython/menustrings.py:438 ../gui/wxpython/menustrings.py:1391
msgid ""
"Numerical calculation program for transient, confined and unconfined "
"groundwater flow in two dimensions."
msgstr ""

#: ../gui/wxpython/menustrings.py:439 ../gui/wxpython/menustrings.py:1392
msgid "Groundwater solute transport"
msgstr ""

#: ../gui/wxpython/menustrings.py:440 ../gui/wxpython/menustrings.py:1393
msgid ""
"Numerical calculation program for transient, confined and unconfined solute "
"transport in two dimensions"
msgstr ""

#: ../gui/wxpython/menustrings.py:441 ../gui/wxpython/menustrings.py:1394
msgid "Landscape patch analysis"
msgstr ""

#: ../gui/wxpython/menustrings.py:442 ../gui/wxpython/menustrings.py:1395
#: ../gui/wxpython/menustrings.py:2024
msgid "Set up sampling and analysis framework"
msgstr ""

#: ../gui/wxpython/menustrings.py:443 ../gui/wxpython/menustrings.py:1396
#: ../gui/wxpython/menustrings.py:2025
msgid "Configuration editor for r.li.'index'"
msgstr ""

#: ../gui/wxpython/menustrings.py:444 ../gui/wxpython/menustrings.py:1397
msgid "Edge density"
msgstr ""

#: ../gui/wxpython/menustrings.py:445 ../gui/wxpython/menustrings.py:1398
msgid ""
"Calculates edge density index on a raster map, using a 4 neighbour algorithm"
msgstr ""

#: ../gui/wxpython/menustrings.py:446 ../gui/wxpython/menustrings.py:1399
msgid "Contrast weighted edge density"
msgstr ""

#: ../gui/wxpython/menustrings.py:447 ../gui/wxpython/menustrings.py:1400
msgid "Calculates contrast weighted edge density index on a raster map"
msgstr ""

#: ../gui/wxpython/menustrings.py:448 ../gui/wxpython/menustrings.py:1401
msgid "Patch area mean"
msgstr ""

#: ../gui/wxpython/menustrings.py:449 ../gui/wxpython/menustrings.py:1402
msgid ""
"Calculates mean patch size index on a raster map, using a 4 neighbour "
"algorithm"
msgstr ""

#: ../gui/wxpython/menustrings.py:450 ../gui/wxpython/menustrings.py:1403
msgid "Patch area range"
msgstr ""

#: ../gui/wxpython/menustrings.py:451 ../gui/wxpython/menustrings.py:1404
msgid "Calculates range of patch area size on a raster map"
msgstr ""

#: ../gui/wxpython/menustrings.py:452 ../gui/wxpython/menustrings.py:1405
msgid "Patch area Std Dev"
msgstr ""

#: ../gui/wxpython/menustrings.py:453 ../gui/wxpython/menustrings.py:1406
msgid "Calculates standard deviation of patch area a raster map"
msgstr ""

#: ../gui/wxpython/menustrings.py:454 ../gui/wxpython/menustrings.py:1407
msgid "Patch area Coeff Var"
msgstr ""

#: ../gui/wxpython/menustrings.py:455 ../gui/wxpython/menustrings.py:1408
msgid "Calculates coefficient of variation of patch area on a raster map"
msgstr ""

#: ../gui/wxpython/menustrings.py:456 ../gui/wxpython/menustrings.py:1409
msgid "Patch density"
msgstr ""

#: ../gui/wxpython/menustrings.py:457 ../gui/wxpython/menustrings.py:1410
msgid ""
"Calculates patch density index on a raster map, using a 4 neighbour algorithm"
msgstr ""

#: ../gui/wxpython/menustrings.py:458 ../gui/wxpython/menustrings.py:1411
msgid "Patch number"
msgstr ""

#: ../gui/wxpython/menustrings.py:459 ../gui/wxpython/menustrings.py:1412
msgid ""
"Calculates patch number index on a raster map, using a 4 neighbour algorithm."
msgstr ""

#: ../gui/wxpython/menustrings.py:460 ../gui/wxpython/menustrings.py:1413
msgid "Dominance's diversity"
msgstr ""

#: ../gui/wxpython/menustrings.py:461 ../gui/wxpython/menustrings.py:1414
msgid "Calculates dominance's diversity index on a raster map"
msgstr ""

#: ../gui/wxpython/menustrings.py:462 ../gui/wxpython/menustrings.py:1415
msgid "Shannon's diversity"
msgstr ""

#: ../gui/wxpython/menustrings.py:463 ../gui/wxpython/menustrings.py:1416
msgid "Calculates Shannon's diversity index on a raster map"
msgstr ""

#: ../gui/wxpython/menustrings.py:464 ../gui/wxpython/menustrings.py:1417
msgid "Simpson's diversity"
msgstr ""

#: ../gui/wxpython/menustrings.py:465 ../gui/wxpython/menustrings.py:1418
msgid "Calculates Simpson's diversity index on a raster map"
msgstr ""

#: ../gui/wxpython/menustrings.py:466 ../gui/wxpython/menustrings.py:1419
msgid "Richness"
msgstr ""

#: ../gui/wxpython/menustrings.py:467 ../gui/wxpython/menustrings.py:1420
msgid "Calculates richness index on a raster map"
msgstr ""

#: ../gui/wxpython/menustrings.py:468 ../gui/wxpython/menustrings.py:1421
msgid "Shape index"
msgstr ""

#: ../gui/wxpython/menustrings.py:469 ../gui/wxpython/menustrings.py:1422
msgid "Calculates shape index on a raster map"
msgstr ""

#: ../gui/wxpython/menustrings.py:470 ../gui/wxpython/menustrings.py:1423
msgid "Wildfire modeling"
msgstr ""

#: ../gui/wxpython/menustrings.py:471 ../gui/wxpython/menustrings.py:1424
msgid "Rate of spread"
msgstr ""

#: ../gui/wxpython/menustrings.py:472 ../gui/wxpython/menustrings.py:1425
msgid ""
"Generates rate of spread raster maps. Generates three, or four raster map "
"layers showing the base (perpendicular) rate of spread (ROS), the maximum "
"(forward) ROS, the direction of the maximum ROS, and optionally the maximum "
"potential spotting distance for fire spread simulation."
msgstr ""

#: ../gui/wxpython/menustrings.py:473 ../gui/wxpython/menustrings.py:1426
msgid "Least-cost spread paths"
msgstr ""

#: ../gui/wxpython/menustrings.py:474 ../gui/wxpython/menustrings.py:1427
msgid ""
"Recursively traces the least cost path backwards to cells from which the "
"cumulative cost was determined."
msgstr ""

#: ../gui/wxpython/menustrings.py:475 ../gui/wxpython/menustrings.py:1428
msgid "Anisotropic spread simulation"
msgstr ""

#: ../gui/wxpython/menustrings.py:476 ../gui/wxpython/menustrings.py:1429
msgid ""
"Simulates elliptically anisotropic spread. Generates a raster map of the "
"cumulative time of spread, given raster maps containing the rates of spread "
"(ROS), the ROS directions and the spread origins. It optionally produces "
"raster maps to contain backlink UTM coordinates for tracing spread paths. "
"Usable for fire spread simulations."
msgstr ""

#: ../gui/wxpython/menustrings.py:477 ../gui/wxpython/menustrings.py:1430
msgid "Change category values and labels"
msgstr ""

#: ../gui/wxpython/menustrings.py:478 ../gui/wxpython/menustrings.py:530
#: ../gui/wxpython/menustrings.py:1431 ../gui/wxpython/menustrings.py:1483
msgid "Manage category information"
msgstr ""

#: ../gui/wxpython/menustrings.py:479 ../gui/wxpython/menustrings.py:531
#: ../gui/wxpython/menustrings.py:1432 ../gui/wxpython/menustrings.py:1484
msgid ""
"Manages category values and labels associated with user-specified raster map "
"layers."
msgstr ""

#: ../gui/wxpython/menustrings.py:480 ../gui/wxpython/menustrings.py:1433
msgid "Interactively edit category values"
msgstr ""

#: ../gui/wxpython/menustrings.py:481 ../gui/wxpython/menustrings.py:1434
msgid "Edits cell values in a raster map."
msgstr ""

#: ../gui/wxpython/menustrings.py:482 ../gui/wxpython/menustrings.py:1435
msgid "Reclassify by size"
msgstr ""

#: ../gui/wxpython/menustrings.py:483 ../gui/wxpython/menustrings.py:1436
msgid ""
"Reclasses a raster map greater or less than user specified area size (in "
"hectares)."
msgstr ""

#: ../gui/wxpython/menustrings.py:484 ../gui/wxpython/menustrings.py:705
#: ../gui/wxpython/menustrings.py:1437 ../gui/wxpython/menustrings.py:1658
msgid "Reclassify"
msgstr ""

#: ../gui/wxpython/menustrings.py:485 ../gui/wxpython/menustrings.py:1438
msgid ""
"Reclassify raster map based on category values. Creates a new raster map "
"whose category values are based upon a reclassification of the categories in "
"an existing raster map."
msgstr ""

#: ../gui/wxpython/menustrings.py:486 ../gui/wxpython/menustrings.py:1439
msgid "Recode"
msgstr ""

#: ../gui/wxpython/menustrings.py:487 ../gui/wxpython/menustrings.py:1440
msgid "Recodes categorical raster maps."
msgstr ""

#: ../gui/wxpython/menustrings.py:488 ../gui/wxpython/menustrings.py:1441
msgid "Rescale"
msgstr ""

#: ../gui/wxpython/menustrings.py:489 ../gui/wxpython/menustrings.py:1442
msgid "Rescales the range of category values in a raster map layer."
msgstr ""

#: ../gui/wxpython/menustrings.py:490 ../gui/wxpython/menustrings.py:1443
msgid "Rescale with histogram"
msgstr ""

#: ../gui/wxpython/menustrings.py:491 ../gui/wxpython/menustrings.py:1444
msgid ""
"Rescales histogram equalized the range of category values in a raster map "
"layer."
msgstr ""

#: ../gui/wxpython/menustrings.py:492 ../gui/wxpython/menustrings.py:1445
msgid "Generate random cells"
msgstr ""

#: ../gui/wxpython/menustrings.py:493 ../gui/wxpython/menustrings.py:1446
msgid "Random cells"
msgstr ""

#: ../gui/wxpython/menustrings.py:494 ../gui/wxpython/menustrings.py:1447
msgid "Generates random cell values with spatial dependence."
msgstr ""

#: ../gui/wxpython/menustrings.py:495 ../gui/wxpython/menustrings.py:1448
msgid "Random cells and vector points"
msgstr ""

#: ../gui/wxpython/menustrings.py:496 ../gui/wxpython/menustrings.py:1449
msgid ""
"Creates randomly placed raster cells or vector points Creates a raster map "
"and vector point map containing randomly located cells and points."
msgstr ""

#: ../gui/wxpython/menustrings.py:497 ../gui/wxpython/menustrings.py:1450
msgid "Generate surfaces"
msgstr ""

#: ../gui/wxpython/menustrings.py:498 ../gui/wxpython/menustrings.py:1451
msgid "Fractal surface"
msgstr ""

#: ../gui/wxpython/menustrings.py:499 ../gui/wxpython/menustrings.py:1452
msgid "Creates a fractal surface of a given fractal dimension."
msgstr ""

#: ../gui/wxpython/menustrings.py:500 ../gui/wxpython/menustrings.py:1453
msgid "Gaussian kernel density surface"
msgstr ""

#: ../gui/wxpython/menustrings.py:501 ../gui/wxpython/menustrings.py:1454
msgid ""
"Generates a raster density map from vector points map. Density is computed "
"using a moving kernel. Optionally generates a vector density map on a vector "
"network."
msgstr ""

#: ../gui/wxpython/menustrings.py:502 ../gui/wxpython/menustrings.py:1455
msgid "Gaussian deviates surface"
msgstr ""

#: ../gui/wxpython/menustrings.py:503 ../gui/wxpython/menustrings.py:1456
msgid ""
"Generates a raster map using gaussian random number generator. Mean and "
"standard deviation of gaussian deviates can be expressed by the user."
msgstr ""

#: ../gui/wxpython/menustrings.py:504 ../gui/wxpython/menustrings.py:1457
#: ../gui/wxpython/nviz/tools.py:5239
msgid "Plane"
msgstr ""

#: ../gui/wxpython/menustrings.py:505 ../gui/wxpython/menustrings.py:1458
msgid ""
"Creates raster plane map given dip (inclination), aspect (azimuth) and one "
"point."
msgstr ""

#: ../gui/wxpython/menustrings.py:506 ../gui/wxpython/menustrings.py:1459
msgid "Random deviates surface"
msgstr ""

#: ../gui/wxpython/menustrings.py:507 ../gui/wxpython/menustrings.py:1460
msgid ""
"Produces a raster surface map of uniform random deviates with defined range."
msgstr ""

#: ../gui/wxpython/menustrings.py:508 ../gui/wxpython/menustrings.py:1461
msgid "Random surface with spatial dependence"
msgstr ""

#: ../gui/wxpython/menustrings.py:509 ../gui/wxpython/menustrings.py:1462
msgid "Generates random surface(s) with spatial dependence."
msgstr ""

#: ../gui/wxpython/menustrings.py:510 ../gui/wxpython/menustrings.py:1463
msgid "Interpolate surfaces"
msgstr ""

#: ../gui/wxpython/menustrings.py:511 ../gui/wxpython/menustrings.py:1464
msgid "Bilinear and bicubic from vector points"
msgstr ""

#: ../gui/wxpython/menustrings.py:512 ../gui/wxpython/menustrings.py:1465
msgid ""
"Performs bicubic or bilinear spline interpolation with Tykhonov "
"regularization."
msgstr ""

#: ../gui/wxpython/menustrings.py:513 ../gui/wxpython/menustrings.py:1466
msgid "IDW from raster points"
msgstr ""

#: ../gui/wxpython/menustrings.py:514 ../gui/wxpython/menustrings.py:1467
msgid ""
"Provides surface interpolation from raster point data by Inverse Distance "
"Squared Weighting."
msgstr ""

#: ../gui/wxpython/menustrings.py:515 ../gui/wxpython/menustrings.py:1468
msgid "IDW from vector points"
msgstr ""

#: ../gui/wxpython/menustrings.py:516 ../gui/wxpython/menustrings.py:1469
msgid ""
"Provides surface interpolation from vector point data by Inverse Distance "
"Squared Weighting."
msgstr ""

#: ../gui/wxpython/menustrings.py:517 ../gui/wxpython/menustrings.py:1470
msgid "Raster contours"
msgstr ""

#: ../gui/wxpython/menustrings.py:518 ../gui/wxpython/menustrings.py:1471
msgid "Generates surface raster map from rasterized contours."
msgstr ""

#: ../gui/wxpython/menustrings.py:519 ../gui/wxpython/menustrings.py:1472
msgid "Regularized spline tension"
msgstr ""

#: ../gui/wxpython/menustrings.py:520 ../gui/wxpython/menustrings.py:1473
msgid ""
"Performs surface interpolation from vector points map by splines. Spatial "
"approximation and topographic analysis from given point or isoline data in "
"vector format to floating point raster format using regularized spline with "
"tension."
msgstr ""

#: ../gui/wxpython/menustrings.py:521 ../gui/wxpython/menustrings.py:1474
msgid "Raster series interpolation"
msgstr ""

#: ../gui/wxpython/menustrings.py:522 ../gui/wxpython/menustrings.py:1475
msgid ""
"Interpolates raster maps located (temporal or spatial) in between input "
"raster maps at specific sampling positions."
msgstr ""

#: ../gui/wxpython/menustrings.py:523 ../gui/wxpython/menustrings.py:1476
msgid "Fill NULL cells"
msgstr ""

#: ../gui/wxpython/menustrings.py:524 ../gui/wxpython/menustrings.py:1477
msgid "Fills no-data areas in raster maps using spline interpolation."
msgstr ""

#: ../gui/wxpython/menustrings.py:525 ../gui/wxpython/menustrings.py:1478
msgid "Fill NULL cells using IDW"
msgstr ""

#: ../gui/wxpython/menustrings.py:526 ../gui/wxpython/menustrings.py:1479
msgid ""
"Rapidly fills 'no data' cells (NULLs) of a raster map with interpolated "
"values (IDW)."
msgstr ""

#: ../gui/wxpython/menustrings.py:527 ../gui/wxpython/menustrings.py:744
#: ../gui/wxpython/menustrings.py:861 ../gui/wxpython/menustrings.py:889
#: ../gui/wxpython/menustrings.py:1033 ../gui/wxpython/menustrings.py:1480
#: ../gui/wxpython/menustrings.py:1697 ../gui/wxpython/menustrings.py:1814
#: ../gui/wxpython/menustrings.py:1842 ../gui/wxpython/menustrings.py:1986
msgid "Reports and statistics"
msgstr ""

#: ../gui/wxpython/menustrings.py:528 ../gui/wxpython/menustrings.py:1481
msgid "Basic raster metadata"
msgstr ""

#: ../gui/wxpython/menustrings.py:529 ../gui/wxpython/menustrings.py:1482
msgid "Outputs basic information about a raster map."
msgstr ""

#: ../gui/wxpython/menustrings.py:532 ../gui/wxpython/menustrings.py:1485
msgid "General statistics"
msgstr ""

#: ../gui/wxpython/menustrings.py:533 ../gui/wxpython/menustrings.py:1486
msgid "Generates area statistics for raster map."
msgstr ""

#: ../gui/wxpython/menustrings.py:534 ../gui/wxpython/menustrings.py:1487
msgid "Quantiles for large data sets"
msgstr ""

#: ../gui/wxpython/menustrings.py:535 ../gui/wxpython/menustrings.py:1488
msgid "Compute quantiles using two passes."
msgstr ""

#: ../gui/wxpython/menustrings.py:536 ../gui/wxpython/menustrings.py:1489
msgid "Range of category values"
msgstr ""

#: ../gui/wxpython/menustrings.py:537 ../gui/wxpython/menustrings.py:1490
msgid "Prints terse list of category values found in a raster map layer."
msgstr ""

#: ../gui/wxpython/menustrings.py:538 ../gui/wxpython/menustrings.py:1491
msgid "Sum area by raster map and category"
msgstr ""

#: ../gui/wxpython/menustrings.py:539 ../gui/wxpython/menustrings.py:1492
msgid "Reports statistics for raster maps."
msgstr ""

#: ../gui/wxpython/menustrings.py:540 ../gui/wxpython/menustrings.py:1493
msgid "Statistics for clumped cells"
msgstr ""

#: ../gui/wxpython/menustrings.py:541 ../gui/wxpython/menustrings.py:1494
msgid ""
"Calculates the volume of data \"clumps\". Optionally produces a GRASS vector "
"points map containing the calculated centroids of these clumps."
msgstr ""

#: ../gui/wxpython/menustrings.py:542 ../gui/wxpython/menustrings.py:1495
msgid "Total corrected area"
msgstr ""

#: ../gui/wxpython/menustrings.py:543 ../gui/wxpython/menustrings.py:1496
msgid "Prints estimation of surface area for raster map."
msgstr ""

#: ../gui/wxpython/menustrings.py:544 ../gui/wxpython/menustrings.py:1497
#: ../gui/wxpython/lmgr/layertree.py:821 ../gui/wxpython/lmgr/layertree.py:864
msgid "Univariate raster statistics"
msgstr ""

#: ../gui/wxpython/menustrings.py:545 ../gui/wxpython/menustrings.py:1498
msgid ""
"Calculates univariate statistics from the non-null cells of a raster map. "
"Statistics include number of cells counted, minimum and maximum cell values, "
"range, arithmetic mean, population variance, standard deviation, coefficient "
"of variation, and sum."
msgstr ""

#: ../gui/wxpython/menustrings.py:546 ../gui/wxpython/menustrings.py:755
#: ../gui/wxpython/menustrings.py:1499 ../gui/wxpython/menustrings.py:1708
msgid "Sample transects"
msgstr ""

#: ../gui/wxpython/menustrings.py:547 ../gui/wxpython/menustrings.py:1500
msgid "Outputs the raster map layer values lying on user-defined line(s)."
msgstr ""

#: ../gui/wxpython/menustrings.py:548 ../gui/wxpython/menustrings.py:1501
msgid "Sample transects (bearing/distance)"
msgstr ""

#: ../gui/wxpython/menustrings.py:549 ../gui/wxpython/menustrings.py:1502
msgid ""
"Outputs raster map layer values lying along user defined transect line(s)."
msgstr ""

#: ../gui/wxpython/menustrings.py:550 ../gui/wxpython/menustrings.py:1503
msgid "Covariance/correlation"
msgstr ""

#: ../gui/wxpython/menustrings.py:551 ../gui/wxpython/menustrings.py:1504
msgid ""
"Outputs a covariance/correlation matrix for user-specified raster map "
"layer(s)."
msgstr ""

#: ../gui/wxpython/menustrings.py:552 ../gui/wxpython/menustrings.py:1505
msgid "Linear regression"
msgstr ""

#: ../gui/wxpython/menustrings.py:553 ../gui/wxpython/menustrings.py:1506
msgid "Calculates linear regression from two raster maps: y = a + b*x."
msgstr ""

#: ../gui/wxpython/menustrings.py:554 ../gui/wxpython/menustrings.py:1507
msgid "Multiple regression"
msgstr ""

#: ../gui/wxpython/menustrings.py:555 ../gui/wxpython/menustrings.py:1508
msgid "Calculates multiple linear regression from raster maps."
msgstr ""

#: ../gui/wxpython/menustrings.py:556 ../gui/wxpython/menustrings.py:1509
msgid "Mutual category occurrences"
msgstr ""

#: ../gui/wxpython/menustrings.py:557 ../gui/wxpython/menustrings.py:1510
msgid ""
"Tabulates the mutual occurrence (coincidence) of categories for two raster "
"map layers."
msgstr ""

#: ../gui/wxpython/menustrings.py:558 ../gui/wxpython/menustrings.py:1511
msgid "&Vector"
msgstr ""

#: ../gui/wxpython/menustrings.py:559 ../gui/wxpython/menustrings.py:1512
msgid "Develop vector map"
msgstr ""

#: ../gui/wxpython/menustrings.py:561 ../gui/wxpython/menustrings.py:1514
msgid "Create new empty vector map"
msgstr ""

#: ../gui/wxpython/menustrings.py:562 ../gui/wxpython/menustrings.py:1515
msgid "Edit vector map (non-interactively)"
msgstr ""

#: ../gui/wxpython/menustrings.py:563 ../gui/wxpython/menustrings.py:1516
msgid ""
"Edits a vector map, allows adding, deleting and modifying selected vector "
"features."
msgstr ""

#: ../gui/wxpython/menustrings.py:564 ../gui/wxpython/menustrings.py:1517
msgid "Convert object types"
msgstr ""

#: ../gui/wxpython/menustrings.py:565 ../gui/wxpython/menustrings.py:1518
msgid "Changes type of vector features."
msgstr ""

#: ../gui/wxpython/menustrings.py:566 ../gui/wxpython/menustrings.py:1519
msgid "Parallel lines"
msgstr ""

#: ../gui/wxpython/menustrings.py:567 ../gui/wxpython/menustrings.py:1520
msgid "Creates parallel line to input vector lines."
msgstr ""

#: ../gui/wxpython/menustrings.py:568 ../gui/wxpython/menustrings.py:1521
msgid "Dissolve boundaries"
msgstr ""

#: ../gui/wxpython/menustrings.py:569 ../gui/wxpython/menustrings.py:1522
msgid ""
"Dissolves boundaries between adjacent areas sharing a common category number "
"or attribute."
msgstr ""

#: ../gui/wxpython/menustrings.py:570 ../gui/wxpython/menustrings.py:1523
msgid "Create 3D vector over raster"
msgstr ""

#: ../gui/wxpython/menustrings.py:571 ../gui/wxpython/menustrings.py:1524
msgid "Converts 2D vector features to 3D by sampling of elevation raster map."
msgstr ""

#: ../gui/wxpython/menustrings.py:572 ../gui/wxpython/menustrings.py:1525
msgid "Extrude 3D vector map"
msgstr ""

#: ../gui/wxpython/menustrings.py:573 ../gui/wxpython/menustrings.py:1526
msgid ""
"Extrudes flat vector features to 3D vector features with defined height. "
"Optionally the height can be derived from sampling of elevation raster map."
msgstr ""

#: ../gui/wxpython/menustrings.py:574 ../gui/wxpython/menustrings.py:1527
msgid "Create labels"
msgstr ""

#: ../gui/wxpython/menustrings.py:575 ../gui/wxpython/menustrings.py:1528
msgid "Creates paint labels for a vector map from attached attributes."
msgstr ""

#: ../gui/wxpython/menustrings.py:576 ../gui/wxpython/menustrings.py:1529
msgid "Reposition vector map"
msgstr ""

#: ../gui/wxpython/menustrings.py:577 ../gui/wxpython/menustrings.py:1530
msgid ""
"Performs an affine transformation (shift, scale and rotate) on vector map."
msgstr ""

#: ../gui/wxpython/menustrings.py:578 ../gui/wxpython/menustrings.py:1531
msgid "Rectify vector map"
msgstr ""

#: ../gui/wxpython/menustrings.py:579 ../gui/wxpython/menustrings.py:1532
msgid ""
"Rectifies a vector by computing a coordinate transformation for each object "
"in the vector based on the control points."
msgstr ""

#: ../gui/wxpython/menustrings.py:583 ../gui/wxpython/menustrings.py:1536
msgid "Updates vector map metadata."
msgstr ""

#: ../gui/wxpython/menustrings.py:584 ../gui/wxpython/menustrings.py:1537
msgid "Topology maintenance"
msgstr ""

#: ../gui/wxpython/menustrings.py:585 ../gui/wxpython/menustrings.py:1538
msgid "Create or rebuild topology"
msgstr ""

#: ../gui/wxpython/menustrings.py:586 ../gui/wxpython/menustrings.py:1539
msgid ""
"Creates topology for vector map. Optionally also checks for topological "
"errors."
msgstr ""

#: ../gui/wxpython/menustrings.py:587 ../gui/wxpython/menustrings.py:1540
msgid "Rebuild topology on all vector maps"
msgstr ""

#: ../gui/wxpython/menustrings.py:588 ../gui/wxpython/menustrings.py:1541
msgid "Rebuilds topology on all vector maps in the current mapset."
msgstr ""

#: ../gui/wxpython/menustrings.py:589 ../gui/wxpython/menustrings.py:1542
msgid "Build polylines"
msgstr ""

#: ../gui/wxpython/menustrings.py:590 ../gui/wxpython/menustrings.py:1543
msgid "Builds polylines from lines or boundaries."
msgstr ""

#: ../gui/wxpython/menustrings.py:591 ../gui/wxpython/menustrings.py:1544
msgid "Split lines"
msgstr ""

#: ../gui/wxpython/menustrings.py:592 ../gui/wxpython/menustrings.py:1545
msgid "Splits vector lines to shorter segments."
msgstr ""

#: ../gui/wxpython/menustrings.py:593 ../gui/wxpython/menustrings.py:1546
msgid "Split polylines"
msgstr ""

#: ../gui/wxpython/menustrings.py:594 ../gui/wxpython/menustrings.py:1547
msgid "Creates points/segments from input vector lines and positions."
msgstr ""

#: ../gui/wxpython/menustrings.py:595 ../gui/wxpython/menustrings.py:1548
msgid "Clean vector map"
msgstr ""

#: ../gui/wxpython/menustrings.py:596 ../gui/wxpython/menustrings.py:1549
msgid "Toolset for cleaning topology of vector map."
msgstr ""

#: ../gui/wxpython/menustrings.py:597 ../gui/wxpython/menustrings.py:1550
msgid "Smooth or simplify"
msgstr ""

#: ../gui/wxpython/menustrings.py:598 ../gui/wxpython/menustrings.py:1551
msgid "Performs vector based generalization."
msgstr ""

#: ../gui/wxpython/menustrings.py:599 ../gui/wxpython/menustrings.py:1552
msgid "Add centroids"
msgstr ""

#: ../gui/wxpython/menustrings.py:600 ../gui/wxpython/menustrings.py:1553
msgid "Adds missing centroids to closed boundaries."
msgstr ""

#: ../gui/wxpython/menustrings.py:603 ../gui/wxpython/menustrings.py:1556
msgid "Creates/modifies the color table associated with a vector map."
msgstr ""

#: ../gui/wxpython/menustrings.py:605 ../gui/wxpython/menustrings.py:1558
msgid "Interactive management of vector color tables."
msgstr ""

#: ../gui/wxpython/menustrings.py:607 ../gui/wxpython/menustrings.py:1560
msgid "Exports the color table associated with a vector map."
msgstr ""

#: ../gui/wxpython/menustrings.py:608 ../gui/wxpython/menustrings.py:1561
msgid "Query vector map"
msgstr ""

#: ../gui/wxpython/menustrings.py:609 ../gui/wxpython/menustrings.py:1562
msgid "Query with coordinate(s)"
msgstr ""

#: ../gui/wxpython/menustrings.py:610 ../gui/wxpython/menustrings.py:1563
msgid "Queries a vector map at given locations."
msgstr ""

#: ../gui/wxpython/menustrings.py:611 ../gui/wxpython/menustrings.py:928
#: ../gui/wxpython/menustrings.py:1564 ../gui/wxpython/menustrings.py:1881
msgid "Query vector attribute data"
msgstr ""

#: ../gui/wxpython/menustrings.py:612 ../gui/wxpython/menustrings.py:929
#: ../gui/wxpython/menustrings.py:1565 ../gui/wxpython/menustrings.py:1882
msgid "Prints vector map attributes."
msgstr ""

#: ../gui/wxpython/menustrings.py:613 ../gui/wxpython/menustrings.py:1566
msgid "Feature selection"
msgstr ""

#: ../gui/wxpython/menustrings.py:614 ../gui/wxpython/menustrings.py:1567
msgid "Select by attributes"
msgstr ""

#: ../gui/wxpython/menustrings.py:615 ../gui/wxpython/menustrings.py:1568
msgid ""
"Selects vector features from an existing vector map and creates a new vector "
"map containing only the selected features."
msgstr ""

#: ../gui/wxpython/menustrings.py:616 ../gui/wxpython/menustrings.py:1569
msgid "Select by another map"
msgstr ""

#: ../gui/wxpython/menustrings.py:617 ../gui/wxpython/menustrings.py:1570
msgid ""
"Selects features from vector map (A) by features from other vector map (B)."
msgstr ""

#: ../gui/wxpython/menustrings.py:625 ../gui/wxpython/menustrings.py:1578
msgid "Buffer vectors"
msgstr ""

#: ../gui/wxpython/menustrings.py:626 ../gui/wxpython/menustrings.py:1579
msgid "Creates a buffer around vector features of given type."
msgstr ""

#: ../gui/wxpython/menustrings.py:627 ../gui/wxpython/menustrings.py:1580
msgid "Point analysis"
msgstr ""

#: ../gui/wxpython/menustrings.py:628 ../gui/wxpython/menustrings.py:641
#: ../gui/wxpython/menustrings.py:1581 ../gui/wxpython/menustrings.py:1594
msgid "Identify and remove outliers"
msgstr ""

#: ../gui/wxpython/menustrings.py:629 ../gui/wxpython/menustrings.py:642
#: ../gui/wxpython/menustrings.py:741 ../gui/wxpython/menustrings.py:1582
#: ../gui/wxpython/menustrings.py:1595 ../gui/wxpython/menustrings.py:1694
msgid "Removes outliers from vector point data."
msgstr ""

#: ../gui/wxpython/menustrings.py:630 ../gui/wxpython/menustrings.py:1583
msgid "Identify point clusters"
msgstr ""

#: ../gui/wxpython/menustrings.py:631 ../gui/wxpython/menustrings.py:1584
msgid "Performs cluster identification."
msgstr ""

#: ../gui/wxpython/menustrings.py:632 ../gui/wxpython/menustrings.py:1585
msgid "Indices for quadrat counts of vector point lists"
msgstr ""

#: ../gui/wxpython/menustrings.py:633 ../gui/wxpython/menustrings.py:758
#: ../gui/wxpython/menustrings.py:1586 ../gui/wxpython/menustrings.py:1711
msgid "Indices for quadrat counts of vector point lists."
msgstr ""

#: ../gui/wxpython/menustrings.py:634 ../gui/wxpython/menustrings.py:738
#: ../gui/wxpython/menustrings.py:1587 ../gui/wxpython/menustrings.py:1691
msgid "Perturb points"
msgstr ""

#: ../gui/wxpython/menustrings.py:635 ../gui/wxpython/menustrings.py:739
#: ../gui/wxpython/menustrings.py:1588 ../gui/wxpython/menustrings.py:1692
msgid "Random location perturbations of vector points."
msgstr ""

#: ../gui/wxpython/menustrings.py:636 ../gui/wxpython/menustrings.py:742
#: ../gui/wxpython/menustrings.py:1589 ../gui/wxpython/menustrings.py:1695
msgid "Test/training point sets"
msgstr ""

#: ../gui/wxpython/menustrings.py:637 ../gui/wxpython/menustrings.py:743
#: ../gui/wxpython/menustrings.py:1590 ../gui/wxpython/menustrings.py:1696
msgid "Randomly partition points into test/train sets."
msgstr ""

#: ../gui/wxpython/menustrings.py:638 ../gui/wxpython/menustrings.py:1591
msgid "Tests for normality for vector points"
msgstr ""

#: ../gui/wxpython/menustrings.py:639 ../gui/wxpython/menustrings.py:760
#: ../gui/wxpython/menustrings.py:1592 ../gui/wxpython/menustrings.py:1713
msgid "Tests for normality for vector points."
msgstr ""

#: ../gui/wxpython/menustrings.py:640 ../gui/wxpython/menustrings.py:1593
msgid "Lidar analysis"
msgstr ""

#: ../gui/wxpython/menustrings.py:643 ../gui/wxpython/menustrings.py:1596
msgid "Detect edges"
msgstr ""

#: ../gui/wxpython/menustrings.py:644 ../gui/wxpython/menustrings.py:1597
msgid "Detects the object's edges from a LIDAR data set."
msgstr ""

#: ../gui/wxpython/menustrings.py:645 ../gui/wxpython/menustrings.py:1598
msgid "Detect interiors"
msgstr ""

#: ../gui/wxpython/menustrings.py:646 ../gui/wxpython/menustrings.py:1599
msgid ""
"Building contour determination and Region Growing algorithm for determining "
"the building inside"
msgstr ""

#: ../gui/wxpython/menustrings.py:647 ../gui/wxpython/menustrings.py:1600
msgid "Correct and reclassify objects"
msgstr ""

#: ../gui/wxpython/menustrings.py:648 ../gui/wxpython/menustrings.py:1601
msgid ""
"Corrects the v.lidar.growing output. It is the last of the three algorithms "
"for LIDAR filtering."
msgstr ""

#: ../gui/wxpython/menustrings.py:649 ../gui/wxpython/menustrings.py:1602
msgid "Linear referencing"
msgstr ""

#: ../gui/wxpython/menustrings.py:650 ../gui/wxpython/menustrings.py:1603
msgid "Create LRS"
msgstr ""

#: ../gui/wxpython/menustrings.py:651 ../gui/wxpython/menustrings.py:1604
msgid "Creates a linear reference system."
msgstr ""

#: ../gui/wxpython/menustrings.py:652 ../gui/wxpython/menustrings.py:1605
msgid "Create stationing"
msgstr ""

#: ../gui/wxpython/menustrings.py:653 ../gui/wxpython/menustrings.py:1606
msgid "Creates stationing from input lines, and linear reference system."
msgstr ""

#: ../gui/wxpython/menustrings.py:654 ../gui/wxpython/menustrings.py:1607
msgid "Create points/segments"
msgstr ""

#: ../gui/wxpython/menustrings.py:655 ../gui/wxpython/menustrings.py:1608
msgid ""
"Creates points/segments from input lines, linear reference system and "
"positions read from stdin or a file."
msgstr ""

#: ../gui/wxpython/menustrings.py:656 ../gui/wxpython/menustrings.py:1609
msgid "Find line id and offset"
msgstr ""

#: ../gui/wxpython/menustrings.py:657 ../gui/wxpython/menustrings.py:1610
msgid ""
"Finds line id and real km+offset for given points in vector map using linear "
"reference system."
msgstr ""

#: ../gui/wxpython/menustrings.py:658 ../gui/wxpython/menustrings.py:1611
msgid "Nearest features"
msgstr ""

#: ../gui/wxpython/menustrings.py:659 ../gui/wxpython/menustrings.py:1612
msgid ""
"Finds the nearest element in vector map 'to' for elements in vector map "
"'from'."
msgstr ""

#: ../gui/wxpython/menustrings.py:660 ../gui/wxpython/menustrings.py:1613
msgid "Network analysis"
msgstr ""

#: ../gui/wxpython/menustrings.py:662 ../gui/wxpython/menustrings.py:1615
msgid "Tool for interactive vector network analysis."
msgstr ""

#: ../gui/wxpython/menustrings.py:663 ../gui/wxpython/menustrings.py:1616
msgid "Network preparation"
msgstr ""

#: ../gui/wxpython/menustrings.py:664 ../gui/wxpython/menustrings.py:1617
msgid "Performs network maintenance."
msgstr ""

#: ../gui/wxpython/menustrings.py:665 ../gui/wxpython/menustrings.py:1618
msgid "Allocate subnets"
msgstr ""

#: ../gui/wxpython/menustrings.py:666 ../gui/wxpython/menustrings.py:1619
msgid ""
"Allocates subnets for nearest centers. Center node must be opened (costs >= "
"0). Costs of center node are used in calculation."
msgstr ""

#: ../gui/wxpython/menustrings.py:667 ../gui/wxpython/menustrings.py:1620
msgid "Split net"
msgstr ""

#: ../gui/wxpython/menustrings.py:668 ../gui/wxpython/menustrings.py:1621
msgid ""
"Splits subnets for nearest centers by cost isolines. Splits net to bands "
"between cost isolines (direction from center). Center node must be opened "
"(costs >= 0). Costs of center node are used in calculation."
msgstr ""

#: ../gui/wxpython/menustrings.py:669 ../gui/wxpython/menustrings.py:1622
msgid "Shortest path"
msgstr ""

#: ../gui/wxpython/menustrings.py:670 ../gui/wxpython/menustrings.py:1623
msgid "Finds shortest path on vector network."
msgstr ""

#: ../gui/wxpython/menustrings.py:671 ../gui/wxpython/menustrings.py:1624
msgid "Shortest path for sets of features"
msgstr ""

#: ../gui/wxpython/menustrings.py:672 ../gui/wxpython/menustrings.py:1625
msgid ""
"Computes shortest distance via the network between the given sets of "
"features. Finds the shortest paths from each 'from' point to the nearest "
"'to' feature and various information about this relation are uploaded to the "
"attribute table."
msgstr ""

#: ../gui/wxpython/menustrings.py:673 ../gui/wxpython/menustrings.py:1626
msgid "Shortest path using timetables"
msgstr ""

#: ../gui/wxpython/menustrings.py:674 ../gui/wxpython/menustrings.py:1627
msgid "Finds shortest path using timetables."
msgstr ""

#: ../gui/wxpython/menustrings.py:675 ../gui/wxpython/menustrings.py:1628
msgid "Shortest path for all pairs"
msgstr ""

#: ../gui/wxpython/menustrings.py:676 ../gui/wxpython/menustrings.py:1629
msgid "Computes the shortest path between all pairs of nodes in the network."
msgstr ""

#: ../gui/wxpython/menustrings.py:677 ../gui/wxpython/menustrings.py:1630
msgid "Visibility network"
msgstr ""

#: ../gui/wxpython/menustrings.py:678 ../gui/wxpython/menustrings.py:1631
msgid "Performs visibility graph construction."
msgstr ""

#: ../gui/wxpython/menustrings.py:679 ../gui/wxpython/menustrings.py:1632
msgid "Bridges and articulation points"
msgstr ""

#: ../gui/wxpython/menustrings.py:680 ../gui/wxpython/menustrings.py:1633
msgid "Computes bridges and articulation points in the network."
msgstr ""

#: ../gui/wxpython/menustrings.py:681 ../gui/wxpython/menustrings.py:1634
msgid "Maximum flow"
msgstr ""

#: ../gui/wxpython/menustrings.py:682 ../gui/wxpython/menustrings.py:1635
msgid "Computes the maximum flow between two sets of nodes in the network."
msgstr ""

#: ../gui/wxpython/menustrings.py:683 ../gui/wxpython/menustrings.py:1636
msgid "Vertex connectivity"
msgstr ""

#: ../gui/wxpython/menustrings.py:684 ../gui/wxpython/menustrings.py:1637
msgid "Computes vertex connectivity between two sets of nodes in the network."
msgstr ""

#: ../gui/wxpython/menustrings.py:685 ../gui/wxpython/menustrings.py:1638
msgid "Components"
msgstr ""

#: ../gui/wxpython/menustrings.py:686 ../gui/wxpython/menustrings.py:1639
msgid "Computes strongly and weakly connected components in the network."
msgstr ""

#: ../gui/wxpython/menustrings.py:687 ../gui/wxpython/menustrings.py:1640
msgid "Centrality"
msgstr ""

#: ../gui/wxpython/menustrings.py:688 ../gui/wxpython/menustrings.py:1641
msgid ""
"Computes degree, centrality, betweeness, closeness and eigenvector "
"centrality measures in the network."
msgstr ""

#: ../gui/wxpython/menustrings.py:689 ../gui/wxpython/menustrings.py:1642
msgid "Steiner tree"
msgstr ""

#: ../gui/wxpython/menustrings.py:690 ../gui/wxpython/menustrings.py:1643
msgid ""
"Creates Steiner tree for the network and given terminals. Note that 'Minimum "
"Steiner Tree' problem is NP-hard and heuristic algorithm is used in this "
"module so the result may be sub optimal."
msgstr ""

#: ../gui/wxpython/menustrings.py:691 ../gui/wxpython/menustrings.py:1644
msgid "Minimum spanning tree"
msgstr ""

#: ../gui/wxpython/menustrings.py:692 ../gui/wxpython/menustrings.py:1645
msgid "Computes minimum spanning tree for the network."
msgstr ""

#: ../gui/wxpython/menustrings.py:693 ../gui/wxpython/menustrings.py:1646
msgid "Traveling salesman analysis"
msgstr ""

#: ../gui/wxpython/menustrings.py:694 ../gui/wxpython/menustrings.py:1647
msgid ""
"Creates a cycle connecting given nodes (Traveling salesman problem). Note "
"that TSP is NP-hard, heuristic algorithm is used by this module and created "
"cycle may be sub optimal"
msgstr ""

#: ../gui/wxpython/menustrings.py:695 ../gui/wxpython/menustrings.py:698
#: ../gui/wxpython/menustrings.py:1648 ../gui/wxpython/menustrings.py:1651
msgid "Overlay vector maps"
msgstr ""

#: ../gui/wxpython/menustrings.py:696 ../gui/wxpython/menustrings.py:1649
msgid "Clip vector maps"
msgstr ""

#: ../gui/wxpython/menustrings.py:697 ../gui/wxpython/menustrings.py:1650
msgid "Extracts features of input map which overlay features of clip map."
msgstr ""

#: ../gui/wxpython/menustrings.py:699 ../gui/wxpython/menustrings.py:1652
msgid ""
"Overlays two vector maps offering clip, intersection, difference, "
"symmetrical difference, union operators."
msgstr ""

#: ../gui/wxpython/menustrings.py:700 ../gui/wxpython/menustrings.py:1653
msgid "Patch vector maps"
msgstr ""

#: ../gui/wxpython/menustrings.py:701 ../gui/wxpython/menustrings.py:1654
msgid "Creates a new vector map by combining other vector maps."
msgstr ""

#: ../gui/wxpython/menustrings.py:702 ../gui/wxpython/menustrings.py:1655
msgid "Manage categories"
msgstr ""

#: ../gui/wxpython/menustrings.py:703 ../gui/wxpython/menustrings.py:1656
msgid "Change or report categories"
msgstr ""

#: ../gui/wxpython/menustrings.py:704 ../gui/wxpython/menustrings.py:1657
msgid "Attaches, deletes or reports vector categories to/from/of map geometry."
msgstr ""

#: ../gui/wxpython/menustrings.py:706 ../gui/wxpython/menustrings.py:1659
msgid ""
"Changes vector category values for an existing vector map according to "
"results of SQL queries or a value in attribute table column."
msgstr ""

#: ../gui/wxpython/menustrings.py:708 ../gui/wxpython/menustrings.py:1661
msgid "Update area attributes from raster"
msgstr ""

#: ../gui/wxpython/menustrings.py:709 ../gui/wxpython/menustrings.py:1662
msgid ""
"Calculates univariate statistics from a raster map based on a vector map and "
"uploads statistics to new attribute columns."
msgstr ""

#: ../gui/wxpython/menustrings.py:710 ../gui/wxpython/menustrings.py:1663
msgid "Update area attributes from vector"
msgstr ""

#: ../gui/wxpython/menustrings.py:711 ../gui/wxpython/menustrings.py:1664
msgid "Count points in areas, calculate statistics from point attributes."
msgstr ""

#: ../gui/wxpython/menustrings.py:712 ../gui/wxpython/menustrings.py:1665
msgid "Update point attributes from areas"
msgstr ""

#: ../gui/wxpython/menustrings.py:713 ../gui/wxpython/menustrings.py:1666
msgid "Uploads vector values at positions of vector points to the table."
msgstr ""

#: ../gui/wxpython/menustrings.py:714 ../gui/wxpython/menustrings.py:1667
msgid "Update database values from vector"
msgstr ""

#: ../gui/wxpython/menustrings.py:715 ../gui/wxpython/menustrings.py:1668
msgid "Populates attribute values from vector features."
msgstr ""

#: ../gui/wxpython/menustrings.py:716 ../gui/wxpython/menustrings.py:1669
msgid "Sample raster maps at point locations"
msgstr ""

#: ../gui/wxpython/menustrings.py:717 ../gui/wxpython/menustrings.py:1670
msgid "Uploads raster values at positions of vector points to the table."
msgstr ""

#: ../gui/wxpython/menustrings.py:718 ../gui/wxpython/menustrings.py:1671
msgid "Sample raster neighborhood around points"
msgstr ""

#: ../gui/wxpython/menustrings.py:719 ../gui/wxpython/menustrings.py:1672
msgid "Samples a raster map at vector point locations."
msgstr ""

#: ../gui/wxpython/menustrings.py:720 ../gui/wxpython/menustrings.py:1673
msgid "Generate area for current region"
msgstr ""

#: ../gui/wxpython/menustrings.py:721 ../gui/wxpython/menustrings.py:1674
msgid "Creates a vector polygon from the current region extent."
msgstr ""

#: ../gui/wxpython/menustrings.py:722 ../gui/wxpython/menustrings.py:1675
msgid "Generate areas from points"
msgstr ""

#: ../gui/wxpython/menustrings.py:723 ../gui/wxpython/menustrings.py:1676
msgid "Convex hull"
msgstr ""

#: ../gui/wxpython/menustrings.py:724 ../gui/wxpython/menustrings.py:1677
msgid "Produces a 2D/3D convex hull for a given vector map."
msgstr ""

#: ../gui/wxpython/menustrings.py:725 ../gui/wxpython/menustrings.py:1678
msgid "Delaunay triangles"
msgstr ""

#: ../gui/wxpython/menustrings.py:726 ../gui/wxpython/menustrings.py:1679
msgid ""
"Creates a Delaunay triangulation from an input vector map containing points "
"or centroids."
msgstr ""

#: ../gui/wxpython/menustrings.py:727 ../gui/wxpython/menustrings.py:1680
msgid "Voronoi diagram/Thiessen polygons"
msgstr ""

#: ../gui/wxpython/menustrings.py:728 ../gui/wxpython/menustrings.py:1681
msgid ""
"Creates a Voronoi diagram constrained to the extents of the current region "
"from an input vector map containing points or centroids."
msgstr ""

#: ../gui/wxpython/menustrings.py:729 ../gui/wxpython/menustrings.py:1682
msgid "Generate grid"
msgstr ""

#: ../gui/wxpython/menustrings.py:730 ../gui/wxpython/menustrings.py:1683
msgid "Creates a vector map of a user-defined grid."
msgstr ""

#: ../gui/wxpython/menustrings.py:731 ../gui/wxpython/menustrings.py:1684
msgid "Generate points"
msgstr ""

#: ../gui/wxpython/menustrings.py:732 ../gui/wxpython/menustrings.py:1685
msgid "Generate from database"
msgstr ""

#: ../gui/wxpython/menustrings.py:733 ../gui/wxpython/menustrings.py:1686
msgid ""
"Creates new vector (points) map from database table containing coordinates."
msgstr ""

#: ../gui/wxpython/menustrings.py:734 ../gui/wxpython/menustrings.py:1687
msgid "Generate points along lines"
msgstr ""

#: ../gui/wxpython/menustrings.py:735 ../gui/wxpython/menustrings.py:1688
msgid "Creates points along input lines in new vector map with 2 layers."
msgstr ""

#: ../gui/wxpython/menustrings.py:736 ../gui/wxpython/menustrings.py:1689
msgid "Generate random points"
msgstr ""

#: ../gui/wxpython/menustrings.py:737 ../gui/wxpython/menustrings.py:1690
msgid "Generates random 2D/3D vector points."
msgstr ""

#: ../gui/wxpython/menustrings.py:740 ../gui/wxpython/menustrings.py:1693
msgid "Remove outliers in point sets"
msgstr ""

#: ../gui/wxpython/menustrings.py:745 ../gui/wxpython/menustrings.py:1698
msgid "Basic vector metadata"
msgstr ""

#: ../gui/wxpython/menustrings.py:746 ../gui/wxpython/menustrings.py:1699
msgid "Outputs basic information about a vector map."
msgstr ""

#: ../gui/wxpython/menustrings.py:747 ../gui/wxpython/menustrings.py:1700
msgid "Classify attribute data"
msgstr ""

#: ../gui/wxpython/menustrings.py:748 ../gui/wxpython/menustrings.py:1701
msgid "Classifies attribute data, e.g. for thematic mapping"
msgstr ""

#: ../gui/wxpython/menustrings.py:749 ../gui/wxpython/menustrings.py:1702
msgid "Report topology by category"
msgstr ""

#: ../gui/wxpython/menustrings.py:750 ../gui/wxpython/menustrings.py:1703
msgid "Reports geometry statistics for vector maps."
msgstr ""

#: ../gui/wxpython/menustrings.py:751 ../gui/wxpython/menustrings.py:1704
msgid "Univariate attribute statistics for points"
msgstr ""

#: ../gui/wxpython/menustrings.py:752 ../gui/wxpython/menustrings.py:1705
msgid ""
"Calculates univariate statistics of vector map features. Variance and "
"standard deviation is calculated only for points if specified."
msgstr ""

#: ../gui/wxpython/menustrings.py:753 ../gui/wxpython/menustrings.py:1706
msgid "Univariate statistics for attribute columns"
msgstr ""

#: ../gui/wxpython/menustrings.py:754 ../gui/wxpython/menustrings.py:1707
msgid ""
"Calculates univariate statistics on selected table column for a GRASS vector "
"map."
msgstr ""

#: ../gui/wxpython/menustrings.py:756 ../gui/wxpython/menustrings.py:1709
msgid "Vector map profiling tool"
msgstr ""

#: ../gui/wxpython/menustrings.py:757 ../gui/wxpython/menustrings.py:1710
msgid "Quadrat indices"
msgstr ""

#: ../gui/wxpython/menustrings.py:759 ../gui/wxpython/menustrings.py:1712
msgid "Test normality"
msgstr ""

#: ../gui/wxpython/menustrings.py:761 ../gui/wxpython/menustrings.py:1714
msgid "&Imagery"
msgstr ""

#: ../gui/wxpython/menustrings.py:762 ../gui/wxpython/menustrings.py:1715
msgid "Develop images and groups"
msgstr ""

#: ../gui/wxpython/menustrings.py:763 ../gui/wxpython/menustrings.py:1716
msgid "Create/edit group"
msgstr ""

#: ../gui/wxpython/menustrings.py:764 ../gui/wxpython/menustrings.py:1717
msgid "Creates, edits, and lists groups of imagery files."
msgstr ""

#: ../gui/wxpython/menustrings.py:765 ../gui/wxpython/menustrings.py:1718
msgid "Target group"
msgstr ""

#: ../gui/wxpython/menustrings.py:766 ../gui/wxpython/menustrings.py:1719
msgid "Targets an imagery group to a GRASS location and mapset."
msgstr ""

#: ../gui/wxpython/menustrings.py:767 ../gui/wxpython/menustrings.py:1720
msgid "Mosaic images"
msgstr ""

#: ../gui/wxpython/menustrings.py:768 ../gui/wxpython/menustrings.py:1721
msgid "Mosaics several images and extends colormap."
msgstr ""

#: ../gui/wxpython/menustrings.py:769 ../gui/wxpython/menustrings.py:1722
msgid "Manage image colors"
msgstr ""

#: ../gui/wxpython/menustrings.py:770 ../gui/wxpython/menustrings.py:1723
msgid "Color balance for RGB"
msgstr ""

#: ../gui/wxpython/menustrings.py:771 ../gui/wxpython/menustrings.py:1724
msgid "Performs auto-balancing of colors for RGB images."
msgstr ""

#: ../gui/wxpython/menustrings.py:772 ../gui/wxpython/menustrings.py:1725
msgid "HIS to RGB"
msgstr ""

#: ../gui/wxpython/menustrings.py:773 ../gui/wxpython/menustrings.py:1726
msgid ""
"Transforms raster maps from HIS (Hue-Intensity-Saturation) color space to "
"RGB (Red-Green-Blue) color space."
msgstr ""

#: ../gui/wxpython/menustrings.py:775 ../gui/wxpython/menustrings.py:1728
msgid ""
"Transforms raster maps from RGB (Red-Green-Blue) color space to HIS (Hue-"
"Intensity-Saturation) color space."
msgstr ""

#: ../gui/wxpython/menustrings.py:776 ../gui/wxpython/menustrings.py:1729
msgid "Rectify image or raster"
msgstr ""

#: ../gui/wxpython/menustrings.py:777 ../gui/wxpython/menustrings.py:1730
msgid ""
"Rectifies an image by computing a coordinate transformation for each pixel "
"in the image based on the control points."
msgstr ""

#: ../gui/wxpython/menustrings.py:778 ../gui/wxpython/menustrings.py:1731
#: ../gui/wxpython/lmgr/layertree.py:810
msgid "Histogram"
msgstr ""

#: ../gui/wxpython/menustrings.py:779 ../gui/wxpython/menustrings.py:1732
msgid "Generate histogram of image"
msgstr ""

#: ../gui/wxpython/menustrings.py:780 ../gui/wxpython/menustrings.py:1733
msgid "Spectral response"
msgstr ""

#: ../gui/wxpython/menustrings.py:781 ../gui/wxpython/menustrings.py:1734
msgid ""
"Displays spectral response at user specified locations in group or images."
msgstr ""

#: ../gui/wxpython/menustrings.py:782 ../gui/wxpython/menustrings.py:1735
msgid "Pan sharpening"
msgstr ""

#: ../gui/wxpython/menustrings.py:783 ../gui/wxpython/menustrings.py:1736
msgid ""
"Image fusion algorithms to sharpen multispectral with high-res panchromatic "
"channels"
msgstr ""

#: ../gui/wxpython/menustrings.py:784 ../gui/wxpython/menustrings.py:1737
msgid "Classify image"
msgstr ""

#: ../gui/wxpython/menustrings.py:785 ../gui/wxpython/menustrings.py:1738
msgid "Clustering input for unsupervised classification"
msgstr ""

#: ../gui/wxpython/menustrings.py:786 ../gui/wxpython/menustrings.py:1739
msgid ""
"Generates spectral signatures for land cover types in an image using a "
"clustering algorithm. The resulting signature file is used as input for i."
"maxlik, to generate an unsupervised image classification."
msgstr ""

#: ../gui/wxpython/menustrings.py:787 ../gui/wxpython/menustrings.py:1740
msgid "Input for supervised MLC"
msgstr ""

#: ../gui/wxpython/menustrings.py:788 ../gui/wxpython/menustrings.py:1741
msgid "Generates statistics for i.maxlik from raster map."
msgstr ""

#: ../gui/wxpython/menustrings.py:789 ../gui/wxpython/menustrings.py:1742
msgid "Maximum likelihood classification (MLC)"
msgstr ""

#: ../gui/wxpython/menustrings.py:790 ../gui/wxpython/menustrings.py:1743
msgid ""
"Classifies the cell spectral reflectances in imagery data. Classification is "
"based on the spectral signature information generated by either i.cluster, g."
"gui.iclass, or i.gensig."
msgstr ""

#: ../gui/wxpython/menustrings.py:791 ../gui/wxpython/menustrings.py:1744
#: ../gui/wxpython/menustrings.py:2018
msgid "Interactive input for supervised classification"
msgstr ""

#: ../gui/wxpython/menustrings.py:792 ../gui/wxpython/menustrings.py:1745
#: ../gui/wxpython/menustrings.py:2019
msgid ""
"Generates spectral signatures by allowing the user to outline training areas."
msgstr ""

#: ../gui/wxpython/menustrings.py:793 ../gui/wxpython/menustrings.py:1746
msgid "Input for supervised SMAP"
msgstr ""

#: ../gui/wxpython/menustrings.py:794 ../gui/wxpython/menustrings.py:1747
msgid "Generates statistics for i.smap from raster map."
msgstr ""

#: ../gui/wxpython/menustrings.py:795 ../gui/wxpython/menustrings.py:1748
msgid "Sequential maximum a posteriori classification (SMAP)"
msgstr ""

#: ../gui/wxpython/menustrings.py:796 ../gui/wxpython/menustrings.py:1749
msgid ""
"Performs contextual image classification using sequential maximum a "
"posteriori (SMAP) estimation."
msgstr ""

#: ../gui/wxpython/menustrings.py:797 ../gui/wxpython/menustrings.py:1750
msgid "Object segmentation"
msgstr ""

#: ../gui/wxpython/menustrings.py:798 ../gui/wxpython/menustrings.py:1751
msgid "Identifies segments (objects) from imagery data."
msgstr ""

#: ../gui/wxpython/menustrings.py:799 ../gui/wxpython/menustrings.py:1752
msgid "Filter image"
msgstr ""

#: ../gui/wxpython/menustrings.py:800 ../gui/wxpython/menustrings.py:1753
msgid "Edge detection"
msgstr ""

#: ../gui/wxpython/menustrings.py:801 ../gui/wxpython/menustrings.py:1754
msgid "Zero-crossing \"edge detection\" raster function for image processing."
msgstr ""

#: ../gui/wxpython/menustrings.py:802 ../gui/wxpython/menustrings.py:1755
msgid "Matrix/convolving filter"
msgstr ""

#: ../gui/wxpython/menustrings.py:803 ../gui/wxpython/menustrings.py:1756
msgid "Performs raster map matrix filter."
msgstr ""

#: ../gui/wxpython/menustrings.py:804 ../gui/wxpython/menustrings.py:1757
msgid "Transform image"
msgstr ""

#: ../gui/wxpython/menustrings.py:805 ../gui/wxpython/menustrings.py:1758
msgid "Canonical correlation"
msgstr ""

#: ../gui/wxpython/menustrings.py:806 ../gui/wxpython/menustrings.py:1759
msgid "Canonical components analysis (CCA) program for image processing."
msgstr ""

#: ../gui/wxpython/menustrings.py:807 ../gui/wxpython/menustrings.py:1760
msgid "Principal components"
msgstr ""

#: ../gui/wxpython/menustrings.py:808 ../gui/wxpython/menustrings.py:1761
msgid "Principal components analysis (PCA) for image processing."
msgstr ""

#: ../gui/wxpython/menustrings.py:809 ../gui/wxpython/menustrings.py:1762
msgid "Fast Fourier"
msgstr ""

#: ../gui/wxpython/menustrings.py:810 ../gui/wxpython/menustrings.py:1763
msgid "Fast Fourier Transform (FFT) for image processing."
msgstr ""

#: ../gui/wxpython/menustrings.py:811 ../gui/wxpython/menustrings.py:1764
msgid "Inverse Fast Fourier"
msgstr ""

#: ../gui/wxpython/menustrings.py:812 ../gui/wxpython/menustrings.py:1765
msgid "Inverse Fast Fourier Transform (IFFT) for image processing."
msgstr ""

#: ../gui/wxpython/menustrings.py:813 ../gui/wxpython/menustrings.py:1766
msgid "Satellite images tools"
msgstr ""

#: ../gui/wxpython/menustrings.py:814 ../gui/wxpython/menustrings.py:1767
msgid "Aster DN to radiance/reflectance"
msgstr ""

#: ../gui/wxpython/menustrings.py:815 ../gui/wxpython/menustrings.py:1768
msgid ""
"Calculates Top of Atmosphere Radiance/Reflectance/Brightness Temperature "
"from ASTER DN."
msgstr ""

#: ../gui/wxpython/menustrings.py:816 ../gui/wxpython/menustrings.py:1769
msgid "Landsat DN to radiance/reflectance"
msgstr ""

#: ../gui/wxpython/menustrings.py:817 ../gui/wxpython/menustrings.py:1770
msgid ""
"Calculates top-of-atmosphere radiance or reflectance and temperature for "
"Landsat MSS/TM/ETM+/OLI"
msgstr ""

#: ../gui/wxpython/menustrings.py:818 ../gui/wxpython/menustrings.py:1771
msgid "Landsat cloud cover assessment"
msgstr ""

#: ../gui/wxpython/menustrings.py:819 ../gui/wxpython/menustrings.py:1772
msgid "Performs Landsat TM/ETM+ Automatic Cloud Cover Assessment (ACCA)."
msgstr ""

#: ../gui/wxpython/menustrings.py:820 ../gui/wxpython/menustrings.py:1773
msgid "Modis quality control"
msgstr ""

#: ../gui/wxpython/menustrings.py:821 ../gui/wxpython/menustrings.py:1774
msgid "Extracts quality control parameters from MODIS QC layers."
msgstr ""

#: ../gui/wxpython/menustrings.py:822 ../gui/wxpython/menustrings.py:1775
msgid "Atmospheric correction"
msgstr ""

#: ../gui/wxpython/menustrings.py:823 ../gui/wxpython/menustrings.py:1776
msgid ""
"Performs atmospheric correction using the 6S algorithm. 6S - Second "
"Simulation of Satellite Signal in the Solar Spectrum."
msgstr ""

#: ../gui/wxpython/menustrings.py:824 ../gui/wxpython/menustrings.py:1777
msgid "Topographic correction"
msgstr ""

#: ../gui/wxpython/menustrings.py:825 ../gui/wxpython/menustrings.py:1778
msgid "Computes topographic correction of reflectance."
msgstr ""

#: ../gui/wxpython/menustrings.py:826 ../gui/wxpython/menustrings.py:1779
msgid "Orthophoto tools"
msgstr ""

#: ../gui/wxpython/menustrings.py:827 ../gui/wxpython/menustrings.py:1780
msgid "Manage GCPs for 3D correction"
msgstr ""

#: ../gui/wxpython/menustrings.py:828 ../gui/wxpython/menustrings.py:1781
#: ../gui/wxpython/menustrings.py:2021
msgid "Georectifies a map and allows managing GCP for 3D correction."
msgstr ""

#: ../gui/wxpython/menustrings.py:829 ../gui/wxpython/menustrings.py:1782
#: ../gui/wxpython/menustrings.py:2010
msgid "Corrects scanning distortions"
msgstr ""

#: ../gui/wxpython/menustrings.py:830 ../gui/wxpython/menustrings.py:1783
#: ../gui/wxpython/menustrings.py:2011
msgid "Corrects scanning distortions of a scanned aerial photo."
msgstr ""

#: ../gui/wxpython/menustrings.py:831 ../gui/wxpython/menustrings.py:1784
msgid "Satellite images products"
msgstr ""

#: ../gui/wxpython/menustrings.py:832 ../gui/wxpython/menustrings.py:1785
msgid "Vegetation indices"
msgstr ""

#: ../gui/wxpython/menustrings.py:833 ../gui/wxpython/menustrings.py:1786
msgid ""
"Calculates different types of vegetation indices. Uses red and nir bands "
"mostly, and some indices require additional bands."
msgstr ""

#: ../gui/wxpython/menustrings.py:834 ../gui/wxpython/menustrings.py:1787
msgid "Tasseled cap vegetation index"
msgstr ""

#: ../gui/wxpython/menustrings.py:835 ../gui/wxpython/menustrings.py:1788
msgid "Performs Tasseled Cap (Kauth Thomas) transformation."
msgstr ""

#: ../gui/wxpython/menustrings.py:836 ../gui/wxpython/menustrings.py:1789
msgid "Albedo"
msgstr ""

#: ../gui/wxpython/menustrings.py:837 ../gui/wxpython/menustrings.py:1790
msgid "Computes broad band albedo from surface reflectance."
msgstr ""

#: ../gui/wxpython/menustrings.py:838 ../gui/wxpython/menustrings.py:1791
msgid "Emissivity"
msgstr ""

#: ../gui/wxpython/menustrings.py:839 ../gui/wxpython/menustrings.py:1792
msgid "Computes emissivity from NDVI, generic method for sparse land."
msgstr ""

#: ../gui/wxpython/menustrings.py:840 ../gui/wxpython/menustrings.py:1793
msgid "Biomass growth"
msgstr ""

#: ../gui/wxpython/menustrings.py:841 ../gui/wxpython/menustrings.py:1794
msgid "Computes biomass growth, precursor of crop yield calculation."
msgstr ""

#: ../gui/wxpython/menustrings.py:842 ../gui/wxpython/menustrings.py:1795
msgid "Evapotranspiration calculation"
msgstr ""

#: ../gui/wxpython/menustrings.py:843 ../gui/wxpython/menustrings.py:1796
msgid "Instantaneaous Net Radiation"
msgstr ""

#: ../gui/wxpython/menustrings.py:844 ../gui/wxpython/menustrings.py:1797
msgid "Net radiation approximation (Bastiaanssen, 1995)."
msgstr ""

#: ../gui/wxpython/menustrings.py:845 ../gui/wxpython/menustrings.py:1798
msgid "Soil heat flux"
msgstr ""

#: ../gui/wxpython/menustrings.py:846 ../gui/wxpython/menustrings.py:1799
msgid "Soil heat flux approximation (Bastiaanssen, 1995)."
msgstr ""

#: ../gui/wxpython/menustrings.py:847 ../gui/wxpython/menustrings.py:1800
msgid "Sensible heat flux"
msgstr ""

#: ../gui/wxpython/menustrings.py:848 ../gui/wxpython/menustrings.py:1801
msgid "Computes sensible heat flux iteration SEBAL 01."
msgstr ""

#: ../gui/wxpython/menustrings.py:849 ../gui/wxpython/menustrings.py:1802
msgid "Evaporative fraction"
msgstr ""

#: ../gui/wxpython/menustrings.py:850 ../gui/wxpython/menustrings.py:1803
msgid "Computes evaporative fraction and root zone soil moisture."
msgstr ""

#: ../gui/wxpython/menustrings.py:851 ../gui/wxpython/menustrings.py:1804
msgid "Actual Evapotranspiration"
msgstr ""

#: ../gui/wxpython/menustrings.py:852 ../gui/wxpython/menustrings.py:1805
msgid "Actual evapotranspiration for diurnal period (Bastiaanssen, 1995)."
msgstr ""

#: ../gui/wxpython/menustrings.py:853 ../gui/wxpython/menustrings.py:1806
msgid "Temporal integration of ETa"
msgstr ""

#: ../gui/wxpython/menustrings.py:854 ../gui/wxpython/menustrings.py:1807
msgid ""
"Computes temporal integration of satellite ET actual (ETa) following the "
"daily ET reference (ETo) from meteorological station(s)."
msgstr ""

#: ../gui/wxpython/menustrings.py:855 ../gui/wxpython/menustrings.py:1808
msgid "Hargreaves methods Evapotranspiration"
msgstr ""

#: ../gui/wxpython/menustrings.py:856 ../gui/wxpython/menustrings.py:1809
msgid ""
"Computes evapotranspiration calculation modified or original Hargreaves "
"formulation, 2001."
msgstr ""

#: ../gui/wxpython/menustrings.py:857 ../gui/wxpython/menustrings.py:1810
msgid "Penman-Monteith Evapotranspiration"
msgstr ""

#: ../gui/wxpython/menustrings.py:858 ../gui/wxpython/menustrings.py:1811
msgid ""
"Computes potential evapotranspiration calculation with hourly Penman-"
"Monteith."
msgstr ""

#: ../gui/wxpython/menustrings.py:859 ../gui/wxpython/menustrings.py:1812
msgid "Priestley-Taylor Evapotranspiration"
msgstr ""

#: ../gui/wxpython/menustrings.py:860 ../gui/wxpython/menustrings.py:1813
msgid ""
"Computes evapotranspiration calculation Priestley and Taylor formulation, "
"1972."
msgstr ""

#: ../gui/wxpython/menustrings.py:862 ../gui/wxpython/menustrings.py:1815
msgid "Kappa analysis"
msgstr ""

#: ../gui/wxpython/menustrings.py:863 ../gui/wxpython/menustrings.py:1816
msgid ""
"Calculates error matrix and kappa parameter for accuracy assessment of "
"classification result."
msgstr ""

#: ../gui/wxpython/menustrings.py:864 ../gui/wxpython/menustrings.py:1817
msgid "OIF for LandSat TM"
msgstr ""

#: ../gui/wxpython/menustrings.py:865 ../gui/wxpython/menustrings.py:1818
msgid "Calculates Optimum-Index-Factor table for spectral bands"
msgstr ""

#: ../gui/wxpython/menustrings.py:866 ../gui/wxpython/menustrings.py:1819
msgid "3D r&aster"
msgstr ""

#: ../gui/wxpython/menustrings.py:867 ../gui/wxpython/menustrings.py:1820
msgid "Develop 3D raster map"
msgstr ""

#: ../gui/wxpython/menustrings.py:868 ../gui/wxpython/menustrings.py:1821
msgid "Manage 3D NULL values"
msgstr ""

#: ../gui/wxpython/menustrings.py:869 ../gui/wxpython/menustrings.py:1822
msgid "Explicitly create the 3D NULL-value bitmap file."
msgstr ""

#: ../gui/wxpython/menustrings.py:870 ../gui/wxpython/menustrings.py:1823
msgid "Manage timestamp"
msgstr ""

#: ../gui/wxpython/menustrings.py:871 ../gui/wxpython/menustrings.py:1824
msgid ""
"Modifies a timestamp for a 3D raster map. Print/add/remove a timestamp for a "
"3D raster map."
msgstr ""

#: ../gui/wxpython/menustrings.py:873 ../gui/wxpython/menustrings.py:1826
msgid "3D rasters to raster series"
msgstr ""

#: ../gui/wxpython/menustrings.py:875 ../gui/wxpython/menustrings.py:1828
msgid "3D color tables"
msgstr ""

#: ../gui/wxpython/menustrings.py:876 ../gui/wxpython/menustrings.py:1829
msgid "Creates/modifies the color table associated with a 3D raster map."
msgstr ""

#: ../gui/wxpython/menustrings.py:877 ../gui/wxpython/menustrings.py:1830
msgid "Export 3D color table"
msgstr ""

#: ../gui/wxpython/menustrings.py:878 ../gui/wxpython/menustrings.py:1831
msgid "Exports the color table associated with a 3D raster map."
msgstr ""

#: ../gui/wxpython/menustrings.py:879 ../gui/wxpython/menustrings.py:1832
msgid "3D mask"
msgstr ""

#: ../gui/wxpython/menustrings.py:880 ../gui/wxpython/menustrings.py:1833
msgid "Establishes the current working 3D raster mask."
msgstr ""

#: ../gui/wxpython/menustrings.py:881 ../gui/wxpython/menustrings.py:882
#: ../gui/wxpython/menustrings.py:1834 ../gui/wxpython/menustrings.py:1835
msgid "3D raster map calculator"
msgstr ""

#: ../gui/wxpython/menustrings.py:883 ../gui/wxpython/menustrings.py:1836
msgid "Cross section"
msgstr ""

#: ../gui/wxpython/menustrings.py:884 ../gui/wxpython/menustrings.py:1837
msgid ""
"Creates cross section 2D raster map from 3D raster map based on 2D elevation "
"map"
msgstr ""

#: ../gui/wxpython/menustrings.py:886 ../gui/wxpython/menustrings.py:1839
msgid ""
"Numerical calculation program for transient, confined groundwater flow in "
"three dimensions."
msgstr ""

#: ../gui/wxpython/menustrings.py:887 ../gui/wxpython/menustrings.py:1840
msgid "Interpolate 3D raster from points"
msgstr ""

#: ../gui/wxpython/menustrings.py:888 ../gui/wxpython/menustrings.py:1841
msgid ""
"Interpolates point data to a 3D raster map using regularized spline with "
"tension (RST) algorithm."
msgstr ""

#: ../gui/wxpython/menustrings.py:890 ../gui/wxpython/menustrings.py:1843
msgid "Basic 3D raster metadata"
msgstr ""

#: ../gui/wxpython/menustrings.py:891 ../gui/wxpython/menustrings.py:1844
msgid "Outputs basic information about a user-specified 3D raster map layer."
msgstr ""

#: ../gui/wxpython/menustrings.py:892 ../gui/wxpython/menustrings.py:1845
msgid "3D raster statistics"
msgstr ""

#: ../gui/wxpython/menustrings.py:893 ../gui/wxpython/menustrings.py:1846
msgid "Generates volume statistics for 3D raster maps."
msgstr ""

#: ../gui/wxpython/menustrings.py:894 ../gui/wxpython/menustrings.py:1847
msgid "Univariate statistics for 3D rasters"
msgstr ""

#: ../gui/wxpython/menustrings.py:895 ../gui/wxpython/menustrings.py:1848
msgid ""
"Calculates univariate statistics from the non-null cells of a 3D raster map. "
"Statistics include number of cells counted, minimum and maximum cell values, "
"range, arithmetic mean, population variance, standard deviation, coefficient "
"of variation, and sum."
msgstr ""

#: ../gui/wxpython/menustrings.py:896 ../gui/wxpython/menustrings.py:1849
msgid "&Database"
msgstr ""

#: ../gui/wxpython/menustrings.py:897 ../gui/wxpython/menustrings.py:1850
msgid "Database information"
msgstr ""

#: ../gui/wxpython/menustrings.py:898 ../gui/wxpython/menustrings.py:1851
msgid "List databases"
msgstr ""

#: ../gui/wxpython/menustrings.py:899 ../gui/wxpython/menustrings.py:1852
msgid "Lists all databases for a given driver and location."
msgstr ""

#: ../gui/wxpython/menustrings.py:900 ../gui/wxpython/menustrings.py:1853
msgid "List drivers"
msgstr ""

#: ../gui/wxpython/menustrings.py:901 ../gui/wxpython/menustrings.py:1854
msgid "Lists all database drivers."
msgstr ""

#: ../gui/wxpython/menustrings.py:902 ../gui/wxpython/menustrings.py:1855
msgid "List tables"
msgstr ""

#: ../gui/wxpython/menustrings.py:903 ../gui/wxpython/menustrings.py:1856
msgid "Lists all tables for a given database."
msgstr ""

#: ../gui/wxpython/menustrings.py:904 ../gui/wxpython/menustrings.py:1857
msgid "Describe table"
msgstr ""

#: ../gui/wxpython/menustrings.py:905 ../gui/wxpython/menustrings.py:1858
msgid "Describes a table in detail."
msgstr ""

#: ../gui/wxpython/menustrings.py:906 ../gui/wxpython/menustrings.py:1859
msgid "List columns"
msgstr ""

#: ../gui/wxpython/menustrings.py:907 ../gui/wxpython/menustrings.py:1860
msgid "List all columns for a given table."
msgstr ""

#: ../gui/wxpython/menustrings.py:908 ../gui/wxpython/menustrings.py:1861
msgid "Manage databases"
msgstr ""

#: ../gui/wxpython/menustrings.py:909 ../gui/wxpython/menustrings.py:1862
msgid "Connect"
msgstr ""

#: ../gui/wxpython/menustrings.py:910 ../gui/wxpython/menustrings.py:1863
msgid "Prints/sets general DB connection for current mapset."
msgstr ""

#: ../gui/wxpython/menustrings.py:911 ../gui/wxpython/menustrings.py:1864
msgid "Login"
msgstr ""

#: ../gui/wxpython/menustrings.py:912 ../gui/wxpython/menustrings.py:1865
msgid "Sets user/password for DB driver/database."
msgstr ""

#: ../gui/wxpython/menustrings.py:913 ../gui/wxpython/menustrings.py:1866
msgid "Create database"
msgstr ""

#: ../gui/wxpython/menustrings.py:914 ../gui/wxpython/menustrings.py:1867
msgid "Creates an empty database."
msgstr ""

#: ../gui/wxpython/menustrings.py:915 ../gui/wxpython/menustrings.py:1868
msgid "Drop database"
msgstr ""

#: ../gui/wxpython/menustrings.py:916 ../gui/wxpython/menustrings.py:1869
msgid "Removes an existing database."
msgstr ""

#: ../gui/wxpython/menustrings.py:917 ../gui/wxpython/menustrings.py:1870
msgid "Drop table"
msgstr ""

#: ../gui/wxpython/menustrings.py:918 ../gui/wxpython/menustrings.py:1871
msgid "Drops an attribute table."
msgstr ""

#: ../gui/wxpython/menustrings.py:919 ../gui/wxpython/menustrings.py:1872
msgid "Copy table"
msgstr ""

#: ../gui/wxpython/menustrings.py:920 ../gui/wxpython/menustrings.py:1873
msgid ""
"Copy a table. Either 'from_table' (optionally with 'where') can be used or "
"'select' option, but not 'from_table' and 'select' at the same time."
msgstr ""

#: ../gui/wxpython/menustrings.py:921 ../gui/wxpython/menustrings.py:941
#: ../gui/wxpython/menustrings.py:1874 ../gui/wxpython/menustrings.py:1894
msgid "Drop column"
msgstr ""

#: ../gui/wxpython/menustrings.py:922 ../gui/wxpython/menustrings.py:1875
msgid "Drops a column from selected attribute table."
msgstr ""

#: ../gui/wxpython/menustrings.py:923 ../gui/wxpython/menustrings.py:1876
msgid "Test"
msgstr ""

#: ../gui/wxpython/menustrings.py:924 ../gui/wxpython/menustrings.py:1877
msgid "Test database driver, database must exist and set by db.connect."
msgstr ""

#: ../gui/wxpython/menustrings.py:926 ../gui/wxpython/menustrings.py:1879
msgid "Query any table"
msgstr ""

#: ../gui/wxpython/menustrings.py:927 ../gui/wxpython/menustrings.py:1880
msgid "Selects data from attribute table. Performs SQL query statement(s)."
msgstr ""

#: ../gui/wxpython/menustrings.py:930 ../gui/wxpython/menustrings.py:1883
msgid "SQL statement"
msgstr ""

#: ../gui/wxpython/menustrings.py:931 ../gui/wxpython/menustrings.py:1884
msgid "Executes any SQL statement. For SELECT statements use 'db.select'."
msgstr ""

#: ../gui/wxpython/menustrings.py:932 ../gui/wxpython/menustrings.py:1885
msgid "Vector database connections"
msgstr ""

#: ../gui/wxpython/menustrings.py:933 ../gui/wxpython/menustrings.py:1886
msgid "New table"
msgstr ""

#: ../gui/wxpython/menustrings.py:934 ../gui/wxpython/menustrings.py:1887
msgid ""
"Creates and connects a new attribute table to a given layer of an existing "
"vector map."
msgstr ""

#: ../gui/wxpython/menustrings.py:935 ../gui/wxpython/menustrings.py:1888
msgid "Remove table"
msgstr ""

#: ../gui/wxpython/menustrings.py:936 ../gui/wxpython/menustrings.py:1889
msgid "Removes existing attribute table of a vector map."
msgstr ""

#: ../gui/wxpython/menustrings.py:937 ../gui/wxpython/menustrings.py:1890
msgid "Join table"
msgstr ""

#: ../gui/wxpython/menustrings.py:938 ../gui/wxpython/menustrings.py:1891
msgid "Joins a database table to a vector map table."
msgstr ""

#: ../gui/wxpython/menustrings.py:939 ../gui/wxpython/menustrings.py:1892
msgid "Add columns"
msgstr ""

#: ../gui/wxpython/menustrings.py:940 ../gui/wxpython/menustrings.py:1893
msgid ""
"Adds one or more columns to the attribute table connected to a given vector "
"map."
msgstr ""

#: ../gui/wxpython/menustrings.py:942 ../gui/wxpython/menustrings.py:1895
msgid ""
"Drops a column from the attribute table connected to a given vector map."
msgstr ""

#: ../gui/wxpython/menustrings.py:944 ../gui/wxpython/menustrings.py:1897
msgid ""
"Renames a column in the attribute table connected to a given vector map."
msgstr ""

#: ../gui/wxpython/menustrings.py:945 ../gui/wxpython/menustrings.py:1898
msgid "Change values"
msgstr ""

#: ../gui/wxpython/menustrings.py:946 ../gui/wxpython/menustrings.py:1899
msgid "Updates a column in the attribute table connected to a vector map."
msgstr ""

#: ../gui/wxpython/menustrings.py:947 ../gui/wxpython/menustrings.py:1900
msgid "Drop row"
msgstr ""

#: ../gui/wxpython/menustrings.py:948 ../gui/wxpython/menustrings.py:1901
msgid "Removes a vector feature from a vector map through attribute selection."
msgstr ""

#: ../gui/wxpython/menustrings.py:949 ../gui/wxpython/menustrings.py:1902
msgid "Reconnect vectors to database"
msgstr ""

#: ../gui/wxpython/menustrings.py:950 ../gui/wxpython/menustrings.py:1903
msgid ""
"Reconnects attribute tables for all vector maps from the current mapset to a "
"new database."
msgstr ""

#: ../gui/wxpython/menustrings.py:951 ../gui/wxpython/menustrings.py:1904
msgid "Set vector map - database connection"
msgstr ""

#: ../gui/wxpython/menustrings.py:952 ../gui/wxpython/menustrings.py:1905
msgid "Prints/sets DB connection for a vector map to attribute table."
msgstr ""

#: ../gui/wxpython/menustrings.py:953 ../gui/wxpython/menustrings.py:1906
msgid "&Temporal"
msgstr ""

#: ../gui/wxpython/menustrings.py:954 ../gui/wxpython/menustrings.py:1907
msgid "Manage datasets"
msgstr ""

#: ../gui/wxpython/menustrings.py:955 ../gui/wxpython/menustrings.py:1908
msgid "Connect temporal database"
msgstr ""

#: ../gui/wxpython/menustrings.py:956 ../gui/wxpython/menustrings.py:1909
msgid ""
"Prints/sets general temporal GIS database connection for current mapset."
msgstr ""

#: ../gui/wxpython/menustrings.py:958 ../gui/wxpython/menustrings.py:1911
msgid "Creates a space time dataset."
msgstr ""

#: ../gui/wxpython/menustrings.py:960 ../gui/wxpython/menustrings.py:1913
msgid "Renames a space time dataset"
msgstr ""

#: ../gui/wxpython/menustrings.py:962 ../gui/wxpython/menustrings.py:1915
msgid "Removes space time datasets from temporal database."
msgstr ""

#: ../gui/wxpython/menustrings.py:963 ../gui/wxpython/menustrings.py:1916
msgid "Update metadata"
msgstr ""

#: ../gui/wxpython/menustrings.py:964 ../gui/wxpython/menustrings.py:1917
msgid "Modifies the metadata of a space time dataset."
msgstr ""

#: ../gui/wxpython/menustrings.py:965 ../gui/wxpython/menustrings.py:1918
msgid "Merge"
msgstr ""

#: ../gui/wxpython/menustrings.py:966 ../gui/wxpython/menustrings.py:1919
msgid "Merges several space time datasets into a single space time dataset."
msgstr ""

#: ../gui/wxpython/menustrings.py:967 ../gui/wxpython/menustrings.py:1920
msgid "Temporally shift"
msgstr ""

#: ../gui/wxpython/menustrings.py:968 ../gui/wxpython/menustrings.py:1921
msgid "Shifts temporally the maps of a space time dataset."
msgstr ""

#: ../gui/wxpython/menustrings.py:969 ../gui/wxpython/menustrings.py:1922
msgid "Snap maps of dataset"
msgstr ""

#: ../gui/wxpython/menustrings.py:970 ../gui/wxpython/menustrings.py:1923
msgid "Snaps temporally the maps of a space time dataset."
msgstr ""

#: ../gui/wxpython/menustrings.py:972 ../gui/wxpython/menustrings.py:1925
msgid "Lists space time datasets and maps registered in the temporal database."
msgstr ""

#: ../gui/wxpython/menustrings.py:973 ../gui/wxpython/menustrings.py:1926
msgid "Manage maps in datasets"
msgstr ""

#: ../gui/wxpython/menustrings.py:974 ../gui/wxpython/menustrings.py:1927
msgid "Register maps in datasets"
msgstr ""

#: ../gui/wxpython/menustrings.py:975 ../gui/wxpython/menustrings.py:1928
msgid ""
"Assigns timestamps and registers raster, vector and raster3d maps in a space "
"time dataset."
msgstr ""

#: ../gui/wxpython/menustrings.py:976 ../gui/wxpython/menustrings.py:1929
msgid "Unregister maps from datasets"
msgstr ""

#: ../gui/wxpython/menustrings.py:977 ../gui/wxpython/menustrings.py:1930
msgid ""
"Unregisters raster, vector and raster3d maps from the temporal database or a "
"specific space time dataset."
msgstr ""

#: ../gui/wxpython/menustrings.py:978 ../gui/wxpython/menustrings.py:1931
msgid "List raster dataset maps"
msgstr ""

#: ../gui/wxpython/menustrings.py:979 ../gui/wxpython/menustrings.py:1932
msgid "Lists registered maps of a space time raster dataset."
msgstr ""

#: ../gui/wxpython/menustrings.py:980 ../gui/wxpython/menustrings.py:1933
msgid "List vector dataset maps"
msgstr ""

#: ../gui/wxpython/menustrings.py:981 ../gui/wxpython/menustrings.py:1934
msgid "Lists registered maps of a space time vector dataset."
msgstr ""

#: ../gui/wxpython/menustrings.py:982 ../gui/wxpython/menustrings.py:1935
msgid "List 3D raster dataset maps"
msgstr ""

#: ../gui/wxpython/menustrings.py:983 ../gui/wxpython/menustrings.py:1936
msgid "Lists registered maps of a space time raster3d dataset."
msgstr ""

#: ../gui/wxpython/menustrings.py:984 ../gui/wxpython/menustrings.py:1937
msgid "Import"
msgstr ""

#: ../gui/wxpython/menustrings.py:985 ../gui/wxpython/menustrings.py:1938
msgid "Import raster dataset"
msgstr ""

#: ../gui/wxpython/menustrings.py:986 ../gui/wxpython/menustrings.py:1939
msgid "Imports space time raster dataset."
msgstr ""

#: ../gui/wxpython/menustrings.py:987 ../gui/wxpython/menustrings.py:1940
msgid "Import vector dataset"
msgstr ""

#: ../gui/wxpython/menustrings.py:988 ../gui/wxpython/menustrings.py:1941
msgid ""
"Imports a space time vector dataset from a GRASS GIS specific archive file."
msgstr ""

#: ../gui/wxpython/menustrings.py:990 ../gui/wxpython/menustrings.py:1943
msgid "Export raster dataset"
msgstr ""

#: ../gui/wxpython/menustrings.py:991 ../gui/wxpython/menustrings.py:1944
msgid "Exports space time raster dataset."
msgstr ""

#: ../gui/wxpython/menustrings.py:992 ../gui/wxpython/menustrings.py:1945
msgid "Export raster dataset as VTK time series"
msgstr ""

#: ../gui/wxpython/menustrings.py:993 ../gui/wxpython/menustrings.py:1946
msgid "Exports space time raster dataset as VTK time series."
msgstr ""

#: ../gui/wxpython/menustrings.py:994 ../gui/wxpython/menustrings.py:1947
msgid "Export vector dataset"
msgstr ""

#: ../gui/wxpython/menustrings.py:995 ../gui/wxpython/menustrings.py:1948
msgid "Exports a space time vector dataset as GRASS GIS specific archive file."
msgstr ""

#: ../gui/wxpython/menustrings.py:996 ../gui/wxpython/menustrings.py:1949
msgid "Convert raster dataset to 3D raster"
msgstr ""

#: ../gui/wxpython/menustrings.py:997 ../gui/wxpython/menustrings.py:1950
msgid "Converts a space time raster dataset into a 3D raster map."
msgstr ""

#: ../gui/wxpython/menustrings.py:998 ../gui/wxpython/menustrings.py:1951
msgid "Extraction"
msgstr ""

#: ../gui/wxpython/menustrings.py:999 ../gui/wxpython/menustrings.py:1952
msgid "Extract subset of raster dataset"
msgstr ""

#: ../gui/wxpython/menustrings.py:1000 ../gui/wxpython/menustrings.py:1953
msgid "Extracts a subset of a space time raster datasets."
msgstr ""

#: ../gui/wxpython/menustrings.py:1001 ../gui/wxpython/menustrings.py:1954
msgid "Extract subset of vector dataset"
msgstr ""

#: ../gui/wxpython/menustrings.py:1002 ../gui/wxpython/menustrings.py:1955
msgid "Extracts a subset of a space time vector dataset."
msgstr ""

#: ../gui/wxpython/menustrings.py:1003 ../gui/wxpython/menustrings.py:1956
msgid "Extract subset of 3D raster dataset"
msgstr ""

#: ../gui/wxpython/menustrings.py:1004 ../gui/wxpython/menustrings.py:1957
msgid "Extracts a subset of a space time 3D raster dataset."
msgstr ""

#: ../gui/wxpython/menustrings.py:1005 ../gui/wxpython/menustrings.py:1958
msgid "Query vector dataset attribute data"
msgstr ""

#: ../gui/wxpython/menustrings.py:1006 ../gui/wxpython/menustrings.py:1959
msgid ""
"Prints attributes of vector maps registered in a space time vector dataset."
msgstr ""

#: ../gui/wxpython/menustrings.py:1007 ../gui/wxpython/menustrings.py:1960
msgid "Raster dataset color table"
msgstr ""

#: ../gui/wxpython/menustrings.py:1008 ../gui/wxpython/menustrings.py:1961
msgid ""
"Creates/modifies the color table associated with each raster map of the "
"space time raster dataset."
msgstr ""

#: ../gui/wxpython/menustrings.py:1009 ../gui/wxpython/menustrings.py:1962
msgid "Raster calculations"
msgstr ""

#: ../gui/wxpython/menustrings.py:1010 ../gui/wxpython/menustrings.py:1963
msgid ""
"Performs spatio-temporal mapcalc expressions on temporally sampled maps of "
"space time raster datasets."
msgstr ""

#: ../gui/wxpython/menustrings.py:1011 ../gui/wxpython/menustrings.py:1964
msgid "3D raster calculations"
msgstr ""

#: ../gui/wxpython/menustrings.py:1012 ../gui/wxpython/menustrings.py:1965
msgid ""
"Performs r3.mapcalc expressions on maps of sampled space time 3D raster "
"datasets."
msgstr ""

#: ../gui/wxpython/menustrings.py:1013 ../gui/wxpython/menustrings.py:1966
msgid "Interpolate gaps in raster datasets"
msgstr ""

#: ../gui/wxpython/menustrings.py:1014 ../gui/wxpython/menustrings.py:1967
msgid ""
"Replaces gaps in a space time raster dataset with interpolated raster maps."
msgstr ""

#: ../gui/wxpython/menustrings.py:1015 ../gui/wxpython/menustrings.py:1968
msgid "Aggregation"
msgstr ""

#: ../gui/wxpython/menustrings.py:1016 ../gui/wxpython/menustrings.py:1969
msgid "Neighborhood analysis in raster dataset"
msgstr ""

#: ../gui/wxpython/menustrings.py:1017 ../gui/wxpython/menustrings.py:1970
msgid ""
"Performs a neighborhood analysis for each map in a space time raster dataset."
msgstr ""

#: ../gui/wxpython/menustrings.py:1018 ../gui/wxpython/menustrings.py:1971
msgid "Aggregation in raster datasets"
msgstr ""

#: ../gui/wxpython/menustrings.py:1019 ../gui/wxpython/menustrings.py:1972
msgid ""
"Performs different aggregation algorithms from r.series on all or a subset "
"of raster maps in a space time raster dataset."
msgstr ""

#: ../gui/wxpython/menustrings.py:1020 ../gui/wxpython/menustrings.py:1973
msgid "Temporal aggregation"
msgstr ""

#: ../gui/wxpython/menustrings.py:1021 ../gui/wxpython/menustrings.py:1974
msgid ""
"Aggregates temporally the maps of a space time raster dataset by a user "
"defined granularity."
msgstr ""

#: ../gui/wxpython/menustrings.py:1022 ../gui/wxpython/menustrings.py:1975
msgid "Temporal aggregation by dataset"
msgstr ""

#: ../gui/wxpython/menustrings.py:1023 ../gui/wxpython/menustrings.py:1976
msgid ""
"Aggregates data of an existing space time raster dataset using the time "
"intervals of a second space time dataset."
msgstr ""

#: ../gui/wxpython/menustrings.py:1024 ../gui/wxpython/menustrings.py:1977
msgid "Sampling"
msgstr ""

#: ../gui/wxpython/menustrings.py:1025 ../gui/wxpython/menustrings.py:1978
msgid "Sample a space time raster dataset at point coordinates"
msgstr ""

#: ../gui/wxpython/menustrings.py:1026 ../gui/wxpython/menustrings.py:1979
msgid ""
"Sample a space time raster dataset at specific vector point coordinates and "
"write the output to stdout using different layouts"
msgstr ""

#: ../gui/wxpython/menustrings.py:1027 ../gui/wxpython/menustrings.py:1980
msgid "Query raster dataset by vector points dataset"
msgstr ""

#: ../gui/wxpython/menustrings.py:1028 ../gui/wxpython/menustrings.py:1981
msgid ""
"Stores raster map values at spatial and temporal positions of vector points "
"as vector attributes."
msgstr ""

#: ../gui/wxpython/menustrings.py:1029 ../gui/wxpython/menustrings.py:1982
msgid "Observe specific locations in raster dataset"
msgstr ""

#: ../gui/wxpython/menustrings.py:1030 ../gui/wxpython/menustrings.py:1983
msgid ""
"Observes specific locations in a space time raster dataset over a period of "
"time using vector points."
msgstr ""

#: ../gui/wxpython/menustrings.py:1031 ../gui/wxpython/menustrings.py:1984
msgid "Temporal sampling"
msgstr ""

#: ../gui/wxpython/menustrings.py:1032 ../gui/wxpython/menustrings.py:1985
msgid ""
"Samples the input space time dataset(s) with a sample space time dataset and "
"print the result to stdout."
msgstr ""

#: ../gui/wxpython/menustrings.py:1034 ../gui/wxpython/menustrings.py:1987
msgid "Space time datasets metadata"
msgstr ""

#: ../gui/wxpython/menustrings.py:1035 ../gui/wxpython/menustrings.py:1988
msgid "Lists information about space time datasets and maps."
msgstr ""

#: ../gui/wxpython/menustrings.py:1036 ../gui/wxpython/menustrings.py:1989
msgid "Univariate raster dataset statistics"
msgstr ""

#: ../gui/wxpython/menustrings.py:1037 ../gui/wxpython/menustrings.py:1990
msgid ""
"Calculates univariate statistics from the non-null cells for each registered "
"raster map of a space time raster dataset."
msgstr ""

#: ../gui/wxpython/menustrings.py:1038 ../gui/wxpython/menustrings.py:1991
msgid "Univariate vector dataset statistics"
msgstr ""

#: ../gui/wxpython/menustrings.py:1039 ../gui/wxpython/menustrings.py:1992
msgid ""
"Calculates univariate statistics of attributes for each registered vector "
"map of a space time vector dataset"
msgstr ""

#: ../gui/wxpython/menustrings.py:1040 ../gui/wxpython/menustrings.py:1993
msgid "Univariate 3D raster dataset statistics"
msgstr ""

#: ../gui/wxpython/menustrings.py:1041 ../gui/wxpython/menustrings.py:1994
msgid ""
"Calculates univariate statistics from the non-null cells for each registered "
"3D raster map of a space time 3D raster dataset."
msgstr ""

#: ../gui/wxpython/menustrings.py:1042 ../gui/wxpython/menustrings.py:1995
msgid "Report temporal topology"
msgstr ""

#: ../gui/wxpython/menustrings.py:1043 ../gui/wxpython/menustrings.py:1996
msgid "Lists temporal topology of a space time dataset."
msgstr ""

#: ../gui/wxpython/menustrings.py:1044 ../gui/wxpython/menustrings.py:1997
#: ../gui/wxpython/menustrings.py:2004
msgid "GUI tools"
msgstr ""

#: ../gui/wxpython/menustrings.py:1047 ../gui/wxpython/menustrings.py:2000
#: ../gui/wxpython/menustrings.py:2028
msgid "Timeline tool"
msgstr ""

#: ../gui/wxpython/menustrings.py:1048 ../gui/wxpython/menustrings.py:2001
#: ../gui/wxpython/menustrings.py:2029
msgid "Plot temporal extents."
msgstr ""

#: ../gui/wxpython/menustrings.py:1049 ../gui/wxpython/menustrings.py:2002
#: ../gui/wxpython/menustrings.py:2026
msgid "Temporal plot tool"
msgstr ""

#: ../gui/wxpython/menustrings.py:1050 ../gui/wxpython/menustrings.py:2003
#: ../gui/wxpython/menustrings.py:2027
msgid "Plot temporal values."
msgstr ""

#: ../gui/wxpython/menustrings.py:1051 ../gui/wxpython/menustrings.py:2079
#: ../gui/wxpython/menustrings.py:2122
msgid "&Help"
msgstr ""

#: ../gui/wxpython/menustrings.py:1052
msgid "GRASS help"
msgstr ""

#: ../gui/wxpython/menustrings.py:1053 ../gui/wxpython/menustrings.py:1055
msgid "Display the HTML man pages of GRASS GIS"
msgstr ""

#: ../gui/wxpython/menustrings.py:1054
msgid "GUI help"
msgstr ""

#: ../gui/wxpython/menustrings.py:1056
msgid "About system"
msgstr ""

#: ../gui/wxpython/menustrings.py:1057
msgid "Prints system information"
msgstr ""

#: ../gui/wxpython/menustrings.py:1062
msgid "Import, export and link data"
msgstr ""

#: ../gui/wxpython/menustrings.py:2007
msgid "Attribute table manager"
msgstr ""

#: ../gui/wxpython/menustrings.py:2012 ../gui/wxpython/datacatalog/frame.py:31
msgid "Data Catalog"
msgstr ""

#: ../gui/wxpython/menustrings.py:2013
msgid "Launch Data Catalog."
msgstr ""

#: ../gui/wxpython/menustrings.py:2020
msgid "Managing GCPs for 3D correction"
msgstr ""

#: ../gui/wxpython/menustrings.py:2031
msgid "Interactive editing and digitization of vector maps."
msgstr ""

#: ../gui/wxpython/menustrings.py:2033
msgid "Interactive editing and digitization of raster maps."
msgstr ""

#: ../gui/wxpython/menustrings.py:2038
msgid "Create new model"
msgstr ""

#: ../gui/wxpython/menustrings.py:2040
msgid "Load model from file"
msgstr ""

#: ../gui/wxpython/menustrings.py:2044
msgid "Save model to file"
msgstr ""

#: ../gui/wxpython/menustrings.py:2046
msgid "Close model file"
msgstr ""

#: ../gui/wxpython/menustrings.py:2047
msgid "Export to image"
msgstr ""

#: ../gui/wxpython/menustrings.py:2049
msgid "Export to Python"
msgstr ""

#: ../gui/wxpython/menustrings.py:2051
msgid "Quit modeler"
msgstr ""

#: ../gui/wxpython/menustrings.py:2052
msgid "Close modeler window"
msgstr ""

#: ../gui/wxpython/menustrings.py:2056
msgid "&Model"
msgstr ""

#: ../gui/wxpython/menustrings.py:2057
msgid "Add command"
msgstr ""

#: ../gui/wxpython/menustrings.py:2058
msgid "Add action (GRASS command) to model"
msgstr ""

#: ../gui/wxpython/menustrings.py:2059
msgid "Add data"
msgstr ""

#: ../gui/wxpython/menustrings.py:2060
msgid "Add data item to model"
msgstr ""

#: ../gui/wxpython/menustrings.py:2061
msgid "Define relation"
msgstr ""

#: ../gui/wxpython/menustrings.py:2062
msgid "Define relation between data and action items"
msgstr ""

#: ../gui/wxpython/menustrings.py:2063
msgid "Add loop / series"
msgstr ""

#: ../gui/wxpython/menustrings.py:2064
msgid "Adds loop (series) to model"
msgstr ""

#: ../gui/wxpython/menustrings.py:2065
msgid "Add condition"
msgstr ""

#: ../gui/wxpython/menustrings.py:2066
msgid "Adds condition (if/else) to model"
msgstr ""

#: ../gui/wxpython/menustrings.py:2068
msgid "Adds comment to model"
msgstr ""

#: ../gui/wxpython/menustrings.py:2069
msgid "Remove item"
msgstr ""

#: ../gui/wxpython/menustrings.py:2070
msgid "Remove action/data from model"
msgstr ""

#: ../gui/wxpython/menustrings.py:2072
msgid "Model properties (name, purpose, etc.)"
msgstr ""

#: ../gui/wxpython/menustrings.py:2073
msgid "Delete intermediate data"
msgstr ""

#: ../gui/wxpython/menustrings.py:2074
msgid "Delete intermediate data defined in the model"
msgstr ""

#: ../gui/wxpython/menustrings.py:2076
msgid "Run entire model"
msgstr ""

#: ../gui/wxpython/menustrings.py:2078
msgid "Validate entire model"
msgstr ""

#: ../gui/wxpython/menustrings.py:2081
msgid "Display the HTML man pages of Graphical modeler"
msgstr ""

#: ../gui/wxpython/menustrings.py:2082
msgid "About Graphical Modeler"
msgstr ""

#: ../gui/wxpython/menustrings.py:2083
msgid "Display information about Graphical Modeler"
msgstr ""

#: ../gui/wxpython/menustrings.py:2089
msgid "Load instruction file"
msgstr ""

#: ../gui/wxpython/menustrings.py:2091
msgid "Export instruction file"
msgstr ""

#: ../gui/wxpython/menustrings.py:2093
msgid "Export to PostScript"
msgstr ""

#: ../gui/wxpython/menustrings.py:2095
msgid "Export to PDF"
msgstr ""

#: ../gui/wxpython/menustrings.py:2097 ../gui/wxpython/menustrings.py:2098
msgid "Launch ps.map dialog"
msgstr ""

#: ../gui/wxpython/menustrings.py:2100
msgid "Close Cartographic Composer"
msgstr ""

#: ../gui/wxpython/menustrings.py:2101
msgid "&Insert"
msgstr ""

#: ../gui/wxpython/menustrings.py:2103
msgid "Add or edit map frame"
msgstr ""

#: ../gui/wxpython/menustrings.py:2105
msgid "Add or edit raster map"
msgstr ""

#: ../gui/wxpython/menustrings.py:2107
msgid "Add or edit vector map"
msgstr ""

#: ../gui/wxpython/menustrings.py:2108
msgid "Map legend"
msgstr ""

#: ../gui/wxpython/menustrings.py:2109
msgid "Add or edit raster and vector legend"
msgstr ""

#: ../gui/wxpython/menustrings.py:2111
msgid "Add or edit map info"
msgstr ""

#: ../gui/wxpython/menustrings.py:2113
msgid "Add or edit scale bar"
msgstr ""

#: ../gui/wxpython/menustrings.py:2117
#: ../gui/wxpython/animation/dialogs.py:1018
msgid "Add image"
msgstr ""

#: ../gui/wxpython/menustrings.py:2124
msgid "Display the HTML man pages of Cartographic Composer"
msgstr ""

#: ../gui/wxpython/menustrings.py:2125
msgid "About Cartographic Composer"
msgstr ""

#: ../gui/wxpython/menustrings.py:2126
msgid "Display information about Cartographic Composer"
msgstr ""

#: ../gui/wxpython/nviz/preferences.py:35
msgid "3D view default settings"
msgstr ""

#: ../gui/wxpython/nviz/preferences.py:58
msgid "Revert settings to default, changes are not applied"
msgstr ""

#: ../gui/wxpython/nviz/preferences.py:65
#: ../gui/wxpython/nviz/preferences.py:69 ../gui/wxpython/nviz/tools.py:110
msgid "View"
msgstr ""

#: ../gui/wxpython/nviz/preferences.py:79 ../gui/wxpython/nviz/tools.py:283
msgid "Perspective:"
msgstr ""

#: ../gui/wxpython/nviz/preferences.py:84
#: ../gui/wxpython/nviz/preferences.py:173
#: ../gui/wxpython/nviz/preferences.py:198
msgid "value:"
msgstr ""

#: ../gui/wxpython/nviz/preferences.py:101
msgid "step:"
msgstr ""

#: ../gui/wxpython/nviz/preferences.py:121
#: ../gui/wxpython/nviz/preferences.py:327
msgid "Position:"
msgstr ""

#: ../gui/wxpython/nviz/preferences.py:126
#: ../gui/wxpython/nviz/preferences.py:332
msgid "x:"
msgstr ""

#: ../gui/wxpython/nviz/preferences.py:168
msgid "Twist:"
msgstr ""

#: ../gui/wxpython/nviz/preferences.py:193 ../gui/wxpython/nviz/tools.py:370
msgid "Z-exag:"
msgstr ""

#: ../gui/wxpython/nviz/preferences.py:223 ../gui/wxpython/nviz/tools.py:443
msgid "Image Appearance"
msgstr ""

#: ../gui/wxpython/nviz/preferences.py:259
msgid "Fly-through"
msgstr ""

#: ../gui/wxpython/nviz/preferences.py:270
msgid "Move exag:"
msgstr ""

#: ../gui/wxpython/nviz/preferences.py:288
msgid "Turn exag:"
msgstr ""

#: ../gui/wxpython/nviz/preferences.py:316 ../gui/wxpython/nviz/tools.py:762
msgid "Lighting"
msgstr ""

#: ../gui/wxpython/nviz/preferences.py:320
msgid "Light"
msgstr ""

#: ../gui/wxpython/nviz/preferences.py:366
msgid "z:"
msgstr ""

#: ../gui/wxpython/nviz/preferences.py:385 ../gui/wxpython/nviz/tools.py:2227
msgid "Brightness:"
msgstr ""

#: ../gui/wxpython/nviz/preferences.py:399 ../gui/wxpython/nviz/tools.py:2252
msgid "Ambient:"
msgstr ""

#: ../gui/wxpython/nviz/preferences.py:438 ../gui/wxpython/nviz/tools.py:690
#: ../gui/wxpython/nviz/tools.py:2314
msgid "Surface"
msgstr ""

#: ../gui/wxpython/nviz/preferences.py:450 ../gui/wxpython/nviz/tools.py:856
#: ../gui/wxpython/nviz/tools.py:1952
msgid "Mode:"
msgstr ""

#: ../gui/wxpython/nviz/preferences.py:458 ../gui/wxpython/nviz/tools.py:864
msgid "coarse"
msgstr ""

#: ../gui/wxpython/nviz/preferences.py:458 ../gui/wxpython/nviz/tools.py:864
msgid "fine"
msgstr ""

#: ../gui/wxpython/nviz/preferences.py:458 ../gui/wxpython/nviz/tools.py:864
msgid "both"
msgstr ""

#: ../gui/wxpython/nviz/preferences.py:469 ../gui/wxpython/nviz/tools.py:942
msgid "Fine mode:"
msgstr ""

#: ../gui/wxpython/nviz/preferences.py:475
#: ../gui/wxpython/nviz/preferences.py:496 ../gui/wxpython/nviz/tools.py:903
#: ../gui/wxpython/nviz/tools.py:948
msgid "resolution:"
msgstr ""

#: ../gui/wxpython/nviz/preferences.py:488 ../gui/wxpython/nviz/tools.py:898
msgid "Coarse mode:"
msgstr ""

#: ../gui/wxpython/nviz/preferences.py:508 ../gui/wxpython/nviz/tools.py:917
msgid "style:"
msgstr ""

#: ../gui/wxpython/nviz/preferences.py:513 ../gui/wxpython/nviz/tools.py:925
msgid "wire"
msgstr ""

#: ../gui/wxpython/nviz/preferences.py:513 ../gui/wxpython/nviz/tools.py:925
msgid "surface"
msgstr ""

#: ../gui/wxpython/nviz/preferences.py:525
msgid "wire color:"
msgstr ""

#: ../gui/wxpython/nviz/preferences.py:557 ../gui/wxpython/nviz/tools.py:709
msgid "Vector"
msgstr ""

#: ../gui/wxpython/nviz/preferences.py:562 ../gui/wxpython/nviz/tools.py:1522
msgid "Vector lines"
msgstr ""

#: ../gui/wxpython/nviz/preferences.py:607 ../gui/wxpython/nviz/tools.py:1701
msgid "Vector points"
msgstr ""

#: ../gui/wxpython/nviz/preferences.py:613
msgid "Automatic size"
msgstr ""

#: ../gui/wxpython/nviz/preferences.py:615
msgid "Icon size is set automatically based on landscape dimensions."
msgstr ""

#: ../gui/wxpython/nviz/preferences.py:625
#: ../gui/wxpython/mapswipe/dialogs.py:360
msgid "Size:"
msgstr ""

#: ../gui/wxpython/nviz/preferences.py:642
msgid "Marker:"
msgstr ""

#: ../gui/wxpython/nviz/preferences.py:755
#, python-format
msgid "3D view settings saved to file <%s>."
msgstr ""

#: ../gui/wxpython/nviz/wxnviz.py:36
msgid ""
"This module requires the NumPy module, which could not be imported. It "
"probably is not installed (it's not part of the standard Python "
"distribution). See the Numeric Python site (http://numpy.scipy.org) for "
"information on downloading source or binaries."
msgstr ""

#: ../gui/wxpython/nviz/wxnviz.py:550 ../gui/wxpython/nviz/wxnviz.py:561
#, python-format
msgid "3d raster map <%s> not found"
msgstr ""

#: ../gui/wxpython/nviz/mapwindow.py:233
msgid ""
"Opening 3D view was not successful. Please try to change the value of depth "
"buffer in GUI Settings dialog > tab Map Display > Advanced and restart GUI."
msgstr ""

#: ../gui/wxpython/nviz/mapwindow.py:508
#, python-format
msgid ""
"Image is too large, your OpenGL implementation supports maximum texture size "
"%d px."
msgstr ""

#: ../gui/wxpython/nviz/mapwindow.py:1041
msgid "Easting"
msgstr ""

#: ../gui/wxpython/nviz/mapwindow.py:1042
msgid "Northing"
msgstr ""

#: ../gui/wxpython/nviz/mapwindow.py:1043
msgid "Elevation"
msgstr ""

#: ../gui/wxpython/nviz/mapwindow.py:1054
msgid "Surface map name"
msgstr ""

#: ../gui/wxpython/nviz/mapwindow.py:1056
msgid "Surface map elevation"
msgstr ""

#: ../gui/wxpython/nviz/mapwindow.py:1058
msgid "Surface map color"
msgstr ""

#: ../gui/wxpython/nviz/mapwindow.py:1068
msgid "XY distance from previous"
msgstr ""

#: ../gui/wxpython/nviz/mapwindow.py:1070
msgid "XYZ distance from previous"
msgstr ""

#: ../gui/wxpython/nviz/mapwindow.py:1075
msgid "Distance along surface"
msgstr ""

#: ../gui/wxpython/nviz/mapwindow.py:1087
msgid "Distance along exag. surface"
msgstr ""

#: ../gui/wxpython/nviz/mapwindow.py:1098
msgid "No point on surface"
msgstr ""

#: ../gui/wxpython/nviz/mapwindow.py:1589
msgid "Loading raster map"
msgstr ""

#: ../gui/wxpython/nviz/mapwindow.py:1593
msgid "Loading 3d raster map"
msgstr ""

#: ../gui/wxpython/nviz/mapwindow.py:1599
msgid "failed"
msgstr ""

#: ../gui/wxpython/nviz/mapwindow.py:1601
#, python-format
msgid "Unsupported layer type '%s'"
msgstr ""

#: ../gui/wxpython/nviz/mapwindow.py:1720
msgid "Unable to unload raster map"
msgstr ""

#: ../gui/wxpython/nviz/mapwindow.py:1725
msgid "Unable to unload 3d raster map"
msgstr ""

#: ../gui/wxpython/nviz/mapwindow.py:1726
msgid "3d raster map"
msgstr ""

#: ../gui/wxpython/nviz/mapwindow.py:1737
msgid "unloaded successfully"
msgstr ""

#: ../gui/wxpython/nviz/mapwindow.py:1791
#, python-format
msgid "Loading vector map <%(name)s> (%(type)s) failed"
msgstr ""

#: ../gui/wxpython/nviz/mapwindow.py:1855
#, python-format
msgid "Unable to unload vector map <%(name)s> (%(type)s)"
msgstr ""

#: ../gui/wxpython/nviz/mapwindow.py:1860
#, python-format
msgid "Vector map <%(name)s> (%(type)s) unloaded successfully"
msgstr ""

#: ../gui/wxpython/nviz/mapwindow.py:2266
#, python-format
msgid "Vector point layer not found (id = %d)"
msgstr ""

#: ../gui/wxpython/nviz/mapwindow.py:2268
#, python-format
msgid "Unable to set data layer properties (id = %d)"
msgstr ""

#: ../gui/wxpython/nviz/mapwindow.py:2272
#, python-format
msgid ""
"Setting data layer properties failed.\n"
"\n"
"%s"
msgstr ""

#: ../gui/wxpython/nviz/mapwindow.py:2332
#: ../gui/wxpython/nviz/mapwindow.py:2351 ../gui/wxpython/nviz/tools.py:2773
#: ../gui/wxpython/nviz/tools.py:2819 ../gui/wxpython/nviz/tools.py:5228
msgid "constant#"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:119
msgid "Analysis"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:121 ../gui/wxpython/nviz/tools.py:485
msgid "Animation"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:250
msgid "Control View"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:271
msgid "Adjusts the distance and angular perspective of the image viewpoint"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:299
msgid "Tilts the plane of the surface from the horizontal"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:309 ../gui/wxpython/nviz/tools.py:1297
msgid "Tilt:"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:324
msgid ""
"Adjusts the viewing height above the surface (angle of view automatically "
"adjusts to maintain the same center of view)"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:337
msgid "Adjusts the relative height of features above the plane of the surface"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:395
msgid "Look:"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:399
msgid "here"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:404
msgid ""
"Allows you to select a point on the surface that becomes the new center of "
"view. Click on the button and then on the surface."
msgstr ""

#: ../gui/wxpython/nviz/tools.py:413
msgid "center"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:416
msgid "Resets the view to the original default center of view"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:421
msgid "top"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:426
msgid ""
"Sets the viewer directly over the scene's center position. This top view "
"orients approximately north south."
msgstr ""

#: ../gui/wxpython/nviz/tools.py:431
msgid "reset"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:432
msgid "Reset to default view"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:495
msgid ""
"Press 'Record' button and start changing the view. It is recommended to use "
"fly-through mode (Map Display toolbar) to achieve smooth motion."
msgstr ""

#: ../gui/wxpython/nviz/tools.py:507
msgid "Record"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:509
msgid "Play"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:511 ../gui/wxpython/animation/toolbars.py:31
msgid "Pause"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:513 ../gui/wxpython/animation/toolbars.py:30
msgid "Stop"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:531
msgid "Total number of frames :"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:536
msgid "Frame rate (FPS):"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:546
msgid "Frames are recorded with given frequency (FPS). "
msgstr ""

#: ../gui/wxpython/nviz/tools.py:598
msgid "Save image sequence"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:609
msgid "Choose a directory for images"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:614 ../gui/wxpython/animation/dialogs.py:1185
msgid "File prefix:"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:623
msgid ""
"Generated files names will look like this: prefix_1.ppm, prefix_2.ppm, ..."
msgstr ""

#: ../gui/wxpython/nviz/tools.py:626 ../gui/wxpython/animation/dialogs.py:1187
msgid "File format:"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:700 ../gui/wxpython/nviz/tools.py:1394
msgid "Constant surface"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:770
msgid "Fringe"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:781 ../gui/wxpython/animation/dialogs.py:952
msgid "Decorations"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:806 ../gui/wxpython/nviz/tools.py:1149
msgid "Cutting planes"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:875 ../gui/wxpython/nviz/tools.py:1168
#: ../gui/wxpython/nviz/tools.py:1970
msgid "Shading:"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:880 ../gui/wxpython/nviz/tools.py:1978
msgid "flat"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:880 ../gui/wxpython/nviz/tools.py:1978
msgid "gouraud"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:888
msgid "Set to all"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:889
msgid "Use draw settings for all loaded surfaces"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:936
msgid "Change wire color"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:973
msgid "Surface attributes"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:984 ../gui/wxpython/nviz/tools.py:2914
msgid "Transparency"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:985 ../gui/wxpython/nviz/tools.py:2915
msgid "Shininess"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:994 ../gui/wxpython/nviz/tools.py:2930
msgid "map"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:998 ../gui/wxpython/nviz/tools.py:2936
msgid "unset"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:1003 ../gui/wxpython/nviz/tools.py:2941
msgid "constant"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:1060
msgid "Changes the x, y, and z position of the current surface"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:1079 ../gui/wxpython/nviz/tools.py:1372
#: ../gui/wxpython/nviz/tools.py:2091 ../gui/wxpython/nviz/tools.py:3117
msgid "Reset"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:1080 ../gui/wxpython/nviz/tools.py:2092
msgid "Reset to default position"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:1156
msgid "Active cutting plane:"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:1173
msgid "clear"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:1174
msgid "top color"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:1175
msgid "bottom color"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:1176
msgid "blend"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:1177
msgid "shaded"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:1190
msgid "Horizontal X:"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:1194
msgid "Sets the X coordinate of the current cutting plane"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:1225
msgid "Horizontal Y:"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:1229
msgid "Sets the Y coordinate of the current cutting plane"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:1261
msgid "Rotation:"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:1265
msgid "Rotates the current cutting plane about vertical axis"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:1301
msgid "Rotates the current cutting plane about horizontal axis"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:1338
msgid ""
"Sets the Z coordinate of the current cutting plane (only meaningful when "
"tilt is not 0)"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:1422
msgid "Fine resolution:"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:1435
msgid "Value:"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:1447 ../gui/wxpython/nviz/tools.py:3099
msgid "Transparency:"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:1508
msgid "Show vector lines"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:1528
msgid "Line:"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:1533
msgid "width:"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:1548 ../gui/wxpython/nviz/tools.py:1743
msgid "color:"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:1564 ../gui/wxpython/nviz/tools.py:1797
msgid "use color for thematic mapping"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:1567
msgid "use width for thematic mapping"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:1583 ../gui/wxpython/nviz/tools.py:1594
#: ../gui/wxpython/nviz/tools.py:1819 ../gui/wxpython/nviz/tools.py:1830
msgid "Set options..."
msgstr ""

#: ../gui/wxpython/nviz/tools.py:1618 ../gui/wxpython/nviz/tools.py:5505
#: ../gui/wxpython/nviz/tools.py:5558
msgid "on surface(s):"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:1618 ../gui/wxpython/nviz/tools.py:5505
#: ../gui/wxpython/nviz/tools.py:5558
msgid "as 3D"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:1632 ../gui/wxpython/nviz/tools.py:1851
msgid "Height above surface:"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:1688
msgid "Show vector points"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:1708
msgid "Icon:"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:1800
msgid "use size for thematic mapping"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:1925 ../gui/wxpython/lmgr/layertree.py:1046
msgid "3D raster map"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:1960
msgid "isosurfaces"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:1960
msgid "slices"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:1987
msgid "Resolution:"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:2001
msgid "Draw wire box"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:2014 ../gui/wxpython/nviz/tools.py:4353
msgid "List of isosurfaces"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:2132
msgid "Show light model"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:2144
msgid "Light source position"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:2161
msgid "Adjusts the light height"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:2206
msgid "Light color and intensity"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:2231
msgid "Adjusts the brightness of the light"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:2256
msgid "Adjusts the ambient light"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:2328
msgid "Edges with fringe"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:2332
msgid "N && W"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:2333
msgid "N && E"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:2334
msgid "S && W"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:2335
msgid "S && E"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:2361
msgid "Elevation of fringe from bottom:"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:2417
msgid "Arrow length (in map units):"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:2433
msgid "Arrow color:"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:2446
msgid "Place arrow"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:2474
msgid "Scale bar length (in map units):"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:2490
msgid "Scale bar color:"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:2504
msgid "Place new scale bar"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:2580
msgid "Do you want to record new animation without saving the previous one?"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:2585
msgid "Animation already exists"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:2751
msgid "No file prefix given."
msgstr ""

#: ../gui/wxpython/nviz/tools.py:2754
#, python-format
msgid "Directory %s does not exist."
msgstr ""

#: ../gui/wxpython/nviz/tools.py:2896
msgid "Isosurface attributes"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:2903
msgid "toggle normal direction"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:2911
msgid "Isosurface value"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:3024
msgid "Slice attributes"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:3031
msgid "Slice parallel to axis:"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:3187
msgid "W"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:3188
msgid "N"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:3189
msgid "S"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:3190
msgid "E"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:3191
msgid "NW"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:3192
msgid "NE"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:3193
msgid "SE"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:3194
msgid "SW"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:3708 ../gui/wxpython/nviz/tools.py:5622
msgid "Level"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:4359
msgid "List of slices"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:4552 ../gui/wxpython/nviz/tools.py:4555
#, python-brace-format
msgid "Level {level}"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:4562 ../gui/wxpython/nviz/tools.py:4565
#, python-brace-format
msgid "Slice parallel to {axis}"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:4855 ../gui/wxpython/nviz/tools.py:5635
msgid "Slice parallel to"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:5081
#, python-format
msgid "Scalebar %d"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:5236
msgid "None"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:5442
msgid "Vector map is 3D"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:5445
msgid "Vector map is 2D"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:5447
#, python-format
msgid "%(features)d features (%(points)d points)"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:5507 ../gui/wxpython/nviz/tools.py:5560
msgid "on surface"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:5657
msgid "range:"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:5733 ../gui/wxpython/nviz/tools.py:5744
msgid "North edge:"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:5734 ../gui/wxpython/nviz/tools.py:5745
msgid "South edge:"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:5735 ../gui/wxpython/nviz/tools.py:5742
#: ../gui/wxpython/nviz/tools.py:5751
msgid "West edge:"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:5736 ../gui/wxpython/nviz/tools.py:5743
#: ../gui/wxpython/nviz/tools.py:5752
msgid "East edge:"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:5738 ../gui/wxpython/nviz/tools.py:5749
#: ../gui/wxpython/nviz/tools.py:5757
msgid "Northing (Y):"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:5739 ../gui/wxpython/nviz/tools.py:5748
#: ../gui/wxpython/nviz/tools.py:5758
msgid "Height (Z):"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:5740 ../gui/wxpython/nviz/tools.py:5747
#: ../gui/wxpython/nviz/tools.py:5756
msgid "Easting (X):"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:5753
msgid "Bottom edge:"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:5754
msgid "Top edge:"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:5862
msgid "Adjusts the distance and direction of the image viewpoint"
msgstr ""

#: ../gui/wxpython/nviz/tools.py:5898
msgid ""
"Adjusts the light direction. Click and drag the puck to change the light "
"direction."
msgstr ""

#: ../gui/wxpython/animation/utils.py:99 ../gui/wxpython/animation/utils.py:107
#: ../gui/wxpython/mapswipe/frame.py:465 ../gui/wxpython/lmgr/layertree.py:2106
#, python-format
msgid "Map <%s> not found."
msgstr ""

#: ../gui/wxpython/animation/utils.py:188
msgid "The number of maps in space-time datasets has to be the same."
msgstr ""

#: ../gui/wxpython/animation/utils.py:194
msgid ""
"The temporal type (absolute/relative) of space-time datasets has to be the "
"same."
msgstr ""

#: ../gui/wxpython/animation/utils.py:202
msgid ""
"The map type (point/interval) of space-time datasets has to be the same."
msgstr ""

#: ../gui/wxpython/animation/utils.py:210
msgid ""
"The temporal extents of maps in space-time datasets have to be the same."
msgstr ""

#: ../gui/wxpython/animation/utils.py:222
msgid "The number of maps to animate has to be the same for each map series."
msgstr ""

#: ../gui/wxpython/animation/utils.py:230
msgid ""
"The number of maps to animate has to be the same as the number of maps in "
"temporal dataset."
msgstr ""

#: ../gui/wxpython/animation/provider.py:444
msgid "Rendering map layers"
msgstr ""

#: ../gui/wxpython/animation/provider.py:560
msgid "Overlaying map layers"
msgstr ""

#: ../gui/wxpython/animation/provider.py:790
#, python-brace-format
msgid "Directory {t} not removed."
msgstr ""

#: ../gui/wxpython/animation/nviztask.py:45
#: ../gui/wxpython/lmgr/workspace.py:178
#, python-format
msgid ""
"Reading workspace file <%s> failed.\n"
"Invalid file, unable to parse XML document."
msgstr ""

#: ../gui/wxpython/animation/nviztask.py:58
#, python-format
msgid "No 3d view information in workspace file <%s>."
msgstr ""

#: ../gui/wxpython/animation/nviztask.py:314
msgid "Please add only one layer in the list."
msgstr ""

#: ../gui/wxpython/animation/nviztask.py:320
msgid "No map series nor space-time dataset is added."
msgstr ""

#: ../gui/wxpython/animation/controller.py:243
#: ../gui/wxpython/animation/dialogs.py:858
#, python-format
msgid "Maximum number of animations is %d."
msgstr ""

#: ../gui/wxpython/animation/controller.py:269
#: ../gui/wxpython/animation/dialogs.py:911
msgid ""
"More animations are using one window. Please select different window for "
"each animation."
msgstr ""

#: ../gui/wxpython/animation/controller.py:449
msgid "Failed to display legend."
msgstr ""

#: ../gui/wxpython/animation/controller.py:481
msgid "Inconsistent number of maps, please check input data."
msgstr ""

#: ../gui/wxpython/animation/controller.py:506
msgid "No animation to export."
msgstr ""

#: ../gui/wxpython/animation/controller.py:542
msgid "Preparing export, please wait..."
msgstr ""

#: ../gui/wxpython/animation/controller.py:592
#: ../gui/wxpython/animation/frame.py:638
#, python-format
msgid "%(from)s %(dash)s %(to)s"
msgstr ""

#: ../gui/wxpython/animation/controller.py:604
#, python-format
msgid "%(start)s %(unit)s"
msgstr ""

#: ../gui/wxpython/animation/controller.py:626
msgid "Exporting animation, please wait..."
msgstr ""

#: ../gui/wxpython/animation/g.gui.animation.py:93
#, python-format
msgid "%s=, %s=, %s= and %s= are mutually exclusive."
msgstr ""

#: ../gui/wxpython/animation/g.gui.animation.py:137
msgid "Animation Tool - GRASS GIS"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:83
msgid "Adjust speed of animation"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:136
msgid "Simple mode"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:141
msgid "Frame duration:"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:142
#: ../gui/wxpython/animation/dialogs.py:177
msgid "ms"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:168
msgid "Temporal mode"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:173
msgid "Time unit:"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:175
msgid "Duration of time unit:"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:241
msgid "year"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:242
msgid "month"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:243
msgid "day"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:244
msgid "hour"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:245
msgid "minute"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:246
msgid "second"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:311
msgid "Animation speed is too high."
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:349
#: ../gui/wxpython/animation/toolbars.py:37
msgid "Add new animation"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:351
msgid "Edit animation"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:363
msgid "Advanced"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:389
msgid "top left"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:390
msgid "top right"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:391
msgid "bottom left"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:392
msgid "bottom right"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:408
msgid "Select 2D or 3D view"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:418
msgid "Window position:"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:423
msgid "View mode:"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:431
msgid ""
"For 3D animation, please select only one space-time dataset\n"
"or one series of map layers."
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:464
#: ../gui/wxpython/lmgr/layertree.py:85
msgid "Set options"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:481
msgid "3D view parameters"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:490
msgid "Workspace file:"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:491
msgid "Choose workspace file to import 3D view parameters"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:500
msgid "Parameter for animation:"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:525
msgid "Set spatial extent in 2D view"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:529
msgid "Use saved region:"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:538
msgid "Animate region change"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:547
msgid "End region:"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:553
msgid "Zoom value:"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:555
msgid "N-S/E-W distances in map units used to gradually reduce region."
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:563
msgid "N-S:"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:570
msgid "E-W:"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:683
msgid "Only one series or space-time dataset is accepted for 3D mode."
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:691
msgid "No map series or space-time dataset added."
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:733
#: ../gui/wxpython/animation/dialogs.py:744
msgid "Region information is not complete"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:765
msgid "Add, edit or remove animations"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:774
msgid "List of animations"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:788
msgid "Edit"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:932
#: ../gui/wxpython/animation/toolbars.py:45
msgid "Export animation"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1018
msgid "Add time stamp"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1049
msgid "Add time stamp, image or text decoration by one of the buttons above."
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1052
msgid "Add image or text decoration by one of the buttons above."
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1066
msgid "Font settings:"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1071
msgid "Sample text"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1092
msgid "Image file:"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1093
msgid "Choose image file"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1106
msgid "Text:"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1126
msgid "Placement as percentage of screen coordinates (X: 0, Y: 0 is top left):"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1161
msgid "image sequence"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1161
msgid "animated GIF"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1161
msgid "SWF"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1161
msgid "AVI"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1168
msgid "Export to:"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1186
msgid "animation_"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1195
msgid "Choose directory for export"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1222
msgid "GIF file:"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1223
#: ../gui/wxpython/animation/dialogs.py:1246
#: ../gui/wxpython/animation/dialogs.py:1277
msgid "Choose file to save animation"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1245
msgid "SWF file:"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1267
msgid ""
"Program 'ffmpeg' was not found.\n"
"Please install it first and make sure\n"
"it's in the PATH variable."
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1276
msgid "AVI file:"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1283
msgid "Video codec:"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1286
msgid "Additional options:"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1290
msgid ""
"Consider adding '-sameq' or '-qscale 1' if not satisfied with video quality. "
"Options depend on ffmpeg version."
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1322
#, python-format
msgid "Current frame rate: %.2f fps"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1449
#, python-format
msgid "File %s not found."
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1453
msgid "Decoration image file is missing."
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1461
#, python-format
msgid "Directory %s not found."
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1463
msgid "Export directory is missing."
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1522
msgid "Time stamp"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1546
#, python-brace-format
msgid "Exported file directory '{base_dir}' does not exist."
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1549
msgid "Export file is missing."
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1570
#, python-brace-format
msgid "Exported animation file <{file}> exists. Do you want to overwrite it?"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1656
msgid "Add space-time dataset layer"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1678
msgid "Multiple raster maps"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1679
msgid "Multiple vector maps"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1680
msgid "Multiple 3D raster maps"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1681
msgid "Space time raster dataset"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1682
msgid "Space time vector dataset"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1683
msgid "Space time 3D raster dataset"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1722
msgid "Input data type:"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1799
msgid "Select raster/vector maps."
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1827
msgid "Please select maps or dataset first."
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1857
msgid "Animation Tool settings"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1921
msgid "Number of parallel processes:"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1942
msgid "Text foreground color:"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1958
msgid "Text background color:"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:1991
msgid "Absolute time format:"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:2009
msgid ""
"Click and then press key up or down to preview different date and time "
"formats. Type custom format string."
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:2027
msgid "Learn more about formatting options"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:2041
msgid "Display instances with no data"
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:2044
msgid ""
"When animating instant-based data which have irregular timestamps you can "
"display 'no data frame' (checked option) or keep last frame."
msgstr ""

#: ../gui/wxpython/animation/dialogs.py:2075
msgid "Invalid"
msgstr ""

#: ../gui/wxpython/animation/temporal_manager.py:109
msgid ""
"It is not allowed to display data with different temporal types (absolute "
"and relative)."
msgstr ""

#: ../gui/wxpython/animation/temporal_manager.py:125
#, python-format
msgid "It is not allowed to display data with different units (%s)."
msgstr ""

#: ../gui/wxpython/animation/temporal_manager.py:138
msgid ""
"You are going to display data with different temporal types of maps "
"(interval and point). It is recommended to use data of one temporal type to "
"avoid confusion."
msgstr ""

#: ../gui/wxpython/animation/temporal_manager.py:349
#, python-format
msgid "Topology of Space time dataset %s is invalid."
msgstr ""

#: ../gui/wxpython/animation/data.py:66
msgid "No animation name selected."
msgstr ""

#: ../gui/wxpython/animation/data.py:133
msgid "No workspace file selected."
msgstr ""

#: ../gui/wxpython/animation/data.py:136
#, python-format
msgid "File %s not found"
msgstr ""

#: ../gui/wxpython/animation/data.py:145
#, python-format
msgid "Animation %d"
msgstr ""

#: ../gui/wxpython/animation/frame.py:50
msgid "Animation Tool"
msgstr ""

#: ../gui/wxpython/animation/frame.py:174 ../gui/wxpython/mapswipe/frame.py:270
msgid "Main Toolbar"
msgstr ""

#: ../gui/wxpython/animation/frame.py:193
msgid "Animation Toolbar"
msgstr ""

#: ../gui/wxpython/animation/frame.py:322
msgid "Loading data"
msgstr ""

#: ../gui/wxpython/animation/frame.py:331
#, python-brace-format
msgid " ({c} out of {p})"
msgstr ""

#: ../gui/wxpython/animation/frame.py:644
#, python-format
msgid "to %(to)s"
msgstr ""

#: ../gui/wxpython/animation/toolbars.py:27
msgid "Change animation speed"
msgstr ""

#: ../gui/wxpython/animation/toolbars.py:28
msgid "Play forward"
msgstr ""

#: ../gui/wxpython/animation/toolbars.py:29
msgid "Play back"
msgstr ""

#: ../gui/wxpython/animation/toolbars.py:32
msgid "Repeat"
msgstr ""

#: ../gui/wxpython/animation/toolbars.py:34
msgid "Play back and forward"
msgstr ""

#: ../gui/wxpython/animation/toolbars.py:41
#: ../gui/wxpython/animation/toolbars.py:42
msgid "Add, edit or remove animation"
msgstr ""

#: ../gui/wxpython/animation/toolbars.py:55
msgid "Add space-time dataset or series of map layers"
msgstr ""

#: ../gui/wxpython/animation/toolbars.py:56
msgid "Add space-time dataset or series of map layers for animation"
msgstr ""

#: ../gui/wxpython/core/workspace.py:1709
#, python-format
msgid "Unable to open file <%s> for reading."
msgstr ""

#: ../gui/wxpython/core/workspace.py:1726
#, python-format
msgid ""
"Some lines were skipped when reading settings from file <%(file)s>.\n"
"See 'Command output' window for details.\n"
"\n"
"Number of skipped lines: %(line)d"
msgstr ""

#: ../gui/wxpython/core/workspace.py:1976
#, python-format
msgid " row %d:"
msgstr ""

#: ../gui/wxpython/core/render.py:186
#, python-format
msgid "<%(name)s>: layer type <%(type)s> is not supported"
msgstr ""

#: ../gui/wxpython/core/render.py:205
#, python-format
msgid "Command '%s' failed\n"
msgstr ""

#: ../gui/wxpython/core/render.py:206
#, python-format
msgid "Details: %s\n"
msgstr ""

#: ../gui/wxpython/core/render.py:296
#, python-format
msgid "Unsupported map layer type '%s'"
msgstr ""

#: ../gui/wxpython/core/render.py:711
#, python-format
msgid "Rendering failed: %s"
msgstr ""

#: ../gui/wxpython/core/render.py:760
msgid "Rendering aborted"
msgstr ""

#: ../gui/wxpython/core/render.py:792
msgid "Downloading data "
msgstr ""

#: ../gui/wxpython/core/render.py:802
msgid "Rendering & "
msgstr ""

#: ../gui/wxpython/core/render.py:804
msgid "Rendering..."
msgstr ""

#: ../gui/wxpython/core/render.py:847
msgid "Trying to recover from default region..."
msgstr ""

#: ../gui/wxpython/core/render.py:872
#, python-format
msgid "GRASS tool '%s' not found. Unable to start map display window."
msgstr ""

#: ../gui/wxpython/core/render.py:907
#, python-format
msgid "Error: Unable to open '%(file)s'. Reason: %(ret)s. wxGUI exited.\n"
msgstr ""

#: ../gui/wxpython/core/render.py:916
#, python-format
msgid ""
"\n"
"ERROR: Unable to read WIND file: %s\n"
msgstr ""

#: ../gui/wxpython/core/render.py:1022
#, python-format
msgid "Invalid map size %d,%d\n"
msgstr ""

#: ../gui/wxpython/core/render.py:1114
#, python-format
msgid "Unable to zoom to raster map <%s>."
msgstr ""

#: ../gui/wxpython/core/render.py:1116 ../gui/wxpython/core/render.py:1123
#: ../gui/wxpython/core/render.py:1130 ../gui/wxpython/core/gcmd.py:421
msgid "Details:"
msgstr ""

#: ../gui/wxpython/core/render.py:1121
#, python-format
msgid "Unable to zoom to vector map <%s>."
msgstr ""

#: ../gui/wxpython/core/render.py:1128
#, python-format
msgid "Unable to zoom to 3d raster map <%s>."
msgstr ""

#: ../gui/wxpython/core/render.py:1135
msgid ""
"Unable to get current geographic extent. Force quiting wxGUI. Please "
"manually run g.region to fix the problem."
msgstr ""

#: ../gui/wxpython/core/toolboxes.py:198
msgid "Unable to parse user toolboxes XML files. Default files will be loaded."
msgstr ""

#: ../gui/wxpython/core/toolboxes.py:247
msgid "Unable to create toolboxes directory."
msgstr ""

#: ../gui/wxpython/core/toolboxes.py:472
msgid "Custom toolboxes"
msgstr ""

#: ../gui/wxpython/core/toolboxes.py:498
#, python-format
msgid ""
"List of addons cannot be obtained because g.extension failed. Details: %s"
msgstr ""

#: ../gui/wxpython/core/toolboxes.py:558
msgid "Addons"
msgstr ""

#: ../gui/wxpython/core/debug.py:46
#, python-brace-format
msgid "Wx debug level {0}."
msgstr ""

#: ../gui/wxpython/core/debug.py:51
#, python-brace-format
msgid ""
"WARNING: Ignoring unsupported wx debug level (must be >=0 and <=5). {0}\n"
msgstr ""

#: ../gui/wxpython/core/units.py:43
msgid "sq map units"
msgstr ""

#: ../gui/wxpython/core/units.py:44
msgid "sq meters"
msgstr ""

#: ../gui/wxpython/core/units.py:45
msgid "sq kilometers"
msgstr ""

#: ../gui/wxpython/core/units.py:46
msgid "acres"
msgstr ""

#: ../gui/wxpython/core/units.py:47
msgid "hectares"
msgstr ""

#: ../gui/wxpython/core/settings.py:433
msgid "Segment break"
msgstr ""

#: ../gui/wxpython/core/settings.py:499
msgid "Data point"
msgstr ""

#: ../gui/wxpython/core/settings.py:576
msgid "animation"
msgstr ""

#: ../gui/wxpython/core/settings.py:779
msgid "Collapse all except PERMANENT and current"
msgstr ""

#: ../gui/wxpython/core/settings.py:780
msgid "Collapse all except PERMANENT"
msgstr ""

#: ../gui/wxpython/core/settings.py:781
msgid "Collapse all except current"
msgstr ""

#: ../gui/wxpython/core/settings.py:782
msgid "Collapse all"
msgstr ""

#: ../gui/wxpython/core/settings.py:783
msgid "Expand all"
msgstr ""

#: ../gui/wxpython/core/settings.py:789
msgid "Display selected"
msgstr ""

#: ../gui/wxpython/core/settings.py:800
msgid "Classic (labels only)"
msgstr ""

#: ../gui/wxpython/core/settings.py:801
msgid "Combined (labels and tool names)"
msgstr ""

#: ../gui/wxpython/core/settings.py:802
msgid "Expert (tool names only)"
msgstr ""

#: ../gui/wxpython/core/settings.py:808
msgid "Basic top"
msgstr ""

#: ../gui/wxpython/core/settings.py:809
msgid "Basic left"
msgstr ""

#: ../gui/wxpython/core/settings.py:810
msgid "List left"
msgstr ""

#: ../gui/wxpython/core/settings.py:818
msgid "Zoom and recenter"
msgstr ""

#: ../gui/wxpython/core/settings.py:819
msgid "Zoom to mouse cursor"
msgstr ""

#: ../gui/wxpython/core/settings.py:820
msgid "Nothing"
msgstr ""

#: ../gui/wxpython/core/settings.py:823
msgid "Scroll forward to zoom in"
msgstr ""

#: ../gui/wxpython/core/settings.py:824
msgid "Scroll back to zoom in"
msgstr ""

#: ../gui/wxpython/core/settings.py:859 ../gui/wxpython/core/settings.py:873
msgid "box"
msgstr ""

#: ../gui/wxpython/core/settings.py:860
msgid "sphere"
msgstr ""

#: ../gui/wxpython/core/settings.py:861
msgid "cube"
msgstr ""

#: ../gui/wxpython/core/settings.py:862
msgid "diamond"
msgstr ""

#: ../gui/wxpython/core/settings.py:863
msgid "aster"
msgstr ""

#: ../gui/wxpython/core/settings.py:864
msgid "gyro"
msgstr ""

#: ../gui/wxpython/core/settings.py:865
msgid "histogram"
msgstr ""

#: ../gui/wxpython/core/settings.py:872
msgid "cross"
msgstr ""

#: ../gui/wxpython/core/settings.py:874
msgid "circle"
msgstr ""

#: ../gui/wxpython/core/settings.py:919
#, python-brace-format
msgid ""
"Unable to read settings file <{path}>:\n"
"{err}"
msgstr ""

#: ../gui/wxpython/core/settings.py:937
#, python-format
msgid "Unable to read settings file <%s>\n"
msgstr ""

#: ../gui/wxpython/core/settings.py:964
#, python-format
msgid ""
"Error: Reading settings from file <%(file)s> failed.\n"
"\t\tDetails: %(detail)s\n"
"\t\tLine: '%(line)s'\n"
msgstr ""

#: ../gui/wxpython/core/settings.py:985
msgid "Unable to create settings directory"
msgstr ""

#: ../gui/wxpython/core/settings.py:995
#, python-format
msgid ""
"Writing settings to file <%(file)s> failed.\n"
"\n"
"Details: %(detail)s"
msgstr ""

#: ../gui/wxpython/core/settings.py:1104
msgid "Unable to set "
msgstr ""

#: ../gui/wxpython/core/settings.py:1142 ../gui/wxpython/core/settings.py:1163
#, python-format
msgid "Unable to parse settings '%s'"
msgstr ""

#: ../gui/wxpython/core/gconsole.py:534
#, python-format
msgid ""
"Unable to run command:\n"
"%(cmd)s\n"
"\n"
"Option <%(opt)s>: read from standard input is not supported by wxGUI"
msgstr ""

#: ../gui/wxpython/core/gconsole.py:558
#, python-format
msgid "Module <%s> not found."
msgstr ""

#: ../gui/wxpython/core/gconsole.py:715
msgid ""
"Please note that the data are left in inconsistent state and may be corrupted"
msgstr ""

#: ../gui/wxpython/core/gconsole.py:719
msgid "Command aborted"
msgstr ""

#: ../gui/wxpython/core/gconsole.py:811
#, python-format
msgid ""
"Unable to write file '%(filePath)s'.\n"
"\n"
"Details: %(error)s"
msgstr ""

#: ../gui/wxpython/core/menutree.py:162
#, python-format
msgid "Unknow tag %s"
msgstr ""

#: ../gui/wxpython/core/gcmd.py:114
msgid "Reason"
msgstr ""

#: ../gui/wxpython/core/gcmd.py:417
msgid "Execution failed:"
msgstr ""

#: ../gui/wxpython/core/gcmd.py:423 ../gui/wxpython/core/gcmd.py:430
msgid "Error: "
msgstr ""

#: ../gui/wxpython/core/gcmd.py:509
#, python-format
msgid "Unable to exectute command: '%s'"
msgstr ""

#: ../gui/wxpython/core/utils.py:51
#, python-format
msgid "Syntax error: %s"
msgstr ""

#: ../gui/wxpython/core/utils.py:338
#, python-format
msgid "Vector map <%(map)s>: %(msg)s\n"
msgstr ""

#: ../gui/wxpython/core/utils.py:802
#, python-format
msgid "ERROR: Unable to determine GRASS version. Details: %s"
msgstr ""

#: ../gui/wxpython/core/utils.py:840
#, python-format
msgid "Unable to open file '%s'\n"
msgstr ""

#: ../gui/wxpython/core/utils.py:848
#, python-format
msgid ""
"%s: line skipped - unable to parse '%s'\n"
"Reason: %s\n"
msgstr ""

#: ../gui/wxpython/core/utils.py:854
#, python-format
msgid "Duplicated key: %s\n"
msgstr ""

#: ../gui/wxpython/core/utils.py:870
#, python-format
msgid "Unable to create file '%s'\n"
msgstr ""

#: ../gui/wxpython/datacatalog/catalog.py:51
msgid "Data catalog"
msgstr ""

#: ../gui/wxpython/datacatalog/catalog.py:202
msgid "Do you want to create a location?"
msgstr ""

#: ../gui/wxpython/datacatalog/catalog.py:206
msgid "Create location?"
msgstr ""

#: ../gui/wxpython/datacatalog/catalog.py:303
msgid "Link external raster data  [r.external]"
msgstr ""

#: ../gui/wxpython/datacatalog/catalog.py:309
msgid "Link external vector data  [v.external]"
msgstr ""

#: ../gui/wxpython/datacatalog/catalog.py:317
msgid "Set raster output format  [r.external.out]"
msgstr ""

#: ../gui/wxpython/datacatalog/catalog.py:323
msgid "Set vector output format  [v.external.out]"
msgstr ""

#: ../gui/wxpython/datacatalog/catalog.py:331
msgid "Unpack GRASS raster map  [r.unpack]"
msgstr ""

#: ../gui/wxpython/datacatalog/catalog.py:335
msgid "Unpack GRASS vector map  [v.unpack]"
msgstr ""

#: ../gui/wxpython/datacatalog/catalog.py:342
msgid "Create raster map from x,y,z data  [r.in.xyz]"
msgstr ""

#: ../gui/wxpython/datacatalog/catalog.py:348
msgid "Create vector map from x,y,z data  [v.in.ascii]"
msgstr ""

#: ../gui/wxpython/datacatalog/catalog.py:357
msgid "More options..."
msgstr ""

#: ../gui/wxpython/datacatalog/g.gui.datacatalog.py:50
msgid "Data Catalog - GRASS GIS"
msgstr ""

#: ../gui/wxpython/datacatalog/frame.py:42
msgid "Close GRASS GIS Data Catalog"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:104
#, python-brace-format
msgid "Failed to read mapsets from location <{l}>."
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:130
#, python-brace-format
msgid "Failed to read maps from location <{l}>."
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:255
#, python-brace-format
msgid ""
"Map of type {elem} <{name}> already exists in mapset <{mapset}>. Do you want "
"to overwrite it?"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:282
msgid "name unknown"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:284
#, python-brace-format
msgid "{name}  (current)"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:286
#, python-brace-format
msgid "{name}  (in use, owner: {owner})"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:290
#, python-brace-format
msgid "{name}  (in use)"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:292
#, python-brace-format
msgid "{name}  (owner: {owner})"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:296
#, python-brace-format
msgid "{name}"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:1043
#, python-brace-format
msgid ""
"Map <{map_name}@{map_mapset}> is not in the current location. To be able to "
"display it you need to switch to <{map_location}> location. Note that if you "
"switch there all current Map Displays will be closed.\n"
"\n"
"Do you want to switch anyway?"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:1053
msgid "Map in a different location"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:1172
#, python-brace-format
msgid "{c} maps marked for moving."
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:1174
#, python-brace-format
msgid "Map <{layer}> marked for moving."
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:1187
#, python-brace-format
msgid "{c} maps marked for copying."
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:1189
#, python-brace-format
msgid "Map <{layer}> marked for copying."
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:1204
#: ../gui/wxpython/datacatalog/tree.py:1543
msgid "New name"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:1205
msgid "Rename map"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:1354
msgid "Cannot rename mapset"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:1367
#, python-brace-format
msgid "Renaming mapset <{oldmapset}> to <{newmapset}> completed"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:1379
msgid "Cannot rename location"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:1391
#, python-brace-format
msgid "Renaming location <{oldlocation}> to <{newlocation}> completed"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:1403
#, python-brace-format
msgid "Renaming map <{name}>..."
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:1413
#, python-brace-format
msgid "{cmd} -- completed"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:1429
msgid "No map selected for copying."
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:1431
msgid "No map selected for moving."
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:1453
#: ../gui/wxpython/datacatalog/tree.py:1473
#, python-brace-format
msgid "New name for <{n}>"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:1456
#: ../gui/wxpython/datacatalog/tree.py:1476
#: ../gui/wxpython/datacatalog/tree.py:1544
msgid "Select new name"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:1494
#, python-brace-format
msgid "Copying <{name}>..."
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:1496
#, python-brace-format
msgid "Moving <{name}>..."
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:1510
#: ../gui/wxpython/datacatalog/tree.py:1512
msgid "g.copy completed"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:1533
msgid "Reprojection is not implemented for 3D rasters"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:1609
#: ../gui/wxpython/datacatalog/tree.py:1725
msgid "g.remove completed"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:1689
#, python-brace-format
msgid "Do you really want to delete map(s) <{m}>?"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:1693
#, python-brace-format
msgid "Do you really want to delete {n} maps?"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:1694
msgid "Delete map"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:1695
#, python-brace-format
msgid "Deleting {name}..."
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:1885
msgid "To move or copy maps to other mapsets, unlock editing of other mapsets"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:1898
msgid ""
"To move or copy maps to other location, please drag them to a mapset in the "
"destination location"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:2212
msgid "&Cut"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:2218
msgid "&Copy"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:2222
msgid "Copy &name"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:2226
#: ../gui/wxpython/datacatalog/tree.py:2271
#: ../gui/wxpython/datacatalog/tree.py:2371
msgid "&Paste"
msgstr ""

#. GTC Delete mapset
#: ../gui/wxpython/datacatalog/tree.py:2232
#: ../gui/wxpython/image2target/ii2t_gis_set.py:241
msgid "&Delete"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:2252
msgid "&Display layers"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:2254
msgid "&Display layer"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:2258
msgid "Show &metadata"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:2277
msgid "&Switch mapset"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:2287
msgid "&Delete mapset"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:2293
msgid "&Rename mapset"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:2299
#: ../gui/wxpython/datacatalog/tree.py:2326
#: ../gui/wxpython/datacatalog/tree.py:2361
msgid "Re&load maps"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:2310
msgid "&Create mapset"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:2314
msgid "&Delete location"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:2320
msgid "&Rename location"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:2339
msgid "&Create new location"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:2343
msgid "&Download sample location"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:2348
msgid "&Remove GRASS database from data catalog"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:2355
msgid "&Delete GRASS database from disk"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:2385
msgid "&Delete locations"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:2397
msgid "&Delete mapsets"
msgstr ""

#: ../gui/wxpython/datacatalog/tree.py:2409
msgid "No available options"
msgstr ""

#: ../gui/wxpython/datacatalog/toolbars.py:23
msgid "Reload GRASS locations"
msgstr ""

#: ../gui/wxpython/datacatalog/toolbars.py:24
msgid "Reload current GRASS mapset only"
msgstr ""

#: ../gui/wxpython/datacatalog/toolbars.py:26
msgid "Restrict edits to the current mapset only"
msgstr ""

#: ../gui/wxpython/datacatalog/toolbars.py:29
msgid "Allow edits outside of the current mapset"
msgstr ""

#: ../gui/wxpython/datacatalog/toolbars.py:32
msgid "Add existing or create new database"
msgstr ""

#: ../gui/wxpython/datacatalog/toolbars.py:35
msgid "Create new mapset in current location"
msgstr ""

#: ../gui/wxpython/datacatalog/toolbars.py:38
msgid "Create new location in current GRASS database"
msgstr ""

#: ../gui/wxpython/datacatalog/toolbars.py:42
msgid "Download sample location to current GRASS database"
msgstr ""

#: ../gui/wxpython/datacatalog/toolbars.py:45
msgid "Import raster data  [r.import]"
msgstr ""

#: ../gui/wxpython/datacatalog/toolbars.py:48
msgid "Import vector data  [v.import]"
msgstr ""

#: ../gui/wxpython/datacatalog/toolbars.py:51
msgid "Select another import option"
msgstr ""

#: ../gui/wxpython/datacatalog/toolbars.py:91
msgid ""
"Type to search database by map type or name. Use Python regular expressions "
"to refine your search."
msgstr ""

#: ../gui/wxpython/datacatalog/infomanager.py:36
msgid "Create new Location"
msgstr ""

#: ../gui/wxpython/datacatalog/infomanager.py:37
msgid "Learn more"
msgstr ""

#: ../gui/wxpython/datacatalog/infomanager.py:40
#, python-brace-format
msgid ""
"GRASS GIS helps you organize your data using Locations (projects) which "
"contain Mapsets (subprojects). All data in one Location is in the same "
"coordinate reference system (CRS).\n"
"\n"
"You are currently in Mapset PERMANENT in default Location {loc} which uses "
"WGS 84 (EPSG:4326). Consider creating a new Location with a CRS specific to "
"your area. You can do it now or anytime later from the toolbar above."
msgstr ""

#: ../gui/wxpython/datacatalog/infomanager.py:58
#, python-brace-format
msgid ""
"You have successfully created a new Location {loc}. Currently you are in its "
"PERMANENT Mapset which is used for storing your base maps to make them "
"readily available in other Mapsets. You can create new Mapsets for different "
"tasks by right clicking on the Location name.\n"
"\n"
"To import data, go to the toolbar above or use the buttons below."
msgstr ""

#: ../gui/wxpython/datacatalog/infomanager.py:70
msgid ""
"Loading of Data catalog content took rather long. To prevent delay, you can "
"enable loading of current mapset only. You can change that later in GUI "
"Settings, General tab."
msgstr ""

#: ../gui/wxpython/datacatalog/infomanager.py:75
msgid "Enable loading current mapset only"
msgstr ""

#: ../gui/wxpython/datacatalog/infomanager.py:76
msgid "No change, don't ask me again"
msgstr ""

#: ../gui/wxpython/datacatalog/infomanager.py:84
#, python-brace-format
msgid ""
"{string} GRASS GIS has started in a temporary Location. To continue, use "
"Data Catalog below to switch to a different Location."
msgstr ""

#: ../gui/wxpython/datacatalog/infomanager.py:94
msgid "Switch to last used mapset"
msgstr ""

#: ../gui/wxpython/datacatalog/infomanager.py:96
#, python-brace-format
msgid ""
"Last used mapset in path '{mapsetpath}' is currently in use. GRASS GIS has "
"started in a temporary Location. To continue, use Data Catalog below to "
"switch to a different Location or remove lock file and switch to the last "
"used mapset."
msgstr ""

#: ../gui/wxpython/datacatalog/infomanager.py:109
#, python-brace-format
msgid "Last used mapset in path '{mapsetpath}' does not exist."
msgstr ""

#: ../gui/wxpython/datacatalog/infomanager.py:112
#, python-brace-format
msgid "Last used mapset in path '{mapsetpath}' is invalid."
msgstr ""

#: ../gui/wxpython/datacatalog/infomanager.py:118
#, python-brace-format
msgid "Last used mapset in path '{mapsetpath}' has different owner {owner}."
msgstr ""

#: ../gui/wxpython/datacatalog/dialogs.py:104
msgid "Reproject"
msgstr ""

#: ../gui/wxpython/datacatalog/dialogs.py:106
msgid "Reproject raster"
msgstr ""

#: ../gui/wxpython/datacatalog/dialogs.py:108
msgid "Reproject vector"
msgstr ""

#: ../gui/wxpython/datacatalog/dialogs.py:118
#, python-brace-format
msgid ""
"Map layer <{ml}> needs to be reprojected.\n"
"Please review and modify reprojection parameters:"
msgstr ""

#: ../gui/wxpython/datacatalog/dialogs.py:126
msgid "Estimated resolution:"
msgstr ""

#: ../gui/wxpython/datacatalog/dialogs.py:132
msgid "Resampling method:"
msgstr ""

#: ../gui/wxpython/datacatalog/dialogs.py:139
msgid "Maximum segment length:"
msgstr ""

#: ../gui/wxpython/mapswipe/toolbars.py:28
msgid "Quit Map Swipe"
msgstr ""

#: ../gui/wxpython/mapswipe/toolbars.py:29
#: ../gui/wxpython/mapswipe/dialogs.py:52
msgid "Select raster maps"
msgstr ""

#: ../gui/wxpython/mapswipe/toolbars.py:96
msgid "Swipe mode"
msgstr ""

#: ../gui/wxpython/mapswipe/toolbars.py:96
#: ../gui/wxpython/mapswipe/dialogs.py:285
msgid "Mirror mode"
msgstr ""

#: ../gui/wxpython/mapswipe/toolbars.py:109
msgid "Choose view mode"
msgstr ""

#: ../gui/wxpython/mapswipe/toolbars.py:135
msgid "Switch orientation"
msgstr ""

#: ../gui/wxpython/mapswipe/toolbars.py:141
msgid "Switch maps"
msgstr ""

#: ../gui/wxpython/mapswipe/frame.py:463
#, python-format
msgid "Map <%s> not found. "
msgstr ""

#: ../gui/wxpython/mapswipe/dialogs.py:148
msgid "Name of top/left raster map:"
msgstr ""

#: ../gui/wxpython/mapswipe/dialogs.py:155
msgid "Name of bottom/right raster map:"
msgstr ""

#: ../gui/wxpython/mapswipe/dialogs.py:200
msgid "Switch to advanced mode"
msgstr ""

#: ../gui/wxpython/mapswipe/dialogs.py:205
msgid "Switch to simple mode"
msgstr ""

#: ../gui/wxpython/mapswipe/dialogs.py:229
msgid "Name of the first map is missing."
msgstr ""

#: ../gui/wxpython/mapswipe/dialogs.py:231
msgid "Name of the second map is missing."
msgstr ""

#: ../gui/wxpython/mapswipe/dialogs.py:264
msgid "Map Swipe settings"
msgstr ""

#: ../gui/wxpython/mapswipe/dialogs.py:288
msgid "Mirrored cursor"
msgstr ""

#: ../gui/wxpython/mapswipe/dialogs.py:310
msgid "Shape:"
msgstr ""

#: ../gui/wxpython/mapswipe/g.gui.mapswipe.py:85
msgid "Map Swipe Tool - GRASS GIS"
msgstr ""

#: ../gui/wxpython/iscatt/frame.py:141 ../gui/wxpython/iclass/dialogs.py:309
msgid "Classes"
msgstr ""

#: ../gui/wxpython/iscatt/frame.py:164
msgid "Interactive Scatter Plot Tool"
msgstr ""

#: ../gui/wxpython/iscatt/frame.py:398
msgid "scatter plot"
msgstr ""

#: ../gui/wxpython/iscatt/frame.py:418 ../gui/wxpython/iclass/dialogs.py:396
msgid "Class name"
msgstr ""

#: ../gui/wxpython/iscatt/frame.py:455 ../gui/wxpython/iclass/dialogs.py:428
msgid "Please use only ASCII characters."
msgstr ""

#: ../gui/wxpython/iscatt/frame.py:480
msgid "Maximum limit of categories number was reached."
msgstr ""

#: ../gui/wxpython/iscatt/frame.py:576
msgid "Rename class"
msgstr ""

#: ../gui/wxpython/iscatt/frame.py:579
msgid "Set color"
msgstr ""

#: ../gui/wxpython/iscatt/frame.py:582 ../gui/wxpython/lmgr/layertree.py:524
msgid "Change opacity level"
msgstr ""

#: ../gui/wxpython/iscatt/frame.py:586
msgid "Hide"
msgstr ""

#: ../gui/wxpython/iscatt/frame.py:588
msgid "Show"
msgstr ""

#: ../gui/wxpython/iscatt/frame.py:599
msgid "Move to top"
msgstr ""

#: ../gui/wxpython/iscatt/frame.py:604
msgid "Move to bottom"
msgstr ""

#: ../gui/wxpython/iscatt/frame.py:611
msgid "Move category up"
msgstr ""

#: ../gui/wxpython/iscatt/frame.py:616
msgid "Move category down"
msgstr ""

#: ../gui/wxpython/iscatt/frame.py:623
msgid "Export class raster"
msgstr ""

#: ../gui/wxpython/iscatt/frame.py:695
#, python-format
msgid "Change opacity of class <%s>"
msgstr ""

#: ../gui/wxpython/iscatt/frame.py:719
msgid "Empty name was inserted."
msgstr ""

#: ../gui/wxpython/iscatt/controllers.py:214
msgid "No data set."
msgstr ""

#: ../gui/wxpython/iscatt/controllers.py:233
#, python-format
msgid ""
"Interactive Scatter Plot Tool can not be used.\n"
"Number of cells (rows*cols) <%d> in current regionis higher than maximum "
"limit <%d>.\n"
"\n"
"You can reduce number of cells in current region using <g.region> command."
msgstr ""

#: ../gui/wxpython/iscatt/controllers.py:246
#, python-format
msgid ""
"Number of cells (rows*cols) <%d> in current region is higher than "
"recommended threshold <%d>.\n"
"It is strongly advised to reduce number of cells in current region below "
"recommend threshold.\n"
" It can be done by <g.region> command.\n"
"\n"
"Do you want to continue using Interactive Scatter Plot Tool with this region?"
msgstr ""

#: ../gui/wxpython/iscatt/controllers.py:307
msgid ""
"Scatter plot with same band combination (regardless x y order) is already "
"displayed."
msgstr ""

#: ../gui/wxpython/iscatt/controllers.py:322
#, python-format
msgid "Band <%s> is not CELL (integer) type.\n"
msgstr ""

#: ../gui/wxpython/iscatt/controllers.py:326
msgid "Scatter plot cannot be added.\n"
msgstr ""

#: ../gui/wxpython/iscatt/controllers.py:335
#, python-format
msgid ""
"Scatter plot cannot be added.\n"
"Multiple of bands ranges <%s:%d * %s:%d = %d> is higher than maximum limit <"
"%d>.\n"
msgstr ""

#: ../gui/wxpython/iscatt/controllers.py:353
#, python-format
msgid ""
"Multiple of bands ranges <%s:%d * %s:%d = %d> is higher than recommended "
"limit <%d>.\n"
"It is strongly advised to reduce range extend of bands(e. g. using r."
"rescale) below recommended threshold.\n"
"\n"
"Do you really want to add this scatter plot?"
msgstr ""

#: ../gui/wxpython/iscatt/controllers.py:453
msgid ""
"In order to select arrea in scatter plot, you have to select class first.\n"
"\n"
"There is no class yet, do you want to create one?"
msgstr ""

#: ../gui/wxpython/iscatt/controllers.py:458 ../gui/wxpython/iclass/digit.py:82
msgid "No class selected"
msgstr ""

#: ../gui/wxpython/iscatt/controllers.py:493
#, python-format
msgid ""
"Error occurred during computation of scatter plot category:\n"
"%s"
msgstr ""

#: ../gui/wxpython/iscatt/controllers.py:801
#, python-format
msgid "Export scatter plot raster of class <%s>"
msgstr ""

#: ../gui/wxpython/iscatt/controllers.py:821
#, python-format
msgid "Scatter plot raster of class <%s> exported to raster map <%s>."
msgstr ""

#: ../gui/wxpython/iscatt/controllers.py:826
#, python-format
msgid ""
"Export of scatter plot raster of class <%s> to map <%s> failed.\n"
"%s"
msgstr ""

#: ../gui/wxpython/iscatt/plots.py:45
#, python-brace-format
msgid ""
"The Scatterplot Tool needs the \"matplotlib\" (python-matplotlib) package to "
"be installed. {0}"
msgstr ""

#: ../gui/wxpython/iscatt/plots.py:615
msgid "Zoom to scatter plot extend"
msgstr ""

#: ../gui/wxpython/iscatt/core_c.py:25
msgid "Loading ctypes libs failed"
msgstr ""

#: ../gui/wxpython/iscatt/toolbars.py:42 ../gui/wxpython/iclass/toolbars.py:36
#: ../gui/wxpython/iclass/dialogs.py:56
msgid "Select imagery group"
msgstr ""

#: ../gui/wxpython/iscatt/toolbars.py:47
msgid "Add scatter plot"
msgstr ""

#: ../gui/wxpython/iscatt/toolbars.py:49
msgid "Select area with polygon"
msgstr ""

#: ../gui/wxpython/iscatt/toolbars.py:50
msgid "Pan mode for scatter plots"
msgstr ""

#: ../gui/wxpython/iscatt/toolbars.py:53
msgid "Zoom mode for scatter plots (left mouse button, wheel)"
msgstr ""

#: ../gui/wxpython/iscatt/toolbars.py:58
msgid ""
"Zoom to scatter plot data extend mode (click on scatter plot for zooming to "
"extend)"
msgstr ""

#: ../gui/wxpython/iscatt/toolbars.py:62
msgid "Show/hide class manager"
msgstr ""

#: ../gui/wxpython/iscatt/toolbars.py:191
#: ../gui/wxpython/iscatt/toolbars.py:192
msgid "Include selected area to class"
msgstr ""

#: ../gui/wxpython/iscatt/toolbars.py:196
#: ../gui/wxpython/iscatt/toolbars.py:197
msgid "Exclude selected area from class"
msgstr ""

#: ../gui/wxpython/iscatt/toolbars.py:201
msgid "Add new vertex"
msgstr ""

#: ../gui/wxpython/iscatt/toolbars.py:202
msgid "Add new vertex to polygon boundary scatter plot"
msgstr ""

#: ../gui/wxpython/iscatt/toolbars.py:206
msgid "Create selection polygon"
msgstr ""

#: ../gui/wxpython/iscatt/toolbars.py:207
msgid "Add new vertex between last and first points of the boundary"
msgstr ""

#: ../gui/wxpython/iscatt/toolbars.py:211
msgid "Move vertex"
msgstr ""

#: ../gui/wxpython/iscatt/toolbars.py:212
msgid "Move boundary vertex"
msgstr ""

#: ../gui/wxpython/iscatt/toolbars.py:216
msgid "Remove vertex"
msgstr ""

#: ../gui/wxpython/iscatt/toolbars.py:217
msgid "Remove boundary vertex"
msgstr ""

#: ../gui/wxpython/iscatt/toolbars.py:222
msgid "Remove polygon (click on scatter plot for removing it's polygon)"
msgstr ""

#: ../gui/wxpython/iscatt/toolbars.py:323
msgid "Add class"
msgstr ""

#: ../gui/wxpython/iscatt/toolbars.py:325
msgid "Remove selected class"
msgstr ""

#: ../gui/wxpython/iscatt/dialogs.py:38
msgid "Add scatter plots"
msgstr ""

#: ../gui/wxpython/iscatt/dialogs.py:56
msgid "x axis:"
msgstr ""

#: ../gui/wxpython/iscatt/dialogs.py:66
msgid "y axis:"
msgstr ""

#: ../gui/wxpython/iscatt/dialogs.py:114
msgid "Bands of scatter plots to be added (x y):"
msgstr ""

#: ../gui/wxpython/iscatt/dialogs.py:161
msgid "No scatter plots selected."
msgstr ""

#: ../gui/wxpython/iscatt/dialogs.py:201
msgid "Select both x and y bands."
msgstr ""

#: ../gui/wxpython/iscatt/dialogs.py:204
msgid "Selected bands must be different."
msgstr ""

#: ../gui/wxpython/iscatt/dialogs.py:211
msgid ""
"Scatter plot with same bands combination (regardless x y order) has been "
"already added into the list."
msgstr ""

#: ../gui/wxpython/iscatt/dialogs.py:285 ../gui/wxpython/iclass/dialogs.py:777
msgid "Enter name of new vector map:"
msgstr ""

#: ../gui/wxpython/iscatt/dialogs.py:335
#, python-format
msgid "Raster map <%s> already exists. Do you want to overwrite it?"
msgstr ""

#: ../gui/wxpython/iscatt/dialogs.py:338
#, python-format
msgid "Raster <%s> exists"
msgstr ""

#: ../gui/wxpython/iscatt/dialogs.py:371
msgid "Show confidence ellipses"
msgstr ""

#: ../gui/wxpython/iscatt/dialogs.py:379
msgid "Selection polygon color:"
msgstr ""

#: ../gui/wxpython/iscatt/dialogs.py:380
msgid "Color of selection polygon vertex:"
msgstr ""

#: ../gui/wxpython/iscatt/dialogs.py:381
msgid "Selected area color:"
msgstr ""

#: ../gui/wxpython/iscatt/dialogs.py:393
msgid "Selected area opacity:"
msgstr ""

#: ../gui/wxpython/iscatt/dialogs.py:428
msgid "Selection style:"
msgstr ""

#: ../gui/wxpython/iscatt/dialogs.py:463
msgid "Ellipses settings:"
msgstr ""

#: ../gui/wxpython/iscatt/iscatt_core.py:103
#: ../gui/wxpython/iscatt/iscatt_core.py:153
msgid "Select category for editing."
msgstr ""

#: ../gui/wxpython/iscatt/iscatt_core.py:146
msgid "Computing of scatter plots failed."
msgstr ""

#: ../gui/wxpython/iscatt/iscatt_core.py:284
msgid "Patching category raster conditions file failed."
msgstr ""

#: ../gui/wxpython/iscatt/iscatt_core.py:307
#, python-format
msgid ""
"v.build failed:\n"
"%s"
msgstr ""

#: ../gui/wxpython/iscatt/iscatt_core.py:327
#, python-format
msgid ""
"v.to.rast failed:\n"
"%s"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_manager.py:565
msgid "Select group:"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_manager.py:1586
msgid "Writing CONTROL_POINTS file failed"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_manager.py:1600
#, python-format
msgid "CONTROL_POINTS file saved for group <%s>"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_manager.py:1648
msgid "Reading CONTROL_POINTS file failed"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_manager.py:2001
msgid ""
"Could not calculate RMS Error.\n"
"Possible error with i.ortho.transform."
msgstr ""

#: ../gui/wxpython/image2target/ii2t_manager.py:2136
msgid ""
"Could not calculate new extends.\n"
"Possible error with i.ortho.transform."
msgstr ""

#: ../gui/wxpython/image2target/ii2t_manager.py:2359
#: ../gui/wxpython/image2target/ii2t_manager.py:2380
msgid "source Z"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_manager.py:2362
#: ../gui/wxpython/image2target/ii2t_manager.py:2383
msgid "target Z"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_manager.py:2758
msgid "source Z:"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_manager.py:2759
msgid "target Z:"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_mapdisplay.py:51
msgid "GRASS GIS Manage Ground Control Points"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:122
msgid "1. Select GRASS GIS database directory"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:127
msgid "2. Select GRASS Location"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:130
msgid "3. Select GRASS Mapset"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:150
msgid "GRASS GIS database directory contains Locations."
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:157
msgid ""
"All data in one Location is in the same  coordinate reference system "
"(projection). One Location can be one project. Location contains Mapsets."
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:169
msgid ""
"Mapset contains GIS data related to one project, task within one project, "
"subregion or user."
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:187
msgid "Start &GRASS session"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:194
msgid "&Browse"
msgstr ""

#. GTC New mapset
#: ../gui/wxpython/image2target/ii2t_gis_set.py:200
msgid "&New"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:202
msgid "Create a new Mapset in selected Location"
msgstr ""

#. GTC New location
#: ../gui/wxpython/image2target/ii2t_gis_set.py:207
msgid "N&ew"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:211
msgid ""
"Create a new location using location wizard. After location is created "
"successfully, GRASS session is started."
msgstr ""

#. GTC Rename location
#: ../gui/wxpython/image2target/ii2t_gis_set.py:220
msgid "Ren&ame"
msgstr ""

#. GTC Delete location
#: ../gui/wxpython/image2target/ii2t_gis_set.py:227
msgid "De&lete"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:229
#: ../gui/wxpython/image2target/ii2t_gis_set.py:848
msgid "Delete selected location"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:243
#: ../gui/wxpython/image2target/ii2t_gis_set.py:818
msgid "Delete selected mapset"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:298
#, python-format
msgid "GRASS GIS %s startup%s"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:303
msgid "Enter GRASS session"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:326
msgid "Unable to set GRASS database. Check your locale settings."
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:347
#, python-format
msgid "ERROR: Location <%s> not found\n"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:366
#, python-format
msgid "ERROR: Mapset <%s> not found\n"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:552
#, python-format
msgid "Invalid line in GISRC file (%s):%s\n"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:616
#, python-format
msgid "Do you want to import <%(name)s> to the newly created location?"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:637
msgid "New mapset:"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:698
msgid ""
"Mapset <PERMANENT> is required for valid GRASS location.\n"
"\n"
"This mapset cannot be renamed."
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:706
#: ../gui/wxpython/image2target/ii2t_gis_set.py:752
#, python-format
msgid ""
"Current name: %s\n"
"\n"
"Enter new name:"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:722
#, python-format
msgid ""
"Unable to rename mapset.\n"
"\n"
"Mapset <%s> already exists in location."
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:740
#, python-format
msgid ""
"Unable to rename mapset.\n"
"\n"
"%s"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:768
#, python-format
msgid ""
"Unable to rename location.\n"
"\n"
"Location <%s> already exists in GRASS database."
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:789
#, python-format
msgid ""
"Unable to rename location.\n"
"\n"
"%s"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:803
msgid ""
"Mapset <PERMANENT> is required for valid GRASS location.\n"
"\n"
"This mapset cannot be deleted."
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:812
#, python-format
msgid ""
"Do you want to continue with deleting mapset <%(mapset)s> from location <"
"%(location)s>?\n"
"\n"
"ALL MAPS included in this mapset will be PERMANENTLY DELETED!"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:828
msgid "Unable to delete mapset"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:842
#, python-format
msgid ""
"Do you want to continue with deleting location <%s>?\n"
"\n"
"ALL MAPS included in this location will be PERMANENTLY DELETED!"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:860
msgid "Unable to delete location"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:872
#, python-brace-format
msgid "Unicode error detected. Check your locale settings. Details: {0}"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:888
#, python-format
msgid ""
"No GRASS Location found in '%s'. Create a new Location or choose different "
"GRASS database directory."
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:1008
#, python-format
msgid "Path '%s' doesn't exist."
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:1041
msgid "Enter name for new mapset:"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:1054
#, python-format
msgid "Mapset <%s> already exists."
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:1061
#, python-format
msgid ""
"Mapset <%s> is reserved for direct read access to OGR layers. Please "
"consider to use another name for your mapset.\n"
"\n"
"Are you really sure that you want to create this mapset?"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:1067
msgid "Reserved mapset name"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:1095
#, python-format
msgid "Unable to create new mapset: %s"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:1111
#, python-format
msgid ""
"GRASS is already running in selected mapset <%(mapset)s>\n"
"(file %(lock)s found).\n"
"\n"
"Concurrent use not allowed.\n"
"\n"
"Do you want to try to remove .gislock (note that you need permission for "
"this operation) and continue?"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:1118
#: ../gui/wxpython/image2target/ii2t_gis_set.py:1133
msgid "Lock file found"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:1128
msgid ""
"ARE YOU REALLY SURE?\n"
"\n"
"If you really are running another GRASS session doing this could corrupt "
"your data. Have another look in the processor manager just to be sure..."
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:1145
#, python-format
msgid ""
"Unable to remove '%(lock)s'.\n"
"\n"
"Details: %(reason)s"
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:1193
#, python-format
msgid ""
"Name <%(name)s> is not a valid name for location or mapset. Please use only "
"ASCII characters excluding %(chars)s and space."
msgstr ""

#: ../gui/wxpython/image2target/ii2t_gis_set.py:1270
msgid ""
"GRASS needs a directory (GRASS database) in which to store its data. Create "
"one now if you have not already done so. A popular choice is \"grassdata\", "
"located in your home directory. Press Browse button to select the directory."
msgstr ""

#: ../gui/wxpython/wxplot/scatter.py:50
msgid "GRASS Bivariate Scatterplot Tool"
msgstr ""

#: ../gui/wxpython/wxplot/scatter.py:57
msgid "Bivariate Scatterplot"
msgstr ""

#: ../gui/wxpython/wxplot/scatter.py:58 ../gui/wxpython/wxplot/scatter.py:59
#: ../gui/wxpython/wxplot/histogram.py:59
#: ../gui/wxpython/wxplot/histogram.py:161
msgid "Raster cell values"
msgstr ""

#: ../gui/wxpython/wxplot/scatter.py:109 ../gui/wxpython/wxplot/scatter.py:264
msgid "Nothing to plot."
msgstr ""

#: ../gui/wxpython/wxplot/scatter.py:118
msgid "At least 2 raster maps must be specified"
msgstr ""

#: ../gui/wxpython/wxplot/scatter.py:140
msgid "Bivariate Scatterplot of "
msgstr ""

#: ../gui/wxpython/wxplot/scatter.py:162 ../gui/wxpython/wxplot/scatter.py:163
#, python-format
msgid "Raster <%s> cell values"
msgstr ""

#: ../gui/wxpython/wxplot/scatter.py:167 ../gui/wxpython/wxplot/scatter.py:171
#, python-format
msgid ": %s"
msgstr ""

#: ../gui/wxpython/wxplot/scatter.py:269
msgid "Regression Statistics for Scatterplot(s)"
msgstr ""

#: ../gui/wxpython/wxplot/scatter.py:286
#, python-format
msgid ""
"Regression equation for raster map <%(rast1)s> vs. <%(rast2)s>:\n"
"\n"
msgstr ""

#: ../gui/wxpython/wxplot/base.py:36
msgid "Draw/re-draw plot"
msgstr ""

#: ../gui/wxpython/wxplot/base.py:39
msgid "Draw transect in map display window to profile"
msgstr ""

#: ../gui/wxpython/wxplot/base.py:41
msgid "Plot options"
msgstr ""

#: ../gui/wxpython/wxplot/base.py:42
msgid "Plot statistics"
msgstr ""

#: ../gui/wxpython/wxplot/base.py:43
msgid "Save profile data to CSV file"
msgstr ""

#: ../gui/wxpython/wxplot/base.py:44
msgid "Quit plot tool"
msgstr ""

#: ../gui/wxpython/wxplot/base.py:488
msgid "Left Mouse Down at Point:"
msgstr ""

#: ../gui/wxpython/wxplot/base.py:520 ../gui/wxpython/wxplot/base.py:587
#: ../gui/wxpython/wxplot/dialogs.py:654
msgid "Text settings"
msgstr ""

#: ../gui/wxpython/wxplot/base.py:524 ../gui/wxpython/wxplot/base.py:605
#: ../gui/wxpython/wxplot/dialogs.py:966
msgid "Plot settings"
msgstr ""

#: ../gui/wxpython/wxplot/base.py:537
msgid "This feature is not yet functional"
msgstr ""

#: ../gui/wxpython/wxplot/base.py:538
msgid "Under Construction"
msgstr ""

#: ../gui/wxpython/wxplot/profile.py:57
msgid "GRASS Profile Analysis Tool"
msgstr ""

#: ../gui/wxpython/wxplot/profile.py:73 ../gui/wxpython/wxplot/profile.py:183
msgid "Profile of"
msgstr ""

#: ../gui/wxpython/wxplot/profile.py:104
#, python-format
msgid "Distance (%s)"
msgstr ""

#: ../gui/wxpython/wxplot/profile.py:106
msgid "Distance along transect"
msgstr ""

#: ../gui/wxpython/wxplot/profile.py:107
msgid "Cell values"
msgstr ""

#: ../gui/wxpython/wxplot/profile.py:175
msgid "Not all points of profile lie inside computational region."
msgstr ""

#: ../gui/wxpython/wxplot/profile.py:249
msgid "Raster values"
msgstr ""

#: ../gui/wxpython/wxplot/profile.py:313
msgid "You must draw a transect to profile in the map display window."
msgstr ""

#: ../gui/wxpython/wxplot/profile.py:315
msgid "Nothing to profile"
msgstr ""

#: ../gui/wxpython/wxplot/profile.py:386
msgid "Choose prefix for file(s) where to save profile values..."
msgstr ""

#: ../gui/wxpython/wxplot/profile.py:388
msgid "Comma separated value (*.csv)|*.csv"
msgstr ""

#: ../gui/wxpython/wxplot/profile.py:404
msgid "Overwrite file?"
msgstr ""

#: ../gui/wxpython/wxplot/profile.py:418
#, python-format
msgid ""
"Unable to open file <%s> for writing.\n"
"Reason: %s"
msgstr ""

#: ../gui/wxpython/wxplot/profile.py:432
#, python-format
msgid ""
"%d files created:\n"
"%s"
msgstr ""

#: ../gui/wxpython/wxplot/profile.py:434
msgid "No files generated."
msgstr ""

#: ../gui/wxpython/wxplot/profile.py:441
msgid "Statistics for Profile(s)"
msgstr ""

#: ../gui/wxpython/wxplot/histogram.py:50
msgid "Histogram Tool"
msgstr ""

#: ../gui/wxpython/wxplot/histogram.py:58
msgid "Histogram of"
msgstr ""

#: ../gui/wxpython/wxplot/histogram.py:60
#: ../gui/wxpython/wxplot/histogram.py:167
msgid "Cell counts"
msgstr ""

#: ../gui/wxpython/wxplot/histogram.py:147
#, python-format
msgid "Histogram of image group <%s>"
msgstr ""

#: ../gui/wxpython/wxplot/histogram.py:150
#, python-format
msgid "Histogram of raster map <%s>"
msgstr ""

#: ../gui/wxpython/wxplot/histogram.py:152
msgid "Histogram of selected raster maps"
msgstr ""

#: ../gui/wxpython/wxplot/histogram.py:159
#, python-format
msgid "Raster cell values %s"
msgstr ""

#: ../gui/wxpython/wxplot/histogram.py:169
msgid "Percent of total cells"
msgstr ""

#: ../gui/wxpython/wxplot/histogram.py:171
msgid "Area"
msgstr ""

#: ../gui/wxpython/wxplot/histogram.py:259
msgid "Statistics for Map(s) Histogrammed"
msgstr ""

#: ../gui/wxpython/wxplot/histogram.py:263
#, python-format
msgid "Statistics for raster map <%s>"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:51
msgid "Select raster maps to profile"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:93
msgid "Select raster map(s) to profile:"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:141
msgid "Select pairs of raster maps for scatterplots"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:191
msgid "Select pairs of raster maps for bivariate scatterplots:"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:209 ../gui/wxpython/wxplot/dialogs.py:479
msgid "Number of bins (for FP maps)"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:358
msgid "C&opy"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:359
msgid "Copy regression statistics the clipboard (Ctrl+C)"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:387
msgid "Regression statistics copied to clipboard"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:399
msgid "Select raster map or imagery group to histogram"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:429
msgid "Histogram single raster"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:433
msgid "Histogram imagery group"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:463
msgid "Select image group:"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:494
msgid "Histogram type"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:578
msgid "Selected group must be in current mapset"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:661
msgid "Profile title:"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:672
msgid "Title font size (pts):"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:690
msgid "X-axis label:"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:700
msgid "Y-axis label:"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:711
msgid "Label font size (pts):"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:739
msgid "Font family:"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:758
msgid "Style:"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:777
msgid "Weight:"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:815 ../gui/wxpython/wxplot/dialogs.py:1326
msgid "Apply changes for the current session and close dialog"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:878
#, python-format
msgid "Plot text sizes saved to file '%s'."
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:944
msgid "No map or image group selected to plot."
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:986
msgid "Map/image plotted"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:999
msgid "Settings for selected map"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:1015
msgid "Line color"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:1069
msgid "Transect segment marker settings"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:1131
msgid "Scatterplot points"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:1193
msgid "Axis settings"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:1199
msgid "X-Axis"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:1199
msgid "Y-Axis"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:1207
msgid "Scale"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:1215
msgid ""
"Automatic axis scaling, custom max and min, or scale matches data range (min)"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:1222
msgid "Custom min"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:1230
msgid "Custom max"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:1238
msgid "Log scale"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:1262
msgid "Grid and Legend settings"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:1268
msgid "Grid color"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:1277
msgid "Show grid"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:1283
msgid "Legend font size"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:1294
msgid "Show legend"
msgstr ""

#: ../gui/wxpython/wxplot/dialogs.py:1495
#, python-format
msgid "Plot settings saved to file '%s'."
msgstr ""

#: ../gui/wxpython/iclass/toolbars.py:34
msgid "Set opacity level"
msgstr ""

#: ../gui/wxpython/iclass/toolbars.py:35 ../gui/wxpython/iclass/dialogs.py:295
msgid "Class manager"
msgstr ""

#: ../gui/wxpython/iclass/toolbars.py:38
msgid "Run analysis, update histogram and coincidence plots"
msgstr ""

#: ../gui/wxpython/iclass/toolbars.py:40
msgid "Save signature file for i.maxlik"
msgstr ""

#: ../gui/wxpython/iclass/toolbars.py:41
msgid "Remove selected map layer"
msgstr ""

#: ../gui/wxpython/iclass/toolbars.py:43
msgid "Export training areas to vector map"
msgstr ""

#: ../gui/wxpython/iclass/toolbars.py:46
msgid "Import training areas from vector map"
msgstr ""

#: ../gui/wxpython/iclass/toolbars.py:64
msgid "Training"
msgstr ""

#: ../gui/wxpython/iclass/toolbars.py:75
msgid "/ Zoom to map"
msgstr ""

#: ../gui/wxpython/iclass/toolbars.py:242
#: ../gui/wxpython/iclass/toolbars.py:248
msgid "std dev"
msgstr ""

#: ../gui/wxpython/iclass/toolbars.py:318
msgid "Add raster map"
msgstr ""

#: ../gui/wxpython/iclass/dialogs.py:99
msgid "Name of imagery group is missing."
msgstr ""

#: ../gui/wxpython/iclass/dialogs.py:106
msgid "Name of imagery group:"
msgstr ""

#: ../gui/wxpython/iclass/dialogs.py:120
msgid "Name of imagery subgroup:"
msgstr ""

#: ../gui/wxpython/iclass/dialogs.py:196
msgid "Please choose a subgroup."
msgstr ""

#: ../gui/wxpython/iclass/dialogs.py:200
#, python-format
msgid "Subgroup <%s> not found in group <%s>"
msgstr ""

#: ../gui/wxpython/iclass/dialogs.py:209
#, python-format
msgid ""
"No data found in subgroup <%s> of group <%s>.\n"
"."
msgstr ""

#: ../gui/wxpython/iclass/dialogs.py:215
#, python-format
msgid ""
"No data found in group <%s>.\n"
"."
msgstr ""

#: ../gui/wxpython/iclass/dialogs.py:217
#: ../gui/wxpython/iclass/g.gui.iclass.py:76
#, python-format
msgid "Group <%s> not found"
msgstr ""

#: ../gui/wxpython/iclass/dialogs.py:261
msgid "Name of map is missing."
msgstr ""

#: ../gui/wxpython/iclass/dialogs.py:539
msgid "Zoom to training areas of selected class"
msgstr ""

#: ../gui/wxpython/iclass/dialogs.py:603
msgid "Save signature file"
msgstr ""

#: ../gui/wxpython/iclass/dialogs.py:662
msgid "Enter name of signature file:"
msgstr ""

#: ../gui/wxpython/iclass/dialogs.py:677
msgid "Signature file path:"
msgstr ""

#: ../gui/wxpython/iclass/dialogs.py:728
msgid "Export training areas"
msgstr ""

#: ../gui/wxpython/iclass/dialogs.py:795 ../gui/wxpython/lmgr/layertree.py:641
msgid "Export attribute table"
msgstr ""

#: ../gui/wxpython/iclass/dialogs.py:799
msgid "Export attribute table containing computed statistical data"
msgstr ""

#: ../gui/wxpython/iclass/dialogs.py:836
#, python-format
msgid "Vector map <%s> already exists. Do you want to overwrite it?"
msgstr ""

#: ../gui/wxpython/iclass/dialogs.py:839
#, python-format
msgid "Vector <%s> exists"
msgstr ""

#: ../gui/wxpython/iclass/digit.py:64
msgid ""
"You are trying to create a training area outside the computational region. "
"Please, use g.region to set the appropriate region first."
msgstr ""

#: ../gui/wxpython/iclass/digit.py:77
msgid ""
"In order to create a training area, you have to select class first.\n"
"\n"
"There is no class yet, do you want to create one?"
msgstr ""

#: ../gui/wxpython/iclass/frame.py:37
#, python-format
msgid ""
"Loading imagery lib failed.\n"
"%s"
msgstr ""

#: ../gui/wxpython/iclass/frame.py:88
msgid "Supervised Classification Tool"
msgstr ""

#: ../gui/wxpython/iclass/frame.py:333
msgid "IClass Toolbar"
msgstr ""

#: ../gui/wxpython/iclass/frame.py:355
msgid "IClass Misc Toolbar"
msgstr ""

#: ../gui/wxpython/iclass/frame.py:395
msgid "Digitization Toolbar"
msgstr ""

#: ../gui/wxpython/iclass/frame.py:425
msgid "Plots"
msgstr ""

#: ../gui/wxpython/iclass/frame.py:460
msgid "Preview Display"
msgstr ""

#: ../gui/wxpython/iclass/frame.py:463
msgid "Training Areas Display"
msgstr ""

#: ../gui/wxpython/iclass/frame.py:543
msgid "Adjust Training Area Display to Preview Display"
msgstr ""

#: ../gui/wxpython/iclass/frame.py:547
msgid "Adjust Preview display to Training Area Display"
msgstr ""

#: ../gui/wxpython/iclass/frame.py:550
msgid "Display synchronization ON"
msgstr ""

#: ../gui/wxpython/iclass/frame.py:552
msgid "Display synchronization OFF"
msgstr ""

#: ../gui/wxpython/iclass/frame.py:627
msgid "All changes will be lost. Do you want to continue?"
msgstr ""

#: ../gui/wxpython/iclass/frame.py:635
msgid "Import vector map"
msgstr ""

#: ../gui/wxpython/iclass/frame.py:654
#, python-format
msgid "No areas in vector map <%s>.\n"
msgstr ""

#: ../gui/wxpython/iclass/frame.py:657
#, python-format
msgid "Vector map <%s> contains points or lines, these features are ignored."
msgstr ""

#: ../gui/wxpython/iclass/frame.py:683
#, python-format
msgid "Unable to open vector map <%s>"
msgstr ""

#: ../gui/wxpython/iclass/frame.py:693
#, python-format
msgid "Unable to copy vector features from <%s>"
msgstr ""

#: ../gui/wxpython/iclass/frame.py:704
msgid "Unable to open temporary vector map"
msgstr ""

#: ../gui/wxpython/iclass/frame.py:801
msgid "No training areas to export."
msgstr ""

#: ../gui/wxpython/iclass/frame.py:814
#, python-format
msgid "%d training areas (%d classes) exported to vector map <%s>."
msgstr ""

#: ../gui/wxpython/iclass/frame.py:1073
msgid "Failed to create temporary vector map."
msgstr ""

#: ../gui/wxpython/iclass/frame.py:1125
msgid ""
"There was an error initializing signatures. Check GUI console for any error "
"messages."
msgstr ""

#: ../gui/wxpython/iclass/frame.py:1176
#, python-format
msgid "No area in category %s. Category skipped."
msgstr ""

#: ../gui/wxpython/iclass/frame.py:1181
msgid "Analysis failed."
msgstr ""

#: ../gui/wxpython/iclass/frame.py:1188
msgid "results"
msgstr ""

#: ../gui/wxpython/iclass/frame.py:1194
msgid "No imagery group selected."
msgstr ""

#: ../gui/wxpython/iclass/frame.py:1201
msgid ""
"Due to recent changes in classes, signatures can be outdated and should be "
"recalculated. Do you still want to continue?"
msgstr ""

#: ../gui/wxpython/iclass/frame.py:1205
msgid "Outdated signatures"
msgstr ""

#: ../gui/wxpython/iclass/frame.py:1218
msgid "Signatures are not valid. Recalculate them and then try again."
msgstr ""

#: ../gui/wxpython/iclass/frame.py:1230
#, python-format
msgid ""
"A signature file named %s already exists.\n"
"Do you want to replace it?"
msgstr ""

#: ../gui/wxpython/iclass/frame.py:1281
msgid "No imagery group selected. Operation canceled."
msgstr ""

#: ../gui/wxpython/iclass/frame.py:1292
#, python-format
msgid ""
"Group <%(group)s> does not have enough files (it has %(files)d files). "
"Operation canceled."
msgstr ""

#: ../gui/wxpython/iclass/frame.py:1301
msgid "No areas given. Operation canceled."
msgstr ""

#: ../gui/wxpython/iclass/frame.py:1319
msgid "Vector features are outside raster layers. Operation canceled."
msgstr ""

#: ../gui/wxpython/iclass/g.gui.iclass.py:73
msgid "Name of subgroup required"
msgstr ""

#: ../gui/wxpython/iclass/g.gui.iclass.py:81
#, python-format
msgid "Subgroup <%s> not found"
msgstr ""

#: ../gui/wxpython/iclass/g.gui.iclass.py:110
msgid "Supervised Classification Tool - GRASS GIS"
msgstr ""

#: ../gui/wxpython/iclass/g.gui.iclass.py:117
#, python-format
msgid "Loading raster map <%s>..."
msgstr ""

#: ../gui/wxpython/iclass/g.gui.iclass.py:120
#, python-format
msgid "Loading training map <%s>..."
msgstr ""

#: ../gui/wxpython/iclass/statistics.py:29
msgid "Loading imagery lib failed"
msgstr ""

#: ../gui/wxpython/iclass/plots.py:70
msgid "Histograms"
msgstr ""

#: ../gui/wxpython/iclass/plots.py:70
msgid "Coincident plots"
msgstr ""

#: ../gui/wxpython/iclass/plots.py:70
msgid "Scatter plots"
msgstr ""

#: ../gui/wxpython/iclass/plots.py:93
#, python-format
msgid ""
"Scatter plot functionality is disabled.\n"
"\n"
"Reason: Unable to import packages needed for scatter plot.\n"
"%s"
msgstr ""

#: ../gui/wxpython/lmgr/pyshell.py:50
#, python-format
msgid "Welcome to wxGUI Interactive Python Shell %s"
msgstr ""

#: ../gui/wxpython/lmgr/pyshell.py:52
#, python-format
msgid "Type %s for more GRASS scripting related information."
msgstr ""

#: ../gui/wxpython/lmgr/pyshell.py:54
#, python-format
msgid "Type %s to add raster or vector to the layer tree."
msgstr ""

#: ../gui/wxpython/lmgr/pyshell.py:76
msgid "Delete all text from the shell"
msgstr ""

#: ../gui/wxpython/lmgr/pyshell.py:80
msgid "Simple &editor"
msgstr ""

#: ../gui/wxpython/lmgr/pyshell.py:82 ../gui/wxpython/lmgr/toolbars.py:159
msgid "Open a simple Python code editor"
msgstr ""

#: ../gui/wxpython/lmgr/pyshell.py:137
#, python-format
msgid "Raster or vector map <%s> not found"
msgstr ""

#: ../gui/wxpython/lmgr/pyshell.py:143
#, python-format
msgid "Raster map <%s> added"
msgstr ""

#: ../gui/wxpython/lmgr/pyshell.py:145
#, python-format
msgid "Vector map <%s> added"
msgstr ""

#: ../gui/wxpython/lmgr/toolbars.py:46
msgid "Create new workspace (Ctrl+N)"
msgstr ""

#: ../gui/wxpython/lmgr/toolbars.py:49
msgid "Open existing workspace file (Ctrl+O)"
msgstr ""

#: ../gui/wxpython/lmgr/toolbars.py:52
msgid "Save current workspace to file (Ctrl+S)"
msgstr ""

#: ../gui/wxpython/lmgr/toolbars.py:81
msgid "Add multiple raster or vector map layers (Ctrl+Shift+L)"
msgstr ""

#: ../gui/wxpython/lmgr/toolbars.py:84
msgid "Add raster map layer (Ctrl+Shift+R)"
msgstr ""

#: ../gui/wxpython/lmgr/toolbars.py:88
msgid "Add various raster map layers (RGB, HIS, shaded relief...)"
msgstr ""

#: ../gui/wxpython/lmgr/toolbars.py:91
msgid "Add vector map layer (Ctrl+Shift+V)"
msgstr ""

#: ../gui/wxpython/lmgr/toolbars.py:95
msgid "Add various vector map layers (thematic, chart...)"
msgstr ""

#: ../gui/wxpython/lmgr/toolbars.py:99
msgid "Add web service layer (WMS, WMTS, NASA OnEarth)"
msgstr ""

#: ../gui/wxpython/lmgr/toolbars.py:101
msgid "Add group"
msgstr ""

#: ../gui/wxpython/lmgr/toolbars.py:102
msgid "Add various overlays"
msgstr ""

#: ../gui/wxpython/lmgr/toolbars.py:105
msgid "Remove selected map layer(s) from layer tree"
msgstr ""

#: ../gui/wxpython/lmgr/toolbars.py:107
msgid "Edit selected vector map"
msgstr ""

#: ../gui/wxpython/lmgr/toolbars.py:109
msgid "Show attribute data for selected vector map"
msgstr ""

#: ../gui/wxpython/lmgr/toolbars.py:147
msgid "Start new map display"
msgstr ""

#: ../gui/wxpython/lmgr/toolbars.py:153
msgid "Georectifier"
msgstr ""

#: ../gui/wxpython/lmgr/toolbars.py:156
msgid "Launch user-defined script"
msgstr ""

#: ../gui/wxpython/lmgr/toolbars.py:192
msgid "GUI settings"
msgstr ""

#: ../gui/wxpython/lmgr/toolbars.py:193
msgid "GRASS manual"
msgstr ""

#: ../gui/wxpython/lmgr/toolbars.py:225
msgid "Generate command for m.nviz.image"
msgstr ""

#: ../gui/wxpython/lmgr/toolbars.py:226
msgid "Generate command for m.nviz.image based on current state"
msgstr ""

#: ../gui/wxpython/lmgr/toolbars.py:230
msgid "3D view mode settings"
msgstr ""

#: ../gui/wxpython/lmgr/toolbars.py:231
msgid "Show 3D view mode settings dialog"
msgstr ""

#: ../gui/wxpython/lmgr/toolbars.py:233
msgid "Show 3D view mode manual"
msgstr ""

#: ../gui/wxpython/lmgr/workspace.py:71
msgid ""
"Current workspace is not empty. Do you want to store current settings to "
"workspace file?"
msgstr ""

#: ../gui/wxpython/lmgr/workspace.py:75
msgid "Create new workspace?"
msgstr ""

#: ../gui/wxpython/lmgr/workspace.py:104
msgid "Choose workspace file"
msgstr ""

#: ../gui/wxpython/lmgr/workspace.py:106 ../gui/wxpython/lmgr/workspace.py:353
msgid "GRASS Workspace File (*.gxw)|*.gxw"
msgstr ""

#: ../gui/wxpython/lmgr/workspace.py:135
msgid "Most likely the database, location or mapset does not exist"
msgstr ""

#: ../gui/wxpython/lmgr/workspace.py:138
#, python-brace-format
msgid ""
"Unable to change to location and mapset specified in the workspace.\n"
"Reason: {reason}\n"
"Details: {details}\n"
"\n"
"Do you want to proceed with opening the workspace anyway?"
msgstr ""

#: ../gui/wxpython/lmgr/workspace.py:147
msgid "Proceed with opening of the workspace?"
msgstr ""

#: ../gui/wxpython/lmgr/workspace.py:190
msgid "Please wait, loading workspace..."
msgstr ""

#: ../gui/wxpython/lmgr/workspace.py:351
msgid "Choose file to save current workspace"
msgstr ""

#: ../gui/wxpython/lmgr/workspace.py:372 ../gui/wxpython/lmgr/workspace.py:395
#, python-format
msgid "Workspace file <%s> already exists. Do you want to overwrite this file?"
msgstr ""

#: ../gui/wxpython/lmgr/workspace.py:424
msgid "Writing current settings to workspace file failed."
msgstr ""

#: ../gui/wxpython/lmgr/workspace.py:452
msgid "Do you want to save changes in the workspace?"
msgstr ""

#: ../gui/wxpython/lmgr/workspace.py:455
msgid "Do you want to store current settings to workspace file?"
msgstr ""

#: ../gui/wxpython/lmgr/frame.py:132
msgid "There were some issues when loading menu or Tools tab:"
msgstr ""

#: ../gui/wxpython/lmgr/frame.py:421
msgid "Console"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:55
msgid "Import data from WMS server"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:56
msgid "Add command layer"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:60
msgid "Add HIS map layer"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:62
msgid "Add shaded relief map layer"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:64
msgid "Add raster flow arrows"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:65
msgid "Add raster cell numbers"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:68
msgid "Add thematic (choropleth) vector map layer"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:71
msgid "Add thematic chart layer"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:73
msgid "Add grid layer"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:75
msgid "Add geodesic line layer"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:77
msgid "Add rhumbline layer"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:82
msgid "Note that 3D raster data are rendered only in 3D view mode"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:84
msgid "Add WMS layer."
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:86
msgid "Editing mode"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:87
msgid "Background vector map"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:184 ../gui/wxpython/lmgr/layertree.py:1614
msgid "Map Layers"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:487
msgid "Check selected layers"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:498
msgid "Uncheck selected layers"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:553
msgid "3D view properties"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:563
msgid "Zoom to selected map(s)"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:575
msgid "Zoom to selected map(s) (ignore NULLs)"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:586
msgid "Set computational region from selected map(s)"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:599
msgid "Align computational region to selected map"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:615
msgid "Export common formats"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:629
msgid "Export PostGIS"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:654 ../gui/wxpython/lmgr/layertree.py:777
msgid "Create pack"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:668 ../gui/wxpython/lmgr/layertree.py:793
msgid "Make a copy in the current mapset"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:674 ../gui/wxpython/lmgr/layertree.py:799
#: ../gui/wxpython/lmgr/layertree.py:856
msgid "Set color table"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:678 ../gui/wxpython/lmgr/layertree.py:803
msgid "Set color table interactively"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:683
msgid "Show attribute data"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:699
msgid "Start editing"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:704
msgid "Stop editing"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:721
msgid "Rebuild topology"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:830
msgid "Report raster statistics"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:838
msgid "Profile"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:881
msgid "Save web service layer"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:996
msgid "Unable to create profile of raster map."
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:1048
#, python-format
msgid "Unsupported map type <%s>"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:1054
#, python-format
msgid "Enter name for the new %s in the current mapset:"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:1056
#, python-format
msgid "Make a copy of %s <%s>"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:1074
#, python-format
msgid ""
"%s <%s> already exists in the current mapset. Do you want to overwrite it?"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:1087
#, python-format
msgid "Unable to make copy of <%s>"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:1094
#, python-format
msgid "Unable to make copy of <%s>. Mapset <%s> is not current mapset."
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:1115
msgid "Unable to display histogram of raster map. No map name defined."
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:1426
msgid "Layer group:"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:1431
#: ../gui/wxpython/lmgr/layertree.py:2003
msgid "Click to edit layer settings"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:1497
msgid "(double click to set properties)"
msgstr ""

#: ../gui/wxpython/lmgr/layertree.py:1779
msgid "Please wait, updating data..."
msgstr ""
