diff --git a/doc/conf.py b/doc/conf.py index a5672f62c8..1373714c31 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -181,6 +181,8 @@ # Linkcheck configuration, see http://sphinx.pocoo.org/latest/config.html#options-for-the-linkcheck-builder +linkcheck_retries = 3 # default is 1 + linkcheck_ignore = [ # currently SSL_ERROR_BAD_CERT_DOMAIN # TODO remove this line when the CERT is fixed @@ -190,6 +192,9 @@ # used in overview/mapserver_overview 'http://www.dnr.state.mn.us/maps/compass.html', + # intermittent 502 server errors + r'https://demo.pycsw.org', + # TODO this link is failing: RemoteDisconnected('Remote end closed connection without response')) # ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) 'https://www.iso.org', @@ -227,19 +232,19 @@ # Used in quickstart/osm_quickstart 'https://www.openstreetmap.org/edit', - # link exists but link check failes + # link exists but link check fails # SSL: CERTIFICATE_VERIFY_FAILED # Used in sponsors.rst 'https://www.ntua.gr/en', 'https://www.ice.ucdavis.edu/', - # Link with certiciate problems - # Used in quickstart/liblas_quickstart - #'https://epsg.org/home.html', - 'https://www.epsg.org/', - # Link to the presentation - r'presentation.html' + r'presentation.html', + + # Ignore Stack Overflow links + # as they return 429 Client Error: Too Many Requests for url + # due to rate limiting + r'https://stackoverflow' ] linkcheck_anchors = False diff --git a/doc/overview/52nSOS_overview.rst b/doc/overview/52nSOS_overview.rst index f4d7494157..406eaa40aa 100644 --- a/doc/overview/52nSOS_overview.rst +++ b/doc/overview/52nSOS_overview.rst @@ -143,7 +143,7 @@ Details **Community Support:** https://list.52north.org/mailman/listinfo/sensorweb -**Community Website:** https://52north.org/research/scope/geospatial-sensing/ +**Community Website:** https://52north.org/research/scope/research-data-infrastructures/ @VMDK_52nSOS@ @QUICKSTART_52nSOS@ diff --git a/doc/overview/R_overview.rst b/doc/overview/R_overview.rst index de23e441c6..1980f9ae28 100644 --- a/doc/overview/R_overview.rst +++ b/doc/overview/R_overview.rst @@ -36,7 +36,7 @@ become a proficient user when compared to software with a graphical user interface (GUI). Fortunately R is well documented on the web site which eases the learning process. Scripts are often used to automate processing steps but there are GUIs, the leading one being -RStudio (https://www.rstudio.com). +RStudio (https://posit.co/). R is an implementation of the S programming language and there is significant compatibility between R and legacy S and S-Plus code as diff --git a/doc/overview/gdal_overview.rst b/doc/overview/gdal_overview.rst index 4dd18f41b1..40ab5c66a7 100644 --- a/doc/overview/gdal_overview.rst +++ b/doc/overview/gdal_overview.rst @@ -58,7 +58,7 @@ Details **Website:** @WEB_gdal@ -**Licence:** `X/MIT style Open Source license `_ +**License:** `X/MIT style Open Source license `_ **Software Version:** |version-gdal| diff --git a/doc/overview/geotools_overview.rst b/doc/overview/geotools_overview.rst index d884d3f3d0..a859a14f91 100644 --- a/doc/overview/geotools_overview.rst +++ b/doc/overview/geotools_overview.rst @@ -104,12 +104,12 @@ Details **API Interfaces:** Java -**Support:** `Communication and Support `_ +**Support:** `Communication and Support `_ GeoTools Support -------------------------------------------------------------------------------- -* `Quickstart documentation `_ +* `Quickstart documentation `_ @VMDK_geotools@ @QUICKSTART_geotools@ diff --git a/doc/overview/grass_overview.rst b/doc/overview/grass_overview.rst index a6f4b3c487..1a5206daa1 100644 --- a/doc/overview/grass_overview.rst +++ b/doc/overview/grass_overview.rst @@ -68,7 +68,7 @@ Details **API Interfaces:** C, Python, Bourne Shell -**Support:** https://grass.osgeo.org/about/community/ +**Support:** https://grass.osgeo.org/support/community/ @VMDK_grass@ diff --git a/doc/overview/mapbender_overview.rst b/doc/overview/mapbender_overview.rst index 2c6ba5d50f..bcabbbc174 100644 --- a/doc/overview/mapbender_overview.rst +++ b/doc/overview/mapbender_overview.rst @@ -58,7 +58,7 @@ Details **Website:** @WEB_mapbender@ -**Licence:** `MIT license `_ +**Licence:** `MIT license `_ **Software Version:** |version-mapbender| diff --git a/doc/overview/mapfish_overview.rst b/doc/overview/mapfish_overview.rst index 999aca0ba3..750bef1984 100644 --- a/doc/overview/mapfish_overview.rst +++ b/doc/overview/mapfish_overview.rst @@ -18,14 +18,14 @@ Web Mapping Framework MapFish is a flexible and complete framework for building rich web-mapping applications. It emphasizes high productivity, and high-quality development. -MapFish is based on the `Pylons `_ Python web framework. +MapFish is based on the `Pylons `_ Python web framework. MapFish extends Pylons with geospatial-specific functionality. For example MapFish provides specific tools for creating web services that allows querying and editing geographic objects. MapFish also provides a complete RIA-oriented JavaScript toolbox, a JavaScript testing environment, and tools for compressing JavaScript code. The JavaScript -toolbox is composed of the `ExtJS `_, :doc:`OpenLayers ` , `GeoExt `_ JavaScript +toolbox is composed of the `ExtJS `_, :doc:`OpenLayers ` , `GeoExt `_ JavaScript toolkits. @SCREENSHOT_mapfish@ @@ -39,7 +39,7 @@ Implemented Standards -------------------------------------------------------------------------------- MapFish is compliant with the `Open Geospatial Consortium -`_ standards. This is achieved through +`_ standards. This is achieved through OpenLayers or GeoExt supporting several OGC norms, like WMS, WFS, WMC, KML, GML etc. @@ -54,7 +54,7 @@ Details **Supported Platforms:** Windows, Linux, Mac -**Support:** http://trac.mapfish.org/trac/mapfish#Community +**Support:** http://www.mapfish.org/#community @VMDK_mapfish@ diff --git a/doc/overview/mapguide_overview.rst b/doc/overview/mapguide_overview.rst index 9273a5b0eb..656de19882 100644 --- a/doc/overview/mapguide_overview.rst +++ b/doc/overview/mapguide_overview.rst @@ -14,7 +14,7 @@ Web Service -------------------------------------------------------------------------------- -`MapGuide Open Source `_ is a web-based platform that enables users to develop and deploy web mapping applications and geospatial web services. MapGuide features an interactive viewer that includes support for feature selection, property inspection, map tips, and operations such as buffer, select within, and measure. +`MapGuide Open Source `_ is a web-based platform that enables users to develop and deploy web mapping applications and geospatial web services. MapGuide features an interactive viewer that includes support for feature selection, property inspection, map tips, and operations such as buffer, select within, and measure. MapGuide includes an XML database for managing content. Maestro allows users to edit the XML database and build a website without writing a single line of code. MapGuide also supports most popular geospatial file formats, databases, and standards. @@ -94,15 +94,15 @@ Implemented Standards Details -------------------------------------------------------------------------------- -**Website:** http://mapguide.osgeo.org/ +**Website:** https://www.osgeo.org/projects/mapguide-open-source/ -**Licence:** GNU Lesser General Public License (LGPL) +**License:** GNU Lesser General Public License (LGPL) **Software Version:** 2.4.0 Pre-Release **Supported Platforms:** Linux, Windows -**Commercial Support:** https://www.osgeo.org/search_profile +**Commercial Support:** https://www.osgeo.org/service-providers/ @VMDK_mapguide@ diff --git a/doc/overview/mapproxy_overview.rst b/doc/overview/mapproxy_overview.rst index b031ab6046..67a42f1fe5 100644 --- a/doc/overview/mapproxy_overview.rst +++ b/doc/overview/mapproxy_overview.rst @@ -106,7 +106,7 @@ Details **Supported Platforms:** Linux, Mac, Windows -**Support:** https://mapproxy.org/support +**Support:** https://www.mapproxy.org/support @VMDK_mapproxy@ diff --git a/doc/overview/marble_overview.rst b/doc/overview/marble_overview.rst index ca6d1cc9c0..7f03fb4aed 100644 --- a/doc/overview/marble_overview.rst +++ b/doc/overview/marble_overview.rst @@ -69,7 +69,7 @@ Details **Support:** https://techbase.kde.org/Projects/Marble -**More Info:** https://www.slideshare.net/marbleglobe/marble-1-6en +**More Info:** https://www.slideshare.net/slideshow/marble-1-6en/26862346 @VMDK_marble@ diff --git a/doc/overview/ossim_overview.rst b/doc/overview/ossim_overview.rst index 2a44fe5bf8..006315b8c0 100644 --- a/doc/overview/ossim_overview.rst +++ b/doc/overview/ossim_overview.rst @@ -41,9 +41,9 @@ Core Features Details -------------------------------------------------------------------------------- -**Website:** http://www.ossim.org +**Website:** https://trac.osgeo.org/ossim/ -**Licence:** GNU General Public License (GPL) version 3 +**License:** GNU General Public License (GPL) version 3 **Software Version:** |version-ossim| @@ -51,7 +51,7 @@ Details **API Interfaces:** C++ -**Commercial Support:** https://www.osgeo.org/search_profile +**Commercial Support:** https://www.osgeo.org/service-providers/ @VMDK_ossim@ diff --git a/doc/overview/proj_overview.rst b/doc/overview/proj_overview.rst index 1f5bbacda0..a8a1ab8f84 100644 --- a/doc/overview/proj_overview.rst +++ b/doc/overview/proj_overview.rst @@ -41,7 +41,7 @@ Implemented Standards -------------------------------------------------------------------------------- PROJ uses coordinate system definitions defined by the -`European Petroleum Survey Group (EPSG) `_. +`European Petroleum Survey Group (EPSG) `_. Well Known Text (WKT) format. diff --git a/doc/overview/qgis_mapserver_overview.rst b/doc/overview/qgis_mapserver_overview.rst index 2dd8c15d02..a33b04f96c 100644 --- a/doc/overview/qgis_mapserver_overview.rst +++ b/doc/overview/qgis_mapserver_overview.rst @@ -51,7 +51,7 @@ Details **Supported Platforms:** Windows, Linux -**Commercial Support:** https://www.qgis.org/en/site/forusers/commercial_support.html +**Commercial Support:** https://www.qgis.org/resources/support/commercial-support/ @VMDK_qgis_mapserver@ diff --git a/doc/overview/qgis_overview.rst b/doc/overview/qgis_overview.rst index 38352e9473..b6eabb2736 100644 --- a/doc/overview/qgis_overview.rst +++ b/doc/overview/qgis_overview.rst @@ -80,9 +80,9 @@ Details **Supported Platforms:** Windows, Linux, Mac, Unix -**Community Support:** https://qgis.org/en/site/forusers/support.html +**Community Support:** https://qgis.org/resources/support/ -**Commercial Support:** https://qgis.org/en/site/forusers/commercial_support.html +**Commercial Support:** https://qgis.org/resources/support/commercial-support/ @VMDK_qgis@ diff --git a/doc/overview/zoo-project_overview.rst b/doc/overview/zoo-project_overview.rst index 46f75456c8..1d4e115d6c 100644 --- a/doc/overview/zoo-project_overview.rst +++ b/doc/overview/zoo-project_overview.rst @@ -81,7 +81,7 @@ Details **Programing language support:** C, Python, Java, PHP, Fortran, Javascript, C#, Ruby -**Support:** http://zoo-project.org/ +**Support:** https://zoo-project.org/ @VMDK_zoo-project@ diff --git a/doc/quickstart/52nSOS_quickstart.rst b/doc/quickstart/52nSOS_quickstart.rst index 67113cdea0..9c9e5a0c38 100644 --- a/doc/quickstart/52nSOS_quickstart.rst +++ b/doc/quickstart/52nSOS_quickstart.rst @@ -191,7 +191,7 @@ potential starting points are: * 52°North Sensor Web mailing list: sensorweb@52north.org * 52°North `Sensor Web community `_ * 52°North `SOS Client `__ -* 52°North `SOS Web site `_ +* 52°North `SOS Web site `_ The development of this version of the 52°North SOS was supported by different projects, organizations, and persons. More details can be found in the diff --git a/doc/quickstart/_template_quickstart.rst b/doc/quickstart/_template_quickstart.rst index 25a4884621..4b0f6bce27 100644 --- a/doc/quickstart/_template_quickstart.rst +++ b/doc/quickstart/_template_quickstart.rst @@ -56,7 +56,7 @@ to start up. red circles to highlight any particular areas of note on the user interface (if required). Store images here: - https://github.com/OSGeo/OSGeoLive-doc/tree/master/images/projects/1024x768/ + https://github.com/OSGeo/OSGeoLive-doc/tree/master/doc/images/projects Procedure diff --git a/doc/quickstart/actinia_quickstart.rst b/doc/quickstart/actinia_quickstart.rst index bd7a6e3f5e..89bbdf0140 100644 --- a/doc/quickstart/actinia_quickstart.rst +++ b/doc/quickstart/actinia_quickstart.rst @@ -126,7 +126,7 @@ Currently available datasets are (organized by projections): (``latlong_wgs84/modis_ndvi_global/``; source: https://lpdaac.usgs.gov/products/mod13c1v006/) - LST growing degree days asia 2017 (``latlong_wgs84/asia_gdd_2017/``; - source: https://www.mundialis.de/en/temperature-data/) + source: https://www.mundialis.de/en/products/surface-temperature-data/) - LST tropical days asia 2017 (``latlong_wgs84/asia_tropical_2017/``) - LST temperature daily asia 2017, including min, max and avg (``latlong_wgs84/asia_lst_daily_2017/``) @@ -134,10 +134,10 @@ Currently available datasets are (organized by projections): - Europe (EU LAEA CRS, EPSG:3035): - EU DEM 25m V1.1 (``eu_laea/PERMANENT/``; source: - https://land.copernicus.eu/imagery-in-situ/eu-dem) + https://land.copernicus.eu/en/products/products-that-are-no-longer-disseminated-on-the-clms-website) - CORINE Landcover 2012, g100_clc12_V18_5 (``eu_laea/corine_2012/``; source: - https://land.copernicus.eu/pan-european/corine-land-cover/clc-2012) + https://land.copernicus.eu/en/products/corine-land-cover/clc-2012) - World Mollweide (EPSG 54009): @@ -473,4 +473,4 @@ What next? * Visit the actinia website at `https://actinia.mundialis.de `_ * actinia tutorial: `https://neteler.gitlab.io/actinia-introduction `_ -* Further reading: Neteler, M., Gebbert, S., Tawalika, C., Bettge, A., Benelcadi, H., Löw, F., Adams, T, Paulsen, H. (2019). Actinia: cloud based geoprocessing. In Proc. of the 2019 conference on Big Data from Space (BiDS'2019) (pp. 41-44). EUR 29660 EN, Publications Office of the European Union 5, Luxembourg: P. Soille, S. Loekken, and S. Albani (Eds.). (`DOI `__) +* Further reading: Neteler, M., Gebbert, S., Tawalika, C., Bettge, A., Benelcadi, H., Löw, F., Adams, T, Paulsen, H. (2019). Actinia: cloud based geoprocessing. In Proc. of the 2019 conference on Big Data from Space (BiDS'2019) (pp. 41-44). EUR 29660 EN, Publications Office of the European Union 5, Luxembourg: P. Soille, S. Loekken, and S. Albani (Eds.). (`DOI `__) diff --git a/doc/quickstart/gdal_quickstart.rst b/doc/quickstart/gdal_quickstart.rst index 9b58203f87..672087027c 100644 --- a/doc/quickstart/gdal_quickstart.rst +++ b/doc/quickstart/gdal_quickstart.rst @@ -244,7 +244,8 @@ Here we reproject to the Ortho projection. Note how the poles are clipped? This is because the edges at the pole can't be reprojected gdalwarp does not read all the data. We can force gdalwarp to read a bunch of surplus data around chunks as one way to -resolve this. Read more about this in the RasterTutorial https://trac.osgeo.org/gdal/wiki/UserDocs/RasterProcTutorial. +resolve this. Read more about this in the +`Raster Tutorial `__. @@ -453,7 +454,7 @@ GDAL Project home GDAL Raster Tutorial - https://trac.osgeo.org/gdal/wiki/UserDocs/RasterProcTutorial + https://gdal.org/en/latest/tutorials/raster_api_tut.html GDAL Workshop diff --git a/doc/quickstart/geonetwork_quickstart.rst b/doc/quickstart/geonetwork_quickstart.rst index 74b4fd3b3d..6264053bb9 100644 --- a/doc/quickstart/geonetwork_quickstart.rst +++ b/doc/quickstart/geonetwork_quickstart.rst @@ -28,7 +28,7 @@ GeoNetwork is a catalog application to manage spatially referenced resources. It Prerequisites ============= -GeoNetwork can directly be started from the OSGeo Live start menu and will be available at http://localhost:8080/geonetwork some moments later. Check the `Installation Guide `__ if you are using GeoNetwork in some other context. +GeoNetwork can directly be started from the OSGeo Live start menu and will be available at http://localhost:8080/geonetwork some moments later. Check the `Installation Guide `__ if you are using GeoNetwork in some other context. Throughout this guide we will use the URL ``http://localhost:8880/geonetwork`` to refer to the catalog, please substitute a different URL if this is not correct for your system. @@ -212,7 +212,7 @@ Select a feature on the map corresponding to a category in the legend, such as a What next? ========== -Visit the `Geonetwork User Guide `_ and try the chapter on **Describing Information**, to learn how to create and edit metadata records. +Visit the `Geonetwork User Guide `_ and try the chapter on **Describing Information**, to learn how to create and edit metadata records. Follow up by visiting subsequent chapters to learn how to associate resources with your metadata, tag it with keywords and add it to categories, and publish your metadata to the outside world. diff --git a/doc/quickstart/geonode_quickstart.rst b/doc/quickstart/geonode_quickstart.rst index eea64fb177..811bda8ba6 100644 --- a/doc/quickstart/geonode_quickstart.rst +++ b/doc/quickstart/geonode_quickstart.rst @@ -214,8 +214,8 @@ To install GeoNode on your own server, follow our `Quick Installation Guide `_ might be useful. If you need help or want to get some information about a specific topic please -don't hasitate to ask us! You can do this through the #geonode IRC channel using -https://webchat.freenode.net/, through the `GeoNode Gitter channel `_ +don't hesitate to ask us! You can do this through the #geonode IRC channel using +https://web.libera.chat/, through the `GeoNode Gitter channel `_ or by asking your question in our `mailing list `_ ! diff --git a/doc/quickstart/mapfish_quickstart.rst b/doc/quickstart/mapfish_quickstart.rst index b23701ab60..886e4b31a9 100644 --- a/doc/quickstart/mapfish_quickstart.rst +++ b/doc/quickstart/mapfish_quickstart.rst @@ -93,11 +93,11 @@ At this point you should be able to run the application with:: Open http://localhost:5000 in your browser. You should see a minimal application that includes a map with two `OSM layers -`_, a toolbar above the map, and a layer tree. +`_, a toolbar above the map, and a layer tree. The MapFish framework offers more than that. In particular it allows easily creating RESTful web services for creating, reading, updating and deleting -features. Please visit http://mapfish.org/doc/2.2/quickstart.html to learn -how to create such RESTful web services and http://mapfish.org to learn more +features. Please visit http://www.mapfish.org/doc/2.2/quickstart.html to learn +how to create such RESTful web services and http://www.mapfish.org/ to learn more about MapFish. diff --git a/doc/quickstart/mapserver_quickstart.rst b/doc/quickstart/mapserver_quickstart.rst index 96303e792d..8090f21c49 100644 --- a/doc/quickstart/mapserver_quickstart.rst +++ b/doc/quickstart/mapserver_quickstart.rst @@ -232,7 +232,7 @@ Style a layer using Mapfile configurations In a Mapfile, a LAYER object can contain an infinite number of CLASS objects. These are used to style the elements contained in the spatial data file (DATA). For example, if we look closer at our "ne_10m_lakes" data file -using a tool such as `ogrinfo `_, we'll +using a tool such as `ogrinfo `_, we'll see the geometry and attribute definitions it contains. These attribute values can be used as a way to draw the elements inside a dataset differently using multiple CLASS objects. diff --git a/doc/quickstart/qgis_quickstart.rst b/doc/quickstart/qgis_quickstart.rst index 994b366a1c..ed22bdacbd 100644 --- a/doc/quickstart/qgis_quickstart.rst +++ b/doc/quickstart/qgis_quickstart.rst @@ -305,6 +305,6 @@ What next? To learn more about QGIS, a good starting point is the `Documentation page`_ on the QGIS homepage and `A Gentle Introduction to GIS`_ eBook. -.. _`Documentation page`: https://www.qgis.org/en/docs/index.html -.. _`A Gentle Introduction to GIS`: https://docs.qgis.org/3.4/en/docs/gentle_gis_introduction/index.html -.. _`QGIS User Guide`: https://docs.qgis.org/3.4/en/docs/user_manual/ +.. _`Documentation page`: https://www.qgis.org/resources/hub/ +.. _`A Gentle Introduction to GIS`: https://docs.qgis.org/latest/en/docs/gentle_gis_introduction/index.html +.. _`QGIS User Guide`: https://docs.qgis.org/latest/en/docs/user_manual/ diff --git a/doc/quickstart/udig_quickstart.rst b/doc/quickstart/udig_quickstart.rst index 8be972351e..41c97ebdc8 100644 --- a/doc/quickstart/udig_quickstart.rst +++ b/doc/quickstart/udig_quickstart.rst @@ -57,7 +57,7 @@ start uDig For images, use a scale of 50% from a 1024x768 display (preferred) or 70% from a 800x600 display. Images should be stored here: - https://github.com/OSGeo/OSGeoLive-doc/tree/master/images/projects/1024x768/ + https://github.com/OSGeo/OSGeoLive-doc/tree/master/doc/images/projects If you have any difficulties, or are running uDig please review the Running uDig reference page. diff --git a/doc/quickstart/vmware_quickstart.rst b/doc/quickstart/vmware_quickstart.rst index 393c718cea..f797d94b2c 100644 --- a/doc/quickstart/vmware_quickstart.rst +++ b/doc/quickstart/vmware_quickstart.rst @@ -29,11 +29,11 @@ Software ---------------- Download the VM version of OSGeoLive. You will need the 7-zip compression program to unzip this file. And of course the VMWare Player software for running the virtual machine. Note that VMWare Player, while offered as a cost-free download, is not open source. You must register on the VMWare website, and agree to their licence in order to use the software.: -`The OSGeo virtual machine `_ +`The OSGeo virtual machine `_ -`7 zip download page `_ +`7 zip download page `_ -`VMWare Player registration: `_ +`VMWare: `_ Unzip the osgeolive-vm using the command @@ -49,7 +49,7 @@ Setting up the VM ================================================================================ In order to run the OSGeo virtual machine, we first need to create a virtual machine configuration file **vmx**. The quick way is to browse to: -`EasyVMX web site: `_ +`EasyVMX web site: `_ Click on the easyvmx button and enter these configuration options in the form: - Virtual Machine Name: osgeolive-5.5 (choose same name as the vmdk file) diff --git a/locale/de/LC_MESSAGES/overview/actinia_overview.po b/locale/de/LC_MESSAGES/overview/actinia_overview.po index 58586206d5..76df56e9bb 100644 --- a/locale/de/LC_MESSAGES/overview/actinia_overview.po +++ b/locale/de/LC_MESSAGES/overview/actinia_overview.po @@ -72,7 +72,7 @@ msgstr "" #: ../../build/doc/overview/actinia_overview.rst:42 #, fuzzy msgid "Explore the `tutorial `_." -msgstr "Entdecken Sie das `Tutorial `_" +msgstr "Entdecken Sie das `Tutorial `_" #: ../../build/doc/overview/actinia_overview.rst:45 msgid "Details" diff --git a/locale/de/LC_MESSAGES/overview/proj_overview.po b/locale/de/LC_MESSAGES/overview/proj_overview.po index a8b9f00338..9d75d1a1ed 100644 --- a/locale/de/LC_MESSAGES/overview/proj_overview.po +++ b/locale/de/LC_MESSAGES/overview/proj_overview.po @@ -129,10 +129,10 @@ msgstr "Unterstützte Standards" #: ../../build/doc/overview/proj_overview.rst:53 msgid "" "PROJ uses coordinate system definitions defined by the `European Petroleum " -"Survey Group (EPSG) `_. Well Known Text (WKT) format." +"Survey Group (EPSG) `_. Well Known Text (WKT) format." msgstr "" "PROJ verwendet die von der `European Petroleum Survey Group (EPSG) " -"` festgelegten Koordinatensystemdefinitionen. Well " +"` festgelegten Koordinatensystemdefinitionen. Well " "Known Text (WKT) Format." #: ../../build/doc/overview/proj_overview.rst:59 diff --git a/locale/de/LC_MESSAGES/overview/zoo-project_overview.po b/locale/de/LC_MESSAGES/overview/zoo-project_overview.po index b2792ccd34..349be5dea7 100644 --- a/locale/de/LC_MESSAGES/overview/zoo-project_overview.po +++ b/locale/de/LC_MESSAGES/overview/zoo-project_overview.po @@ -191,8 +191,8 @@ msgid "Details" msgstr "Details" #: ../../build/doc/overview/zoo-project_overview.rst:84 -msgid "**Website:** http://zoo-project.org/" -msgstr "**Webseite:** http://zoo-project.org/" +msgid "**Website:** https://zoo-project.org/" +msgstr "**Webseite:** https://zoo-project.org/" #: ../../build/doc/overview/zoo-project_overview.rst:86 msgid "**Licence:** MIT x/11" @@ -214,8 +214,8 @@ msgstr "" "**API Schnittstellen:** C, Python, Java, PHP, Fortran, Javascript, C#, Ruby" #: ../../build/doc/overview/zoo-project_overview.rst:94 -msgid "**Support:** http://zoo-project.org/" -msgstr "**Support:** http://zoo-project.org/" +msgid "**Support:** https://zoo-project.org/" +msgstr "**Support:** https://zoo-project.org/" #: ../../build/doc/overview/zoo-project_overview.rst:100 msgid "Quickstart" diff --git a/locale/de/LC_MESSAGES/quickstart/geonode_quickstart.po b/locale/de/LC_MESSAGES/quickstart/geonode_quickstart.po index 7058b9f5ba..dc5c7a610c 100644 --- a/locale/de/LC_MESSAGES/quickstart/geonode_quickstart.po +++ b/locale/de/LC_MESSAGES/quickstart/geonode_quickstart.po @@ -421,14 +421,14 @@ msgstr "" msgid "" "If you need help or want to get some information about a specific topic " "please don't hasitate to ask us! You can do this through the #geonode IRC" -" channel using https://webchat.freenode.net/, through the `GeoNode Gitter" +" channel using https://web.libera.chat/, through the `GeoNode Gitter" " channel `_ or by asking your question" " in our `mailing list `_ !" msgstr "" "Wenn Sie Hilfe benötigen oder Informationen zu einem bestimmten Thema " "erhalten möchten, zögern Sie bitte nicht, uns zu fragen! Sie können dies " -"über den #geonode IRC-Kanal mit https://webchat.freenode.net/, über den " +"über den #geonode IRC-Kanal mit https://web.libera.chat/, über den " "'GeoNode Gitter Kanal `_ oder indem " "Sie Ihre Frage in unserer `Mailingliste `_ stellen." diff --git a/locale/en/LC_MESSAGES/overview/52nSOS_overview.po b/locale/en/LC_MESSAGES/overview/52nSOS_overview.po index 9d2e866b27..a659d91d39 100644 --- a/locale/en/LC_MESSAGES/overview/52nSOS_overview.po +++ b/locale/en/LC_MESSAGES/overview/52nSOS_overview.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 13.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-17 21:19+0000\n" +"POT-Creation-Date: 2024-09-26 14:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -310,8 +310,8 @@ msgstr "" #: ../../build/doc/overview/52nSOS_overview.rst:153 msgid "" -"**Community Website:** https://52north.org/research/scope/geospatial-" -"sensing/" +"**Community Website:** https://52north.org/research/scope/research-data-" +"infrastructures/" msgstr "" #: ../../build/doc/overview/52nSOS_overview.rst:155 diff --git a/locale/en/LC_MESSAGES/overview/R_overview.po b/locale/en/LC_MESSAGES/overview/R_overview.po index f86c521bf0..7b0b0c2d55 100644 --- a/locale/en/LC_MESSAGES/overview/R_overview.po +++ b/locale/en/LC_MESSAGES/overview/R_overview.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 13.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-18 12:48-0500\n" +"POT-Creation-Date: 2024-09-26 14:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.1\n" +"Generated-By: Babel 2.16.0\n" #: ../../build/doc/overview/R_overview.rst:14 msgid "R" @@ -57,7 +57,7 @@ msgid "" "interface (GUI). Fortunately R is well documented on the web site which " "eases the learning process. Scripts are often used to automate processing" " steps but there are GUIs, the leading one being RStudio " -"(https://www.rstudio.com)." +"(https://posit.co/)." msgstr "" #: ../../build/doc/overview/R_overview.rst:44 @@ -170,11 +170,11 @@ msgstr "" msgid ":doc:`Quickstart documentation <../quickstart/R_quickstart>`" msgstr "" -#: ../../build/doc/:12 +#: ../../build/doc/:13 msgid "vmdk" msgstr "" -#: ../../build/doc/:15 +#: ../../build/doc/:16 msgid "nologo" msgstr "" diff --git a/locale/en/LC_MESSAGES/overview/gdal_overview.po b/locale/en/LC_MESSAGES/overview/gdal_overview.po index c6d30def7b..1bfa0622b5 100644 --- a/locale/en/LC_MESSAGES/overview/gdal_overview.po +++ b/locale/en/LC_MESSAGES/overview/gdal_overview.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 13.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-01 23:33+0000\n" +"POT-Creation-Date: 2024-09-26 14:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -126,8 +126,8 @@ msgstr "" #: ../../build/doc/overview/gdal_overview.rst:71 msgid "" -"**Licence:** `X/MIT style Open Source license " -"`_" +"**License:** `X/MIT style Open Source license " +"`_" msgstr "" #: ../../build/doc/overview/gdal_overview.rst:73 diff --git a/locale/en/LC_MESSAGES/overview/geotools_overview.po b/locale/en/LC_MESSAGES/overview/geotools_overview.po index 21de14593f..4a0d68163f 100644 --- a/locale/en/LC_MESSAGES/overview/geotools_overview.po +++ b/locale/en/LC_MESSAGES/overview/geotools_overview.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 13.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-01 23:33+0000\n" +"POT-Creation-Date: 2024-09-26 14:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -260,7 +260,7 @@ msgstr "" #: ../../build/doc/overview/geotools_overview.rst:117 msgid "" "**Support:** `Communication and Support " -"`_" +"`_" msgstr "" #: ../../build/doc/overview/geotools_overview.rst:120 @@ -270,7 +270,7 @@ msgstr "" #: ../../build/doc/overview/geotools_overview.rst:122 msgid "" "`Quickstart documentation " -"`_" +"`_" msgstr "" #: ../../build/doc/:13 diff --git a/locale/en/LC_MESSAGES/overview/grass_overview.po b/locale/en/LC_MESSAGES/overview/grass_overview.po index c75e1d9fdb..7550b4197d 100644 --- a/locale/en/LC_MESSAGES/overview/grass_overview.po +++ b/locale/en/LC_MESSAGES/overview/grass_overview.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 13.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-18 12:48-0500\n" +"POT-Creation-Date: 2024-09-26 14:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.1\n" +"Generated-By: Babel 2.16.0\n" #: ../../build/doc/overview/grass_overview.rst:21 msgid "GRASS GIS" @@ -71,8 +71,8 @@ msgstr "" #: ../../build/doc/overview/grass_overview.rst:65 msgid "" -"You name it, there's a `tool for it " -"`_." +"You name it, there's a `tool for it `_." msgstr "" #: ../../build/doc/overview/grass_overview.rst:66 @@ -106,7 +106,7 @@ msgid "**API Interfaces:** C, Python, Bourne Shell" msgstr "" #: ../../build/doc/overview/grass_overview.rst:81 -msgid "**Support:** https://grass.osgeo.org/about/community/" +msgid "**Support:** https://grass.osgeo.org/support/community/" msgstr "" #: ../../build/doc/overview/grass_overview.rst:87 @@ -117,11 +117,11 @@ msgstr "" msgid ":doc:`Quickstart documentation <../quickstart/grass_quickstart>`" msgstr "" -#: ../../build/doc/:12 +#: ../../build/doc/:13 msgid "vmdk" msgstr "" -#: ../../build/doc/:15 +#: ../../build/doc/:16 msgid "nologo" msgstr "" diff --git a/locale/en/LC_MESSAGES/overview/mapbender_overview.po b/locale/en/LC_MESSAGES/overview/mapbender_overview.po index e24b4bc625..f460bc5643 100644 --- a/locale/en/LC_MESSAGES/overview/mapbender_overview.po +++ b/locale/en/LC_MESSAGES/overview/mapbender_overview.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 13.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-07-24 06:16+0000\n" +"POT-Creation-Date: 2024-09-26 14:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" #: ../../build/doc/overview/mapbender_overview.rst:14 msgid "Mapbender" @@ -158,7 +158,7 @@ msgid "**Website:** https://mapbender.org" msgstr "" #: ../../build/doc/overview/mapbender_overview.rst:68 -msgid "**Licence:** `MIT license `_" +msgid "**Licence:** `MIT license `_" msgstr "" #: ../../build/doc/overview/mapbender_overview.rst:70 diff --git a/locale/en/LC_MESSAGES/overview/mapproxy_overview.po b/locale/en/LC_MESSAGES/overview/mapproxy_overview.po index 597729a150..3633bbf839 100644 --- a/locale/en/LC_MESSAGES/overview/mapproxy_overview.po +++ b/locale/en/LC_MESSAGES/overview/mapproxy_overview.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 13.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-18 12:48-0500\n" +"POT-Creation-Date: 2024-09-26 14:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.1\n" +"Generated-By: Babel 2.16.0\n" #: ../../build/doc/overview/mapproxy_overview.rst:18 msgid "MapProxy" @@ -286,7 +286,7 @@ msgid "**Supported Platforms:** Linux, Mac, Windows" msgstr "" #: ../../build/doc/overview/mapproxy_overview.rst:119 -msgid "**Support:** https://mapproxy.org/support" +msgid "**Support:** https://www.mapproxy.org/support" msgstr "" #: ../../build/doc/overview/mapproxy_overview.rst:125 @@ -297,11 +297,11 @@ msgstr "" msgid ":doc:`Quickstart documentation <../quickstart/mapproxy_quickstart>`" msgstr "" -#: ../../build/doc/:12 +#: ../../build/doc/:13 msgid "vmdk" msgstr "" -#: ../../build/doc/:15 +#: ../../build/doc/:16 msgid "nologo" msgstr "" diff --git a/locale/en/LC_MESSAGES/overview/marble_overview.po b/locale/en/LC_MESSAGES/overview/marble_overview.po index 4b6922e06b..45627230f1 100644 --- a/locale/en/LC_MESSAGES/overview/marble_overview.po +++ b/locale/en/LC_MESSAGES/overview/marble_overview.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 13.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-18 12:48-0500\n" +"POT-Creation-Date: 2024-09-26 14:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.1\n" +"Generated-By: Babel 2.16.0\n" #: ../../build/doc/overview/marble_overview.rst:18 msgid "Marble" @@ -157,7 +157,7 @@ msgid "**Support:** https://techbase.kde.org/Projects/Marble" msgstr "" #: ../../build/doc/overview/marble_overview.rst:82 -msgid "**More Info:** https://www.slideshare.net/marbleglobe/marble-1-6en" +msgid "**More Info:** https://www.slideshare.net/slideshow/marble-1-6en/26862346" msgstr "" #: ../../build/doc/overview/marble_overview.rst:88 @@ -168,11 +168,11 @@ msgstr "" msgid ":doc:`Quickstart documentation <../quickstart/marble_quickstart>`" msgstr "" -#: ../../build/doc/:12 +#: ../../build/doc/:13 msgid "vmdk" msgstr "" -#: ../../build/doc/:15 +#: ../../build/doc/:16 msgid "nologo" msgstr "" diff --git a/locale/en/LC_MESSAGES/overview/proj_overview.po b/locale/en/LC_MESSAGES/overview/proj_overview.po index 35f95c19d7..4b6fe992dd 100644 --- a/locale/en/LC_MESSAGES/overview/proj_overview.po +++ b/locale/en/LC_MESSAGES/overview/proj_overview.po @@ -100,7 +100,7 @@ msgstr "" #: ../../build/doc/overview/proj_overview.rst:53 msgid "" "PROJ uses coordinate system definitions defined by the `European " -"Petroleum Survey Group (EPSG) `_. Well Known Text " +"Petroleum Survey Group (EPSG) `_. Well Known Text " "(WKT) format." msgstr "" diff --git a/locale/en/LC_MESSAGES/overview/qgis_mapserver_overview.po b/locale/en/LC_MESSAGES/overview/qgis_mapserver_overview.po index 39e35b0d2e..c076a3e6fa 100644 --- a/locale/en/LC_MESSAGES/overview/qgis_mapserver_overview.po +++ b/locale/en/LC_MESSAGES/overview/qgis_mapserver_overview.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 13.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-18 12:48-0500\n" +"POT-Creation-Date: 2024-09-26 14:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.1\n" +"Generated-By: Babel 2.16.0\n" #: ../../build/doc/overview/qgis_mapserver_overview.rst:14 msgid "QGIS Server" @@ -117,8 +117,8 @@ msgstr "" #: ../../build/doc/overview/qgis_mapserver_overview.rst:61 msgid "" -"**Commercial Support:** " -"https://www.qgis.org/en/site/forusers/commercial_support.html" +"**Commercial Support:** https://www.qgis.org/resources/support" +"/commercial-support/" msgstr "" #: ../../build/doc/overview/qgis_mapserver_overview.rst:67 @@ -129,11 +129,11 @@ msgstr "" msgid ":doc:`Quickstart documentation <../quickstart/qgis_mapserver_quickstart>`" msgstr "" -#: ../../build/doc/:12 +#: ../../build/doc/:13 msgid "vmdk" msgstr "" -#: ../../build/doc/:15 +#: ../../build/doc/:16 msgid "nologo" msgstr "" diff --git a/locale/en/LC_MESSAGES/overview/qgis_overview.po b/locale/en/LC_MESSAGES/overview/qgis_overview.po index 548175cf0b..ca66f6e37b 100644 --- a/locale/en/LC_MESSAGES/overview/qgis_overview.po +++ b/locale/en/LC_MESSAGES/overview/qgis_overview.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 13.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-18 12:48-0500\n" +"POT-Creation-Date: 2024-09-26 14:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.1\n" +"Generated-By: Babel 2.16.0\n" #: ../../build/doc/overview/qgis_overview.rst:20 msgid "QGIS" @@ -204,13 +204,13 @@ msgid "**Supported Platforms:** Windows, Linux, Mac, Unix" msgstr "" #: ../../build/doc/overview/qgis_overview.rst:93 -msgid "**Community Support:** https://qgis.org/en/site/forusers/support.html" +msgid "**Community Support:** https://qgis.org/resources/support/" msgstr "" #: ../../build/doc/overview/qgis_overview.rst:95 msgid "" -"**Commercial Support:** " -"https://qgis.org/en/site/forusers/commercial_support.html" +"**Commercial Support:** https://qgis.org/resources/support/commercial-" +"support/" msgstr "" #: ../../build/doc/overview/qgis_overview.rst:101 @@ -221,11 +221,11 @@ msgstr "" msgid ":doc:`Quickstart documentation <../quickstart/qgis_quickstart>`" msgstr "" -#: ../../build/doc/:12 +#: ../../build/doc/:13 msgid "vmdk" msgstr "" -#: ../../build/doc/:15 +#: ../../build/doc/:16 msgid "nologo" msgstr "" diff --git a/locale/en/LC_MESSAGES/overview/zoo-project_overview.po b/locale/en/LC_MESSAGES/overview/zoo-project_overview.po index e703de7c6a..7961d02c0c 100644 --- a/locale/en/LC_MESSAGES/overview/zoo-project_overview.po +++ b/locale/en/LC_MESSAGES/overview/zoo-project_overview.po @@ -144,7 +144,7 @@ msgid "Details" msgstr "" #: ../../build/doc/overview/zoo-project_overview.rst:84 -msgid "**Website:** http://zoo-project.org/" +msgid "**Website:** https://zoo-project.org/" msgstr "" #: ../../build/doc/overview/zoo-project_overview.rst:86 @@ -166,7 +166,7 @@ msgid "" msgstr "" #: ../../build/doc/overview/zoo-project_overview.rst:94 -msgid "**Support:** http://zoo-project.org/" +msgid "**Support:** https://zoo-project.org/" msgstr "" #: ../../build/doc/overview/zoo-project_overview.rst:100 diff --git a/locale/en/LC_MESSAGES/quickstart/52nSOS_quickstart.po b/locale/en/LC_MESSAGES/quickstart/52nSOS_quickstart.po index 7ebecb1418..5613b36f7e 100644 --- a/locale/en/LC_MESSAGES/quickstart/52nSOS_quickstart.po +++ b/locale/en/LC_MESSAGES/quickstart/52nSOS_quickstart.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 13.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-17 21:19+0000\n" +"POT-Creation-Date: 2024-09-26 14:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -220,7 +220,7 @@ msgstr "" #: ../../build/doc/quickstart/52nSOS_quickstart.rst:197 msgid "" "52°North `SOS Web site `_" +"components/sos/>`_" msgstr "" #: ../../build/doc/quickstart/52nSOS_quickstart.rst:199 diff --git a/locale/en/LC_MESSAGES/quickstart/actinia_quickstart.po b/locale/en/LC_MESSAGES/quickstart/actinia_quickstart.po index 76bc86948b..4f628a8d78 100644 --- a/locale/en/LC_MESSAGES/quickstart/actinia_quickstart.po +++ b/locale/en/LC_MESSAGES/quickstart/actinia_quickstart.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 13.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-17 21:19+0000\n" +"POT-Creation-Date: 2024-09-26 14:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -211,7 +211,7 @@ msgstr "" #: ../../build/doc/quickstart/actinia_quickstart.rst:134 msgid "" "LST growing degree days asia 2017 (``latlong_wgs84/asia_gdd_2017/``; " -"source: https://www.mundialis.de/en/temperature-data/)" +"source: https://www.mundialis.de/en/products/surface-temperature-data/)" msgstr "" #: ../../build/doc/quickstart/actinia_quickstart.rst:136 @@ -231,13 +231,14 @@ msgstr "" #: ../../build/doc/quickstart/actinia_quickstart.rst:142 msgid "" "EU DEM 25m V1.1 (``eu_laea/PERMANENT/``; source: " -"https://land.copernicus.eu/imagery-in-situ/eu-dem)" +"https://land.copernicus.eu/en/products/products-that-are-no-longer-" +"disseminated-on-the-clms-website)" msgstr "" #: ../../build/doc/quickstart/actinia_quickstart.rst:144 msgid "" "CORINE Landcover 2012, g100_clc12_V18_5 (``eu_laea/corine_2012/``; " -"source: https://land.copernicus.eu/pan-european/corine-land-" +"source: https://land.copernicus.eu/en/products/corine-land-" "cover/clc-2012)" msgstr "" @@ -449,7 +450,7 @@ msgid "" "based geoprocessing. In Proc. of the 2019 conference on Big Data from " "Space (BiDS'2019) (pp. 41-44). EUR 29660 EN, Publications Office of the " "European Union 5, Luxembourg: P. Soille, S. Loekken, and S. Albani " -"(Eds.). (`DOI `__)" +"(Eds.). (`DOI `__)" msgstr "" #: ../../build/doc/:13 diff --git a/locale/en/LC_MESSAGES/quickstart/gdal_quickstart.po b/locale/en/LC_MESSAGES/quickstart/gdal_quickstart.po index 1115d80fb2..d4935da4a4 100644 --- a/locale/en/LC_MESSAGES/quickstart/gdal_quickstart.po +++ b/locale/en/LC_MESSAGES/quickstart/gdal_quickstart.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 13.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-18 12:48-0500\n" +"POT-Creation-Date: 2024-09-26 14:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.1\n" +"Generated-By: Babel 2.16.0\n" #: ../../build/doc/quickstart/gdal_quickstart.rst:21 msgid "GDAL/OGR Quickstart" @@ -253,147 +253,147 @@ msgid "" "Note how the poles are clipped? This is because the edges at the pole " "can't be reprojected gdalwarp does not read all the data. We can force " "gdalwarp to read a bunch of surplus data around chunks as one way to " -"resolve this. Read more about this in the RasterTutorial " -"https://trac.osgeo.org/gdal/wiki/UserDocs/RasterProcTutorial." +"resolve this. Read more about this in the `Raster Tutorial " +"`__." msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:258 +#: ../../build/doc/quickstart/gdal_quickstart.rst:259 msgid "Mosaicking" msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:260 +#: ../../build/doc/quickstart/gdal_quickstart.rst:261 msgid "" "gdal_merge.py is a python script that can be used for simple mosaicking " "tasks. Mosaic the east.tif and west.tif into a single file:" msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:268 +#: ../../build/doc/quickstart/gdal_quickstart.rst:269 msgid "" "The same task can be accomplished with gdalwarp. gdalwarp has a variety " "of advantages over gdal_merge, but can be slow to merge many files:" msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:278 +#: ../../build/doc/quickstart/gdal_quickstart.rst:279 msgid "Get to know OGR" msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:285 +#: ../../build/doc/quickstart/gdal_quickstart.rst:286 msgid "Open the shape file with a Desktop GIS like QGIS, and have a look." msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:289 +#: ../../build/doc/quickstart/gdal_quickstart.rst:290 msgid "Get information about the vector data with ogrinfo" msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:310 +#: ../../build/doc/quickstart/gdal_quickstart.rst:311 msgid "Get a summary about your data with ogrinfo together with `-so`." msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:393 +#: ../../build/doc/quickstart/gdal_quickstart.rst:394 msgid "" "If you run ogrinfo without a parameter you will get a summary about your " "data and afterwards a section for every dataset." msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:400 +#: ../../build/doc/quickstart/gdal_quickstart.rst:401 msgid "" "You can forward the result from ogrinfo to grep to filter and get only " "the attribute COUNTRY." msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:416 +#: ../../build/doc/quickstart/gdal_quickstart.rst:417 msgid "" "You can convert your data to other formats. Get the list of the supported" " formats with `--formats`." msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:420 +#: ../../build/doc/quickstart/gdal_quickstart.rst:421 msgid "Use ogr2ogr to convert data between file formats" msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:422 +#: ../../build/doc/quickstart/gdal_quickstart.rst:423 msgid "" "You can use ogr2ogr to converts simple features data between file " "formats. You can use `--formats` to get the list of the supported formats" " with read/write information." msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:426 +#: ../../build/doc/quickstart/gdal_quickstart.rst:427 msgid "Convert the countries to GML." msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:435 +#: ../../build/doc/quickstart/gdal_quickstart.rst:436 msgid "Things to try" msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:437 +#: ../../build/doc/quickstart/gdal_quickstart.rst:438 msgid "Here are some additional challenges for you to try:" msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:439 +#: ../../build/doc/quickstart/gdal_quickstart.rst:440 msgid "Try gdalwarp or gdal_merge.py to mosaic your data" msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:441 +#: ../../build/doc/quickstart/gdal_quickstart.rst:442 msgid "Try gdaladdo to build internal overviews" msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:443 +#: ../../build/doc/quickstart/gdal_quickstart.rst:444 msgid "" "QGIS uses GDAL/OGR too to suport many formats. It also provides the " "GdalTools Plugin to process raster data. This plugin integrates the gdal-" "tools into QGIS." msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:445 +#: ../../build/doc/quickstart/gdal_quickstart.rst:446 msgid "" "Try ogr2ogr to import/export your vector data to other formats like " "PostGIS. Have a look at the options ogr2ogr provides." msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:447 +#: ../../build/doc/quickstart/gdal_quickstart.rst:448 msgid "Try the QGIS plugin OGR-Layer-Konverter." msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:451 +#: ../../build/doc/quickstart/gdal_quickstart.rst:452 msgid "What next?" msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:453 +#: ../../build/doc/quickstart/gdal_quickstart.rst:454 msgid "" "This is only the first step on the road to using GDAL and OGR. There is a" " lot more functionality you can try." msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:456 +#: ../../build/doc/quickstart/gdal_quickstart.rst:457 msgid "GDAL Project home" msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:458 +#: ../../build/doc/quickstart/gdal_quickstart.rst:459 msgid "https://gdal.org" msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:460 +#: ../../build/doc/quickstart/gdal_quickstart.rst:461 msgid "GDAL Raster Tutorial" msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:462 -msgid "https://trac.osgeo.org/gdal/wiki/UserDocs/RasterProcTutorial" +#: ../../build/doc/quickstart/gdal_quickstart.rst:463 +msgid "https://gdal.org/en/latest/tutorials/raster_api_tut.html" msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:464 +#: ../../build/doc/quickstart/gdal_quickstart.rst:465 msgid "GDAL Workshop" msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:466 +#: ../../build/doc/quickstart/gdal_quickstart.rst:467 msgid "https://download.osgeo.org/gdal/workshop/foss4ge2015/workshop_gdal.html" msgstr "" -#: ../../build/doc/:12 +#: ../../build/doc/:13 msgid "vmdk" msgstr "" -#: ../../build/doc/:15 +#: ../../build/doc/:16 msgid "nologo" msgstr "" diff --git a/locale/en/LC_MESSAGES/quickstart/geonetwork_quickstart.po b/locale/en/LC_MESSAGES/quickstart/geonetwork_quickstart.po index 347796516d..1280f4ae45 100644 --- a/locale/en/LC_MESSAGES/quickstart/geonetwork_quickstart.po +++ b/locale/en/LC_MESSAGES/quickstart/geonetwork_quickstart.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 13.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-18 12:48-0500\n" +"POT-Creation-Date: 2024-09-26 14:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.1\n" +"Generated-By: Babel 2.16.0\n" #: ../../build/doc/quickstart/geonetwork_quickstart.rst:27 msgid "GeoNetwork Quickstart" @@ -37,9 +37,9 @@ msgstr "" msgid "" "GeoNetwork can directly be started from the OSGeo Live start menu and " "will be available at http://localhost:8080/geonetwork some moments later." -" Check the `Installation Guide `__ if you are " -"using GeoNetwork in some other context." +" Check the `Installation Guide `__ if you are using GeoNetwork in " +"some other context." msgstr "" #: ../../build/doc/quickstart/geonetwork_quickstart.rst:39 @@ -393,10 +393,9 @@ msgstr "" #: ../../build/doc/quickstart/geonetwork_quickstart.rst:221 msgid "" -"Visit the `Geonetwork User Guide `_ and try the " -"chapter on **Describing Information**, to learn how to create and edit " -"metadata records." +"Visit the `Geonetwork User Guide `_ and try the chapter on **Describing " +"Information**, to learn how to create and edit metadata records." msgstr "" #: ../../build/doc/quickstart/geonetwork_quickstart.rst:223 @@ -406,11 +405,11 @@ msgid "" "categories, and publish your metadata to the outside world." msgstr "" -#: ../../build/doc/:12 +#: ../../build/doc/:13 msgid "vmdk" msgstr "" -#: ../../build/doc/:15 +#: ../../build/doc/:16 msgid "nologo" msgstr "" diff --git a/locale/en/LC_MESSAGES/quickstart/geonode_quickstart.po b/locale/en/LC_MESSAGES/quickstart/geonode_quickstart.po index 33b6cde277..e8ce18be2d 100644 --- a/locale/en/LC_MESSAGES/quickstart/geonode_quickstart.po +++ b/locale/en/LC_MESSAGES/quickstart/geonode_quickstart.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 13.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-21 20:28+0000\n" +"POT-Creation-Date: 2024-09-26 14:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.11.0\n" +"Generated-By: Babel 2.16.0\n" #: ../../build/doc/quickstart/geonode_quickstart.rst:22 msgid "GeoNode Quickstart" @@ -308,11 +308,11 @@ msgstr "" #: ../../build/doc/quickstart/geonode_quickstart.rst:222 msgid "" "If you need help or want to get some information about a specific topic " -"please don't hasitate to ask us! You can do this through the #geonode IRC" -" channel using https://webchat.freenode.net/, through the `GeoNode Gitter" -" channel `_ or by asking your question" -" in our `mailing list `_ !" +"please don't hesitate to ask us! You can do this through the #geonode IRC" +" channel using https://web.libera.chat/, through the `GeoNode Gitter" +" channel `_ or " +"by asking your question in our `mailing list `_ !" msgstr "" #: ../../build/doc/:13 diff --git a/locale/en/LC_MESSAGES/quickstart/mapserver_quickstart.po b/locale/en/LC_MESSAGES/quickstart/mapserver_quickstart.po index 5a8c738b10..0c0c400e25 100644 --- a/locale/en/LC_MESSAGES/quickstart/mapserver_quickstart.po +++ b/locale/en/LC_MESSAGES/quickstart/mapserver_quickstart.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 14.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-17 20:25+0000\n" +"POT-Creation-Date: 2024-09-26 14:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -257,10 +257,10 @@ msgid "" "objects. These are used to style the elements contained in the spatial " "data file (DATA). For example, if we look closer at our \"ne_10m_lakes\" " "data file using a tool such as `ogrinfo " -"`_, we'll see the geometry and attribute " -"definitions it contains. These attribute values can be used as a way to " -"draw the elements inside a dataset differently using multiple CLASS " -"objects." +"`_, we'll see the " +"geometry and attribute definitions it contains. These attribute values " +"can be used as a way to draw the elements inside a dataset differently " +"using multiple CLASS objects." msgstr "" #: ../../build/doc/quickstart/mapserver_quickstart.rst:246 diff --git a/locale/es/LC_MESSAGES/overview/proj_overview.po b/locale/es/LC_MESSAGES/overview/proj_overview.po index 55e56f7405..dc11b3167f 100644 --- a/locale/es/LC_MESSAGES/overview/proj_overview.po +++ b/locale/es/LC_MESSAGES/overview/proj_overview.po @@ -128,10 +128,10 @@ msgstr "Estándares implementados" #: ../../build/doc/overview/proj_overview.rst:53 msgid "" "PROJ uses coordinate system definitions defined by the `European Petroleum " -"Survey Group (EPSG) `_. Well Known Text (WKT) format." +"Survey Group (EPSG) `_. Well Known Text (WKT) format." msgstr "" "PROJ utiliza las definiciones del sistema de coordenadas dadas por el " -"`European Petroleum Survey Group (EPSG) `. Bien " +"`European Petroleum Survey Group (EPSG) `. Bien " "conocido formato de texto (WKT)." #: ../../build/doc/overview/proj_overview.rst:59 diff --git a/locale/es/LC_MESSAGES/overview/zoo-project_overview.po b/locale/es/LC_MESSAGES/overview/zoo-project_overview.po index 36f26556a4..ef85bd39e8 100644 --- a/locale/es/LC_MESSAGES/overview/zoo-project_overview.po +++ b/locale/es/LC_MESSAGES/overview/zoo-project_overview.po @@ -191,8 +191,8 @@ msgid "Details" msgstr "Detalles" #: ../../build/doc/overview/zoo-project_overview.rst:84 -msgid "**Website:** http://zoo-project.org/" -msgstr "**Sitio web:** http://zoo-project.org/" +msgid "**Website:** https://zoo-project.org/" +msgstr "**Sitio web:** https://zoo-project.org/" #: ../../build/doc/overview/zoo-project_overview.rst:86 msgid "**Licence:** MIT x/11" @@ -215,8 +215,8 @@ msgstr "" "Javascript, C#, Ruby" #: ../../build/doc/overview/zoo-project_overview.rst:94 -msgid "**Support:** http://zoo-project.org/" -msgstr "**Soporte:** http://zoo-project.org/" +msgid "**Support:** https://zoo-project.org/" +msgstr "**Soporte:** https://zoo-project.org/" #: ../../build/doc/overview/zoo-project_overview.rst:100 msgid "Quickstart" diff --git a/locale/es/LC_MESSAGES/quickstart/geonode_quickstart.po b/locale/es/LC_MESSAGES/quickstart/geonode_quickstart.po index 6f7d90136d..11b231edf8 100644 --- a/locale/es/LC_MESSAGES/quickstart/geonode_quickstart.po +++ b/locale/es/LC_MESSAGES/quickstart/geonode_quickstart.po @@ -413,14 +413,14 @@ msgstr "" msgid "" "If you need help or want to get some information about a specific topic " "please don't hasitate to ask us! You can do this through the #geonode IRC" -" channel using https://webchat.freenode.net/, through the `GeoNode Gitter" +" channel using https://web.libera.chat/, through the `GeoNode Gitter" " channel `_ or by asking your question" " in our `mailing list `_ !" msgstr "" "Si necesita ayuda o desea obtener información sobre un tema específico, ¡no " "dude en preguntarnos! ¡Puede hacerlo a través del canal #geonode IRC usando " -"https://webchat.freenode.net/, a través del `canal GeoNode de Gitter " +"https://web.libera.chat/, a través del `canal GeoNode de Gitter " "`_ o haciendo su pregunta en nuestra `" "lista de correo `_ !" diff --git a/locale/fi/LC_MESSAGES/overview/proj_overview.po b/locale/fi/LC_MESSAGES/overview/proj_overview.po index 32ec739c3b..189c5e7620 100644 --- a/locale/fi/LC_MESSAGES/overview/proj_overview.po +++ b/locale/fi/LC_MESSAGES/overview/proj_overview.po @@ -106,7 +106,7 @@ msgstr "Toteutetut standardit" #: ../../build/doc/overview/proj_overview.rst:53 msgid "" "PROJ uses coordinate system definitions defined by the `European Petroleum " -"Survey Group (EPSG) `_. Well Known Text (WKT) format." +"Survey Group (EPSG) `_. Well Known Text (WKT) format." msgstr "" #: ../../build/doc/overview/proj_overview.rst:59 diff --git a/locale/fi/LC_MESSAGES/overview/zoo-project_overview.po b/locale/fi/LC_MESSAGES/overview/zoo-project_overview.po index e7ccb12247..ac37d41f13 100644 --- a/locale/fi/LC_MESSAGES/overview/zoo-project_overview.po +++ b/locale/fi/LC_MESSAGES/overview/zoo-project_overview.po @@ -149,7 +149,7 @@ msgid "Details" msgstr "Lisätiedot" #: ../../build/doc/overview/zoo-project_overview.rst:84 -msgid "**Website:** http://zoo-project.org/" +msgid "**Website:** https://zoo-project.org/" msgstr "" #: ../../build/doc/overview/zoo-project_overview.rst:86 @@ -171,7 +171,7 @@ msgid "" msgstr "" #: ../../build/doc/overview/zoo-project_overview.rst:94 -msgid "**Support:** http://zoo-project.org/" +msgid "**Support:** https://zoo-project.org/" msgstr "" #: ../../build/doc/overview/zoo-project_overview.rst:100 diff --git a/locale/fi/LC_MESSAGES/quickstart/geonode_quickstart.po b/locale/fi/LC_MESSAGES/quickstart/geonode_quickstart.po index 770fe19aeb..d67ecee276 100644 --- a/locale/fi/LC_MESSAGES/quickstart/geonode_quickstart.po +++ b/locale/fi/LC_MESSAGES/quickstart/geonode_quickstart.po @@ -406,14 +406,14 @@ msgstr "" msgid "" "If you need help or want to get some information about a specific topic " "please don't hasitate to ask us! You can do this through the #geonode IRC" -" channel using https://webchat.freenode.net/, through the `GeoNode Gitter" +" channel using https://web.libera.chat/, through the `GeoNode Gitter" " channel `_ or by asking your question" " in our `mailing list `_ !" msgstr "" "Jos tarvitset apua tai haluat saada tietoa tietystä aiheesta, älä " "kiirehdi kysyä meiltä! Voit tehdä tämän #geonode IRC -kanavan kautta " -"käyttämällä https://webchat.freenode.net/, `GeoNode Gitter -kanavan " +"käyttämällä https://web.libera.chat/, `GeoNode Gitter -kanavan " "kautta `_ tai esittämällä " "kysymyksesi `postituslistallemme `_ !" diff --git a/locale/fr/LC_MESSAGES/overview/proj_overview.po b/locale/fr/LC_MESSAGES/overview/proj_overview.po index f53f8c1368..152df0c7a6 100644 --- a/locale/fr/LC_MESSAGES/overview/proj_overview.po +++ b/locale/fr/LC_MESSAGES/overview/proj_overview.po @@ -129,10 +129,10 @@ msgstr "Standards implémentés" #: ../../build/doc/overview/proj_overview.rst:53 msgid "" "PROJ uses coordinate system definitions defined by the `European Petroleum " -"Survey Group (EPSG) `_. Well Known Text (WKT) format." +"Survey Group (EPSG) `_. Well Known Text (WKT) format." msgstr "" "PROJ utilise les définitions de système de coordonnées définies par le " -"`European Petroleum Survey Group (EPSG) ` au format " +"`European Petroleum Survey Group (EPSG) ` au format " "WKT (Well Known Text)." #: ../../build/doc/overview/proj_overview.rst:59 diff --git a/locale/fr/LC_MESSAGES/overview/zoo-project_overview.po b/locale/fr/LC_MESSAGES/overview/zoo-project_overview.po index c4c3fa8841..18fdd5a220 100644 --- a/locale/fr/LC_MESSAGES/overview/zoo-project_overview.po +++ b/locale/fr/LC_MESSAGES/overview/zoo-project_overview.po @@ -190,8 +190,8 @@ msgid "Details" msgstr "Détails" #: ../../build/doc/overview/zoo-project_overview.rst:84 -msgid "**Website:** http://zoo-project.org/" -msgstr "**Site Internet:** http://zoo-project.org/" +msgid "**Website:** https://zoo-project.org/" +msgstr "**Site Internet:** https://zoo-project.org/" #: ../../build/doc/overview/zoo-project_overview.rst:86 msgid "**Licence:** MIT x/11" @@ -214,8 +214,8 @@ msgstr "" "Javascript, C#, Ruby" #: ../../build/doc/overview/zoo-project_overview.rst:94 -msgid "**Support:** http://zoo-project.org/" -msgstr "**Support:** http://zoo-project.org/" +msgid "**Support:** https://zoo-project.org/" +msgstr "**Support:** https://zoo-project.org/" #: ../../build/doc/overview/zoo-project_overview.rst:100 msgid "Quickstart" diff --git a/locale/fr/LC_MESSAGES/quickstart/geonode_quickstart.po b/locale/fr/LC_MESSAGES/quickstart/geonode_quickstart.po index df7c0ce167..ed60c1b313 100644 --- a/locale/fr/LC_MESSAGES/quickstart/geonode_quickstart.po +++ b/locale/fr/LC_MESSAGES/quickstart/geonode_quickstart.po @@ -314,7 +314,7 @@ msgstr "" msgid "" "If you need help or want to get some information about a specific topic " "please don't hasitate to ask us! You can do this through the #geonode IRC" -" channel using https://webchat.freenode.net/, through the `GeoNode Gitter" +" channel using https://web.libera.chat/, through the `GeoNode Gitter" " channel `_ or by asking your question" " in our `mailing list `_ !" diff --git a/locale/hu/LC_MESSAGES/overview/actinia_overview.po b/locale/hu/LC_MESSAGES/overview/actinia_overview.po index ed0fb25131..0f4a0ec9a8 100644 --- a/locale/hu/LC_MESSAGES/overview/actinia_overview.po +++ b/locale/hu/LC_MESSAGES/overview/actinia_overview.po @@ -71,7 +71,7 @@ msgstr "" #: ../../build/doc/overview/actinia_overview.rst:42 msgid "Explore the `tutorial `_." msgstr "" -"Fedezze fel az `oktatóanyagot `_." +"Fedezze fel az `oktatóanyagot `_." #: ../../build/doc/overview/actinia_overview.rst:45 msgid "Details" diff --git a/locale/hu/LC_MESSAGES/overview/proj_overview.po b/locale/hu/LC_MESSAGES/overview/proj_overview.po index 6fb606ad4a..1108b6aa98 100644 --- a/locale/hu/LC_MESSAGES/overview/proj_overview.po +++ b/locale/hu/LC_MESSAGES/overview/proj_overview.po @@ -124,9 +124,9 @@ msgstr "Implementált szabványok" #: ../../build/doc/overview/proj_overview.rst:53 msgid "" "PROJ uses coordinate system definitions defined by the `European Petroleum " -"Survey Group (EPSG) `_. Well Known Text (WKT) format." +"Survey Group (EPSG) `_. Well Known Text (WKT) format." msgstr "" -"A PROJ az `European Petroleum Survey Group (EPSG) ` " +"A PROJ az `European Petroleum Survey Group (EPSG) ` " "vetületi definícióját használja. Well Known Text (WKT) formátum." #: ../../build/doc/overview/proj_overview.rst:59 diff --git a/locale/hu/LC_MESSAGES/overview/zoo-project_overview.po b/locale/hu/LC_MESSAGES/overview/zoo-project_overview.po index b6be3f8ad8..5e5e1f27bc 100644 --- a/locale/hu/LC_MESSAGES/overview/zoo-project_overview.po +++ b/locale/hu/LC_MESSAGES/overview/zoo-project_overview.po @@ -184,7 +184,7 @@ msgid "Details" msgstr "Részletek" #: ../../build/doc/overview/zoo-project_overview.rst:84 -msgid "**Website:** http://zoo-project.org/" +msgid "**Website:** https://zoo-project.org/" msgstr "**Honlap:** http://zoo-project.org" #: ../../build/doc/overview/zoo-project_overview.rst:86 @@ -208,8 +208,8 @@ msgstr "" "C#, Ruby" #: ../../build/doc/overview/zoo-project_overview.rst:94 -msgid "**Support:** http://zoo-project.org/" -msgstr "**Támogatás:** http://zoo-project.org/" +msgid "**Support:** https://zoo-project.org/" +msgstr "**Támogatás:** https://zoo-project.org/" #: ../../build/doc/overview/zoo-project_overview.rst:100 msgid "Quickstart" diff --git a/locale/hu/LC_MESSAGES/quickstart/52nSOS_quickstart.po b/locale/hu/LC_MESSAGES/quickstart/52nSOS_quickstart.po index d03ce45fd1..2a0296e2b9 100644 --- a/locale/hu/LC_MESSAGES/quickstart/52nSOS_quickstart.po +++ b/locale/hu/LC_MESSAGES/quickstart/52nSOS_quickstart.po @@ -266,8 +266,7 @@ msgstr "" #: ../../build/doc/quickstart/52nSOS_quickstart.rst:196 msgid "52°North `SOS Client `__" msgstr "" -"52°North `SOS Kliens `_" +"52°North `SOS Kliens `__" #: ../../build/doc/quickstart/52nSOS_quickstart.rst:197 msgid "" diff --git a/locale/hu/LC_MESSAGES/quickstart/geonode_quickstart.po b/locale/hu/LC_MESSAGES/quickstart/geonode_quickstart.po index 0f6962d86e..55a8477f91 100644 --- a/locale/hu/LC_MESSAGES/quickstart/geonode_quickstart.po +++ b/locale/hu/LC_MESSAGES/quickstart/geonode_quickstart.po @@ -401,14 +401,14 @@ msgstr "" msgid "" "If you need help or want to get some information about a specific topic " "please don't hasitate to ask us! You can do this through the #geonode IRC" -" channel using https://webchat.freenode.net/, through the `GeoNode Gitter" +" channel using https://web.libera.chat/, through the `GeoNode Gitter" " channel `_ or by asking your question" " in our `mailing list `_ !" msgstr "" "Ha segítségre van szüksége vagy egy konkrét témakörben akarna több " "információt kapni, kérjük ne habozzon megkérdezni minket! Ezt megteheti a #" -"geonode IRC csatorna használatával https://webchat.freenode.net/, a `GeoNode " +"geonode IRC csatorna használatával https://web.libera.chat/, a `GeoNode " "Gitter csatornán `_ vagy kérdés " "feltevésével a `levelező listánkon `_ !" diff --git a/locale/it/LC_MESSAGES/overview/proj_overview.po b/locale/it/LC_MESSAGES/overview/proj_overview.po index 35f0bd11a8..2b492eef6c 100644 --- a/locale/it/LC_MESSAGES/overview/proj_overview.po +++ b/locale/it/LC_MESSAGES/overview/proj_overview.po @@ -128,10 +128,10 @@ msgstr "Standard implementati" #: ../../build/doc/overview/proj_overview.rst:53 msgid "" "PROJ uses coordinate system definitions defined by the `European Petroleum " -"Survey Group (EPSG) `_. Well Known Text (WKT) format." +"Survey Group (EPSG) `_. Well Known Text (WKT) format." msgstr "" "PROJ use le definizioni del sistema di coordinate forniti dall'`European " -"Petroleum Survey Group (EPSG) `. Formato Well Known " +"Petroleum Survey Group (EPSG) `. Formato Well Known " "Text (WKT)." #: ../../build/doc/overview/proj_overview.rst:59 diff --git a/locale/it/LC_MESSAGES/overview/zoo-project_overview.po b/locale/it/LC_MESSAGES/overview/zoo-project_overview.po index b7944538e7..306c071f7a 100644 --- a/locale/it/LC_MESSAGES/overview/zoo-project_overview.po +++ b/locale/it/LC_MESSAGES/overview/zoo-project_overview.po @@ -186,8 +186,8 @@ msgid "Details" msgstr "Dettagli" #: ../../build/doc/overview/zoo-project_overview.rst:84 -msgid "**Website:** http://zoo-project.org/" -msgstr "**Sito web:** http://zoo-project.org/" +msgid "**Website:** https://zoo-project.org/" +msgstr "**Sito web:** https://zoo-project.org/" #: ../../build/doc/overview/zoo-project_overview.rst:86 msgid "**Licence:** MIT x/11" @@ -210,8 +210,8 @@ msgstr "" "Javascript, C#, Ruby" #: ../../build/doc/overview/zoo-project_overview.rst:94 -msgid "**Support:** http://zoo-project.org/" -msgstr "**Supporto:** http://zoo-project.org/" +msgid "**Support:** https://zoo-project.org/" +msgstr "**Supporto:** https://zoo-project.org/" #: ../../build/doc/overview/zoo-project_overview.rst:100 msgid "Quickstart" diff --git a/locale/it/LC_MESSAGES/quickstart/actinia_quickstart.po b/locale/it/LC_MESSAGES/quickstart/actinia_quickstart.po index 3bcd3f4222..7a02456711 100644 --- a/locale/it/LC_MESSAGES/quickstart/actinia_quickstart.po +++ b/locale/it/LC_MESSAGES/quickstart/actinia_quickstart.po @@ -138,8 +138,9 @@ msgid "" "mapsets and map layer the user has access to as well as the creation and " "deletion of mapsets." msgstr "" -"Lo strumento ``ace`` (`dettagli `_) permette l'esecuzione di un " +"Lo strumento ``ace`` (`dettagli `_) " +"permette l'esecuzione di un " "singolo comando GRASS GIS o di una lista di comandi GRASS GIS su un " "servizio REST actinia (https://actinia.mundialis.de/). Inoltre fornisce " "la gestione del lavoro, la possibilità di elencare le località, i set di " diff --git a/locale/it/LC_MESSAGES/quickstart/geonode_quickstart.po b/locale/it/LC_MESSAGES/quickstart/geonode_quickstart.po index 4bd089ed64..42fb51924f 100644 --- a/locale/it/LC_MESSAGES/quickstart/geonode_quickstart.po +++ b/locale/it/LC_MESSAGES/quickstart/geonode_quickstart.po @@ -409,14 +409,14 @@ msgstr "" msgid "" "If you need help or want to get some information about a specific topic " "please don't hasitate to ask us! You can do this through the #geonode IRC" -" channel using https://webchat.freenode.net/, through the `GeoNode Gitter" +" channel using https://web.libera.chat/, through the `GeoNode Gitter" " channel `_ or by asking your question" " in our `mailing list `_ !" msgstr "" "Se hai bisogno di aiuto o vuoi ottenere qualche informazione su un " "argomento specifico, non esitare a chiederlo a noi! Puoi farlo attraverso" -" il canale IRC #geonode usando https://webchat.freenode.net/, attraverso " +" il canale IRC #geonode usando https://web.libera.chat/, attraverso " "il canale `GeoNode Gitter `_ o facendo" " la tua domanda nella nostra `mailing list `_ !" diff --git a/locale/ja/LC_MESSAGES/overview/proj_overview.po b/locale/ja/LC_MESSAGES/overview/proj_overview.po index 51fac04538..888a4eeb37 100644 --- a/locale/ja/LC_MESSAGES/overview/proj_overview.po +++ b/locale/ja/LC_MESSAGES/overview/proj_overview.po @@ -117,9 +117,9 @@ msgstr "実装されている標準規格" #: ../../build/doc/overview/proj_overview.rst:53 msgid "" "PROJ uses coordinate system definitions defined by the `European Petroleum " -"Survey Group (EPSG) `_. Well Known Text (WKT) format." +"Survey Group (EPSG) `_. Well Known Text (WKT) format." msgstr "" -"PROJ は、 `European Petroleum Survey Group (EPSG) `_ " +"PROJ は、 `European Petroleum Survey Group (EPSG) `_ " "で定義されている座標系定義を使用しています。Well Known Text(WKT)形式。" #: ../../build/doc/overview/proj_overview.rst:59 diff --git a/locale/ja/LC_MESSAGES/overview/zoo-project_overview.po b/locale/ja/LC_MESSAGES/overview/zoo-project_overview.po index f803763f42..259bbd1631 100644 --- a/locale/ja/LC_MESSAGES/overview/zoo-project_overview.po +++ b/locale/ja/LC_MESSAGES/overview/zoo-project_overview.po @@ -167,8 +167,8 @@ msgid "Details" msgstr "詳細" #: ../../build/doc/overview/zoo-project_overview.rst:84 -msgid "**Website:** http://zoo-project.org/" -msgstr "**Webサイト:** http://zoo-project.org/" +msgid "**Website:** https://zoo-project.org/" +msgstr "**Webサイト:** https://zoo-project.org/" #: ../../build/doc/overview/zoo-project_overview.rst:86 msgid "**Licence:** MIT x/11" @@ -189,8 +189,8 @@ msgid "" msgstr "**プログラム言語サポート:** C, Python, Java, PHP, Fortran, Javascript, C#, Ruby" #: ../../build/doc/overview/zoo-project_overview.rst:94 -msgid "**Support:** http://zoo-project.org/" -msgstr "**サポート:** http://zoo-project.org/" +msgid "**Support:** https://zoo-project.org/" +msgstr "**サポート:** https://zoo-project.org/" #: ../../build/doc/overview/zoo-project_overview.rst:100 msgid "Quickstart" diff --git a/locale/ja/LC_MESSAGES/quickstart/geonode_quickstart.po b/locale/ja/LC_MESSAGES/quickstart/geonode_quickstart.po index 44eb3e35a1..62296484d2 100644 --- a/locale/ja/LC_MESSAGES/quickstart/geonode_quickstart.po +++ b/locale/ja/LC_MESSAGES/quickstart/geonode_quickstart.po @@ -345,12 +345,12 @@ msgstr "" msgid "" "If you need help or want to get some information about a specific topic " "please don't hasitate to ask us! You can do this through the #geonode IRC" -" channel using https://webchat.freenode.net/, through the `GeoNode Gitter" +" channel using https://web.libera.chat/, through the `GeoNode Gitter" " channel `_ or by asking your question" " in our `mailing list `_ !" msgstr "" -"ヘルプが必要な場合や、特定のトピックに関する情報を取得したい場合は、遠慮なくお問い合わせください。https://webchat.freenode.net/" +"ヘルプが必要な場合や、特定のトピックに関する情報を取得したい場合は、遠慮なくお問い合わせください。https://web.libera.chat/" " の #geonode IRCチャンネルを使用したり、 `GeoNode Gitterチャンネル " "`_ にアクセスしたり、または私たちの `メーリングリスト " "`_ " diff --git a/locale/nl/LC_MESSAGES/overview/proj_overview.po b/locale/nl/LC_MESSAGES/overview/proj_overview.po index 3c14f27872..fdb98e1c13 100644 --- a/locale/nl/LC_MESSAGES/overview/proj_overview.po +++ b/locale/nl/LC_MESSAGES/overview/proj_overview.po @@ -107,7 +107,7 @@ msgstr "Geïmplementeerde standaarden" #: ../../build/doc/overview/proj_overview.rst:53 msgid "" "PROJ uses coordinate system definitions defined by the `European Petroleum " -"Survey Group (EPSG) `_. Well Known Text (WKT) format." +"Survey Group (EPSG) `_. Well Known Text (WKT) format." msgstr "" #: ../../build/doc/overview/proj_overview.rst:59 diff --git a/locale/nl/LC_MESSAGES/overview/zoo-project_overview.po b/locale/nl/LC_MESSAGES/overview/zoo-project_overview.po index bdcf619bac..c1fd4e975a 100644 --- a/locale/nl/LC_MESSAGES/overview/zoo-project_overview.po +++ b/locale/nl/LC_MESSAGES/overview/zoo-project_overview.po @@ -150,7 +150,7 @@ msgid "Details" msgstr "Details" #: ../../build/doc/overview/zoo-project_overview.rst:84 -msgid "**Website:** http://zoo-project.org/" +msgid "**Website:** https://zoo-project.org/" msgstr "" #: ../../build/doc/overview/zoo-project_overview.rst:86 @@ -172,7 +172,7 @@ msgid "" msgstr "" #: ../../build/doc/overview/zoo-project_overview.rst:94 -msgid "**Support:** http://zoo-project.org/" +msgid "**Support:** https://zoo-project.org/" msgstr "" #: ../../build/doc/overview/zoo-project_overview.rst:100 diff --git a/locale/nl/LC_MESSAGES/quickstart/geonode_quickstart.po b/locale/nl/LC_MESSAGES/quickstart/geonode_quickstart.po index ac5f080ffc..e611b382d2 100644 --- a/locale/nl/LC_MESSAGES/quickstart/geonode_quickstart.po +++ b/locale/nl/LC_MESSAGES/quickstart/geonode_quickstart.po @@ -309,7 +309,7 @@ msgstr "" msgid "" "If you need help or want to get some information about a specific topic " "please don't hasitate to ask us! You can do this through the #geonode IRC " -"channel using https://webchat.freenode.net/, through the `GeoNode Gitter " +"channel using https://web.libera.chat/, through the `GeoNode Gitter " "channel `_ or by asking your question in " "our `mailing list `_ !" diff --git a/locale/pot/overview/52nSOS_overview.pot b/locale/pot/overview/52nSOS_overview.pot index f6fca77ae1..5dbfe9c850 100644 --- a/locale/pot/overview/52nSOS_overview.pot +++ b/locale/pot/overview/52nSOS_overview.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-17 21:19+0000\n" +"POT-Creation-Date: 2024-09-26 14:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -229,7 +229,7 @@ msgid "**Community Support:** https://list.52north.org/mailman/listinfo/sensorwe msgstr "" #: ../../build/doc/overview/52nSOS_overview.rst:153 -msgid "**Community Website:** https://52north.org/research/scope/geospatial-sensing/" +msgid "**Community Website:** https://52north.org/research/scope/research-data-infrastructures/" msgstr "" #: ../../build/doc/overview/52nSOS_overview.rst:155 diff --git a/locale/pot/overview/R_overview.pot b/locale/pot/overview/R_overview.pot index f25fbae600..1afcea90cf 100644 --- a/locale/pot/overview/R_overview.pot +++ b/locale/pot/overview/R_overview.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-05 12:30-0600\n" +"POT-Creation-Date: 2024-09-26 14:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -33,14 +33,14 @@ msgid "Users can accomplish a broad array of tasks such as: image classification msgstr "" #: ../../build/doc/overview/R_overview.rst:36 -msgid "The core R interface is a command line window which provides excellent flexibility and control but tends to lengthen the time required to become a proficient user when compared to software with a graphical user interface (GUI). Fortunately R is well documented on the web site which eases the learning process. Scripts are often used to automate processing steps but there are GUIs, the leading one being RStudio (https://www.rstudio.com)." +msgid "The core R interface is a command line window which provides excellent flexibility and control but tends to lengthen the time required to become a proficient user when compared to software with a graphical user interface (GUI). Fortunately R is well documented on the web site which eases the learning process. Scripts are often used to automate processing steps but there are GUIs, the leading one being RStudio (https://posit.co/)." msgstr "" #: ../../build/doc/overview/R_overview.rst:44 msgid "R is an implementation of the S programming language and there is significant compatibility between R and legacy S and S-Plus code as well as between R and the modern commercial version of S, TIBCO Spotfire S+. This makes it possible to convert different versions of S code to run on R without major code modifications." msgstr "" -#: ../../build/doc/overview/R_overview.rst:-1 +#: ../../build/doc/overview/R_overview.rst:None msgid "R screenshot" msgstr "" @@ -148,6 +148,7 @@ msgstr "" msgid "OSGeo Project" msgstr "" +#: ../../build/doc/:0 #: ../../build/doc/:0 msgid "OSGeo Community" msgstr "" diff --git a/locale/pot/overview/gdal_overview.pot b/locale/pot/overview/gdal_overview.pot index 55145b7303..59abffd46b 100644 --- a/locale/pot/overview/gdal_overview.pot +++ b/locale/pot/overview/gdal_overview.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-01 23:33+0000\n" +"POT-Creation-Date: 2024-09-26 14:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -101,7 +101,7 @@ msgid "**Website:** https://gdal.org/" msgstr "" #: ../../build/doc/overview/gdal_overview.rst:71 -msgid "**Licence:** `X/MIT style Open Source license `_" +msgid "**License:** `X/MIT style Open Source license `_" msgstr "" #: ../../build/doc/overview/gdal_overview.rst:73 diff --git a/locale/pot/overview/geotools_overview.pot b/locale/pot/overview/geotools_overview.pot index d91e6027ed..9a784fad22 100644 --- a/locale/pot/overview/geotools_overview.pot +++ b/locale/pot/overview/geotools_overview.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-01 23:33+0000\n" +"POT-Creation-Date: 2024-09-26 14:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -213,7 +213,7 @@ msgid "**API Interfaces:** Java" msgstr "" #: ../../build/doc/overview/geotools_overview.rst:117 -msgid "**Support:** `Communication and Support `_" +msgid "**Support:** `Communication and Support `_" msgstr "" #: ../../build/doc/overview/geotools_overview.rst:120 @@ -221,7 +221,7 @@ msgid "GeoTools Support" msgstr "" #: ../../build/doc/overview/geotools_overview.rst:122 -msgid "`Quickstart documentation `_" +msgid "`Quickstart documentation `_" msgstr "" #: ../../build/doc/:13 diff --git a/locale/pot/overview/grass_overview.pot b/locale/pot/overview/grass_overview.pot index 9aa8c15e8c..b7a1884f08 100644 --- a/locale/pot/overview/grass_overview.pot +++ b/locale/pot/overview/grass_overview.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-05 12:30-0600\n" +"POT-Creation-Date: 2024-09-26 14:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -36,7 +36,7 @@ msgstr "" msgid "The GRASS GIS software includes more than 400 built-in analysis modules. Additionally, over 100 community supplied modules and toolboxes are available for free from the Add-on repository. After more than 30 years of continuous development GRASS GIS is both the longest maintained and largest Open Source GIS available. It is easily scriptable and versatile enough to be used both for batch data processing on massively-parallel supercomputers as well as a handy desktop GIS for handheld PDAs or netbooks." msgstr "" -#: ../../build/doc/overview/grass_overview.rst:-1 +#: ../../build/doc/overview/grass_overview.rst:None msgid "grass screenshot" msgstr "" @@ -77,7 +77,7 @@ msgid "**API Interfaces:** C, Python, Bourne Shell" msgstr "" #: ../../build/doc/overview/grass_overview.rst:81 -msgid "**Support:** https://grass.osgeo.org/about/community/" +msgid "**Support:** https://grass.osgeo.org/support/community/" msgstr "" #: ../../build/doc/overview/grass_overview.rst:87 @@ -100,6 +100,7 @@ msgstr "" msgid "OSGeo Project" msgstr "" +#: ../../build/doc/:0 #: ../../build/doc/:0 msgid "OSGeo Community" msgstr "" diff --git a/locale/pot/overview/mapbender_overview.pot b/locale/pot/overview/mapbender_overview.pot index 09afb6020a..3f26d35a3c 100644 --- a/locale/pot/overview/mapbender_overview.pot +++ b/locale/pot/overview/mapbender_overview.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-07-24 06:16+0000\n" +"POT-Creation-Date: 2024-09-26 14:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -137,7 +137,7 @@ msgid "**Website:** https://mapbender.org" msgstr "" #: ../../build/doc/overview/mapbender_overview.rst:68 -msgid "**Licence:** `MIT license `_" +msgid "**Licence:** `MIT license `_" msgstr "" #: ../../build/doc/overview/mapbender_overview.rst:70 diff --git a/locale/pot/overview/mapproxy_overview.pot b/locale/pot/overview/mapproxy_overview.pot index ef841bbfce..2ea3cec756 100644 --- a/locale/pot/overview/mapproxy_overview.pot +++ b/locale/pot/overview/mapproxy_overview.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-05 12:30-0600\n" +"POT-Creation-Date: 2024-09-26 14:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -32,7 +32,7 @@ msgstr "" msgid "MapProxy is flexible and scales from simple to complex use-cases: from a single tile cache for an :doc:`OpenLayers ` web client to a central SDI node that combines, unifies and accelerates dozens of distributed WMS services." msgstr "" -#: ../../build/doc/overview/mapproxy_overview.rst:-1 +#: ../../build/doc/overview/mapproxy_overview.rst:None msgid "mapproxy screenshot" msgstr "" @@ -40,7 +40,7 @@ msgstr "" msgid "Core Features" msgstr "" -#: ../../build/doc/overview/mapproxy_overview.rst:-1 +#: ../../build/doc/overview/mapproxy_overview.rst:None msgid "MapProxy demo" msgstr "" @@ -269,7 +269,7 @@ msgid "**Supported Platforms:** Linux, Mac, Windows" msgstr "" #: ../../build/doc/overview/mapproxy_overview.rst:119 -msgid "**Support:** https://mapproxy.org/support" +msgid "**Support:** https://www.mapproxy.org/support" msgstr "" #: ../../build/doc/overview/mapproxy_overview.rst:125 @@ -292,6 +292,7 @@ msgstr "" msgid "OSGeo Project" msgstr "" +#: ../../build/doc/:0 #: ../../build/doc/:0 msgid "OSGeo Community" msgstr "" diff --git a/locale/pot/overview/marble_overview.pot b/locale/pot/overview/marble_overview.pot index c0cc0d747d..87eb97bfa9 100644 --- a/locale/pot/overview/marble_overview.pot +++ b/locale/pot/overview/marble_overview.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-05 12:30-0600\n" +"POT-Creation-Date: 2024-09-26 14:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -36,7 +36,7 @@ msgstr "" msgid "Start exploring the world. View clouds and sun shadow, follow satellites and space stations and display their orbits, all updated in real-time. Travel back in time and learn about historic views of our planet using maps from past centuries. Earth is not enough? Marble also offers maps of the moon and other planets." msgstr "" -#: ../../build/doc/overview/marble_overview.rst:-1 +#: ../../build/doc/overview/marble_overview.rst:None msgid "marble screenshot" msgstr "" @@ -133,7 +133,7 @@ msgid "**Support:** https://techbase.kde.org/Projects/Marble" msgstr "" #: ../../build/doc/overview/marble_overview.rst:82 -msgid "**More Info:** https://www.slideshare.net/marbleglobe/marble-1-6en" +msgid "**More Info:** https://www.slideshare.net/slideshow/marble-1-6en/26862346" msgstr "" #: ../../build/doc/overview/marble_overview.rst:88 @@ -156,6 +156,7 @@ msgstr "" msgid "OSGeo Project" msgstr "" +#: ../../build/doc/:0 #: ../../build/doc/:0 msgid "OSGeo Community" msgstr "" diff --git a/locale/pot/overview/proj_overview.pot b/locale/pot/overview/proj_overview.pot index e6ec2a916b..e714376d2f 100644 --- a/locale/pot/overview/proj_overview.pot +++ b/locale/pot/overview/proj_overview.pot @@ -81,7 +81,7 @@ msgid "Implemented Standards" msgstr "" #: ../../build/doc/overview/proj_overview.rst:53 -msgid "PROJ uses coordinate system definitions defined by the `European Petroleum Survey Group (EPSG) `_. Well Known Text (WKT) format." +msgid "PROJ uses coordinate system definitions defined by the `European Petroleum Survey Group (EPSG) `_. Well Known Text (WKT) format." msgstr "" #: ../../build/doc/overview/proj_overview.rst:59 diff --git a/locale/pot/overview/qgis_mapserver_overview.pot b/locale/pot/overview/qgis_mapserver_overview.pot index d4b33da6dc..e711f6207a 100644 --- a/locale/pot/overview/qgis_mapserver_overview.pot +++ b/locale/pot/overview/qgis_mapserver_overview.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-05 12:30-0600\n" +"POT-Creation-Date: 2024-09-26 14:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -28,7 +28,7 @@ msgstr "" msgid "QGIS Server provides web map and feature services (WMS & WFS) using the same libraries as the GIS (QGIS) desktop application. Maps and print templates created in QGIS desktop can be published as web maps simply by copying the QGIS project file into the server directory. The resulting web maps look exactly the same as in the desktop. QGIS Server is usually run as CGI/FastCGI module within the Apache Webserver." msgstr "" -#: ../../build/doc/overview/qgis_mapserver_overview.rst:-1 +#: ../../build/doc/overview/qgis_mapserver_overview.rst:None msgid "qgis_mapserver screenshot" msgstr "" @@ -110,7 +110,7 @@ msgid "**Supported Platforms:** Windows, Linux" msgstr "" #: ../../build/doc/overview/qgis_mapserver_overview.rst:61 -msgid "**Commercial Support:** https://www.qgis.org/en/site/forusers/commercial_support.html" +msgid "**Commercial Support:** https://www.qgis.org/resources/support/commercial-support/" msgstr "" #: ../../build/doc/overview/qgis_mapserver_overview.rst:67 @@ -133,6 +133,7 @@ msgstr "" msgid "OSGeo Project" msgstr "" +#: ../../build/doc/:0 #: ../../build/doc/:0 msgid "OSGeo Community" msgstr "" diff --git a/locale/pot/overview/qgis_overview.pot b/locale/pot/overview/qgis_overview.pot index 7c547cc395..3f2c506588 100644 --- a/locale/pot/overview/qgis_overview.pot +++ b/locale/pot/overview/qgis_overview.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-05 12:30-0600\n" +"POT-Creation-Date: 2024-09-26 14:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -28,7 +28,7 @@ msgstr "" msgid "QGIS is a user friendly, Open Source, GIS client where you can visualize, manage, edit, analyse data, and compose printable maps. It includes powerful analytical functionality through integration with :doc:`GRASS `, :doc:`SAGA `, :doc:`Orfeo Toolbox ` , :doc:`GDAL/OGR ` and many other algorithm providers. It runs on Linux, Unix, Mac OSX, and Windows and supports numerous vector, raster and database formats and functionality." msgstr "" -#: ../../build/doc/overview/qgis_overview.rst:-1 +#: ../../build/doc/overview/qgis_overview.rst:None msgid "qgis screenshot" msgstr "" @@ -185,11 +185,11 @@ msgid "**Supported Platforms:** Windows, Linux, Mac, Unix" msgstr "" #: ../../build/doc/overview/qgis_overview.rst:93 -msgid "**Community Support:** https://qgis.org/en/site/forusers/support.html" +msgid "**Community Support:** https://qgis.org/resources/support/" msgstr "" #: ../../build/doc/overview/qgis_overview.rst:95 -msgid "**Commercial Support:** https://qgis.org/en/site/forusers/commercial_support.html" +msgid "**Commercial Support:** https://qgis.org/resources/support/commercial-support/" msgstr "" #: ../../build/doc/overview/qgis_overview.rst:101 @@ -212,6 +212,7 @@ msgstr "" msgid "OSGeo Project" msgstr "" +#: ../../build/doc/:0 #: ../../build/doc/:0 msgid "OSGeo Community" msgstr "" diff --git a/locale/pot/overview/zoo-project_overview.pot b/locale/pot/overview/zoo-project_overview.pot index 2b8eb2cfc5..d4de8ea127 100644 --- a/locale/pot/overview/zoo-project_overview.pot +++ b/locale/pot/overview/zoo-project_overview.pot @@ -109,7 +109,7 @@ msgid "Details" msgstr "" #: ../../build/doc/overview/zoo-project_overview.rst:84 -msgid "**Website:** http://zoo-project.org/" +msgid "**Website:** https://zoo-project.org/" msgstr "" #: ../../build/doc/overview/zoo-project_overview.rst:86 @@ -129,7 +129,7 @@ msgid "**Programing language support:** C, Python, Java, PHP, Fortran, Javascrip msgstr "" #: ../../build/doc/overview/zoo-project_overview.rst:94 -msgid "**Support:** http://zoo-project.org/" +msgid "**Support:** https://zoo-project.org/" msgstr "" #: ../../build/doc/overview/zoo-project_overview.rst:100 diff --git a/locale/pot/quickstart/52nSOS_quickstart.pot b/locale/pot/quickstart/52nSOS_quickstart.pot index bfe40e0c39..70e0782d13 100644 --- a/locale/pot/quickstart/52nSOS_quickstart.pot +++ b/locale/pot/quickstart/52nSOS_quickstart.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-17 21:19+0000\n" +"POT-Creation-Date: 2024-09-26 14:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -177,7 +177,7 @@ msgid "52°North `SOS Client `__" msgstr "" #: ../../build/doc/quickstart/52nSOS_quickstart.rst:197 -msgid "52°North `SOS Web site `_" +msgid "52°North `SOS Web site `_" msgstr "" #: ../../build/doc/quickstart/52nSOS_quickstart.rst:199 diff --git a/locale/pot/quickstart/actinia_quickstart.pot b/locale/pot/quickstart/actinia_quickstart.pot index 31090a432b..07587a9ca2 100644 --- a/locale/pot/quickstart/actinia_quickstart.pot +++ b/locale/pot/quickstart/actinia_quickstart.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-17 21:19+0000\n" +"POT-Creation-Date: 2024-09-26 14:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -157,7 +157,7 @@ msgid "16-days NDVI, MOD13C1, V006, CMG 0.05 deg res. (``latlong_wgs84/modis_ndv msgstr "" #: ../../build/doc/quickstart/actinia_quickstart.rst:134 -msgid "LST growing degree days asia 2017 (``latlong_wgs84/asia_gdd_2017/``; source: https://www.mundialis.de/en/temperature-data/)" +msgid "LST growing degree days asia 2017 (``latlong_wgs84/asia_gdd_2017/``; source: https://www.mundialis.de/en/products/surface-temperature-data/)" msgstr "" #: ../../build/doc/quickstart/actinia_quickstart.rst:136 @@ -173,11 +173,11 @@ msgid "Europe (EU LAEA CRS, EPSG:3035):" msgstr "" #: ../../build/doc/quickstart/actinia_quickstart.rst:142 -msgid "EU DEM 25m V1.1 (``eu_laea/PERMANENT/``; source: https://land.copernicus.eu/imagery-in-situ/eu-dem)" +msgid "EU DEM 25m V1.1 (``eu_laea/PERMANENT/``; source: https://land.copernicus.eu/en/products/products-that-are-no-longer-disseminated-on-the-clms-website)" msgstr "" #: ../../build/doc/quickstart/actinia_quickstart.rst:144 -msgid "CORINE Landcover 2012, g100_clc12_V18_5 (``eu_laea/corine_2012/``; source: https://land.copernicus.eu/pan-european/corine-land-cover/clc-2012)" +msgid "CORINE Landcover 2012, g100_clc12_V18_5 (``eu_laea/corine_2012/``; source: https://land.copernicus.eu/en/products/corine-land-cover/clc-2012)" msgstr "" #: ../../build/doc/quickstart/actinia_quickstart.rst:148 @@ -344,7 +344,7 @@ msgid "actinia tutorial: `https://neteler.gitlab.io/actinia-introduction `__)" +msgid "Further reading: Neteler, M., Gebbert, S., Tawalika, C., Bettge, A., Benelcadi, H., Löw, F., Adams, T, Paulsen, H. (2019). Actinia: cloud based geoprocessing. In Proc. of the 2019 conference on Big Data from Space (BiDS'2019) (pp. 41-44). EUR 29660 EN, Publications Office of the European Union 5, Luxembourg: P. Soille, S. Loekken, and S. Albani (Eds.). (`DOI `__)" msgstr "" #: ../../build/doc/:13 diff --git a/locale/pot/quickstart/gdal_quickstart.pot b/locale/pot/quickstart/gdal_quickstart.pot index 7e447285f5..b82e7f82cc 100644 --- a/locale/pot/quickstart/gdal_quickstart.pot +++ b/locale/pot/quickstart/gdal_quickstart.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-05 12:30-0600\n" +"POT-Creation-Date: 2024-09-26 14:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -213,118 +213,118 @@ msgid "Here we reproject to the Ortho projection." msgstr "" #: ../../build/doc/quickstart/gdal_quickstart.rst:250 -msgid "Note how the poles are clipped? This is because the edges at the pole can't be reprojected gdalwarp does not read all the data. We can force gdalwarp to read a bunch of surplus data around chunks as one way to resolve this. Read more about this in the RasterTutorial https://trac.osgeo.org/gdal/wiki/UserDocs/RasterProcTutorial." +msgid "Note how the poles are clipped? This is because the edges at the pole can't be reprojected gdalwarp does not read all the data. We can force gdalwarp to read a bunch of surplus data around chunks as one way to resolve this. Read more about this in the `Raster Tutorial `__." msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:258 +#: ../../build/doc/quickstart/gdal_quickstart.rst:259 msgid "Mosaicking" msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:260 +#: ../../build/doc/quickstart/gdal_quickstart.rst:261 msgid "gdal_merge.py is a python script that can be used for simple mosaicking tasks. Mosaic the east.tif and west.tif into a single file:" msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:268 +#: ../../build/doc/quickstart/gdal_quickstart.rst:269 msgid "The same task can be accomplished with gdalwarp. gdalwarp has a variety of advantages over gdal_merge, but can be slow to merge many files:" msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:278 +#: ../../build/doc/quickstart/gdal_quickstart.rst:279 msgid "Get to know OGR" msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:285 +#: ../../build/doc/quickstart/gdal_quickstart.rst:286 msgid "Open the shape file with a Desktop GIS like QGIS, and have a look." msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:289 +#: ../../build/doc/quickstart/gdal_quickstart.rst:290 msgid "Get information about the vector data with ogrinfo" msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:310 +#: ../../build/doc/quickstart/gdal_quickstart.rst:311 msgid "Get a summary about your data with ogrinfo together with `-so`." msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:393 +#: ../../build/doc/quickstart/gdal_quickstart.rst:394 msgid "If you run ogrinfo without a parameter you will get a summary about your data and afterwards a section for every dataset." msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:400 +#: ../../build/doc/quickstart/gdal_quickstart.rst:401 msgid "You can forward the result from ogrinfo to grep to filter and get only the attribute COUNTRY." msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:416 +#: ../../build/doc/quickstart/gdal_quickstart.rst:417 msgid "You can convert your data to other formats. Get the list of the supported formats with `--formats`." msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:420 +#: ../../build/doc/quickstart/gdal_quickstart.rst:421 msgid "Use ogr2ogr to convert data between file formats" msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:422 +#: ../../build/doc/quickstart/gdal_quickstart.rst:423 msgid "You can use ogr2ogr to converts simple features data between file formats. You can use `--formats` to get the list of the supported formats with read/write information." msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:426 +#: ../../build/doc/quickstart/gdal_quickstart.rst:427 msgid "Convert the countries to GML." msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:435 +#: ../../build/doc/quickstart/gdal_quickstart.rst:436 msgid "Things to try" msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:437 +#: ../../build/doc/quickstart/gdal_quickstart.rst:438 msgid "Here are some additional challenges for you to try:" msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:439 +#: ../../build/doc/quickstart/gdal_quickstart.rst:440 msgid "Try gdalwarp or gdal_merge.py to mosaic your data" msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:441 +#: ../../build/doc/quickstart/gdal_quickstart.rst:442 msgid "Try gdaladdo to build internal overviews" msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:443 +#: ../../build/doc/quickstart/gdal_quickstart.rst:444 msgid "QGIS uses GDAL/OGR too to suport many formats. It also provides the GdalTools Plugin to process raster data. This plugin integrates the gdal-tools into QGIS." msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:445 +#: ../../build/doc/quickstart/gdal_quickstart.rst:446 msgid "Try ogr2ogr to import/export your vector data to other formats like PostGIS. Have a look at the options ogr2ogr provides." msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:447 +#: ../../build/doc/quickstart/gdal_quickstart.rst:448 msgid "Try the QGIS plugin OGR-Layer-Konverter." msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:451 +#: ../../build/doc/quickstart/gdal_quickstart.rst:452 msgid "What next?" msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:453 +#: ../../build/doc/quickstart/gdal_quickstart.rst:454 msgid "This is only the first step on the road to using GDAL and OGR. There is a lot more functionality you can try." msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:456 +#: ../../build/doc/quickstart/gdal_quickstart.rst:457 msgid "GDAL Project home" msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:458 +#: ../../build/doc/quickstart/gdal_quickstart.rst:459 msgid "https://gdal.org" msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:460 +#: ../../build/doc/quickstart/gdal_quickstart.rst:461 msgid "GDAL Raster Tutorial" msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:462 -msgid "https://trac.osgeo.org/gdal/wiki/UserDocs/RasterProcTutorial" +#: ../../build/doc/quickstart/gdal_quickstart.rst:463 +msgid "https://gdal.org/en/latest/tutorials/raster_api_tut.html" msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:464 +#: ../../build/doc/quickstart/gdal_quickstart.rst:465 msgid "GDAL Workshop" msgstr "" -#: ../../build/doc/quickstart/gdal_quickstart.rst:466 +#: ../../build/doc/quickstart/gdal_quickstart.rst:467 msgid "https://download.osgeo.org/gdal/workshop/foss4ge2015/workshop_gdal.html" msgstr "" @@ -340,6 +340,7 @@ msgstr "" msgid "OSGeo Project" msgstr "" +#: ../../build/doc/:0 #: ../../build/doc/:0 msgid "OSGeo Community" msgstr "" diff --git a/locale/pot/quickstart/geonetwork_quickstart.pot b/locale/pot/quickstart/geonetwork_quickstart.pot index 849e4e4be6..5feffa77e3 100644 --- a/locale/pot/quickstart/geonetwork_quickstart.pot +++ b/locale/pot/quickstart/geonetwork_quickstart.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-05 12:30-0600\n" +"POT-Creation-Date: 2024-09-26 14:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -29,7 +29,7 @@ msgid "Prerequisites" msgstr "" #: ../../build/doc/quickstart/geonetwork_quickstart.rst:37 -msgid "GeoNetwork can directly be started from the OSGeo Live start menu and will be available at http://localhost:8080/geonetwork some moments later. Check the `Installation Guide `__ if you are using GeoNetwork in some other context." +msgid "GeoNetwork can directly be started from the OSGeo Live start menu and will be available at http://localhost:8080/geonetwork some moments later. Check the `Installation Guide `__ if you are using GeoNetwork in some other context." msgstr "" #: ../../build/doc/quickstart/geonetwork_quickstart.rst:39 @@ -297,7 +297,7 @@ msgid "What next?" msgstr "" #: ../../build/doc/quickstart/geonetwork_quickstart.rst:221 -msgid "Visit the `Geonetwork User Guide `_ and try the chapter on **Describing Information**, to learn how to create and edit metadata records." +msgid "Visit the `Geonetwork User Guide `_ and try the chapter on **Describing Information**, to learn how to create and edit metadata records." msgstr "" #: ../../build/doc/quickstart/geonetwork_quickstart.rst:223 @@ -316,6 +316,7 @@ msgstr "" msgid "OSGeo Project" msgstr "" +#: ../../build/doc/:0 #: ../../build/doc/:0 msgid "OSGeo Community" msgstr "" diff --git a/locale/pot/quickstart/geonode_quickstart.pot b/locale/pot/quickstart/geonode_quickstart.pot index db321565cd..7d201b2dec 100644 --- a/locale/pot/quickstart/geonode_quickstart.pot +++ b/locale/pot/quickstart/geonode_quickstart.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-05 12:30-0600\n" +"POT-Creation-Date: 2024-09-26 14:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -221,7 +221,7 @@ msgid "In order to get started with GeoNode our `documentation `_ or by asking your question in our `mailing list `_ !" +msgid "If you need help or want to get some information about a specific topic please don't hesitate to ask us! You can do this through the #geonode IRC channel using https://web.libera.chat/, through the `GeoNode Gitter channel `_ or by asking your question in our `mailing list `_ !" msgstr "" #: ../../build/doc/:13 @@ -236,6 +236,7 @@ msgstr "" msgid "OSGeo Project" msgstr "" +#: ../../build/doc/:0 #: ../../build/doc/:0 msgid "OSGeo Community" msgstr "" diff --git a/locale/pot/quickstart/mapserver_quickstart.pot b/locale/pot/quickstart/mapserver_quickstart.pot index 57e0df0c47..19f02ea58d 100644 --- a/locale/pot/quickstart/mapserver_quickstart.pot +++ b/locale/pot/quickstart/mapserver_quickstart.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-17 20:25+0000\n" +"POT-Creation-Date: 2024-09-26 14:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -177,7 +177,7 @@ msgid "**What will I learn ?** You will see an example of styling elements insid msgstr "" #: ../../build/doc/quickstart/mapserver_quickstart.rst:238 -msgid "In a Mapfile, a LAYER object can contain an infinite number of CLASS objects. These are used to style the elements contained in the spatial data file (DATA). For example, if we look closer at our \"ne_10m_lakes\" data file using a tool such as `ogrinfo `_, we'll see the geometry and attribute definitions it contains. These attribute values can be used as a way to draw the elements inside a dataset differently using multiple CLASS objects." +msgid "In a Mapfile, a LAYER object can contain an infinite number of CLASS objects. These are used to style the elements contained in the spatial data file (DATA). For example, if we look closer at our \"ne_10m_lakes\" data file using a tool such as `ogrinfo `_, we'll see the geometry and attribute definitions it contains. These attribute values can be used as a way to draw the elements inside a dataset differently using multiple CLASS objects." msgstr "" #: ../../build/doc/quickstart/mapserver_quickstart.rst:246 diff --git a/locale/pt/LC_MESSAGES/overview/proj_overview.po b/locale/pt/LC_MESSAGES/overview/proj_overview.po index 708beb814d..a4392b6bd7 100644 --- a/locale/pt/LC_MESSAGES/overview/proj_overview.po +++ b/locale/pt/LC_MESSAGES/overview/proj_overview.po @@ -108,7 +108,7 @@ msgstr "Padrões Implementados" #: ../../build/doc/overview/proj_overview.rst:53 msgid "" "PROJ uses coordinate system definitions defined by the `European Petroleum " -"Survey Group (EPSG) `_. Well Known Text (WKT) format." +"Survey Group (EPSG) `_. Well Known Text (WKT) format." msgstr "" #: ../../build/doc/overview/proj_overview.rst:59 diff --git a/locale/pt/LC_MESSAGES/overview/zoo-project_overview.po b/locale/pt/LC_MESSAGES/overview/zoo-project_overview.po index 75e2c6fd4c..3b663f4af5 100644 --- a/locale/pt/LC_MESSAGES/overview/zoo-project_overview.po +++ b/locale/pt/LC_MESSAGES/overview/zoo-project_overview.po @@ -151,7 +151,7 @@ msgid "Details" msgstr "Detalhes" #: ../../build/doc/overview/zoo-project_overview.rst:84 -msgid "**Website:** http://zoo-project.org/" +msgid "**Website:** https://zoo-project.org/" msgstr "" #: ../../build/doc/overview/zoo-project_overview.rst:86 @@ -173,7 +173,7 @@ msgid "" msgstr "" #: ../../build/doc/overview/zoo-project_overview.rst:94 -msgid "**Support:** http://zoo-project.org/" +msgid "**Support:** https://zoo-project.org/" msgstr "" #: ../../build/doc/overview/zoo-project_overview.rst:100 diff --git a/locale/pt/LC_MESSAGES/quickstart/geonode_quickstart.po b/locale/pt/LC_MESSAGES/quickstart/geonode_quickstart.po index 1542ca7b26..29eb99c3ee 100644 --- a/locale/pt/LC_MESSAGES/quickstart/geonode_quickstart.po +++ b/locale/pt/LC_MESSAGES/quickstart/geonode_quickstart.po @@ -307,7 +307,7 @@ msgstr "" msgid "" "If you need help or want to get some information about a specific topic " "please don't hasitate to ask us! You can do this through the #geonode IRC " -"channel using https://webchat.freenode.net/, through the `GeoNode Gitter " +"channel using https://web.libera.chat/, through the `GeoNode Gitter " "channel `_ or by asking your question in " "our `mailing list `_ !" diff --git a/locale/sv/LC_MESSAGES/overview/proj_overview.po b/locale/sv/LC_MESSAGES/overview/proj_overview.po index 73be41cfaf..4a5d8cf6d8 100644 --- a/locale/sv/LC_MESSAGES/overview/proj_overview.po +++ b/locale/sv/LC_MESSAGES/overview/proj_overview.po @@ -106,7 +106,7 @@ msgstr "Implementerade standarder" #: ../../build/doc/overview/proj_overview.rst:53 msgid "" "PROJ uses coordinate system definitions defined by the `European Petroleum " -"Survey Group (EPSG) `_. Well Known Text (WKT) format." +"Survey Group (EPSG) `_. Well Known Text (WKT) format." msgstr "" #: ../../build/doc/overview/proj_overview.rst:59 diff --git a/locale/sv/LC_MESSAGES/overview/zoo-project_overview.po b/locale/sv/LC_MESSAGES/overview/zoo-project_overview.po index 119ceff4a5..a8daf24315 100644 --- a/locale/sv/LC_MESSAGES/overview/zoo-project_overview.po +++ b/locale/sv/LC_MESSAGES/overview/zoo-project_overview.po @@ -149,7 +149,7 @@ msgid "Details" msgstr "Detaljer" #: ../../build/doc/overview/zoo-project_overview.rst:84 -msgid "**Website:** http://zoo-project.org/" +msgid "**Website:** https://zoo-project.org/" msgstr "" #: ../../build/doc/overview/zoo-project_overview.rst:86 @@ -171,7 +171,7 @@ msgid "" msgstr "" #: ../../build/doc/overview/zoo-project_overview.rst:94 -msgid "**Support:** http://zoo-project.org/" +msgid "**Support:** https://zoo-project.org/" msgstr "" #: ../../build/doc/overview/zoo-project_overview.rst:100 diff --git a/locale/sv/LC_MESSAGES/quickstart/geonode_quickstart.po b/locale/sv/LC_MESSAGES/quickstart/geonode_quickstart.po index b538a6f706..709e9a08e5 100644 --- a/locale/sv/LC_MESSAGES/quickstart/geonode_quickstart.po +++ b/locale/sv/LC_MESSAGES/quickstart/geonode_quickstart.po @@ -221,7 +221,7 @@ msgid "In order to get started with GeoNode our `documentation `_ or by asking your question in our `mailing list `_ !" +msgid "If you need help or want to get some information about a specific topic please don't hasitate to ask us! You can do this through the #geonode IRC channel using https://web.libera.chat/, through the `GeoNode Gitter channel `_ or by asking your question in our `mailing list `_ !" msgstr "" #: ../../build/doc/:13 diff --git a/locale/tr/LC_MESSAGES/overview/proj_overview.po b/locale/tr/LC_MESSAGES/overview/proj_overview.po index 1f1423c611..a668293338 100644 --- a/locale/tr/LC_MESSAGES/overview/proj_overview.po +++ b/locale/tr/LC_MESSAGES/overview/proj_overview.po @@ -106,7 +106,7 @@ msgstr "Uygulanan Standartlar" #: ../../build/doc/overview/proj_overview.rst:53 msgid "" "PROJ uses coordinate system definitions defined by the `European Petroleum " -"Survey Group (EPSG) `_. Well Known Text (WKT) format." +"Survey Group (EPSG) `_. Well Known Text (WKT) format." msgstr "" #: ../../build/doc/overview/proj_overview.rst:59 diff --git a/locale/tr/LC_MESSAGES/overview/zoo-project_overview.po b/locale/tr/LC_MESSAGES/overview/zoo-project_overview.po index 93311768ed..4a2545943d 100644 --- a/locale/tr/LC_MESSAGES/overview/zoo-project_overview.po +++ b/locale/tr/LC_MESSAGES/overview/zoo-project_overview.po @@ -149,7 +149,7 @@ msgid "Details" msgstr "Ayrıntılar" #: ../../build/doc/overview/zoo-project_overview.rst:84 -msgid "**Website:** http://zoo-project.org/" +msgid "**Website:** https://zoo-project.org/" msgstr "" #: ../../build/doc/overview/zoo-project_overview.rst:86 @@ -171,7 +171,7 @@ msgid "" msgstr "" #: ../../build/doc/overview/zoo-project_overview.rst:94 -msgid "**Support:** http://zoo-project.org/" +msgid "**Support:** https://zoo-project.org/" msgstr "" #: ../../build/doc/overview/zoo-project_overview.rst:100 diff --git a/locale/tr/LC_MESSAGES/quickstart/geonode_quickstart.po b/locale/tr/LC_MESSAGES/quickstart/geonode_quickstart.po index 3db9beec1c..03ee5cfecc 100644 --- a/locale/tr/LC_MESSAGES/quickstart/geonode_quickstart.po +++ b/locale/tr/LC_MESSAGES/quickstart/geonode_quickstart.po @@ -308,7 +308,7 @@ msgstr "" msgid "" "If you need help or want to get some information about a specific topic " "please don't hasitate to ask us! You can do this through the #geonode IRC " -"channel using https://webchat.freenode.net/, through the `GeoNode Gitter " +"channel using https://web.libera.chat/, through the `GeoNode Gitter " "channel `_ or by asking your question in " "our `mailing list `_ !" diff --git a/locale/zh_Hans/LC_MESSAGES/overview/proj_overview.po b/locale/zh_Hans/LC_MESSAGES/overview/proj_overview.po index 22a5946335..fab3f282d9 100644 --- a/locale/zh_Hans/LC_MESSAGES/overview/proj_overview.po +++ b/locale/zh_Hans/LC_MESSAGES/overview/proj_overview.po @@ -81,7 +81,7 @@ msgid "Implemented Standards" msgstr "" #: ../../build/doc/overview/proj_overview.rst:53 -msgid "PROJ uses coordinate system definitions defined by the `European Petroleum Survey Group (EPSG) `_. Well Known Text (WKT) format." +msgid "PROJ uses coordinate system definitions defined by the `European Petroleum Survey Group (EPSG) `_. Well Known Text (WKT) format." msgstr "" #: ../../build/doc/overview/proj_overview.rst:59 diff --git a/locale/zh_Hans/LC_MESSAGES/overview/zoo-project_overview.po b/locale/zh_Hans/LC_MESSAGES/overview/zoo-project_overview.po index 38484cc390..0516b1cd69 100644 --- a/locale/zh_Hans/LC_MESSAGES/overview/zoo-project_overview.po +++ b/locale/zh_Hans/LC_MESSAGES/overview/zoo-project_overview.po @@ -109,7 +109,7 @@ msgid "Details" msgstr "" #: ../../build/doc/overview/zoo-project_overview.rst:84 -msgid "**Website:** http://zoo-project.org/" +msgid "**Website:** https://zoo-project.org/" msgstr "" #: ../../build/doc/overview/zoo-project_overview.rst:86 @@ -129,7 +129,7 @@ msgid "**Programing language support:** C, Python, Java, PHP, Fortran, Javascrip msgstr "" #: ../../build/doc/overview/zoo-project_overview.rst:94 -msgid "**Support:** http://zoo-project.org/" +msgid "**Support:** https://zoo-project.org/" msgstr "" #: ../../build/doc/overview/zoo-project_overview.rst:100 diff --git a/locale/zh_Hans/LC_MESSAGES/quickstart/geonode_quickstart.po b/locale/zh_Hans/LC_MESSAGES/quickstart/geonode_quickstart.po index 6897099594..bd60e9c7cf 100644 --- a/locale/zh_Hans/LC_MESSAGES/quickstart/geonode_quickstart.po +++ b/locale/zh_Hans/LC_MESSAGES/quickstart/geonode_quickstart.po @@ -221,7 +221,7 @@ msgid "In order to get started with GeoNode our `documentation `_ or by asking your question in our `mailing list `_ !" +msgid "If you need help or want to get some information about a specific topic please don't hasitate to ask us! You can do this through the #geonode IRC channel using https://web.libera.chat/, through the `GeoNode Gitter channel `_ or by asking your question in our `mailing list `_ !" msgstr "" #: ../../build/doc/:13 diff --git a/projects_info.csv b/projects_info.csv index a4062f64d3..4b93848679 100644 --- a/projects_info.csv +++ b/projects_info.csv @@ -42,7 +42,7 @@ Y | pywps | 4.6.0 | Y | Y | Web Services | | Web Processing Service | pyWPS | ht Y | istsos | 2.4.0 | Y | Y | Web Services | | Sensor Observation Service | istsos | http://istsos.org | OSGeo_community | istSOS | Y Y | mapproxy | 2.1.1 | Y | Y | Web Services | | Proxy WMS & tile services | mapproxy | https://mapproxy.org/ | OSGeo_community | MapProxy | Y Y | pygeoapi | 0.16.1 | Y | Y | Web Services | | OGC Web Services | pygeoapi | https://pygeoapi.io/ | OSGeo_project | pygeoapi | Y -Y | zoo-project | 1.9.0 | Y | Y | Web Services | | Web Processing Service | zoo-project | http://zoo-project.org/ | OSGeo_project | Zoo Project | Y +Y | zoo-project | 1.9.0 | Y | Y | Web Services | | Web Processing Service | zoo-project | https://zoo-project.org/ | OSGeo_project | Zoo Project | Y # Others | | | | | | | | | | | | Y | actinia | 4.2.0 | Y | Y | Web Services | | Processing of Geographical Data | actinia_core | https://actinia.mundialis.de/ | OSGeo_community | actinia | N Y | eoxserver | 1.1.2 | Y | Y | Web Services | | Web Coverage Service | eoxserver | https://docs.eoxserver.org/en/stable/ | | EOxServer | Y