Browse Source

fix msg grammar

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@66332 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 9 years ago
parent
commit
47494d4339
71 changed files with 76 additions and 75 deletions
  1. 1 1
      gui/wxpython/vnet/dialogs.py
  2. 1 1
      lib/python/pygrass/raster/__init__.py
  3. 1 1
      lib/python/temporal/abstract_space_time_dataset.py
  4. 3 3
      lib/python/temporal/core.py
  5. 2 2
      lib/python/temporal/space_time_datasets.py
  6. 1 1
      locale/po/grasslibs_ar.po
  7. 1 1
      locale/po/grasslibs_cs.po
  8. 1 1
      locale/po/grasslibs_de.po
  9. 1 1
      locale/po/grasslibs_el.po
  10. 1 1
      locale/po/grasslibs_es.po
  11. 1 1
      locale/po/grasslibs_fi.po
  12. 1 1
      locale/po/grasslibs_fr.po
  13. 1 1
      locale/po/grasslibs_it.po
  14. 1 1
      locale/po/grasslibs_ja.po
  15. 1 1
      locale/po/grasslibs_ko.po
  16. 1 1
      locale/po/grasslibs_lv.po
  17. 1 1
      locale/po/grasslibs_ml.po
  18. 1 1
      locale/po/grasslibs_pl.po
  19. 1 1
      locale/po/grasslibs_pt.po
  20. 1 1
      locale/po/grasslibs_pt_br.po
  21. 1 1
      locale/po/grasslibs_ro.po
  22. 1 1
      locale/po/grasslibs_ru.po
  23. 1 1
      locale/po/grasslibs_sl.po
  24. 1 1
      locale/po/grasslibs_th.po
  25. 1 1
      locale/po/grasslibs_tr.po
  26. 1 1
      locale/po/grasslibs_vi.po
  27. 1 1
      locale/po/grasslibs_zh.po
  28. 1 1
      locale/po/grassmods_ar.po
  29. 1 1
      locale/po/grassmods_cs.po
  30. 1 1
      locale/po/grassmods_de.po
  31. 1 1
      locale/po/grassmods_el.po
  32. 1 1
      locale/po/grassmods_es.po
  33. 1 1
      locale/po/grassmods_fi.po
  34. 1 1
      locale/po/grassmods_fr.po
  35. 1 1
      locale/po/grassmods_it.po
  36. 1 1
      locale/po/grassmods_ja.po
  37. 1 1
      locale/po/grassmods_ko.po
  38. 1 1
      locale/po/grassmods_lv.po
  39. 1 1
      locale/po/grassmods_pl.po
  40. 1 1
      locale/po/grassmods_pt.po
  41. 1 1
      locale/po/grassmods_pt_br.po
  42. 1 1
      locale/po/grassmods_ro.po
  43. 1 1
      locale/po/grassmods_ru.po
  44. 1 1
      locale/po/grassmods_sl.po
  45. 1 1
      locale/po/grassmods_th.po
  46. 1 1
      locale/po/grassmods_tr.po
  47. 1 1
      locale/po/grassmods_vi.po
  48. 1 1
      locale/po/grassmods_zh.po
  49. 1 1
      locale/po/grasswxpy_cs.po
  50. 1 1
      locale/po/grasswxpy_de.po
  51. 1 1
      locale/po/grasswxpy_el.po
  52. 1 1
      locale/po/grasswxpy_es.po
  53. 1 1
      locale/po/grasswxpy_fi.po
  54. 1 1
      locale/po/grasswxpy_fr.po
  55. 1 1
      locale/po/grasswxpy_id.po
  56. 1 1
      locale/po/grasswxpy_it.po
  57. 1 1
      locale/po/grasswxpy_ja.po
  58. 1 1
      locale/po/grasswxpy_ko.po
  59. 1 1
      locale/po/grasswxpy_lv.po
  60. 1 1
      locale/po/grasswxpy_ml.po
  61. 1 1
      locale/po/grasswxpy_pl.po
  62. 1 1
      locale/po/grasswxpy_pt.po
  63. 1 1
      locale/po/grasswxpy_pt_br.po
  64. 1 1
      locale/po/grasswxpy_ro.po
  65. 1 1
      locale/po/grasswxpy_ru.po
  66. 1 1
      locale/po/grasswxpy_th.po
  67. 1 1
      locale/po/grasswxpy_tr.po
  68. 1 1
      locale/po/grasswxpy_vi.po
  69. 1 1
      locale/po/grasswxpy_zh.po
  70. 1 0
      scripts/v.what.strds/v.what.strds.py
  71. 3 3
      vector/v.net/turntable.c

+ 1 - 1
gui/wxpython/vnet/dialogs.py

@@ -795,7 +795,7 @@ class VNETDialog(wx.Dialog):
 
         if "input" in err_params:
             GMessage(parent = self,
-                     message = _("Input vector map does not exists."))
+                     message = _("Input vector map does not exist."))
 
         if ["turn_layer", "turn_cat_layer"] in err_params:
             GMessage(parent = self, message = "Please choose existing turntable layer and unique categories layer in Parameters tab.")

+ 1 - 1
lib/python/pygrass/raster/__init__.py

@@ -558,7 +558,7 @@ class RasterSegment(RasterAbstractBase):
                 self._fd = libraster.Rast_open_new(self.name, self._gtype)
         else:
             if self.mode == "r":
-                str_err = _("Raster map <{0}> does not exists")
+                str_err = _("Raster map <{0}> does not exist")
                 raise OpenError(str_err.format(self.name))
 
             self._gtype = RTYPE[self.mtype]['grass type']

+ 1 - 1
lib/python/temporal/abstract_space_time_dataset.py

@@ -327,7 +327,7 @@ class AbstractSpaceTimeDataset(AbstractDataset):
 
         dbif, connected = init_dbif(dbif)
 
-        # We need to create the register table if it does not exists
+        # We need to create the register table if it does not exist
         stds_register_table = self.get_map_register()
 
         # Create the map register table

+ 3 - 3
lib/python/temporal/core.py

@@ -463,7 +463,7 @@ def get_available_temporal_mapsets():
             # exists
             if driver == "sqlite" and not os.path.exists(database):
                 message_interface.warning("Temporal database connection defined as:\n" + \
-                                          database + "\nBut database file does not exists.")
+                                          database + "\nBut database file does not exist.")
 
     return tgis_mapsets
 
@@ -474,7 +474,7 @@ def init(raise_fatal_error=False):
     """This function set the correct database backend from GRASS environmental
        variables and creates the grass temporal database structure for raster,
        vector and raster3d maps as well as for the space-time datasets strds,
-       str3ds and stvds in case it does not exists.
+       str3ds and stvds in case it does not exist.
 
        Several global variables are initiated and the messenger and C-library
        interface subprocesses are spawned.
@@ -759,7 +759,7 @@ def create_temporal_database(dbif):
     msgr.message(_("Creating temporal database: %s" % (str(tgis_database_string))))
 
     if tgis_backend == "sqlite":
-        # We need to create the sqlite3 database path if it does not exists
+        # We need to create the sqlite3 database path if it does not exist
         tgis_dir = os.path.dirname(tgis_database_string)
         if not os.path.exists(tgis_dir):
             try:

+ 2 - 2
lib/python/temporal/space_time_datasets.py

@@ -171,7 +171,7 @@ class RasterDataset(AbstractMapDataset):
            the map will be exported using r.out.bin to a temporary location
            and assigned to the memmap object that is returned by this function.
 
-           In case the raster map does not exists, an empty temporary
+           In case the raster map does not exist, an empty temporary
            binary file will be created and assigned to the memap object.
 
            You need to call the write function to write the memmap
@@ -505,7 +505,7 @@ class Raster3DDataset(AbstractMapDataset):
            the map will be exported using r3.out.bin to a temporary location
            and assigned to the memmap object that is returned by this function.
 
-           In case the 3D raster map does not exists, an empty temporary
+           In case the 3D raster map does not exist, an empty temporary
            binary file will be created and assigned to the memap object.
 
            You need to call the write function to write the memmap

+ 1 - 1
locale/po/grasslibs_ar.po

@@ -3640,7 +3640,7 @@ msgstr "موجود ولايمكن تغييره '%s' الفيكتور"
 
 #: ../lib/python/pygrass/raster/__init__.py:432
 #, fuzzy, python-brace-format
-msgid "Raster map <{0}> does not exists"
+msgid "Raster map <{0}> does not exist"
 msgstr "'%s' لم يمكن فتح ملف التاريخ للفيكتور"
 
 #: ../lib/python/pygrass/raster/abstract.py:274

+ 1 - 1
locale/po/grasslibs_cs.po

@@ -3692,7 +3692,7 @@ msgstr "Vektorová mapa <%s> již existuje a bude přepsána."
 
 #: ../lib/python/pygrass/raster/__init__.py:432
 #, fuzzy, python-brace-format
-msgid "Raster map <{0}> does not exists"
+msgid "Raster map <{0}> does not exist"
 msgstr "Tabulka <%s> připojená k vektorové mapě <%s> neexistuje"
 
 #: ../lib/python/pygrass/raster/abstract.py:274

+ 1 - 1
locale/po/grasslibs_de.po

@@ -3686,7 +3686,7 @@ msgstr "Vektorkarte <%s> existiert bereits und wird überschrieben."
 
 #: ../lib/python/pygrass/raster/__init__.py:432
 #, fuzzy, python-brace-format
-msgid "Raster map <{0}> does not exists"
+msgid "Raster map <{0}> does not exist"
 msgstr "Tabelle <%s> verknüpft mit Vektorkarte <%s> existiert nicht."
 
 #: ../lib/python/pygrass/raster/abstract.py:274

+ 1 - 1
locale/po/grasslibs_el.po

@@ -3680,7 +3680,7 @@ msgstr ""
 
 #: ../lib/python/pygrass/raster/__init__.py:432
 #, fuzzy, python-brace-format
-msgid "Raster map <{0}> does not exists"
+msgid "Raster map <{0}> does not exist"
 msgstr ""
 "Ο πίνακας <%s> που είναι συνδεδεμένος με τον διανυσματικό χάρτη <%s> δεν "
 "υπάρχει"

+ 1 - 1
locale/po/grasslibs_es.po

@@ -3826,7 +3826,7 @@ msgstr "El mapa vectorial <%s> ya existía y será rescrito."
 #
 #: ../lib/python/pygrass/raster/__init__.py:432
 #, fuzzy, python-brace-format
-msgid "Raster map <{0}> does not exists"
+msgid "Raster map <{0}> does not exist"
 msgstr "La tabla <%s> enlazada con el mapa vectorial <%s> no existe."
 
 #: ../lib/python/pygrass/raster/abstract.py:274

+ 1 - 1
locale/po/grasslibs_fi.po

@@ -3503,7 +3503,7 @@ msgstr ""
 
 #: ../lib/python/pygrass/raster/__init__.py:432
 #, python-brace-format
-msgid "Raster map <{0}> does not exists"
+msgid "Raster map <{0}> does not exist"
 msgstr ""
 
 #: ../lib/python/pygrass/raster/abstract.py:274

+ 1 - 1
locale/po/grasslibs_fr.po

@@ -3718,7 +3718,7 @@ msgstr "La couche vectorielle <%s> existe déjà et va être écrasé"
 
 #: ../lib/python/pygrass/raster/__init__.py:432
 #, fuzzy, python-brace-format
-msgid "Raster map <{0}> does not exists"
+msgid "Raster map <{0}> does not exist"
 msgstr "La table <%s> liée à la carte vecteur <%s> n'existe pas "
 
 #: ../lib/python/pygrass/raster/abstract.py:274

+ 1 - 1
locale/po/grasslibs_it.po

@@ -3696,7 +3696,7 @@ msgstr "Il vettoriale <%s> è già presente e sarà sovrascritto"
 
 #: ../lib/python/pygrass/raster/__init__.py:432
 #, fuzzy, python-brace-format
-msgid "Raster map <{0}> does not exists"
+msgid "Raster map <{0}> does not exist"
 msgstr "Tabella <%s> collegata al vettoriale <%s> non esiste"
 
 #: ../lib/python/pygrass/raster/abstract.py:274

+ 1 - 1
locale/po/grasslibs_ja.po

@@ -3685,7 +3685,7 @@ msgstr "ベクトルマップ <%s> は既に存在し上書きされます"
 
 #: ../lib/python/pygrass/raster/__init__.py:432
 #, fuzzy, python-brace-format
-msgid "Raster map <{0}> does not exists"
+msgid "Raster map <{0}> does not exist"
 msgstr "ベクトルマップ <%s> にリンクするテーブル <%s> は存在しません"
 
 #: ../lib/python/pygrass/raster/abstract.py:274

+ 1 - 1
locale/po/grasslibs_ko.po

@@ -3599,7 +3599,7 @@ msgstr "Datum %s 테이블파일을 열 수 없습니다"
 
 #: ../lib/python/pygrass/raster/__init__.py:432
 #, fuzzy, python-brace-format
-msgid "Raster map <{0}> does not exists"
+msgid "Raster map <{0}> does not exist"
 msgstr "임시파일을 열 수 없습니다"
 
 #: ../lib/python/pygrass/raster/abstract.py:274

+ 1 - 1
locale/po/grasslibs_lv.po

@@ -3628,7 +3628,7 @@ msgstr "Vektors '%s' jau eksistē un tiks pārrakstīts."
 
 #: ../lib/python/pygrass/raster/__init__.py:432
 #, fuzzy, python-brace-format
-msgid "Raster map <{0}> does not exists"
+msgid "Raster map <{0}> does not exist"
 msgstr "Nevar atvērt vēsturi vektoram '%s'"
 
 #: ../lib/python/pygrass/raster/abstract.py:274

+ 1 - 1
locale/po/grasslibs_ml.po

@@ -3566,7 +3566,7 @@ msgstr "ഈ ടേബിൾ <%s> ഡേറ്റാബേയ്സിൽ ഉണ
 
 #: ../lib/python/pygrass/raster/__init__.py:432
 #, fuzzy, python-brace-format
-msgid "Raster map <{0}> does not exists"
+msgid "Raster map <{0}> does not exist"
 msgstr "ഗ്രൂപ്പ് <%s> കാലിയാണ്‌ \n"
 
 #: ../lib/python/pygrass/raster/abstract.py:274

+ 1 - 1
locale/po/grasslibs_pl.po

@@ -3657,7 +3657,7 @@ msgstr "Mapa wektorowa <%s> już istnieje i zostanie nadpisana"
 
 #: ../lib/python/pygrass/raster/__init__.py:432
 #, fuzzy, python-brace-format
-msgid "Raster map <{0}> does not exists"
+msgid "Raster map <{0}> does not exist"
 msgstr "Tabela <%s> podłączona do mapy wektorowej <%s> nie istnieje"
 
 #: ../lib/python/pygrass/raster/abstract.py:274

+ 1 - 1
locale/po/grasslibs_pt.po

@@ -3678,7 +3678,7 @@ msgstr "O vetor '%s' j
 
 #: ../lib/python/pygrass/raster/__init__.py:432
 #, fuzzy, python-brace-format
-msgid "Raster map <{0}> does not exists"
+msgid "Raster map <{0}> does not exist"
 msgstr "Impossível abrir topologia para mapa vetorial <%s>"
 
 #: ../lib/python/pygrass/raster/abstract.py:274

+ 1 - 1
locale/po/grasslibs_pt_br.po

@@ -3663,7 +3663,7 @@ msgstr "O vetor '%s' j
 
 #: ../lib/python/pygrass/raster/__init__.py:432
 #, fuzzy, python-brace-format
-msgid "Raster map <{0}> does not exists"
+msgid "Raster map <{0}> does not exist"
 msgstr "Não consegui abrir histórico para o vetor %s"
 
 #: ../lib/python/pygrass/raster/abstract.py:274

+ 1 - 1
locale/po/grasslibs_ro.po

@@ -3569,7 +3569,7 @@ msgstr ""
 
 #: ../lib/python/pygrass/raster/__init__.py:432
 #, fuzzy, python-brace-format
-msgid "Raster map <{0}> does not exists"
+msgid "Raster map <{0}> does not exist"
 msgstr "Harta raster <%s> nu este găsită"
 
 #: ../lib/python/pygrass/raster/abstract.py:274

+ 1 - 1
locale/po/grasslibs_ru.po

@@ -3694,7 +3694,7 @@ msgstr "Векторный слой <%s> уже существует и буде
 
 #: ../lib/python/pygrass/raster/__init__.py:432
 #, fuzzy, python-brace-format
-msgid "Raster map <{0}> does not exists"
+msgid "Raster map <{0}> does not exist"
 msgstr "Таблица <%s> связанная с векторным слоем <%s> не существует"
 
 #: ../lib/python/pygrass/raster/abstract.py:274

+ 1 - 1
locale/po/grasslibs_sl.po

@@ -3663,7 +3663,7 @@ msgstr "Vektor '%s' 
 
 #: ../lib/python/pygrass/raster/__init__.py:432
 #, fuzzy, python-brace-format
-msgid "Raster map <{0}> does not exists"
+msgid "Raster map <{0}> does not exist"
 msgstr "Ne morem odpreti datoteke z zgodovino za vektor '%s'"
 
 #: ../lib/python/pygrass/raster/abstract.py:274

+ 1 - 1
locale/po/grasslibs_th.po

@@ -3682,7 +3682,7 @@ msgstr "แผนที่เชิงเส้น <%s> มีอยู่แล
 
 #: ../lib/python/pygrass/raster/__init__.py:432
 #, fuzzy, python-brace-format
-msgid "Raster map <{0}> does not exists"
+msgid "Raster map <{0}> does not exist"
 msgstr "ไม่สามารถค้นหาตาราง <%s> ที่เชื่อมกับข้อมูลเชิงเส้น <%s>"
 
 #: ../lib/python/pygrass/raster/abstract.py:274

+ 1 - 1
locale/po/grasslibs_tr.po

@@ -3611,7 +3611,7 @@ msgstr "<%s> vektör haritası zaten mevcut ve üzerine yazılacak"
 
 #: ../lib/python/pygrass/raster/__init__.py:432
 #, fuzzy, python-brace-format
-msgid "Raster map <{0}> does not exists"
+msgid "Raster map <{0}> does not exist"
 msgstr "<%s> raster haritası boş"
 
 #: ../lib/python/pygrass/raster/abstract.py:274

+ 1 - 1
locale/po/grasslibs_vi.po

@@ -3684,7 +3684,7 @@ msgstr "Bản đồ vec-tơ <%s> đã có và sẽ bị ghi đè"
 
 #: ../lib/python/pygrass/raster/__init__.py:432
 #, fuzzy, python-brace-format
-msgid "Raster map <{0}> does not exists"
+msgid "Raster map <{0}> does not exist"
 msgstr "Bảng <%s> được liên kết vào bản đồ vec-tơ <%s> không tồn tại"
 
 #: ../lib/python/pygrass/raster/abstract.py:274

+ 1 - 1
locale/po/grasslibs_zh.po

@@ -3680,7 +3680,7 @@ msgstr "矢量'%s'已经存在,它将会被覆盖。"
 
 #: ../lib/python/pygrass/raster/__init__.py:432
 #, fuzzy, python-brace-format
-msgid "Raster map <{0}> does not exists"
+msgid "Raster map <{0}> does not exist"
 msgstr "无法打开矢量'%s'的历史记录"
 
 #: ../lib/python/pygrass/raster/abstract.py:274

+ 1 - 1
locale/po/grassmods_ar.po

@@ -10644,7 +10644,7 @@ msgstr "[%s]لم يتم فتح ملف الخلية ل "
 
 #: ../vector/v.net/turntable.c:670
 #, fuzzy, c-format
-msgid "Arc layer <%s> does not exists in map <%s>."
+msgid "Arc layer <%s> does not exist in map <%s>."
 msgstr "الخريطة الراسترية المطلوب الضبط عليها"
 
 #: ../vector/v.net/turntable.c:675

+ 1 - 1
locale/po/grassmods_cs.po

@@ -10620,7 +10620,7 @@ msgstr "Nelze otevřít vektorovou mapu <%s>"
 
 #: ../vector/v.net/turntable.c:670
 #, fuzzy, c-format
-msgid "Arc layer <%s> does not exists in map <%s>."
+msgid "Arc layer <%s> does not exist in map <%s>."
 msgstr "Tabulka <%s> v databázi <%s> neexistuje"
 
 #: ../vector/v.net/turntable.c:675

+ 1 - 1
locale/po/grassmods_de.po

@@ -10557,7 +10557,7 @@ msgstr "Kann die Vektorkarte <%s> nicht öffnen."
 
 #: ../vector/v.net/turntable.c:670
 #, fuzzy, c-format
-msgid "Arc layer <%s> does not exists in map <%s>."
+msgid "Arc layer <%s> does not exist in map <%s>."
 msgstr "Die Tabelle <%s> existiert nicht in der Datenbank <%s>."
 
 #: ../vector/v.net/turntable.c:675

+ 1 - 1
locale/po/grassmods_el.po

@@ -10208,7 +10208,7 @@ msgstr "Αδυναμία ανοίγματος διανυσματικού χάρ
 
 #: ../vector/v.net/turntable.c:670
 #, fuzzy, c-format
-msgid "Arc layer <%s> does not exists in map <%s>."
+msgid "Arc layer <%s> does not exist in map <%s>."
 msgstr "Ο χάρτης raster  <%s> δεν βρέθηκε"
 
 #: ../vector/v.net/turntable.c:675

+ 1 - 1
locale/po/grassmods_es.po

@@ -10632,7 +10632,7 @@ msgstr "No se puede abrir el mapa vectorial <%s>"
 
 #: ../vector/v.net/turntable.c:670
 #, fuzzy, c-format
-msgid "Arc layer <%s> does not exists in map <%s>."
+msgid "Arc layer <%s> does not exist in map <%s>."
 msgstr "La tabla <%s> no existe en la base de datos <%s>"
 
 #: ../vector/v.net/turntable.c:675

+ 1 - 1
locale/po/grassmods_fi.po

@@ -9805,7 +9805,7 @@ msgstr "Kursoria ei voida avata"
 
 #: ../vector/v.net/turntable.c:670
 #, c-format
-msgid "Arc layer <%s> does not exists in map <%s>."
+msgid "Arc layer <%s> does not exist in map <%s>."
 msgstr ""
 
 #: ../vector/v.net/turntable.c:675

+ 1 - 1
locale/po/grassmods_fr.po

@@ -11082,7 +11082,7 @@ msgstr "Impossible d'ouvrir la couche vecteur [%s]"
 
 #: ../vector/v.net/turntable.c:670
 #, fuzzy, c-format
-msgid "Arc layer <%s> does not exists in map <%s>."
+msgid "Arc layer <%s> does not exist in map <%s>."
 msgstr "La table <%s> n'existe pas dans la base de données <%s>"
 
 #: ../vector/v.net/turntable.c:675

+ 1 - 1
locale/po/grassmods_it.po

@@ -10488,7 +10488,7 @@ msgstr "Impossibile aprire la mappa vettoriale <%s>"
 
 #: ../vector/v.net/turntable.c:670
 #, fuzzy, c-format
-msgid "Arc layer <%s> does not exists in map <%s>."
+msgid "Arc layer <%s> does not exist in map <%s>."
 msgstr "La tabella <%s> non esiste nel database <%s>"
 
 #: ../vector/v.net/turntable.c:675

+ 1 - 1
locale/po/grassmods_ja.po

@@ -10503,7 +10503,7 @@ msgstr "ベクトルマップ <%s> を開けません"
 
 #: ../vector/v.net/turntable.c:670
 #, fuzzy, c-format
-msgid "Arc layer <%s> does not exists in map <%s>."
+msgid "Arc layer <%s> does not exist in map <%s>."
 msgstr "テーブル <%s> はデータベース <%s> 中にありません"
 
 #: ../vector/v.net/turntable.c:675

+ 1 - 1
locale/po/grassmods_ko.po

@@ -10266,7 +10266,7 @@ msgstr "출력할 격자지도"
 
 #: ../vector/v.net/turntable.c:670
 #, fuzzy, c-format
-msgid "Arc layer <%s> does not exists in map <%s>."
+msgid "Arc layer <%s> does not exist in map <%s>."
 msgstr "출력할 격자지도"
 
 #: ../vector/v.net/turntable.c:675

+ 1 - 1
locale/po/grassmods_lv.po

@@ -10625,7 +10625,7 @@ msgstr "neiespējami atvērt <%s>"
 
 #: ../vector/v.net/turntable.c:670
 #, fuzzy, c-format
-msgid "Arc layer <%s> does not exists in map <%s>."
+msgid "Arc layer <%s> does not exist in map <%s>."
 msgstr "Pārkodēt rastra kartes."
 
 #: ../vector/v.net/turntable.c:675

+ 1 - 1
locale/po/grassmods_pl.po

@@ -10530,7 +10530,7 @@ msgstr "Nie można otworzyć mapy wektorowej <%s>"
 # kolejność %s ma chyba znaczenie -> zmiana wypacza sens
 #: ../vector/v.net/turntable.c:670
 #, fuzzy, c-format
-msgid "Arc layer <%s> does not exists in map <%s>."
+msgid "Arc layer <%s> does not exist in map <%s>."
 msgstr "Tabela <%s> nie istnieje w bazie danych <%s>"
 
 #: ../vector/v.net/turntable.c:675

+ 1 - 1
locale/po/grassmods_pt.po

@@ -10761,7 +10761,7 @@ msgstr "N
 
 #: ../vector/v.net/turntable.c:670
 #, fuzzy, c-format
-msgid "Arc layer <%s> does not exists in map <%s>."
+msgid "Arc layer <%s> does not exist in map <%s>."
 msgstr "Tabela <%s> não existe no banco de dados <%s>"
 
 #: ../vector/v.net/turntable.c:675

+ 1 - 1
locale/po/grassmods_pt_br.po

@@ -10757,7 +10757,7 @@ msgstr "N
 
 #: ../vector/v.net/turntable.c:670
 #, fuzzy, c-format
-msgid "Arc layer <%s> does not exists in map <%s>."
+msgid "Arc layer <%s> does not exist in map <%s>."
 msgstr "Tabela <%s> não existe no banco de dados <%s>"
 
 #: ../vector/v.net/turntable.c:675

+ 1 - 1
locale/po/grassmods_ro.po

@@ -9902,7 +9902,7 @@ msgstr "Imposibil de deschis harta vectorială <%s>"
 
 #: ../vector/v.net/turntable.c:670
 #, fuzzy, c-format
-msgid "Arc layer <%s> does not exists in map <%s>."
+msgid "Arc layer <%s> does not exist in map <%s>."
 msgstr "<%s> deja există în mapset <%s>"
 
 #: ../vector/v.net/turntable.c:675

+ 1 - 1
locale/po/grassmods_ru.po

@@ -10624,7 +10624,7 @@ msgstr "Невозможно открыть векторный слой <%s>"
 
 #: ../vector/v.net/turntable.c:670
 #, fuzzy, c-format
-msgid "Arc layer <%s> does not exists in map <%s>."
+msgid "Arc layer <%s> does not exist in map <%s>."
 msgstr "Таблица <%s> не существует в базе данных <%s>"
 
 #: ../vector/v.net/turntable.c:675

+ 1 - 1
locale/po/grassmods_sl.po

@@ -10674,7 +10674,7 @@ msgstr "Ime izhodnega rastrskega sloja"
 
 #: ../vector/v.net/turntable.c:670
 #, fuzzy, c-format
-msgid "Arc layer <%s> does not exists in map <%s>."
+msgid "Arc layer <%s> does not exist in map <%s>."
 msgstr "Rastrski sloj kateremu naj se regija prilagodi"
 
 #: ../vector/v.net/turntable.c:675

+ 1 - 1
locale/po/grassmods_th.po

@@ -10609,7 +10609,7 @@ msgstr "ไม่สามารถ เปิด แผนที่เชิง
 
 #: ../vector/v.net/turntable.c:670
 #, fuzzy, c-format
-msgid "Arc layer <%s> does not exists in map <%s>."
+msgid "Arc layer <%s> does not exist in map <%s>."
 msgstr "ตาราง <%s> ไม่มีอยู่ในฐานข้อมูล <%s>"
 
 #: ../vector/v.net/turntable.c:675

+ 1 - 1
locale/po/grassmods_tr.po

@@ -10471,7 +10471,7 @@ msgstr "<%s> vektör haritası açılamıyor"
 
 #: ../vector/v.net/turntable.c:670
 #, fuzzy, c-format
-msgid "Arc layer <%s> does not exists in map <%s>."
+msgid "Arc layer <%s> does not exist in map <%s>."
 msgstr "<%s>  tablosu <%s> veritabanında yok"
 
 #: ../vector/v.net/turntable.c:675

+ 1 - 1
locale/po/grassmods_vi.po

@@ -10615,7 +10615,7 @@ msgstr "Không thể mở bản đồ vector <%s>"
 
 #: ../vector/v.net/turntable.c:670
 #, fuzzy, c-format
-msgid "Arc layer <%s> does not exists in map <%s>."
+msgid "Arc layer <%s> does not exist in map <%s>."
 msgstr "Bảng <%s> không có trong CSDL <%s>"
 
 #: ../vector/v.net/turntable.c:675

+ 1 - 1
locale/po/grassmods_zh.po

@@ -10618,7 +10618,7 @@ msgstr "无法找到矢量地图 [%s]"
 
 #: ../vector/v.net/turntable.c:670
 #, fuzzy, c-format
-msgid "Arc layer <%s> does not exists in map <%s>."
+msgid "Arc layer <%s> does not exist in map <%s>."
 msgstr "包含结果的栅格图的名称"
 
 #: ../vector/v.net/turntable.c:675

+ 1 - 1
locale/po/grasswxpy_cs.po

@@ -6870,7 +6870,7 @@ msgstr "Načítám data..."
 
 #: ../gui/wxpython/vnet/dialogs.py:798
 #, fuzzy
-msgid "Input vector map does not exists."
+msgid "Input vector map does not exist."
 msgstr "Vektorová mapa <%s> nebyla nalezena."
 
 #: ../gui/wxpython/vnet/dialogs.py:816

+ 1 - 1
locale/po/grasswxpy_de.po

@@ -6755,7 +6755,7 @@ msgstr "Lade Tabellen..."
 
 #: ../gui/wxpython/vnet/dialogs.py:798
 #, fuzzy
-msgid "Input vector map does not exists."
+msgid "Input vector map does not exist."
 msgstr "Verzeichnis %s existiert nicht."
 
 #: ../gui/wxpython/vnet/dialogs.py:816

+ 1 - 1
locale/po/grasswxpy_el.po

@@ -6463,7 +6463,7 @@ msgstr "Φόρτωση δεδομένων..."
 
 #: ../gui/wxpython/vnet/dialogs.py:798
 #, fuzzy
-msgid "Input vector map does not exists."
+msgid "Input vector map does not exist."
 msgstr "Ο φάκελος %s δεν υπάρχει,"
 
 #: ../gui/wxpython/vnet/dialogs.py:816

+ 1 - 1
locale/po/grasswxpy_es.po

@@ -6835,7 +6835,7 @@ msgid "Creating turntable..."
 msgstr "Cargando datos."
 
 #: ../gui/wxpython/vnet/dialogs.py:798
-msgid "Input vector map does not exists."
+msgid "Input vector map does not exist."
 msgstr "Mapa vectorial de entrada no existe."
 
 #: ../gui/wxpython/vnet/dialogs.py:816

+ 1 - 1
locale/po/grasswxpy_fi.po

@@ -6285,7 +6285,7 @@ msgid "Creating turntable..."
 msgstr ""
 
 #: ../gui/wxpython/vnet/dialogs.py:798
-msgid "Input vector map does not exists."
+msgid "Input vector map does not exist."
 msgstr ""
 
 #: ../gui/wxpython/vnet/dialogs.py:816

+ 1 - 1
locale/po/grasswxpy_fr.po

@@ -6698,7 +6698,7 @@ msgid "Creating turntable..."
 msgstr ""
 
 #: ../gui/wxpython/vnet/dialogs.py:798
-msgid "Input vector map does not exists."
+msgid "Input vector map does not exist."
 msgstr "La couche vecteur entrée n'existe pas."
 
 #: ../gui/wxpython/vnet/dialogs.py:816

+ 1 - 1
locale/po/grasswxpy_id.po

@@ -6971,7 +6971,7 @@ msgstr "Menampilkan data..."
 
 #: ../gui/wxpython/vnet/dialogs.py:798
 #, fuzzy
-msgid "Input vector map does not exists."
+msgid "Input vector map does not exist."
 msgstr "ERROR: Mapset <%s> tidak ada"
 
 #: ../gui/wxpython/vnet/dialogs.py:816

+ 1 - 1
locale/po/grasswxpy_it.po

@@ -6567,7 +6567,7 @@ msgid "Creating turntable..."
 msgstr "Creando la tabella delle svolte..."
 
 #: ../gui/wxpython/vnet/dialogs.py:798
-msgid "Input vector map does not exists."
+msgid "Input vector map does not exist."
 msgstr "Il vettoriale di input non esiste."
 
 #: ../gui/wxpython/vnet/dialogs.py:816

+ 1 - 1
locale/po/grasswxpy_ja.po

@@ -6778,7 +6778,7 @@ msgstr "データ ロード中... "
 
 #: ../gui/wxpython/vnet/dialogs.py:798
 #, fuzzy
-msgid "Input vector map does not exists."
+msgid "Input vector map does not exist."
 msgstr "ベクトルマップ <%s> が見つかりません"
 
 #: ../gui/wxpython/vnet/dialogs.py:816

+ 1 - 1
locale/po/grasswxpy_ko.po

@@ -6268,7 +6268,7 @@ msgid "Creating turntable..."
 msgstr ""
 
 #: ../gui/wxpython/vnet/dialogs.py:798
-msgid "Input vector map does not exists."
+msgid "Input vector map does not exist."
 msgstr ""
 
 #: ../gui/wxpython/vnet/dialogs.py:816

+ 1 - 1
locale/po/grasswxpy_lv.po

@@ -6432,7 +6432,7 @@ msgstr "Izveidot tabulu?"
 
 #: ../gui/wxpython/vnet/dialogs.py:798
 #, fuzzy
-msgid "Input vector map does not exists."
+msgid "Input vector map does not exist."
 msgstr "Īpašība %s neeksistē"
 
 #: ../gui/wxpython/vnet/dialogs.py:816

+ 1 - 1
locale/po/grasswxpy_ml.po

@@ -6709,7 +6709,7 @@ msgstr "മാപ്പ്സെറ്റ് ഉണ്ടാക്കുക"
 
 #: ../gui/wxpython/vnet/dialogs.py:798
 #, fuzzy
-msgid "Input vector map does not exists."
+msgid "Input vector map does not exist."
 msgstr "മാപ്പ് <%s> കണ്മനില്ല"
 
 #: ../gui/wxpython/vnet/dialogs.py:816

+ 1 - 1
locale/po/grasswxpy_pl.po

@@ -6650,7 +6650,7 @@ msgstr "Wczytywanie danych..."
 
 #: ../gui/wxpython/vnet/dialogs.py:798
 #, fuzzy
-msgid "Input vector map does not exists."
+msgid "Input vector map does not exist."
 msgstr "Katalog %s nie istnieje."
 
 #: ../gui/wxpython/vnet/dialogs.py:816

+ 1 - 1
locale/po/grasswxpy_pt.po

@@ -7008,7 +7008,7 @@ msgstr "Carregando dados..."
 
 #: ../gui/wxpython/vnet/dialogs.py:798
 #, fuzzy
-msgid "Input vector map does not exists."
+msgid "Input vector map does not exist."
 msgstr "Mapa <%s> não encontrado"
 
 #: ../gui/wxpython/vnet/dialogs.py:816

+ 1 - 1
locale/po/grasswxpy_pt_br.po

@@ -7149,7 +7149,7 @@ msgstr "Carregando dados..."
 
 #: ../gui/wxpython/vnet/dialogs.py:798
 #, fuzzy
-msgid "Input vector map does not exists."
+msgid "Input vector map does not exist."
 msgstr "Mapa <%s> não encontrado"
 
 #: ../gui/wxpython/vnet/dialogs.py:816

+ 1 - 1
locale/po/grasswxpy_ro.po

@@ -6796,7 +6796,7 @@ msgstr "Crează tabel"
 
 #: ../gui/wxpython/vnet/dialogs.py:798
 #, fuzzy
-msgid "Input vector map does not exists."
+msgid "Input vector map does not exist."
 msgstr "Directorul %s nu există."
 
 #: ../gui/wxpython/vnet/dialogs.py:816

+ 1 - 1
locale/po/grasswxpy_ru.po

@@ -6931,7 +6931,7 @@ msgstr "Загрузка данных..."
 
 #: ../gui/wxpython/vnet/dialogs.py:798
 #, fuzzy
-msgid "Input vector map does not exists."
+msgid "Input vector map does not exist."
 msgstr "Слой <%s> не найден."
 
 #: ../gui/wxpython/vnet/dialogs.py:816

+ 1 - 1
locale/po/grasswxpy_th.po

@@ -6683,7 +6683,7 @@ msgstr "กำลังอ่านข้อมูล ..."
 
 #: ../gui/wxpython/vnet/dialogs.py:798
 #, fuzzy
-msgid "Input vector map does not exists."
+msgid "Input vector map does not exist."
 msgstr "แผนที่เชิงภาพไม่ใช่ 3มิติ"
 
 #: ../gui/wxpython/vnet/dialogs.py:816

+ 1 - 1
locale/po/grasswxpy_tr.po

@@ -6946,7 +6946,7 @@ msgstr "Veri yükleniyor..."
 
 #: ../gui/wxpython/vnet/dialogs.py:798
 #, fuzzy
-msgid "Input vector map does not exists."
+msgid "Input vector map does not exist."
 msgstr "<%s>haritası bulunamadı."
 
 #: ../gui/wxpython/vnet/dialogs.py:816

+ 1 - 1
locale/po/grasswxpy_vi.po

@@ -6945,7 +6945,7 @@ msgstr "Đang nạp dữ liệu..."
 
 #: ../gui/wxpython/vnet/dialogs.py:798
 #, fuzzy
-msgid "Input vector map does not exists."
+msgid "Input vector map does not exist."
 msgstr "Không tìm thấy bản đồ <%s>."
 
 #: ../gui/wxpython/vnet/dialogs.py:816

+ 1 - 1
locale/po/grasswxpy_zh.po

@@ -6837,7 +6837,7 @@ msgstr "为 %s 创建支持文件"
 
 #: ../gui/wxpython/vnet/dialogs.py:798
 #, fuzzy
-msgid "Input vector map does not exists."
+msgid "Input vector map does not exist."
 msgstr "栅格地图 [%s] 未发现"
 
 #: ../gui/wxpython/vnet/dialogs.py:816

+ 1 - 0
scripts/v.what.strds/v.what.strds.py

@@ -22,6 +22,7 @@
 #% keyword: position
 #% keyword: querying
 #% keyword: attribute table
+#% keyword: time
 #%end
 
 #%option G_OPT_V_INPUT

+ 3 - 3
vector/v.net/turntable.c

@@ -667,17 +667,17 @@ void turntable(struct opt *opt)
     tucfield = Vect_get_field_number(&InMap, opt->tucfield->answer);
 
     if (!Vect_get_field(&InMap, afield))
-	G_fatal_error(_("Arc layer <%s> does not exists in map <%s>."),
+	G_fatal_error(_("Arc layer <%s> does not exist in map <%s>."),
 		      opt->afield_opt->answer, opt->output->answer);
 
     if (Vect_get_field(&InMap, tfield))
 	G_warning(_
-		  ("Layer <%s> already exists in map <%s>.\nIt will be overwritten by tlayer data."),
+		  ("Layer <%s> already exist in map <%s>.\nIt will be overwritten by tlayer data."),
 		  opt->tfield->answer, opt->output->answer);
 
     if (Vect_get_field(&InMap, tucfield))
 	G_warning(_
-		  ("Layer <%s> already exists in map <%s>.\nIt will be overwritten by tuclayer data."),
+		  ("Layer <%s> already exist in map <%s>.\nIt will be overwritten by tuclayer data."),
 		  opt->tucfield->answer, opt->output->answer);
 
     ttb_name = NULL;