various typos fixed (via Debian lintian QA tool, contributor: sebastic; trac #2841)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@67446 15284696-431f-4ddb-bdfa-cd5b030d7da7
py3
neteler 2015-12-31 08:19:29 +00:00
parent 9819866c0d
commit 2477702196
61 changed files with 175 additions and 175 deletions

View File

@ -193,7 +193,7 @@ if [ ! -d "$BINDIR" ] ; then
mkdir -p $BINDIR
if [ $? -ne 0 ] ; then
echo "An error occured trying to create $BINDIR ! Exiting."
echo "An error occurred trying to create $BINDIR ! Exiting."
exit
fi
fi
@ -227,7 +227,7 @@ if [ ! -d "$DESTDIR" ] ; then
mkdir -p $DESTDIR
if [ $? -ne 0 ] ; then
echo "An error occured trying to create $DESTDIR! Exiting."
echo "An error occurred trying to create $DESTDIR! Exiting."
exit
fi
else
@ -273,7 +273,7 @@ echo "Uncompressing the package and extracting to target directory..."
PACK_FILE=`echo $PACKAGE_DIR/$PACKAGE_NAME | sed 's+^//+/+g'`
cd $DESTDIR; $UNPACK -c $PACK_FILE | tar -xf -
if [ $? -eq 1 ] ; then
echo "An error occured or user break while installing binaries! Exiting."
echo "An error occurred or user break while installing binaries! Exiting."
exit
fi
@ -288,7 +288,7 @@ echo "$BINDIR/$GRASSPRG -> $BINDIR/grass-$NAME_VER"
sed -e "s#@GISBASE@#$DESTDIR#g" \
$DESTDIR/$GRASSPRG.tmp > $BINDIR/grass-$NAME_VER
if [ $? -eq 1 ] ; then
echo "An error occured trying to create the grass start script! Exiting."
echo "An error occurred trying to create the grass start script! Exiting."
echo "You probably do not have permission to install into $BINDIR."
echo "You may need to be the root user to install in that directory."
exit
@ -298,7 +298,7 @@ ln -sf $BINDIR/grass-$NAME_VER $BINDIR/$GRASSPRG
chmod ugo+x $BINDIR/grass-$NAME_VER
if [ $? -eq 1 ] ; then
echo "An error occured trying to create the grass start script! Exiting."
echo "An error occurred trying to create the grass start script! Exiting."
echo "You probably do not have permission to install into $BINDIR."
echo "You may need to be the root user to install in that directory."
exit

View File

@ -41,7 +41,7 @@ dollar sign of its special variable-expansion powers.
While it is known that the interactive Bash instances may treat the
exclamation mark '<tt>!</tt>' character specifically (making single quoting
of it necessary), it shouldn't be the case for the non-interactive
instances of Bash. None the less, to avoid context-based confusion later on
instances of Bash. Nonetheless, to avoid context-based confusion later on
you are enouraged to single-quote messages that do not require
<tt>$VARIABLE</tt> expansion.

View File

@ -430,7 +430,7 @@ class ScattsManager:
self.render_mgr.RunningProcessDone()
if event.exception:
GError(_("Error occured during computation of scatter plot category:\n%s"),
GError(_("Error occurred during computation of scatter plot category:\n%s"),
parent = self.guiparent, showTraceback = False)
cat_id = event.ret

View File

@ -192,7 +192,7 @@ class MapWindowBase(object):
except:
handlers.remove(handler)
GError(parent=self,
message=_("Error occured during calling of handler: %s \n"
message=_("Error occurred during calling of handler: %s \n"
"Handler was unregistered.") % handler.__name__)
event.Skip()
@ -272,7 +272,7 @@ class MapWindowBase(object):
handlers.remove(handler)
except:
GError(parent = self,
message = _("Error occured during unregistration of handler: %s \n \
message = _("Error occurred during unregistration of handler: %s \n \
Handler was unregistered.") % handler.__name__)
handlers.remove(handler)
@ -305,7 +305,7 @@ class MapWindowBase(object):
% handler.__name__)
except:
GError(parent = self,
message = _("Error occured during unregistration of handler: %s \n \
message = _("Error occurred during unregistration of handler: %s \n \
Handler was unregistered") % handler.__name__)
handlers.remove(handler)

View File

@ -102,7 +102,7 @@ shell environment variables.
<p>Note that you will need to set these variables using the
appropriate method required for the UNIX shell that you use (e.g. in a
Bash shell you must <tt>export</tt> the variables for them to
propogate).
propagate).
<h3>User Interface Environment Variable</h3>

View File

@ -358,7 +358,7 @@ void print_realto(float *rt)
}
/*!
\brief Debugging, 256 interger values from buffer
\brief Debugging, 256 integer values from buffer
\todo G_debug ?

View File

@ -120,7 +120,7 @@ class CParser(object):
# ----------------------------------------------------------------------
def handle_error(self, message, filename, lineno):
'''A parse error occured.
'''A parse error occurred.
The default implementation prints `lineno` and `message` to stderr.
The parser will try to recover from errors by synchronising at the

View File

@ -27,7 +27,7 @@ def silent_rmtree(filename):
shutil.rmtree(filename)
except OSError as e:
# errno.ENOENT is "No such file or directory"
# re-raise if a different error occured
# re-raise if a different error occurred
if e.errno != errno.ENOENT:
raise

View File

@ -113,7 +113,7 @@ def writeAvi(filename, images, duration=0.1, encoding='mpeg4',
outPut = S.stdout.read()
if S.wait():
# An error occured, show
# An error occurred, show
print(outPut)
print(S.stderr.read())
# Clean up
@ -158,7 +158,7 @@ def readAvi(filename, asNumpy=True):
outPut = S.stdout.read()
if S.wait():
# An error occured, show
# An error occurred, show
print(outPut)
print(S.stderr.read())
# Clean up

View File

@ -161,7 +161,7 @@ int Vect_box_extend(struct bound_box *A, const struct bound_box *B)
* \param c_x,c_y coordinates (s, n)
* \param Box boundary box
*
* \return 1 if any clipping occured
* \return 1 if any clipping occurred
* \return 0 otherwise
*/
int Vect_box_clip(double *x, double *y, double *c_x, double *c_y, const struct bound_box *Box)

View File

@ -38588,7 +38588,7 @@ msgstr "%-5d تم تخطى فئات النقط الميت\n"
#: ../vector/v.out.ascii/main.c:163
#, fuzzy
msgid "An error occured, nothing to be exported"
msgid "An error occurred, nothing to be exported"
msgstr "%-5d تم تخطى فئات النقط الميت\n"
#: ../vector/v.out.dxf/main.c:58
@ -39903,11 +39903,11 @@ msgid "Cannot get db link info"
msgstr "لم بمكن قراءة معلومات الحقل"
#: ../vector/v.perturb/normalrs.c:31
msgid "normalsv: restoration of unitialized block"
msgid "normalsv: restoration of uninitialized block"
msgstr ""
#: ../vector/v.perturb/normalsv.c:29
msgid "normalsv: save of unitialized block"
msgid "normalsv: save of uninitialized block"
msgstr ""
#: ../vector/v.proj/main.c:71

View File

@ -38975,7 +38975,7 @@ msgstr "Žádné prvky nejsou vybrány, není co editovat"
#: ../vector/v.out.ascii/main.c:163
#, fuzzy
msgid "An error occured, nothing to be exported"
msgid "An error occurred, nothing to be exported"
msgstr "Žádné prvky nejsou vybrány, není co editovat"
#: ../vector/v.out.dxf/main.c:58
@ -40320,11 +40320,11 @@ msgid "Cannot get db link info"
msgstr "Nelze dostat informace o odkazu na databázi"
#: ../vector/v.perturb/normalrs.c:31
msgid "normalsv: restoration of unitialized block"
msgid "normalsv: restoration of uninitialized block"
msgstr "normalsv: obnovení neiniciovaného bloku"
#: ../vector/v.perturb/normalsv.c:29
msgid "normalsv: save of unitialized block"
msgid "normalsv: save of uninitialized block"
msgstr "normalsv: uložení neiniciovaného bloku"
#: ../vector/v.proj/main.c:71

View File

@ -39117,7 +39117,7 @@ msgstr "Keine Feature selektiert, nix zu editieren."
#: ../vector/v.out.ascii/main.c:163
#, fuzzy
msgid "An error occured, nothing to be exported"
msgid "An error occurred, nothing to be exported"
msgstr "Keine Feature selektiert, nix zu editieren."
#: ../vector/v.out.dxf/main.c:58
@ -40500,11 +40500,11 @@ msgid "Cannot get db link info"
msgstr "Kann die Informationen zu Datenbankverbindung nicht lesen."
#: ../vector/v.perturb/normalrs.c:31
msgid "normalsv: restoration of unitialized block"
msgid "normalsv: restoration of uninitialized block"
msgstr "normalsv: Restaurierung eines uninitialisierten Blocks."
#: ../vector/v.perturb/normalsv.c:29
msgid "normalsv: save of unitialized block"
msgid "normalsv: save of uninitialized block"
msgstr "normalsv: Speichere uninitialisierten Block."
#: ../vector/v.proj/main.c:71

View File

@ -37083,7 +37083,7 @@ msgid "No features found, nothing to be exported"
msgstr ""
#: ../vector/v.out.ascii/main.c:163
msgid "An error occured, nothing to be exported"
msgid "An error occurred, nothing to be exported"
msgstr ""
#: ../vector/v.out.dxf/main.c:58
@ -38352,11 +38352,11 @@ msgid "Cannot get db link info"
msgstr ""
#: ../vector/v.perturb/normalrs.c:31
msgid "normalsv: restoration of unitialized block"
msgid "normalsv: restoration of uninitialized block"
msgstr ""
#: ../vector/v.perturb/normalsv.c:29
msgid "normalsv: save of unitialized block"
msgid "normalsv: save of uninitialized block"
msgstr ""
#: ../vector/v.proj/main.c:71

View File

@ -39230,7 +39230,7 @@ msgstr "Ningún elemento seleccionado, nada que editar"
#: ../vector/v.out.ascii/main.c:163
#, fuzzy
msgid "An error occured, nothing to be exported"
msgid "An error occurred, nothing to be exported"
msgstr "Ningún elemento seleccionado, nada que editar"
#: ../vector/v.out.dxf/main.c:58
@ -40622,11 +40622,11 @@ msgid "Cannot get db link info"
msgstr "No se puede obtener leer la información del enlace a la base de datos"
#: ../vector/v.perturb/normalrs.c:31
msgid "normalsv: restoration of unitialized block"
msgid "normalsv: restoration of uninitialized block"
msgstr "normalsv: restauración de bloque no inicializado"
#: ../vector/v.perturb/normalsv.c:29
msgid "normalsv: save of unitialized block"
msgid "normalsv: save of uninitialized block"
msgstr "normalsv: guardar bloque no inicializado"
#: ../vector/v.proj/main.c:71

View File

@ -35578,7 +35578,7 @@ msgid "No features found, nothing to be exported"
msgstr ""
#: ../vector/v.out.ascii/main.c:163
msgid "An error occured, nothing to be exported"
msgid "An error occurred, nothing to be exported"
msgstr ""
#: ../vector/v.out.dxf/main.c:58
@ -36809,11 +36809,11 @@ msgid "Cannot get db link info"
msgstr ""
#: ../vector/v.perturb/normalrs.c:31
msgid "normalsv: restoration of unitialized block"
msgid "normalsv: restoration of uninitialized block"
msgstr ""
#: ../vector/v.perturb/normalsv.c:29
msgid "normalsv: save of unitialized block"
msgid "normalsv: save of uninitialized block"
msgstr ""
#: ../vector/v.proj/main.c:71

View File

@ -40943,7 +40943,7 @@ msgstr "%d points sans catégorie"
# c-format
#: ../vector/v.out.ascii/main.c:163
#, fuzzy
msgid "An error occured, nothing to be exported"
msgid "An error occurred, nothing to be exported"
msgstr "%d points sans catégorie"
#: ../vector/v.out.dxf/main.c:58
@ -42422,11 +42422,11 @@ msgid "Cannot get db link info"
msgstr "Impossible de lire les informations de liaison à la base de données"
#: ../vector/v.perturb/normalrs.c:31
msgid "normalsv: restoration of unitialized block"
msgid "normalsv: restoration of uninitialized block"
msgstr ""
#: ../vector/v.perturb/normalsv.c:29
msgid "normalsv: save of unitialized block"
msgid "normalsv: save of uninitialized block"
msgstr ""
#: ../vector/v.proj/main.c:71

View File

@ -38392,7 +38392,7 @@ msgstr "%d punti senza categoria non considerati"
#: ../vector/v.out.ascii/main.c:163
#, fuzzy
msgid "An error occured, nothing to be exported"
msgid "An error occurred, nothing to be exported"
msgstr "%d punti senza categoria non considerati"
#: ../vector/v.out.dxf/main.c:58
@ -39728,11 +39728,11 @@ msgid "Cannot get db link info"
msgstr ""
#: ../vector/v.perturb/normalrs.c:31
msgid "normalsv: restoration of unitialized block"
msgid "normalsv: restoration of uninitialized block"
msgstr ""
#: ../vector/v.perturb/normalsv.c:29
msgid "normalsv: save of unitialized block"
msgid "normalsv: save of uninitialized block"
msgstr ""
#: ../vector/v.proj/main.c:71

View File

@ -38435,7 +38435,7 @@ msgstr "出力ファイルの上書き"
#: ../vector/v.out.ascii/main.c:163
#, fuzzy
msgid "An error occured, nothing to be exported"
msgid "An error occurred, nothing to be exported"
msgstr "出力ファイルの上書き"
#: ../vector/v.out.dxf/main.c:58
@ -39775,11 +39775,11 @@ msgid "Cannot get db link info"
msgstr "dbリンク情報を取得できません"
#: ../vector/v.perturb/normalrs.c:31
msgid "normalsv: restoration of unitialized block"
msgid "normalsv: restoration of uninitialized block"
msgstr "normalsv: 初期化解除されたブロックの修復"
#: ../vector/v.perturb/normalsv.c:29
msgid "normalsv: save of unitialized block"
msgid "normalsv: save of uninitialized block"
msgstr "normalsv: 初期化されていないブロックの保存"
#: ../vector/v.proj/main.c:71

View File

@ -37297,7 +37297,7 @@ msgid "No features found, nothing to be exported"
msgstr ""
#: ../vector/v.out.ascii/main.c:163
msgid "An error occured, nothing to be exported"
msgid "An error occurred, nothing to be exported"
msgstr ""
#: ../vector/v.out.dxf/main.c:58
@ -38577,11 +38577,11 @@ msgid "Cannot get db link info"
msgstr ""
#: ../vector/v.perturb/normalrs.c:31
msgid "normalsv: restoration of unitialized block"
msgid "normalsv: restoration of uninitialized block"
msgstr ""
#: ../vector/v.perturb/normalsv.c:29
msgid "normalsv: save of unitialized block"
msgid "normalsv: save of uninitialized block"
msgstr ""
#: ../vector/v.proj/main.c:71

View File

@ -38420,7 +38420,7 @@ msgstr "%-5d mirušo/neizmantoto punktu kategorijas izlaistas\n"
#: ../vector/v.out.ascii/main.c:163
#, fuzzy
msgid "An error occured, nothing to be exported"
msgid "An error occurred, nothing to be exported"
msgstr "%-5d mirušo/neizmantoto punktu kategorijas izlaistas\n"
#: ../vector/v.out.dxf/main.c:58
@ -39775,11 +39775,11 @@ msgid "Cannot get db link info"
msgstr "Nevar nolasīt faila informāciju"
#: ../vector/v.perturb/normalrs.c:31
msgid "normalsv: restoration of unitialized block"
msgid "normalsv: restoration of uninitialized block"
msgstr ""
#: ../vector/v.perturb/normalsv.c:29
msgid "normalsv: save of unitialized block"
msgid "normalsv: save of uninitialized block"
msgstr ""
#: ../vector/v.proj/main.c:71

View File

@ -38498,7 +38498,7 @@ msgstr "Edytować plik kategorii dla [%s]? "
#: ../vector/v.out.ascii/main.c:163
#, fuzzy
msgid "An error occured, nothing to be exported"
msgid "An error occurred, nothing to be exported"
msgstr "Edytować plik kategorii dla [%s]? "
#: ../vector/v.out.dxf/main.c:58
@ -39808,11 +39808,11 @@ msgid "Cannot get db link info"
msgstr "Nie można pobrać informacji o odnośniku do bazy danych"
#: ../vector/v.perturb/normalrs.c:31
msgid "normalsv: restoration of unitialized block"
msgid "normalsv: restoration of uninitialized block"
msgstr ""
#: ../vector/v.perturb/normalsv.c:29
msgid "normalsv: save of unitialized block"
msgid "normalsv: save of uninitialized block"
msgstr ""
#: ../vector/v.proj/main.c:71

View File

@ -39576,7 +39576,7 @@ msgstr "%d pontos sem categoria"
#: ../vector/v.out.ascii/main.c:163
#, fuzzy
msgid "An error occured, nothing to be exported"
msgid "An error occurred, nothing to be exported"
msgstr "%d pontos sem categoria"
#: ../vector/v.out.dxf/main.c:58
@ -40989,11 +40989,11 @@ msgid "Cannot get db link info"
msgstr "Năo consegui obter informaçőes sobre a ligaçăo ao BD"
#: ../vector/v.perturb/normalrs.c:31
msgid "normalsv: restoration of unitialized block"
msgid "normalsv: restoration of uninitialized block"
msgstr ""
#: ../vector/v.perturb/normalsv.c:29
msgid "normalsv: save of unitialized block"
msgid "normalsv: save of uninitialized block"
msgstr ""
#: ../vector/v.proj/main.c:71

View File

@ -39486,7 +39486,7 @@ msgstr "%d pontos sem categoria"
#: ../vector/v.out.ascii/main.c:163
#, fuzzy
msgid "An error occured, nothing to be exported"
msgid "An error occurred, nothing to be exported"
msgstr "%d pontos sem categoria"
#: ../vector/v.out.dxf/main.c:58
@ -40898,11 +40898,11 @@ msgid "Cannot get db link info"
msgstr "Năo consegui obter informaçőes sobre a ligaçăo ao BD"
#: ../vector/v.perturb/normalrs.c:31
msgid "normalsv: restoration of unitialized block"
msgid "normalsv: restoration of uninitialized block"
msgstr ""
#: ../vector/v.perturb/normalsv.c:29
msgid "normalsv: save of unitialized block"
msgid "normalsv: save of uninitialized block"
msgstr ""
#: ../vector/v.proj/main.c:71

View File

@ -36175,7 +36175,7 @@ msgid "No features found, nothing to be exported"
msgstr ""
#: ../vector/v.out.ascii/main.c:163
msgid "An error occured, nothing to be exported"
msgid "An error occurred, nothing to be exported"
msgstr ""
#: ../vector/v.out.dxf/main.c:58
@ -37416,11 +37416,11 @@ msgid "Cannot get db link info"
msgstr ""
#: ../vector/v.perturb/normalrs.c:31
msgid "normalsv: restoration of unitialized block"
msgid "normalsv: restoration of uninitialized block"
msgstr ""
#: ../vector/v.perturb/normalsv.c:29
msgid "normalsv: save of unitialized block"
msgid "normalsv: save of uninitialized block"
msgstr ""
#: ../vector/v.proj/main.c:71

View File

@ -39133,7 +39133,7 @@ msgstr "Объекты не выделены, нечего редактиров
#: ../vector/v.out.ascii/main.c:163
#, fuzzy
msgid "An error occured, nothing to be exported"
msgid "An error occurred, nothing to be exported"
msgstr "Объекты не выделены, нечего редактировать"
#: ../vector/v.out.dxf/main.c:58
@ -40491,11 +40491,11 @@ msgid "Cannot get db link info"
msgstr "Невозможно получить информацию о связи с БД"
#: ../vector/v.perturb/normalrs.c:31
msgid "normalsv: restoration of unitialized block"
msgid "normalsv: restoration of uninitialized block"
msgstr "normalsv: восстановление неиннициализированного блока"
#: ../vector/v.perturb/normalsv.c:29
msgid "normalsv: save of unitialized block"
msgid "normalsv: save of uninitialized block"
msgstr "normalsv: сохранение неиннициализированного блока"
#: ../vector/v.proj/main.c:71

View File

@ -38866,7 +38866,7 @@ msgstr "%-5d mrtvih kategorij to
#: ../vector/v.out.ascii/main.c:163
#, fuzzy
msgid "An error occured, nothing to be exported"
msgid "An error occurred, nothing to be exported"
msgstr "%-5d mrtvih kategorij toèk preskoèenih\n"
#: ../vector/v.out.dxf/main.c:58
@ -40182,11 +40182,11 @@ msgid "Cannot get db link info"
msgstr "Ne morem prebrati informacije polja"
#: ../vector/v.perturb/normalrs.c:31
msgid "normalsv: restoration of unitialized block"
msgid "normalsv: restoration of uninitialized block"
msgstr ""
#: ../vector/v.perturb/normalsv.c:29
msgid "normalsv: save of unitialized block"
msgid "normalsv: save of uninitialized block"
msgstr ""
#: ../vector/v.proj/main.c:71

View File

@ -38710,7 +38710,7 @@ msgstr "ไม่มีข้อมูลถูกเลือก, ไม่ม
#: ../vector/v.out.ascii/main.c:163
#, fuzzy
msgid "An error occured, nothing to be exported"
msgid "An error occurred, nothing to be exported"
msgstr "ไม่มีข้อมูลถูกเลือก, ไม่มีอะไรจะแก้ไข"
#: ../vector/v.out.dxf/main.c:58
@ -40032,12 +40032,12 @@ msgid "Cannot get db link info"
msgstr "ไม่สามารถอ่าน ข้อมูล db link"
#: ../vector/v.perturb/normalrs.c:31
msgid "normalsv: restoration of unitialized block"
msgstr "normalsv: restoration of unitialized block"
msgid "normalsv: restoration of uninitialized block"
msgstr "normalsv: restoration of uninitialized block"
#: ../vector/v.perturb/normalsv.c:29
msgid "normalsv: save of unitialized block"
msgstr "normalsv: save of unitialized block"
msgid "normalsv: save of uninitialized block"
msgstr "normalsv: save of uninitialized block"
#: ../vector/v.proj/main.c:71
#, fuzzy

View File

@ -37977,7 +37977,7 @@ msgstr "Hiç obje seçilmedi, hiçbirşey düzenlenmeyecek"
#: ../vector/v.out.ascii/main.c:163
#, fuzzy
msgid "An error occured, nothing to be exported"
msgid "An error occurred, nothing to be exported"
msgstr "Hiç obje seçilmedi, hiçbirşey düzenlenmeyecek"
#: ../vector/v.out.dxf/main.c:58
@ -39266,11 +39266,11 @@ msgid "Cannot get db link info"
msgstr "Veritabanı bağlantı bilgisi alınamıyor"
#: ../vector/v.perturb/normalrs.c:31
msgid "normalsv: restoration of unitialized block"
msgid "normalsv: restoration of uninitialized block"
msgstr ""
#: ../vector/v.perturb/normalsv.c:29
msgid "normalsv: save of unitialized block"
msgid "normalsv: save of uninitialized block"
msgstr ""
#: ../vector/v.proj/main.c:71

View File

@ -39131,7 +39131,7 @@ msgstr "Không có đối tượng nào được chọn, không có gì để ch
#: ../vector/v.out.ascii/main.c:163
#, fuzzy
msgid "An error occured, nothing to be exported"
msgid "An error occurred, nothing to be exported"
msgstr "Không có đối tượng nào được chọn, không có gì để chỉnh sửa"
#: ../vector/v.out.dxf/main.c:58
@ -40500,11 +40500,11 @@ msgid "Cannot get db link info"
msgstr "Không thể lấy thông tin liên kết csdl"
#: ../vector/v.perturb/normalrs.c:31
msgid "normalsv: restoration of unitialized block"
msgid "normalsv: restoration of uninitialized block"
msgstr "normalsv: phục hồi các khối không được khởi tạo"
#: ../vector/v.perturb/normalsv.c:29
msgid "normalsv: save of unitialized block"
msgid "normalsv: save of uninitialized block"
msgstr "normalsv: lưu các khối không được khởi tạo"
#: ../vector/v.proj/main.c:71

View File

@ -38768,7 +38768,7 @@ msgstr "%d 个点没有类别,将被忽略"
#: ../vector/v.out.ascii/main.c:163
#, fuzzy
msgid "An error occured, nothing to be exported"
msgid "An error occurred, nothing to be exported"
msgstr "%d 个点没有类别,将被忽略"
#: ../vector/v.out.dxf/main.c:58
@ -40111,11 +40111,11 @@ msgid "Cannot get db link info"
msgstr "无法读取字段信息"
#: ../vector/v.perturb/normalrs.c:31
msgid "normalsv: restoration of unitialized block"
msgid "normalsv: restoration of uninitialized block"
msgstr ""
#: ../vector/v.perturb/normalsv.c:29
msgid "normalsv: save of unitialized block"
msgid "normalsv: save of uninitialized block"
msgstr ""
#: ../vector/v.proj/main.c:71

View File

@ -5798,7 +5798,7 @@ msgstr ""
#: ../gui/wxpython/iscatt/controllers.py:433
#, python-format
msgid ""
"Error occured during computation of scatter plot category:\n"
"Error occurred during computation of scatter plot category:\n"
"%s"
msgstr ""
@ -7967,14 +7967,14 @@ msgstr ""
#: ../gui/wxpython/mapwin/base.py:195
#, python-format
msgid ""
"Error occured during calling of handler: %s \n"
"Error occurred during calling of handler: %s \n"
"Handler was unregistered."
msgstr ""
#: ../gui/wxpython/mapwin/base.py:275
#, python-format
msgid ""
"Error occured during unregistration of handler: %s \n"
"Error occurred during unregistration of handler: %s \n"
" Handler was unregistered."
msgstr ""
@ -7986,7 +7986,7 @@ msgstr ""
#: ../gui/wxpython/mapwin/base.py:308
#, python-format
msgid ""
"Error occured during unregistration of handler: %s \n"
"Error occurred during unregistration of handler: %s \n"
" Handler was unregistered"
msgstr ""

View File

@ -5785,7 +5785,7 @@ msgstr ""
#: ../gui/wxpython/iscatt/controllers.py:433
#, python-format
msgid ""
"Error occured during computation of scatter plot category:\n"
"Error occurred during computation of scatter plot category:\n"
"%s"
msgstr ""
@ -7959,14 +7959,14 @@ msgstr ""
#: ../gui/wxpython/mapwin/base.py:195
#, python-format
msgid ""
"Error occured during calling of handler: %s \n"
"Error occurred during calling of handler: %s \n"
"Handler was unregistered."
msgstr ""
#: ../gui/wxpython/mapwin/base.py:275
#, python-format
msgid ""
"Error occured during unregistration of handler: %s \n"
"Error occurred during unregistration of handler: %s \n"
" Handler was unregistered."
msgstr ""
@ -7978,7 +7978,7 @@ msgstr ""
#: ../gui/wxpython/mapwin/base.py:308
#, python-format
msgid ""
"Error occured during unregistration of handler: %s \n"
"Error occurred during unregistration of handler: %s \n"
" Handler was unregistered"
msgstr ""

View File

@ -5551,7 +5551,7 @@ msgstr ""
#: ../gui/wxpython/iscatt/controllers.py:433
#, python-format
msgid ""
"Error occured during computation of scatter plot category:\n"
"Error occurred during computation of scatter plot category:\n"
"%s"
msgstr ""
@ -7626,14 +7626,14 @@ msgstr ""
#: ../gui/wxpython/mapwin/base.py:195
#, python-format
msgid ""
"Error occured during calling of handler: %s \n"
"Error occurred during calling of handler: %s \n"
"Handler was unregistered."
msgstr ""
#: ../gui/wxpython/mapwin/base.py:275
#, python-format
msgid ""
"Error occured during unregistration of handler: %s \n"
"Error occurred during unregistration of handler: %s \n"
" Handler was unregistered."
msgstr ""
@ -7645,7 +7645,7 @@ msgstr ""
#: ../gui/wxpython/mapwin/base.py:308
#, python-format
msgid ""
"Error occured during unregistration of handler: %s \n"
"Error occurred during unregistration of handler: %s \n"
" Handler was unregistered"
msgstr ""

View File

@ -5867,7 +5867,7 @@ msgstr ""
#: ../gui/wxpython/iscatt/controllers.py:433
#, python-format
msgid ""
"Error occured during computation of scatter plot category:\n"
"Error occurred during computation of scatter plot category:\n"
"%s"
msgstr ""
@ -8080,14 +8080,14 @@ msgstr "Área: {area} {unit}\n"
#: ../gui/wxpython/mapwin/base.py:195
#, python-format
msgid ""
"Error occured during calling of handler: %s \n"
"Error occurred during calling of handler: %s \n"
"Handler was unregistered."
msgstr ""
#: ../gui/wxpython/mapwin/base.py:275
#, python-format
msgid ""
"Error occured during unregistration of handler: %s \n"
"Error occurred during unregistration of handler: %s \n"
" Handler was unregistered."
msgstr ""
@ -8099,7 +8099,7 @@ msgstr ""
#: ../gui/wxpython/mapwin/base.py:308
#, python-format
msgid ""
"Error occured during unregistration of handler: %s \n"
"Error occurred during unregistration of handler: %s \n"
" Handler was unregistered"
msgstr ""

View File

@ -5395,7 +5395,7 @@ msgstr ""
#: ../gui/wxpython/iscatt/controllers.py:433
#, python-format
msgid ""
"Error occured during computation of scatter plot category:\n"
"Error occurred during computation of scatter plot category:\n"
"%s"
msgstr ""
@ -7390,14 +7390,14 @@ msgstr ""
#: ../gui/wxpython/mapwin/base.py:195
#, python-format
msgid ""
"Error occured during calling of handler: %s \n"
"Error occurred during calling of handler: %s \n"
"Handler was unregistered."
msgstr ""
#: ../gui/wxpython/mapwin/base.py:275
#, python-format
msgid ""
"Error occured during unregistration of handler: %s \n"
"Error occurred during unregistration of handler: %s \n"
" Handler was unregistered."
msgstr ""
@ -7409,7 +7409,7 @@ msgstr ""
#: ../gui/wxpython/mapwin/base.py:308
#, python-format
msgid ""
"Error occured during unregistration of handler: %s \n"
"Error occurred during unregistration of handler: %s \n"
" Handler was unregistered"
msgstr ""

View File

@ -5748,7 +5748,7 @@ msgstr ""
#: ../gui/wxpython/iscatt/controllers.py:433
#, python-format
msgid ""
"Error occured during computation of scatter plot category:\n"
"Error occurred during computation of scatter plot category:\n"
"%s"
msgstr ""
"Une erreur est survenue lors du calcul de la catégorie du nuage de points :\n"
@ -7880,14 +7880,14 @@ msgstr "Surface : {area} {unit}\n"
#: ../gui/wxpython/mapwin/base.py:195
#, python-format
msgid ""
"Error occured during calling of handler: %s \n"
"Error occurred during calling of handler: %s \n"
"Handler was unregistered."
msgstr ""
#: ../gui/wxpython/mapwin/base.py:275
#, python-format
msgid ""
"Error occured during unregistration of handler: %s \n"
"Error occurred during unregistration of handler: %s \n"
" Handler was unregistered."
msgstr ""
@ -7899,7 +7899,7 @@ msgstr ""
#: ../gui/wxpython/mapwin/base.py:308
#, python-format
msgid ""
"Error occured during unregistration of handler: %s \n"
"Error occurred during unregistration of handler: %s \n"
" Handler was unregistered"
msgstr ""

View File

@ -5999,7 +5999,7 @@ msgstr ""
#: ../gui/wxpython/iscatt/controllers.py:433
#, python-format
msgid ""
"Error occured during computation of scatter plot category:\n"
"Error occurred during computation of scatter plot category:\n"
"%s"
msgstr ""
@ -8208,14 +8208,14 @@ msgstr ""
#: ../gui/wxpython/mapwin/base.py:195
#, python-format
msgid ""
"Error occured during calling of handler: %s \n"
"Error occurred during calling of handler: %s \n"
"Handler was unregistered."
msgstr ""
#: ../gui/wxpython/mapwin/base.py:275
#, python-format
msgid ""
"Error occured during unregistration of handler: %s \n"
"Error occurred during unregistration of handler: %s \n"
" Handler was unregistered."
msgstr ""
@ -8227,7 +8227,7 @@ msgstr ""
#: ../gui/wxpython/mapwin/base.py:308
#, python-format
msgid ""
"Error occured during unregistration of handler: %s \n"
"Error occurred during unregistration of handler: %s \n"
" Handler was unregistered"
msgstr ""

View File

@ -5626,7 +5626,7 @@ msgstr ""
#: ../gui/wxpython/iscatt/controllers.py:433
#, python-format
msgid ""
"Error occured during computation of scatter plot category:\n"
"Error occurred during computation of scatter plot category:\n"
"%s"
msgstr ""
"Un errore è occorso durante la creazione della categoria dello scatter "
@ -7708,14 +7708,14 @@ msgstr "Area: {area} {unit}\n"
#: ../gui/wxpython/mapwin/base.py:195
#, python-format
msgid ""
"Error occured during calling of handler: %s \n"
"Error occurred during calling of handler: %s \n"
"Handler was unregistered."
msgstr ""
#: ../gui/wxpython/mapwin/base.py:275
#, python-format
msgid ""
"Error occured during unregistration of handler: %s \n"
"Error occurred during unregistration of handler: %s \n"
" Handler was unregistered."
msgstr ""
@ -7727,7 +7727,7 @@ msgstr ""
#: ../gui/wxpython/mapwin/base.py:308
#, python-format
msgid ""
"Error occured during unregistration of handler: %s \n"
"Error occurred during unregistration of handler: %s \n"
" Handler was unregistered"
msgstr ""

View File

@ -5824,7 +5824,7 @@ msgstr ""
#: ../gui/wxpython/iscatt/controllers.py:433
#, python-format
msgid ""
"Error occured during computation of scatter plot category:\n"
"Error occurred during computation of scatter plot category:\n"
"%s"
msgstr ""
@ -7988,14 +7988,14 @@ msgstr ""
#: ../gui/wxpython/mapwin/base.py:195
#, python-format
msgid ""
"Error occured during calling of handler: %s \n"
"Error occurred during calling of handler: %s \n"
"Handler was unregistered."
msgstr ""
#: ../gui/wxpython/mapwin/base.py:275
#, python-format
msgid ""
"Error occured during unregistration of handler: %s \n"
"Error occurred during unregistration of handler: %s \n"
" Handler was unregistered."
msgstr ""
@ -8007,7 +8007,7 @@ msgstr ""
#: ../gui/wxpython/mapwin/base.py:308
#, python-format
msgid ""
"Error occured during unregistration of handler: %s \n"
"Error occurred during unregistration of handler: %s \n"
" Handler was unregistered"
msgstr ""

View File

@ -5388,7 +5388,7 @@ msgstr ""
#: ../gui/wxpython/iscatt/controllers.py:433
#, python-format
msgid ""
"Error occured during computation of scatter plot category:\n"
"Error occurred during computation of scatter plot category:\n"
"%s"
msgstr ""
@ -7383,14 +7383,14 @@ msgstr ""
#: ../gui/wxpython/mapwin/base.py:195
#, python-format
msgid ""
"Error occured during calling of handler: %s \n"
"Error occurred during calling of handler: %s \n"
"Handler was unregistered."
msgstr ""
#: ../gui/wxpython/mapwin/base.py:275
#, python-format
msgid ""
"Error occured during unregistration of handler: %s \n"
"Error occurred during unregistration of handler: %s \n"
" Handler was unregistered."
msgstr ""
@ -7402,7 +7402,7 @@ msgstr ""
#: ../gui/wxpython/mapwin/base.py:308
#, python-format
msgid ""
"Error occured during unregistration of handler: %s \n"
"Error occurred during unregistration of handler: %s \n"
" Handler was unregistered"
msgstr ""

View File

@ -5513,7 +5513,7 @@ msgstr ""
#: ../gui/wxpython/iscatt/controllers.py:433
#, python-format
msgid ""
"Error occured during computation of scatter plot category:\n"
"Error occurred during computation of scatter plot category:\n"
"%s"
msgstr ""
@ -7570,14 +7570,14 @@ msgstr ""
#: ../gui/wxpython/mapwin/base.py:195
#, python-format
msgid ""
"Error occured during calling of handler: %s \n"
"Error occurred during calling of handler: %s \n"
"Handler was unregistered."
msgstr ""
#: ../gui/wxpython/mapwin/base.py:275
#, python-format
msgid ""
"Error occured during unregistration of handler: %s \n"
"Error occurred during unregistration of handler: %s \n"
" Handler was unregistered."
msgstr ""
@ -7589,7 +7589,7 @@ msgstr ""
#: ../gui/wxpython/mapwin/base.py:308
#, python-format
msgid ""
"Error occured during unregistration of handler: %s \n"
"Error occurred during unregistration of handler: %s \n"
" Handler was unregistered"
msgstr ""

View File

@ -5726,7 +5726,7 @@ msgstr ""
#: ../gui/wxpython/iscatt/controllers.py:433
#, python-format
msgid ""
"Error occured during computation of scatter plot category:\n"
"Error occurred during computation of scatter plot category:\n"
"%s"
msgstr ""
@ -7876,14 +7876,14 @@ msgstr ""
#: ../gui/wxpython/mapwin/base.py:195
#, python-format
msgid ""
"Error occured during calling of handler: %s \n"
"Error occurred during calling of handler: %s \n"
"Handler was unregistered."
msgstr ""
#: ../gui/wxpython/mapwin/base.py:275
#, python-format
msgid ""
"Error occured during unregistration of handler: %s \n"
"Error occurred during unregistration of handler: %s \n"
" Handler was unregistered."
msgstr ""
@ -7895,7 +7895,7 @@ msgstr ""
#: ../gui/wxpython/mapwin/base.py:308
#, python-format
msgid ""
"Error occured during unregistration of handler: %s \n"
"Error occurred during unregistration of handler: %s \n"
" Handler was unregistered"
msgstr ""

View File

@ -5697,7 +5697,7 @@ msgstr ""
#: ../gui/wxpython/iscatt/controllers.py:433
#, python-format
msgid ""
"Error occured during computation of scatter plot category:\n"
"Error occurred during computation of scatter plot category:\n"
"%s"
msgstr ""
@ -7829,14 +7829,14 @@ msgstr ""
#: ../gui/wxpython/mapwin/base.py:195
#, python-format
msgid ""
"Error occured during calling of handler: %s \n"
"Error occurred during calling of handler: %s \n"
"Handler was unregistered."
msgstr ""
#: ../gui/wxpython/mapwin/base.py:275
#, python-format
msgid ""
"Error occured during unregistration of handler: %s \n"
"Error occurred during unregistration of handler: %s \n"
" Handler was unregistered."
msgstr ""
@ -7848,7 +7848,7 @@ msgstr ""
#: ../gui/wxpython/mapwin/base.py:308
#, python-format
msgid ""
"Error occured during unregistration of handler: %s \n"
"Error occurred during unregistration of handler: %s \n"
" Handler was unregistered"
msgstr ""

View File

@ -5995,7 +5995,7 @@ msgstr ""
#: ../gui/wxpython/iscatt/controllers.py:433
#, python-format
msgid ""
"Error occured during computation of scatter plot category:\n"
"Error occurred during computation of scatter plot category:\n"
"%s"
msgstr ""
@ -8215,14 +8215,14 @@ msgstr ""
#: ../gui/wxpython/mapwin/base.py:195
#, python-format
msgid ""
"Error occured during calling of handler: %s \n"
"Error occurred during calling of handler: %s \n"
"Handler was unregistered."
msgstr ""
#: ../gui/wxpython/mapwin/base.py:275
#, python-format
msgid ""
"Error occured during unregistration of handler: %s \n"
"Error occurred during unregistration of handler: %s \n"
" Handler was unregistered."
msgstr ""
@ -8234,7 +8234,7 @@ msgstr ""
#: ../gui/wxpython/mapwin/base.py:308
#, python-format
msgid ""
"Error occured during unregistration of handler: %s \n"
"Error occurred during unregistration of handler: %s \n"
" Handler was unregistered"
msgstr ""

View File

@ -6125,7 +6125,7 @@ msgstr ""
#: ../gui/wxpython/iscatt/controllers.py:433
#, python-format
msgid ""
"Error occured during computation of scatter plot category:\n"
"Error occurred during computation of scatter plot category:\n"
"%s"
msgstr ""
@ -8398,14 +8398,14 @@ msgstr ""
#: ../gui/wxpython/mapwin/base.py:195