[GRASS-SVN] r50935 - in grass/trunk: imagery/i.ortho.photo/lib lib/db/dbmi_base lib/python lib/temporal/lib locale/po vector/v.extract

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Feb 25 07:58:04 EST 2012


Author: neteler
Date: 2012-02-25 04:58:04 -0800 (Sat, 25 Feb 2012)
New Revision: 50935

Modified:
   grass/trunk/imagery/i.ortho.photo/lib/elev.c
   grass/trunk/lib/db/dbmi_base/connect.c
   grass/trunk/lib/db/dbmi_base/whoami.c
   grass/trunk/lib/python/core.py
   grass/trunk/lib/temporal/lib/connect.c
   grass/trunk/locale/po/grasslibs_cs.po
   grass/trunk/locale/po/grasslibs_de.po
   grass/trunk/locale/po/grasslibs_el.po
   grass/trunk/locale/po/grasslibs_es.po
   grass/trunk/locale/po/grasslibs_it.po
   grass/trunk/locale/po/grasslibs_ja.po
   grass/trunk/locale/po/grasslibs_pl.po
   grass/trunk/locale/po/grasslibs_ru.po
   grass/trunk/locale/po/grasslibs_vi.po
   grass/trunk/locale/po/grassmods_ar.po
   grass/trunk/locale/po/grassmods_cs.po
   grass/trunk/locale/po/grassmods_de.po
   grass/trunk/locale/po/grassmods_el.po
   grass/trunk/locale/po/grassmods_es.po
   grass/trunk/locale/po/grassmods_fr.po
   grass/trunk/locale/po/grassmods_hi.po
   grass/trunk/locale/po/grassmods_it.po
   grass/trunk/locale/po/grassmods_ja.po
   grass/trunk/locale/po/grassmods_ko.po
   grass/trunk/locale/po/grassmods_lv.po
   grass/trunk/locale/po/grassmods_mr.po
   grass/trunk/locale/po/grassmods_pl.po
   grass/trunk/locale/po/grassmods_pt.po
   grass/trunk/locale/po/grassmods_pt_br.po
   grass/trunk/locale/po/grassmods_ru.po
   grass/trunk/locale/po/grassmods_sl.po
   grass/trunk/locale/po/grassmods_th.po
   grass/trunk/locale/po/grassmods_tr.po
   grass/trunk/locale/po/grassmods_vi.po
   grass/trunk/locale/po/grassmods_zh.po
   grass/trunk/locale/po/grasswxpy_es.po
   grass/trunk/locale/po/grasswxpy_pt.po
   grass/trunk/locale/po/grasswxpy_pt_br.po
   grass/trunk/locale/po/grasswxpy_zh.po
   grass/trunk/vector/v.extract/copy_tab.c
Log:
typos fixed (bug trac #1591)

Modified: grass/trunk/imagery/i.ortho.photo/lib/elev.c
===================================================================
--- grass/trunk/imagery/i.ortho.photo/lib/elev.c	2012-02-25 12:56:17 UTC (rev 50934)
+++ grass/trunk/imagery/i.ortho.photo/lib/elev.c	2012-02-25 12:58:04 UTC (rev 50935)
@@ -29,7 +29,7 @@
     fprintf(fd, "elevation layer :%s\n", elev);
     fprintf(fd, "mapset elevation:%s\n", mapset_elev);
     fprintf(fd, "location        :%s\n", tl);
-    fprintf(fd, "math expresion  :%s\n", math_exp);
+    fprintf(fd, "math expression :%s\n", math_exp);
     fprintf(fd, "units           :%s\n", units);
     fprintf(fd, "no data values  :%s\n", nd);
 
@@ -72,7 +72,7 @@
     fgets(buf, IN_BUF, fd);
     sscanf(buf, "location        :%s\n", tl);
     fgets(buf, IN_BUF, fd);
-    sscanf(buf, "math expresion  :%s\n", math_exp);
+    sscanf(buf, "math expression :%s\n", math_exp);
     fgets(buf, IN_BUF, fd);
     sscanf(buf, "units           :%s\n", units);
     fgets(buf, IN_BUF, fd);

Modified: grass/trunk/lib/db/dbmi_base/connect.c
===================================================================
--- grass/trunk/lib/db/dbmi_base/connect.c	2012-02-25 12:56:17 UTC (rev 50934)
+++ grass/trunk/lib/db/dbmi_base/connect.c	2012-02-25 12:58:04 UTC (rev 50935)
@@ -18,7 +18,7 @@
 /*!
   \brief Set default DB connection settings
 
-  This function sets enviromental variables as DB_DRIVER, DB_DATABASE,
+  This function sets environmental variables as DB_DRIVER, DB_DATABASE,
   DB_SCHEMA, DB_GROUP.
 
   \param connection pointer to dbConnection with default settings

Modified: grass/trunk/lib/db/dbmi_base/whoami.c
===================================================================
--- grass/trunk/lib/db/dbmi_base/whoami.c	2012-02-25 12:56:17 UTC (rev 50934)
+++ grass/trunk/lib/db/dbmi_base/whoami.c	2012-02-25 12:58:04 UTC (rev 50935)
@@ -19,7 +19,7 @@
 /*!
   \brief Who am i?
 
-  Check enviromental variable LOGNAME
+  Check environmental variable LOGNAME
 
   \return string buffer with logname
 */

Modified: grass/trunk/lib/python/core.py
===================================================================
--- grass/trunk/lib/python/core.py	2012-02-25 12:56:17 UTC (rev 50934)
+++ grass/trunk/lib/python/core.py	2012-02-25 12:58:04 UTC (rev 50935)
@@ -300,7 +300,7 @@
     @param overwrite True to enable overwriting the output (<tt>--o</tt>)
     @param quiet True to run quietly (<tt>--q</tt>)
     @param verbose True to run verbosely (<tt>--v</tt>)
-    @param env directory with enviromental variables
+    @param env directory with environmental variables
     @param kwargs module's parameters
 
     """

Modified: grass/trunk/lib/temporal/lib/connect.c
===================================================================
--- grass/trunk/lib/temporal/lib/connect.c	2012-02-25 12:56:17 UTC (rev 50934)
+++ grass/trunk/lib/temporal/lib/connect.c	2012-02-25 12:58:04 UTC (rev 50935)
@@ -17,7 +17,7 @@
 /*!
   \brief Set default Temporal GIS DB connection settings
 
-  This function sets enviromental variables as TGISDB_DRIVER, TGISDB_DATABASE.
+  This function sets environmental variables as TGISDB_DRIVER, TGISDB_DATABASE.
 
   \param connection pointer to dbConnection with default settings
   

Modified: grass/trunk/locale/po/grasslibs_cs.po
===================================================================
--- grass/trunk/locale/po/grasslibs_cs.po	2012-02-25 12:56:17 UTC (rev 50934)
+++ grass/trunk/locale/po/grasslibs_cs.po	2012-02-25 12:58:04 UTC (rev 50935)
@@ -7596,7 +7596,7 @@
 #~ "\n"
 #~ "%s neplatné; Zkuste to znova > "
 
-#~ msgid "Unable to get GIS_LOCK enviroment variable value"
+#~ msgid "Unable to get GIS_LOCK environment variable value"
 #~ msgstr "Nelze získat hodnotu promìnné prostøedí GIS_LOCK"
 
 #~ msgid " It is a reclass of raster map <%s@%s> whose header file is invalid."

Modified: grass/trunk/locale/po/grasslibs_de.po
===================================================================
--- grass/trunk/locale/po/grasslibs_de.po	2012-02-25 12:56:17 UTC (rev 50934)
+++ grass/trunk/locale/po/grasslibs_de.po	2012-02-25 12:58:04 UTC (rev 50935)
@@ -7821,7 +7821,7 @@
 #~ msgid "unable to write quant file!"
 #~ msgstr "Kann quant-Datei nicht schreiben!"
 
-#~ msgid "Unable to get GIS_LOCK enviroment variable value"
+#~ msgid "Unable to get GIS_LOCK environment variable value"
 #~ msgstr "Kann den Inhalt der Umgebungsvariable GIS_LOCK nicht lesen."
 
 #~ msgid "G_distance_point_to_line_segment: shouldn't happen: code=%d P=(%f,%f) S=(%f,%f)(%f,%f)"

Modified: grass/trunk/locale/po/grasslibs_el.po
===================================================================
--- grass/trunk/locale/po/grasslibs_el.po	2012-02-25 12:56:17 UTC (rev 50934)
+++ grass/trunk/locale/po/grasslibs_el.po	2012-02-25 12:58:04 UTC (rev 50935)
@@ -7613,7 +7613,7 @@
 #~ "\n"
 #~ "ìç åðéôñåðôü, ëáíèáóìÝíï datum\n"
 
-#~ msgid "Unable to get GIS_LOCK enviroment variable value"
+#~ msgid "Unable to get GIS_LOCK environment variable value"
 #~ msgstr "Áäõíáìßá ëÞøçò GIS_LOCK ôéìÞò ðåñéâÜëëïíôïò"
 
 #~ msgid "<%s>: bad mapset"

Modified: grass/trunk/locale/po/grasslibs_es.po
===================================================================
--- grass/trunk/locale/po/grasslibs_es.po	2012-02-25 12:56:17 UTC (rev 50934)
+++ grass/trunk/locale/po/grasslibs_es.po	2012-02-25 12:58:04 UTC (rev 50935)
@@ -7960,7 +7960,7 @@
 #~ msgid "<%s>: bad mapset"
 #~ msgstr "<%s>: directorio de mapas (mapset) incorrecto."
 
-#~ msgid "Unable to get GIS_LOCK enviroment variable value"
+#~ msgid "Unable to get GIS_LOCK environment variable value"
 #~ msgstr "No ha sido posible recuperar el valor de la variable de entorno GIS_LOCK."
 
 #~ msgid " options: %s\n"

Modified: grass/trunk/locale/po/grasslibs_it.po
===================================================================
--- grass/trunk/locale/po/grasslibs_it.po	2012-02-25 12:56:17 UTC (rev 50934)
+++ grass/trunk/locale/po/grasslibs_it.po	2012-02-25 12:58:04 UTC (rev 50935)
@@ -7662,7 +7662,7 @@
 #~ msgid "unable to write quant file!"
 #~ msgstr "Impossibile scrivere il quant file!"
 
-#~ msgid "Unable to get GIS_LOCK enviroment variable value"
+#~ msgid "Unable to get GIS_LOCK environment variable value"
 #~ msgstr "Impossibile ottenere il valore della variabile d'ambiente GIS_LOCK"
 
 #~ msgid "G_distance_point_to_line_segment: shouldn't happen: code=%d P=(%f,%f) S=(%f,%f)(%f,%f)"

Modified: grass/trunk/locale/po/grasslibs_ja.po
===================================================================
--- grass/trunk/locale/po/grasslibs_ja.po	2012-02-25 12:56:17 UTC (rev 50934)
+++ grass/trunk/locale/po/grasslibs_ja.po	2012-02-25 12:58:04 UTC (rev 50935)
@@ -7717,7 +7717,7 @@
 #~ msgid "G_set_null_value: wrong data type!"
 #~ msgstr "G_set_null_value: 間違っているデータタイプです!"
 
-#~ msgid "Unable to get GIS_LOCK enviroment variable value"
+#~ msgid "Unable to get GIS_LOCK environment variable value"
 #~ msgstr "GIS_LOCK環境変数値を取得出来ません"
 
 #~ msgid "G_put_map_row: %s is not integer! Use G_put_[f/d]_raster_row()!"

Modified: grass/trunk/locale/po/grasslibs_pl.po
===================================================================
--- grass/trunk/locale/po/grasslibs_pl.po	2012-02-25 12:56:17 UTC (rev 50934)
+++ grass/trunk/locale/po/grasslibs_pl.po	2012-02-25 12:58:04 UTC (rev 50935)
@@ -7607,7 +7607,7 @@
 #~ msgid "unable to write quant file!"
 #~ msgstr "nie można zapisać pliku kwantyzacji!"
 
-#~ msgid "Unable to get GIS_LOCK enviroment variable value"
+#~ msgid "Unable to get GIS_LOCK environment variable value"
 #~ msgstr "Nie można pobrać wartości zmiennej środowiskowej GIS_LOCK"
 
 #~ msgid "G_malloc: unable to allocate %lu bytes at %s:%d"

Modified: grass/trunk/locale/po/grasslibs_ru.po
===================================================================
--- grass/trunk/locale/po/grasslibs_ru.po	2012-02-25 12:56:17 UTC (rev 50934)
+++ grass/trunk/locale/po/grasslibs_ru.po	2012-02-25 12:58:04 UTC (rev 50935)
@@ -7962,7 +7962,7 @@
 #~ msgid "Connect attempt timed out."
 #~ msgstr "Время попытки соединения истекло"
 
-#~ msgid "Unable to get GIS_LOCK enviroment variable value"
+#~ msgid "Unable to get GIS_LOCK environment variable value"
 #~ msgstr "Невозможно получить значение переменной среды GIS_LOCK"
 
 #~ msgid "<%s>: bad mapset"

Modified: grass/trunk/locale/po/grasslibs_vi.po
===================================================================
--- grass/trunk/locale/po/grasslibs_vi.po	2012-02-25 12:56:17 UTC (rev 50934)
+++ grass/trunk/locale/po/grasslibs_vi.po	2012-02-25 12:58:04 UTC (rev 50935)
@@ -8078,7 +8078,7 @@
 #~ msgid " options: %s\n"
 #~ msgstr " tùy chọn: %s\n"
 
-#~ msgid "Unable to get GIS_LOCK enviroment variable value"
+#~ msgid "Unable to get GIS_LOCK environment variable value"
 #~ msgstr "Không thể lấy giá trị biến môi trường GIS_LOCK"
 
 #~ msgid "or 'custom' if you wish to enter custom parameters\n"

Modified: grass/trunk/locale/po/grassmods_ar.po
===================================================================
--- grass/trunk/locale/po/grassmods_ar.po	2012-02-25 12:56:17 UTC (rev 50934)
+++ grass/trunk/locale/po/grassmods_ar.po	2012-02-25 12:58:04 UTC (rev 50935)
@@ -11562,7 +11562,7 @@
 #: ../raster/r.resamp.bspline/crosscorr.c:211
 #: ../vector/v.surf.bspline/crosscorr.c:164
 #, c-format
-msgid "Begining cross validation with lambda_i=%.4f..."
+msgid "Beginning cross validation with lambda_i=%.4f..."
 msgstr ""
 
 #: ../raster/r.resamp.bspline/crosscorr.c:296
@@ -24939,7 +24939,7 @@
 
 #: ../vector/v.extract/copy_tab.c:86
 #, fuzzy, c-format
-msgid "Writting attributes for layer %d"
+msgid "Writing attributes for layer %d"
 msgstr "لم يمكن اختيار البيانات من الجدول"
 
 #: ../vector/v.extract/copy_tab.c:91
@@ -35007,7 +35007,7 @@
 #~ msgstr "الملف الراستري للسطح"
 
 #, fuzzy
-#~ msgid "Writting buffers..."
+#~ msgid "Writing buffers..."
 #~ msgstr "وصل الفئات...\n"
 
 #, fuzzy

Modified: grass/trunk/locale/po/grassmods_cs.po
===================================================================
--- grass/trunk/locale/po/grassmods_cs.po	2012-02-25 12:56:17 UTC (rev 50934)
+++ grass/trunk/locale/po/grassmods_cs.po	2012-02-25 12:58:04 UTC (rev 50935)
@@ -11454,7 +11454,7 @@
 #: ../raster/r.resamp.bspline/crosscorr.c:211
 #: ../vector/v.surf.bspline/crosscorr.c:164
 #, c-format
-msgid "Begining cross validation with lambda_i=%.4f..."
+msgid "Beginning cross validation with lambda_i=%.4f..."
 msgstr "Zaèínám køí¾ovou validaci s lambda_i=%.4f ..."
 
 #: ../raster/r.resamp.bspline/crosscorr.c:296
@@ -24640,7 +24640,7 @@
 
 #: ../vector/v.extract/copy_tab.c:86
 #, fuzzy, c-format
-msgid "Writting attributes for layer %d"
+msgid "Writing attributes for layer %d"
 msgstr "Nelze vybrat atributy pro plochu %d"
 
 #: ../vector/v.extract/copy_tab.c:91
@@ -34920,7 +34920,7 @@
 #~ msgstr "Rastrový soubor pro povrch"
 
 #, fuzzy
-#~ msgid "Writting buffers..."
+#~ msgid "Writing buffers..."
 #~ msgstr "Zapisuji prvky..."
 
 #~ msgid "ASCII file to be converted to binary vector map"

Modified: grass/trunk/locale/po/grassmods_de.po
===================================================================
--- grass/trunk/locale/po/grassmods_de.po	2012-02-25 12:56:17 UTC (rev 50934)
+++ grass/trunk/locale/po/grassmods_de.po	2012-02-25 12:58:04 UTC (rev 50935)
@@ -11256,7 +11256,7 @@
 #: ../raster/r.resamp.bspline/crosscorr.c:211
 #: ../vector/v.surf.bspline/crosscorr.c:164
 #, c-format
-msgid "Begining cross validation with lambda_i=%.4f..."
+msgid "Beginning cross validation with lambda_i=%.4f..."
 msgstr "Beginne die Kreuzvalidierung mit lambda_i=%.4f..."
 
 #: ../raster/r.resamp.bspline/crosscorr.c:296
@@ -24214,7 +24214,7 @@
 
 #: ../vector/v.extract/copy_tab.c:86
 #, fuzzy, c-format
-msgid "Writting attributes for layer %d"
+msgid "Writing attributes for layer %d"
 msgstr "Vermisse das Topography-Attribut der Oberfläche %d."
 
 #: ../vector/v.extract/copy_tab.c:91
@@ -34507,7 +34507,7 @@
 #~ msgid "Raster file for surface"
 #~ msgstr "Rasterkarte für die Oberfläche."
 
-#~ msgid "Writting buffers..."
+#~ msgid "Writing buffers..."
 #~ msgstr "Schreibe Buffer..."
 
 #~ msgid "ASCII file to be converted to binary vector map"

Modified: grass/trunk/locale/po/grassmods_el.po
===================================================================
--- grass/trunk/locale/po/grassmods_el.po	2012-02-25 12:56:17 UTC (rev 50934)
+++ grass/trunk/locale/po/grassmods_el.po	2012-02-25 12:58:04 UTC (rev 50935)
@@ -11094,7 +11094,7 @@
 #: ../raster/r.resamp.bspline/crosscorr.c:211
 #: ../vector/v.surf.bspline/crosscorr.c:164
 #, c-format
-msgid "Begining cross validation with lambda_i=%.4f..."
+msgid "Beginning cross validation with lambda_i=%.4f..."
 msgstr ""
 
 #: ../raster/r.resamp.bspline/crosscorr.c:296
@@ -23784,7 +23784,7 @@
 
 #: ../vector/v.extract/copy_tab.c:86
 #, c-format
-msgid "Writting attributes for layer %d"
+msgid "Writing attributes for layer %d"
 msgstr ""
 
 #: ../vector/v.extract/copy_tab.c:91
@@ -33384,7 +33384,7 @@
 #~ msgstr "Áäõíáìßá ëÞøçò ãñáììÞò õøïìÝôñùí áðü ñÜóôåñ"
 
 #, fuzzy
-#~ msgid "Writting buffers..."
+#~ msgid "Writing buffers..."
 #~ msgstr "ÅããñáöÞ %s áðü %s..."
 
 #, fuzzy

Modified: grass/trunk/locale/po/grassmods_es.po
===================================================================
--- grass/trunk/locale/po/grassmods_es.po	2012-02-25 12:56:17 UTC (rev 50934)
+++ grass/trunk/locale/po/grassmods_es.po	2012-02-25 12:58:04 UTC (rev 50935)
@@ -11318,7 +11318,7 @@
 #: ../raster/r.resamp.bspline/crosscorr.c:211
 #: ../vector/v.surf.bspline/crosscorr.c:164
 #, c-format
-msgid "Begining cross validation with lambda_i=%.4f..."
+msgid "Beginning cross validation with lambda_i=%.4f..."
 msgstr "Iniciando validación cruzada con lambda_i=%.4f..."
 
 #: ../raster/r.resamp.bspline/crosscorr.c:296
@@ -20134,11 +20134,11 @@
 
 #: ../general/g.mremove/main.c:71 ../general/g.mlist/main.c:102
 msgid "Use basic regular expressions instead of wildcards"
-msgstr "Usar expresiones regulares básicas en vez de comodines"
+msgstr "Usar expressiones regulares básicas en vez de comodines"
 
 #: ../general/g.mremove/main.c:76 ../general/g.mlist/main.c:108
 msgid "Use extended regular expressions instead of wildcards"
-msgstr "Usar expresiones regulares largas en vez de comodines"
+msgstr "Usar expressiones regulares largas en vez de comodines"
 
 #: ../general/g.mremove/main.c:81
 #: ../locale/scriptstrings/db.droptable_to_translate.c:4
@@ -24321,7 +24321,7 @@
 
 #: ../vector/v.extract/copy_tab.c:86
 #, fuzzy, c-format
-msgid "Writting attributes for layer %d"
+msgid "Writing attributes for layer %d"
 msgstr "Escribiendo atributos..."
 
 #: ../vector/v.extract/copy_tab.c:91
@@ -34620,7 +34620,7 @@
 #~ msgstr "Archivo ráster para superficie"
 
 #, fuzzy
-#~ msgid "Writting buffers..."
+#~ msgid "Writing buffers..."
 #~ msgstr "Escribiendo el archivo de firma [%s] ..."
 
 #~ msgid "ASCII file to be converted to binary vector map"
@@ -37997,7 +37997,7 @@
 
 #, fuzzy
 #~ msgid "Lists data files using basic regular expressions and wildcards."
-#~ msgstr "Aplicar expresiones regulares y comodines a g.list"
+#~ msgstr "Aplicar expressiones regulares y comodines a g.list"
 
 #~ msgid "Mapset(s) to list (default: current mapset search path)"
 #~ msgstr "Directorio(s) de mapas a listar (por omisión: ruta de búsqueda en el directorio actual)"
@@ -38007,7 +38007,7 @@
 
 #, fuzzy
 #~ msgid "Removes data files using basic regular expressions and wildcards."
-#~ msgstr "Aplicar expresiones regulares y comodines a g.list"
+#~ msgstr "Aplicar expressiones regulares y comodines a g.list"
 
 #~ msgid "3d raster to remove"
 #~ msgstr "Ráster 3D a eliminar"
@@ -38052,7 +38052,7 @@
 #~ msgstr "Formula (ej. A-B o A*C+B)"
 
 #~ msgid "Expert mode (enter a set of r.mapcalc expressions)"
-#~ msgstr "Modo avanzado (introducir un conjunto de expresiones de r.mapcalc)"
+#~ msgstr "Modo avanzado (introducir un conjunto de expressiones de r.mapcalc)"
 
 #~ msgid "Do not overwrite existing map"
 #~ msgstr "No sobrescribir mapas existentes"
@@ -38091,7 +38091,7 @@
 #~ msgstr "Nombre para el volumen grid3D de salida"
 
 #~ msgid "Expert mode (enter a set of r3.mapcalc expressions)"
-#~ msgstr "Modo experto (introducir un conjunto de expresiones r3.mapcalc)"
+#~ msgstr "Modo experto (introducir un conjunto de expressiones r3.mapcalc)"
 
 #~ msgid "%s: [%s] not found"
 #~ msgstr "%s: [%s] no encontrado"
@@ -38896,7 +38896,7 @@
 #~ msgstr "Borrando monitores..."
 
 #~ msgid "Apply regular expressions and wildcards to g.remove"
-#~ msgstr "Aplicar expresiones regulares y comodines a g.remove"
+#~ msgstr "Aplicar expressiones regulares y comodines a g.remove"
 
 #~ msgid "Memory allocation error"
 #~ msgstr "Error de asignación de memoria"
@@ -39234,7 +39234,7 @@
 
 #, fuzzy
 #~ msgid "Apply regular expressions and wildcards to g.list"
-#~ msgstr "Aplicar expresiones regulares y comodines a g.remove"
+#~ msgstr "Aplicar expressiones regulares y comodines a g.remove"
 
 #~ msgid "Name of raster map to print in legend"
 #~ msgstr "Nombre del mapa raster a imprimir en la leyenda"

Modified: grass/trunk/locale/po/grassmods_fr.po
===================================================================
--- grass/trunk/locale/po/grassmods_fr.po	2012-02-25 12:56:17 UTC (rev 50934)
+++ grass/trunk/locale/po/grassmods_fr.po	2012-02-25 12:58:04 UTC (rev 50935)
@@ -11977,7 +11977,7 @@
 #: ../raster/r.resamp.bspline/crosscorr.c:211
 #: ../vector/v.surf.bspline/crosscorr.c:164
 #, c-format
-msgid "Begining cross validation with lambda_i=%.4f..."
+msgid "Beginning cross validation with lambda_i=%.4f..."
 msgstr ""
 
 #: ../raster/r.resamp.bspline/crosscorr.c:296
@@ -25894,7 +25894,7 @@
 
 #: ../vector/v.extract/copy_tab.c:86
 #, fuzzy, c-format
-msgid "Writting attributes for layer %d"
+msgid "Writing attributes for layer %d"
 msgstr "Écriture des attributs..."
 
 #: ../vector/v.extract/copy_tab.c:91
@@ -37364,7 +37364,7 @@
 #~ msgstr "Fichier raster à utiliser comme surface"
 
 #, fuzzy
-#~ msgid "Writting buffers..."
+#~ msgid "Writing buffers..."
 #~ msgstr "Écriture des attributs..."
 
 #, fuzzy

Modified: grass/trunk/locale/po/grassmods_hi.po
===================================================================
--- grass/trunk/locale/po/grassmods_hi.po	2012-02-25 12:56:17 UTC (rev 50934)
+++ grass/trunk/locale/po/grassmods_hi.po	2012-02-25 12:58:04 UTC (rev 50935)
@@ -11849,7 +11849,7 @@
 #: ../raster/r.resamp.bspline/crosscorr.c:211
 #: ../vector/v.surf.bspline/crosscorr.c:164
 #, c-format
-msgid "Begining cross validation with lambda_i=%.4f..."
+msgid "Beginning cross validation with lambda_i=%.4f..."
 msgstr ""
 
 #: ../raster/r.resamp.bspline/crosscorr.c:296
@@ -25437,7 +25437,7 @@
 
 #: ../vector/v.extract/copy_tab.c:86
 #, fuzzy, c-format
-msgid "Writting attributes for layer %d"
+msgid "Writing attributes for layer %d"
 msgstr "के लिए"
 
 #: ../vector/v.extract/copy_tab.c:91
@@ -35584,7 +35584,7 @@
 #~ msgstr "के लिए"
 
 #, fuzzy
-#~ msgid "Writting buffers..."
+#~ msgid "Writing buffers..."
 #~ msgstr "n"
 
 #, fuzzy

Modified: grass/trunk/locale/po/grassmods_it.po
===================================================================
--- grass/trunk/locale/po/grassmods_it.po	2012-02-25 12:56:17 UTC (rev 50934)
+++ grass/trunk/locale/po/grassmods_it.po	2012-02-25 12:58:04 UTC (rev 50935)
@@ -11140,7 +11140,7 @@
 #: ../raster/r.resamp.bspline/crosscorr.c:211
 #: ../vector/v.surf.bspline/crosscorr.c:164
 #, c-format
-msgid "Begining cross validation with lambda_i=%.4f..."
+msgid "Beginning cross validation with lambda_i=%.4f..."
 msgstr ""
 
 #: ../raster/r.resamp.bspline/crosscorr.c:296
@@ -23987,7 +23987,7 @@
 
 #: ../vector/v.extract/copy_tab.c:86
 #, fuzzy, c-format
-msgid "Writting attributes for layer %d"
+msgid "Writing attributes for layer %d"
 msgstr "Impossibile selezionare gli attributi per l'area %d"
 
 #: ../vector/v.extract/copy_tab.c:91
@@ -36140,7 +36140,7 @@
 #~ msgid "Raster file for surface"
 #~ msgstr "File raster per superficie"
 
-#~ msgid "Writting buffers..."
+#~ msgid "Writing buffers..."
 #~ msgstr "Scrittura dei buffer in corso ..."
 
 #~ msgid "ASCII file to be converted to binary vector map"

Modified: grass/trunk/locale/po/grassmods_ja.po
===================================================================
--- grass/trunk/locale/po/grassmods_ja.po	2012-02-25 12:56:17 UTC (rev 50934)
+++ grass/trunk/locale/po/grassmods_ja.po	2012-02-25 12:58:04 UTC (rev 50935)
@@ -11221,7 +11221,7 @@
 #: ../raster/r.resamp.bspline/crosscorr.c:211
 #: ../vector/v.surf.bspline/crosscorr.c:164
 #, c-format
-msgid "Begining cross validation with lambda_i=%.4f..."
+msgid "Beginning cross validation with lambda_i=%.4f..."
 msgstr "lambda_i=%.4f で交差検定を開始しています...  "
 
 #: ../raster/r.resamp.bspline/crosscorr.c:296
@@ -24162,7 +24162,7 @@
 
 #: ../vector/v.extract/copy_tab.c:86
 #, fuzzy, c-format
-msgid "Writting attributes for layer %d"
+msgid "Writing attributes for layer %d"
 msgstr "曲面 %d の地勢属性がありません"
 
 #: ../vector/v.extract/copy_tab.c:91
@@ -33990,7 +33990,7 @@
 #~ msgid "Raster file for surface"
 #~ msgstr "曲面に用いるラスターファイル "
 
-#~ msgid "Writting buffers..."
+#~ msgid "Writing buffers..."
 #~ msgstr "フィーチャーを書き込んでいます"
 
 #~ msgid "ASCII file to be converted to binary vector map"

Modified: grass/trunk/locale/po/grassmods_ko.po
===================================================================
--- grass/trunk/locale/po/grassmods_ko.po	2012-02-25 12:56:17 UTC (rev 50934)
+++ grass/trunk/locale/po/grassmods_ko.po	2012-02-25 12:58:04 UTC (rev 50935)
@@ -11182,7 +11182,7 @@
 #: ../raster/r.resamp.bspline/crosscorr.c:211
 #: ../vector/v.surf.bspline/crosscorr.c:164
 #, c-format
-msgid "Begining cross validation with lambda_i=%.4f..."
+msgid "Beginning cross validation with lambda_i=%.4f..."
 msgstr ""
 
 #: ../raster/r.resamp.bspline/crosscorr.c:296
@@ -24065,7 +24065,7 @@
 
 #: ../vector/v.extract/copy_tab.c:86
 #, fuzzy, c-format
-msgid "Writting attributes for layer %d"
+msgid "Writing attributes for layer %d"
 msgstr "출력할 래스터맵"
 
 #: ../vector/v.extract/copy_tab.c:91
@@ -33881,7 +33881,7 @@
 #~ msgstr "출력할 래스터맵"
 
 #, fuzzy
-#~ msgid "Writting buffers..."
+#~ msgid "Writing buffers..."
 #~ msgstr "출력할 래스터맵"
 
 #, fuzzy

Modified: grass/trunk/locale/po/grassmods_lv.po
===================================================================
--- grass/trunk/locale/po/grassmods_lv.po	2012-02-25 12:56:17 UTC (rev 50934)
+++ grass/trunk/locale/po/grassmods_lv.po	2012-02-25 12:58:04 UTC (rev 50935)
@@ -11441,7 +11441,7 @@
 #: ../raster/r.resamp.bspline/crosscorr.c:211
 #: ../vector/v.surf.bspline/crosscorr.c:164
 #, c-format
-msgid "Begining cross validation with lambda_i=%.4f..."
+msgid "Beginning cross validation with lambda_i=%.4f..."
 msgstr ""
 
 #: ../raster/r.resamp.bspline/crosscorr.c:296
@@ -24766,7 +24766,7 @@
 
 #: ../vector/v.extract/copy_tab.c:86
 #, fuzzy, c-format
-msgid "Writting attributes for layer %d"
+msgid "Writing attributes for layer %d"
 msgstr "Nevar iatlasīt datus no tabulas"
 
 #: ../vector/v.extract/copy_tab.c:91
@@ -34790,7 +34790,7 @@
 #~ msgstr "Rastra karte ar virsmu"
 
 #, fuzzy
-#~ msgid "Writting buffers..."
+#~ msgid "Writing buffers..."
 #~ msgstr "Rakstu jaunu failu... \n"
 
 #, fuzzy

Modified: grass/trunk/locale/po/grassmods_mr.po
===================================================================
--- grass/trunk/locale/po/grassmods_mr.po	2012-02-25 12:56:17 UTC (rev 50934)
+++ grass/trunk/locale/po/grassmods_mr.po	2012-02-25 12:58:04 UTC (rev 50935)
@@ -11248,7 +11248,7 @@
 #: ../raster/r.resamp.bspline/crosscorr.c:211
 #: ../vector/v.surf.bspline/crosscorr.c:164
 #, c-format
-msgid "Begining cross validation with lambda_i=%.4f..."
+msgid "Beginning cross validation with lambda_i=%.4f..."
 msgstr ""
 
 #: ../raster/r.resamp.bspline/crosscorr.c:296
@@ -24232,7 +24232,7 @@
 
 #: ../vector/v.extract/copy_tab.c:86
 #, fuzzy, c-format
-msgid "Writting attributes for layer %d"
+msgid "Writing attributes for layer %d"
 msgstr "डेटाबेसची यादी दाखवता येणार नाही"
 
 #: ../vector/v.extract/copy_tab.c:91
@@ -33884,7 +33884,7 @@
 #~ msgstr "'%s'. ड्राइवर चालू होत नाही"
 
 #, fuzzy
-#~ msgid "Writting buffers..."
+#~ msgid "Writing buffers..."
 #~ msgstr "'%s'. ड्राइवर चालू होत नाही"
 
 #, fuzzy

Modified: grass/trunk/locale/po/grassmods_pl.po
===================================================================
--- grass/trunk/locale/po/grassmods_pl.po	2012-02-25 12:56:17 UTC (rev 50934)
+++ grass/trunk/locale/po/grassmods_pl.po	2012-02-25 12:58:04 UTC (rev 50935)
@@ -11263,7 +11263,7 @@
 #: ../raster/r.resamp.bspline/crosscorr.c:211
 #: ../vector/v.surf.bspline/crosscorr.c:164
 #, c-format
-msgid "Begining cross validation with lambda_i=%.4f..."
+msgid "Beginning cross validation with lambda_i=%.4f..."
 msgstr ""
 
 #: ../raster/r.resamp.bspline/crosscorr.c:296
@@ -24456,7 +24456,7 @@
 
 #: ../vector/v.extract/copy_tab.c:86
 #, fuzzy, c-format
-msgid "Writting attributes for layer %d"
+msgid "Writing attributes for layer %d"
 msgstr "Nir można wybrać atrybutów dla pola #%d"
 
 #: ../vector/v.extract/copy_tab.c:91
@@ -34534,7 +34534,7 @@
 #~ msgstr "Plik rastra dla powierzchni"
 
 #, fuzzy
-#~ msgid "Writting buffers..."
+#~ msgid "Writing buffers..."
 #~ msgstr "Zapiywanie obiektów..."
 
 #, fuzzy

Modified: grass/trunk/locale/po/grassmods_pt.po
===================================================================
--- grass/trunk/locale/po/grassmods_pt.po	2012-02-25 12:56:17 UTC (rev 50934)
+++ grass/trunk/locale/po/grassmods_pt.po	2012-02-25 12:58:04 UTC (rev 50935)
@@ -11825,7 +11825,7 @@
 #: ../raster/r.resamp.bspline/crosscorr.c:211
 #: ../vector/v.surf.bspline/crosscorr.c:164
 #, c-format
-msgid "Begining cross validation with lambda_i=%.4f..."
+msgid "Beginning cross validation with lambda_i=%.4f..."
 msgstr ""
 
 #: ../raster/r.resamp.bspline/crosscorr.c:296
@@ -25465,7 +25465,7 @@
 
 #: ../vector/v.extract/copy_tab.c:86
 #, fuzzy, c-format
-msgid "Writting attributes for layer %d"
+msgid "Writing attributes for layer %d"
 msgstr "Escrevendo atributos ..."
 
 #: ../vector/v.extract/copy_tab.c:91
@@ -36226,7 +36226,7 @@
 #~ msgstr "Arquivo raster para superfície"
 
 #, fuzzy
-#~ msgid "Writting buffers..."
+#~ msgid "Writing buffers..."
 #~ msgstr "Escrevendo [%s]..."
 
 #, fuzzy

Modified: grass/trunk/locale/po/grassmods_pt_br.po
===================================================================
--- grass/trunk/locale/po/grassmods_pt_br.po	2012-02-25 12:56:17 UTC (rev 50934)
+++ grass/trunk/locale/po/grassmods_pt_br.po	2012-02-25 12:58:04 UTC (rev 50935)
@@ -11682,7 +11682,7 @@
 #: ../raster/r.resamp.bspline/crosscorr.c:211
 #: ../vector/v.surf.bspline/crosscorr.c:164
 #, c-format
-msgid "Begining cross validation with lambda_i=%.4f..."
+msgid "Beginning cross validation with lambda_i=%.4f..."
 msgstr ""
 
 #: ../raster/r.resamp.bspline/crosscorr.c:296
@@ -25292,7 +25292,7 @@
 
 #: ../vector/v.extract/copy_tab.c:86
 #, fuzzy, c-format
-msgid "Writting attributes for layer %d"
+msgid "Writing attributes for layer %d"
 msgstr "Não consegui selecionar atributos para a área #%d"
 
 #: ../vector/v.extract/copy_tab.c:91
@@ -35637,7 +35637,7 @@
 #~ msgstr "Arquivo raster para superfície"
 
 #, fuzzy
-#~ msgid "Writting buffers..."
+#~ msgid "Writing buffers..."
 #~ msgstr "Escrevendo [%s]..."
 
 #, fuzzy

Modified: grass/trunk/locale/po/grassmods_ru.po
===================================================================
--- grass/trunk/locale/po/grassmods_ru.po	2012-02-25 12:56:17 UTC (rev 50934)
+++ grass/trunk/locale/po/grassmods_ru.po	2012-02-25 12:58:04 UTC (rev 50935)
@@ -11407,7 +11407,7 @@
 #: ../raster/r.resamp.bspline/crosscorr.c:211
 #: ../vector/v.surf.bspline/crosscorr.c:164
 #, c-format
-msgid "Begining cross validation with lambda_i=%.4f..."
+msgid "Beginning cross validation with lambda_i=%.4f..."
 msgstr "Начало перекрестной проверки с lambda_i=%.4f..."
 
 #: ../raster/r.resamp.bspline/crosscorr.c:296
@@ -24468,7 +24468,7 @@
 
 #: ../vector/v.extract/copy_tab.c:86
 #, fuzzy, c-format
-msgid "Writting attributes for layer %d"
+msgid "Writing attributes for layer %d"
 msgstr "Отсутствует атрибут топографии для поверхности %d"
 
 #: ../vector/v.extract/copy_tab.c:91
@@ -34355,7 +34355,7 @@
 #~ msgstr "Растровый файл поверхности"
 
 #, fuzzy
-#~ msgid "Writting buffers..."
+#~ msgid "Writing buffers..."
 #~ msgstr "Запись объектов..."
 
 #~ msgid "ASCII file to be converted to binary vector map"

Modified: grass/trunk/locale/po/grassmods_sl.po
===================================================================
--- grass/trunk/locale/po/grassmods_sl.po	2012-02-25 12:56:17 UTC (rev 50934)
+++ grass/trunk/locale/po/grassmods_sl.po	2012-02-25 12:58:04 UTC (rev 50935)
@@ -11693,7 +11693,7 @@
 #: ../raster/r.resamp.bspline/crosscorr.c:211
 #: ../vector/v.surf.bspline/crosscorr.c:164
 #, c-format
-msgid "Begining cross validation with lambda_i=%.4f..."
+msgid "Beginning cross validation with lambda_i=%.4f..."
 msgstr ""
 
 #: ../raster/r.resamp.bspline/crosscorr.c:296
@@ -25107,7 +25107,7 @@
 
 #: ../vector/v.extract/copy_tab.c:86
 #, fuzzy, c-format
-msgid "Writting attributes for layer %d"
+msgid "Writing attributes for layer %d"
 msgstr "Zapisujem novo datoteko...\n"
 
 #: ../vector/v.extract/copy_tab.c:91
@@ -35648,7 +35648,7 @@
 #~ msgstr "Rastrski sloj za povr¹ino"
 
 #, fuzzy
-#~ msgid "Writting buffers..."
+#~ msgid "Writing buffers..."
 #~ msgstr "Zapisujem novo datoteko...\n"
 
 #, fuzzy

Modified: grass/trunk/locale/po/grassmods_th.po
===================================================================
--- grass/trunk/locale/po/grassmods_th.po	2012-02-25 12:56:17 UTC (rev 50934)
+++ grass/trunk/locale/po/grassmods_th.po	2012-02-25 12:58:04 UTC (rev 50935)
@@ -11517,7 +11517,7 @@
 #: ../raster/r.resamp.bspline/crosscorr.c:211
 #: ../vector/v.surf.bspline/crosscorr.c:164
 #, fuzzy, c-format
-msgid "Begining cross validation with lambda_i=%.4f..."
+msgid "Beginning cross validation with lambda_i=%.4f..."
 msgstr "CrossCorrelation: เริ่มต้น Cross validation ด้วย lambda_i=%.4f ...\n"
 
 #: ../raster/r.resamp.bspline/crosscorr.c:296
@@ -24776,7 +24776,7 @@
 
 #: ../vector/v.extract/copy_tab.c:86
 #, fuzzy, c-format
-msgid "Writting attributes for layer %d"
+msgid "Writing attributes for layer %d"
 msgstr "ไม่สามารถเลือกรายละเอียด สำหรับ area %d"
 
 #: ../vector/v.extract/copy_tab.c:91
@@ -34754,7 +34754,7 @@
 #~ msgstr "แผนที่เชิงภาพสำหรับ Surface"
 
 #, fuzzy
-#~ msgid "Writting buffers..."
+#~ msgid "Writing buffers..."
 #~ msgstr "พื้นที่ Extracting ..."
 
 #~ msgid "ASCII file to be converted to binary vector map"

Modified: grass/trunk/locale/po/grassmods_tr.po
===================================================================
--- grass/trunk/locale/po/grassmods_tr.po	2012-02-25 12:56:17 UTC (rev 50934)
+++ grass/trunk/locale/po/grassmods_tr.po	2012-02-25 12:58:04 UTC (rev 50935)
@@ -11217,7 +11217,7 @@
 #: ../raster/r.resamp.bspline/crosscorr.c:211
 #: ../vector/v.surf.bspline/crosscorr.c:164
 #, c-format
-msgid "Begining cross validation with lambda_i=%.4f..."
+msgid "Beginning cross validation with lambda_i=%.4f..."
 msgstr ""
 
 #: ../raster/r.resamp.bspline/crosscorr.c:296
@@ -24235,7 +24235,7 @@
 
 #: ../vector/v.extract/copy_tab.c:86
 #, fuzzy, c-format
-msgid "Writting attributes for layer %d"
+msgid "Writing attributes for layer %d"
 msgstr "%d alanı için öznitelik seçilemiyor"
 
 #: ../vector/v.extract/copy_tab.c:91
@@ -33965,7 +33965,7 @@
 #~ msgstr "Yüzey için raster dosyası"
 
 #, fuzzy
-#~ msgid "Writting buffers..."
+#~ msgid "Writing buffers..."
 #~ msgstr "[%s] doku dosyası yazılıyor..."
 
 #~ msgid "ASCII file to be converted to binary vector map"

Modified: grass/trunk/locale/po/grassmods_vi.po
===================================================================
--- grass/trunk/locale/po/grassmods_vi.po	2012-02-25 12:56:17 UTC (rev 50934)
+++ grass/trunk/locale/po/grassmods_vi.po	2012-02-25 12:58:04 UTC (rev 50935)
@@ -11396,7 +11396,7 @@
 #: ../raster/r.resamp.bspline/crosscorr.c:211
 #: ../vector/v.surf.bspline/crosscorr.c:164
 #, c-format
-msgid "Begining cross validation with lambda_i=%.4f..."
+msgid "Beginning cross validation with lambda_i=%.4f..."
 msgstr "Bắt đầu kiểm tra chéo với lambda_i=%.4f..."
 
 #: ../raster/r.resamp.bspline/crosscorr.c:296
@@ -24452,7 +24452,7 @@
 
 #: ../vector/v.extract/copy_tab.c:86
 #, fuzzy, c-format
-msgid "Writting attributes for layer %d"
+msgid "Writing attributes for layer %d"
 msgstr "Thiếu thuộc tính tôpô cho bề mặt %d"
 
 #: ../vector/v.extract/copy_tab.c:91
@@ -34377,7 +34377,7 @@
 #~ msgstr "Tập tin raster dùng làm bề mặt"
 
 #, fuzzy
-#~ msgid "Writting buffers..."
+#~ msgid "Writing buffers..."
 #~ msgstr "Đang ghi các đối tượng..."
 
 #~ msgid "ASCII file to be converted to binary vector map"

Modified: grass/trunk/locale/po/grassmods_zh.po
===================================================================
--- grass/trunk/locale/po/grassmods_zh.po	2012-02-25 12:56:17 UTC (rev 50934)
+++ grass/trunk/locale/po/grassmods_zh.po	2012-02-25 12:58:04 UTC (rev 50935)
@@ -11628,7 +11628,7 @@
 #: ../raster/r.resamp.bspline/crosscorr.c:211
 #: ../vector/v.surf.bspline/crosscorr.c:164
 #, c-format
-msgid "Begining cross validation with lambda_i=%.4f..."
+msgid "Beginning cross validation with lambda_i=%.4f..."
 msgstr ""
 
 #: ../raster/r.resamp.bspline/crosscorr.c:296
@@ -25109,7 +25109,7 @@
 
 #: ../vector/v.extract/copy_tab.c:86
 #, fuzzy, c-format
-msgid "Writting attributes for layer %d"
+msgid "Writing attributes for layer %d"
 msgstr "无法为面 #%d 选择属性"
 
 #: ../vector/v.extract/copy_tab.c:91
@@ -35195,7 +35195,7 @@
 #~ msgstr "栅格表面文件"
 
 #, fuzzy
-#~ msgid "Writting buffers..."
+#~ msgid "Writing buffers..."
 #~ msgstr "写入 %s ... "
 
 #, fuzzy

Modified: grass/trunk/locale/po/grasswxpy_es.po
===================================================================
--- grass/trunk/locale/po/grasswxpy_es.po	2012-02-25 12:56:17 UTC (rev 50934)
+++ grass/trunk/locale/po/grasswxpy_es.po	2012-02-25 12:58:04 UTC (rev 50935)
@@ -14432,10 +14432,10 @@
 #~ msgstr "Exportar a archivo MAT (v.4)."
 
 #~ msgid "Apply regular expressions and wildcards to g.list"
-#~ msgstr "Aplicar expresiones regulares y comodines a g.list"
+#~ msgstr "Aplicar expressiones regulares y comodines a g.list"
 
 #~ msgid "Apply regular expressions and wildcards to g.remove"
-#~ msgstr "Aplicar expresiones regulares y comodines a g.remove"
+#~ msgstr "Aplicar expressiones regulares y comodines a g.remove"
 
 #~ msgid "It assumes a cartesian coordinate system"
 #~ msgstr "Asume un sistema de coordenadas cartesianas"

Modified: grass/trunk/locale/po/grasswxpy_pt.po
===================================================================
--- grass/trunk/locale/po/grasswxpy_pt.po	2012-02-25 12:56:17 UTC (rev 50934)
+++ grass/trunk/locale/po/grasswxpy_pt.po	2012-02-25 12:58:04 UTC (rev 50935)
@@ -15558,11 +15558,11 @@
 
 #, fuzzy
 #~ msgid "Apply regular expressions and wildcards to g.list"
-#~ msgstr "Aplicar expresiones regulares y comodines a g.list"
+#~ msgstr "Aplicar expressiones regulares y comodines a g.list"
 
 #, fuzzy
 #~ msgid "Apply regular expressions and wildcards to g.remove"
-#~ msgstr "Aplicar expresiones regulares y comodines a g.remove"
+#~ msgstr "Aplicar expressiones regulares y comodines a g.remove"
 
 #~ msgid "It assumes a cartesian coordinate system"
 #~ msgstr "Assume um sistema de coordenadas cartesiano"

Modified: grass/trunk/locale/po/grasswxpy_pt_br.po
===================================================================
--- grass/trunk/locale/po/grasswxpy_pt_br.po	2012-02-25 12:56:17 UTC (rev 50934)
+++ grass/trunk/locale/po/grasswxpy_pt_br.po	2012-02-25 12:58:04 UTC (rev 50935)
@@ -15649,11 +15649,11 @@
 
 #, fuzzy
 #~ msgid "Apply regular expressions and wildcards to g.list"
-#~ msgstr "Aplicar expresiones regulares y comodines a g.list"
+#~ msgstr "Aplicar expressiones regulares y comodines a g.list"
 
 #, fuzzy
 #~ msgid "Apply regular expressions and wildcards to g.remove"
-#~ msgstr "Aplicar expresiones regulares y comodines a g.remove"
+#~ msgstr "Aplicar expressiones regulares y comodines a g.remove"
 
 #~ msgid "It assumes a cartesian coordinate system"
 #~ msgstr "Assume um sistema de coordenadas cartesiano"

Modified: grass/trunk/locale/po/grasswxpy_zh.po
===================================================================
--- grass/trunk/locale/po/grasswxpy_zh.po	2012-02-25 12:56:17 UTC (rev 50934)
+++ grass/trunk/locale/po/grasswxpy_zh.po	2012-02-25 12:58:04 UTC (rev 50935)
@@ -14662,7 +14662,7 @@
 #~ msgid "Ok"
 #~ msgstr "完成"
 
-#~ msgid "WARNING: cant get enviromental variable"
+#~ msgid "WARNING: cant get environmental variable"
 #~ msgstr "警告:无法获取环境变量"
 
 #~ msgid "WARNING: epsg-codes file not found"

Modified: grass/trunk/vector/v.extract/copy_tab.c
===================================================================
--- grass/trunk/vector/v.extract/copy_tab.c	2012-02-25 12:56:17 UTC (rev 50934)
+++ grass/trunk/vector/v.extract/copy_tab.c	2012-02-25 12:58:04 UTC (rev 50935)
@@ -83,7 +83,7 @@
 	if (fields[i] == field && new_cat != -1)
 		continue;
 	
-	G_verbose_message(_("Writting attributes for layer %d"), fields[i]);
+	G_verbose_message(_("Writing attributes for layer %d"), fields[i]);
 	
 	/* Make a list of categories */
 	IFi = Vect_get_field(In, fields[i]);



More information about the grass-commit mailing list