[SCM] PostGIS branch master updated. 3.4.0rc1-1033-g475392e85

git at osgeo.org git at osgeo.org
Fri Mar 15 04:49:20 PDT 2024


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  475392e85ef4a2cf4c248fa18ec87e17f76bb73b (commit)
      from  d21b94d1155e595a782fe7cbd8833d4cc6f20b59 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 475392e85ef4a2cf4c248fa18ec87e17f76bb73b
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Mar 15 12:49:02 2024 +0100

    Translate a string in italian, and drop fuzzy strings

diff --git a/doc/po/it_IT/postgis-manual.po b/doc/po/it_IT/postgis-manual.po
index e89812e67..d1fa285e3 100644
--- a/doc/po/it_IT/postgis-manual.po
+++ b/doc/po/it_IT/postgis-manual.po
@@ -41983,6 +41983,9 @@ msgid ""
 "directory for each record. Requires you have plpython installed. Should work "
 "fine with both plpythonu and plpython3u."
 msgstr ""
+"Si tratta di una funzione plpython che crea un file per ogni record nella "
+"directory del server. Richiede la presenza di plpython. Dovrebbe "
+"funzionare bene sia con plpythonu che plpython3u."
 
 #. Tag: title
 #, no-c-format
@@ -42154,424 +42157,3 @@ msgstr "Supporta il 2.5/3D"
 #, no-c-format
 msgid "Supports geography"
 msgstr "Supporta il tipo geography"
-
-#, no-c-format
-#~ msgid ""
-#~ ", <xref linkend=\"CreateTopology\"/>, <xref linkend=\"DropTopology\"/>"
-#~ msgstr ""
-#~ ", <xref linkend=\"CreateTopology\"/>, <xref linkend=\"DropTopology\"/>"
-
-#, no-c-format
-#~ msgid ""
-#~ ", <xref linkend=\"TopoGeo_AddPolygon\"/>, <xref linkend=\"AddNode\"/>, "
-#~ "<xref linkend=\"CreateTopology\"/>"
-#~ msgstr ""
-#~ ", <xref linkend=\"TopoGeo_AddPolygon\"/>, <xref linkend=\"AddNode\"/>, "
-#~ "<xref linkend=\"CreateTopology\"/>"
-
-#, no-c-format
-#~ msgid ""
-#~ ", <xref linkend=\"TopoGeo_AddPolygon\"/>, <xref linkend=\"AddEdge\"/>, "
-#~ "<xref linkend=\"CreateTopology\"/>"
-#~ msgstr ""
-#~ ", <xref linkend=\"TopoGeo_AddPolygon\"/>, <xref linkend=\"AddEdge\"/>, "
-#~ "<xref linkend=\"CreateTopology\"/>"
-
-#, no-c-format
-#~ msgid ""
-#~ ", <xref linkend=\"TopoGeo_AddLineString\"/>, <xref linkend=\"AddFace\"/>, "
-#~ "<xref linkend=\"CreateTopology\"/>"
-#~ msgstr ""
-#~ ", <xref linkend=\"TopoGeo_AddLineString\"/>, <xref linkend=\"AddFace\"/>, "
-#~ "<xref linkend=\"CreateTopology\"/>"
-
-#, no-c-format
-#~ msgid ""
-#~ "&reference_type; &reference_management; &reference_constructor; "
-#~ "&reference_accessor; &reference_editor; &reference_validation; "
-#~ "&reference_srs; &reference_input; &reference_output; &reference_operator; "
-#~ "&reference_relationship; &reference_measure; &reference_overlay; "
-#~ "&reference_processing; &reference_coverage; &reference_transformation; "
-#~ "&reference_cluster; &reference_bbox; &reference_lrs; "
-#~ "&reference_trajectory; &reference_sfcgal; &reference_transaction; "
-#~ "&reference_version; &reference_guc; &reference_troubleshooting;"
-#~ msgstr ""
-#~ "&reference_type; &reference_management; &reference_constructor; "
-#~ "&reference_accessor; &reference_editor; &reference_validation; "
-#~ "&reference_srs; &reference_input; &reference_output; &reference_operator; "
-#~ "&reference_relationship; &reference_measure; &reference_overlay; "
-#~ "&reference_processing; &reference_coverage; &reference_transformation; "
-#~ "&reference_cluster; &reference_bbox; &reference_lrs; "
-#~ "&reference_trajectory; &reference_sfcgal; &reference_transaction; "
-#~ "&reference_version; &reference_guc; &reference_troubleshooting;"
-
-#, no-c-format
-#~ msgid ""
-#~ "Returns a simplified version of a geometry, using the Douglas-Peucker "
-#~ "algorithm."
-#~ msgstr ""
-#~ "Restituisce una versione semplificata di una geometria, utilizzando "
-#~ "l'algoritmo di Douglas-Peucker."
-
-#, no-c-format
-#~ msgid ""
-#~ "Returns a \"simplified\" version of the given geometry using the Douglas-"
-#~ "Peucker algorithm. Will actually do something only with (multi)lines and "
-#~ "(multi)polygons but you can safely call it with any kind of geometry. "
-#~ "Since simplification occurs on a object-by-object basis you can also feed "
-#~ "a GeometryCollection to this function."
-#~ msgstr ""
-#~ "Restituisce una versione \"semplificata\" della geometria data, "
-#~ "utilizzando l'algoritmo di Douglas-Peucker. In realtà, funziona solo con "
-#~ "(multi)linee e (multi)poligoni, ma può essere tranquillamente richiamato "
-#~ "con qualsiasi tipo di geometria. Poiché la semplificazione avviene "
-#~ "oggetto per oggetto, è possibile fornire a questa funzione anche una "
-#~ "collezione di geometrie."
-
-#, no-c-format
-#~ msgid ""
-#~ "The \"preserve collapsed\" flag will retain objects that would otherwise "
-#~ "be too small given the tolerance. For example, a 1m long line simplified "
-#~ "with a 10m tolerance. If <varname>preserveCollapsed</varname> argument is "
-#~ "specified as true, the line will not disappear. This flag is useful for "
-#~ "rendering engines, to avoid having large numbers of very small objects "
-#~ "disappear from a map leaving surprising gaps."
-#~ msgstr ""
-#~ "Il flag \"conserva collassato\" conserva gli oggetti che altrimenti "
-#~ "sarebbero troppo piccoli data la tolleranza. Ad esempio, una linea lunga "
-#~ "1 metro semplificata con una tolleranza di 10 metri. Se l'argomento "
-#~ "<varname>preserveCollapsed</varname> è specificato come true, la linea "
-#~ "non scomparirà. Questo flag è utile per i motori di rendering, per "
-#~ "evitare che un gran numero di oggetti molto piccoli scompaia da una mappa "
-#~ "lasciando vuoti sorprendenti."
-
-#, no-c-format
-#~ msgid ""
-#~ "Buildbot Maintenance, Windows production and experimental builds, "
-#~ "documentation, alignment of PostGIS with PostgreSQL releases, X3D "
-#~ "support, TIGER geocoder support, management functions."
-#~ msgstr ""
-#~ "Manutenzione dei buildbot, compilazione pacchetti windows sperimentali e "
-#~ "di produzione, allineamento dei rilasci di PostGIS con quelli di "
-#~ "PostgreSQL, supporto X3D, support geocoder TIGER, funzioni di gestione."
-
-#, no-c-format
-#~ msgid ""
-#~ "Index improvements, bug fixing and geometry/geography function "
-#~ "improvements, SFCGAL, raster, GitHub curation, and bot maintenance."
-#~ msgstr ""
-#~ "Miglioramento degli indici, correzione di malfunzionamenti e migliorie "
-#~ "nelle funzioni a supporto di geometrie/geografie, SFCGAL, raster, cura di "
-#~ "GitHub e mantenimento bot."
-
-#, no-c-format
-#~ msgid ""
-#~ "Bug fixes and maintenance, buildbot maintenance, git mirror management, "
-#~ "management functions, integration of new GEOS functionality and alignment "
-#~ "with GEOS releases, topology support, and raster framework and low level "
-#~ "API functions."
-#~ msgstr ""
-#~ "Correzione e manutenzione di bug, manutenzione di buildbot, gestione del "
-#~ "mirror git, funzioni di gestione, integrazione di nuove funzionalità GEOS "
-#~ "e allineamento con le release GEOS, supporto della topologia, framework "
-#~ "raster e funzioni API di basso livello."
-
-#, no-c-format
-#~ msgid ""
-#~ "MapBox Vector Tile and GeoBuf functions. Gogs testing and GitLab "
-#~ "experimentation."
-#~ msgstr ""
-#~ "Funzioni MapBox Vector Tile e GeoBuf. Test su Gogs e sperimentazione su "
-#~ "GitLab."
-
-#, no-c-format
-#~ msgid ""
-#~ "A <inlinemediaobject><imageobject><imagedata fileref=\"images/"
-#~ "matrix_sfcgal_enhanced.png\"/></imageobject></inlinemediaobject> means "
-#~ "the function support is provided by SFCGAL if PostGIS compiled with "
-#~ "SFCGAL support, otherwise GEOS/built-in support."
-#~ msgstr ""
-#~ "Un <inlinemediaobject><imageobject><imagedata fileref=\"images/"
-#~ "matrix_sfcgal_enhanced.png\"/></imageobject> </inlinemediaobject> "
-#~ "significa che il supporto della funzione è fornito da SFCGAL se PostGIS è "
-#~ "stato compilato con il supporto di SFCGAL, altrimenti GEOS/supporto "
-#~ "incorporato."
-
-#, no-c-format
-#~ msgid ""
-#~ "GEOS geometry library, version 3.6 or greater, but GEOS 3.12+ is required "
-#~ "to take full advantage of all the new functions and features. GEOS is "
-#~ "available for download from <link xlink:href=\"https://libgeos.org/\"> "
-#~ "https://libgeos.org </link>."
-#~ msgstr ""
-#~ "Libreria geometrica GEOS, versione 3.6 o superiore, ma GEOS 3.12+ è "
-#~ "necessario per sfruttare appieno tutte le nuove funzioni e "
-#~ "caratteristiche. GEOS è disponibile per il download da <link xlink:"
-#~ "href=\"https://libgeos.org/\"> https://libgeos.org </link>."
-
-#, no-c-format
-#~ msgid ""
-#~ "SFCGAL, version 1.3.1 (or higher), 1.4.1 or higher is recommended and "
-#~ "required to be able to use all functionality. SFCGAL can be used to "
-#~ "provide additional 2D and 3D advanced analysis functions to PostGIS cf "
-#~ "<xref linkend=\"reference_sfcgal\"/>. And also allow to use SFCGAL rather "
-#~ "than GEOS for some 2D functions provided by both backends (like "
-#~ "ST_Intersection or ST_Area, for instance). A PostgreSQL configuration "
-#~ "variable <code>postgis.backend</code> allow end user to control which "
-#~ "backend he want to use if SFCGAL is installed (GEOS by default). Nota: "
-#~ "SFCGAL 1.2 require at least CGAL 4.3 and Boost 1.54 (cf: <link xlink:"
-#~ "href=\"https://oslandia.gitlab.io/SFCGAL/dev.html\">https://oslandia."
-#~ "gitlab.io/SFCGAL/dev.html</link>) <link xlink:href=\"https://gitlab.com/"
-#~ "Oslandia/SFCGAL/\">https://gitlab.com/Oslandia/SFCGAL/</link>."
-#~ msgstr ""
-#~ "SFCGAL, versione 1.3.1 (o superiore), 1.4.1 o superiore è consigliato e "
-#~ "richiesto per poter utilizzare tutte le funzionalità. SFCGAL può essere "
-#~ "utilizzato per fornire ulteriori funzioni di analisi avanzata 2D e 3D a "
-#~ "PostGIS cf <xref linkend=\"reference_sfcgal\"/>. Inoltre, consente di "
-#~ "utilizzare SFCGAL anziché GEOS per alcune funzioni 2D fornite da entrambi "
-#~ "i backend (come ST_Intersection o ST_Area, ad esempio). Una variabile di "
-#~ "configurazione PostgreSQL <code>postgis.backend</code> permette "
-#~ "all'utente finale di controllare quale backend vuole usare se SFCGAL è "
-#~ "installato (GEOS di default). Nota: SFCGAL 1.2 richiede almeno CGAL 4.3 e "
-#~ "Boost 1.54 (cfr. <link xlink:href=\"https://oslandia.gitlab.io/SFCGAL/dev."
-#~ "html\">https://oslandia.gitlab.io/SFCGAL/dev.html</link>) <link xlink:"
-#~ "href=\"https://gitlab.com/Oslandia/SFCGAL/\">https://gitlab.com/Oslandia/"
-#~ "SFCGAL/</link>."
-
-#, fuzzy, no-c-format
-#~ msgid "Creates a 2D, 3D Z or 4D ZM Point geometry."
-#~ msgstr "Crea una BOX2D definita dalle geometrie dei punti dati."
-
-#, no-c-format
-#~ msgid ""
-#~ ", <xref linkend=\"ST_PointFromText\"/>, <xref linkend=\"ST_SetSRID\"/>, "
-#~ "<xref linkend=\"ST_MakePointM\"/>"
-#~ msgstr ""
-#~ ", <xref linkend=\"ST_PointFromText\"/>, <xref linkend=\"ST_SetSRID\"/>, "
-#~ "<xref linkend=\"ST_MakePointM\"/>"
-
-#, no-c-format
-#~ msgid ", <xref linkend=\"ST_MakePoint\"/>, <xref linkend=\"ST_SetSRID\"/>"
-#~ msgstr ", <xref linkend=\"ST_MakePoint\"/>, <xref linkend=\"ST_SetSRID\"/>"
-
-#, no-c-format
-#~ msgid ""
-#~ ", <xref linkend=\"ST_MakePoint\"/>, <xref linkend=\"ST_SetSRID\"/>, <xref "
-#~ "linkend=\"ST_Transform\"/>, <xref linkend=\"ST_PointZ\"/>, <xref "
-#~ "linkend=\"ST_PointM\"/>, <xref linkend=\"ST_PointZM\"/>"
-#~ msgstr ""
-#~ ", <xref linkend=\"ST_MakePoint\"/>, <xref linkend=\"ST_SetSRID\"/>, <xref "
-#~ "linkend=\"ST_Transform\"/>, <xref linkend=\"ST_PointZ\"/>, <xref "
-#~ "linkend=\"ST_PointM\"/>, <xref linkend=\"ST_PointZM\"/>"
-
-#, no-c-format
-#~ msgid "MACRO_C"
-#~ msgstr "MACRO_C"
-
-#, no-c-format
-#~ msgid ""
-#~ "<emphasis role=\"bold\">MACRO_C output tokens</emphasis> (excerpted from "
-#~ "<link xlink:href=\"http://www.pagcgeo.org/docs/html/pagc-12.html#--r-typ--"
-#~ "\">http://www.pagcgeo.org/docs/html/pagc-12.html#--r-typ--</link>."
-#~ msgstr ""
-#~ "<emphasis role=\"bold\">MACRO_C output tokens</emphasis> (estratto da "
-#~ "<link xlink:href=\"http://www.pagcgeo.org/docs/html/pagc-12.html#--r-typ--"
-#~ "\">http://www.pagcgeo.org/docs/html/pagc-12.html#--r-typ--</link>."
-
-#, no-c-format
-#~ msgid ""
-#~ "Returns a <varname>POINT</varname> which is guaranteed to lie in the "
-#~ "interior of a surface (POLYGON, MULTIPOLYGON, and CURVED POLYGON). In "
-#~ "PostGIS this function also works on line and point geometries."
-#~ msgstr ""
-#~ "Restituisce un <varname>POINT</varname> che è garantito essere "
-#~ "all'interno di una superficie (POLYGON, MULTIPOLYGON e CURVED POLYGON). "
-#~ "In PostGIS questa funzione funziona anche su geometrie di linee e punti."
-
-#, no-c-format
-#~ msgid "make comments"
-#~ msgstr "make comments"
-
-#, no-c-format
-#~ msgid "make cheatsheets"
-#~ msgstr "make cheatsheets"
-
-#, no-c-format
-#~ msgid "make check"
-#~ msgstr "make check"
-
-#, no-c-format
-#~ msgid "make install"
-#~ msgstr "make install"
-
-#, no-c-format
-#~ msgid "make comments-install"
-#~ msgstr "make comments-install"
-
-#, no-c-format
-#~ msgid "git clone https://git.osgeo.org/gitea/postgis/postgis.git"
-#~ msgstr "git clone https://git.osgeo.org/gitea/postgis/postgis.git"
-
-#, no-c-format
-#~ msgid "vim doc/postgis.xml"
-#~ msgstr "vim doc/postgis.xml"
-
-#, no-c-format
-#~ msgid "git diff doc/postgis.xml > doc.patch"
-#~ msgstr "git diff doc/postgis.xml > doc.patch"
-
-#, no-c-format
-#~ msgid "building"
-#~ msgstr "compilare"
-
-#, no-c-format
-#~ msgid "<term>box</term>"
-#~ msgstr "<term>box</term>"
-
-#, no-c-format
-#~ msgid "unit"
-#~ msgstr "unità"
-
-#, no-c-format
-#~ msgid "<term>id</term>"
-#~ msgstr "<term>id</term>"
-
-#, no-c-format
-#~ msgid "MIXED"
-#~ msgstr "MISTO"
-
-#, no-c-format
-#~ msgid "<term>ORD</term>"
-#~ msgstr "<term>ORD</term>"
-
-#, no-c-format
-#~ msgid "<term>RR</term>"
-#~ msgstr "<term>RR</term>"
-
-#, no-c-format
-#~ msgid "TYPE"
-#~ msgstr "TYPE"
-
-#, no-c-format
-#~ msgid "<term>PCH</term>"
-#~ msgstr "<term>PCH</term>"
-
-#, no-c-format
-#~ msgid "<term>PCT</term>"
-#~ msgstr "<term>PCT</term>"
-
-#, no-c-format
-#~ msgid "<term>seq</term>"
-#~ msgstr "<term>seq</term>"
-
-#, fuzzy, no-c-format
-#~ msgid "value"
-#~ msgstr "ST_Value"
-
-#, no-c-format
-#~ msgid "pixeltype"
-#~ msgstr "pixeltype"
-
-#, no-c-format
-#~ msgid "expression"
-#~ msgstr "espressione"
-
-#, no-c-format
-#~ msgid "rast"
-#~ msgstr "rast"
-
-#, no-c-format
-#~ msgid "ngbwidth"
-#~ msgstr "ngbwidth"
-
-#, no-c-format
-#~ msgid "ngbheight"
-#~ msgstr "ngbheight"
-
-#, no-c-format
-#~ msgid "args"
-#~ msgstr "args"
-
-#, no-c-format
-#~ msgid "<term>-c</term>"
-#~ msgstr "<term>-c</term>"
-
-#, no-c-format
-#~ msgid "<term>-a</term>"
-#~ msgstr "<term>-a</term>"
-
-#, no-c-format
-#~ msgid "<term>-d</term>"
-#~ msgstr "<term>-d</term>"
-
-#, no-c-format
-#~ msgid "<term>-p</term>"
-#~ msgstr "<term>-p</term>"
-
-#, no-c-format
-#~ msgid "<term>-?</term>"
-#~ msgstr "<term>-?</term>"
-
-#, no-c-format
-#~ msgid "<term>-k</term>"
-#~ msgstr "<term>-k</term>"
-
-#, no-c-format
-#~ msgid "<term>-I</term>"
-#~ msgstr "<term>-I</term>"
-
-#, no-c-format
-#~ msgid "<term>-e</term>"
-#~ msgstr "<term>-e</term>"
-
-#, no-c-format
-#~ msgid "<term>-G</term>"
-#~ msgstr "<term>-G</term>"
-
-#, no-c-format
-#~ msgid "<term>-r</term>"
-#~ msgstr "<term>-r</term>"
-
-#, no-c-format
-#~ msgid "<term>-C</term>"
-#~ msgstr "<term>-C</term>"
-
-#, no-c-format
-#~ msgid "<term>-x</term>"
-#~ msgstr "<term>-x</term>"
-
-#, no-c-format
-#~ msgid "-s <SRID>"
-#~ msgstr "-s <SRID>"
-
-#, no-c-format
-#~ msgid "-b BAND"
-#~ msgstr "-b BANDA"
-
-#, no-c-format
-#~ msgid "-t TILE_SIZE"
-#~ msgstr "-t DIMENSIONE_TILE"
-
-#, no-c-format
-#~ msgid "-R, --register"
-#~ msgstr "-R, --register"
-
-#, no-c-format
-#~ msgid "-f COLUMN"
-#~ msgstr "-f COLONNA"
-
-#, no-c-format
-#~ msgid "<term>-F</term>"
-#~ msgstr "<term>-F</term>"
-
-#, no-c-format
-#~ msgid "<term>-q</term>"
-#~ msgstr "<term>-q</term>"
-
-#, no-c-format
-#~ msgid "<term>-M</term>"
-#~ msgstr "<term>-M</term>"
-
-#, no-c-format
-#~ msgid "-E ENDIAN"
-#~ msgstr "-E ENDIAN"

-----------------------------------------------------------------------

Summary of changes:
 doc/po/it_IT/postgis-manual.po | 424 +----------------------------------------
 1 file changed, 3 insertions(+), 421 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list