diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 1af660019e..0000000000 --- a/appveyor.yml +++ /dev/null @@ -1,59 +0,0 @@ -image: Visual Studio 2022 - -cache: - - '%LOCALAPPDATA%\pip\Cache' - - C:\strawberry - -environment: - VS_VERSION: Visual Studio 17 2022 # required for later CMake build - matrix: - - platform: x64 - PYTHON: "C:\\Python310-x64" - -matrix: - fast_finish: true - -shallow_clone: true - -install: - - if not exist "C:\strawberry" choco install strawberryperl -y - -build_script: - - - if "%platform%" == "x64" call "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Auxiliary/Build/vcvars64.bat" - - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" - - # using strawberryperl - - set PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH% - - cpanm Text::SimpleTable::AutoWidth - - # using Appveyor preinstalled Perl - https://www.appveyor.com/docs/windows-images-software/#perl - #- "SET PERL_HOME=C:\\Perl" - #- "SET PATH=%PERL_HOME%\\perl\\site\\bin;%PERL_HOME%\\perl\\bin;%PERL_HOME%\\c\\bin;%PATH%" - #- cpan App::cpanminus - #- cpanm Text::SimpleTable::AutoWidth - - - cd %APPVEYOR_BUILD_FOLDER% - - - "python -m pip install --upgrade pip" - - pip install -r requirements.txt - - - mkdir build - - cd build - - cmake -DHTML=ON .. - - cmake --build . --config Release - -deploy: off - -after_test: - - cd %APPVEYOR_BUILD_FOLDER% - - 7z a osgeolive-doc.zip ./build/_build/html/* > nul - -# Uncomment to enable debugging on the server -#on_finish: -# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) - -artifacts: - - path: osgeolive-doc.zip - name: osgeolive-doc - type: zip diff --git a/compile b/compile deleted file mode 100755 index 117a397884..0000000000 --- a/compile +++ /dev/null @@ -1,5 +0,0 @@ -rm -R build -mkdir build -cd build -cmake -DHTML=ON .. -make \ No newline at end of file diff --git a/doc/conf.py b/doc/conf.py index 0638290cd1..739ded8807 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -196,7 +196,6 @@ # NewConnectionError looks like information is wrong - r'http://udig.refractions.net', r'https://sgx.geodatenzentrum.de', # link exists but does not accept robots and linkchecker is a robot @@ -279,8 +278,6 @@ .. |osgeolive-iso-size| replace:: %(iso_size).1f GB .. |osgeolive-vm-7z-size| replace:: %(vm_7z_size).1f GB .. |osgeolive-appmenupath-geoserver| replace:: :menuselection:`Geospatial --> Web Services --> GeoServer --> Start GeoServer` -.. |osgeolive-appmenupath-udig| replace:: :menuselection:`Geospatial --> Desktop GIS --> uDig` -.. |osgeolive-appmenupath-52nWPS| replace:: :menuselection:`Geospatial --> Web Services --> 52North --> Start 52North WPS` .. |osgeolive-appmenupath-ETF| replace:: :menuselection:`Geospatial --> Spatial tools --> ETF` .. |vmdk| image:: /images/logos/vmdk.png :align: bottom diff --git a/doc/images/projects/geoserver/geoserver-udig_startup.png b/doc/images/projects/geoserver/geoserver-udig_startup.png deleted file mode 100644 index ded968def7..0000000000 Binary files a/doc/images/projects/geoserver/geoserver-udig_startup.png and /dev/null differ diff --git a/doc/images/projects/mapproxy/mapproxy_udig.png b/doc/images/projects/mapproxy/mapproxy_udig.png deleted file mode 100644 index 05f00b8627..0000000000 Binary files a/doc/images/projects/mapproxy/mapproxy_udig.png and /dev/null differ diff --git a/doc/images/projects/osgeolive/osgeolive_install_start.png b/doc/images/projects/osgeolive/osgeolive_install_start.png index 47e7b85e90..d1e0f7c2a1 100644 Binary files a/doc/images/projects/osgeolive/osgeolive_install_start.png and b/doc/images/projects/osgeolive/osgeolive_install_start.png differ diff --git a/doc/images/projects/osgeolive/osgeolive_menu.png b/doc/images/projects/osgeolive/osgeolive_menu.png index 4e6871d54a..173039f3b3 100644 Binary files a/doc/images/projects/osgeolive/osgeolive_menu.png and b/doc/images/projects/osgeolive/osgeolive_menu.png differ diff --git a/doc/images/projects/udig/logo_udig.png b/doc/images/projects/udig/logo_udig.png deleted file mode 100644 index 850b0fb4a5..0000000000 Binary files a/doc/images/projects/udig/logo_udig.png and /dev/null differ diff --git a/doc/images/projects/udig/udig_AddWMSLayers.png b/doc/images/projects/udig/udig_AddWMSLayers.png deleted file mode 100644 index adc8e38935..0000000000 Binary files a/doc/images/projects/udig/udig_AddWMSLayers.png and /dev/null differ diff --git a/doc/images/projects/udig/udig_MapMylar.png b/doc/images/projects/udig/udig_MapMylar.png deleted file mode 100644 index f2e46266cc..0000000000 Binary files a/doc/images/projects/udig/udig_MapMylar.png and /dev/null differ diff --git a/doc/images/projects/udig/udig_Quickstart1Splash.png b/doc/images/projects/udig/udig_Quickstart1Splash.png deleted file mode 100644 index 7d34349bf0..0000000000 Binary files a/doc/images/projects/udig/udig_Quickstart1Splash.png and /dev/null differ diff --git a/doc/images/projects/udig/udig_QuickstartCountriesMap.png b/doc/images/projects/udig/udig_QuickstartCountriesMap.png deleted file mode 100644 index c057ce48f3..0000000000 Binary files a/doc/images/projects/udig/udig_QuickstartCountriesMap.png and /dev/null differ diff --git a/doc/images/projects/udig/udig_StyleEditor.png b/doc/images/projects/udig/udig_StyleEditor.png deleted file mode 100644 index c9c1defbb6..0000000000 Binary files a/doc/images/projects/udig/udig_StyleEditor.png and /dev/null differ diff --git a/doc/images/projects/udig/udig_WMSMap.png b/doc/images/projects/udig/udig_WMSMap.png deleted file mode 100644 index 4f463a9349..0000000000 Binary files a/doc/images/projects/udig/udig_WMSMap.png and /dev/null differ diff --git a/doc/images/projects/udig/udig_WebViewClick.png b/doc/images/projects/udig/udig_WebViewClick.png deleted file mode 100644 index b9facac053..0000000000 Binary files a/doc/images/projects/udig/udig_WebViewClick.png and /dev/null differ diff --git a/doc/images/projects/udig/udig_backward_nav.png b/doc/images/projects/udig/udig_backward_nav.png deleted file mode 100644 index 9feac479e9..0000000000 Binary files a/doc/images/projects/udig/udig_backward_nav.png and /dev/null differ diff --git a/doc/images/projects/udig/udig_forward_nav.png b/doc/images/projects/udig/udig_forward_nav.png deleted file mode 100644 index f973cc2429..0000000000 Binary files a/doc/images/projects/udig/udig_forward_nav.png and /dev/null differ diff --git a/doc/images/projects/udig/udig_info_mode.png b/doc/images/projects/udig/udig_info_mode.png deleted file mode 100644 index 620b487703..0000000000 Binary files a/doc/images/projects/udig/udig_info_mode.png and /dev/null differ diff --git a/doc/images/projects/udig/udig_pan_mode.png b/doc/images/projects/udig/udig_pan_mode.png deleted file mode 100644 index 25f5487fc4..0000000000 Binary files a/doc/images/projects/udig/udig_pan_mode.png and /dev/null differ diff --git a/doc/images/projects/udig/udig_screenshot.png b/doc/images/projects/udig/udig_screenshot.png deleted file mode 100644 index c1f1cec137..0000000000 Binary files a/doc/images/projects/udig/udig_screenshot.png and /dev/null differ diff --git a/doc/images/projects/udig/udig_welcome.png b/doc/images/projects/udig/udig_welcome.png deleted file mode 100644 index 514379451b..0000000000 Binary files a/doc/images/projects/udig/udig_welcome.png and /dev/null differ diff --git a/doc/images/projects/udig/udig_workbench.png b/doc/images/projects/udig/udig_workbench.png deleted file mode 100644 index 2e8cb59091..0000000000 Binary files a/doc/images/projects/udig/udig_workbench.png and /dev/null differ diff --git a/doc/images/projects/udig/udig_zoom_extent_co.png b/doc/images/projects/udig/udig_zoom_extent_co.png deleted file mode 100644 index 85dd66780c..0000000000 Binary files a/doc/images/projects/udig/udig_zoom_extent_co.png and /dev/null differ diff --git a/doc/images/projects/udig/udig_zoom_in_co.png b/doc/images/projects/udig/udig_zoom_in_co.png deleted file mode 100644 index fdc41b55d3..0000000000 Binary files a/doc/images/projects/udig/udig_zoom_in_co.png and /dev/null differ diff --git a/doc/images/projects/udig/udig_zoom_mode.png b/doc/images/projects/udig/udig_zoom_mode.png deleted file mode 100644 index f8d1484b31..0000000000 Binary files a/doc/images/projects/udig/udig_zoom_mode.png and /dev/null differ diff --git a/doc/images/projects/udig/udig_zoom_out_co.png b/doc/images/projects/udig/udig_zoom_out_co.png deleted file mode 100644 index ae920821bd..0000000000 Binary files a/doc/images/projects/udig/udig_zoom_out_co.png and /dev/null differ diff --git a/doc/overview/geotools_overview.rst b/doc/overview/geotools_overview.rst index a859a14f91..ec3ca4bf55 100644 --- a/doc/overview/geotools_overview.rst +++ b/doc/overview/geotools_overview.rst @@ -13,7 +13,7 @@ GeoTools is an open source (LGPL) Java library which provides standards compliant methods for manipulating geospatial data, and uses data structures based on Open Geospatial Consortium (OGC) specifications. GeoTools is used by a number of projects including web services, command line tools and desktop applications. OSGeoLive applications which include GeoTools include: -:doc:`52nSOS_overview`, AtlasStyler, Geopublisher, :doc:`geoserver_overview`, and :doc:`udig_overview`. +:doc:`52nSOS_overview`, AtlasStyler, Geopublisher, :doc:`geoserver_overview`. @SCREENSHOT_geotools@ diff --git a/doc/overview/pgrouting_overview.rst b/doc/overview/pgrouting_overview.rst index 73969239b6..7c7ddbab96 100644 --- a/doc/overview/pgrouting_overview.rst +++ b/doc/overview/pgrouting_overview.rst @@ -21,9 +21,6 @@ geospatial database to provide geospatial routing and other network analysis fun Advantages of the database routing approach are: -* Data and attributes can be modified by many clients, like :doc:`qgis_overview` - and :doc:`udig_overview` through JDBC, ODBC, or directly using Pl/pgSQL. - The clients can either be PCs or mobile devices. * Data changes can be reflected instantaneously through the routing engine. There is no need for precalculation. * The "cost" parameter can be dynamically calculated through SQL and its value can come diff --git a/doc/overview/postgis_overview.rst b/doc/overview/postgis_overview.rst index b6aea110db..b48bba98a7 100644 --- a/doc/overview/postgis_overview.rst +++ b/doc/overview/postgis_overview.rst @@ -60,10 +60,8 @@ from desktop and web GIS clients. These clients can also map and manipulate Post .. Writing Tip: Provide a image of the application which will typically be a screen shot or a collage of screen shots. - Store image in image/_.png . Eg: udig_main_page.png - Screenshots should be captured from a 1024x768 display. - Don't include the desktop background as this changes with each release - and will become dated. + doc/images/projects//_screenshot.png + @SCREENSHOT_postgis@ diff --git a/doc/overview/udig_overview.rst b/doc/overview/udig_overview.rst deleted file mode 100644 index ce2def029c..0000000000 --- a/doc/overview/udig_overview.rst +++ /dev/null @@ -1,85 +0,0 @@ -:Author: OSGeoLive -:Reviewer: Cameron Shorter, Jirotech -:Version: osgeolive5.5 -:License: Creative Commons Attribution 3.0 Unported (CC BY 3.0) - - -@LOGO_udig@ -@OSGEO_KIND_udig@ - - -@NAME_udig@ -================================================================================ - -Desktop GIS -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - -User-friendly Desktop Internet GIS (uDig) is an open source spatial data viewer/editor, with special emphasis on the OpenGIS standards for internet GIS, the Web Map Server (WMS) and Web Feature Server (WFS) standards. - -uDig is: - -* **User-friendly**, providing a familiar graphical environment for GIS users; -* **Desktop located**, running natively on Windows, Mac OS/X and Linux; -* **Internet oriented**, consuming standard and de facto geospatial web services; and, -* **GIS ready**, providing the framework on which complex analytical capabilities can be built, and gradually subsuming those capabilities into the main application. - -For developers uDig provides a common Java platform for building spatial applications with open source components. The website provides series of clear tutorials covering making a simple tool through to releasing your own custom application. - -@SCREENSHOT_udig@ - -Core Features --------------------------------------------------------------------------------- - -* Desktop Client with Drag and Drop integration for File explorer and Web Browser -* Integrate with your existing infrastructure: ArcSDE, Oracle, DB2 and more -* Work with local files: Shapefile, jpeg, png, tiff and more. -* Work with advanced spatial raster formats: ECW, MrSID, JPEG 2000 -* Support for compliant Web Map Servers (:doc:`GeoServer `, MapServer tested) -* Integrated Web experience with an embedded browser that recognises OGC web - services and smoothly adds links to the onscreen map -* Style Layer Descriptor control of rendering allowing you to publish your Map using the same - settings in uDig as with popular Web Map Servers -* Deep integration of standards allowing the application to swap between the appropriate service - as required for display, interaction and editing -* Printing and PDF Generation -* For Developers - - * Java Application built using the :doc:`GeoTools `, `JTS Topology Suite (JTS) `_ - * Industrial strength plug-in system provided by Eclipse Rich Client Platform - * Use of native widgets - -Implemented Standards --------------------------------------------------------------------------------- - -* OGC Web Map Server (WMS) -* OGC Web Feature Server (WFS) -* OGC Web Feature Server Transactional (WFS-T) -* OGC Simple Features for SQL (SFQL) -* Web Map Server Cache (WMS-C) -* OGC Style Layer Descriptor (SLD) - -Details --------------------------------------------------------------------------------- - -**Website:** @WEB_udig@ - -**Licence:** Dual BSD / EPL (Eclipse Foundation) - -**Software Version:** |version-udig| - -**Supported Platforms:** Windows, Linux, Mac - -**API Interfaces:** GeoTools, ImageIO-Ext, Java Advanced Imaging, Eclipse Rich Client Platform, Eclipse Modelling Framework - -**Support:** http://udig.refractions.net/users/ - -**Developers:** http://udig.refractions.net/developers/ - - -@VMDK_udig@ -@QUICKSTART_udig@ - -.. presentation-note - uDig is a java-based spatial data viewer and editor, which is based upon the geotools library and powerful Eclipse development environment, making uDig a common choice for developers wishing to integrate mapping into java based applications. - diff --git a/doc/prior_applications.rst b/doc/prior_applications.rst index 0e38144bdd..1c12e03899 100644 --- a/doc/prior_applications.rst +++ b/doc/prior_applications.rst @@ -11,6 +11,8 @@ Previously available applications :delim: % |nologo| % 52nWPS_ % `QuickStart <52nWPS_q_>`__ % 16.0 % Web Processing Services + |nologo| % udig_ % `QuickStart `__ % 16.0 % Desktop GIS + |nologo| % ncWMS_ % `QuickStart `__ % 14.0 % Web Map Service |nologo| % LibLAS_ % `QuickStart `__ % 13.0 % LiDAR Data Access |nologo| % MapSlicer_ % `QuickStart `__ % 13.0 % Create Map Tiles |nologo| % Geomajas_ % `QuickStart `__ % 13.0 % Browser GIS Client @@ -37,6 +39,9 @@ Previously available applications |osgeo_community| % MapGuide_ % `QuickStart `__ % 5.0 % Web Service +.. _52nWPS: https://live.osgeo.org/archive/16.0/en/overview/52nWPS_overview.html +.. _udig: https://live.osgeo.org/archive/16.0/en/overview/udig_overview.html +.. _ncWMS: https://live.osgeo.org/archive/14.0/en/overview/ncWMS_overview.html .. _LibLAS: https://live.osgeo.org/archive/13.0/en/overview/liblas_overview.html .. _MapSlicer: https://live.osgeo.org/archive/13.0/en/overview/mapslicer_overview.html .. _Geomajas: https://live.osgeo.org/archive/13.0/en/overview/geomajas_overview.html @@ -64,6 +69,9 @@ Previously available applications .. _52nWPS: https://live.osgeo.org/archive/16.0/en/overview/52nWPS_overview.html +.. _52nWPS_q: https://live.osgeo.org/archive/16.0/en/quickstart/52nWPS_quickstart.html +.. _udig_q: https://live.osgeo.org/archive/16.0/en/quickstart/udig_quickstart.html +.. _ncwms_q: https://live.osgeo.org/archive/14.0/en/quickstart/ncWMS_quickstart.html .. _LibLAS_q: https://live.osgeo.org/archive/13.0/en/quickstart/liblas_quickstart.html .. _MapSlicer_q: https://live.osgeo.org/archive/13.0/en/quickstart/mapslicer_quickstart.html .. _Geomajas_q: https://live.osgeo.org/archive/13.0/en/quickstart/geomajas_quickstart.html @@ -89,8 +97,3 @@ Previously available applications .. _MapGuide_q: https://live.osgeo.org/archive/5.0/en/quickstart/mapguide_quickstart.html .. _52nWPS_q: https://live.osgeo.org/archive/16.0/en/quickstart/52nWPS_quickstart.html - - - - - diff --git a/doc/quickstart/geoserver_quickstart.rst b/doc/quickstart/geoserver_quickstart.rst index 3e2d59030c..c620fcc7fa 100644 --- a/doc/quickstart/geoserver_quickstart.rst +++ b/doc/quickstart/geoserver_quickstart.rst @@ -14,7 +14,6 @@ .. |GS| replace:: GeoServer -.. |UG| replace:: uDig ******************************************************************************** @@ -156,66 +155,12 @@ editor is better. There are several options here but |UG| allows you to open the shapefiles directly and apply simple styles using a GUI. It also provides a simple editor to modify the XML if I need to. -Using |UG| to create simple styles +Create simple styles ---------------------------------- -.. note:: - - For more details on how to use |UG| see the :doc:`uDig Quickstart <../quickstart/udig_quickstart>` - -#. Open |UG| and add the shapefiles (using the add data button in the top left - hand corner). -#. Drag the ne_10m_land and ne_10m_ocean tables into the map window. |UG| - automatically applies a style (so you can see the data). - - .. image:: /images/projects/geoserver/geoserver-udig_startup.png - :align: center - :scale: 70 % - :alt: Default Styling in uDig - -#. In the :ref:`Layer list ` select the style button (it looks like - an artist's palette). - - .. _Layer_list: - .. image:: /images/projects/geoserver/geoserver-layer-chooser.png - :align: center - :scale: 70 % - :alt: The Layer list window - - This will open the :ref:`Style Pane `. -#. In the simple window we can easily select a nice blue for the oceans by - clicking on the colored box on the fill tab and choosing from the color - picker it produces. We can also increase the opacity of the fill to 100% to - make the color look better. Pick the same blue for the border color so it - will match. - - .. _Style_Pane: - .. image:: /images/projects/geoserver/geoserver-style-pane.png - :align: center - :scale: 70 % - :alt: The Style Pane +Please follow this instructions. -#. Click ``OK`` and |UG| will display the changes. - - .. image:: /images/projects/geoserver/geoserver-blue-ocean.png - :align: center - :scale: 70 % - :alt: Blue Oceans - -#. Repeat the steps above to change the color of the land layer. You can use the - ``define custom colors`` section to create your preferred color. - - .. image:: /images/projects/geoserver/geoserver-custom-colour.png - :align: center - :scale: 70 % - :alt: Defining a nicer land color - -This gives a nice looking basic world map. - -.. image:: /images/projects/geoserver/geoserver-basic-world.png - :align: center - :scale: 70 % - :alt: A basic word map +https://docs.geoserver.org/latest/en/user/styling/qgis/index.html Adding the style to GeoServer ----------------------------- @@ -285,7 +230,6 @@ Clients for WMS layers The |WMS| layers you are serving from |GS| can be used with a variety of clients on this OSGeoLive distribution, including: -* :doc:`uDig <../overview/udig_overview>` * :doc:`OpenLayers <../overview/openlayers_overview>` * :doc:`MapBender <../overview/mapbender_overview>` diff --git a/doc/quickstart/mapproxy_quickstart.rst b/doc/quickstart/mapproxy_quickstart.rst index 8e6447735e..c014c96d8a 100644 --- a/doc/quickstart/mapproxy_quickstart.rst +++ b/doc/quickstart/mapproxy_quickstart.rst @@ -42,16 +42,12 @@ The MapProxy demo page contains a rudimentary WMS and tile client for each confi View in desktop GIS =================== -You can add MapProxy in any WMS Desktop GIS like uDig, QGIS or gvSIG. The service URL is: ``_ +You can add MapProxy in any WMS Desktop GIS like QGIS or gvSIG. The service URL +is: ``_ -The MapProxy example configuration contains a few layers that use different map engines and map data. See below for more details about each layer. +The MapProxy example configuration contains a few layers that use different map +engines and map data. See below for more details about each layer. -.. figure:: /images/projects/mapproxy/mapproxy_udig.png - :scale: 70 % - :alt: MapProxy example in uDig - :align: center - - Single WMS layer with data from two cascaded sources and `FeatureInformation` from one source. Available layers ---------------- diff --git a/doc/quickstart/udig_quickstart.rst b/doc/quickstart/udig_quickstart.rst deleted file mode 100644 index 41c97ebdc8..0000000000 --- a/doc/quickstart/udig_quickstart.rst +++ /dev/null @@ -1,318 +0,0 @@ -:Author: OSGeoLive -:Author: Jody Garnett -:Author: Frank Gasdorf -:Version: osgeolive5.0draft -:License: Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) -:Thanks: udig-devel list -:Reviewer: Cameron Shorter, Jirotech - -@LOGO_udig@ -@OSGEO_KIND_udig@ -@VMDK_udig@ - - - -******************************************************************************** -@NAME_udig@ Quickstart -******************************************************************************** - -.. Writing Tip: - First sentence defines what the application does. - You may also need to include a sentence of two describing the domain. - Eg: For a Business Intelligence application, you should describe what - Business Intelligence is. - -uDig (User Friendly Internet Desktop GIS), is a GIS Desktop client for -editing and viewing Geospatial data. - -.. Writing Tip: - Describe what will be covered in this Quick Start. - -This Quick Start describes how to: - - * load a map layers from a shapefile and |WMS| - * use the standard map tools - * apply colour to map features using styling - -.. contents:: Contents - -start uDig -================================================================================ - -.. Writing Tip: - Describe steps to start the application - This should include a graphic of the pull-down list, with a red circle - around the application menu option. - #. A hash numbers instructions. There should be only one instruction per - hash. - -.. TBD: Add menu graphic to this uDig Quickstart - -#. Choose |osgeolive-appmenupath-udig| from menu -#. The application will take a few moments to start up - -.. image:: /images/projects/udig/udig_Quickstart1Splash.png - :scale: 70 % -.. Writing Tip: - 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/doc/images/projects - - -If you have any difficulties, or are running uDig please review the Running uDig reference page. - -Welcome View -================================================================================ - -#. When you start up uDig for the first time the Welcome view takes up the entire display. This screen - has links to tutorials, documentation and the project website. - -#. Click the arrow labelled Workbench in the upper right corner, to reveal the contents of the uDig workbench. - - .. image:: /images/projects/udig/udig_welcome.png - :scale: 70 % - -You can return to the Welcome view at any time by selecting the :menuselection:`Help --> Welcome` from the menu bar. - -Workbench -================================================================================ - -The Workbench window offers multiple Editors (each showing a Map) and supporting Views (offering -information about the current Map). - - .. image:: /images/projects/udig/udig_workbench.png - :scale: 70 % - -Shown above is a typical uDig session with the - - #. Layers view (1), - #. Projects view (2), - #. Catalog view (3) and - #. Map editor (4). - -These views will be described further as we demonstrate their use. - -Files -================================================================================ - -To start out with we are going to load some of the sample data included on the DVD. - -#. Choose :menuselection:`Layer --> Add` from the menu bar to open up the **Add Data** wizard - -#. Select **Files** from the list of data sources - -#. Press :guilabel:`Next` to open up a file dialog - -#. The OSGeoLive DVD contains sample data in: - - * :file:`~/data` (a short cut to :file:`/usr/local/share/data`) - -#. Select the following file from the :file:`natural_earth2` folder: - - * :file:`ne_10m_admin_0_countries.shp` - -#. Press :guilabel:`Open` - - * A new Map editor will be opened based on the contents of your shapefile. The default name and - projection of the Map has been taken from your shapefile. - - * You can see the **Catalog view** has been updated with an entry for :file:`ne_10m_admin_0_countries.shp`. This - view is used to track the use of resources by the uDig application. - - * The **Layers** view shows a single layer is displayed on this map. This view is used to change - the order and appearance of information in your Map. - - * The **Projects** view has been updated to show that your map is stored in `projects > ne 10m admin 0 countries`. - You can have multiple projects open at a time, each project can have several maps. - -#. Open up the :file:`~/data/natural_earth2/` folder on the desktop - -#. Drag :file:`HYP_50M_SR_W.tif` onto the Map Editor, a new layer is added to to the map. - -#. You can see the order the layers are drawn in the layer view. Right now the `HYP_50M_SR_W` layer is drawn - on top of the `ne 10m admin 0 countries` layer. - -#. Select the `HYP_50M_SR_W` layer in the catalog view and drag it to the bottom of the list - - .. image:: /images/projects/udig/udig_QuickstartCountriesMap.png - :scale: 70 % - -.. Writing Tip: - Notes are used to provide descriptions and background information without - getting in the way of instructions. Notes will likely be rendered in - the margin in some printed formats. - -.. note:: - One of the most common questions asked when uDig is considered for an organization is how much memory - the application uses. Unlike most GIS applications uDig can get by with a fixed amount of memory. The - above shapefile is not loaded into memory, we have a policy of keeping data on disk and drawing data - like this shapefile onto the screen as needed. - -.. Writing Tip: - Tips are used to provide extra useful information, and will - likely be rendered in the margin in some printed formats. - -.. tip:: You can also drag and drop shapefiles directly into the uDig application! - -Map -================================================================================ - -You can control where in the world the Map Editor is looking by using the navigation tools in the tool bar along the top of the screen. - - -#. The |ZOOM| Zoom tool is available by default - - .. |ZOOM| image:: /images/projects/udig/udig_zoom_mode.png - - * Use the zoom tool by drawing a box using the left mouse button around the area of the world you wish - to see. - * To zoom out draw a box with the right mouse button. The current map extents will be located within - the box you draw. - -#. The |PAN| Pan tool can be used to scroll around your map with out changing scale. - - .. |PAN| image:: /images/projects/udig/udig_pan_mode.png - -#. There are also several navigation buttons that can be used at any time: - - * |SHOWALL| Show All, can be used to return to the full extents at any time - - .. |SHOWALL| image:: /images/projects/udig/udig_zoom_extent_co.png - - * |ZOOM_IN| Zoom In and |ZOOM_OUT| Zoom Out can be used to change the scale by a fixed amount. - - .. |ZOOM_IN| image:: /images/projects/udig/udig_zoom_in_co.png - .. |ZOOM_OUT| image:: /images/projects/udig/udig_zoom_out_co.png - - * You can use Navigation Back |BNAV| and Forward |FNAV| in the menu bar to cycle though previously - visited locations. - - .. |BNAV| image:: /images/projects/udig/udig_backward_nav.png - .. |FNAV| image:: /images/projects/udig/udig_forward_nav.png - -.. tip:: Most tools allow you to Pan by holding the center button and control the scale using the - scroll wheel. - -Web Map Server -================================================================================ - -One of the reasons to use an application like uDig is to access all the great free geospatial -information available on the web. This section covers the use of Web Map Servers which make -available layers of information that you can mix into your own maps. - -.. note:: If you are not connected to the Internet run |osgeolive-appmenupath-geoserver| - for a local WMS. The script will open a page with a "Service Capabilities" section and two links for WMS Services - you can drag into your empty map. - -.. tip:: You can copy a WMS URL (e.g. for `WMS 1.1.1`_) from right panel of `GeoServer Welcome page`_ and "paste" it either on the **Map** view or the **Layers** view. A wizard shows you the layers you can add to the **Map**. You can also connect to Web Map Servers using the **Add Data** (:menuselection:`Layer --> Add...`) Wizard and paste WMS URL right there. - - .. _GeoServer Welcome page: http://localhost:8082/geoserver/web - .. _WMS 1.1.1: http://localhost:8082/geoserver/ows?service=wms&version=1.1.1&request=GetCapabilities - -#. Select :menuselection:`File --> New --> New Map` from the menu bar - -#. Change to the **Web** view, click on the tab next to the **Catalog** view to reveal the *Web* view. - - .. image:: /images/projects/udig/udig_WebViewClick.png - :scale: 50 % - -#. Click on the link ``WMS\:http://www2.dmsolutions.ca/cgi-bin/mswms_gmap?Service=WMS&VERSION=1.1.0&REQUEST=GetCapabilities`` - -.. TODO #. Click on the link WMS\:`dm solutions`_ lin - -.. TODO .. _dm solutions: http://www2.dmsolutions.ca/cgi-bin/mswms_gmap?Service=WMS&VERSION=1.1.0&REQUEST=GetCapabilities - -#. From the Resource Selection page we are going to choose the following layers: - - * Elevation/Bathymetry - * Parks - * Cities - - .. image:: /images/projects/udig/udig_AddWMSLayers.png - :scale: 70 % - -#. Press :guilabel:`Finish` to add these layers to your map - - .. image:: /images/projects/udig/udig_WMSMap.png - :scale: 70 % - -#. Use the |ZOOM| Zoom Tool to move closer to one of the Parks - -#. Switch to the |INFO| Info Tool and click on one the parks to learn more about it - -.. |INFO| image:: /images/projects/udig/udig_info_mode.png - -.. tip:: You can switch between the zoom and info tools by pressing `Z` and `I` on the keyboard. - -Style -================================================================================ - -#. Select the `project > ne 10m admin 0 countries`, you can double click to open this Map, or Right Click and choose Open Map - -#. Select the countries layer in the Layer view - -#. Open up the **Style Editor** by right clicking on `ne 10m admin 0 countries` layer and choosing :guilabel:`Change Style` - -#. We are going to change a few things about how countries are displayed - - * Line: Click :guilabel:`Border`, click on the Color button and change the color to BLACK - - * Fill: On Tab :guilabel:`Fill` uncheck the box :guilabel:`enable/disable fill` to turn off fill - - * Label: On Tab :guilabel:`Labels` check the box :guilabel:`enable/disable labeling`, and choose the attribute **NAME** from the list of attributes - - .. image:: /images/projects/udig/udig_StyleEditor.png - :scale: 70 % - -#. Press :guilabel:`Apply` to see what this looks like on your Map, the **Layer** view will also be updated - to reflect the current style - -#. When you are happy with the result you can press :guilabel:`Close` to dismiss the dialog - -.. note:: Some files include style settings. The Style definition can be found in files with the :file:`*.sld` extension. The name itself should be equal to the file containing the data. If such a |SLD| file exists, the style will be applied automatically. - -Sometimes it is a bit hard to see what is going on with layer providing much details. To get focused on the task you like to work on, you can choose :menuselection:`Map --> Mylar` from the menu bar. Using the *Layer* view select different layers in turn to see the effect. You can turn off this effect at any time using :menuselection:`Map --> Mylar` from the menu bar. - - .. image:: /images/projects/udig/udig_MapMylar.png - :scale: 70 % - -.. Writing tip - The final heading should provide pointers to further tutorials, - documentation or further things to try. - Present a list of ideas for people to try out. Start off very specific - with something most people can do based on the materials as presented. - Continue on with a challenge that involves a small bit of research (it - is recommended that research be limited to something that can be - found in documentation packaged on OSGeoLive, as users might not be - connected to the Internet. - -Things to Try -================================================================================ - -Here are some additional challenges for you to try: - -#. Try viewing your own GIS map layers, or try adding a layer from a |WFS| -#. Try styling the WFS layer. - -What next? -================================================================================ - -.. Writing tip - Provide links to further tutorials and other documentation. - -This is only the first step on the road to using uDig. There is a lot more great material (and ability) left for you to discover in our **walkthrough** documents. - -* Walkthrough 1 - - Try out the use of :doc:`PostGIS <../overview/postgis_overview>`, extract data from a Web Feature Server and explore the - use of **Themes** with our powerful `Color Brewer` technology. - - :file:`/usr/local/share/udig/udig-docs/uDigWalkthrough 1.pdf` - -* Walkthrough 2 - Learn how to create shapefiles and use the Edit tools to manipulate - feature data, covers the installation of :doc:`GeoServer <../overview/geoserver_overview>` and editing with a Web Feature - Server. - - Available on http://udig.refractions.net/ - diff --git a/licenses.csv b/licenses.csv index 1f5ab6e960..008d67f323 100644 --- a/licenses.csv +++ b/licenses.csv @@ -1,5 +1,4 @@ "52nSOS_overview","Eike Hinderk Jürrens (e.h.juerrens@52north.org); Daniel Nüst (d.nuest@52north.org); Simon Jirka (s.jirka@52north.org)","Angelos Tzotsos, OSGeo","Creative Commons Attribution 3.0 Unported (CC BY 3.0)" -"52nWPS_overview","Bastian Schaeffer, Kristof Lange, Benjamin Pross","Cameron Shorter, Jirotech; Angelos Tzotsos, OSGeo","Creative Commons Attribution 3.0 Unported (CC BY 3.0)" "R_overview","OSGeoLive","Cameron Shorter, Jirotech","Creative Commons Attribution 3.0 Unported (CC BY 3.0)" "cesium_overview","Balasubramaniam Natarajan","Angelos Tzotsos, OSGeo","Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)" "deegree_overview","Johannes Wilden, Markus Schneider, Danilo Bretschneider","Cameron Shorter, Jirotech","Creative Commons Attribution 3.0 Unported (CC BY 3.0)" @@ -21,14 +20,11 @@ "jupyter_overview","jupyter developers team; Massimo Di Stefano","Cameron Shorter, Jirotech","Creative Commons Attribution 3.0 Unported (CC BY 3.0)" "leaflet_overview","Johan Van de Wauw; Vladimir Agafonkin","Cameron Shorter; Angelos Tzotsos, OSGeo","Creative Commons Attribution 3.0 Unported (CC BY 3.0)" "mapbender_overview","Astrid Emde","Cameron Shorter, Jirotech","Creative Commons Attribution 3.0 Unported (CC BY 3.0)" -"mapfish_overview","OSGeoLive; Hamish Bowman; Eric Lemoine","Cameron Shorter, Jirotech","Creative Commons Attribution 3.0 Unported (CC BY 3.0)" -"mapguide_overview","Trevor Wekel","Cameron Shorter, Jirotech","Creative Commons Attribution 3.0 Unported (CC BY 3.0)" "mapnik_overview","Dane Springmeyer","Cameron Shorter, Jirotech; Angelos Tzotsos, OSGeo","Creative Commons Attribution 3.0 Unported (CC BY 3.0)" "mapproxy_overview","Oliver Tonnhofer","Cameron Shorter, Jirotech; Angelos Tzotsos, OSGeo","Creative Commons Attribution 3.0 Unported (CC BY 3.0)" "mapserver_overview","Alan Boudreault, Steve Lime","Cameron Shorter, Jirotech; Angelos Tzotsos, OSGeo","Creative Commons Attribution 3.0 Unported (CC BY 3.0)" "marble_overview","Hamish Bowman, Sergey Popov","Cameron Shorter, Jirotech; Angelos Tzotsos, OSGeo","Creative Commons Attribution 3.0 Unported (CC BY 3.0)" "naturalearth_overview","OSGeoLive","Cameron Shorter, Jirotech","Creative Commons Attribution 3.0 Unported (CC BY 3.0)" -"ncWMS_overview","Guy Griffiths (guy.griffiths@the-iea.org)","Cameron Shorter","Creative Commons Attribution 3.0 Unported (CC BY 3.0)" "nc_dataset_overview","Hamish Bowman","Cameron Shorter, Jirotech","Creative Commons Attribution 3.0 Unported (CC BY 3.0)" "netcdf_dataset_overview","Brian Hamlin","Cameron Shorter","Creative Commons Attribution 3.0 Unported (CC BY 3.0)" "opencpn_overview","Dave Register; Hamish Bowman","Cameron Shorter, Jirotech","Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)" @@ -36,7 +32,6 @@ "openlayers_overview","Chris Schmidt; OSGeoLive; Roald de Wit; Antonio Santiago; Bart van den Eijnden","Cameron Shorter, Jirotech","Creative Commons Attribution 3.0 Unported (CC BY 3.0)" "osm_dataset_overview","","","Creative Commons Attribution 3.0 Unported (CC BY 3.0)" "osm_overview","Hamish Bowman","Cameron Shorter, Jirotech; Angelos Tzotsos, OSGeo","Creative Commons" -"ossim_overview","OSGeoLive","Cameron Shorter, Jirotech","Creative Commons Attribution 3.0 Unported (CC BY 3.0)" "otb_overview","OSGeoLive","Cameron Shorter, Jirotech","Creative Commons Attribution 3.0 Unported (CC BY 3.0)" "pgrouting_overview","Daniel Kastl","Cameron Shorter, Jirotech; Angelos Tzotsos, OSGeo","Creative Commons Attribution 3.0 Unported (CC BY 3.0)" "postgis_overview","OSGeoLive; Barry Rowlingson","Cameron Shorter, Jirotech; Angelos Tzotsos, OSGeo","Creative Commons Attribution 3.0 Unported (CC BY 3.0)" @@ -48,11 +43,9 @@ "rasdaman_overview","Peter Baumann","Cameron Shorter, Jirotech","Creative Commons Attribution 3.0 Unported (CC BY 3.0)" "saga_overview","OSGeoLive","Cameron Shorter, Jirotech","Creative Commons Attribution 3.0 Unported (CC BY 3.0)" "spatialite_overview","Pirmin Kalberer","Cameron Shorter, Jirotech; Angelos Tzotsos, OSGeo","Creative Commons Attribution 3.0 Unported (CC BY 3.0)" -"udig_overview","OSGeoLive","Cameron Shorter, Jirotech","Creative Commons Attribution 3.0 Unported (CC BY 3.0)" "zoo-project_overview","Gérald Fenoy","Cameron Shorter, Jirotech","Creative Commons Attribution 3.0 Unported (CC BY 3.0)" "zygrib_overview","Hamish Bowman","Cameron Shorter, Jirotech","Creative Commons Attribution 3.0 Unported (CC BY 3.0)" "52nSOS_quickstart","Simon Jirka (s.jirka@52north.org)","Angelos Tzotsos, OSGeo","Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)" -"52nWPS_quickstart","Benjamin Pross; Kristof Lange","Angelos Tzotsos, OSGeo","Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)" "R_quickstart","Barry Rowlingson","","Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)" "cesium_quickstart","Balasubramaniam Natarajan","Cameron Shorter, Jirotech; Angelos Tzotsos, OSGeo","Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)" "deegree_quickstart","Johannes Wilden, Danilo Bretschneider, Torsten Friebe","","Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)" @@ -71,20 +64,16 @@ "jupyter_quickstart","Massimo Di Stefano","Cameron Shorter, Jirotech","Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)" "leaflet_quickstart","Vladimir Agafonkin, adopted for live dvd by Johan Van de Wauw","Angelos Tzotsos, OSGeo","" "mapbender_quickstart","OSGeoLive; Astrid Emde","","Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)" -"mapfish_quickstart","Eric Lemoine, Bruno Binet","","Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)" -"mapguide_quickstart","Trevor Wekel","","Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)" "mapnik_quickstart","OSGeoLive; Dane Springmeyer","Angelos Tzotsos, OSGeo","Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)" "mapproxy_quickstart","Oliver Tonnhofer","Angelos Tzotsos, OSGeo","Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)" "mapserver_quickstart","OSGeoLive; Alan Boudreault; Steve Lime","Stephan Meissl; Cameron Shorter, Jirotech; Angelos Tzotsos, OSGeo","Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)" "marble_quickstart","Sergey Popov","Angelos Tzotsos, OSGeo","Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)" -"ncWMS_quickstart","Guy Griffiths (guy.griffiths@the-iea.org)","","Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)" "opencpn_quickstart","Hamish Bowman","","Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)" "openjump_quickstart","OSGeoLive; Landon Blake; Stefan Steiniger","","Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)" "openlayers_quickstart","Antonio Santiago; Chris Schmidt; Bart van den Eijnden","Cameron Shorter, Jirotech","Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)" "osgeolive_install_quickstart","OSGeoLive; Cameron Shorter","","Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)" "osgeolive_quickstart","OSGeoLive; Cameron Shorter, Hamish Bowman","Cameron Shorter, Jirotech","Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)" "osm_quickstart","Hamish Bowman","","Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)" -"ossim_quickstart","OSGeoLive; Massimo Di Stefano; Pirmin Kalberer","","Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)" "otb_quickstart","OSGeoLive; Manuel Grizonnet","","Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)" "pgrouting_quickstart","Daniel Kastl; Regina Obe","Angelos Tzotsos, OSGeo","Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)" "postgis_quickstart","Barry Rowlingson; Astrid Emde; Regina Obe","Argyros Argyridis; Cameron Shorter, Jirotech; Nicolas Roelandt; Angelos Tzotsos, OSGeo","Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)" @@ -96,7 +85,6 @@ "rasdaman_quickstart","Peter Baumann (p.baumann@jacobs-university.de)","","Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)" "saga_quickstart","Johan Van de Wauw; Zoltan Siki","Angelos Tzotsos","Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)" "spatialite_quickstart","OSGeoLive; Micha Silver","Cameron Shorter, Jirotech; Angelos Tzotsos, OSGeo","Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)" -"udig_quickstart","OSGeoLive; Jody Garnett; Frank Gasdorf","Cameron Shorter, Jirotech","Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)" "usb_quickstart","OSGeoLive; Alex Mandel, Cameron Shorter","Cameron Shorter, Jirotech","Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)" "virtualbox_quickstart","OSGeoLive; Cameron Shorter","","Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)" "virtualization_quickstart","OSGeoLive; Micha Silver","Cameron Shorter, Jirotech; Stephen Woodbridge","Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)" diff --git a/locale/de/LC_MESSAGES/overview/udig_overview.po b/locale/de/LC_MESSAGES/overview/udig_overview.po deleted file mode 100644 index 9fb185659a..0000000000 --- a/locale/de/LC_MESSAGES/overview/udig_overview.po +++ /dev/null @@ -1,270 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2011~2022, OSGeo -# This file is distributed under the same license as the OSGeoLive package. -# FIRST AUTHOR , YEAR. -# -# Translators: -# Andreas Schild , 2018 -# Astrid Emde , 2022 -# Vicky Vergara , 2022 -# -msgid "" -msgstr "" -"Project-Id-Version: OSGeoLive 15.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-08-03 09:57+0000\n" -"PO-Revision-Date: 2024-10-14 15:25+0000\n" -"Last-Translator: Celia Virginia Vergara Castillo \n" -"Language-Team: German \n" -"Language: de\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.4.3\n" - -#: ../../build/doc/overview/udig_overview.rst:15 -msgid "uDig" -msgstr "uDig" - -#: ../../build/doc/overview/udig_overview.rst:18 -msgid "Desktop GIS" -msgstr "Desktop GIS" - -#: ../../build/doc/overview/udig_overview.rst:21 -msgid "" -"User-friendly Desktop Internet GIS (uDig) is an open source spatial data " -"viewer/editor, with special emphasis on the OpenGIS standards for internet " -"GIS, the Web Map Server (WMS) and Web Feature Server (WFS) standards." -msgstr "" -"User-friendly Desktop Internet GIS (uDig) ist ein Open Source " -"Geodatenbetrachter/-editor mit besonderem Schwerpunkt auf OpenGIS Standards " -"für Internet-GIS, die Web Map Server (WMS) und Web Feature Server (WFS) " -"Standards." - -#: ../../build/doc/overview/udig_overview.rst:23 -msgid "uDig is:" -msgstr "uDig ist:" - -#: ../../build/doc/overview/udig_overview.rst:25 -msgid "" -"**User-friendly**, providing a familiar graphical environment for GIS users;" -msgstr "" -"**User-friendly**, eine vertraute grafische Umgebung für GIS-Anwender;" - -#: ../../build/doc/overview/udig_overview.rst:26 -msgid "**Desktop located**, running natively on Windows, Mac OS/X and Linux;" -msgstr "**Desktop located**, läuft nativ auf Windows, Mac OS / X und Linux;" - -#: ../../build/doc/overview/udig_overview.rst:27 -msgid "" -"**Internet oriented**, consuming standard and de facto geospatial web " -"services; and," -msgstr "" -"**Internet oriented**, nutzt standardkonforme und de facto Geospatial Web " -"Services; und," - -#: ../../build/doc/overview/udig_overview.rst:28 -msgid "" -"**GIS ready**, providing the framework on which complex analytical " -"capabilities can be built, and gradually subsuming those capabilities into " -"the main application." -msgstr "" -"**GIS ready**, liefert den Rahmen, auf dem komplexe analytische Fähigkeiten " -"aufgebaut werden können, und fasst diese Fähigkeiten zusammen in der " -"Hauptanwendung." - -#: ../../build/doc/overview/udig_overview.rst:30 -msgid "" -"For developers uDig provides a common Java platform for building spatial " -"applications with open source components. The website provides series of " -"clear tutorials covering making a simple tool through to releasing your own " -"custom application." -msgstr "" -"Für Entwickler bietet uDig eine gemeinsame Plattform für Java-Anwendungen " -"zum Aufbau räumlicher Open-Source-Komponenten. Auf der Projektwebseite " -"finden Sie eine Reihe von verständlichen Übungen angefangen von der " -"Erstellung einfacher Werkzeuge bis zu Beispielen für komplexe Anwendungen." - -#: ../../build/doc/overview/udig_overview.rstNone -msgid "udig screenshot" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:39 -msgid "Core Features" -msgstr "Kernfunktionen" - -#: ../../build/doc/overview/udig_overview.rst:41 -msgid "" -"Desktop Client with Drag and Drop integration for File explorer and Web " -"Browser" -msgstr "" -"Desktop Anwendung mit Drag & Drop Integration für Dateimanager und Web " -"Browser" - -#: ../../build/doc/overview/udig_overview.rst:42 -msgid "" -"Integrate with your existing infrastructure: ArcSDE, Oracle, DB2 and more" -msgstr "" -"Integration in Ihre vorhandene Infrastruktur: ArcSDE, Oracle, DB2 und mehr" - -#: ../../build/doc/overview/udig_overview.rst:43 -msgid "Work with local files: Shapefile, jpeg, png, tiff and more." -msgstr "Arbeit mit lokalen Dateien: shp, jpeg, png, tiff und mehr." - -#: ../../build/doc/overview/udig_overview.rst:44 -msgid "Work with advanced spatial raster formats: ECW, MrSID, JPEG 2000" -msgstr "Arbeit mit komplexen räumlichen Rasterformaten: ECW, MrSID, JPEG 2000" - -#: ../../build/doc/overview/udig_overview.rst:45 -msgid "" -"Support for compliant Web Map Servers (:doc:`GeoServer " -"`, MapServer tested)" -msgstr "" -"Unterstützung von standardkonformen Web Map Servern (:doc:`GeoServer " -"`, MapServer getested)" - -#: ../../build/doc/overview/udig_overview.rst:46 -msgid "" -"Integrated Web experience with an embedded browser that recognises OGC web " -"services and smoothly adds links to the onscreen map" -msgstr "" -"Integriertes Internet-Erlebnis mit einem eingebetteten Browser, der OGC " -"Webdienste erkennt und diese problemlos auf der Bildschirmkarte verknüpft" - -#: ../../build/doc/overview/udig_overview.rst:48 -msgid "" -"Style Layer Descriptor control of rendering allowing you to publish your Map" -" using the same settings in uDig as with popular Web Map Servers" -msgstr "" -"Die Style Layer Descriptor (SLD) Steuerung zur Kartenerstellung erlaubt " -"Ihnen, die Karte mit denselben Einstellungen in uDig zu veröffentlichen als " -"mit beliebten Web Map Servern" - -#: ../../build/doc/overview/udig_overview.rst:50 -msgid "" -"Deep integration of standards allowing the application to swap between the " -"appropriate service as required for display, interaction and editing" -msgstr "" -"Weitreichende Integration von Standards erlauben der Anwendung zwischen " -"entprechenden Diensten zu wechseln, je nach Anforderung aus Darstellung, " -"Interaktion und Bearbeitung" - -#: ../../build/doc/overview/udig_overview.rst:52 -msgid "Printing and PDF Generation" -msgstr "Druck und PDF Erstellung" - -#: ../../build/doc/overview/udig_overview.rst:53 -msgid "For Developers" -msgstr "Für Entwickler" - -#: ../../build/doc/overview/udig_overview.rst:55 -msgid "" -"Java Application built using the :doc:`GeoTools `, `JTS " -"Topology Suite (JTS) `_" -msgstr "" -"Java-Application mit Hilfe von :doc:`GeoTools `, `JTS " -"Topology Suite (JTS) `_" - -#: ../../build/doc/overview/udig_overview.rst:56 -msgid "" -"Industrial strength plug-in system provided by Eclipse Rich Client Platform" -msgstr "Professionelles Plugin-System durch die Eclipse Rich Client Platform" - -#: ../../build/doc/overview/udig_overview.rst:57 -msgid "Use of native widgets" -msgstr "Verwendung von nativen Widgets" - -#: ../../build/doc/overview/udig_overview.rst:60 -msgid "Implemented Standards" -msgstr "Unterstützte Standards" - -#: ../../build/doc/overview/udig_overview.rst:62 -msgid "OGC Web Map Server (WMS)" -msgstr "OGC Web Map Server (WMS)" - -#: ../../build/doc/overview/udig_overview.rst:63 -msgid "OGC Web Feature Server (WFS)" -msgstr "OGC Web Feature Server (WFS)" - -#: ../../build/doc/overview/udig_overview.rst:64 -msgid "OGC Web Feature Server Transactional (WFS-T)" -msgstr "OGC Web Feature Server Transactional (WFS-T)" - -#: ../../build/doc/overview/udig_overview.rst:65 -msgid "OGC Simple Features for SQL (SFQL)" -msgstr "OGC Simple Features for SQL (SFQL)" - -#: ../../build/doc/overview/udig_overview.rst:66 -msgid "Web Map Server Cache (WMS-C)" -msgstr "Web Map Server Cache (WMS-C)" - -#: ../../build/doc/overview/udig_overview.rst:67 -msgid "OGC Style Layer Descriptor (SLD)" -msgstr "OGC Style Layer Descriptor (SLD)" - -#: ../../build/doc/overview/udig_overview.rst:70 -msgid "Details" -msgstr "Details" - -#: ../../build/doc/overview/udig_overview.rst:72 -msgid "**Website:** http://udig.refractions.net/" -msgstr "**Webseite:** http://udig.refractions.net/" - -#: ../../build/doc/overview/udig_overview.rst:74 -msgid "**Licence:** Dual BSD / EPL (Eclipse Foundation)" -msgstr "**Lizenz:** Dual BSD / EPL (Eclipse Foundation)" - -#: ../../build/doc/overview/udig_overview.rst:76 -msgid "**Software Version:** |version-udig|" -msgstr "**Software Version:** |version-udig|" - -#: ../../build/doc/overview/udig_overview.rst:78 -msgid "**Supported Platforms:** Windows, Linux, Mac" -msgstr "**Unterstützte Plattformen:** Windows, Linux, Mac" - -#: ../../build/doc/overview/udig_overview.rst:80 -msgid "" -"**API Interfaces:** GeoTools, ImageIO-Ext, Java Advanced Imaging, Eclipse " -"Rich Client Platform, Eclipse Modelling Framework" -msgstr "" -"**API Schnittstellen:** GeoTools, ImageIO-Ext, Java Advanced Imaging, " -"Eclipse Rich Client Platform, Eclipse Modelling Framework" - -#: ../../build/doc/overview/udig_overview.rst:82 -msgid "**Support:** http://udig.refractions.net/users/" -msgstr "**Support:** http://udig.refractions.net/users/" - -#: ../../build/doc/overview/udig_overview.rst:84 -msgid "**Developers:** http://udig.refractions.net/developers/" -msgstr "**Entwickler:** http://udig.refractions.net/developers/" - -#: ../../build/doc/overview/udig_overview.rst:87 -msgid "" -"This project is only included on the OSGeoLive virtual machine disk (VMDK)" -msgstr "Das Projekt ist nur Teil der OSGeoLive Virtuelle Maschine Disk (VMDK)" - -#: ../../build/doc/overview/udig_overview.rst:90 -msgid "Quickstart" -msgstr "Quickstart" - -#: ../../build/doc/overview/udig_overview.rst:92 -msgid ":doc:`Quickstart documentation <../quickstart/udig_quickstart>`" -msgstr ":doc:`Quickstart Dokumentation <../quickstart/udig_quickstart>`" - -#: ../../build/doc/:13 -msgid "vmdk" -msgstr "vmdk" - -#: ../../build/doc/:16 -msgid "nologo" -msgstr "nologo" - -#: ../../build/doc/:0 -msgid "OSGeo Project" -msgstr "OSGeo Projekt" - -#: ../../build/doc/:0 ../../build/doc/:0 -msgid "OSGeo Community" -msgstr "OSGeo Community" diff --git a/locale/de/LC_MESSAGES/quickstart/udig_quickstart.po b/locale/de/LC_MESSAGES/quickstart/udig_quickstart.po deleted file mode 100644 index 6fb15c7967..0000000000 --- a/locale/de/LC_MESSAGES/quickstart/udig_quickstart.po +++ /dev/null @@ -1,598 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2011~2022, OSGeo -# This file is distributed under the same license as the OSGeoLive package. -# FIRST AUTHOR , YEAR. -# -# Translators: -# Frank Gasdorf, 2018 -# Andreas Schild , 2019 -# Peter Czaja, 2019 -# Robin Schwammborn, 2019 -# Astrid Emde , 2022 -# Vicky Vergara , 2022 -# -msgid "" -msgstr "" -"Project-Id-Version: OSGeoLive 15.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-08-03 09:57+0000\n" -"PO-Revision-Date: 2024-10-14 15:25+0000\n" -"Last-Translator: Celia Virginia Vergara Castillo \n" -"Language-Team: German \n" -"Language: de\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.4.3\n" - -#: ../../build/doc/quickstart/udig_quickstart.rst:14 -msgid "" -"This project is only included on the OSGeoLive virtual machine disk (VMDK)" -msgstr "Das Projekt ist nur Teil der OSGeoLive Virtuelle Maschine Disk (VMDK)" - -#: ../../build/doc/quickstart/udig_quickstart.rst:20 -msgid "uDig Quickstart" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:28 -msgid "" -"uDig (User Friendly Internet Desktop GIS), is a GIS Desktop client for " -"editing and viewing Geospatial data." -msgstr "" -"uDig (User Friendly Internet Desktop GIS) ist ein Desktop GIS-Client zum " -"Anzeigen und Editieren von räumlichen Daten." - -#: ../../build/doc/quickstart/udig_quickstart.rst:34 -msgid "This Quick Start describes how to:" -msgstr "Dieser Quickstart beschreibt, wie Sie:" - -#: ../../build/doc/quickstart/udig_quickstart.rst:36 -msgid "load a map layers from a shapefile and |WMS|" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:37 -msgid "use the standard map tools" -msgstr "Verwenden der Standardwerkzeuge zum Navigieren in der Karte" - -#: ../../build/doc/quickstart/udig_quickstart.rst:38 -msgid "apply colour to map features using styling" -msgstr "Anpassen der Farbe für die Darstellung von Objekten (Stil)" - -#: ../../build/doc/quickstart/udig_quickstart.rst:40 -msgid "Contents" -msgstr "Inhalt" - -#: ../../build/doc/quickstart/udig_quickstart.rst:43 -msgid "start uDig" -msgstr "uDig starten" - -#: ../../build/doc/quickstart/udig_quickstart.rst:54 -msgid "Choose |osgeolive-appmenupath-udig| from menu" -msgstr "|osgeolive-appmenupath-udig| im Startmenü des Desktops wählen" - -#: ../../build/doc/quickstart/udig_quickstart.rst:55 -msgid "The application will take a few moments to start up" -msgstr "" -"nach einem Moment wird die Anwendung gestartet und ein Begrüßungsbildschirm " -"angezeigt" - -#: ../../build/doc/quickstart/udig_quickstart.rst:66 -msgid "" -"If you have any difficulties, or are running uDig please review the Running " -"uDig reference page." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:69 -msgid "Welcome View" -msgstr "Willkommensansicht" - -#: ../../build/doc/quickstart/udig_quickstart.rst:71 -msgid "" -"When you start up uDig for the first time the Welcome view takes up the " -"entire display. This screen has links to tutorials, documentation and the " -"project website." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:74 -msgid "" -"Click the arrow labelled Workbench in the upper right corner, to reveal the " -"contents of the uDig workbench." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:79 -msgid "" -"You can return to the Welcome view at any time by selecting the " -":menuselection:`Help --> Welcome` from the menu bar." -msgstr "" -"Die Willkommensansicht können Sie jederzeit wieder herstellen, indem Sie im " -"Applikationsmenü :menuselection:`Help --> Welcome` auswählen." - -#: ../../build/doc/quickstart/udig_quickstart.rst:82 -msgid "Workbench" -msgstr "Arbeitsbereich" - -#: ../../build/doc/quickstart/udig_quickstart.rst:84 -msgid "" -"The Workbench window offers multiple Editors (each showing a Map) and " -"supporting Views (offering information about the current Map)." -msgstr "" -"Im Arbeitsbereich gibt es einen Bereich für die Karten, der umgeben ist von " -"Ansichten, die das Arbeiten mit der Karte unterstützen. Viele Ansichten " -"zeigen dabei kontextbezogene Informationen zur aktuell geöffneten und " -"ausgewählten Karte an." - -#: ../../build/doc/quickstart/udig_quickstart.rst:90 -msgid "Shown above is a typical uDig session with the" -msgstr "Oben ist ein typischer uDig -Arbeitsplatz mit Ansichten für die" - -#: ../../build/doc/quickstart/udig_quickstart.rst:92 -msgid "Layers view (1)," -msgstr "Kartenlayer Layers (1)," - -#: ../../build/doc/quickstart/udig_quickstart.rst:93 -msgid "Projects view (2)," -msgstr "Kartenprojekte Projects (2)," - -#: ../../build/doc/quickstart/udig_quickstart.rst:94 -msgid "Catalog view (3) and" -msgstr "dem Katalog Catalog (3) sowie" - -#: ../../build/doc/quickstart/udig_quickstart.rst:95 -msgid "Map editor (4)." -msgstr "der Karte (4)." - -#: ../../build/doc/quickstart/udig_quickstart.rst:97 -msgid "These views will be described further as we demonstrate their use." -msgstr "" -"zu sehen. Die Ansichten und deren Verwendung werden weiter unten " -"beschrieben." - -#: ../../build/doc/quickstart/udig_quickstart.rst:100 -msgid "Files" -msgstr "Dateien" - -#: ../../build/doc/quickstart/udig_quickstart.rst:102 -msgid "" -"To start out with we are going to load some of the sample data included on " -"the DVD." -msgstr "" -"Um einen ersten Eindruck der Anwendung zu gewinnen, werden wir Beispieldaten" -" laden, die auf der DVD enthalten sind." - -#: ../../build/doc/quickstart/udig_quickstart.rst:104 -msgid "" -"Choose :menuselection:`Layer --> Add` from the menu bar to open up the **Add" -" Data** wizard" -msgstr "" -"Wählen Sie :menuselection:`Layer --> Add` vom Applikationsmenü. Es öffnet " -"sich der Wizard **Add Data**" - -#: ../../build/doc/quickstart/udig_quickstart.rst:106 -msgid "Select **Files** from the list of data sources" -msgstr "Wählen Sie in der Liste der Datenquellentypen **Files** aus" - -#: ../../build/doc/quickstart/udig_quickstart.rst:108 -msgid "Press :guilabel:`Next` to open up a file dialog" -msgstr "" -"Klicken Sie auf die Schaltfläche :guilabel:`Next`. Es öffnet sich ein Dialog " -"zur Auswahl von Dateien" - -#: ../../build/doc/quickstart/udig_quickstart.rst:110 -msgid "The OSGeoLive DVD contains sample data in:" -msgstr "Die OSGeo-Live DVD enthält Beispieldaten im Ordner:" - -#: ../../build/doc/quickstart/udig_quickstart.rst:112 -msgid ":file:`~/data` (a short cut to :file:`/usr/local/share/data`)" -msgstr ":file:`~/data` (als Kurzform zu :file:`/usr/local/share/data`)" - -#: ../../build/doc/quickstart/udig_quickstart.rst:114 -msgid "Select the following file from the :file:`natural_earth2` folder:" -msgstr "" -"Wählen Sie die folgende Datei aus dem Ordner :file:`natural_earth2` aus:" - -#: ../../build/doc/quickstart/udig_quickstart.rst:116 -msgid ":file:`ne_10m_admin_0_countries.shp`" -msgstr ":file:`ne_10m_admin_0_countries.shp`" - -#: ../../build/doc/quickstart/udig_quickstart.rst:118 -msgid "Press :guilabel:`Open`" -msgstr "Klicken Sie auf die Schaltfläche :guilabel:`Open`" - -#: ../../build/doc/quickstart/udig_quickstart.rst:120 -msgid "" -"A new Map editor will be opened based on the contents of your shapefile. The" -" default name and projection of the Map has been taken from your shapefile." -msgstr "" -"Eine neue Karte wird geöffnet, die den Inhalt des Shapefiles anzeigt. Der " -"Name und die Projektion für die Karte wurden vom Shapefile übernommen " -"(Standardverhalten)." - -#: ../../build/doc/quickstart/udig_quickstart.rst:123 -msgid "" -"You can see the **Catalog view** has been updated with an entry for " -":file:`ne_10m_admin_0_countries.shp`. This view is used to track the use of " -"resources by the uDig application." -msgstr "" -"Die Katalogansicht (**Catalog view**) wurde aktualisiert und enthält nun " -"einen Eintrag für das Shapefile :file:`ne_10m_admin_0_countries.shp`. Diese " -"Ansicht enthält als Liste alle Resourcen, die in den unterschiedlichsten " -"Karten der uDig Anwendung verwendet werden." - -#: ../../build/doc/quickstart/udig_quickstart.rst:126 -msgid "" -"The **Layers** view shows a single layer is displayed on this map. This view" -" is used to change the order and appearance of information in your Map." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:129 -msgid "" -"The **Projects** view has been updated to show that your map is stored in " -"`projects > ne 10m admin 0 countries`. You can have multiple projects open " -"at a time, each project can have several maps." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:132 -msgid "Open up the :file:`~/data/natural_earth2/` folder on the desktop" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:134 -msgid "" -"Drag :file:`HYP_50M_SR_W.tif` onto the Map Editor, a new layer is added to " -"to the map." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:136 -msgid "" -"You can see the order the layers are drawn in the layer view. Right now the " -"`HYP_50M_SR_W` layer is drawn on top of the `ne 10m admin 0 countries` " -"layer." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:139 -msgid "" -"Select the `HYP_50M_SR_W` layer in the catalog view and drag it to the " -"bottom of the list" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:150 -msgid "" -"One of the most common questions asked when uDig is considered for an " -"organization is how much memory the application uses. Unlike most GIS " -"applications uDig can get by with a fixed amount of memory. The above " -"shapefile is not loaded into memory, we have a policy of keeping data on " -"disk and drawing data like this shapefile onto the screen as needed." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:159 -msgid "" -"You can also drag and drop shapefiles directly into the uDig application!" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:162 -msgid "Map" -msgstr "Karte" - -#: ../../build/doc/quickstart/udig_quickstart.rst:164 -msgid "" -"You can control where in the world the Map Editor is looking by using the " -"navigation tools in the tool bar along the top of the screen." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:167 -msgid "The |ZOOM| Zoom tool is available by default" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:169 -#: ../../build/doc/quickstart/udig_quickstart.rst:169 -#: ../../build/doc/quickstart/udig_quickstart.rst:169 -msgid "ZOOM" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:171 -msgid "" -"Use the zoom tool by drawing a box using the left mouse button around the " -"area of the world you wish to see." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:173 -msgid "" -"To zoom out draw a box with the right mouse button. The current map extents " -"will be located within the box you draw." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:176 -msgid "" -"The |PAN| Pan tool can be used to scroll around your map with out changing " -"scale." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:178 -#: ../../build/doc/quickstart/udig_quickstart.rst:178 -msgid "PAN" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:180 -msgid "" -"There are also several navigation buttons that can be used at any time:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:182 -msgid "" -"|SHOWALL| Show All, can be used to return to the full extents at any time" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:184 -#: ../../build/doc/quickstart/udig_quickstart.rst:184 -msgid "SHOWALL" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:186 -msgid "" -"|ZOOM_IN| Zoom In and |ZOOM_OUT| Zoom Out can be used to change the scale by" -" a fixed amount." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:188 -#: ../../build/doc/quickstart/udig_quickstart.rst:188 -msgid "ZOOM_IN" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:189 -#: ../../build/doc/quickstart/udig_quickstart.rst:189 -msgid "ZOOM_OUT" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:191 -msgid "" -"You can use Navigation Back |BNAV| and Forward |FNAV| in the menu bar to " -"cycle though previously visited locations." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:194 -#: ../../build/doc/quickstart/udig_quickstart.rst:194 -msgid "BNAV" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:195 -#: ../../build/doc/quickstart/udig_quickstart.rst:195 -msgid "FNAV" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:197 -msgid "" -"Most tools allow you to Pan by holding the center button and control the " -"scale using the scroll wheel." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:201 -msgid "Web Map Server" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:203 -msgid "" -"One of the reasons to use an application like uDig is to access all the " -"great free geospatial information available on the web. This section covers " -"the use of Web Map Servers which make available layers of information that " -"you can mix into your own maps." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:207 -msgid "" -"If you are not connected to the Internet run |osgeolive-appmenupath-" -"geoserver| for a local WMS. The script will open a page with a \"Service " -"Capabilities\" section and two links for WMS Services you can drag into your" -" empty map." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:211 -msgid "" -"You can copy a WMS URL (e.g. for `WMS 1.1.1`_) from right panel of " -"`GeoServer Welcome page`_ and \"paste\" it either on the **Map** view or the" -" **Layers** view. A wizard shows you the layers you can add to the **Map**. " -"You can also connect to Web Map Servers using the **Add Data** " -"(:menuselection:`Layer --> Add...`) Wizard and paste WMS URL right there." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:216 -msgid "Select :menuselection:`File --> New --> New Map` from the menu bar" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:218 -msgid "" -"Change to the **Web** view, click on the tab next to the **Catalog** view to" -" reveal the *Web* view." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:223 -msgid "" -"Click on the link ``WMS\\:http://www2.dmsolutions.ca/cgi-" -"bin/mswms_gmap?Service=WMS&VERSION=1.1.0&REQUEST=GetCapabilities``" -msgstr "" -"Klicken Sie auf den Link ``WMS:http://www2.dmsolutions.ca/cgi-" -"bin/mswms_gmap?Service=WMS&VERSION=1.1.0&REQUEST=GetCapabilities``" - -#: ../../build/doc/quickstart/udig_quickstart.rst:229 -msgid "" -"From the Resource Selection page we are going to choose the following " -"layers:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:231 -msgid "Elevation/Bathymetry" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:232 -msgid "Parks" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:233 -msgid "Cities" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:238 -msgid "Press :guilabel:`Finish` to add these layers to your map" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:243 -msgid "Use the |ZOOM| Zoom Tool to move closer to one of the Parks" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:245 -msgid "" -"Switch to the |INFO| Info Tool and click on one the parks to learn more " -"about it" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:247 -#: ../../build/doc/quickstart/udig_quickstart.rst:247 -msgid "INFO" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:249 -msgid "" -"You can switch between the zoom and info tools by pressing `Z` and `I` on " -"the keyboard." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:252 -msgid "Style" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:254 -msgid "" -"Select the `project > ne 10m admin 0 countries`, you can double click to " -"open this Map, or Right Click and choose Open Map" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:256 -msgid "Select the countries layer in the Layer view" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:258 -msgid "" -"Open up the **Style Editor** by right clicking on `ne 10m admin 0 countries`" -" layer and choosing :guilabel:`Change Style`" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:260 -msgid "We are going to change a few things about how countries are displayed" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:262 -msgid "" -"Line: Click :guilabel:`Border`, click on the Color button and change the " -"color to BLACK" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:264 -msgid "" -"Fill: On Tab :guilabel:`Fill` uncheck the box :guilabel:`enable/disable " -"fill` to turn off fill" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:266 -msgid "" -"Label: On Tab :guilabel:`Labels` check the box :guilabel:`enable/disable " -"labeling`, and choose the attribute **NAME** from the list of attributes" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:271 -msgid "" -"Press :guilabel:`Apply` to see what this looks like on your Map, the " -"**Layer** view will also be updated to reflect the current style" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:274 -msgid "" -"When you are happy with the result you can press :guilabel:`Close` to " -"dismiss the dialog" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:276 -msgid "" -"Some files include style settings. The Style definition can be found in " -"files with the :file:`*.sld` extension. The name itself should be equal to " -"the file containing the data. If such a |SLD| file exists, the style will be" -" applied automatically." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:278 -msgid "" -"Sometimes it is a bit hard to see what is going on with layer providing much" -" details. To get focused on the task you like to work on, you can choose " -":menuselection:`Map --> Mylar` from the menu bar. Using the *Layer* view " -"select different layers in turn to see the effect. You can turn off this " -"effect at any time using :menuselection:`Map --> Mylar` from the menu bar." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:294 -msgid "Things to Try" -msgstr "Weitere Aufgaben" - -#: ../../build/doc/quickstart/udig_quickstart.rst:296 -msgid "Here are some additional challenges for you to try:" -msgstr "Hier sind ein paar weitere Aufgaben, die Sie lösen können:" - -#: ../../build/doc/quickstart/udig_quickstart.rst:298 -msgid "" -"Try viewing your own GIS map layers, or try adding a layer from a |WFS|" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:299 -msgid "Try styling the WFS layer." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:302 -msgid "What Next?" -msgstr "Was kommt als Nächstes?" - -#: ../../build/doc/quickstart/udig_quickstart.rst:307 -msgid "" -"This is only the first step on the road to using uDig. There is a lot more " -"great material (and ability) left for you to discover in our **walkthrough**" -" documents." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:309 -msgid "Walkthrough 1" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:311 -msgid "" -"Try out the use of :doc:`PostGIS <../overview/postgis_overview>`, extract " -"data from a Web Feature Server and explore the use of **Themes** with our " -"powerful `Color Brewer` technology." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:314 -msgid ":file:`/usr/local/share/udig/udig-docs/uDigWalkthrough 1.pdf`" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:316 -msgid "" -"Walkthrough 2 - Learn how to create shapefiles and use the Edit tools to " -"manipulate feature data, covers the installation of :doc:`GeoServer " -"<../overview/geoserver_overview>` and editing with a Web Feature Server." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:320 -msgid "Available on http://udig.refractions.net/" -msgstr "" - -#: ../../build/doc/:13 -msgid "vmdk" -msgstr "vmdk" - -#: ../../build/doc/:16 -msgid "nologo" -msgstr "nologo" - -#: ../../build/doc/:0 -msgid "OSGeo Project" -msgstr "OSGeo Projekt" - -#: ../../build/doc/:0 ../../build/doc/:0 -msgid "OSGeo Community" -msgstr "OSGeo Community" diff --git a/locale/en/LC_MESSAGES/copyright.po b/locale/en/LC_MESSAGES/copyright.po index ebe382f073..6a5d932360 100644 --- a/locale/en/LC_MESSAGES/copyright.po +++ b/locale/en/LC_MESSAGES/copyright.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 14.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-10-14 01:55+0000\n" +"POT-Creation-Date: 2024-11-18 17:21+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -209,18 +209,6 @@ msgstr "" msgid "Creative Commons Attribution 3.0 Unported (CC BY 3.0)" msgstr "" -#: ../../build/licenses.csv:1 -msgid "52nWPS_overview" -msgstr "" - -#: ../../build/licenses.csv:1 -msgid "Bastian Schaeffer, Kristof Lange, Benjamin Pross" -msgstr "" - -#: ../../build/licenses.csv:1 -msgid "Cameron Shorter, Jirotech; Angelos Tzotsos, OSGeo" -msgstr "" - #: ../../build/licenses.csv:1 msgid "R_overview" msgstr "" @@ -261,6 +249,10 @@ msgstr "" msgid "OSGeoLive; Stephan Meissl, Stephan Krause" msgstr "" +#: ../../build/licenses.csv:1 +msgid "Cameron Shorter, Jirotech; Angelos Tzotsos, OSGeo" +msgstr "" + #: ../../build/licenses.csv:1 msgid "gdal_overview" msgstr "" @@ -393,22 +385,6 @@ msgstr "" msgid "Astrid Emde" msgstr "" -#: ../../build/licenses.csv:1 -msgid "mapfish_overview" -msgstr "" - -#: ../../build/licenses.csv:1 -msgid "OSGeoLive; Hamish Bowman; Eric Lemoine" -msgstr "" - -#: ../../build/licenses.csv:1 -msgid "mapguide_overview" -msgstr "" - -#: ../../build/licenses.csv:1 -msgid "Trevor Wekel" -msgstr "" - #: ../../build/licenses.csv:1 msgid "mapnik_overview" msgstr "" @@ -445,18 +421,6 @@ msgstr "" msgid "naturalearth_overview" msgstr "" -#: ../../build/licenses.csv:1 -msgid "ncWMS_overview" -msgstr "" - -#: ../../build/licenses.csv:1 -msgid "Guy Griffiths (guy.griffiths@the-iea.org)" -msgstr "" - -#: ../../build/licenses.csv:1 -msgid "Cameron Shorter" -msgstr "" - #: ../../build/licenses.csv:1 msgid "nc_dataset_overview" msgstr "" @@ -469,6 +433,10 @@ msgstr "" msgid "Brian Hamlin" msgstr "" +#: ../../build/licenses.csv:1 +msgid "Cameron Shorter" +msgstr "" + #: ../../build/licenses.csv:1 msgid "opencpn_overview" msgstr "" @@ -503,10 +471,6 @@ msgstr "" msgid "Creative Commons" msgstr "" -#: ../../build/licenses.csv:1 -msgid "ossim_overview" -msgstr "" - #: ../../build/licenses.csv:1 msgid "otb_overview" msgstr "" @@ -583,10 +547,6 @@ msgstr "" msgid "Pirmin Kalberer" msgstr "" -#: ../../build/licenses.csv:1 -msgid "udig_overview" -msgstr "" - #: ../../build/licenses.csv:1 msgid "zoo-project_overview" msgstr "" @@ -607,14 +567,6 @@ msgstr "" msgid "Simon Jirka (s.jirka@52north.org)" msgstr "" -#: ../../build/licenses.csv:1 -msgid "52nWPS_quickstart" -msgstr "" - -#: ../../build/licenses.csv:1 -msgid "Benjamin Pross; Kristof Lange" -msgstr "" - #: ../../build/licenses.csv:1 msgid "R_quickstart" msgstr "" @@ -751,18 +703,6 @@ msgstr "" msgid "OSGeoLive; Astrid Emde" msgstr "" -#: ../../build/licenses.csv:1 -msgid "mapfish_quickstart" -msgstr "" - -#: ../../build/licenses.csv:1 -msgid "Eric Lemoine, Bruno Binet" -msgstr "" - -#: ../../build/licenses.csv:1 -msgid "mapguide_quickstart" -msgstr "" - #: ../../build/licenses.csv:1 msgid "mapnik_quickstart" msgstr "" @@ -795,10 +735,6 @@ msgstr "" msgid "Sergey Popov" msgstr "" -#: ../../build/licenses.csv:1 -msgid "ncWMS_quickstart" -msgstr "" - #: ../../build/licenses.csv:1 msgid "opencpn_quickstart" msgstr "" @@ -839,14 +775,6 @@ msgstr "" msgid "osm_quickstart" msgstr "" -#: ../../build/licenses.csv:1 -msgid "ossim_quickstart" -msgstr "" - -#: ../../build/licenses.csv:1 -msgid "OSGeoLive; Massimo Di Stefano; Pirmin Kalberer" -msgstr "" - #: ../../build/licenses.csv:1 msgid "otb_quickstart" msgstr "" @@ -953,14 +881,6 @@ msgstr "" msgid "OSGeoLive; Micha Silver" msgstr "" -#: ../../build/licenses.csv:1 -msgid "udig_quickstart" -msgstr "" - -#: ../../build/licenses.csv:1 -msgid "OSGeoLive; Jody Garnett; Frank Gasdorf" -msgstr "" - #: ../../build/licenses.csv:1 msgid "usb_quickstart" msgstr "" @@ -1016,11 +936,11 @@ msgid "" "this software, even if advised of the possibility of such damage.*" msgstr "" -#: ../../build/doc/:13 +#: ../../build/doc/:11 msgid "vmdk" msgstr "" -#: ../../build/doc/:16 +#: ../../build/doc/:14 msgid "nologo" msgstr "" diff --git a/locale/en/LC_MESSAGES/overview/geotools_overview.po b/locale/en/LC_MESSAGES/overview/geotools_overview.po index 4a0d68163f..b4f319184a 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-26 14:03+0000\n" +"POT-Creation-Date: 2024-11-18 17:21+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -33,7 +33,7 @@ msgid "" "GeoTools is used by a number of projects including web services, command " "line tools and desktop applications. OSGeoLive applications which include" " GeoTools include: :doc:`52nSOS_overview`, AtlasStyler, Geopublisher, " -":doc:`geoserver_overview`, and :doc:`udig_overview`." +":doc:`geoserver_overview`." msgstr "" msgid "geotools screenshot" @@ -273,11 +273,11 @@ msgid "" "`_" msgstr "" -#: ../../build/doc/:13 +#: ../../build/doc/:11 msgid "vmdk" msgstr "" -#: ../../build/doc/:16 +#: ../../build/doc/:14 msgid "nologo" msgstr "" diff --git a/locale/en/LC_MESSAGES/overview/overview.po b/locale/en/LC_MESSAGES/overview/overview.po index 399a48a6ee..18097f6583 100644 --- a/locale/en/LC_MESSAGES/overview/overview.po +++ b/locale/en/LC_MESSAGES/overview/overview.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 17.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-10-29 17:18+0000\n" +"POT-Creation-Date: 2024-11-18 17:21+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: en\n" @@ -47,7 +47,7 @@ msgstr "" msgid "|vmdk| Included only on OSGeoLive VMDK version" msgstr "" -#: ../../build/doc/:13 +#: ../../build/doc/:11 msgid "vmdk" msgstr "" @@ -83,7 +83,7 @@ msgid "" "<../quickstart/openjump_quickstart>`]" msgstr "" -#: ../../build/doc/:16 +#: ../../build/doc/:14 msgid "nologo" msgstr "" @@ -290,7 +290,7 @@ msgstr "" #: ../../build/doc/overview/overview.rst:197 msgid "" -"|OSGeo_community| :doc:`pgrouting_overview` - [:doc:`Quickstart " +"|OSGeo_project| :doc:`pgrouting_overview` - [:doc:`Quickstart " "<../quickstart/pgrouting_quickstart>`] - Routing for PostGIS" msgstr "" diff --git a/locale/en/LC_MESSAGES/overview/pgrouting_overview.po b/locale/en/LC_MESSAGES/overview/pgrouting_overview.po index 0c7258afbb..b3975afdcc 100644 --- a/locale/en/LC_MESSAGES/overview/pgrouting_overview.po +++ b/locale/en/LC_MESSAGES/overview/pgrouting_overview.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 17.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-17 15:05-0600\n" +"POT-Creation-Date: 2024-11-18 17:21+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: en\n" @@ -17,7 +17,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.14.0\n" +"Generated-By: Babel 2.16.0\n" #: ../../build/doc/overview/pgrouting_overview.rst:19 msgid "pgRouting" @@ -40,24 +40,17 @@ msgstr "" #: ../../build/doc/overview/pgrouting_overview.rst:30 msgid "" -"Data and attributes can be modified by many clients, like " -":doc:`qgis_overview` and :doc:`udig_overview` through JDBC, ODBC, or " -"directly using Pl/pgSQL. The clients can either be PCs or mobile devices." -msgstr "" - -#: ../../build/doc/overview/pgrouting_overview.rst:33 -msgid "" "Data changes can be reflected instantaneously through the routing engine." " There is no need for precalculation." msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:35 +#: ../../build/doc/overview/pgrouting_overview.rst:32 msgid "" "The \"cost\" parameter can be dynamically calculated through SQL and its " "value can come from multiple fields or tables." msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:38 +#: ../../build/doc/overview/pgrouting_overview.rst:35 msgid "" "pgRouting is available under the GPLv2+ license and is supported by a " "growing community of individuals, businesses and organizations." @@ -66,89 +59,89 @@ msgstr "" msgid "pgrouting screenshot" msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:48 +#: ../../build/doc/overview/pgrouting_overview.rst:45 msgid "Core Features" msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:50 +#: ../../build/doc/overview/pgrouting_overview.rst:47 msgid "pgRouting provides functions for:" msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:52 +#: ../../build/doc/overview/pgrouting_overview.rst:49 msgid "All Pairs Shortest Path * Johnson’s Algorithm * Floyd-Warshall Algorithm" msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:55 +#: ../../build/doc/overview/pgrouting_overview.rst:52 msgid "Shortest Path * A* algorithm * Dijkstra algorithm" msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:58 +#: ../../build/doc/overview/pgrouting_overview.rst:55 msgid "Bi-directional Shortest Path * A* algorithm * Dijkstra algorithm" msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:61 +#: ../../build/doc/overview/pgrouting_overview.rst:58 msgid "Driving Distance" msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:62 +#: ../../build/doc/overview/pgrouting_overview.rst:59 msgid "K-Shortest Path * Yen's algorithm" msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:64 +#: ../../build/doc/overview/pgrouting_overview.rst:61 msgid "Traveling Sales Person" msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:65 +#: ../../build/doc/overview/pgrouting_overview.rst:62 msgid "And many more" msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:67 +#: ../../build/doc/overview/pgrouting_overview.rst:64 msgid "" "Learn more about pgRouting in the `documentation " "`__." msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:71 +#: ../../build/doc/overview/pgrouting_overview.rst:68 msgid "Details" msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:73 +#: ../../build/doc/overview/pgrouting_overview.rst:70 msgid "**Website:** https://pgrouting.org/" msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:75 +#: ../../build/doc/overview/pgrouting_overview.rst:72 msgid "**Licence:** GNU General Public License (GPL) version 2" msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:77 +#: ../../build/doc/overview/pgrouting_overview.rst:74 msgid "**Software Version:** |version-pgrouting|" msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:79 +#: ../../build/doc/overview/pgrouting_overview.rst:76 msgid "**Supported Platforms:** Linux, Windows, Mac" msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:81 +#: ../../build/doc/overview/pgrouting_overview.rst:78 msgid "**API Interfaces:** SQL" msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:83 +#: ../../build/doc/overview/pgrouting_overview.rst:80 msgid "**Commercial Support:** https://pgrouting.org/support.html" msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:89 +#: ../../build/doc/overview/pgrouting_overview.rst:86 msgid "Quickstart" msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:91 +#: ../../build/doc/overview/pgrouting_overview.rst:88 msgid ":doc:`Quickstart documentation <../quickstart/pgrouting_quickstart>`" msgstr "" -#: ../../build/doc/:13 +#: ../../build/doc/:11 msgid "vmdk" msgstr "" -#: ../../build/doc/:16 +#: ../../build/doc/:14 msgid "nologo" msgstr "" diff --git a/locale/en/LC_MESSAGES/overview/udig_overview.po b/locale/en/LC_MESSAGES/overview/udig_overview.po deleted file mode 100644 index 0e69522cbf..0000000000 --- a/locale/en/LC_MESSAGES/overview/udig_overview.po +++ /dev/null @@ -1,234 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2011~2019, OSGeo -# This file is distributed under the same license as the OSGeoLive package. -# FIRST AUTHOR , 2020. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: OSGeoLive 13.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-17 21:19+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.16.0\n" - -#: ../../build/doc/overview/udig_overview.rst:15 -msgid "uDig" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:18 -msgid "Desktop GIS" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:21 -msgid "" -"User-friendly Desktop Internet GIS (uDig) is an open source spatial data " -"viewer/editor, with special emphasis on the OpenGIS standards for " -"internet GIS, the Web Map Server (WMS) and Web Feature Server (WFS) " -"standards." -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:23 -msgid "uDig is:" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:25 -msgid "" -"**User-friendly**, providing a familiar graphical environment for GIS " -"users;" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:26 -msgid "**Desktop located**, running natively on Windows, Mac OS/X and Linux;" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:27 -msgid "" -"**Internet oriented**, consuming standard and de facto geospatial web " -"services; and," -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:28 -msgid "" -"**GIS ready**, providing the framework on which complex analytical " -"capabilities can be built, and gradually subsuming those capabilities " -"into the main application." -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:30 -msgid "" -"For developers uDig provides a common Java platform for building spatial " -"applications with open source components. The website provides series of " -"clear tutorials covering making a simple tool through to releasing your " -"own custom application." -msgstr "" - -msgid "udig screenshot" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:39 -msgid "Core Features" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:41 -msgid "" -"Desktop Client with Drag and Drop integration for File explorer and Web " -"Browser" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:42 -msgid "Integrate with your existing infrastructure: ArcSDE, Oracle, DB2 and more" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:43 -msgid "Work with local files: Shapefile, jpeg, png, tiff and more." -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:44 -msgid "Work with advanced spatial raster formats: ECW, MrSID, JPEG 2000" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:45 -msgid "" -"Support for compliant Web Map Servers (:doc:`GeoServer " -"`, MapServer tested)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:46 -msgid "" -"Integrated Web experience with an embedded browser that recognises OGC " -"web services and smoothly adds links to the onscreen map" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:48 -msgid "" -"Style Layer Descriptor control of rendering allowing you to publish your " -"Map using the same settings in uDig as with popular Web Map Servers" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:50 -msgid "" -"Deep integration of standards allowing the application to swap between " -"the appropriate service as required for display, interaction and editing" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:52 -msgid "Printing and PDF Generation" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:53 -msgid "For Developers" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:55 -msgid "" -"Java Application built using the :doc:`GeoTools `, " -"`JTS Topology Suite (JTS) `_" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:56 -msgid "" -"Industrial strength plug-in system provided by Eclipse Rich Client " -"Platform" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:57 -msgid "Use of native widgets" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:60 -msgid "Implemented Standards" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:62 -msgid "OGC Web Map Server (WMS)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:63 -msgid "OGC Web Feature Server (WFS)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:64 -msgid "OGC Web Feature Server Transactional (WFS-T)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:65 -msgid "OGC Simple Features for SQL (SFQL)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:66 -msgid "Web Map Server Cache (WMS-C)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:67 -msgid "OGC Style Layer Descriptor (SLD)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:70 -msgid "Details" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:72 -msgid "**Website:** http://udig.refractions.net/" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:74 -msgid "**Licence:** Dual BSD / EPL (Eclipse Foundation)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:76 -msgid "**Software Version:** |version-udig|" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:78 -msgid "**Supported Platforms:** Windows, Linux, Mac" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:80 -msgid "" -"**API Interfaces:** GeoTools, ImageIO-Ext, Java Advanced Imaging, Eclipse" -" Rich Client Platform, Eclipse Modelling Framework" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:82 -msgid "**Support:** http://udig.refractions.net/users/" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:84 -msgid "**Developers:** http://udig.refractions.net/developers/" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:87 -msgid "This project is only included on the OSGeoLive virtual machine disk (VMDK)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:90 -msgid "Quickstart" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:92 -msgid ":doc:`Quickstart documentation <../quickstart/udig_quickstart>`" -msgstr "" - -#: ../../build/doc/:13 -msgid "vmdk" -msgstr "" - -#: ../../build/doc/:16 -msgid "nologo" -msgstr "" - -#: ../../build/doc/ -msgid "OSGeo Project" -msgstr "" - -#: ../../build/doc/ -msgid "OSGeo Community" -msgstr "" - diff --git a/locale/en/LC_MESSAGES/presentation.po b/locale/en/LC_MESSAGES/presentation.po index bed4c24490..43a68f561b 100644 --- a/locale/en/LC_MESSAGES/presentation.po +++ b/locale/en/LC_MESSAGES/presentation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 13.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-10-29 17:18+0000\n" +"POT-Creation-Date: 2024-11-18 17:21+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -22,11 +22,11 @@ msgid "OSGeoLive" msgstr "" #: ../../build/presentation/revealjs/presentation.rst:12 -msgid "Version: 16.0beta1" +msgid "Version: 17.0" msgstr "" #: ../../build/presentation/revealjs/presentation.rst:14 -msgid "Released: June 2023" +msgid "Released: December 2024" msgstr "" #: ../../build/presentation/revealjs/presentation.rst:18 diff --git a/locale/en/LC_MESSAGES/prior_applications.po b/locale/en/LC_MESSAGES/prior_applications.po index 35a83994c1..27cf7b3e4f 100644 --- a/locale/en/LC_MESSAGES/prior_applications.po +++ b/locale/en/LC_MESSAGES/prior_applications.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 17.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-17 15:05-0600\n" +"POT-Creation-Date: 2024-11-18 17:21+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: en\n" @@ -17,7 +17,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.14.0\n" +"Generated-By: Babel 2.16.0\n" #: ../../build/doc/prior_applications.rst:5 msgid "Previously available applications" @@ -39,7 +39,7 @@ msgstr "" msgid "|nologo|" msgstr "" -#: ../../build/doc/:16 +#: ../../build/doc/:14 msgid "nologo" msgstr "" @@ -59,6 +59,34 @@ msgstr "" msgid "Web Processing Services" msgstr "" +#: ../../build/doc/prior_applications.rst:1 +msgid "udig_" +msgstr "" + +#: ../../build/doc/prior_applications.rst:1 +msgid "`QuickStart `__" +msgstr "" + +#: ../../build/doc/prior_applications.rst:1 +msgid "Desktop GIS" +msgstr "" + +#: ../../build/doc/prior_applications.rst:1 +msgid "ncWMS_" +msgstr "" + +#: ../../build/doc/prior_applications.rst:1 +msgid "`QuickStart `__" +msgstr "" + +#: ../../build/doc/prior_applications.rst:1 +msgid "14.0" +msgstr "" + +#: ../../build/doc/prior_applications.rst:1 +msgid "Web Map Service" +msgstr "" + #: ../../build/doc/prior_applications.rst:1 msgid "LibLAS_" msgstr "" @@ -383,7 +411,7 @@ msgstr "" msgid "Web Service" msgstr "" -#: ../../build/doc/:13 +#: ../../build/doc/:11 msgid "vmdk" msgstr "" diff --git a/locale/en/LC_MESSAGES/quickstart/geoserver_quickstart.po b/locale/en/LC_MESSAGES/quickstart/geoserver_quickstart.po index 307667dd78..724f68063e 100644 --- a/locale/en/LC_MESSAGES/quickstart/geoserver_quickstart.po +++ b/locale/en/LC_MESSAGES/quickstart/geoserver_quickstart.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 17.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-17 15:05-0600\n" +"POT-Creation-Date: 2024-11-18 18:19+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: en\n" @@ -17,13 +17,13 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.14.0\n" +"Generated-By: Babel 2.16.0\n" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:28 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:27 msgid "GeoServer Quickstart" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:30 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:29 msgid "" "GeoServer is a java application for serving maps (and data) for other " "clients (such as web browsers) to draw. GeoServer comes with a browser-" @@ -31,100 +31,100 @@ msgid "" "back end." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:34 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:33 msgid "This Quick Start describes how to:" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:36 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:35 msgid "add a vector and raster data source to GeoServer" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:37 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:36 msgid "apply color to map features using styling" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:38 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:37 msgid "test the layers in a simple web map" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:39 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:38 msgid "learn about clients that can display your maps" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:40 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:39 msgid "add a layer from a NetCDF file" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:43 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:42 msgid "Contents" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:46 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:45 msgid "Start Geoserver" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:48 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:47 msgid "" "From the Start menu, select |osgeolive-appmenupath-geoserver|. The " "application will take a few moments to start up and will open a web page " "at http://localhost:8082/geoserver/web" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:55 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:54 msgid "" "Log in using the username **admin** and password **geoserver**. You will " "now see the *admin page*." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:61 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:60 msgid "" "Select the **Layer Preview** link at the top of the *Data* section in the" " left hand menu to see a preview of the layers that are loaded on the " "server." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:67 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:66 msgid "" "Scroll to the bottom of the page and click on the **OpenLayers** link in " "the **tiger-ny** row. This will open a new window with a preview of some " "of the sample data." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:74 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:73 msgid "You can zoom in to the map in three ways:" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:76 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:75 msgid "" "by clicking on the zoom bar on the left, the higher you click on it the " "more zoomed in you will see." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:78 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:77 msgid "" "by using the mouse scroll wheel (if you have one), scrolling up will zoom" " in and down will zoom out." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:80 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:79 msgid "" "by dragging a box on the map while holding down the :kbd:`shift key` - " "this will zoom in to the box selected (or as near as will fit in the " "screen)." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:83 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:82 msgid "" "Experiment with this view and look at some of the other previews. Once " "you are comfortable viewing existing data you can move on to adding some " "new data." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:87 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:86 msgid "Loading data" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:92 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:91 msgid "" "You will not be able to carry out the following steps if you are running " "with a **read only** file system (such as the DVD). You will either need " @@ -132,20 +132,20 @@ msgid "" " GeoServer) onto your hard drive." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:97 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:96 msgid "" "In this example we are going to use the :doc:`Natural Earth data set " "<../overview/naturalearth_overview>` that is included on OSGeoLive " "(:file:`/usr/local/share/data/natural_earth2/`)." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:100 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:99 msgid "" "We need to create a Store for our data. From the |GS| admin page go to " ":guilabel:`Stores`." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:101 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:100 msgid "Click on :guilabel:`Add new Store`. You will see this page:" msgstr "" @@ -153,7 +153,7 @@ msgstr "" msgid "The New Store page" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:108 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:107 msgid "" "Select the :guilabel:`Directory of spatial files`. You will see the " "following:" @@ -163,7 +163,7 @@ msgstr "" msgid "Filling in the New Store page" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:115 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:114 msgid "" "Type in a name for the Data Store (for example, *Natural Earth*) and fill" " in the URL to the data set - in this case " @@ -171,7 +171,7 @@ msgid "" "button to find the directory if your data is somewhere else." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:119 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:118 msgid "Press :guilabel:`save`." msgstr "" @@ -179,7 +179,7 @@ msgstr "" msgid "The Natural Earth Datastore" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:126 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:125 msgid "" "Press :guilabel:`publish` next to one of the layers to finish adding the " "data. This will take you to the *Layers* page:" @@ -188,7 +188,7 @@ msgstr "" msgid "The layer publishing page" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:134 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:133 msgid "" "As you scroll down the page you will see that |GS| has filled in many of " "the fields for you. When you reach :guilabel:`Coordinate Reference " @@ -197,28 +197,28 @@ msgid "" "where the data is." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:139 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:138 msgid "You can type epsg:4326 in the box" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:140 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:139 msgid "" "Click on :guilabel:`Compute from data` and :guilabel:`Compute from native" " bounds` to fill in the Bounding Boxes." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:142 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:141 msgid "Finally hit :guilabel:`save` and you have published your first layer." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:145 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:144 msgid "" "Don't worry if the layer preview doesn't look very good as it is using " "the default style. In the next section we will look at producing a nicer " "style." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:148 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:147 msgid "" "You can follow the same step with the other layers in the directory by " "using the :guilabel:`Add a new resource` button on the layers page. Just " @@ -226,18 +226,18 @@ msgid "" "store's page." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:153 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:152 msgid "Styling data" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:155 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:154 msgid "" "Styling a data set into a map layer |GS| uses an OGC standard called " "|SLD|. These are represented as XML files which describe the rules that " "are used to apply various symbolizers to the data." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:159 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:158 msgid "" "To get started, lets style the Land and Ocean datasets. You can create " "SLD files using a simple text editor, but sometimes a graphical editor is" @@ -246,226 +246,157 @@ msgid "" " a simple editor to modify the XML if I need to." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:166 -msgid "Using |UG| to create simple styles" -msgstr "" - -#: ../../build/doc/quickstart/geoserver_quickstart.rst:170 -msgid "" -"For more details on how to use |UG| see the :doc:`uDig Quickstart " -"<../quickstart/udig_quickstart>`" -msgstr "" - -#: ../../build/doc/quickstart/geoserver_quickstart.rst:172 -msgid "" -"Open |UG| and add the shapefiles (using the add data button in the top " -"left hand corner)." -msgstr "" - -#: ../../build/doc/quickstart/geoserver_quickstart.rst:174 -msgid "" -"Drag the ne_10m_land and ne_10m_ocean tables into the map window. |UG| " -"automatically applies a style (so you can see the data)." -msgstr "" - -#: ../../build/doc/quickstart/geoserver_quickstart.rst -msgid "Default Styling in uDig" -msgstr "" - -#: ../../build/doc/quickstart/geoserver_quickstart.rst:182 -msgid "" -"In the :ref:`Layer list ` select the style button (it looks " -"like an artist's palette)." -msgstr "" - -msgid "The Layer list window" -msgstr "" - -#: ../../build/doc/quickstart/geoserver_quickstart.rst:191 -msgid "This will open the :ref:`Style Pane `." +#: ../../build/doc/quickstart/geoserver_quickstart.rst:165 +msgid "Create simple styles" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:192 -msgid "" -"In the simple window we can easily select a nice blue for the oceans by " -"clicking on the colored box on the fill tab and choosing from the color " -"picker it produces. We can also increase the opacity of the fill to 100% " -"to make the color look better. Pick the same blue for the border color so" -" it will match." -msgstr "" - -#: ../../build/doc/quickstart/geoserver_quickstart.rst -msgid "The Style Pane" -msgstr "" - -#: ../../build/doc/quickstart/geoserver_quickstart.rst:204 -msgid "Click ``OK`` and |UG| will display the changes." -msgstr "" - -#: ../../build/doc/quickstart/geoserver_quickstart.rst -msgid "Blue Oceans" -msgstr "" - -#: ../../build/doc/quickstart/geoserver_quickstart.rst:211 -msgid "" -"Repeat the steps above to change the color of the land layer. You can use" -" the ``define custom colors`` section to create your preferred color." -msgstr "" - -#: ../../build/doc/quickstart/geoserver_quickstart.rst -msgid "Defining a nicer land color" -msgstr "" - -#: ../../build/doc/quickstart/geoserver_quickstart.rst:219 -msgid "This gives a nice looking basic world map." +#: ../../build/doc/quickstart/geoserver_quickstart.rst:167 +msgid "Please follow this instructions." msgstr "" -msgid "A basic word map" +#: ../../build/doc/quickstart/geoserver_quickstart.rst:169 +msgid "https://docs.geoserver.org/latest/en/user/styling/qgis/index.html" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:227 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:172 msgid "Adding the style to GeoServer" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:229 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:174 msgid "Now we need to transfer these styles to |GS|." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:231 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:176 msgid "" "On the style window there is an export button which allows you to save " "the SLD file that defines your style." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:233 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:178 msgid "" "Once saved, you can go to the |GS| admin page again and select ``Styles``" " (at the bottom of the ``Data`` section)." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:235 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:180 msgid "" "Select the ``Add New Style`` link. At the bottom of that page is a file " "upload box and a browse button." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:237 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:182 msgid "Clicking browse to find the files you just saved." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:238 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:183 msgid "" "Click the upload link (next to the browse button) and a copy of the file " "appears in the editor." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:240 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:185 msgid "" "If you click on the validate button the highlighted lines will give you " "an error but you can safely ignore the error (or delete those lines as " "they don't do anything)." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:243 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:188 msgid "Press the :guilabel:`Submit` at the bottom of the page." msgstr "" msgid "Adding a Style to GeoServer" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:252 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:197 msgid "Adding the style to the layer" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:254 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:199 msgid "" "Click on the :guilabel:`Layers` link in the Menu on the left of the |GS| " "window." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:256 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:201 msgid "" "Click on the layer (e.g. *ne_10m_land*), then select the " ":guilabel:`Publishing` tab." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:258 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:203 msgid "" "Change the :guilabel:`Default Style` box to the name of the style you " "uploaded in the previous section." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:260 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:205 msgid "" "Now click :guilabel:`Save` and go to the Layer Preview page to check that" " it looks good." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:264 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:209 msgid "" "There are example style files for all of the example Natural Earth layers" " in :file:`/usr/local/share/geoserver`." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:289 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:234 msgid "Clients for WMS layers" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:291 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:236 msgid "" "The |WMS| layers you are serving from |GS| can be used with a variety of " "clients on this OSGeoLive distribution, including:" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:294 -msgid ":doc:`uDig <../overview/udig_overview>`" -msgstr "" - -#: ../../build/doc/quickstart/geoserver_quickstart.rst:295 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:239 msgid ":doc:`OpenLayers <../overview/openlayers_overview>`" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:296 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:240 msgid ":doc:`MapBender <../overview/mapbender_overview>`" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:299 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:243 msgid "Add a layer from a NetCDF file" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:301 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:245 msgid "" "The GeoServer NetCDF plugin allows the publication of rasters from NetCDF" " files." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:304 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:248 msgid "Configure a NetCDF store" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:306 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:250 msgid "After running \"Start GeoServer\"" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:307 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:251 msgid "Login as the administrator." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:308 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:252 msgid "Click on :guilabel:`Add stores` then :guilabel:`NetCDF`." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:309 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:253 msgid "" "Enter a value for Data Source Name (this example uses \"netcdf\") and a " "NetCDF URL. You can use this sample file::" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:314 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:258 msgid "Press \"Save\", \"Publish\" the \"O3\" layer." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:315 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:259 msgid "Scroll down to the bottom of the \"Data\" tab and press \"Save\" again." msgstr "" @@ -473,21 +404,21 @@ msgstr "" msgid "Adding a NetCDF store" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:323 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:267 msgid "Preview the NetCDF layer" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:325 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:269 msgid "Select \"Layer Preview\" from the menu on the left" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:326 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:270 msgid "" "Scroll down to find the \"cite:O3\" entry, and click on the " "\"OpenLayers\" link to show a preview of the layer." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:328 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:272 msgid "" "Clicking on points will cause the value of \"Ozone_concentration\" to be " "shown in a table at the bottom of the map." @@ -497,48 +428,48 @@ msgstr "" msgid "OpenLayers preview of a NetCDF layer" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:337 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:281 msgid "" "This GeoServer instance has been configured with the ``NETCDF_DATA_DIR`` " "Java system property to allow the publication of NetCDF files in read-" "only directories." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:342 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:286 msgid "What next?" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:344 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:288 msgid "" "This is only the first step on the road to using GeoServer. There is a " "lot more functionality you can try." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:347 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:291 msgid "GeoServer Project home - https://geoserver.org/" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:348 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:292 msgid "GeoServer User Manual - https://docs.geoserver.org/latest/en/user/" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:349 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:293 msgid "" "GeoServer Tutorials - " "https://docs.geoserver.org/latest/en/user/tutorials/index.html" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:350 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:294 msgid "" "GeoServer Styling Workshop - " "https://docs.geoserver.org/latest/en/user/styling/workshop/index.html" msgstr "" -#: ../../build/doc/:13 +#: ../../build/doc/:11 msgid "vmdk" msgstr "" -#: ../../build/doc/:16 +#: ../../build/doc/:14 msgid "nologo" msgstr "" diff --git a/locale/en/LC_MESSAGES/quickstart/mapproxy_quickstart.po b/locale/en/LC_MESSAGES/quickstart/mapproxy_quickstart.po index 364e925e71..46ab7cb131 100644 --- a/locale/en/LC_MESSAGES/quickstart/mapproxy_quickstart.po +++ b/locale/en/LC_MESSAGES/quickstart/mapproxy_quickstart.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 17.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-17 15:05-0600\n" +"POT-Creation-Date: 2024-11-18 17:21+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: en\n" @@ -17,7 +17,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.14.0\n" +"Generated-By: Babel 2.16.0\n" #: ../../build/doc/quickstart/mapproxy_quickstart.rst:22 msgid "MapProxy Quickstart" @@ -76,55 +76,45 @@ msgstr "" #: ../../build/doc/quickstart/mapproxy_quickstart.rst:51 msgid "" -"You can add MapProxy in any WMS Desktop GIS like uDig, QGIS or gvSIG. The" -" service URL is: ``_" +"You can add MapProxy in any WMS Desktop GIS like QGIS or gvSIG. The " +"service URL is: ``_" msgstr "" -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:53 +#: ../../build/doc/quickstart/mapproxy_quickstart.rst:54 msgid "" "The MapProxy example configuration contains a few layers that use " "different map engines and map data. See below for more details about each" " layer." msgstr "" -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:60 -msgid "MapProxy example in uDig" -msgstr "" - -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:60 -msgid "" -"Single WMS layer with data from two cascaded sources and " -"`FeatureInformation` from one source." -msgstr "" - -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:63 +#: ../../build/doc/quickstart/mapproxy_quickstart.rst:59 msgid "Available layers" msgstr "" -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:66 +#: ../../build/doc/quickstart/mapproxy_quickstart.rst:62 msgid "**mapnik**:" msgstr "" -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:66 +#: ../../build/doc/quickstart/mapproxy_quickstart.rst:62 msgid "" "The world population rendered by Mapnik. You don't need to start the " "Mapnik service, because this layer makes use of the integrated Mapnik " "support in MapProxy." msgstr "" -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:69 +#: ../../build/doc/quickstart/mapproxy_quickstart.rst:65 msgid "**mapnik_tile**:" msgstr "" -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:69 +#: ../../build/doc/quickstart/mapproxy_quickstart.rst:65 msgid "The world population rendered by Mapnik as tile layer." msgstr "" -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:73 +#: ../../build/doc/quickstart/mapproxy_quickstart.rst:69 msgid "**geoserver**:" msgstr "" -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:72 +#: ../../build/doc/quickstart/mapproxy_quickstart.rst:68 msgid "" "The US population rendered by the :doc:`GeoServer " "<../overview/geoserver_overview>` WMS. This layer also supports " @@ -133,11 +123,11 @@ msgid "" "accessing this layer." msgstr "" -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:77 +#: ../../build/doc/quickstart/mapproxy_quickstart.rst:73 msgid "**mapnik_geoserver**:" msgstr "" -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:76 +#: ../../build/doc/quickstart/mapproxy_quickstart.rst:72 msgid "" "This layer demonstrates the ability to combine multiple sources into one " "layer. It combines the world population from Mapnik with the US " @@ -146,61 +136,61 @@ msgid "" "|osgeolive-appmenupath-geoserver| before accessing this layer." msgstr "" -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:81 +#: ../../build/doc/quickstart/mapproxy_quickstart.rst:77 msgid "**mapserver**:" msgstr "" -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:80 +#: ../../build/doc/quickstart/mapproxy_quickstart.rst:76 msgid "" "This layer uses Mapserver Itasca demo dataset. It is a local dataset and " "it uses the *coverage* feature to limit the BBOX to Itasca, IL." msgstr "" -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:84 +#: ../../build/doc/quickstart/mapproxy_quickstart.rst:80 msgid "Create you own configuration" msgstr "" -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:86 +#: ../../build/doc/quickstart/mapproxy_quickstart.rst:82 msgid "" "You can use ``mapproxy-util`` to create new configuration templates and " "to start a test server." msgstr "" -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:88 +#: ../../build/doc/quickstart/mapproxy_quickstart.rst:84 msgid "To create a new configuration::" msgstr "" -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:92 +#: ../../build/doc/quickstart/mapproxy_quickstart.rst:88 msgid "To start the test server on port 8011 with the created configuration::" msgstr "" -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:96 +#: ../../build/doc/quickstart/mapproxy_quickstart.rst:92 msgid "" "You can now visit the demo page at http://127.0.0.1:8011/demo/. MapProxy " "will automatically reload if you change your configuration file." msgstr "" -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:101 +#: ../../build/doc/quickstart/mapproxy_quickstart.rst:97 msgid "What next?" msgstr "" -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:103 +#: ../../build/doc/quickstart/mapproxy_quickstart.rst:99 msgid "" "Read the `documentation of MapProxy " "`__" msgstr "" -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:105 +#: ../../build/doc/quickstart/mapproxy_quickstart.rst:101 msgid "" "Read the example configuration " "(``/usr/local/share/mapproxy/mapproxy.yaml``)" msgstr "" -#: ../../build/doc/:13 +#: ../../build/doc/:11 msgid "vmdk" msgstr "" -#: ../../build/doc/:16 +#: ../../build/doc/:14 msgid "nologo" msgstr "" diff --git a/locale/en/LC_MESSAGES/quickstart/udig_quickstart.po b/locale/en/LC_MESSAGES/quickstart/udig_quickstart.po deleted file mode 100644 index 615715909f..0000000000 --- a/locale/en/LC_MESSAGES/quickstart/udig_quickstart.po +++ /dev/null @@ -1,550 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2011~2019, OSGeo -# This file is distributed under the same license as the OSGeoLive package. -# FIRST AUTHOR , 2020. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: OSGeoLive 13.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-17 21:19+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.16.0\n" - -#: ../../build/doc/quickstart/udig_quickstart.rst:14 -msgid "This project is only included on the OSGeoLive virtual machine disk (VMDK)" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:20 -msgid "uDig Quickstart" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:28 -msgid "" -"uDig (User Friendly Internet Desktop GIS), is a GIS Desktop client for " -"editing and viewing Geospatial data." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:34 -msgid "This Quick Start describes how to:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:36 -msgid "load a map layers from a shapefile and |WMS|" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:37 -msgid "use the standard map tools" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:38 -msgid "apply colour to map features using styling" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:40 -msgid "Contents" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:43 -msgid "start uDig" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:54 -msgid "Choose |osgeolive-appmenupath-udig| from menu" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:55 -msgid "The application will take a few moments to start up" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:66 -msgid "" -"If you have any difficulties, or are running uDig please review the " -"Running uDig reference page." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:69 -msgid "Welcome View" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:71 -msgid "" -"When you start up uDig for the first time the Welcome view takes up the " -"entire display. This screen has links to tutorials, documentation and the" -" project website." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:74 -msgid "" -"Click the arrow labelled Workbench in the upper right corner, to reveal " -"the contents of the uDig workbench." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:79 -msgid "" -"You can return to the Welcome view at any time by selecting the " -":menuselection:`Help --> Welcome` from the menu bar." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:82 -msgid "Workbench" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:84 -msgid "" -"The Workbench window offers multiple Editors (each showing a Map) and " -"supporting Views (offering information about the current Map)." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:90 -msgid "Shown above is a typical uDig session with the" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:92 -msgid "Layers view (1)," -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:93 -msgid "Projects view (2)," -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:94 -msgid "Catalog view (3) and" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:95 -msgid "Map editor (4)." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:97 -msgid "These views will be described further as we demonstrate their use." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:100 -msgid "Files" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:102 -msgid "" -"To start out with we are going to load some of the sample data included " -"on the DVD." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:104 -msgid "" -"Choose :menuselection:`Layer --> Add` from the menu bar to open up the " -"**Add Data** wizard" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:106 -msgid "Select **Files** from the list of data sources" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:108 -msgid "Press :guilabel:`Next` to open up a file dialog" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:110 -msgid "The OSGeoLive DVD contains sample data in:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:112 -msgid ":file:`~/data` (a short cut to :file:`/usr/local/share/data`)" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:114 -msgid "Select the following file from the :file:`natural_earth2` folder:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:116 -msgid ":file:`ne_10m_admin_0_countries.shp`" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:118 -msgid "Press :guilabel:`Open`" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:120 -msgid "" -"A new Map editor will be opened based on the contents of your shapefile. " -"The default name and projection of the Map has been taken from your " -"shapefile." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:123 -msgid "" -"You can see the **Catalog view** has been updated with an entry for " -":file:`ne_10m_admin_0_countries.shp`. This view is used to track the use " -"of resources by the uDig application." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:126 -msgid "" -"The **Layers** view shows a single layer is displayed on this map. This " -"view is used to change the order and appearance of information in your " -"Map." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:129 -msgid "" -"The **Projects** view has been updated to show that your map is stored in" -" `projects > ne 10m admin 0 countries`. You can have multiple projects " -"open at a time, each project can have several maps." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:132 -msgid "Open up the :file:`~/data/natural_earth2/` folder on the desktop" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:134 -msgid "" -"Drag :file:`HYP_50M_SR_W.tif` onto the Map Editor, a new layer is added " -"to to the map." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:136 -msgid "" -"You can see the order the layers are drawn in the layer view. Right now " -"the `HYP_50M_SR_W` layer is drawn on top of the `ne 10m admin 0 " -"countries` layer." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:139 -msgid "" -"Select the `HYP_50M_SR_W` layer in the catalog view and drag it to the " -"bottom of the list" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:150 -msgid "" -"One of the most common questions asked when uDig is considered for an " -"organization is how much memory the application uses. Unlike most GIS " -"applications uDig can get by with a fixed amount of memory. The above " -"shapefile is not loaded into memory, we have a policy of keeping data on " -"disk and drawing data like this shapefile onto the screen as needed." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:159 -msgid "You can also drag and drop shapefiles directly into the uDig application!" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:162 -msgid "Map" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:164 -msgid "" -"You can control where in the world the Map Editor is looking by using the" -" navigation tools in the tool bar along the top of the screen." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:167 -msgid "The |ZOOM| Zoom tool is available by default" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:169 -msgid "ZOOM" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:171 -msgid "" -"Use the zoom tool by drawing a box using the left mouse button around the" -" area of the world you wish to see." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:173 -msgid "" -"To zoom out draw a box with the right mouse button. The current map " -"extents will be located within the box you draw." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:176 -msgid "" -"The |PAN| Pan tool can be used to scroll around your map with out " -"changing scale." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:178 -msgid "PAN" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:180 -msgid "There are also several navigation buttons that can be used at any time:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:182 -msgid "|SHOWALL| Show All, can be used to return to the full extents at any time" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:184 -msgid "SHOWALL" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:186 -msgid "" -"|ZOOM_IN| Zoom In and |ZOOM_OUT| Zoom Out can be used to change the scale" -" by a fixed amount." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:188 -msgid "ZOOM_IN" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:189 -msgid "ZOOM_OUT" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:191 -msgid "" -"You can use Navigation Back |BNAV| and Forward |FNAV| in the menu bar to " -"cycle though previously visited locations." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:194 -msgid "BNAV" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:195 -msgid "FNAV" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:197 -msgid "" -"Most tools allow you to Pan by holding the center button and control the " -"scale using the scroll wheel." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:201 -msgid "Web Map Server" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:203 -msgid "" -"One of the reasons to use an application like uDig is to access all the " -"great free geospatial information available on the web. This section " -"covers the use of Web Map Servers which make available layers of " -"information that you can mix into your own maps." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:207 -msgid "" -"If you are not connected to the Internet run |osgeolive-appmenupath-" -"geoserver| for a local WMS. The script will open a page with a \"Service " -"Capabilities\" section and two links for WMS Services you can drag into " -"your empty map." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:211 -msgid "" -"You can copy a WMS URL (e.g. for `WMS 1.1.1`_) from right panel of " -"`GeoServer Welcome page`_ and \"paste\" it either on the **Map** view or " -"the **Layers** view. A wizard shows you the layers you can add to the " -"**Map**. You can also connect to Web Map Servers using the **Add Data** " -"(:menuselection:`Layer --> Add...`) Wizard and paste WMS URL right there." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:216 -msgid "Select :menuselection:`File --> New --> New Map` from the menu bar" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:218 -msgid "" -"Change to the **Web** view, click on the tab next to the **Catalog** view" -" to reveal the *Web* view." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:223 -msgid "" -"Click on the link ``WMS\\:http://www2.dmsolutions.ca/cgi-" -"bin/mswms_gmap?Service=WMS&VERSION=1.1.0&REQUEST=GetCapabilities``" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:229 -msgid "" -"From the Resource Selection page we are going to choose the following " -"layers:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:231 -msgid "Elevation/Bathymetry" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:232 -msgid "Parks" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:233 -msgid "Cities" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:238 -msgid "Press :guilabel:`Finish` to add these layers to your map" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:243 -msgid "Use the |ZOOM| Zoom Tool to move closer to one of the Parks" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:245 -msgid "" -"Switch to the |INFO| Info Tool and click on one the parks to learn more " -"about it" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:247 -msgid "INFO" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:249 -msgid "" -"You can switch between the zoom and info tools by pressing `Z` and `I` on" -" the keyboard." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:252 -msgid "Style" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:254 -msgid "" -"Select the `project > ne 10m admin 0 countries`, you can double click to " -"open this Map, or Right Click and choose Open Map" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:256 -msgid "Select the countries layer in the Layer view" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:258 -msgid "" -"Open up the **Style Editor** by right clicking on `ne 10m admin 0 " -"countries` layer and choosing :guilabel:`Change Style`" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:260 -msgid "We are going to change a few things about how countries are displayed" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:262 -msgid "" -"Line: Click :guilabel:`Border`, click on the Color button and change the " -"color to BLACK" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:264 -msgid "" -"Fill: On Tab :guilabel:`Fill` uncheck the box :guilabel:`enable/disable " -"fill` to turn off fill" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:266 -msgid "" -"Label: On Tab :guilabel:`Labels` check the box :guilabel:`enable/disable " -"labeling`, and choose the attribute **NAME** from the list of attributes" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:271 -msgid "" -"Press :guilabel:`Apply` to see what this looks like on your Map, the " -"**Layer** view will also be updated to reflect the current style" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:274 -msgid "" -"When you are happy with the result you can press :guilabel:`Close` to " -"dismiss the dialog" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:276 -msgid "" -"Some files include style settings. The Style definition can be found in " -"files with the :file:`*.sld` extension. The name itself should be equal " -"to the file containing the data. If such a |SLD| file exists, the style " -"will be applied automatically." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:278 -msgid "" -"Sometimes it is a bit hard to see what is going on with layer providing " -"much details. To get focused on the task you like to work on, you can " -"choose :menuselection:`Map --> Mylar` from the menu bar. Using the " -"*Layer* view select different layers in turn to see the effect. You can " -"turn off this effect at any time using :menuselection:`Map --> Mylar` " -"from the menu bar." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:294 -msgid "Things to Try" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:296 -msgid "Here are some additional challenges for you to try:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:298 -msgid "Try viewing your own GIS map layers, or try adding a layer from a |WFS|" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:299 -msgid "Try styling the WFS layer." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:302 -msgid "What next?" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:307 -msgid "" -"This is only the first step on the road to using uDig. There is a lot " -"more great material (and ability) left for you to discover in our " -"**walkthrough** documents." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:309 -msgid "Walkthrough 1" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:311 -msgid "" -"Try out the use of :doc:`PostGIS <../overview/postgis_overview>`, extract" -" data from a Web Feature Server and explore the use of **Themes** with " -"our powerful `Color Brewer` technology." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:314 -msgid ":file:`/usr/local/share/udig/udig-docs/uDigWalkthrough 1.pdf`" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:316 -msgid "" -"Walkthrough 2 - Learn how to create shapefiles and use the Edit tools to " -"manipulate feature data, covers the installation of :doc:`GeoServer " -"<../overview/geoserver_overview>` and editing with a Web Feature Server." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:320 -msgid "Available on http://udig.refractions.net/" -msgstr "" - -#: ../../build/doc/:13 -msgid "vmdk" -msgstr "" - -#: ../../build/doc/:16 -msgid "nologo" -msgstr "" - -#: ../../build/doc/ -msgid "OSGeo Project" -msgstr "" - -#: ../../build/doc/ -msgid "OSGeo Community" -msgstr "" - diff --git a/locale/es/LC_MESSAGES/overview/udig_overview.po b/locale/es/LC_MESSAGES/overview/udig_overview.po deleted file mode 100644 index ff5888af6e..0000000000 --- a/locale/es/LC_MESSAGES/overview/udig_overview.po +++ /dev/null @@ -1,277 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2011~2022, OSGeo -# This file is distributed under the same license as the OSGeoLive package. -# FIRST AUTHOR , YEAR. -# -# Translators: -# Vicky Vergara , 2022 -# MarPetra , 2022 -# -msgid "" -msgstr "" -"Project-Id-Version: OSGeoLive 15.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-08-03 09:57+0000\n" -"PO-Revision-Date: 2024-09-01 23:50+0000\n" -"Last-Translator: Celia Virginia Vergara Castillo \n" -"Language-Team: Spanish \n" -"Language: es\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n != 0 && n % 1000000 == 0)" -" ? 1 : 2);\n" -"X-Generator: Weblate 5.4.3\n" - -#: ../../build/doc/overview/udig_overview.rst:15 -msgid "uDig" -msgstr "uDig" - -#: ../../build/doc/overview/udig_overview.rst:18 -msgid "Desktop GIS" -msgstr "SIG de Escritorio" - -#: ../../build/doc/overview/udig_overview.rst:21 -msgid "" -"User-friendly Desktop Internet GIS (uDig) is an open source spatial data " -"viewer/editor, with special emphasis on the OpenGIS standards for internet " -"GIS, the Web Map Server (WMS) and Web Feature Server (WFS) standards." -msgstr "" -"User-friendly Desktop Internet GIS (uDig) es un visor/editor de datos " -"espaciales de código abierto, con especial énfasis en los estándares OpenGIS" -" para GIS de Internet, el servidor de mapas web (WMS) y los estándares del " -"servidor de funciones web (WFS)." - -#: ../../build/doc/overview/udig_overview.rst:23 -msgid "uDig is:" -msgstr "uDig es:" - -#: ../../build/doc/overview/udig_overview.rst:25 -msgid "" -"**User-friendly**, providing a familiar graphical environment for GIS users;" -msgstr "" -"**Amigable a Usuario**, proporciona un entorno gráfico familiar para los " -"usuarios de GIS;" - -#: ../../build/doc/overview/udig_overview.rst:26 -msgid "**Desktop located**, running natively on Windows, Mac OS/X and Linux;" -msgstr "" -"**Situado en Escritorio**, ejecuta nativamente en Windows, Mac OS/X y Linux;" - -#: ../../build/doc/overview/udig_overview.rst:27 -msgid "" -"**Internet oriented**, consuming standard and de facto geospatial web " -"services; and," -msgstr "" -"**Orientado a Internet**, consumiendo los servicios estándar web y de facto " -"geoespaciales; y," - -#: ../../build/doc/overview/udig_overview.rst:28 -msgid "" -"**GIS ready**, providing the framework on which complex analytical " -"capabilities can be built, and gradually subsuming those capabilities into " -"the main application." -msgstr "" -"**SIG listo**, proporcionando el marco en el cual se pueden construir " -"capacidades analíticas complejas y gradualmente poner esas capacidades en la " -"aplicación principal." - -#: ../../build/doc/overview/udig_overview.rst:30 -msgid "" -"For developers uDig provides a common Java platform for building spatial " -"applications with open source components. The website provides series of " -"clear tutorials covering making a simple tool through to releasing your own " -"custom application." -msgstr "" -"Para los desarrolladores, uDig proporciona una plataforma Java común para " -"construir aplicaciones espaciales con componentes de Código Abierto. El " -"sitio web ofrece una serie de tutoriales claros que cubren la creación de " -"una herramienta simple para lanzar su propia aplicación personalizada." - -#: ../../build/doc/overview/udig_overview.rstNone -msgid "udig screenshot" -msgstr "pantalla de udig" - -#: ../../build/doc/overview/udig_overview.rst:39 -msgid "Core Features" -msgstr "Características Principales" - -#: ../../build/doc/overview/udig_overview.rst:41 -msgid "" -"Desktop Client with Drag and Drop integration for File explorer and Web " -"Browser" -msgstr "" -"Cliente de escritorio con integración Arrastrar y Soltar para el explorador " -"de archivos y navegador Web" - -#: ../../build/doc/overview/udig_overview.rst:42 -msgid "" -"Integrate with your existing infrastructure: ArcSDE, Oracle, DB2 and more" -msgstr "" -"Integración con su infraestructura existente: ArcSDE, Oracle, DB2 y más" - -#: ../../build/doc/overview/udig_overview.rst:43 -msgid "Work with local files: Shapefile, jpeg, png, tiff and more." -msgstr "Trabajar con archivos locales: Shapefile, jpeg, png, tiff y más." - -#: ../../build/doc/overview/udig_overview.rst:44 -msgid "Work with advanced spatial raster formats: ECW, MrSID, JPEG 2000" -msgstr "" -"Trabajar con formatos raster espacial avanzada: ECW, MrSID y JPEG 2000" - -#: ../../build/doc/overview/udig_overview.rst:45 -msgid "" -"Support for compliant Web Map Servers (:doc:`GeoServer " -"`, MapServer tested)" -msgstr "" -"Soporte para Servidores de Cartografía Web compatibles ( :doc:`GeoServer " -"`, MapServer probado)" - -#: ../../build/doc/overview/udig_overview.rst:46 -msgid "" -"Integrated Web experience with an embedded browser that recognises OGC web " -"services and smoothly adds links to the onscreen map" -msgstr "" -"Experiencia web integrada con un navegador incrustado que reconoce los " -"servicios web de OGC y suavemente agrega enlaces al mapa en pantalla" - -#: ../../build/doc/overview/udig_overview.rst:48 -msgid "" -"Style Layer Descriptor control of rendering allowing you to publish your Map" -" using the same settings in uDig as with popular Web Map Servers" -msgstr "" -"Control de Descriptor de Capa de Estilo de Rendering que le permite publicar" -" su Mapa usando la misma configuración en uDig que con servidores de mapas " -"Web populares" - -#: ../../build/doc/overview/udig_overview.rst:50 -msgid "" -"Deep integration of standards allowing the application to swap between the " -"appropriate service as required for display, interaction and editing" -msgstr "" -"Integración profunda de estándares que permite a la aplicación intercambiar " -"entre el servicio apropiado según sea necesario para mostrar, interactuar y " -"editar" - -#: ../../build/doc/overview/udig_overview.rst:52 -msgid "Printing and PDF Generation" -msgstr "Impresión y generación de PDF" - -#: ../../build/doc/overview/udig_overview.rst:53 -msgid "For Developers" -msgstr "Para Desarrolladores" - -#: ../../build/doc/overview/udig_overview.rst:55 -msgid "" -"Java Application built using the :doc:`GeoTools `, `JTS " -"Topology Suite (JTS) `_" -msgstr "" -"Aplicación de Java usando :doc:`GeoTools `, `JTS Suite de" -" Topología (JTS) `_" - -#: ../../build/doc/overview/udig_overview.rst:56 -msgid "" -"Industrial strength plug-in system provided by Eclipse Rich Client Platform" -msgstr "" -"Systema de plug-in de fuerza industrial proporcionada por la plataforma " -"cliente de Eclipse" - -#: ../../build/doc/overview/udig_overview.rst:57 -msgid "Use of native widgets" -msgstr "Uso de widgets nativos" - -#: ../../build/doc/overview/udig_overview.rst:60 -msgid "Implemented Standards" -msgstr "Estándares implementados" - -#: ../../build/doc/overview/udig_overview.rst:62 -msgid "OGC Web Map Server (WMS)" -msgstr "Servidor de mapas Web de OGC (WMS)" - -#: ../../build/doc/overview/udig_overview.rst:63 -msgid "OGC Web Feature Server (WFS)" -msgstr "Servidor Web de Características (WFS) de OGC" - -#: ../../build/doc/overview/udig_overview.rst:64 -msgid "OGC Web Feature Server Transactional (WFS-T)" -msgstr "Servidor Web de Características transaccional (WFS-T) de OGC" - -#: ../../build/doc/overview/udig_overview.rst:65 -msgid "OGC Simple Features for SQL (SFQL)" -msgstr "Funciones simples para SQL (SFSQL) de OGC" - -#: ../../build/doc/overview/udig_overview.rst:66 -msgid "Web Map Server Cache (WMS-C)" -msgstr "Cache de Servidor de Cartografía Web (WMS-C)" - -#: ../../build/doc/overview/udig_overview.rst:67 -msgid "OGC Style Layer Descriptor (SLD)" -msgstr "Descriptor de Estilos de Capa (SLD) de OGC" - -#: ../../build/doc/overview/udig_overview.rst:70 -msgid "Details" -msgstr "Detalles" - -#: ../../build/doc/overview/udig_overview.rst:72 -msgid "**Website:** http://udig.refractions.net/" -msgstr "**Sitio web:** http://udig.refractions.net/" - -#: ../../build/doc/overview/udig_overview.rst:74 -msgid "**Licence:** Dual BSD / EPL (Eclipse Foundation)" -msgstr "**Licencia:** Dual BSD / EPL (Eclipse Foundation)" - -#: ../../build/doc/overview/udig_overview.rst:76 -msgid "**Software Version:** |version-udig|" -msgstr "**Versión de software:** |version-udig|" - -#: ../../build/doc/overview/udig_overview.rst:78 -msgid "**Supported Platforms:** Windows, Linux, Mac" -msgstr "**Plataformas compatibles:** Windows, Linux, Mac" - -#: ../../build/doc/overview/udig_overview.rst:80 -msgid "" -"**API Interfaces:** GeoTools, ImageIO-Ext, Java Advanced Imaging, Eclipse " -"Rich Client Platform, Eclipse Modelling Framework" -msgstr "" -"**Interfaces API:** GeoTools, ImageIO-Ext, Java Advanced Imaging, Plataforma " -"Eclipse de cliente rico, Marco de Modelado Eclipse" - -#: ../../build/doc/overview/udig_overview.rst:82 -msgid "**Support:** http://udig.refractions.net/users/" -msgstr "**Soporte:** http://udig.refractions.net/users/" - -#: ../../build/doc/overview/udig_overview.rst:84 -msgid "**Developers:** http://udig.refractions.net/developers/" -msgstr "**Desarrolladores:** http://udig.refractions.net/developers/" - -#: ../../build/doc/overview/udig_overview.rst:87 -msgid "" -"This project is only included on the OSGeoLive virtual machine disk (VMDK)" -msgstr "" -"Este proyecto solo se incluye en el disco de máquina virtual OSGeoLive " -"(VMDK)" - -#: ../../build/doc/overview/udig_overview.rst:90 -msgid "Quickstart" -msgstr "Inicio Rápido" - -#: ../../build/doc/overview/udig_overview.rst:92 -msgid ":doc:`Quickstart documentation <../quickstart/udig_quickstart>`" -msgstr ":doc:`Documentación de inicio rápido <../quickstart/udig_quickstart>`" - -#: ../../build/doc/:13 -msgid "vmdk" -msgstr "vmdk" - -#: ../../build/doc/:16 -msgid "nologo" -msgstr "nologo" - -#: ../../build/doc/:0 -msgid "OSGeo Project" -msgstr "Proyecto OSGeo" - -#: ../../build/doc/:0 ../../build/doc/:0 -msgid "OSGeo Community" -msgstr "OSGeo Comunitario" diff --git a/locale/es/LC_MESSAGES/quickstart/udig_quickstart.po b/locale/es/LC_MESSAGES/quickstart/udig_quickstart.po deleted file mode 100644 index 1758988f9a..0000000000 --- a/locale/es/LC_MESSAGES/quickstart/udig_quickstart.po +++ /dev/null @@ -1,694 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2011~2022, OSGeo -# This file is distributed under the same license as the OSGeoLive package. -# FIRST AUTHOR , YEAR. -# -# Translators: -# Vicky Vergara , 2022 -# MarPetra , 2022 -# -msgid "" -msgstr "" -"Project-Id-Version: OSGeoLive 15.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-08-03 09:57+0000\n" -"PO-Revision-Date: 2024-01-29 15:45+0000\n" -"Last-Translator: Celia Virginia Vergara Castillo \n" -"Language-Team: Spanish \n" -"Language: es\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n != 0 && n % 1000000 == 0)" -" ? 1 : 2);\n" -"X-Generator: Weblate 5.3\n" - -#: ../../build/doc/quickstart/udig_quickstart.rst:14 -msgid "" -"This project is only included on the OSGeoLive virtual machine disk (VMDK)" -msgstr "" -"Este proyecto solo se incluye en el disco de máquina virtual OSGeoLive " -"(VMDK)" - -#: ../../build/doc/quickstart/udig_quickstart.rst:20 -msgid "uDig Quickstart" -msgstr "Inicio Rápido de uDig" - -#: ../../build/doc/quickstart/udig_quickstart.rst:28 -msgid "" -"uDig (User Friendly Internet Desktop GIS), is a GIS Desktop client for " -"editing and viewing Geospatial data." -msgstr "" -"uDig (User Friendly Internet Desktop GIS), es un cliente para edición y " -"visualización de Geospatial data." - -#: ../../build/doc/quickstart/udig_quickstart.rst:34 -msgid "This Quick Start describes how to:" -msgstr "Esta Guía de Inicio Rápido describe cómo:" - -#: ../../build/doc/quickstart/udig_quickstart.rst:36 -msgid "load a map layers from a shapefile and |WMS|" -msgstr "Cargar capas de un mapa desde un shapefile y |WMS|" - -#: ../../build/doc/quickstart/udig_quickstart.rst:37 -msgid "use the standard map tools" -msgstr "utilizar las herramientas de mapa estándar" - -#: ../../build/doc/quickstart/udig_quickstart.rst:38 -msgid "apply colour to map features using styling" -msgstr "aplicar color para asignar funciones con estilo" - -#: ../../build/doc/quickstart/udig_quickstart.rst:40 -msgid "Contents" -msgstr "Contenidos" - -#: ../../build/doc/quickstart/udig_quickstart.rst:43 -msgid "start uDig" -msgstr "Iniciar uDig" - -#: ../../build/doc/quickstart/udig_quickstart.rst:54 -msgid "Choose |osgeolive-appmenupath-udig| from menu" -msgstr "Elija |osgeolive-appmenupath-udig| del menú" - -#: ../../build/doc/quickstart/udig_quickstart.rst:55 -msgid "The application will take a few moments to start up" -msgstr "La aplicación tomará unos momentos para poner en marcha" - -#: ../../build/doc/quickstart/udig_quickstart.rst:66 -msgid "" -"If you have any difficulties, or are running uDig please review the Running " -"uDig reference page." -msgstr "" -"Si usted tiene dificultades o uDig corriente por favor informe la página de " -"referencia de uDig que se esta usando." - -#: ../../build/doc/quickstart/udig_quickstart.rst:69 -msgid "Welcome View" -msgstr "Vista de bienvenida" - -#: ../../build/doc/quickstart/udig_quickstart.rst:71 -msgid "" -"When you start up uDig for the first time the Welcome view takes up the " -"entire display. This screen has links to tutorials, documentation and the " -"project website." -msgstr "" -"Cuando inicia uDig por primera vez, la vista de Bienvenida ocupa toda la " -"pantalla. Esta pantalla tiene enlaces a tutoriales, documentación y el sitio" -" web del proyecto." - -#: ../../build/doc/quickstart/udig_quickstart.rst:74 -msgid "" -"Click the arrow labelled Workbench in the upper right corner, to reveal the " -"contents of the uDig workbench." -msgstr "" -"Haga click en la flecha denominada Workbench en la esquina superior derecha," -" para revelar el contenido del uDig workbench." - -#: ../../build/doc/quickstart/udig_quickstart.rst:79 -msgid "" -"You can return to the Welcome view at any time by selecting the " -":menuselection:`Help --> Welcome` from the menu bar." -msgstr "" -"Puede volver a la vista de Bienvenida en cualquier momento seleccionando " -":menuselection:`Help --> Welcome` en la barra de menú." - -#: ../../build/doc/quickstart/udig_quickstart.rst:82 -msgid "Workbench" -msgstr "Mesa de trabajo" - -#: ../../build/doc/quickstart/udig_quickstart.rst:84 -msgid "" -"The Workbench window offers multiple Editors (each showing a Map) and " -"supporting Views (offering information about the current Map)." -msgstr "" -"La ventana Workbench ofrece múltiples Editores (cada uno mostrando un Mapa) " -"y vistas de soporte (ofreciendo información sobre el Mapa actual)." - -#: ../../build/doc/quickstart/udig_quickstart.rst:90 -msgid "Shown above is a typical uDig session with the" -msgstr "Se muestra arriba es una sesión típica uDig con el" - -#: ../../build/doc/quickstart/udig_quickstart.rst:92 -msgid "Layers view (1)," -msgstr "Vista de capas (1)," - -#: ../../build/doc/quickstart/udig_quickstart.rst:93 -msgid "Projects view (2)," -msgstr "Vista de proyectos (2)," - -#: ../../build/doc/quickstart/udig_quickstart.rst:94 -msgid "Catalog view (3) and" -msgstr "Vista de catálogo (3) y" - -#: ../../build/doc/quickstart/udig_quickstart.rst:95 -msgid "Map editor (4)." -msgstr "Editor de mapas (4)." - -#: ../../build/doc/quickstart/udig_quickstart.rst:97 -msgid "These views will be described further as we demonstrate their use." -msgstr "Estas vistas se describen aún más a medida que demuestra su uso." - -#: ../../build/doc/quickstart/udig_quickstart.rst:100 -msgid "Files" -msgstr "Archivos" - -#: ../../build/doc/quickstart/udig_quickstart.rst:102 -msgid "" -"To start out with we are going to load some of the sample data included on " -"the DVD." -msgstr "" -"Para empezar con que vamos a cargar algunos de los datos de muestra " -"incluidos en el DVD." - -#: ../../build/doc/quickstart/udig_quickstart.rst:104 -msgid "" -"Choose :menuselection:`Layer --> Add` from the menu bar to open up the **Add" -" Data** wizard" -msgstr "" -"Elegir :menuselection:`Layer --> Add` en la barra de menú para abrir el " -"asistente **Add Data**" - -#: ../../build/doc/quickstart/udig_quickstart.rst:106 -msgid "Select **Files** from the list of data sources" -msgstr "Seleccione **Files** de la lista de orígenes de datos" - -#: ../../build/doc/quickstart/udig_quickstart.rst:108 -msgid "Press :guilabel:`Next` to open up a file dialog" -msgstr "Presiona :guilabel:`Next` para abrir un cuadro de diálogo" - -#: ../../build/doc/quickstart/udig_quickstart.rst:110 -msgid "The OSGeoLive DVD contains sample data in:" -msgstr "El DVD de OSGeoLive contiene datos de muestra en:" - -#: ../../build/doc/quickstart/udig_quickstart.rst:112 -msgid ":file:`~/data` (a short cut to :file:`/usr/local/share/data`)" -msgstr ":file:`~/data` (atajo de :file:`/usr/local/share/data`)" - -#: ../../build/doc/quickstart/udig_quickstart.rst:114 -msgid "Select the following file from the :file:`natural_earth2` folder:" -msgstr "Seleccione el archivo siguiente de la carpeta :file:`natural_earth2` :" - -#: ../../build/doc/quickstart/udig_quickstart.rst:116 -msgid ":file:`ne_10m_admin_0_countries.shp`" -msgstr ":file:`ne_10m_admin_0_countries.shp`" - -#: ../../build/doc/quickstart/udig_quickstart.rst:118 -msgid "Press :guilabel:`Open`" -msgstr "Presiona :guilabel:`Open`" - -#: ../../build/doc/quickstart/udig_quickstart.rst:120 -msgid "" -"A new Map editor will be opened based on the contents of your shapefile. The" -" default name and projection of the Map has been taken from your shapefile." -msgstr "" -"Se abrirá un nuevo editor de Mapas basado en el contenido de tu archivo " -"shape. El nombre y la proyección predeterminados del Mapa se han tomado de " -"tu archivo shape." - -#: ../../build/doc/quickstart/udig_quickstart.rst:123 -msgid "" -"You can see the **Catalog view** has been updated with an entry for " -":file:`ne_10m_admin_0_countries.shp`. This view is used to track the use of " -"resources by the uDig application." -msgstr "" -"Puedes ver que la **Vista de Catálogo** se ha actualizado con una entrada " -"para :file:`ne_10m_admin_0_countries.shp`. Esta vista se utiliza para " -"rastrear el uso de recursos por parte de la aplicación uDig." - -#: ../../build/doc/quickstart/udig_quickstart.rst:126 -msgid "" -"The **Layers** view shows a single layer is displayed on this map. This view" -" is used to change the order and appearance of information in your Map." -msgstr "" -"La vista de **Capas** muestra que una sola capa se despliega en este mapa. " -"Esta vista se utiliza para cambiar el orden y la apariencia de la " -"información en su Mapa." - -#: ../../build/doc/quickstart/udig_quickstart.rst:129 -msgid "" -"The **Projects** view has been updated to show that your map is stored in " -"`projects > ne 10m admin 0 countries`. You can have multiple projects open " -"at a time, each project can have several maps." -msgstr "" -"La vista **Proyectos** se ha actualizado para mostrar que tu mapa está " -"almacenado en `projects > ne 10m admin 0 countries`. Puedes tener varios " -"proyectos abiertos a la vez, cada proyecto puede tener varios Mapas." - -#: ../../build/doc/quickstart/udig_quickstart.rst:132 -msgid "Open up the :file:`~/data/natural_earth2/` folder on the desktop" -msgstr "Abre la carpeta :file:`~/data/natural_earth2/` en el escritorio" - -#: ../../build/doc/quickstart/udig_quickstart.rst:134 -msgid "" -"Drag :file:`HYP_50M_SR_W.tif` onto the Map Editor, a new layer is added to " -"to the map." -msgstr "" -"Arrastrar :file:`HYP_50M_SR_W.tif` al Editor de mapas, se agrega una nueva " -"capa al mapa." - -#: ../../build/doc/quickstart/udig_quickstart.rst:136 -msgid "" -"You can see the order the layers are drawn in the layer view. Right now the " -"`HYP_50M_SR_W` layer is drawn on top of the `ne 10m admin 0 countries` " -"layer." -msgstr "" -"Puedes ver el orden en que se dibujan las capas en la vista de capas. En " -"este momento, la capa `HYP_50M_SR_W` se dibuja sobre la capa `ne 10m admin 0 " -"countries`." - -#: ../../build/doc/quickstart/udig_quickstart.rst:139 -msgid "" -"Select the `HYP_50M_SR_W` layer in the catalog view and drag it to the " -"bottom of the list" -msgstr "" -"Seleccione la capa `HYP_50M_SR_W` en la vista de catálogo y arrástrelo a la " -"parte inferior de la lista" - -#: ../../build/doc/quickstart/udig_quickstart.rst:150 -msgid "" -"One of the most common questions asked when uDig is considered for an " -"organization is how much memory the application uses. Unlike most GIS " -"applications uDig can get by with a fixed amount of memory. The above " -"shapefile is not loaded into memory, we have a policy of keeping data on " -"disk and drawing data like this shapefile onto the screen as needed." -msgstr "" -"Una de las preguntas más comunes que se hacen cuando se considera uDig para " -"una organización es cuánta memoria usa la aplicación. A diferencia de la " -"mayoría de las aplicaciones SIG, uDig puede funcionar con una cantidad fija " -"de memoria. El archivo shape anterior no se carga en la memoria, tenemos la " -"política de mantener los datos en el disco y dibujar datos como este archivo" -" de forma en la pantalla según sea necesario." - -#: ../../build/doc/quickstart/udig_quickstart.rst:159 -msgid "" -"You can also drag and drop shapefiles directly into the uDig application!" -msgstr "" -"¡También puede arrastrar y soltar archivos shapefile directamente en la " -"aplicación de uDig!" - -#: ../../build/doc/quickstart/udig_quickstart.rst:162 -msgid "Map" -msgstr "Mapa" - -#: ../../build/doc/quickstart/udig_quickstart.rst:164 -msgid "" -"You can control where in the world the Map Editor is looking by using the " -"navigation tools in the tool bar along the top of the screen." -msgstr "" -"Puede controlar en qué parte del mundo está buscando el Editor de Mapas " -"utilizando las herramientas de navegación en la barra de herramientas de la " -"parte superior de la pantalla." - -#: ../../build/doc/quickstart/udig_quickstart.rst:167 -msgid "The |ZOOM| Zoom tool is available by default" -msgstr "La Herramienta Zoom |ZOOM| está disponible de forma predeterminada" - -#: ../../build/doc/quickstart/udig_quickstart.rst:169 -#: ../../build/doc/quickstart/udig_quickstart.rst:169 -#: ../../build/doc/quickstart/udig_quickstart.rst:169 -msgid "ZOOM" -msgstr "ZOOM" - -#: ../../build/doc/quickstart/udig_quickstart.rst:171 -msgid "" -"Use the zoom tool by drawing a box using the left mouse button around the " -"area of the world you wish to see." -msgstr "" -"Use la herramienta de zoom dibujando un cuadro con el botón izquierdo del " -"mouse alrededor del área del mundo que desea ver." - -#: ../../build/doc/quickstart/udig_quickstart.rst:173 -msgid "" -"To zoom out draw a box with the right mouse button. The current map extents " -"will be located within the box you draw." -msgstr "" -"Para alejar, dibuje un cuadro con el botón derecho del mouse. La extensión " -"actual del mapa se ubicará dentro del cuadro que dibuje." - -#: ../../build/doc/quickstart/udig_quickstart.rst:176 -msgid "" -"The |PAN| Pan tool can be used to scroll around your map with out changing " -"scale." -msgstr "" -"La herramienta de paneo |PAN| se puede utilizar para desplazarse por el mapa" -" con un cambio de escala." - -#: ../../build/doc/quickstart/udig_quickstart.rst:178 -#: ../../build/doc/quickstart/udig_quickstart.rst:178 -msgid "PAN" -msgstr "PAN" - -#: ../../build/doc/quickstart/udig_quickstart.rst:180 -msgid "" -"There are also several navigation buttons that can be used at any time:" -msgstr "" -"También existen varios botones de navegación que se pueden utilizar en " -"cualquier momento:" - -#: ../../build/doc/quickstart/udig_quickstart.rst:182 -msgid "" -"|SHOWALL| Show All, can be used to return to the full extents at any time" -msgstr "" -"|SHOWALL| Mostrar Todo, se puede usar para volver a la extensión completa en" -" cualquier momento" - -#: ../../build/doc/quickstart/udig_quickstart.rst:184 -#: ../../build/doc/quickstart/udig_quickstart.rst:184 -msgid "SHOWALL" -msgstr "SHOWALL" - -#: ../../build/doc/quickstart/udig_quickstart.rst:186 -msgid "" -"|ZOOM_IN| Zoom In and |ZOOM_OUT| Zoom Out can be used to change the scale by" -" a fixed amount." -msgstr "" -"|ZOOM_IN| Acercar y |ZOOM_OUT| Alejar pueden usarse para cambiar la escala " -"en una cantidad fija." - -#: ../../build/doc/quickstart/udig_quickstart.rst:188 -#: ../../build/doc/quickstart/udig_quickstart.rst:188 -msgid "ZOOM_IN" -msgstr "ZOOM_IN" - -#: ../../build/doc/quickstart/udig_quickstart.rst:189 -#: ../../build/doc/quickstart/udig_quickstart.rst:189 -msgid "ZOOM_OUT" -msgstr "ZOOM_OUT" - -#: ../../build/doc/quickstart/udig_quickstart.rst:191 -msgid "" -"You can use Navigation Back |BNAV| and Forward |FNAV| in the menu bar to " -"cycle though previously visited locations." -msgstr "" -"Puedes usar Navegación Atrás |BNAV| y Adelante |FNAV| en la barra de menú " -"para recorrer las ubicaciones visitadas anteriormente." - -#: ../../build/doc/quickstart/udig_quickstart.rst:194 -#: ../../build/doc/quickstart/udig_quickstart.rst:194 -msgid "BNAV" -msgstr "BNAV" - -#: ../../build/doc/quickstart/udig_quickstart.rst:195 -#: ../../build/doc/quickstart/udig_quickstart.rst:195 -msgid "FNAV" -msgstr "FNAV" - -#: ../../build/doc/quickstart/udig_quickstart.rst:197 -msgid "" -"Most tools allow you to Pan by holding the center button and control the " -"scale using the scroll wheel." -msgstr "" -"La mayoría de las herramientas permiten desplazarse presionando el botón " -"central y controlar la escala con la rueda de desplazamiento." - -#: ../../build/doc/quickstart/udig_quickstart.rst:201 -msgid "Web Map Server" -msgstr "Servidor Cartográfico Web" - -#: ../../build/doc/quickstart/udig_quickstart.rst:203 -msgid "" -"One of the reasons to use an application like uDig is to access all the " -"great free geospatial information available on the web. This section covers " -"the use of Web Map Servers which make available layers of information that " -"you can mix into your own maps." -msgstr "" -"Una de las razones para usar una aplicación como uDig es acceder a toda la " -"gran información geoespacial gratuita disponible en la web. Esta sección " -"cubre el uso de servidores de mapas web que ponen a disposición capas de " -"información que puede mezclar en sus propios mapas." - -#: ../../build/doc/quickstart/udig_quickstart.rst:207 -msgid "" -"If you are not connected to the Internet run |osgeolive-appmenupath-" -"geoserver| for a local WMS. The script will open a page with a \"Service " -"Capabilities\" section and two links for WMS Services you can drag into your" -" empty map." -msgstr "" -"Si no está conectado a Internet, ejecute |osgeolive-appmenupath-geoserver| " -"para un WMS local. El script abrirá una página con una sección de " -"\"Capacidades de servicio\" y dos enlaces para servicios WMS que puede " -"arrastrar a su mapa vacío." - -#: ../../build/doc/quickstart/udig_quickstart.rst:211 -msgid "" -"You can copy a WMS URL (e.g. for `WMS 1.1.1`_) from right panel of " -"`GeoServer Welcome page`_ and \"paste\" it either on the **Map** view or the" -" **Layers** view. A wizard shows you the layers you can add to the **Map**. " -"You can also connect to Web Map Servers using the **Add Data** " -"(:menuselection:`Layer --> Add...`) Wizard and paste WMS URL right there." -msgstr "" -"Puede copiar una URL de WMS (por ejemplo, para `WMS 1.1.1`_) desde el panel " -"derecho de la `GeoServer Welcome page`_ y \"pegarla\" en la vista de **Mapa**" -" o en la vista de **Capas**. Un asistente le muestra las capas que puede " -"agregar al **Mapa**. También puede conectarse a los Servidores de Mapas Web " -"utilizando el Asistente **Agregar Datos** (:menuselection:`Layer --> Add...`)" -" y pegar la URL del WMS ahí mismo." - -#: ../../build/doc/quickstart/udig_quickstart.rst:216 -msgid "Select :menuselection:`File --> New --> New Map` from the menu bar" -msgstr "" -"Seleccione :menuselection:`File --> New --> New Map` en la barra de menús" - -#: ../../build/doc/quickstart/udig_quickstart.rst:218 -msgid "" -"Change to the **Web** view, click on the tab next to the **Catalog** view to" -" reveal the *Web* view." -msgstr "" -"Cambiar a la vista **Web**, haga clic en la ficha junto a la vista " -"**Catalog** vista para revelar la vista *Web* ." - -#: ../../build/doc/quickstart/udig_quickstart.rst:223 -msgid "" -"Click on the link ``WMS\\:http://www2.dmsolutions.ca/cgi-" -"bin/mswms_gmap?Service=WMS&VERSION=1.1.0&REQUEST=GetCapabilities``" -msgstr "" -"Haga click en el enlace ``WMS\\:http://www2.dmsolutions.ca/cgi-" -"bin/mswms_gmap?Service=WMS&VERSION=1.1.0&REQUEST=GetCapabilities``" - -#: ../../build/doc/quickstart/udig_quickstart.rst:229 -msgid "" -"From the Resource Selection page we are going to choose the following " -"layers:" -msgstr "" -"Desde la página de Selección de Recursos vamos a elegir las siguientes " -"capas:" - -#: ../../build/doc/quickstart/udig_quickstart.rst:231 -msgid "Elevation/Bathymetry" -msgstr "Elevación/batimetría" - -#: ../../build/doc/quickstart/udig_quickstart.rst:232 -msgid "Parks" -msgstr "Parques" - -#: ../../build/doc/quickstart/udig_quickstart.rst:233 -msgid "Cities" -msgstr "Ciudades" - -#: ../../build/doc/quickstart/udig_quickstart.rst:238 -msgid "Press :guilabel:`Finish` to add these layers to your map" -msgstr "Presiona :guilabel:`Finish` para añadir estas capas en el mapa" - -#: ../../build/doc/quickstart/udig_quickstart.rst:243 -msgid "Use the |ZOOM| Zoom Tool to move closer to one of the Parks" -msgstr "Usa la herramienta de zoom |ZOOM| para acercarse a uno de los parques" - -#: ../../build/doc/quickstart/udig_quickstart.rst:245 -msgid "" -"Switch to the |INFO| Info Tool and click on one the parks to learn more " -"about it" -msgstr "" -"Cambiar a la Herramienta de información |INFO| y haga clic en uno de los " -"parques para obtener más información" - -#: ../../build/doc/quickstart/udig_quickstart.rst:247 -#: ../../build/doc/quickstart/udig_quickstart.rst:247 -msgid "INFO" -msgstr "INFO" - -#: ../../build/doc/quickstart/udig_quickstart.rst:249 -msgid "" -"You can switch between the zoom and info tools by pressing `Z` and `I` on " -"the keyboard." -msgstr "" -"Puede alternar entre las herramientas de zoom e información presionando `Z` " -"e `I` en el teclado." - -#: ../../build/doc/quickstart/udig_quickstart.rst:252 -msgid "Style" -msgstr "Estilo" - -#: ../../build/doc/quickstart/udig_quickstart.rst:254 -msgid "" -"Select the `project > ne 10m admin 0 countries`, you can double click to " -"open this Map, or Right Click and choose Open Map" -msgstr "" -"Seleccione el `proyecto> ne 10m admin 0 países`, puede hacer doble clic para " -"abrir este Mapa, o haga Clic Derecho y elija Abrir Mapa" - -#: ../../build/doc/quickstart/udig_quickstart.rst:256 -msgid "Select the countries layer in the Layer view" -msgstr "Seleccione la capa de los países en la vista de Capas" - -#: ../../build/doc/quickstart/udig_quickstart.rst:258 -msgid "" -"Open up the **Style Editor** by right clicking on `ne 10m admin 0 countries`" -" layer and choosing :guilabel:`Change Style`" -msgstr "" -"Abra el **Editor de Estilos** haciendo clic derecho en la capa `ne 10m admin " -"0 countries` y eligiendo :guilabel:`Change Style`" - -#: ../../build/doc/quickstart/udig_quickstart.rst:260 -msgid "We are going to change a few things about how countries are displayed" -msgstr "Vamos a cambiar algunas cosas sobre cómo se muestran los países" - -#: ../../build/doc/quickstart/udig_quickstart.rst:262 -msgid "" -"Line: Click :guilabel:`Border`, click on the Color button and change the " -"color to BLACK" -msgstr "" -"Línea: haga clic en Click :guilabel:`Border`, haga clic en el botón Color y " -"cambie el color a NEGRO" - -#: ../../build/doc/quickstart/udig_quickstart.rst:264 -msgid "" -"Fill: On Tab :guilabel:`Fill` uncheck the box :guilabel:`enable/disable " -"fill` to turn off fill" -msgstr "" -"Relleno: en la pestaña :guilabel:`Fill` desmarque la casilla :guilabel:`" -"enable/disable fill` para desactivar el relleno" - -#: ../../build/doc/quickstart/udig_quickstart.rst:266 -msgid "" -"Label: On Tab :guilabel:`Labels` check the box :guilabel:`enable/disable " -"labeling`, and choose the attribute **NAME** from the list of attributes" -msgstr "" -"Etiqueta: en pestaña :guilabel:`Labels` marque la casilla " -":guilabel:`enable/disable labeling` y elija el atributo **NOMBRE** de la " -"lista de atributos" - -#: ../../build/doc/quickstart/udig_quickstart.rst:271 -msgid "" -"Press :guilabel:`Apply` to see what this looks like on your Map, the " -"**Layer** view will also be updated to reflect the current style" -msgstr "" -"Presione :guilabel:`Apply` para ver cómo se ve esto en su mapa, la vista de " -"**Capa** también se actualizará para reflejar el estilo actua" - -#: ../../build/doc/quickstart/udig_quickstart.rst:274 -msgid "" -"When you are happy with the result you can press :guilabel:`Close` to " -"dismiss the dialog" -msgstr "" -"Cuando estés contento con el resultado que se puede pulsar :guilabel:`Close`" -" para cerrar el cuadro de diálogo" - -#: ../../build/doc/quickstart/udig_quickstart.rst:276 -msgid "" -"Some files include style settings. The Style definition can be found in " -"files with the :file:`*.sld` extension. The name itself should be equal to " -"the file containing the data. If such a |SLD| file exists, the style will be" -" applied automatically." -msgstr "" -"Algunos archivos incluyen la configuración de estilo. La definición de " -"Estilo se puede encontrar en archivos con la extensión :file:`*.sld`. El " -"nombre en sí debe ser igual al archivo que contiene los datos. Si tal |SLD| " -"archivo existe, el estilo se aplicará automáticamente." - -#: ../../build/doc/quickstart/udig_quickstart.rst:278 -msgid "" -"Sometimes it is a bit hard to see what is going on with layer providing much" -" details. To get focused on the task you like to work on, you can choose " -":menuselection:`Map --> Mylar` from the menu bar. Using the *Layer* view " -"select different layers in turn to see the effect. You can turn off this " -"effect at any time using :menuselection:`Map --> Mylar` from the menu bar." -msgstr "" -"A veces es un poco difícil ver qué sucede con la capa que proporciona muchos" -" detalles. Para enfocarse en la tarea en la que le gusta trabajar, puede " -"elegir :menuselection:`Map --> Mylar` en la barra de menú. Usando la vista " -"de **Capa**, seleccione diferentes capas para ver el efecto. Puede " -"desactivar este efecto en cualquier momento usando :menuselection:`Map --> " -"Mylar` de la barra de menú." - -#: ../../build/doc/quickstart/udig_quickstart.rst:294 -msgid "Things to Try" -msgstr "Cosas para Probar" - -#: ../../build/doc/quickstart/udig_quickstart.rst:296 -msgid "Here are some additional challenges for you to try:" -msgstr "Aquí hay algunos desafíos adicionales para que intentes:" - -#: ../../build/doc/quickstart/udig_quickstart.rst:298 -msgid "" -"Try viewing your own GIS map layers, or try adding a layer from a |WFS|" -msgstr "" -"Intente ver sus propias capas de mapa SIG, o intente agregar una capa desde " -"un |WFS|" - -#: ../../build/doc/quickstart/udig_quickstart.rst:299 -msgid "Try styling the WFS layer." -msgstr "Trate de estilizar la capa WFS." - -#: ../../build/doc/quickstart/udig_quickstart.rst:302 -msgid "What Next?" -msgstr "¿Qué sigue?" - -#: ../../build/doc/quickstart/udig_quickstart.rst:307 -msgid "" -"This is only the first step on the road to using uDig. There is a lot more " -"great material (and ability) left for you to discover in our **walkthrough**" -" documents." -msgstr "" -"Este es solo el primer paso en el camino hacia el uso de uDig. Queda mucho " -"más material (y capacidad) por descubrir en nuestros documentos de " -"**recorrido**." - -#: ../../build/doc/quickstart/udig_quickstart.rst:309 -msgid "Walkthrough 1" -msgstr "Tutorial 1" - -#: ../../build/doc/quickstart/udig_quickstart.rst:311 -msgid "" -"Try out the use of :doc:`PostGIS <../overview/postgis_overview>`, extract " -"data from a Web Feature Server and explore the use of **Themes** with our " -"powerful `Color Brewer` technology." -msgstr "" -"Pruebe el uso de :doc:`PostGIS <../overview/postgis_overview>`, extraiga " -"datos de un Servidor de Características Web y explore el uso de **temas** " -"con nuestra poderosa tecnología `Color Brewer`." - -#: ../../build/doc/quickstart/udig_quickstart.rst:314 -msgid ":file:`/usr/local/share/udig/udig-docs/uDigWalkthrough 1.pdf`" -msgstr ":file:`/usr/local/share/udig/udig-docs/uDigWalkthrough 1.pdf`" - -#: ../../build/doc/quickstart/udig_quickstart.rst:316 -msgid "" -"Walkthrough 2 - Learn how to create shapefiles and use the Edit tools to " -"manipulate feature data, covers the installation of :doc:`GeoServer " -"<../overview/geoserver_overview>` and editing with a Web Feature Server." -msgstr "" -"Tutorial 2 - aprender a crear archivos y utilizar las herramientas de " -"edición para manipular los datos de función, abarca la instalación de :doc:`" -"GeoServer <../overview/geoserver_overview>` y la edición con un servidor de " -"la característica de Web." - -#: ../../build/doc/quickstart/udig_quickstart.rst:320 -msgid "Available on http://udig.refractions.net/" -msgstr "Disponible en http://udig.refractions.net/" - -#: ../../build/doc/:13 -msgid "vmdk" -msgstr "vmdk" - -#: ../../build/doc/:16 -msgid "nologo" -msgstr "nologo" - -#: ../../build/doc/:0 -msgid "OSGeo Project" -msgstr "Proyecto OSGeo" - -#: ../../build/doc/:0 ../../build/doc/:0 -msgid "OSGeo Community" -msgstr "OSGeo Comunitario" diff --git a/locale/fi/LC_MESSAGES/overview/udig_overview.po b/locale/fi/LC_MESSAGES/overview/udig_overview.po deleted file mode 100644 index 84af984e2e..0000000000 --- a/locale/fi/LC_MESSAGES/overview/udig_overview.po +++ /dev/null @@ -1,241 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2011~2019, OSGeo -# This file is distributed under the same license as the OSGeoLive package. -# FIRST AUTHOR , 2017. -# -# Translators: -# Santtu Pyykkönen, 2019 -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: OSGeoLive 14.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-05 12:30-0600\n" -"PO-Revision-Date: 2017-09-20 16:08+0000\n" -"Last-Translator: Santtu Pyykkönen, 2019\n" -"Language: fi\n" -"Language-Team: Finnish (https://www.transifex.com/osgeo/teams/66156/fi/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\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" - -#: ../../build/doc/overview/udig_overview.rst:15 -msgid "uDig" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:18 -msgid "Desktop GIS" -msgstr "Paikkatiedon työasemaohjelmisto" - -#: ../../build/doc/overview/udig_overview.rst:21 -msgid "" -"User-friendly Desktop Internet GIS (uDig) is an open source spatial data " -"viewer/editor, with special emphasis on the OpenGIS standards for " -"internet GIS, the Web Map Server (WMS) and Web Feature Server (WFS) " -"standards." -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:23 -msgid "uDig is:" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:25 -msgid "" -"**User-friendly**, providing a familiar graphical environment for GIS " -"users;" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:26 -msgid "**Desktop located**, running natively on Windows, Mac OS/X and Linux;" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:27 -msgid "" -"**Internet oriented**, consuming standard and de facto geospatial web " -"services; and," -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:28 -msgid "" -"**GIS ready**, providing the framework on which complex analytical " -"capabilities can be built, and gradually subsuming those capabilities " -"into the main application." -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:30 -msgid "" -"For developers uDig provides a common Java platform for building spatial " -"applications with open source components. The website provides series of " -"clear tutorials covering making a simple tool through to releasing your " -"own custom application." -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:-1 -msgid "udig screenshot" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:39 -msgid "Core Features" -msgstr "Keskeiset ominaisuudet" - -#: ../../build/doc/overview/udig_overview.rst:41 -msgid "" -"Desktop Client with Drag and Drop integration for File explorer and Web " -"Browser" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:42 -msgid "Integrate with your existing infrastructure: ArcSDE, Oracle, DB2 and more" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:43 -msgid "Work with local files: Shapefile, jpeg, png, tiff and more." -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:44 -msgid "Work with advanced spatial raster formats: ECW, MrSID, JPEG 2000" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:45 -msgid "" -"Support for compliant Web Map Servers (:doc:`GeoServer " -"`, MapServer tested)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:46 -msgid "" -"Integrated Web experience with an embedded browser that recognises OGC " -"web services and smoothly adds links to the onscreen map" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:48 -msgid "" -"Style Layer Descriptor control of rendering allowing you to publish your " -"Map using the same settings in uDig as with popular Web Map Servers" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:50 -msgid "" -"Deep integration of standards allowing the application to swap between " -"the appropriate service as required for display, interaction and editing" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:52 -msgid "Printing and PDF Generation" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:53 -msgid "For Developers" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:55 -msgid "" -"Java Application built using the :doc:`GeoTools `, " -"`JTS Topology Suite (JTS) `_" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:56 -msgid "" -"Industrial strength plug-in system provided by Eclipse Rich Client " -"Platform" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:57 -msgid "Use of native widgets" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:60 -msgid "Implemented Standards" -msgstr "Toteutetut standardit" - -#: ../../build/doc/overview/udig_overview.rst:62 -msgid "OGC Web Map Server (WMS)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:63 -msgid "OGC Web Feature Server (WFS)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:64 -msgid "OGC Web Feature Server Transactional (WFS-T)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:65 -msgid "OGC Simple Features for SQL (SFQL)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:66 -msgid "Web Map Server Cache (WMS-C)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:67 -msgid "OGC Style Layer Descriptor (SLD)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:70 -msgid "Details" -msgstr "Lisätiedot" - -#: ../../build/doc/overview/udig_overview.rst:72 -msgid "**Website:** http://udig.refractions.net/" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:74 -msgid "**Licence:** Dual BSD / EPL (Eclipse Foundation)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:76 -msgid "**Software Version:** |version-udig|" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:78 -msgid "**Supported Platforms:** Windows, Linux, Mac" -msgstr "* * Tuetut käyttöjärjestelmät: * * Windows, Linux, Mac" - -#: ../../build/doc/overview/udig_overview.rst:80 -msgid "" -"**API Interfaces:** GeoTools, ImageIO-Ext, Java Advanced Imaging, Eclipse" -" Rich Client Platform, Eclipse Modelling Framework" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:82 -msgid "**Support:** http://udig.refractions.net/users/" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:84 -msgid "**Developers:** http://udig.refractions.net/developers/" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:87 -msgid "" -"This project is only included on the OSGeoLive virtual machine disk " -"(VMDK)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:90 -msgid "Quickstart" -msgstr "Pika-aloitus" - -#: ../../build/doc/overview/udig_overview.rst:92 -msgid ":doc:`Quickstart documentation <../quickstart/udig_quickstart>`" -msgstr "" - -#: ../../build/doc/:13 -msgid "vmdk" -msgstr "" - -#: ../../build/doc/:16 -msgid "nologo" -msgstr "" - -#: ../../build/doc/ -msgid "OSGeo Project" -msgstr "" - -#: ../../build/doc/ -msgid "OSGeo Community" -msgstr "" - diff --git a/locale/fi/LC_MESSAGES/quickstart/udig_quickstart.po b/locale/fi/LC_MESSAGES/quickstart/udig_quickstart.po deleted file mode 100644 index 7cd56f30db..0000000000 --- a/locale/fi/LC_MESSAGES/quickstart/udig_quickstart.po +++ /dev/null @@ -1,558 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2011~2019, OSGeo -# This file is distributed under the same license as the OSGeoLive package. -# FIRST AUTHOR , 2017. -# -# Translators: -# Santtu Pyykkönen, 2019 -# MarPetra , 2020 -# Kari Salovaara , 2022 -msgid "" -msgstr "" -"Project-Id-Version: OSGeoLive 14.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-05 12:30-0600\n" -"PO-Revision-Date: 2024-10-14 14:30+0000\n" -"Last-Translator: Celia Virginia Vergara Castillo \n" -"Language-Team: Finnish \n" -"Language: fi\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.4.3\n" -"Generated-By: Babel 2.11.0\n" - -#: ../../build/doc/quickstart/udig_quickstart.rst:14 -msgid "" -"This project is only included on the OSGeoLive virtual machine disk " -"(VMDK)" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:20 -msgid "uDig Quickstart" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:28 -msgid "" -"uDig (User Friendly Internet Desktop GIS), is a GIS Desktop client for " -"editing and viewing Geospatial data." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:34 -msgid "This Quick Start describes how to:" -msgstr "Tässä Pika-aloitusnäytössä kuvataan, miten:" - -#: ../../build/doc/quickstart/udig_quickstart.rst:36 -msgid "load a map layers from a shapefile and |WMS|" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:37 -msgid "use the standard map tools" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:38 -msgid "apply colour to map features using styling" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:40 -msgid "Contents" -msgstr "Sisältö" - -#: ../../build/doc/quickstart/udig_quickstart.rst:43 -msgid "start uDig" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:54 -msgid "Choose |osgeolive-appmenupath-udig| from menu" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:55 -msgid "The application will take a few moments to start up" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:66 -msgid "" -"If you have any difficulties, or are running uDig please review the " -"Running uDig reference page." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:69 -msgid "Welcome View" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:71 -msgid "" -"When you start up uDig for the first time the Welcome view takes up the " -"entire display. This screen has links to tutorials, documentation and the" -" project website." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:74 -msgid "" -"Click the arrow labelled Workbench in the upper right corner, to reveal " -"the contents of the uDig workbench." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:79 -msgid "" -"You can return to the Welcome view at any time by selecting the " -":menuselection:`Help --> Welcome` from the menu bar." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:82 -msgid "Workbench" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:84 -msgid "" -"The Workbench window offers multiple Editors (each showing a Map) and " -"supporting Views (offering information about the current Map)." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:90 -msgid "Shown above is a typical uDig session with the" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:92 -msgid "Layers view (1)," -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:93 -msgid "Projects view (2)," -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:94 -msgid "Catalog view (3) and" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:95 -msgid "Map editor (4)." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:97 -msgid "These views will be described further as we demonstrate their use." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:100 -msgid "Files" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:102 -msgid "" -"To start out with we are going to load some of the sample data included " -"on the DVD." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:104 -msgid "" -"Choose :menuselection:`Layer --> Add` from the menu bar to open up the " -"**Add Data** wizard" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:106 -msgid "Select **Files** from the list of data sources" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:108 -msgid "Press :guilabel:`Next` to open up a file dialog" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:110 -msgid "The OSGeoLive DVD contains sample data in:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:112 -msgid ":file:`~/data` (a short cut to :file:`/usr/local/share/data`)" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:114 -msgid "Select the following file from the :file:`natural_earth2` folder:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:116 -msgid ":file:`ne_10m_admin_0_countries.shp`" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:118 -msgid "Press :guilabel:`Open`" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:120 -msgid "" -"A new Map editor will be opened based on the contents of your shapefile. " -"The default name and projection of the Map has been taken from your " -"shapefile." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:123 -msgid "" -"You can see the **Catalog view** has been updated with an entry for " -":file:`ne_10m_admin_0_countries.shp`. This view is used to track the use " -"of resources by the uDig application." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:126 -msgid "" -"The **Layers** view shows a single layer is displayed on this map. This " -"view is used to change the order and appearance of information in your " -"Map." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:129 -msgid "" -"The **Projects** view has been updated to show that your map is stored in" -" `projects > ne 10m admin 0 countries`. You can have multiple projects " -"open at a time, each project can have several maps." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:132 -msgid "Open up the :file:`~/data/natural_earth2/` folder on the desktop" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:134 -msgid "" -"Drag :file:`HYP_50M_SR_W.tif` onto the Map Editor, a new layer is added " -"to to the map." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:136 -msgid "" -"You can see the order the layers are drawn in the layer view. Right now " -"the `HYP_50M_SR_W` layer is drawn on top of the `ne 10m admin 0 " -"countries` layer." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:139 -msgid "" -"Select the `HYP_50M_SR_W` layer in the catalog view and drag it to the " -"bottom of the list" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:150 -msgid "" -"One of the most common questions asked when uDig is considered for an " -"organization is how much memory the application uses. Unlike most GIS " -"applications uDig can get by with a fixed amount of memory. The above " -"shapefile is not loaded into memory, we have a policy of keeping data on " -"disk and drawing data like this shapefile onto the screen as needed." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:159 -msgid "You can also drag and drop shapefiles directly into the uDig application!" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:162 -msgid "Map" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:164 -msgid "" -"You can control where in the world the Map Editor is looking by using the" -" navigation tools in the tool bar along the top of the screen." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:167 -msgid "The |ZOOM| Zoom tool is available by default" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:169 -msgid "ZOOM" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:171 -msgid "" -"Use the zoom tool by drawing a box using the left mouse button around the" -" area of the world you wish to see." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:173 -msgid "" -"To zoom out draw a box with the right mouse button. The current map " -"extents will be located within the box you draw." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:176 -msgid "" -"The |PAN| Pan tool can be used to scroll around your map with out " -"changing scale." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:178 -msgid "PAN" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:180 -msgid "There are also several navigation buttons that can be used at any time:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:182 -msgid "|SHOWALL| Show All, can be used to return to the full extents at any time" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:184 -msgid "SHOWALL" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:186 -msgid "" -"|ZOOM_IN| Zoom In and |ZOOM_OUT| Zoom Out can be used to change the scale" -" by a fixed amount." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:188 -msgid "ZOOM_IN" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:189 -msgid "ZOOM_OUT" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:191 -msgid "" -"You can use Navigation Back |BNAV| and Forward |FNAV| in the menu bar to " -"cycle though previously visited locations." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:194 -msgid "BNAV" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:195 -msgid "FNAV" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:197 -msgid "" -"Most tools allow you to Pan by holding the center button and control the " -"scale using the scroll wheel." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:201 -msgid "Web Map Server" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:203 -msgid "" -"One of the reasons to use an application like uDig is to access all the " -"great free geospatial information available on the web. This section " -"covers the use of Web Map Servers which make available layers of " -"information that you can mix into your own maps." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:207 -msgid "" -"If you are not connected to the Internet run |osgeolive-appmenupath-" -"geoserver| for a local WMS. The script will open a page with a \"Service " -"Capabilities\" section and two links for WMS Services you can drag into " -"your empty map." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:211 -msgid "" -"You can copy a WMS URL (e.g. for `WMS 1.1.1`_) from right panel of " -"`GeoServer Welcome page`_ and \"paste\" it either on the **Map** view or " -"the **Layers** view. A wizard shows you the layers you can add to the " -"**Map**. You can also connect to Web Map Servers using the **Add Data** " -"(:menuselection:`Layer --> Add...`) Wizard and paste WMS URL right there." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:216 -msgid "Select :menuselection:`File --> New --> New Map` from the menu bar" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:218 -msgid "" -"Change to the **Web** view, click on the tab next to the **Catalog** view" -" to reveal the *Web* view." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:223 -msgid "" -"Click on the link ``WMS\\:http://www2.dmsolutions.ca/cgi-" -"bin/mswms_gmap?Service=WMS&VERSION=1.1.0&REQUEST=GetCapabilities``" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:229 -msgid "" -"From the Resource Selection page we are going to choose the following " -"layers:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:231 -msgid "Elevation/Bathymetry" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:232 -msgid "Parks" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:233 -msgid "Cities" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:238 -msgid "Press :guilabel:`Finish` to add these layers to your map" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:243 -msgid "Use the |ZOOM| Zoom Tool to move closer to one of the Parks" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:245 -msgid "" -"Switch to the |INFO| Info Tool and click on one the parks to learn more " -"about it" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:247 -msgid "INFO" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:249 -msgid "" -"You can switch between the zoom and info tools by pressing `Z` and `I` on" -" the keyboard." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:252 -msgid "Style" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:254 -msgid "" -"Select the `project > ne 10m admin 0 countries`, you can double click to " -"open this Map, or Right Click and choose Open Map" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:256 -msgid "Select the countries layer in the Layer view" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:258 -msgid "" -"Open up the **Style Editor** by right clicking on `ne 10m admin 0 " -"countries` layer and choosing :guilabel:`Change Style`" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:260 -msgid "We are going to change a few things about how countries are displayed" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:262 -msgid "" -"Line: Click :guilabel:`Border`, click on the Color button and change the " -"color to BLACK" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:264 -msgid "" -"Fill: On Tab :guilabel:`Fill` uncheck the box :guilabel:`enable/disable " -"fill` to turn off fill" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:266 -msgid "" -"Label: On Tab :guilabel:`Labels` check the box :guilabel:`enable/disable " -"labeling`, and choose the attribute **NAME** from the list of attributes" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:271 -msgid "" -"Press :guilabel:`Apply` to see what this looks like on your Map, the " -"**Layer** view will also be updated to reflect the current style" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:274 -msgid "" -"When you are happy with the result you can press :guilabel:`Close` to " -"dismiss the dialog" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:276 -msgid "" -"Some files include style settings. The Style definition can be found in " -"files with the :file:`*.sld` extension. The name itself should be equal " -"to the file containing the data. If such a |SLD| file exists, the style " -"will be applied automatically." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:278 -msgid "" -"Sometimes it is a bit hard to see what is going on with layer providing " -"much details. To get focused on the task you like to work on, you can " -"choose :menuselection:`Map --> Mylar` from the menu bar. Using the " -"*Layer* view select different layers in turn to see the effect. You can " -"turn off this effect at any time using :menuselection:`Map --> Mylar` " -"from the menu bar." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:294 -msgid "Things to Try" -msgstr "Kokeiltavia asioita" - -#: ../../build/doc/quickstart/udig_quickstart.rst:296 -msgid "Here are some additional challenges for you to try:" -msgstr "Seuraavassa on joitakin muita haasteita, joita voit kokeilla:" - -#: ../../build/doc/quickstart/udig_quickstart.rst:298 -msgid "Try viewing your own GIS map layers, or try adding a layer from a |WFS|" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:299 -msgid "Try styling the WFS layer." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:302 -msgid "What Next?" -msgstr "Mitä seuraavaksi?" - -#: ../../build/doc/quickstart/udig_quickstart.rst:307 -msgid "" -"This is only the first step on the road to using uDig. There is a lot " -"more great material (and ability) left for you to discover in our " -"**walkthrough** documents." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:309 -msgid "Walkthrough 1" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:311 -msgid "" -"Try out the use of :doc:`PostGIS <../overview/postgis_overview>`, extract" -" data from a Web Feature Server and explore the use of **Themes** with " -"our powerful `Color Brewer` technology." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:314 -msgid ":file:`/usr/local/share/udig/udig-docs/uDigWalkthrough 1.pdf`" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:316 -msgid "" -"Walkthrough 2 - Learn how to create shapefiles and use the Edit tools to " -"manipulate feature data, covers the installation of :doc:`GeoServer " -"<../overview/geoserver_overview>` and editing with a Web Feature Server." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:320 -msgid "Available on http://udig.refractions.net/" -msgstr "" - -#: ../../build/doc/:13 -msgid "vmdk" -msgstr "" - -#: ../../build/doc/:16 -msgid "nologo" -msgstr "" - -#: ../../build/doc/ -msgid "OSGeo Project" -msgstr "" - -#: ../../build/doc/ -msgid "OSGeo Community" -msgstr "" diff --git a/locale/fr/LC_MESSAGES/overview/udig_overview.po b/locale/fr/LC_MESSAGES/overview/udig_overview.po deleted file mode 100644 index e8d12a665c..0000000000 --- a/locale/fr/LC_MESSAGES/overview/udig_overview.po +++ /dev/null @@ -1,280 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2011~2022, OSGeo -# This file is distributed under the same license as the OSGeoLive package. -# FIRST AUTHOR , YEAR. -# -# Translators: -# Thomas Gratier , 2017 -# Nicolas Roelandt (Personnel), 2022 -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: OSGeoLive 15.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-08-03 09:57+0000\n" -"PO-Revision-Date: 2017-09-20 16:08+0000\n" -"Last-Translator: Nicolas Roelandt (Personnel), 2022\n" -"Language-Team: French (https://www.transifex.com/osgeo/teams/66156/fr/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" - -#: ../../build/doc/overview/udig_overview.rst:15 -msgid "uDig" -msgstr "uDig" - -#: ../../build/doc/overview/udig_overview.rst:18 -msgid "Desktop GIS" -msgstr "SIG Bureautique" - -#: ../../build/doc/overview/udig_overview.rst:21 -msgid "" -"User-friendly Desktop Internet GIS (uDig) is an open source spatial data " -"viewer/editor, with special emphasis on the OpenGIS standards for internet " -"GIS, the Web Map Server (WMS) and Web Feature Server (WFS) standards." -msgstr "" -"Le SIG \"User-friendly Desktop Internet GIS\" (uDig) est un " -"visualisateur/éditeur de données spatiales Open Source, avec un accent " -"spécial sur les standards OpenGIS pour les SIG en ligne, les standards " -"\"Web Map Server\" (WMS) et \"Web Feature Server\" (WFS)." - -#: ../../build/doc/overview/udig_overview.rst:23 -msgid "uDig is:" -msgstr "uDig est:" - -#: ../../build/doc/overview/udig_overview.rst:25 -msgid "" -"**User-friendly**, providing a familiar graphical environment for GIS users;" -msgstr "" -"**Facile pour les utilisateurs**, fournissant un environnement graphique " -"familier pour les utilisateurs SIG;" - -#: ../../build/doc/overview/udig_overview.rst:26 -msgid "**Desktop located**, running natively on Windows, Mac OS/X and Linux;" -msgstr "" -"**Adapté à la bureautique**, fonctionnant nativement sur Windows, Mac OS/X " -"et Linux;" - -#: ../../build/doc/overview/udig_overview.rst:27 -msgid "" -"**Internet oriented**, consuming standard and de facto geospatial web " -"services; and," -msgstr "" -"**Orienté internet**, consommant des services web géospatiaux appartenant à " -"des standards; et," - -#: ../../build/doc/overview/udig_overview.rst:28 -msgid "" -"**GIS ready**, providing the framework on which complex analytical " -"capabilities can be built, and gradually subsuming those capabilities into " -"the main application." -msgstr "" -"**Prêt pour le SIG**, fournissant le framework sur lequel des capacités " -"analytiques complexes peuvent être ajoutées, et lesquelles peuvent être " -"graduellement incluses dans l'application principale." - -#: ../../build/doc/overview/udig_overview.rst:30 -msgid "" -"For developers uDig provides a common Java platform for building spatial " -"applications with open source components. The website provides series of " -"clear tutorials covering making a simple tool through to releasing your own " -"custom application." -msgstr "" -"Pour les développeurs, uDig fournit un plateforme commune en Java pour " -"construire des applications spatiales avec des composants open source. Le " -"site web fournit des séries de tutoriels clairs couvrant comment faire un " -"outil simple jusqu'à comment mettre à disposition votre propre application " -"personnalisée." - -#: ../../build/doc/overview/udig_overview.rstNone -msgid "udig screenshot" -msgstr "Capture d’écran d'udig" - -#: ../../build/doc/overview/udig_overview.rst:39 -msgid "Core Features" -msgstr "Caractéristiques principales" - -#: ../../build/doc/overview/udig_overview.rst:41 -msgid "" -"Desktop Client with Drag and Drop integration for File explorer and Web " -"Browser" -msgstr "" -"Client bureautique avec intégration du glisser-déposer pour l'explorateur de" -" fichiers et le navigateur web" - -#: ../../build/doc/overview/udig_overview.rst:42 -msgid "" -"Integrate with your existing infrastructure: ArcSDE, Oracle, DB2 and more" -msgstr "" -"S'intègre avec votre infrastructure existante: ArcSDE, Oracle, DB2 et plus" - -#: ../../build/doc/overview/udig_overview.rst:43 -msgid "Work with local files: Shapefile, jpeg, png, tiff and more." -msgstr "" -"Fonctionne avec des fichiers locaux: Shapefile, jpeg, png, tiff et plus." - -#: ../../build/doc/overview/udig_overview.rst:44 -msgid "Work with advanced spatial raster formats: ECW, MrSID, JPEG 2000" -msgstr "" -"Fonctionne avec des formats raster spatiaux avancés: ECW, MrSID, JPEG 2000" - -#: ../../build/doc/overview/udig_overview.rst:45 -msgid "" -"Support for compliant Web Map Servers (:doc:`GeoServer " -"`, MapServer tested)" -msgstr "" -"Support pour les serveurs conformes au WMS (:doc:`GeoServer " -"`, MapServer testés)" - -#: ../../build/doc/overview/udig_overview.rst:46 -msgid "" -"Integrated Web experience with an embedded browser that recognises OGC web " -"services and smoothly adds links to the onscreen map" -msgstr "" -"Expérience web intégrée avec un navigateur intégré reconnaissant les " -"services web OGC et ajoutant des liens sur la carte à l'écran" - -#: ../../build/doc/overview/udig_overview.rst:48 -msgid "" -"Style Layer Descriptor control of rendering allowing you to publish your Map" -" using the same settings in uDig as with popular Web Map Servers" -msgstr "" -"Contrôle des styles de rendus avec \"Style Layer Descriptor\" vous " -"permettant de publier votre carte en utilisant les mêmes paramètres dans " -"uDig qu'avec les serveurs web WMS" - -#: ../../build/doc/overview/udig_overview.rst:50 -msgid "" -"Deep integration of standards allowing the application to swap between the " -"appropriate service as required for display, interaction and editing" -msgstr "" -"Intégration forte des standards permettant à l'application de basculer entre" -" les services appropriés requis pour l'affichage, l'interaction et l'édition" - -#: ../../build/doc/overview/udig_overview.rst:52 -msgid "Printing and PDF Generation" -msgstr "Impression et génération PDF" - -#: ../../build/doc/overview/udig_overview.rst:53 -msgid "For Developers" -msgstr "Pour les développeurs" - -#: ../../build/doc/overview/udig_overview.rst:55 -msgid "" -"Java Application built using the :doc:`GeoTools `, `JTS " -"Topology Suite (JTS) `_" -msgstr "" -"Application Java construite en utilisant :doc:`GeoTools " -"`, `JTS Topology Suite (JTS) " -"`_" - -#: ../../build/doc/overview/udig_overview.rst:56 -msgid "" -"Industrial strength plug-in system provided by Eclipse Rich Client Platform" -msgstr "" -"Système de plugin de qualité industriel fournit via la plateforme Eclipse " -"\"Rich Client Platform\"" - -#: ../../build/doc/overview/udig_overview.rst:57 -msgid "Use of native widgets" -msgstr "Utilisation de widgets natifs" - -#: ../../build/doc/overview/udig_overview.rst:60 -msgid "Implemented Standards" -msgstr "Standards implémentés" - -#: ../../build/doc/overview/udig_overview.rst:62 -msgid "OGC Web Map Server (WMS)" -msgstr "Web Map Server (WMS) OGC" - -#: ../../build/doc/overview/udig_overview.rst:63 -msgid "OGC Web Feature Server (WFS)" -msgstr "Web Feature Server (WFS) OGC" - -#: ../../build/doc/overview/udig_overview.rst:64 -msgid "OGC Web Feature Server Transactional (WFS-T)" -msgstr "Web Feature Server Transactionnel (WFS-T) OGC" - -#: ../../build/doc/overview/udig_overview.rst:65 -msgid "OGC Simple Features for SQL (SFQL)" -msgstr "Simple Features for SQL (SFQL) OGC" - -#: ../../build/doc/overview/udig_overview.rst:66 -msgid "Web Map Server Cache (WMS-C)" -msgstr "Web Map Server Cache (WMS-C)" - -#: ../../build/doc/overview/udig_overview.rst:67 -msgid "OGC Style Layer Descriptor (SLD)" -msgstr "Style Layer Descriptor (SLD) OGC" - -#: ../../build/doc/overview/udig_overview.rst:70 -msgid "Details" -msgstr "Détails" - -#: ../../build/doc/overview/udig_overview.rst:72 -msgid "**Website:** http://udig.refractions.net/" -msgstr "**Site web:** http://udig.refractions.net/" - -#: ../../build/doc/overview/udig_overview.rst:74 -msgid "**Licence:** Dual BSD / EPL (Eclipse Foundation)" -msgstr "**Licence:** Duel BSD / EPL (fondation Eclipse)" - -#: ../../build/doc/overview/udig_overview.rst:76 -msgid "**Software Version:** |version-udig|" -msgstr "**Version du logiciel:** |version-udig|" - -#: ../../build/doc/overview/udig_overview.rst:78 -msgid "**Supported Platforms:** Windows, Linux, Mac" -msgstr "**Plates-formes supportées:** Windows, Linux, Mac" - -#: ../../build/doc/overview/udig_overview.rst:80 -msgid "" -"**API Interfaces:** GeoTools, ImageIO-Ext, Java Advanced Imaging, Eclipse " -"Rich Client Platform, Eclipse Modelling Framework" -msgstr "" -"**Interfaces d'API:** GeoTools, ImageIO-Ext, Java Advanced Imaging, Eclipse " -"Rich Client Platform, Eclipse Modelling Framework" - -#: ../../build/doc/overview/udig_overview.rst:82 -msgid "**Support:** http://udig.refractions.net/users/" -msgstr "**Support:** http://udig.refractions.net/users/" - -#: ../../build/doc/overview/udig_overview.rst:84 -msgid "**Developers:** http://udig.refractions.net/developers/" -msgstr "**Développeurs:** http://udig.refractions.net/developers/" - -#: ../../build/doc/overview/udig_overview.rst:87 -msgid "" -"This project is only included on the OSGeoLive virtual machine disk (VMDK)" -msgstr "" -"Ce projet n’est inclus que sur le disque de machine virtuelle OSGeoLive " -"(VMDK)" - -#: ../../build/doc/overview/udig_overview.rst:90 -msgid "Quickstart" -msgstr "Guide de démarrage rapide" - -#: ../../build/doc/overview/udig_overview.rst:92 -msgid ":doc:`Quickstart documentation <../quickstart/udig_quickstart>`" -msgstr "" -":doc:`Documentation du guide de démarrage rapide " -"<../quickstart/udig_quickstart>`" - -#: ../../build/doc/:13 -msgid "vmdk" -msgstr "vmdk" - -#: ../../build/doc/:16 -msgid "nologo" -msgstr "Pas de logo" - -#: ../../build/doc/:0 -msgid "OSGeo Project" -msgstr "Projet OSGeo" - -#: ../../build/doc/:0 ../../build/doc/:0 -msgid "OSGeo Community" -msgstr "Communauté OSGeo" diff --git a/locale/fr/LC_MESSAGES/quickstart/udig_quickstart.po b/locale/fr/LC_MESSAGES/quickstart/udig_quickstart.po deleted file mode 100644 index 30c8a445a1..0000000000 --- a/locale/fr/LC_MESSAGES/quickstart/udig_quickstart.po +++ /dev/null @@ -1,573 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2011~2022, OSGeo -# This file is distributed under the same license as the OSGeoLive package. -# FIRST AUTHOR , YEAR. -# -# Translators: -# julien2512 , 2018 -# MarieSilvestre, 2019 -# Nicolas Roelandt (Personnel), 2022 -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: OSGeoLive 15.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-08-03 09:57+0000\n" -"PO-Revision-Date: 2017-09-20 16:06+0000\n" -"Last-Translator: Nicolas Roelandt (Personnel), 2022\n" -"Language-Team: French (https://www.transifex.com/osgeo/teams/66156/fr/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" - -#: ../../build/doc/quickstart/udig_quickstart.rst:14 -msgid "" -"This project is only included on the OSGeoLive virtual machine disk (VMDK)" -msgstr "" -"Ce projet n’est inclus que sur le disque de machine virtuelle OSGeoLive " -"(VMDK)" - -#: ../../build/doc/quickstart/udig_quickstart.rst:20 -msgid "uDig Quickstart" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:28 -msgid "" -"uDig (User Friendly Internet Desktop GIS), is a GIS Desktop client for " -"editing and viewing Geospatial data." -msgstr "" -"uDig (User Friendly Internet Desktop GIS), est un client lourd de SIG pour " -"l’édition et la visualisation des données géospatiales." - -#: ../../build/doc/quickstart/udig_quickstart.rst:34 -msgid "This Quick Start describes how to:" -msgstr "Ce guide de démarrage rapide décrit comment:" - -#: ../../build/doc/quickstart/udig_quickstart.rst:36 -msgid "load a map layers from a shapefile and |WMS|" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:37 -msgid "use the standard map tools" -msgstr "utiliser les outils cartographiques standard" - -#: ../../build/doc/quickstart/udig_quickstart.rst:38 -msgid "apply colour to map features using styling" -msgstr "" -"applique la couleur aux caractéristiques de la carte en suivant un style" - -#: ../../build/doc/quickstart/udig_quickstart.rst:40 -msgid "Contents" -msgstr "Contenu" - -#: ../../build/doc/quickstart/udig_quickstart.rst:43 -msgid "start uDig" -msgstr "lancer uDig" - -#: ../../build/doc/quickstart/udig_quickstart.rst:54 -msgid "Choose |osgeolive-appmenupath-udig| from menu" -msgstr "Choisissez | osgeolive-appmenupath-udig | dans le menu" - -#: ../../build/doc/quickstart/udig_quickstart.rst:55 -msgid "The application will take a few moments to start up" -msgstr "L'application peut prendre quelque moment avant de démarrer" - -#: ../../build/doc/quickstart/udig_quickstart.rst:66 -msgid "" -"If you have any difficulties, or are running uDig please review the Running " -"uDig reference page." -msgstr "" -"Si vous avez des difficultés durant votre utilisation de uDig référez vous à" -" la page de référence de uDig." - -#: ../../build/doc/quickstart/udig_quickstart.rst:69 -msgid "Welcome View" -msgstr "Page d'accueil" - -#: ../../build/doc/quickstart/udig_quickstart.rst:71 -msgid "" -"When you start up uDig for the first time the Welcome view takes up the " -"entire display. This screen has links to tutorials, documentation and the " -"project website." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:74 -msgid "" -"Click the arrow labelled Workbench in the upper right corner, to reveal the " -"contents of the uDig workbench." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:79 -msgid "" -"You can return to the Welcome view at any time by selecting the " -":menuselection:`Help --> Welcome` from the menu bar." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:82 -msgid "Workbench" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:84 -msgid "" -"The Workbench window offers multiple Editors (each showing a Map) and " -"supporting Views (offering information about the current Map)." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:90 -msgid "Shown above is a typical uDig session with the" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:92 -msgid "Layers view (1)," -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:93 -msgid "Projects view (2)," -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:94 -msgid "Catalog view (3) and" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:95 -msgid "Map editor (4)." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:97 -msgid "These views will be described further as we demonstrate their use." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:100 -msgid "Files" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:102 -msgid "" -"To start out with we are going to load some of the sample data included on " -"the DVD." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:104 -msgid "" -"Choose :menuselection:`Layer --> Add` from the menu bar to open up the **Add" -" Data** wizard" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:106 -msgid "Select **Files** from the list of data sources" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:108 -msgid "Press :guilabel:`Next` to open up a file dialog" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:110 -msgid "The OSGeoLive DVD contains sample data in:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:112 -msgid ":file:`~/data` (a short cut to :file:`/usr/local/share/data`)" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:114 -msgid "Select the following file from the :file:`natural_earth2` folder:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:116 -msgid ":file:`ne_10m_admin_0_countries.shp`" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:118 -msgid "Press :guilabel:`Open`" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:120 -msgid "" -"A new Map editor will be opened based on the contents of your shapefile. The" -" default name and projection of the Map has been taken from your shapefile." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:123 -msgid "" -"You can see the **Catalog view** has been updated with an entry for " -":file:`ne_10m_admin_0_countries.shp`. This view is used to track the use of " -"resources by the uDig application." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:126 -msgid "" -"The **Layers** view shows a single layer is displayed on this map. This view" -" is used to change the order and appearance of information in your Map." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:129 -msgid "" -"The **Projects** view has been updated to show that your map is stored in " -"`projects > ne 10m admin 0 countries`. You can have multiple projects open " -"at a time, each project can have several maps." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:132 -msgid "Open up the :file:`~/data/natural_earth2/` folder on the desktop" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:134 -msgid "" -"Drag :file:`HYP_50M_SR_W.tif` onto the Map Editor, a new layer is added to " -"to the map." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:136 -msgid "" -"You can see the order the layers are drawn in the layer view. Right now the " -"`HYP_50M_SR_W` layer is drawn on top of the `ne 10m admin 0 countries` " -"layer." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:139 -msgid "" -"Select the `HYP_50M_SR_W` layer in the catalog view and drag it to the " -"bottom of the list" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:150 -msgid "" -"One of the most common questions asked when uDig is considered for an " -"organization is how much memory the application uses. Unlike most GIS " -"applications uDig can get by with a fixed amount of memory. The above " -"shapefile is not loaded into memory, we have a policy of keeping data on " -"disk and drawing data like this shapefile onto the screen as needed." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:159 -msgid "" -"You can also drag and drop shapefiles directly into the uDig application!" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:162 -msgid "Map" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:164 -msgid "" -"You can control where in the world the Map Editor is looking by using the " -"navigation tools in the tool bar along the top of the screen." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:167 -msgid "The |ZOOM| Zoom tool is available by default" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:169 -#: ../../build/doc/quickstart/udig_quickstart.rst:169 -#: ../../build/doc/quickstart/udig_quickstart.rst:169 -msgid "ZOOM" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:171 -msgid "" -"Use the zoom tool by drawing a box using the left mouse button around the " -"area of the world you wish to see." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:173 -msgid "" -"To zoom out draw a box with the right mouse button. The current map extents " -"will be located within the box you draw." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:176 -msgid "" -"The |PAN| Pan tool can be used to scroll around your map with out changing " -"scale." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:178 -#: ../../build/doc/quickstart/udig_quickstart.rst:178 -msgid "PAN" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:180 -msgid "" -"There are also several navigation buttons that can be used at any time:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:182 -msgid "" -"|SHOWALL| Show All, can be used to return to the full extents at any time" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:184 -#: ../../build/doc/quickstart/udig_quickstart.rst:184 -msgid "SHOWALL" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:186 -msgid "" -"|ZOOM_IN| Zoom In and |ZOOM_OUT| Zoom Out can be used to change the scale by" -" a fixed amount." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:188 -#: ../../build/doc/quickstart/udig_quickstart.rst:188 -msgid "ZOOM_IN" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:189 -#: ../../build/doc/quickstart/udig_quickstart.rst:189 -msgid "ZOOM_OUT" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:191 -msgid "" -"You can use Navigation Back |BNAV| and Forward |FNAV| in the menu bar to " -"cycle though previously visited locations." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:194 -#: ../../build/doc/quickstart/udig_quickstart.rst:194 -msgid "BNAV" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:195 -#: ../../build/doc/quickstart/udig_quickstart.rst:195 -msgid "FNAV" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:197 -msgid "" -"Most tools allow you to Pan by holding the center button and control the " -"scale using the scroll wheel." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:201 -msgid "Web Map Server" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:203 -msgid "" -"One of the reasons to use an application like uDig is to access all the " -"great free geospatial information available on the web. This section covers " -"the use of Web Map Servers which make available layers of information that " -"you can mix into your own maps." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:207 -msgid "" -"If you are not connected to the Internet run |osgeolive-appmenupath-" -"geoserver| for a local WMS. The script will open a page with a \"Service " -"Capabilities\" section and two links for WMS Services you can drag into your" -" empty map." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:211 -msgid "" -"You can copy a WMS URL (e.g. for `WMS 1.1.1`_) from right panel of " -"`GeoServer Welcome page`_ and \"paste\" it either on the **Map** view or the" -" **Layers** view. A wizard shows you the layers you can add to the **Map**. " -"You can also connect to Web Map Servers using the **Add Data** " -"(:menuselection:`Layer --> Add...`) Wizard and paste WMS URL right there." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:216 -msgid "Select :menuselection:`File --> New --> New Map` from the menu bar" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:218 -msgid "" -"Change to the **Web** view, click on the tab next to the **Catalog** view to" -" reveal the *Web* view." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:223 -msgid "" -"Click on the link ``WMS\\:http://www2.dmsolutions.ca/cgi-" -"bin/mswms_gmap?Service=WMS&VERSION=1.1.0&REQUEST=GetCapabilities``" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:229 -msgid "" -"From the Resource Selection page we are going to choose the following " -"layers:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:231 -msgid "Elevation/Bathymetry" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:232 -msgid "Parks" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:233 -msgid "Cities" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:238 -msgid "Press :guilabel:`Finish` to add these layers to your map" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:243 -msgid "Use the |ZOOM| Zoom Tool to move closer to one of the Parks" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:245 -msgid "" -"Switch to the |INFO| Info Tool and click on one the parks to learn more " -"about it" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:247 -#: ../../build/doc/quickstart/udig_quickstart.rst:247 -msgid "INFO" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:249 -msgid "" -"You can switch between the zoom and info tools by pressing `Z` and `I` on " -"the keyboard." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:252 -msgid "Style" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:254 -msgid "" -"Select the `project > ne 10m admin 0 countries`, you can double click to " -"open this Map, or Right Click and choose Open Map" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:256 -msgid "Select the countries layer in the Layer view" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:258 -msgid "" -"Open up the **Style Editor** by right clicking on `ne 10m admin 0 countries`" -" layer and choosing :guilabel:`Change Style`" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:260 -msgid "We are going to change a few things about how countries are displayed" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:262 -msgid "" -"Line: Click :guilabel:`Border`, click on the Color button and change the " -"color to BLACK" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:264 -msgid "" -"Fill: On Tab :guilabel:`Fill` uncheck the box :guilabel:`enable/disable " -"fill` to turn off fill" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:266 -msgid "" -"Label: On Tab :guilabel:`Labels` check the box :guilabel:`enable/disable " -"labeling`, and choose the attribute **NAME** from the list of attributes" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:271 -msgid "" -"Press :guilabel:`Apply` to see what this looks like on your Map, the " -"**Layer** view will also be updated to reflect the current style" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:274 -msgid "" -"When you are happy with the result you can press :guilabel:`Close` to " -"dismiss the dialog" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:276 -msgid "" -"Some files include style settings. The Style definition can be found in " -"files with the :file:`*.sld` extension. The name itself should be equal to " -"the file containing the data. If such a |SLD| file exists, the style will be" -" applied automatically." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:278 -msgid "" -"Sometimes it is a bit hard to see what is going on with layer providing much" -" details. To get focused on the task you like to work on, you can choose " -":menuselection:`Map --> Mylar` from the menu bar. Using the *Layer* view " -"select different layers in turn to see the effect. You can turn off this " -"effect at any time using :menuselection:`Map --> Mylar` from the menu bar." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:294 -msgid "Things to Try" -msgstr "Choses à essayer" - -#: ../../build/doc/quickstart/udig_quickstart.rst:296 -msgid "Here are some additional challenges for you to try:" -msgstr "Voici quelques défis supplémentaires que vous pouvez relever :" - -#: ../../build/doc/quickstart/udig_quickstart.rst:298 -msgid "" -"Try viewing your own GIS map layers, or try adding a layer from a |WFS|" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:299 -msgid "Try styling the WFS layer." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:302 -msgid "What Next?" -msgstr "Ensuite ?" - -#: ../../build/doc/quickstart/udig_quickstart.rst:307 -msgid "" -"This is only the first step on the road to using uDig. There is a lot more " -"great material (and ability) left for you to discover in our **walkthrough**" -" documents." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:309 -msgid "Walkthrough 1" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:311 -msgid "" -"Try out the use of :doc:`PostGIS <../overview/postgis_overview>`, extract " -"data from a Web Feature Server and explore the use of **Themes** with our " -"powerful `Color Brewer` technology." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:314 -msgid ":file:`/usr/local/share/udig/udig-docs/uDigWalkthrough 1.pdf`" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:316 -msgid "" -"Walkthrough 2 - Learn how to create shapefiles and use the Edit tools to " -"manipulate feature data, covers the installation of :doc:`GeoServer " -"<../overview/geoserver_overview>` and editing with a Web Feature Server." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:320 -msgid "Available on http://udig.refractions.net/" -msgstr "" - -#: ../../build/doc/:13 -msgid "vmdk" -msgstr "vmdk" - -#: ../../build/doc/:16 -msgid "nologo" -msgstr "Pas de logo" - -#: ../../build/doc/:0 -msgid "OSGeo Project" -msgstr "Projet OSGeo" - -#: ../../build/doc/:0 ../../build/doc/:0 -msgid "OSGeo Community" -msgstr "Communauté OSGeo" diff --git a/locale/hu/LC_MESSAGES/overview/udig_overview.po b/locale/hu/LC_MESSAGES/overview/udig_overview.po deleted file mode 100644 index 16d888c6d0..0000000000 --- a/locale/hu/LC_MESSAGES/overview/udig_overview.po +++ /dev/null @@ -1,273 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2011~2022, OSGeo -# This file is distributed under the same license as the OSGeoLive package. -# FIRST AUTHOR , YEAR. -# -# Translators: -# Zoltan Siki , 2022 -# -msgid "" -msgstr "" -"Project-Id-Version: OSGeoLive 15.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-08-03 09:57+0000\n" -"PO-Revision-Date: 2024-10-14 00:38+0000\n" -"Last-Translator: Celia Virginia Vergara Castillo \n" -"Language-Team: Hungarian \n" -"Language: hu\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.4.3\n" - -#: ../../build/doc/overview/udig_overview.rst:15 -msgid "uDig" -msgstr "uDig" - -#: ../../build/doc/overview/udig_overview.rst:18 -msgid "Desktop GIS" -msgstr "Asztali GIS" - -#: ../../build/doc/overview/udig_overview.rst:21 -msgid "" -"User-friendly Desktop Internet GIS (uDig) is an open source spatial data " -"viewer/editor, with special emphasis on the OpenGIS standards for internet " -"GIS, the Web Map Server (WMS) and Web Feature Server (WFS) standards." -msgstr "" -"Felhasználóbarát asztali internet GIS (uDig), egy nyílt forráskódú téradat " -"megjelenítő/szerkesztő, különös tekintettel az OpenGIS internetes GIS " -"szabványaira, a Web Map Server (WMS) és a Web Feature Server (WFS) " -"szabványokra ." - -#: ../../build/doc/overview/udig_overview.rst:23 -msgid "uDig is:" -msgstr "A uDig:" - -#: ../../build/doc/overview/udig_overview.rst:25 -msgid "" -"**User-friendly**, providing a familiar graphical environment for GIS users;" -msgstr "" -"**Felhasználóbarát**, ismerős grafikus felhasználói környezetet biztosít;" - -#: ../../build/doc/overview/udig_overview.rst:26 -msgid "**Desktop located**, running natively on Windows, Mac OS/X and Linux;" -msgstr "" -"**Asztali gépekre** natív módon fut Windows, Max OS/X és Linux rendszereken;" - -#: ../../build/doc/overview/udig_overview.rst:27 -msgid "" -"**Internet oriented**, consuming standard and de facto geospatial web " -"services; and," -msgstr "" -"**Internet orientált**, szabványos és de facto térinformatikai " -"webszolgáltatásokból táplálkozik; és," - -#: ../../build/doc/overview/udig_overview.rst:28 -msgid "" -"**GIS ready**, providing the framework on which complex analytical " -"capabilities can be built, and gradually subsuming those capabilities into " -"the main application." -msgstr "" -"**GIS kész**, amely biztosítja a keretrendszert, melyre alapozva komplex " -"analitikai képességek építhetők és fokozatosan bekerülnek ezek a képességek " -"a fő alkalmazásba." - -#: ../../build/doc/overview/udig_overview.rst:30 -msgid "" -"For developers uDig provides a common Java platform for building spatial " -"applications with open source components. The website provides series of " -"clear tutorials covering making a simple tool through to releasing your own " -"custom application." -msgstr "" -"A fejlesztőknek a uDig egy közös Java platformot biztosít térinformatikai " -"alkalmazások készítéséhez, nyílt forráskódú összetevőkkel. A honlap világos " -"oktatóanyagok sorozatát kínálja, melyek lefedik az egyszerű eszköz " -"készítésétől a saját egyedi alkalmazás kiadásáig terjedő skálát." - -#: ../../build/doc/overview/udig_overview.rstNone -msgid "udig screenshot" -msgstr "udig képernyőképek" - -#: ../../build/doc/overview/udig_overview.rst:39 -msgid "Core Features" -msgstr "Alapfunkciók" - -#: ../../build/doc/overview/udig_overview.rst:41 -msgid "" -"Desktop Client with Drag and Drop integration for File explorer and Web " -"Browser" -msgstr "" -"Asztali kliens Fogd és vidd integrációval a fájl kezelőhöz és Web " -"böngészőhöz" - -#: ../../build/doc/overview/udig_overview.rst:42 -msgid "" -"Integrate with your existing infrastructure: ArcSDE, Oracle, DB2 and more" -msgstr "" -"Integrálható a meglévő infrastruktúrába: ArcSDE, Oracle, DB2, és továbbiak" - -#: ../../build/doc/overview/udig_overview.rst:43 -msgid "Work with local files: Shapefile, jpeg, png, tiff and more." -msgstr "Helyi fájlokkal dolgozik: shape fájl, jpeg, png, tiff és így tovább." - -#: ../../build/doc/overview/udig_overview.rst:44 -msgid "Work with advanced spatial raster formats: ECW, MrSID, JPEG 2000" -msgstr "Együtt dolgozik a modern raszter formátumokkal: ECW, MrSID, JPEG 2000" - -#: ../../build/doc/overview/udig_overview.rst:45 -msgid "" -"Support for compliant Web Map Servers (:doc:`GeoServer " -"`, MapServer tested)" -msgstr "" -"Támogatás megfelelő web térkép kiszolgálókhoz (:doc:`GeoServer " -"`, MapServer tesztelt)" - -#: ../../build/doc/overview/udig_overview.rst:46 -msgid "" -"Integrated Web experience with an embedded browser that recognises OGC web " -"services and smoothly adds links to the onscreen map" -msgstr "" -"Integrált Web tapasztalat egy beágyazott böngészőben, amely felismeri az OGC" -" webes szolgáltatásokat és egyszerűen hozzáadja a linkeket a képernyőn " -"megjelenő térképhez" - -#: ../../build/doc/overview/udig_overview.rst:48 -msgid "" -"Style Layer Descriptor control of rendering allowing you to publish your Map" -" using the same settings in uDig as with popular Web Map Servers" -msgstr "" -"A rajzolás Style Layer Description-nal történő vezérlése lehetővé teszi, " -"hogy a térképeit ugyanazokkal a beállításokkal tegye közzé a web térkép " -"szervereken mint a uDig-ben" - -#: ../../build/doc/overview/udig_overview.rst:50 -msgid "" -"Deep integration of standards allowing the application to swap between the " -"appropriate service as required for display, interaction and editing" -msgstr "" -"Szabványok alapos integrációja, amely lehetővé teszi az alkalmazásoknak, " -"hogy szükség szerint váltsanak a megfelelő szolgáltatások között a " -"megjelenítéshez, interakcióhoz és szerkesztéshez" - -#: ../../build/doc/overview/udig_overview.rst:52 -msgid "Printing and PDF Generation" -msgstr "Nyomtatás és PDF generálás" - -#: ../../build/doc/overview/udig_overview.rst:53 -msgid "For Developers" -msgstr "Fejlesztőknek" - -#: ../../build/doc/overview/udig_overview.rst:55 -msgid "" -"Java Application built using the :doc:`GeoTools `, `JTS " -"Topology Suite (JTS) `_" -msgstr "" -"Java alkalmazás, mely a :doc:`GeoTools `, JTS Topology " -"Suite (JTS) `_ " -"felhasználásával készül" - -#: ../../build/doc/overview/udig_overview.rst:56 -msgid "" -"Industrial strength plug-in system provided by Eclipse Rich Client Platform" -msgstr "" -"Az Eclipse Rich Client Platform által biztosított Ipari erősségű modul " -"rendszer" - -#: ../../build/doc/overview/udig_overview.rst:57 -msgid "Use of native widgets" -msgstr "Natív vezérlők használata" - -#: ../../build/doc/overview/udig_overview.rst:60 -msgid "Implemented Standards" -msgstr "Implementált szabványok" - -#: ../../build/doc/overview/udig_overview.rst:62 -msgid "OGC Web Map Server (WMS)" -msgstr "OGC Web Map Server (WMS)" - -#: ../../build/doc/overview/udig_overview.rst:63 -msgid "OGC Web Feature Server (WFS)" -msgstr "OGC Web Feature Server (WFS)" - -#: ../../build/doc/overview/udig_overview.rst:64 -msgid "OGC Web Feature Server Transactional (WFS-T)" -msgstr "OGC Web Feature Server Transactional (WFS-T)" - -#: ../../build/doc/overview/udig_overview.rst:65 -msgid "OGC Simple Features for SQL (SFQL)" -msgstr "OGC Simple Features for SQL (SFQL)" - -#: ../../build/doc/overview/udig_overview.rst:66 -msgid "Web Map Server Cache (WMS-C)" -msgstr "Web Map Server Cache (WMS-C)" - -#: ../../build/doc/overview/udig_overview.rst:67 -msgid "OGC Style Layer Descriptor (SLD)" -msgstr "OGC Style Layer Descriptor (SLD)" - -#: ../../build/doc/overview/udig_overview.rst:70 -msgid "Details" -msgstr "Részletek" - -#: ../../build/doc/overview/udig_overview.rst:72 -msgid "**Website:** http://udig.refractions.net/" -msgstr "**Honlap:** http://udig.refractions.net/" - -#: ../../build/doc/overview/udig_overview.rst:74 -msgid "**Licence:** Dual BSD / EPL (Eclipse Foundation)" -msgstr "**Licenc:** Dual BSD / EPL (Eclipse Foundation)" - -#: ../../build/doc/overview/udig_overview.rst:76 -msgid "**Software Version:** |version-udig|" -msgstr "**Szoftver verzió:** |version-udig|" - -#: ../../build/doc/overview/udig_overview.rst:78 -msgid "**Supported Platforms:** Windows, Linux, Mac" -msgstr "**Támogatott platformok:** Windows, Linux, Mac" - -#: ../../build/doc/overview/udig_overview.rst:80 -msgid "" -"**API Interfaces:** GeoTools, ImageIO-Ext, Java Advanced Imaging, Eclipse " -"Rich Client Platform, Eclipse Modelling Framework" -msgstr "" -"**API interfészek:** GeoTools, ImageIO-Ext, Java Advanced Imaging, Eclipse " -"Rich Client Platform, Eclipse Modelling Framework" - -#: ../../build/doc/overview/udig_overview.rst:82 -msgid "**Support:** http://udig.refractions.net/users/" -msgstr "**Támogatás:** http://udig.refractions.net/users/" - -#: ../../build/doc/overview/udig_overview.rst:84 -msgid "**Developers:** http://udig.refractions.net/developers/" -msgstr "**Fejlesztők:** http://udig.refractions.net/developers/" - -#: ../../build/doc/overview/udig_overview.rst:87 -msgid "" -"This project is only included on the OSGeoLive virtual machine disk (VMDK)" -msgstr "Ez a projekt csak az OSGeoLive virtuális gépben (VMDK) található meg" - -#: ../../build/doc/overview/udig_overview.rst:90 -msgid "Quickstart" -msgstr "Gyorstalpaló" - -#: ../../build/doc/overview/udig_overview.rst:92 -msgid ":doc:`Quickstart documentation <../quickstart/udig_quickstart>`" -msgstr ":doc:`Gyorstalpaló dokumentáció <../quickstart/udig_quickstart>`" - -#: ../../build/doc/:13 -msgid "vmdk" -msgstr "vmdk" - -#: ../../build/doc/:16 -msgid "nologo" -msgstr "nologo" - -#: ../../build/doc/:0 -msgid "OSGeo Project" -msgstr "OSGeo Projekt" - -#: ../../build/doc/:0 ../../build/doc/:0 -msgid "OSGeo Community" -msgstr "OSGeo közösség" diff --git a/locale/hu/LC_MESSAGES/quickstart/udig_quickstart.po b/locale/hu/LC_MESSAGES/quickstart/udig_quickstart.po deleted file mode 100644 index cc109f5bae..0000000000 --- a/locale/hu/LC_MESSAGES/quickstart/udig_quickstart.po +++ /dev/null @@ -1,682 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2011~2022, OSGeo -# This file is distributed under the same license as the OSGeoLive package. -# FIRST AUTHOR , YEAR. -# -# Translators: -# Vicky Vergara , 2020 -# Zoltan Siki , 2022 -# -msgid "" -msgstr "" -"Project-Id-Version: OSGeoLive 15.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-08-03 09:57+0000\n" -"PO-Revision-Date: 2024-10-14 00:38+0000\n" -"Last-Translator: Celia Virginia Vergara Castillo \n" -"Language-Team: Hungarian \n" -"Language: hu\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.4.3\n" - -#: ../../build/doc/quickstart/udig_quickstart.rst:14 -msgid "" -"This project is only included on the OSGeoLive virtual machine disk (VMDK)" -msgstr "Ez a projekt csak az OSGeoLive virtuális gépben (VMDK) található meg" - -#: ../../build/doc/quickstart/udig_quickstart.rst:20 -msgid "uDig Quickstart" -msgstr "uDig gyorstalpaló" - -#: ../../build/doc/quickstart/udig_quickstart.rst:28 -msgid "" -"uDig (User Friendly Internet Desktop GIS), is a GIS Desktop client for " -"editing and viewing Geospatial data." -msgstr "" -"A uDig (User Friendly Internet Desktop GIS) egy asztali GIS kliens a " -"téradatok szerkesztésére és megtekintésére." - -#: ../../build/doc/quickstart/udig_quickstart.rst:34 -msgid "This Quick Start describes how to:" -msgstr "Ez a gyorstalpaló leírja:" - -#: ../../build/doc/quickstart/udig_quickstart.rst:36 -msgid "load a map layers from a shapefile and |WMS|" -msgstr "térképi rétegek betöltése shape fájlból és |WMS|-ből" - -#: ../../build/doc/quickstart/udig_quickstart.rst:37 -msgid "use the standard map tools" -msgstr "szabványos térképi eszközök használata" - -#: ../../build/doc/quickstart/udig_quickstart.rst:38 -msgid "apply colour to map features using styling" -msgstr "stílus beállítás, színek alkalmazása a térképi elemekhez" - -#: ../../build/doc/quickstart/udig_quickstart.rst:40 -msgid "Contents" -msgstr "Tartalom" - -#: ../../build/doc/quickstart/udig_quickstart.rst:43 -msgid "start uDig" -msgstr "uDig indítása" - -#: ../../build/doc/quickstart/udig_quickstart.rst:54 -msgid "Choose |osgeolive-appmenupath-udig| from menu" -msgstr "Válassza a |osgeolive-appmenupath-udig| a menüből" - -#: ../../build/doc/quickstart/udig_quickstart.rst:55 -msgid "The application will take a few moments to start up" -msgstr "Néhány pillanatot vesz igénybe az alkalmazás elindulása" - -#: ../../build/doc/quickstart/udig_quickstart.rst:66 -msgid "" -"If you have any difficulties, or are running uDig please review the Running " -"uDig reference page." -msgstr "" -"Ha bármilyen problémája van, vagy ha az uDig programot futtatja, kérjük, " -"tekintse át a Running uDig referencia oldalt." - -#: ../../build/doc/quickstart/udig_quickstart.rst:69 -msgid "Welcome View" -msgstr "Üdvözlő nézet" - -#: ../../build/doc/quickstart/udig_quickstart.rst:71 -msgid "" -"When you start up uDig for the first time the Welcome view takes up the " -"entire display. This screen has links to tutorials, documentation and the " -"project website." -msgstr "" -"Amikor legelőször indítja el a uDig-et az üdvözlő kép eltakarja az egész " -"képernyőt. Ezen az oldalon link található az oktatóanyagokhoz, a " -"dokumentációhoz és a projekt honlapjához." - -#: ../../build/doc/quickstart/udig_quickstart.rst:74 -msgid "" -"Click the arrow labelled Workbench in the upper right corner, to reveal the " -"contents of the uDig workbench." -msgstr "" -"Kattintson a nyíllal megjelölt munkaasztalra a jobb-felső sarokban a uDig " -"munkaasztal tartalmának felfedéséhez." - -#: ../../build/doc/quickstart/udig_quickstart.rst:79 -msgid "" -"You can return to the Welcome view at any time by selecting the " -":menuselection:`Help --> Welcome` from the menu bar." -msgstr "" -"Bármikor visszatérhet a munkaasztal nézethez a :menuselection:`Help --> " -"Welcome` kiválasztásával a menüsorból." - -#: ../../build/doc/quickstart/udig_quickstart.rst:82 -msgid "Workbench" -msgstr "Munkaasztal" - -#: ../../build/doc/quickstart/udig_quickstart.rst:84 -msgid "" -"The Workbench window offers multiple Editors (each showing a Map) and " -"supporting Views (offering information about the current Map)." -msgstr "" -"A munkaasztal ablak többféle szerkesztőt (mindegyik térképet jelenít meg) és " -"segítő nézeteket (információt szolgáltat az aktuális térképről) biztosít." - -#: ../../build/doc/quickstart/udig_quickstart.rst:90 -msgid "Shown above is a typical uDig session with the" -msgstr "A fenti egy tipikus uDig munkamenet ezzekkel" - -#: ../../build/doc/quickstart/udig_quickstart.rst:92 -msgid "Layers view (1)," -msgstr "Rétegek nézet (1)," - -#: ../../build/doc/quickstart/udig_quickstart.rst:93 -msgid "Projects view (2)," -msgstr "Projektek nézet (2)," - -#: ../../build/doc/quickstart/udig_quickstart.rst:94 -msgid "Catalog view (3) and" -msgstr "Katalógus nézet (3) és" - -#: ../../build/doc/quickstart/udig_quickstart.rst:95 -msgid "Map editor (4)." -msgstr "Térkép szerkesztő (4)." - -#: ../../build/doc/quickstart/udig_quickstart.rst:97 -msgid "These views will be described further as we demonstrate their use." -msgstr "" -"Ezeket a nézeteket bővebben leírjuk amikor a használatukat bemutatjuk." - -#: ../../build/doc/quickstart/udig_quickstart.rst:100 -msgid "Files" -msgstr "Fájlok" - -#: ../../build/doc/quickstart/udig_quickstart.rst:102 -msgid "" -"To start out with we are going to load some of the sample data included on " -"the DVD." -msgstr "" -"Az elinduláshoz a DVD-n található minta adatok közül töltünk be néhányat." - -#: ../../build/doc/quickstart/udig_quickstart.rst:104 -msgid "" -"Choose :menuselection:`Layer --> Add` from the menu bar to open up the **Add" -" Data** wizard" -msgstr "" -"Válassza a :menuselection:`Layer --> Add` menüpontot a menüsorból az **Add " -"Data** varázsló elindításához" - -#: ../../build/doc/quickstart/udig_quickstart.rst:106 -msgid "Select **Files** from the list of data sources" -msgstr "Válasszon **fájlokat** az adatforrások listájából" - -#: ../../build/doc/quickstart/udig_quickstart.rst:108 -msgid "Press :guilabel:`Next` to open up a file dialog" -msgstr "" -"Nyomja meg a :guilabel:`Next` gombot egy fájl párbeszédablak megnyitásához" - -#: ../../build/doc/quickstart/udig_quickstart.rst:110 -msgid "The OSGeoLive DVD contains sample data in:" -msgstr "Az OSGeoLive DVD minta adatokat tartalmaz itt:" - -#: ../../build/doc/quickstart/udig_quickstart.rst:112 -msgid ":file:`~/data` (a short cut to :file:`/usr/local/share/data`)" -msgstr ":file:`~/data` (egy rövidítés ehhez :file:`/usr/local/share/data`)" - -#: ../../build/doc/quickstart/udig_quickstart.rst:114 -msgid "Select the following file from the :file:`natural_earth2` folder:" -msgstr "Válassza a következő fájlt a :file:`natural_earth2` mappából:" - -#: ../../build/doc/quickstart/udig_quickstart.rst:116 -msgid ":file:`ne_10m_admin_0_countries.shp`" -msgstr ":file:`ne_10m_admin_0_countries.shp`" - -#: ../../build/doc/quickstart/udig_quickstart.rst:118 -msgid "Press :guilabel:`Open`" -msgstr "Nyomja meg az :guilabel:`Open`-t" - -#: ../../build/doc/quickstart/udig_quickstart.rst:120 -msgid "" -"A new Map editor will be opened based on the contents of your shapefile. The" -" default name and projection of the Map has been taken from your shapefile." -msgstr "" -"Egy új térkép szerkesztő nyílik meg a shápe fájljának tartalmával. A térkép " -"alapértelmezett neve és vetülete a shape fájlból jön." - -#: ../../build/doc/quickstart/udig_quickstart.rst:123 -msgid "" -"You can see the **Catalog view** has been updated with an entry for " -":file:`ne_10m_admin_0_countries.shp`. This view is used to track the use of " -"resources by the uDig application." -msgstr "" -"Láthatja, hogy a **Catalog view**-t frissítettük a " -":file:`ne_10m_admin_0_countries.shp`.hez tartozó elemmel. Ezt a nézetet a " -"források felhasználásának nyomon követésére használja az uDig alkalmazás." - -#: ../../build/doc/quickstart/udig_quickstart.rst:126 -msgid "" -"The **Layers** view shows a single layer is displayed on this map. This view" -" is used to change the order and appearance of information in your Map." -msgstr "" -"A **Layers**  nézet egyetlen, a térképen megjelenő réteget mutat. Ezt a " -"nézetet a térképen megjelenő információk sorrendjének és megjelenésének " -"módosítására használjuk." - -#: ../../build/doc/quickstart/udig_quickstart.rst:129 -msgid "" -"The **Projects** view has been updated to show that your map is stored in " -"`projects > ne 10m admin 0 countries`. You can have multiple projects open " -"at a time, each project can have several maps." -msgstr "" -"A **Projects** nézetet frissítettük, hogy a térképét a `projects > ne 10m " -"admin 0 countries`.-ban tároljuk. Egyszerre több projektet nyitva tarthat, " -"minden egyes projekthez több térkép tartozhat." - -#: ../../build/doc/quickstart/udig_quickstart.rst:132 -msgid "Open up the :file:`~/data/natural_earth2/` folder on the desktop" -msgstr "Nyissa meg a :file:`~/data/natural_earth2/` mappát az asztalon" - -#: ../../build/doc/quickstart/udig_quickstart.rst:134 -msgid "" -"Drag :file:`HYP_50M_SR_W.tif` onto the Map Editor, a new layer is added to " -"to the map." -msgstr "" -"Húzza a :file:`HYP_50M_SR_W.tif` fájlt a térkép szerkesztőre, egy új réteget" -" adtunk a térképhez." - -#: ../../build/doc/quickstart/udig_quickstart.rst:136 -msgid "" -"You can see the order the layers are drawn in the layer view. Right now the " -"`HYP_50M_SR_W` layer is drawn on top of the `ne 10m admin 0 countries` " -"layer." -msgstr "" -"Láthatja a rétegek kirajzolási sorrendjét a réteg nézetben. Most a " -"`HYP_50M_SR_W` réteg a `ne 10m admin 0 countries` réteg fölött jelenik meg." - -#: ../../build/doc/quickstart/udig_quickstart.rst:139 -msgid "" -"Select the `HYP_50M_SR_W` layer in the catalog view and drag it to the " -"bottom of the list" -msgstr "" -"Válassza ki a `HYP_50M_SR_W` réteget a katalógus nézetben és húzza lista " -"aljára" - -#: ../../build/doc/quickstart/udig_quickstart.rst:150 -msgid "" -"One of the most common questions asked when uDig is considered for an " -"organization is how much memory the application uses. Unlike most GIS " -"applications uDig can get by with a fixed amount of memory. The above " -"shapefile is not loaded into memory, we have a policy of keeping data on " -"disk and drawing data like this shapefile onto the screen as needed." -msgstr "" -"Az egyik a uDig-gel kapcsolatos általános kérdés egy szervezet részéről, " -"hogy mennyi memóriát használ az alkalmazás. A legtöbb térinformatikai " -"alkalmazással ellentétben az uDig fix memória mérettel képes boldogulni. A " -"fenti shape fájlt nem tölti be a memóriába, a statégiánk, hogy az adatokat a" -" lemezen tároljuk és szükség szerint a képernyőre rajzoljuk az adatokat, " -"mint ez a shape fájl." - -#: ../../build/doc/quickstart/udig_quickstart.rst:159 -msgid "" -"You can also drag and drop shapefiles directly into the uDig application!" -msgstr "" -"Közvetlenül a uDig alkalmazásra is húzhatja és dobhatja a shape fájlokat!" - -#: ../../build/doc/quickstart/udig_quickstart.rst:162 -msgid "Map" -msgstr "Térkép" - -#: ../../build/doc/quickstart/udig_quickstart.rst:164 -msgid "" -"You can control where in the world the Map Editor is looking by using the " -"navigation tools in the tool bar along the top of the screen." -msgstr "" -"A képernyő tetején lévő navigációs eszközök használatával vezérelheti, hogy " -"a világ melyik részét mutatja a Map Editor." - -#: ../../build/doc/quickstart/udig_quickstart.rst:167 -msgid "The |ZOOM| Zoom tool is available by default" -msgstr "A |ZOOM| nagyító eszköz alapértelmezésben elérhető" - -#: ../../build/doc/quickstart/udig_quickstart.rst:169 -#: ../../build/doc/quickstart/udig_quickstart.rst:169 -#: ../../build/doc/quickstart/udig_quickstart.rst:169 -msgid "ZOOM" -msgstr "NAGYÍTÁS" - -#: ../../build/doc/quickstart/udig_quickstart.rst:171 -msgid "" -"Use the zoom tool by drawing a box using the left mouse button around the " -"area of the world you wish to see." -msgstr "" -"Használja a nagyító eszközt úgy, hogy a bal egérgombbal egy téglalapot " -"rajzol a terület köré, amelyet látni szeretne." - -#: ../../build/doc/quickstart/udig_quickstart.rst:173 -msgid "" -"To zoom out draw a box with the right mouse button. The current map extents " -"will be located within the box you draw." -msgstr "" -"A kicsinyítéshez jobb egérgombbal rajzoljon egy téglalapot. Az aktuális " -"térképi terjedelem kerül be a rajzolt téglalapba." - -#: ../../build/doc/quickstart/udig_quickstart.rst:176 -msgid "" -"The |PAN| Pan tool can be used to scroll around your map with out changing " -"scale." -msgstr "" -"A |PAN| eltolás eszköz használható a térkép görgetéséhez, a méretarány " -"módosítása nélkül." - -#: ../../build/doc/quickstart/udig_quickstart.rst:178 -#: ../../build/doc/quickstart/udig_quickstart.rst:178 -msgid "PAN" -msgstr "ELTOLÁS" - -#: ../../build/doc/quickstart/udig_quickstart.rst:180 -msgid "" -"There are also several navigation buttons that can be used at any time:" -msgstr "Sok navigációs gomb van, melyeket bármikor használhat:" - -#: ../../build/doc/quickstart/udig_quickstart.rst:182 -msgid "" -"|SHOWALL| Show All, can be used to return to the full extents at any time" -msgstr "" -"|SHOWALL| Show All használható bármikor a teljes terjedelemhez visszatérésre" - -#: ../../build/doc/quickstart/udig_quickstart.rst:184 -#: ../../build/doc/quickstart/udig_quickstart.rst:184 -msgid "SHOWALL" -msgstr "MINDENT MUTAT" - -#: ../../build/doc/quickstart/udig_quickstart.rst:186 -msgid "" -"|ZOOM_IN| Zoom In and |ZOOM_OUT| Zoom Out can be used to change the scale by" -" a fixed amount." -msgstr "" -"|ZOOM_IN| Zoom In és |ZOOM_OUT| Zoom Out használható a a méretarány fix " -"mértékkel módosításához." - -#: ../../build/doc/quickstart/udig_quickstart.rst:188 -#: ../../build/doc/quickstart/udig_quickstart.rst:188 -msgid "ZOOM_IN" -msgstr "NAGYÍTÁS" - -#: ../../build/doc/quickstart/udig_quickstart.rst:189 -#: ../../build/doc/quickstart/udig_quickstart.rst:189 -msgid "ZOOM_OUT" -msgstr "KICSINYÍTÉS" - -#: ../../build/doc/quickstart/udig_quickstart.rst:191 -msgid "" -"You can use Navigation Back |BNAV| and Forward |FNAV| in the menu bar to " -"cycle though previously visited locations." -msgstr "" -"A Navigation Back |BNAV| és Forward |FNAV| használható a menüsorban az " -"előzőleg megtekintett helyek visszanézésére." - -#: ../../build/doc/quickstart/udig_quickstart.rst:194 -#: ../../build/doc/quickstart/udig_quickstart.rst:194 -msgid "BNAV" -msgstr "BNAV" - -#: ../../build/doc/quickstart/udig_quickstart.rst:195 -#: ../../build/doc/quickstart/udig_quickstart.rst:195 -msgid "FNAV" -msgstr "FNAV" - -#: ../../build/doc/quickstart/udig_quickstart.rst:197 -msgid "" -"Most tools allow you to Pan by holding the center button and control the " -"scale using the scroll wheel." -msgstr "" -"A legtöbb eszköz lehetővé teszi az eltolás a középső egérgomb nyomva " -"tartásával és a méretarány változtatásra a görgő forgatásával." - -#: ../../build/doc/quickstart/udig_quickstart.rst:201 -msgid "Web Map Server" -msgstr "Web Map Server" - -#: ../../build/doc/quickstart/udig_quickstart.rst:203 -msgid "" -"One of the reasons to use an application like uDig is to access all the " -"great free geospatial information available on the web. This section covers " -"the use of Web Map Servers which make available layers of information that " -"you can mix into your own maps." -msgstr "" -"Az egyik oka az olyan alkalmazásnak, mint uDig, hogy hozzáférjen az " -"interneten elérhető nagyszerű ingyenes térinformatikai adatokat. Ez a rész a " -"webtérkép-kiszolgálók használatát ismerteti, amelyek saját térképeivel " -"keverhető rétegeket testnek elérhetővé." - -#: ../../build/doc/quickstart/udig_quickstart.rst:207 -msgid "" -"If you are not connected to the Internet run |osgeolive-appmenupath-" -"geoserver| for a local WMS. The script will open a page with a \"Service " -"Capabilities\" section and two links for WMS Services you can drag into your" -" empty map." -msgstr "" -"Ha nem kapcsolódik az internetre, futtassa a |osgeolive-appmenupath-" -"geoserver|-t egy helyi WMS-hez. A szkript egy oldalt nyit meg a \"Service " -"Capabilities\" fejezettel és két WMS szolgáltatás linkkel, melyeket behúzhat " -"az üres térképébe." - -#: ../../build/doc/quickstart/udig_quickstart.rst:211 -msgid "" -"You can copy a WMS URL (e.g. for `WMS 1.1.1`_) from right panel of " -"`GeoServer Welcome page`_ and \"paste\" it either on the **Map** view or the" -" **Layers** view. A wizard shows you the layers you can add to the **Map**. " -"You can also connect to Web Map Servers using the **Add Data** " -"(:menuselection:`Layer --> Add...`) Wizard and paste WMS URL right there." -msgstr "" -"A WMS URL-t (pl. `WMS 1.1.1`_) kimásolhatja a jobb oldali `GeoServer Welcome " -"page`_ panelból és beillesztheti vagy a **Map* nézetbe vagy a **Layers** " -"nézetbe. Egy varázsló mutatja meg önnek a a **Map**-be beilleszthető " -"rétegeket. Az **Add Data** (:menuselection:`Layer --> Add...`) varázsló " -"segítségével Webes térkép szerverekhez is csatlakozhat és a WMS URL-t " -"beillesztheti ide." - -#: ../../build/doc/quickstart/udig_quickstart.rst:216 -msgid "Select :menuselection:`File --> New --> New Map` from the menu bar" -msgstr "Válassza a :menuselection:`File --> New --> New Map`-et a menüsorból" - -#: ../../build/doc/quickstart/udig_quickstart.rst:218 -msgid "" -"Change to the **Web** view, click on the tab next to the **Catalog** view to" -" reveal the *Web* view." -msgstr "" -"Váltson a **Web** nézetre, kattintson a a fülön a **Catalog** nézet mellé, " -"hogy a **Web** nézetet felhozza." - -#: ../../build/doc/quickstart/udig_quickstart.rst:223 -msgid "" -"Click on the link ``WMS\\:http://www2.dmsolutions.ca/cgi-" -"bin/mswms_gmap?Service=WMS&VERSION=1.1.0&REQUEST=GetCapabilities``" -msgstr "" -"Kattintson a ``WMS\\:http://www2.dmsolutions.ca/cgi-" -"bin/mswms_gmap?Service=WMS&VERSION=1.1.0&REQUEST=GetCapabilities`` linkre" - -#: ../../build/doc/quickstart/udig_quickstart.rst:229 -msgid "" -"From the Resource Selection page we are going to choose the following " -"layers:" -msgstr "" -"A Resource Selection oldalról a következő rétegeket fogjuk kiválasztani:" - -#: ../../build/doc/quickstart/udig_quickstart.rst:231 -msgid "Elevation/Bathymetry" -msgstr "Elevation/Bathymetry" - -#: ../../build/doc/quickstart/udig_quickstart.rst:232 -msgid "Parks" -msgstr "Parks" - -#: ../../build/doc/quickstart/udig_quickstart.rst:233 -msgid "Cities" -msgstr "Cities" - -#: ../../build/doc/quickstart/udig_quickstart.rst:238 -msgid "Press :guilabel:`Finish` to add these layers to your map" -msgstr "Nyomja meg :guilabel:`Finish`-t a réteg térképhez adásához" - -#: ../../build/doc/quickstart/udig_quickstart.rst:243 -msgid "Use the |ZOOM| Zoom Tool to move closer to one of the Parks" -msgstr "Használja a |ZOOM| nagyítás eszközt, hogy közelebb hozzon egy parkot" - -#: ../../build/doc/quickstart/udig_quickstart.rst:245 -msgid "" -"Switch to the |INFO| Info Tool and click on one the parks to learn more " -"about it" -msgstr "" -"Váltson az |INFO| info eszközre és kattintson egy parkra, hogy többet tudjon" -" meg róla" - -#: ../../build/doc/quickstart/udig_quickstart.rst:247 -#: ../../build/doc/quickstart/udig_quickstart.rst:247 -msgid "INFO" -msgstr "INFO" - -#: ../../build/doc/quickstart/udig_quickstart.rst:249 -msgid "" -"You can switch between the zoom and info tools by pressing `Z` and `I` on " -"the keyboard." -msgstr "" -"A nagyítás és info eszközök között válthat a \"Z\" és \"I\" billentyű " -"megnyomásával a billentyűzeten." - -#: ../../build/doc/quickstart/udig_quickstart.rst:252 -msgid "Style" -msgstr "Stílus" - -#: ../../build/doc/quickstart/udig_quickstart.rst:254 -msgid "" -"Select the `project > ne 10m admin 0 countries`, you can double click to " -"open this Map, or Right Click and choose Open Map" -msgstr "" -"Válassza a `project > ne 10m admin 0 countries`-t, duplán kattinthat a " -"térkép megnyitásához vagy jobb kattintás és válassza az Open Map-et" - -#: ../../build/doc/quickstart/udig_quickstart.rst:256 -msgid "Select the countries layer in the Layer view" -msgstr "Válassza az országok réteget a Layer nézetben" - -#: ../../build/doc/quickstart/udig_quickstart.rst:258 -msgid "" -"Open up the **Style Editor** by right clicking on `ne 10m admin 0 countries`" -" layer and choosing :guilabel:`Change Style`" -msgstr "" -"Az `ne 10m admin 0 countries`-ra jobb kattintással és a :guilabel:`Change " -"Style` kiválaszásával nyissa meg a **Style Editor**-t" - -#: ../../build/doc/quickstart/udig_quickstart.rst:260 -msgid "We are going to change a few things about how countries are displayed" -msgstr "Néhány dolgot meg fogunk változtatni az országok megjeleítésében" - -#: ../../build/doc/quickstart/udig_quickstart.rst:262 -msgid "" -"Line: Click :guilabel:`Border`, click on the Color button and change the " -"color to BLACK" -msgstr "" -"Vonal: kattintson a :guilabel:`Border`-ra, kattintson a Color gombra és " -"változtassa a színt feketére" - -#: ../../build/doc/quickstart/udig_quickstart.rst:264 -msgid "" -"Fill: On Tab :guilabel:`Fill` uncheck the box :guilabel:`enable/disable " -"fill` to turn off fill" -msgstr "" -"Kitöltés: :guilabel:`Fill`  fülön vegye ki a pipát a " -":guilabel:`enable/disable fill` jelölőnégyzetből a kitöltés kikapcsolásához" - -#: ../../build/doc/quickstart/udig_quickstart.rst:266 -msgid "" -"Label: On Tab :guilabel:`Labels` check the box :guilabel:`enable/disable " -"labeling`, and choose the attribute **NAME** from the list of attributes" -msgstr "" -"Címke: a :guilabel:`Labels` fülön jelölje be :guilabel:`enable/disable " -"labeling` jelölőnégyzetet és válassza a **NAME** attribútumot az " -"attribútumok közül" - -#: ../../build/doc/quickstart/udig_quickstart.rst:271 -msgid "" -"Press :guilabel:`Apply` to see what this looks like on your Map, the " -"**Layer** view will also be updated to reflect the current style" -msgstr "" -"Nyomja meg az :guilabel:`Apply`-t, hogy láthassa hogy néz ki ez a térképén, " -"a **Layer** nézetet szintén frissítjük, hogy az aktuális stílus jelenjen meg" - -#: ../../build/doc/quickstart/udig_quickstart.rst:274 -msgid "" -"When you are happy with the result you can press :guilabel:`Close` to " -"dismiss the dialog" -msgstr "" -"Ha elégedett az eredménnyel megnyomhatja a :guilabel:`Close`-t a " -"párbeszédablak lezárásához" - -#: ../../build/doc/quickstart/udig_quickstart.rst:276 -msgid "" -"Some files include style settings. The Style definition can be found in " -"files with the :file:`*.sld` extension. The name itself should be equal to " -"the file containing the data. If such a |SLD| file exists, the style will be" -" applied automatically." -msgstr "" -"Néhány fájl stílus beállításokat tartalmaz. A stílus beállítások az :file:`*." -"sld` kiterjesztésű fájlokban találhatók. A névnek meg kell egyeznie az " -"adatokat tartalmazó fájléval. Ha olyan |SLD| fájl létezik a stílust " -"automatikusan alkalmazzuk." - -#: ../../build/doc/quickstart/udig_quickstart.rst:278 -msgid "" -"Sometimes it is a bit hard to see what is going on with layer providing much" -" details. To get focused on the task you like to work on, you can choose " -":menuselection:`Map --> Mylar` from the menu bar. Using the *Layer* view " -"select different layers in turn to see the effect. You can turn off this " -"effect at any time using :menuselection:`Map --> Mylar` from the menu bar." -msgstr "" -"Időnként nehéz követni mi történik túl sok részletet tartalmazó réteggel. " -"Hogy arra a feladatra koncentráljon amin dolgozni szeretne, kiválaszthatja a " -":menuselection:`Map --> Mylar`-t a menüsorból. A *Layer* nézet használatával " -"válasszon ki különböző rétegeket, hogy lássa a hatást. Bármikor " -"kikapcsolhatja ezt a hatást a :menuselection:`Map --> Mylar`-al a menüsorból." - -#: ../../build/doc/quickstart/udig_quickstart.rst:294 -msgid "Things to Try" -msgstr "Kipróbálandó dolgok" - -#: ../../build/doc/quickstart/udig_quickstart.rst:296 -msgid "Here are some additional challenges for you to try:" -msgstr "Íme néhány további kipróbálandó kihívás önnek:" - -#: ../../build/doc/quickstart/udig_quickstart.rst:298 -msgid "" -"Try viewing your own GIS map layers, or try adding a layer from a |WFS|" -msgstr "" -"Próbálja megnézni a saját GIS térképi rétegeit vagy próbáljon egy |WFS|-ből " -"rétegek hozzáadni" - -#: ../../build/doc/quickstart/udig_quickstart.rst:299 -msgid "Try styling the WFS layer." -msgstr "Próbálja meg beállítani a WFS réteg stílusát." - -#: ../../build/doc/quickstart/udig_quickstart.rst:302 -msgid "What Next?" -msgstr "Mi a következő?" - -#: ../../build/doc/quickstart/udig_quickstart.rst:307 -msgid "" -"This is only the first step on the road to using uDig. There is a lot more " -"great material (and ability) left for you to discover in our **walkthrough**" -" documents." -msgstr "" -"Ez csak az első lépés az úton a uDig használatához. Még sokkal több " -"felfedezendő nagyszerű anyag (és képesség) maradt önnek a **walkthrough** " -"dokumentumainkban." - -#: ../../build/doc/quickstart/udig_quickstart.rst:309 -msgid "Walkthrough 1" -msgstr "Walkthrough 1" - -#: ../../build/doc/quickstart/udig_quickstart.rst:311 -msgid "" -"Try out the use of :doc:`PostGIS <../overview/postgis_overview>`, extract " -"data from a Web Feature Server and explore the use of **Themes** with our " -"powerful `Color Brewer` technology." -msgstr "" -"Próbálja ki a :doc:`PostGIS <../overview/postgis_overview>` használatát, " -"nyerje ki az adatokat egy Web Feature Serverből és fedezze fel a **Themes** " -"használja a hatékony `Color Brewer` technológiánkkal." - -#: ../../build/doc/quickstart/udig_quickstart.rst:314 -msgid ":file:`/usr/local/share/udig/udig-docs/uDigWalkthrough 1.pdf`" -msgstr ":file:`/usr/local/share/udig/udig-docs/uDigWalkthrough 1.pdf`" - -#: ../../build/doc/quickstart/udig_quickstart.rst:316 -msgid "" -"Walkthrough 2 - Learn how to create shapefiles and use the Edit tools to " -"manipulate feature data, covers the installation of :doc:`GeoServer " -"<../overview/geoserver_overview>` and editing with a Web Feature Server." -msgstr "" -"Walkthrough 2 - Ismerje meg, hogyan hozhat létre shape fájlokat, és hogyan " -"használhatja a szerkesztés eszközöket az adatok kezelésére, tartalmazza a " -":doc:`GeoServer <../overview/geoserver_overview>`  telepítését és a " -"szerkesztést Web Feature Serverrel." - -#: ../../build/doc/quickstart/udig_quickstart.rst:320 -msgid "Available on http://udig.refractions.net/" -msgstr "Elérhető a http://udig.refractions.net/ címen" - -#: ../../build/doc/:13 -msgid "vmdk" -msgstr "vmdk" - -#: ../../build/doc/:16 -msgid "nologo" -msgstr "nologo" - -#: ../../build/doc/:0 -msgid "OSGeo Project" -msgstr "OSGeo Projekt" - -#: ../../build/doc/:0 ../../build/doc/:0 -msgid "OSGeo Community" -msgstr "OSGeo közösség" diff --git a/locale/it/LC_MESSAGES/overview/udig_overview.po b/locale/it/LC_MESSAGES/overview/udig_overview.po deleted file mode 100644 index e047e56337..0000000000 --- a/locale/it/LC_MESSAGES/overview/udig_overview.po +++ /dev/null @@ -1,277 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2011~2022, OSGeo -# This file is distributed under the same license as the OSGeoLive package. -# FIRST AUTHOR , YEAR. -# -# Translators: -# Valerio Pinna , 2021 -# Simone Falceri, 2022 -# Stefano Campus , 2022 -# Vicky Vergara , 2022 -# Luca Delucchi , 2022 -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: OSGeoLive 15.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-08-03 09:57+0000\n" -"PO-Revision-Date: 2017-09-20 16:08+0000\n" -"Last-Translator: Luca Delucchi , 2022\n" -"Language-Team: Italian (https://www.transifex.com/osgeo/teams/66156/it/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: it\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" - -#: ../../build/doc/overview/udig_overview.rst:15 -msgid "uDig" -msgstr "uDig" - -#: ../../build/doc/overview/udig_overview.rst:18 -msgid "Desktop GIS" -msgstr "Desktop GIS" - -#: ../../build/doc/overview/udig_overview.rst:21 -msgid "" -"User-friendly Desktop Internet GIS (uDig) is an open source spatial data " -"viewer/editor, with special emphasis on the OpenGIS standards for internet " -"GIS, the Web Map Server (WMS) and Web Feature Server (WFS) standards." -msgstr "" -"User-friendly Desktop Internet GIS (uDig) è un visualizzatore/editore di " -"dati spaziali open source, con particolare enfasi sugli standard OpenGIS per" -" Internet GIS, gli standard Web Map Server (WMS) e Web Feature Server (WFS)." - -#: ../../build/doc/overview/udig_overview.rst:23 -msgid "uDig is:" -msgstr "uDig è:" - -#: ../../build/doc/overview/udig_overview.rst:25 -msgid "" -"**User-friendly**, providing a familiar graphical environment for GIS users;" -msgstr "" -"**User-friendly**, fornendo un ambiente grafico familiare per gli utenti " -"GIS;" - -#: ../../build/doc/overview/udig_overview.rst:26 -msgid "**Desktop located**, running natively on Windows, Mac OS/X and Linux;" -msgstr "" -"**Desktop located**, funzionante nativamente su Windows, Mac OS/X e Linux;" - -#: ../../build/doc/overview/udig_overview.rst:27 -msgid "" -"**Internet oriented**, consuming standard and de facto geospatial web " -"services; and," -msgstr "" -"**Internet oriented**, consumando servizi web geospaziali standard e de " -"facto; e," - -#: ../../build/doc/overview/udig_overview.rst:28 -msgid "" -"**GIS ready**, providing the framework on which complex analytical " -"capabilities can be built, and gradually subsuming those capabilities into " -"the main application." -msgstr "" -"**GIS ready**, fornendo la struttura su cui possono essere costruite " -"capacità analitiche complesse, e gradualmente sussumendo queste capacità " -"nell'applicazione principale." - -#: ../../build/doc/overview/udig_overview.rst:30 -msgid "" -"For developers uDig provides a common Java platform for building spatial " -"applications with open source components. The website provides series of " -"clear tutorials covering making a simple tool through to releasing your own " -"custom application." -msgstr "" -"Per gli sviluppatori uDig fornisce una piattaforma Java comune per costruire" -" applicazioni spaziali con componenti open source. Il sito web fornisce una " -"serie di chiari tutorial che coprono la realizzazione di un semplice " -"strumento fino al rilascio della propria applicazione personalizzata." - -#: ../../build/doc/overview/udig_overview.rstNone -msgid "udig screenshot" -msgstr "screenshot di udig" - -#: ../../build/doc/overview/udig_overview.rst:39 -msgid "Core Features" -msgstr "Caratteristiche principali" - -#: ../../build/doc/overview/udig_overview.rst:41 -msgid "" -"Desktop Client with Drag and Drop integration for File explorer and Web " -"Browser" -msgstr "" -"Client desktop con integrazione drag and drop per File explorer e browser " -"web" - -#: ../../build/doc/overview/udig_overview.rst:42 -msgid "" -"Integrate with your existing infrastructure: ArcSDE, Oracle, DB2 and more" -msgstr "" -"Integrazione con la vostra infrastruttura esistente: ArcSDE, Oracle, DB2 e " -"altro" - -#: ../../build/doc/overview/udig_overview.rst:43 -msgid "Work with local files: Shapefile, jpeg, png, tiff and more." -msgstr "Lavora con i file locali: Shapefile, jpeg, png, tiff e altro." - -#: ../../build/doc/overview/udig_overview.rst:44 -msgid "Work with advanced spatial raster formats: ECW, MrSID, JPEG 2000" -msgstr "Lavora con formati raster spaziali avanzati: ECW, MrSID, JPEG 2000" - -#: ../../build/doc/overview/udig_overview.rst:45 -msgid "" -"Support for compliant Web Map Servers (:doc:`GeoServer " -"`, MapServer tested)" -msgstr "" -"Supporto for Web Map Servers conformi (:doc:`GeoServer " -"`, MapServer testato)" - -#: ../../build/doc/overview/udig_overview.rst:46 -msgid "" -"Integrated Web experience with an embedded browser that recognises OGC web " -"services and smoothly adds links to the onscreen map" -msgstr "" -"Esperienza web integrata con un browser incorporato che riconosce i servizi " -"web OGC e aggiunge facilmente i link alla mappa sullo schermo" - -#: ../../build/doc/overview/udig_overview.rst:48 -msgid "" -"Style Layer Descriptor control of rendering allowing you to publish your Map" -" using the same settings in uDig as with popular Web Map Servers" -msgstr "" -"Controllo del descrittore di stile del rendering che ti permette di " -"pubblicare la tua mappa usando le stesse impostazioni in uDig come con i " -"popolari Web Map Servers" - -#: ../../build/doc/overview/udig_overview.rst:50 -msgid "" -"Deep integration of standards allowing the application to swap between the " -"appropriate service as required for display, interaction and editing" -msgstr "" -"Integrazione profonda degli standard che permette all'applicazione di " -"passare al servizio appropriato come richiesto per la visualizzazione, " -"l'interazione e l'editing" - -#: ../../build/doc/overview/udig_overview.rst:52 -msgid "Printing and PDF Generation" -msgstr "Stampa e generazione di PDF" - -#: ../../build/doc/overview/udig_overview.rst:53 -msgid "For Developers" -msgstr "Per Sviluppatori" - -#: ../../build/doc/overview/udig_overview.rst:55 -msgid "" -"Java Application built using the :doc:`GeoTools `, `JTS " -"Topology Suite (JTS) `_" -msgstr "" -"Applicazione Java costruita usando i :doc:`GeoTools `, " -"`JTS Topology Suite (JTS) `_" - -#: ../../build/doc/overview/udig_overview.rst:56 -msgid "" -"Industrial strength plug-in system provided by Eclipse Rich Client Platform" -msgstr "" -"Sistema industriale di plug-in fornito da Eclipse Rich Client Platform" - -#: ../../build/doc/overview/udig_overview.rst:57 -msgid "Use of native widgets" -msgstr "Uso di widget nativi" - -#: ../../build/doc/overview/udig_overview.rst:60 -msgid "Implemented Standards" -msgstr "Standard implementati" - -#: ../../build/doc/overview/udig_overview.rst:62 -msgid "OGC Web Map Server (WMS)" -msgstr "OGC Web Map Server (WMS)" - -#: ../../build/doc/overview/udig_overview.rst:63 -msgid "OGC Web Feature Server (WFS)" -msgstr "OGC Web Feature Server (WFS)" - -#: ../../build/doc/overview/udig_overview.rst:64 -msgid "OGC Web Feature Server Transactional (WFS-T)" -msgstr "OGC Web Feature Server Transactional (WFS-T)" - -#: ../../build/doc/overview/udig_overview.rst:65 -msgid "OGC Simple Features for SQL (SFQL)" -msgstr "OGC Simple Features for SQL (SFQL)" - -#: ../../build/doc/overview/udig_overview.rst:66 -msgid "Web Map Server Cache (WMS-C)" -msgstr "Web Map Server Cache (WMS-C)" - -#: ../../build/doc/overview/udig_overview.rst:67 -msgid "OGC Style Layer Descriptor (SLD)" -msgstr "OGC Style Layer Descriptor (SLD)" - -#: ../../build/doc/overview/udig_overview.rst:70 -msgid "Details" -msgstr "Dettagli" - -#: ../../build/doc/overview/udig_overview.rst:72 -msgid "**Website:** http://udig.refractions.net/" -msgstr "**Sito web:** http://udig.refractions.net/" - -#: ../../build/doc/overview/udig_overview.rst:74 -msgid "**Licence:** Dual BSD / EPL (Eclipse Foundation)" -msgstr "**Licenza:** Dual BSD / EPL (Eclipse Foundation)" - -#: ../../build/doc/overview/udig_overview.rst:76 -msgid "**Software Version:** |version-udig|" -msgstr "**Versione Software:** |version-udig|" - -#: ../../build/doc/overview/udig_overview.rst:78 -msgid "**Supported Platforms:** Windows, Linux, Mac" -msgstr "**Piattaforme Supportate:** Windows, Linux, Mac" - -#: ../../build/doc/overview/udig_overview.rst:80 -msgid "" -"**API Interfaces:** GeoTools, ImageIO-Ext, Java Advanced Imaging, Eclipse " -"Rich Client Platform, Eclipse Modelling Framework" -msgstr "" -"**Interfacce API:** GeoTools, ImageIO-Ext, Java Advanced Imaging, Eclipse " -"Rich Client Platform, Eclipse Modelling Framework" - -#: ../../build/doc/overview/udig_overview.rst:82 -msgid "**Support:** http://udig.refractions.net/users/" -msgstr "**Supporto:** http://udig.refractions.net/users/" - -#: ../../build/doc/overview/udig_overview.rst:84 -msgid "**Developers:** http://udig.refractions.net/developers/" -msgstr "**Sviluppatori:** http://udig.refractions.net/developers/" - -#: ../../build/doc/overview/udig_overview.rst:87 -msgid "" -"This project is only included on the OSGeoLive virtual machine disk (VMDK)" -msgstr "" -"Questo progetto è incluso solo nel disco della macchina virtuale (VMDK) " -"OSGeoLive" - -#: ../../build/doc/overview/udig_overview.rst:90 -msgid "Quickstart" -msgstr "Guida rapida" - -#: ../../build/doc/overview/udig_overview.rst:92 -msgid ":doc:`Quickstart documentation <../quickstart/udig_quickstart>`" -msgstr ":doc:`Guida rapida <../quickstart/udig_quickstart>`" - -#: ../../build/doc/:13 -msgid "vmdk" -msgstr "vmdk" - -#: ../../build/doc/:16 -msgid "nologo" -msgstr "nologo" - -#: ../../build/doc/:0 -msgid "OSGeo Project" -msgstr "Progetto OSGeo" - -#: ../../build/doc/:0 ../../build/doc/:0 -msgid "OSGeo Community" -msgstr "Comunità OSGeo" diff --git a/locale/it/LC_MESSAGES/quickstart/udig_quickstart.po b/locale/it/LC_MESSAGES/quickstart/udig_quickstart.po deleted file mode 100644 index 20762388bd..0000000000 --- a/locale/it/LC_MESSAGES/quickstart/udig_quickstart.po +++ /dev/null @@ -1,692 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2011~2022, OSGeo -# This file is distributed under the same license as the OSGeoLive package. -# FIRST AUTHOR , YEAR. -# -# Translators: -# Simone Falceri, 2022 -# Federico Gianoli , 2022 -# Stefano Campus , 2022 -# Luca Delucchi , 2022 -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: OSGeoLive 15.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-08-03 09:57+0000\n" -"PO-Revision-Date: 2017-09-20 16:06+0000\n" -"Last-Translator: Luca Delucchi , 2022\n" -"Language-Team: Italian (https://www.transifex.com/osgeo/teams/66156/it/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: it\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" - -#: ../../build/doc/quickstart/udig_quickstart.rst:14 -msgid "" -"This project is only included on the OSGeoLive virtual machine disk (VMDK)" -msgstr "" -"Questo progetto è incluso solo nel disco della macchina virtuale (VMDK) " -"OSGeoLive" - -#: ../../build/doc/quickstart/udig_quickstart.rst:20 -msgid "uDig Quickstart" -msgstr "Guida rapida uDig" - -#: ../../build/doc/quickstart/udig_quickstart.rst:28 -msgid "" -"uDig (User Friendly Internet Desktop GIS), is a GIS Desktop client for " -"editing and viewing Geospatial data." -msgstr "" -"uDig (User Friendly Internet Desktop GIS), è un client GIS Desktop per " -"modificare e visualizzare dati geospaziali." - -#: ../../build/doc/quickstart/udig_quickstart.rst:34 -msgid "This Quick Start describes how to:" -msgstr "Questa Guida Rapida descrive come:" - -#: ../../build/doc/quickstart/udig_quickstart.rst:36 -msgid "load a map layers from a shapefile and |WMS|" -msgstr "caricare i layer di una mappa da uno shapefile e da un WMS" - -#: ../../build/doc/quickstart/udig_quickstart.rst:37 -msgid "use the standard map tools" -msgstr "usa gli strumenti standard della mappa" - -#: ../../build/doc/quickstart/udig_quickstart.rst:38 -msgid "apply colour to map features using styling" -msgstr "applica il colore agli elementi della mappa usando lo stile" - -#: ../../build/doc/quickstart/udig_quickstart.rst:40 -msgid "Contents" -msgstr "Contenuti" - -#: ../../build/doc/quickstart/udig_quickstart.rst:43 -msgid "start uDig" -msgstr "avvia uDig" - -#: ../../build/doc/quickstart/udig_quickstart.rst:54 -msgid "Choose |osgeolive-appmenupath-udig| from menu" -msgstr "Scegli |osgeolive-appmenupath-udig| dal menu" - -#: ../../build/doc/quickstart/udig_quickstart.rst:55 -msgid "The application will take a few moments to start up" -msgstr "L'applicazione impiegherà qualche istante per avviarsi" - -#: ../../build/doc/quickstart/udig_quickstart.rst:66 -msgid "" -"If you have any difficulties, or are running uDig please review the Running " -"uDig reference page." -msgstr "" -"Se hai qualche difficoltà, o se stai eseguendo uDig, per favore consulta la " -"pagina di riferimento Esecuzione di uDig." - -#: ../../build/doc/quickstart/udig_quickstart.rst:69 -msgid "Welcome View" -msgstr "Vista di Benvenuto" - -#: ../../build/doc/quickstart/udig_quickstart.rst:71 -msgid "" -"When you start up uDig for the first time the Welcome view takes up the " -"entire display. This screen has links to tutorials, documentation and the " -"project website." -msgstr "" -"Quando si avvia uDig per la prima volta, la schermata di benvenuto occupa " -"l'intero schermo. Questa schermata ha collegamenti ai tutorial, alla " -"documentazione e al sito web del progetto." - -#: ../../build/doc/quickstart/udig_quickstart.rst:74 -msgid "" -"Click the arrow labelled Workbench in the upper right corner, to reveal the " -"contents of the uDig workbench." -msgstr "" -"Clicca sulla freccia etichettata Workbench nell'angolo in alto a destra, per" -" rivelare il contenuto del banco di lavoro uDig." - -#: ../../build/doc/quickstart/udig_quickstart.rst:79 -msgid "" -"You can return to the Welcome view at any time by selecting the " -":menuselection:`Help --> Welcome` from the menu bar." -msgstr "" -"Puoi tornare alla vista Welcome in qualsiasi momento selezionando la " -":menuselection:`Help --> Welcome` dalla barra dei menu." - -#: ../../build/doc/quickstart/udig_quickstart.rst:82 -msgid "Workbench" -msgstr "Banco da lavoro" - -#: ../../build/doc/quickstart/udig_quickstart.rst:84 -msgid "" -"The Workbench window offers multiple Editors (each showing a Map) and " -"supporting Views (offering information about the current Map)." -msgstr "" -"La finestra del Workbench offre diversi editor (ognuno dei quali mostra una " -"mappa) e viste di supporto (che offrono informazioni sulla mappa corrente)." - -#: ../../build/doc/quickstart/udig_quickstart.rst:90 -msgid "Shown above is a typical uDig session with the" -msgstr "Mostrato sopra è una tipica sessione di uDig con il" - -#: ../../build/doc/quickstart/udig_quickstart.rst:92 -msgid "Layers view (1)," -msgstr "Visualizzazione dei layer (1)," - -#: ../../build/doc/quickstart/udig_quickstart.rst:93 -msgid "Projects view (2)," -msgstr "Vista progetti (2)." - -#: ../../build/doc/quickstart/udig_quickstart.rst:94 -msgid "Catalog view (3) and" -msgstr "Vista catalogo (3) e" - -#: ../../build/doc/quickstart/udig_quickstart.rst:95 -msgid "Map editor (4)." -msgstr "Editor di mappe (4)." - -#: ../../build/doc/quickstart/udig_quickstart.rst:97 -msgid "These views will be described further as we demonstrate their use." -msgstr "" -"Queste visualizzazioni saranno descritte più avanti, man mano che si " -"dimostrerà il loro uso." - -#: ../../build/doc/quickstart/udig_quickstart.rst:100 -msgid "Files" -msgstr "File" - -#: ../../build/doc/quickstart/udig_quickstart.rst:102 -msgid "" -"To start out with we are going to load some of the sample data included on " -"the DVD." -msgstr "" -"Per cominciare, caricherai alcuni dei dati di esempio inclusi nel DVD." - -#: ../../build/doc/quickstart/udig_quickstart.rst:104 -msgid "" -"Choose :menuselection:`Layer --> Add` from the menu bar to open up the **Add" -" Data** wizard" -msgstr "" -"Scegli :menuselection:`Layer --> Add` dalla barra dei menu per aprire il " -"wizard **Add Data**" - -#: ../../build/doc/quickstart/udig_quickstart.rst:106 -msgid "Select **Files** from the list of data sources" -msgstr "Seleziona **Files** dall'elenco delle fonti di dati" - -#: ../../build/doc/quickstart/udig_quickstart.rst:108 -msgid "Press :guilabel:`Next` to open up a file dialog" -msgstr "Premi :guilabel:`Next` per aprire un dialogo di file" - -#: ../../build/doc/quickstart/udig_quickstart.rst:110 -msgid "The OSGeoLive DVD contains sample data in:" -msgstr "Il DVD di OSGeoLive contiene dati di esempio in:" - -#: ../../build/doc/quickstart/udig_quickstart.rst:112 -msgid ":file:`~/data` (a short cut to :file:`/usr/local/share/data`)" -msgstr ":file:`~/data` (una scorciatoia per :file:`/usr/local/share/data`)" - -#: ../../build/doc/quickstart/udig_quickstart.rst:114 -msgid "Select the following file from the :file:`natural_earth2` folder:" -msgstr "Seleziona il seguente file dalla cartella :file:`natural_earth2`:" - -#: ../../build/doc/quickstart/udig_quickstart.rst:116 -msgid ":file:`ne_10m_admin_0_countries.shp`" -msgstr ":file:`ne_10m_admin_0_countries.shp`" - -#: ../../build/doc/quickstart/udig_quickstart.rst:118 -msgid "Press :guilabel:`Open`" -msgstr "Premi :guilabel:`Open`." - -#: ../../build/doc/quickstart/udig_quickstart.rst:120 -msgid "" -"A new Map editor will be opened based on the contents of your shapefile. The" -" default name and projection of the Map has been taken from your shapefile." -msgstr "" -"Verrà aperto un nuovo editor di mappe basato sul contenuto del tuo " -"shapefile. Il nome e la proiezione di default della mappa sono stati presi " -"dal tuo shapefile." - -#: ../../build/doc/quickstart/udig_quickstart.rst:123 -msgid "" -"You can see the **Catalog view** has been updated with an entry for " -":file:`ne_10m_admin_0_countries.shp`. This view is used to track the use of " -"resources by the uDig application." -msgstr "" -"Puoi vedere che la vista **Catalogo** è stata aggiornata con una voce per " -":file:`ne_10m_admin_0_countries.shp`. Questa vista è usata per tracciare " -"l'uso delle risorse da parte dell'applicazione uDig." - -#: ../../build/doc/quickstart/udig_quickstart.rst:126 -msgid "" -"The **Layers** view shows a single layer is displayed on this map. This view" -" is used to change the order and appearance of information in your Map." -msgstr "" -"La vista **Layer** mostra che un singolo layer è visualizzato su questa " -"mappa. Questa vista è usata per cambiare l'ordine e l'aspetto delle " -"informazioni nella tua mappa." - -#: ../../build/doc/quickstart/udig_quickstart.rst:129 -msgid "" -"The **Projects** view has been updated to show that your map is stored in " -"`projects > ne 10m admin 0 countries`. You can have multiple projects open " -"at a time, each project can have several maps." -msgstr "" -"La vista **Progetti** è stata aggiornata per mostrare che la tua mappa è " -"memorizzata in `progetti > ne 10m admin 0 paesi`. Puoi avere più progetti " -"aperti alla volta, ogni progetto può avere diverse mappe." - -#: ../../build/doc/quickstart/udig_quickstart.rst:132 -msgid "Open up the :file:`~/data/natural_earth2/` folder on the desktop" -msgstr "Apri la cartella :file:`~/data/natural_earth2/` sul desktop" - -#: ../../build/doc/quickstart/udig_quickstart.rst:134 -msgid "" -"Drag :file:`HYP_50M_SR_W.tif` onto the Map Editor, a new layer is added to " -"to the map." -msgstr "" -"Trascina :file:`HYP_50M_SR_W.tif` nell'editor di mappe, un nuovo layer viene" -" aggiunto alla mappa." - -#: ../../build/doc/quickstart/udig_quickstart.rst:136 -msgid "" -"You can see the order the layers are drawn in the layer view. Right now the " -"`HYP_50M_SR_W` layer is drawn on top of the `ne 10m admin 0 countries` " -"layer." -msgstr "" -"Puoi vedere l'ordine in cui i layer sono disegnati nella vista dei layer. In" -" questo momento il layer `HYP_50M_SR_W` è disegnato sopra il layer `ne 10m " -"admin 0 countries`." - -#: ../../build/doc/quickstart/udig_quickstart.rst:139 -msgid "" -"Select the `HYP_50M_SR_W` layer in the catalog view and drag it to the " -"bottom of the list" -msgstr "" -"Seleziona il layer `HYP_50M_SR_W` nella vista catalogo e trascinarlo in " -"fondo alla lista" - -#: ../../build/doc/quickstart/udig_quickstart.rst:150 -msgid "" -"One of the most common questions asked when uDig is considered for an " -"organization is how much memory the application uses. Unlike most GIS " -"applications uDig can get by with a fixed amount of memory. The above " -"shapefile is not loaded into memory, we have a policy of keeping data on " -"disk and drawing data like this shapefile onto the screen as needed." -msgstr "" -"Una delle domande più comuni poste quando uDig è considerato per " -"un'organizzazione è quanta memoria usa l'applicazione. A differenza della " -"maggior parte delle applicazioni GIS, uDig può andare avanti con una " -"quantità fissa di memoria. Lo shapefile di cui sopra non è caricato in " -"memoria, abbiamo una politica di mantenere i dati su disco e disegnare i " -"dati come questo shapefile sullo schermo come necessario." - -#: ../../build/doc/quickstart/udig_quickstart.rst:159 -msgid "" -"You can also drag and drop shapefiles directly into the uDig application!" -msgstr "" -"Puoi anche trascinare e rilasciare gli shapefile direttamente " -"nell'applicazione uDig!" - -#: ../../build/doc/quickstart/udig_quickstart.rst:162 -msgid "Map" -msgstr "Mappa" - -#: ../../build/doc/quickstart/udig_quickstart.rst:164 -msgid "" -"You can control where in the world the Map Editor is looking by using the " -"navigation tools in the tool bar along the top of the screen." -msgstr "" -"Puoi controllare in quale parte del mondo il Map Editor sta guardando usando" -" gli strumenti di navigazione nella barra degli strumenti lungo la parte " -"superiore dello schermo." - -#: ../../build/doc/quickstart/udig_quickstart.rst:167 -msgid "The |ZOOM| Zoom tool is available by default" -msgstr "Lo strumento |ZOOM| Zoom è disponibile di default" - -#: ../../build/doc/quickstart/udig_quickstart.rst:169 -#: ../../build/doc/quickstart/udig_quickstart.rst:169 -#: ../../build/doc/quickstart/udig_quickstart.rst:169 -msgid "ZOOM" -msgstr "ZOOM" - -#: ../../build/doc/quickstart/udig_quickstart.rst:171 -msgid "" -"Use the zoom tool by drawing a box using the left mouse button around the " -"area of the world you wish to see." -msgstr "" -"Usa lo strumento di zoom disegnando un riquadro con il tasto sinistro del " -"mouse intorno all'area del mondo che vuoi vedere." - -#: ../../build/doc/quickstart/udig_quickstart.rst:173 -msgid "" -"To zoom out draw a box with the right mouse button. The current map extents " -"will be located within the box you draw." -msgstr "" -"Per ridurre lo zoom disegna un riquadro con il tasto destro del mouse. " -"L'estensione attuale della mappa si troverà all'interno del riquadro " -"disegnato." - -#: ../../build/doc/quickstart/udig_quickstart.rst:176 -msgid "" -"The |PAN| Pan tool can be used to scroll around your map with out changing " -"scale." -msgstr "" -"Lo strumento |PAN| Pan può essere usato per scorrere la tua mappa senza " -"cambiare scala." - -#: ../../build/doc/quickstart/udig_quickstart.rst:178 -#: ../../build/doc/quickstart/udig_quickstart.rst:178 -msgid "PAN" -msgstr "SPOSTA" - -#: ../../build/doc/quickstart/udig_quickstart.rst:180 -msgid "" -"There are also several navigation buttons that can be used at any time:" -msgstr "" -"Ci sono anche diversi pulsanti di navigazione che possono essere utilizzati " -"in qualsiasi momento:" - -#: ../../build/doc/quickstart/udig_quickstart.rst:182 -msgid "" -"|SHOWALL| Show All, can be used to return to the full extents at any time" -msgstr "" -"|SHOWALL| Mostra tutto, può essere usato per tornare agli estratti completi " -"in qualsiasi momento" - -#: ../../build/doc/quickstart/udig_quickstart.rst:184 -#: ../../build/doc/quickstart/udig_quickstart.rst:184 -msgid "SHOWALL" -msgstr "MOSTRA TUTTO" - -#: ../../build/doc/quickstart/udig_quickstart.rst:186 -msgid "" -"|ZOOM_IN| Zoom In and |ZOOM_OUT| Zoom Out can be used to change the scale by" -" a fixed amount." -msgstr "" -"|ZOOM_IN| Zoom In e |ZOOM_OUT| Zoom Out possono essere usati per cambiare la" -" scala di una quantità fissa." - -#: ../../build/doc/quickstart/udig_quickstart.rst:188 -#: ../../build/doc/quickstart/udig_quickstart.rst:188 -msgid "ZOOM_IN" -msgstr "INGRANDIRE" - -#: ../../build/doc/quickstart/udig_quickstart.rst:189 -#: ../../build/doc/quickstart/udig_quickstart.rst:189 -msgid "ZOOM_OUT" -msgstr "RIMPICCIOLIRE" - -#: ../../build/doc/quickstart/udig_quickstart.rst:191 -msgid "" -"You can use Navigation Back |BNAV| and Forward |FNAV| in the menu bar to " -"cycle though previously visited locations." -msgstr "" -"Puoi usare la navigazione Indietro |BNAV| e Avanti |FNAV| nella barra dei " -"menu per scorrere le località visitate in precedenza." - -#: ../../build/doc/quickstart/udig_quickstart.rst:194 -#: ../../build/doc/quickstart/udig_quickstart.rst:194 -msgid "BNAV" -msgstr "BNAV" - -#: ../../build/doc/quickstart/udig_quickstart.rst:195 -#: ../../build/doc/quickstart/udig_quickstart.rst:195 -msgid "FNAV" -msgstr "FNAV" - -#: ../../build/doc/quickstart/udig_quickstart.rst:197 -msgid "" -"Most tools allow you to Pan by holding the center button and control the " -"scale using the scroll wheel." -msgstr "" -"La maggior parte degli strumenti ti permette il Pan tenendo premuto il " -"pulsante centrale e di controllare la scala usando la rotella di " -"scorrimento." - -#: ../../build/doc/quickstart/udig_quickstart.rst:201 -msgid "Web Map Server" -msgstr "Web Map Server" - -#: ../../build/doc/quickstart/udig_quickstart.rst:203 -msgid "" -"One of the reasons to use an application like uDig is to access all the " -"great free geospatial information available on the web. This section covers " -"the use of Web Map Servers which make available layers of information that " -"you can mix into your own maps." -msgstr "" -"Una delle ragioni per usare un'applicazione come uDig è quella di accedere a" -" tutte le grandi informazioni geospaziali gratuite disponibili sul web. " -"Questa sezione copre l'uso dei Web Map Servers che rendono disponibili " -"strati di informazioni che puoi mescolare nelle tue mappe." - -#: ../../build/doc/quickstart/udig_quickstart.rst:207 -msgid "" -"If you are not connected to the Internet run |osgeolive-appmenupath-" -"geoserver| for a local WMS. The script will open a page with a \"Service " -"Capabilities\" section and two links for WMS Services you can drag into your" -" empty map." -msgstr "" -"Se non sei connesso a Internet esegui |osgeolive-appmenupath-geoserver| per " -"un WMS locale. Lo script aprirà una pagina con una sezione \"Service " -"Capabilities\" e due link per i servizi WMS che puoi trascinare nella tua " -"mappa vuota." - -#: ../../build/doc/quickstart/udig_quickstart.rst:211 -msgid "" -"You can copy a WMS URL (e.g. for `WMS 1.1.1`_) from right panel of " -"`GeoServer Welcome page`_ and \"paste\" it either on the **Map** view or the" -" **Layers** view. A wizard shows you the layers you can add to the **Map**. " -"You can also connect to Web Map Servers using the **Add Data** " -"(:menuselection:`Layer --> Add...`) Wizard and paste WMS URL right there." -msgstr "" -"Puoi copiare un URL WMS (ad es. per `WMS 1.1.1`_) dal pannello destro della " -"`pagina di benvenuto di Geoserver`_ e \"incollarlo\" nella vista **Map** o " -"nella vista **Layers**. Un wizard ti mostra i layer che puoi aggiungere alla" -" **Map**. Puoi anche connetterti ai Web Map Server usando il Wizard **Add " -"Data** (:menuselection:`Layer --> Add...`) e incollare l'URL WMS proprio lì." - -#: ../../build/doc/quickstart/udig_quickstart.rst:216 -msgid "Select :menuselection:`File --> New --> New Map` from the menu bar" -msgstr "" -"Seleziona :menuselection:`File --> New --> New Map` dalla barra dei menu" - -#: ../../build/doc/quickstart/udig_quickstart.rst:218 -msgid "" -"Change to the **Web** view, click on the tab next to the **Catalog** view to" -" reveal the *Web* view." -msgstr "" -"Passa alla vista **Web**, clicca sulla linguetta accanto alla vista " -"**Catalogo** per rivelare la vista *Web*." - -#: ../../build/doc/quickstart/udig_quickstart.rst:223 -msgid "" -"Click on the link ``WMS\\:http://www2.dmsolutions.ca/cgi-" -"bin/mswms_gmap?Service=WMS&VERSION=1.1.0&REQUEST=GetCapabilities``" -msgstr "" -"Clicca sul link ``WMS\\:http://www2.dmsolutions.ca/cgi-" -"bin/mswms_gmap?Service=WMS&VERSION=1.1.0&REQUEST=GetCapabilities``" - -#: ../../build/doc/quickstart/udig_quickstart.rst:229 -msgid "" -"From the Resource Selection page we are going to choose the following " -"layers:" -msgstr "Dalla pagina di selezione delle risorse scegli i layer:" - -#: ../../build/doc/quickstart/udig_quickstart.rst:231 -msgid "Elevation/Bathymetry" -msgstr "Elevazione/Batimetria" - -#: ../../build/doc/quickstart/udig_quickstart.rst:232 -msgid "Parks" -msgstr "Parks" - -#: ../../build/doc/quickstart/udig_quickstart.rst:233 -msgid "Cities" -msgstr "Cities" - -#: ../../build/doc/quickstart/udig_quickstart.rst:238 -msgid "Press :guilabel:`Finish` to add these layers to your map" -msgstr "Premi :guilabel:`Finish` per aggiungere questi layer alla mappa" - -#: ../../build/doc/quickstart/udig_quickstart.rst:243 -msgid "Use the |ZOOM| Zoom Tool to move closer to one of the Parks" -msgstr "Usa lo strumento di zoom per avvicinarsi a uno dei Parks" - -#: ../../build/doc/quickstart/udig_quickstart.rst:245 -msgid "" -"Switch to the |INFO| Info Tool and click on one the parks to learn more " -"about it" -msgstr "" -"Passa allo strumento |INFO| e clicca su uno dei parchi per saperne di più" - -#: ../../build/doc/quickstart/udig_quickstart.rst:247 -#: ../../build/doc/quickstart/udig_quickstart.rst:247 -msgid "INFO" -msgstr "INFO" - -#: ../../build/doc/quickstart/udig_quickstart.rst:249 -msgid "" -"You can switch between the zoom and info tools by pressing `Z` and `I` on " -"the keyboard." -msgstr "" -"Puoi passare tra gli strumenti di zoom e info premendo `Z` e `I` sulla " -"tastiera." - -#: ../../build/doc/quickstart/udig_quickstart.rst:252 -msgid "Style" -msgstr "Stile" - -#: ../../build/doc/quickstart/udig_quickstart.rst:254 -msgid "" -"Select the `project > ne 10m admin 0 countries`, you can double click to " -"open this Map, or Right Click and choose Open Map" -msgstr "" -"Seleziona il `progetto > ne 10m admin 0 paesi`, puoi fare doppio clic per " -"aprire questa mappa, o fare clic destro e scegliere Open Map" - -#: ../../build/doc/quickstart/udig_quickstart.rst:256 -msgid "Select the countries layer in the Layer view" -msgstr "Seleziona il layer dei paesi nella vista Layer" - -#: ../../build/doc/quickstart/udig_quickstart.rst:258 -msgid "" -"Open up the **Style Editor** by right clicking on `ne 10m admin 0 countries`" -" layer and choosing :guilabel:`Change Style`" -msgstr "" -"Apri lo **Style Editor** cliccando con il tasto destro sul layer `ne 10m " -"admin 0 countries` e scegliendo :guilabel:`Change Style`." - -#: ../../build/doc/quickstart/udig_quickstart.rst:260 -msgid "We are going to change a few things about how countries are displayed" -msgstr "Cambierai alcune cose su come vengono visualizzati i paesi" - -#: ../../build/doc/quickstart/udig_quickstart.rst:262 -msgid "" -"Line: Click :guilabel:`Border`, click on the Color button and change the " -"color to BLACK" -msgstr "" -"Linea: Clicca su :guilabel:`Border`, clicca sul pulsante Color e cambia il " -"colore in BLACK" - -#: ../../build/doc/quickstart/udig_quickstart.rst:264 -msgid "" -"Fill: On Tab :guilabel:`Fill` uncheck the box :guilabel:`enable/disable " -"fill` to turn off fill" -msgstr "" -"Riempimento: nella scheda :guilabel:`Fill` deselezionare la casella " -":guilabel:`enable/disable fill` per disattivare il riempimento" - -#: ../../build/doc/quickstart/udig_quickstart.rst:266 -msgid "" -"Label: On Tab :guilabel:`Labels` check the box :guilabel:`enable/disable " -"labeling`, and choose the attribute **NAME** from the list of attributes" -msgstr "" -"Etichetta: Nella scheda :guilabel:`Labels` seleziona la casella " -":guilabel:`enable/disable labeling`, e scegli l'attributo **NAME** dalla " -"lista degli attributi" - -#: ../../build/doc/quickstart/udig_quickstart.rst:271 -msgid "" -"Press :guilabel:`Apply` to see what this looks like on your Map, the " -"**Layer** view will also be updated to reflect the current style" -msgstr "" -"Premi :guilabel:`Apply` per vedere come appare sulla tua Mappa, anche la " -"vista **Layer** sarà aggiornata per riflettere lo stile attuale" - -#: ../../build/doc/quickstart/udig_quickstart.rst:274 -msgid "" -"When you are happy with the result you can press :guilabel:`Close` to " -"dismiss the dialog" -msgstr "" -"Quando sei soddisfatto del risultato puoi premere :guilabel:`Close` per " -"chiudere la finestra di dialogo" - -#: ../../build/doc/quickstart/udig_quickstart.rst:276 -msgid "" -"Some files include style settings. The Style definition can be found in " -"files with the :file:`*.sld` extension. The name itself should be equal to " -"the file containing the data. If such a |SLD| file exists, the style will be" -" applied automatically." -msgstr "" -"Alcuni file includono impostazioni di stile. La definizione dello stile si " -"trova nei file con estensione :file:`*.sld`. Il nome stesso dovrebbe essere " -"uguale al file che contiene i dati. Se un tale file |SLD| esiste, lo stile " -"verrà applicato automaticamente." - -#: ../../build/doc/quickstart/udig_quickstart.rst:278 -msgid "" -"Sometimes it is a bit hard to see what is going on with layer providing much" -" details. To get focused on the task you like to work on, you can choose " -":menuselection:`Map --> Mylar` from the menu bar. Using the *Layer* view " -"select different layers in turn to see the effect. You can turn off this " -"effect at any time using :menuselection:`Map --> Mylar` from the menu bar." -msgstr "" -"A volte è un po' difficile vedere cosa sta succedendo con i layer che " -"forniscono molti dettagli. Per concentrarti sul lavoro che ti piace fare, " -"puoi scegliere :menuselection:`Map --> Mylar` dalla barra dei menu. Usando " -"la vista *Layer* seleziona diversi layer a turno per vedere l'effetto. Puoi " -"disattivare questo effetto in qualsiasi momento usando :menuselection:`Map " -"--> Mylar` dalla barra dei menu." - -#: ../../build/doc/quickstart/udig_quickstart.rst:294 -msgid "Things to Try" -msgstr "Cose da provare" - -#: ../../build/doc/quickstart/udig_quickstart.rst:296 -msgid "Here are some additional challenges for you to try:" -msgstr "Ecco alcune sfide aggiuntive da provare:" - -#: ../../build/doc/quickstart/udig_quickstart.rst:298 -msgid "" -"Try viewing your own GIS map layers, or try adding a layer from a |WFS|" -msgstr "" -"Prova a visualizzare i tuoi layer di mappa GIS, o prova ad aggiungere un " -"layer da un" - -#: ../../build/doc/quickstart/udig_quickstart.rst:299 -msgid "Try styling the WFS layer." -msgstr "Prova a stilizzare il layer WFS." - -#: ../../build/doc/quickstart/udig_quickstart.rst:302 -msgid "What Next?" -msgstr "E ora?" - -#: ../../build/doc/quickstart/udig_quickstart.rst:307 -msgid "" -"This is only the first step on the road to using uDig. There is a lot more " -"great material (and ability) left for you to discover in our **walkthrough**" -" documents." -msgstr "" -"Questo è solo il primo passo sulla strada per usare uDig. C'è molto più " -"materiale (e abilità) da scoprire nei documenti **walkthrough**." - -#: ../../build/doc/quickstart/udig_quickstart.rst:309 -msgid "Walkthrough 1" -msgstr "Walkthrough 1" - -#: ../../build/doc/quickstart/udig_quickstart.rst:311 -msgid "" -"Try out the use of :doc:`PostGIS <../overview/postgis_overview>`, extract " -"data from a Web Feature Server and explore the use of **Themes** with our " -"powerful `Color Brewer` technology." -msgstr "" -"Prova l'uso di :doc:`PostGIS <../overview/postgis_overview>`, estrai dati da" -" un Web Feature Server ed esplora l'uso di **Temi** con la potente " -"tecnologia `Color Brewer`." - -#: ../../build/doc/quickstart/udig_quickstart.rst:314 -msgid ":file:`/usr/local/share/udig/udig-docs/uDigWalkthrough 1.pdf`" -msgstr ":file:`/usr/local/share/udig/udig-docs/uDigWalkthrough 1.pdf`" - -#: ../../build/doc/quickstart/udig_quickstart.rst:316 -msgid "" -"Walkthrough 2 - Learn how to create shapefiles and use the Edit tools to " -"manipulate feature data, covers the installation of :doc:`GeoServer " -"<../overview/geoserver_overview>` and editing with a Web Feature Server." -msgstr "" -"Walkthrough 2 - Impara come creare shapefile e usare gli strumenti di " -"modifica per manipolare i dati degli elementi, scopri l'installazione di " -":doc:`GeoServer <../overview/geoserver_overview>` e la modifica con un Web " -"Feature Server." - -#: ../../build/doc/quickstart/udig_quickstart.rst:320 -msgid "Available on http://udig.refractions.net/" -msgstr "Disponibile su http://udig.refractions.net/" - -#: ../../build/doc/:13 -msgid "vmdk" -msgstr "vmdk" - -#: ../../build/doc/:16 -msgid "nologo" -msgstr "nologo" - -#: ../../build/doc/:0 -msgid "OSGeo Project" -msgstr "Progetto OSGeo" - -#: ../../build/doc/:0 ../../build/doc/:0 -msgid "OSGeo Community" -msgstr "Comunità OSGeo" diff --git a/locale/ja/LC_MESSAGES/overview/udig_overview.po b/locale/ja/LC_MESSAGES/overview/udig_overview.po deleted file mode 100644 index 914a84f239..0000000000 --- a/locale/ja/LC_MESSAGES/overview/udig_overview.po +++ /dev/null @@ -1,246 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2011~2022, OSGeo -# This file is distributed under the same license as the OSGeoLive package. -# FIRST AUTHOR , YEAR. -# -# Translators: -# Ko Nagase , 2022 -# -msgid "" -msgstr "" -"Project-Id-Version: OSGeoLive 15.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-08-03 09:57+0000\n" -"PO-Revision-Date: 2024-11-02 13:09+0000\n" -"Last-Translator: Ko Nagase \n" -"Language-Team: Japanese \n" -"Language: ja\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 5.4.3\n" - -#: ../../build/doc/overview/udig_overview.rst:15 -msgid "uDig" -msgstr "uDig" - -#: ../../build/doc/overview/udig_overview.rst:18 -msgid "Desktop GIS" -msgstr "デスクトップ GIS" - -#: ../../build/doc/overview/udig_overview.rst:21 -msgid "" -"User-friendly Desktop Internet GIS (uDig) is an open source spatial data " -"viewer/editor, with special emphasis on the OpenGIS standards for internet " -"GIS, the Web Map Server (WMS) and Web Feature Server (WFS) standards." -msgstr "" -"ユーザフレンドリなデスクトップインターネットGIS(uDig)は、オープンソースの空間データビューア/エディタです。特に、インターネットGISのOpenGIS標準、Web" -" Map Server(WMS)標準、およびWeb Feature Server(WFS)標準に重点を置いています。" - -#: ../../build/doc/overview/udig_overview.rst:23 -msgid "uDig is:" -msgstr "uDigは:" - -#: ../../build/doc/overview/udig_overview.rst:25 -msgid "" -"**User-friendly**, providing a familiar graphical environment for GIS users;" -msgstr "**使いやすい**: GISユーザに使い慣れたグラフィカル環境を提供します。" - -#: ../../build/doc/overview/udig_overview.rst:26 -msgid "**Desktop located**, running natively on Windows, Mac OS/X and Linux;" -msgstr "**デスクトップ・アプリケーション**: Windows、Mac OS/X、およびLinux上でネイティブに動作します。" - -#: ../../build/doc/overview/udig_overview.rst:27 -msgid "" -"**Internet oriented**, consuming standard and de facto geospatial web " -"services; and," -msgstr "**インターネット指向**: 標準的な地理空間Webサービスと事実上の地理空間Webサービスを利用しています。" - -#: ../../build/doc/overview/udig_overview.rst:28 -msgid "" -"**GIS ready**, providing the framework on which complex analytical " -"capabilities can be built, and gradually subsuming those capabilities into " -"the main application." -msgstr "" -"**GIS対応** : 複雑な分析機能を構築するためのフレームワークを提供し、それらの機能を徐々にメインアプリケーションに組み込んでいきます。" - -#: ../../build/doc/overview/udig_overview.rst:30 -msgid "" -"For developers uDig provides a common Java platform for building spatial " -"applications with open source components. The website provides series of " -"clear tutorials covering making a simple tool through to releasing your own " -"custom application." -msgstr "" -"uDigは、オープン・ソース・コンポーネントを使用して空間アプリケーションを構築するための共通のJavaプラットフォームを開発者に提供します。このWebサイトには、簡単なツールの作成から独自のカスタムアプリケーションのリリースまでを網羅した一連の明確なチュートリアルが用意されています。" - -#: ../../build/doc/overview/udig_overview.rstNone -msgid "udig screenshot" -msgstr "uDig スクリーンショット" - -#: ../../build/doc/overview/udig_overview.rst:39 -msgid "Core Features" -msgstr "主要機能" - -#: ../../build/doc/overview/udig_overview.rst:41 -msgid "" -"Desktop Client with Drag and Drop integration for File explorer and Web " -"Browser" -msgstr "ファイルエクスプローラとWebブラウザのドラッグ・アンド・ドロップ統合を備えたデスクトップ上のアプリケーション" - -#: ../../build/doc/overview/udig_overview.rst:42 -msgid "" -"Integrate with your existing infrastructure: ArcSDE, Oracle, DB2 and more" -msgstr "既存のインフラストラクチャ(ArcSDE、Oracle、DB2など)との統合" - -#: ../../build/doc/overview/udig_overview.rst:43 -msgid "Work with local files: Shapefile, jpeg, png, tiff and more." -msgstr "ローカルファイル(Shapefile、jpeg、png、tiffなど)を操作します。" - -#: ../../build/doc/overview/udig_overview.rst:44 -msgid "Work with advanced spatial raster formats: ECW, MrSID, JPEG 2000" -msgstr "高度な空間ラスター形式(ECW、MRsID、JPEG2000)を使用できます" - -#: ../../build/doc/overview/udig_overview.rst:45 -msgid "" -"Support for compliant Web Map Servers (:doc:`GeoServer " -"`, MapServer tested)" -msgstr "" -"Web MapServer標準のサポート(:doc:`GeoServer ` 、テスト済みMapServer)" - -#: ../../build/doc/overview/udig_overview.rst:46 -msgid "" -"Integrated Web experience with an embedded browser that recognises OGC web " -"services and smoothly adds links to the onscreen map" -msgstr "OGC Webサービスを認識し、画面上のマップへのリンクをスムーズに追加する組み込みブラウザを備えた統合Webエクスペリエンス" - -#: ../../build/doc/overview/udig_overview.rst:48 -msgid "" -"Style Layer Descriptor control of rendering allowing you to publish your Map" -" using the same settings in uDig as with popular Web Map Servers" -msgstr "スタイルレイヤ記述子レンダリングの制御。uDigで一般的なWeb Map Serverと同じ設定を使用してマップを配信できます。" - -#: ../../build/doc/overview/udig_overview.rst:50 -msgid "" -"Deep integration of standards allowing the application to swap between the " -"appropriate service as required for display, interaction and editing" -msgstr "標準の緊密な統合により、表示、操作、編集に必要なサービス間でアプリケーションアプリケーションが適切なサービス間で" - -#: ../../build/doc/overview/udig_overview.rst:52 -msgid "Printing and PDF Generation" -msgstr "印刷とPDFの生成" - -#: ../../build/doc/overview/udig_overview.rst:53 -msgid "For Developers" -msgstr "開発者向け" - -#: ../../build/doc/overview/udig_overview.rst:55 -msgid "" -"Java Application built using the :doc:`GeoTools `, `JTS " -"Topology Suite (JTS) `_" -msgstr "" -":doc:`GeoTools `、`JTS Topology Suite (JTS) " -"`_ を使用して構築されたJavaアプリケーション" - -#: ../../build/doc/overview/udig_overview.rst:56 -msgid "" -"Industrial strength plug-in system provided by Eclipse Rich Client Platform" -msgstr "Eclipse Rich Client Platformが提供する産業レベルのプラグインシステム" - -#: ../../build/doc/overview/udig_overview.rst:57 -msgid "Use of native widgets" -msgstr "ネイティブウィジェットの使用" - -#: ../../build/doc/overview/udig_overview.rst:60 -msgid "Implemented Standards" -msgstr "実装されている標準規格" - -#: ../../build/doc/overview/udig_overview.rst:62 -msgid "OGC Web Map Server (WMS)" -msgstr "OGC Web Map Server (WMS)" - -#: ../../build/doc/overview/udig_overview.rst:63 -msgid "OGC Web Feature Server (WFS)" -msgstr "OGC Web Feature Server (WFS)" - -#: ../../build/doc/overview/udig_overview.rst:64 -msgid "OGC Web Feature Server Transactional (WFS-T)" -msgstr "OGC Web Feature Server Transactional (WFS-T)" - -#: ../../build/doc/overview/udig_overview.rst:65 -msgid "OGC Simple Features for SQL (SFQL)" -msgstr "OGC Simple Features for SQL (SFQL)" - -#: ../../build/doc/overview/udig_overview.rst:66 -msgid "Web Map Server Cache (WMS-C)" -msgstr "Web Map Server Cache (WMS-C)" - -#: ../../build/doc/overview/udig_overview.rst:67 -msgid "OGC Style Layer Descriptor (SLD)" -msgstr "OGC Style Layer Descriptor (SLD)" - -#: ../../build/doc/overview/udig_overview.rst:70 -msgid "Details" -msgstr "詳細" - -#: ../../build/doc/overview/udig_overview.rst:72 -msgid "**Website:** http://udig.refractions.net/" -msgstr "**Webサイト:** http://udig.refractions.net/" - -#: ../../build/doc/overview/udig_overview.rst:74 -msgid "**Licence:** Dual BSD / EPL (Eclipse Foundation)" -msgstr "**ライセンス:** Dual BSD / EPL (Eclipse Foundation)" - -#: ../../build/doc/overview/udig_overview.rst:76 -msgid "**Software Version:** |version-udig|" -msgstr "**ソフトウェアバージョン:** |version-udig|" - -#: ../../build/doc/overview/udig_overview.rst:78 -msgid "**Supported Platforms:** Windows, Linux, Mac" -msgstr "**対応プラットフォーム:** Windows, Linux, Mac" - -#: ../../build/doc/overview/udig_overview.rst:80 -msgid "" -"**API Interfaces:** GeoTools, ImageIO-Ext, Java Advanced Imaging, Eclipse " -"Rich Client Platform, Eclipse Modelling Framework" -msgstr "" -"**APIインタフェース:** GeoTools,ImageIO-Ext,Java Advanced Imaging,Eclipse Rich " -"Client Platform,Eclipse Modelling Framework" - -#: ../../build/doc/overview/udig_overview.rst:82 -msgid "**Support:** http://udig.refractions.net/users/" -msgstr "**サポート:** http://udig.refractions.net/users/" - -#: ../../build/doc/overview/udig_overview.rst:84 -msgid "**Developers:** http://udig.refractions.net/developers/" -msgstr "**開発情報:** http://udig.refractions.net/developers/" - -#: ../../build/doc/overview/udig_overview.rst:87 -msgid "" -"This project is only included on the OSGeoLive virtual machine disk (VMDK)" -msgstr "このプロジェクトはOSGeoLive仮想マシンディスク(VMDK)にのみ含まれています" - -#: ../../build/doc/overview/udig_overview.rst:90 -msgid "Quickstart" -msgstr "クイックスタート" - -#: ../../build/doc/overview/udig_overview.rst:92 -msgid ":doc:`Quickstart documentation <../quickstart/udig_quickstart>`" -msgstr ":doc:`クイックスタート文書 <../quickstart/udig_quickstart>`" - -#: ../../build/doc/:13 -msgid "vmdk" -msgstr "vmdk" - -#: ../../build/doc/:16 -msgid "nologo" -msgstr "ロゴなし" - -#: ../../build/doc/:0 -msgid "OSGeo Project" -msgstr "OSGeo プロジェクト" - -#: ../../build/doc/:0 ../../build/doc/:0 -msgid "OSGeo Community" -msgstr "OSGeo コミュニティ" diff --git a/locale/ja/LC_MESSAGES/quickstart/udig_quickstart.po b/locale/ja/LC_MESSAGES/quickstart/udig_quickstart.po deleted file mode 100644 index 471c5f1caa..0000000000 --- a/locale/ja/LC_MESSAGES/quickstart/udig_quickstart.po +++ /dev/null @@ -1,608 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2011~2022, OSGeo -# This file is distributed under the same license as the OSGeoLive package. -# FIRST AUTHOR , YEAR. -# -# Translators: -# Ko Nagase , 2022 -# -msgid "" -msgstr "" -"Project-Id-Version: OSGeoLive 15.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-08-03 09:57+0000\n" -"PO-Revision-Date: 2024-11-02 13:09+0000\n" -"Last-Translator: Ko Nagase \n" -"Language-Team: Japanese \n" -"Language: ja\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 5.4.3\n" - -#: ../../build/doc/quickstart/udig_quickstart.rst:14 -msgid "" -"This project is only included on the OSGeoLive virtual machine disk (VMDK)" -msgstr "このプロジェクトはOSGeoLive仮想マシンディスク(VMDK)にのみ含まれています" - -#: ../../build/doc/quickstart/udig_quickstart.rst:20 -msgid "uDig Quickstart" -msgstr "uDig クイックスタート" - -#: ../../build/doc/quickstart/udig_quickstart.rst:28 -msgid "" -"uDig (User Friendly Internet Desktop GIS), is a GIS Desktop client for " -"editing and viewing Geospatial data." -msgstr "" -"uDig (User Friendly Internet Desktop " -"GIS)は、地理空間データを編集および表示するためのGISデスクトップクライアントです。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:34 -msgid "This Quick Start describes how to:" -msgstr "このクイックスタートでは、次の方法について説明します:" - -#: ../../build/doc/quickstart/udig_quickstart.rst:36 -msgid "load a map layers from a shapefile and |WMS|" -msgstr "シェープファイルと |WMS| からマップレイヤをロードする" - -#: ../../build/doc/quickstart/udig_quickstart.rst:37 -msgid "use the standard map tools" -msgstr "標準のマップツールを使用する" - -#: ../../build/doc/quickstart/udig_quickstart.rst:38 -msgid "apply colour to map features using styling" -msgstr "スタイルを使用して地物に色を適用する" - -#: ../../build/doc/quickstart/udig_quickstart.rst:40 -msgid "Contents" -msgstr "目次" - -#: ../../build/doc/quickstart/udig_quickstart.rst:43 -msgid "start uDig" -msgstr "uDigの開始" - -#: ../../build/doc/quickstart/udig_quickstart.rst:54 -msgid "Choose |osgeolive-appmenupath-udig| from menu" -msgstr "メニューから |osgeolive-appmenupath-udig| を選択してください" - -#: ../../build/doc/quickstart/udig_quickstart.rst:55 -msgid "The application will take a few moments to start up" -msgstr "アプリケーションの起動にはしばらくかかります" - -#: ../../build/doc/quickstart/udig_quickstart.rst:66 -msgid "" -"If you have any difficulties, or are running uDig please review the Running " -"uDig reference page." -msgstr "問題がある場合、またはuDigを実行している場合は、実行中のuDigのリファレンスページを確認してください。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:69 -msgid "Welcome View" -msgstr "ウェルカム画面" - -#: ../../build/doc/quickstart/udig_quickstart.rst:71 -msgid "" -"When you start up uDig for the first time the Welcome view takes up the " -"entire display. This screen has links to tutorials, documentation and the " -"project website." -msgstr "" -"uDigを初めて起動すると、ウェルカム画面が画面全体に表示されます。この画面には、チュートリアル、ドキュメント、およびプロジェクトWebサイトへのリンクがあります。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:74 -msgid "" -"Click the arrow labelled Workbench in the upper right corner, to reveal the " -"contents of the uDig workbench." -msgstr "右上隅にあるワークベンチというラベルの矢印をクリックすると、uDigワークベンチの内容が表示されます。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:79 -msgid "" -"You can return to the Welcome view at any time by selecting the " -":menuselection:`Help --> Welcome` from the menu bar." -msgstr "" -"メニューバーから :menuselection:`Help --> Welcome` を選択すると、いつでもウェルカム画面に戻ることができます。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:82 -msgid "Workbench" -msgstr "ワークベンチ" - -#: ../../build/doc/quickstart/udig_quickstart.rst:84 -msgid "" -"The Workbench window offers multiple Editors (each showing a Map) and " -"supporting Views (offering information about the current Map)." -msgstr "ワークベンチウィンドウには複数のエディタ(それぞれがマップを表示)とサポートするビュー(現在のマップに関する情報を提供)があります。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:90 -msgid "Shown above is a typical uDig session with the" -msgstr "上に表示されているのは、典型的なuDigセッションで" - -#: ../../build/doc/quickstart/udig_quickstart.rst:92 -msgid "Layers view (1)," -msgstr "レイヤビュー(1)" - -#: ../../build/doc/quickstart/udig_quickstart.rst:93 -msgid "Projects view (2)," -msgstr "プロジェクトビュー(2)" - -#: ../../build/doc/quickstart/udig_quickstart.rst:94 -msgid "Catalog view (3) and" -msgstr "カタログビュー(3)と" - -#: ../../build/doc/quickstart/udig_quickstart.rst:95 -msgid "Map editor (4)." -msgstr "マップエディタ(4)" - -#: ../../build/doc/quickstart/udig_quickstart.rst:97 -msgid "These views will be described further as we demonstrate their use." -msgstr "これらのビューについては、その使用方法を説明する際に詳しく説明します。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:100 -msgid "Files" -msgstr "ファイル" - -#: ../../build/doc/quickstart/udig_quickstart.rst:102 -msgid "" -"To start out with we are going to load some of the sample data included on " -"the DVD." -msgstr "まず、DVDに含まれているサンプルデータの一部をロードします。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:104 -msgid "" -"Choose :menuselection:`Layer --> Add` from the menu bar to open up the **Add" -" Data** wizard" -msgstr "" -"メニューバーから :menuselection:`Layer --> Add` を選択して、 **Add Data** ウィザードを開きます。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:106 -msgid "Select **Files** from the list of data sources" -msgstr "データソースのリストから **ファイル** を選択します" - -#: ../../build/doc/quickstart/udig_quickstart.rst:108 -msgid "Press :guilabel:`Next` to open up a file dialog" -msgstr ":guilabel:`Next` を押してファイルダイアログを開きます" - -#: ../../build/doc/quickstart/udig_quickstart.rst:110 -msgid "The OSGeoLive DVD contains sample data in:" -msgstr "OSGeoLive DVDにはサンプルデータが含まれています。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:112 -msgid ":file:`~/data` (a short cut to :file:`/usr/local/share/data`)" -msgstr ":file:`~/data` (:file:`/usr/local/share/data` へのショートカット)" - -#: ../../build/doc/quickstart/udig_quickstart.rst:114 -msgid "Select the following file from the :file:`natural_earth2` folder:" -msgstr ":file:`natural_earth2` フォルダから次のファイルを選択します。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:116 -msgid ":file:`ne_10m_admin_0_countries.shp`" -msgstr ":file:`ne_10m_admin_0_countries.shp`" - -#: ../../build/doc/quickstart/udig_quickstart.rst:118 -msgid "Press :guilabel:`Open`" -msgstr ":guilabel:`Open` を押します。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:120 -msgid "" -"A new Map editor will be opened based on the contents of your shapefile. The" -" default name and projection of the Map has been taken from your shapefile." -msgstr "シェープファイルの内容に基づいて、新しいマップエディタが開きます。マップのデフォルト名と投影はシェープファイルから取得されています。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:123 -msgid "" -"You can see the **Catalog view** has been updated with an entry for " -":file:`ne_10m_admin_0_countries.shp`. This view is used to track the use of " -"resources by the uDig application." -msgstr "" -"**ビューカタログ** が :file:`ne_10m_admin_0_countries.shp` " -"のエントリで更新されました。このビューは、uDigアプリケーションによるリソースの使用を追跡するために使用されます。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:126 -msgid "" -"The **Layers** view shows a single layer is displayed on this map. This view" -" is used to change the order and appearance of information in your Map." -msgstr "" -"**レイヤ** ビューは、単一のレイヤがこのマップに表示されていることを示します。このビューは、マップ内の情報の順序と外観を変更するために使用されます。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:129 -msgid "" -"The **Projects** view has been updated to show that your map is stored in " -"`projects > ne 10m admin 0 countries`. You can have multiple projects open " -"at a time, each project can have several maps." -msgstr "" -"**プロジェクト** ビューが更新され、あなたのマップが `projects > ne 10m admin 0 countries` " -"に保存されていることが示されました。一度に複数のプロジェクトを開くことができ、各プロジェクトは複数のマップを持つことができます。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:132 -msgid "Open up the :file:`~/data/natural_earth2/` folder on the desktop" -msgstr "デスクトップ上の :file:`~/data/natural_earth2/` フォルダを開く" - -#: ../../build/doc/quickstart/udig_quickstart.rst:134 -msgid "" -"Drag :file:`HYP_50M_SR_W.tif` onto the Map Editor, a new layer is added to " -"to the map." -msgstr ":file:`HYP_50M_SR_W.tif` をマップエディタにドラッグすると、新しいレイヤがマップに追加されます。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:136 -msgid "" -"You can see the order the layers are drawn in the layer view. Right now the " -"`HYP_50M_SR_W` layer is drawn on top of the `ne 10m admin 0 countries` " -"layer." -msgstr "" -"レイヤが描画される順序をレイヤビューで確認できます。現在、 `HYP_50M_SR_W` レイヤは `ne 10m admin 0 countries`" -" レイヤの上に描画されています。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:139 -msgid "" -"Select the `HYP_50M_SR_W` layer in the catalog view and drag it to the " -"bottom of the list" -msgstr "カタログレイヤの `HYP_50M_SR_W` ビューを選択し、リストの一番下にドラッグします" - -#: ../../build/doc/quickstart/udig_quickstart.rst:150 -msgid "" -"One of the most common questions asked when uDig is considered for an " -"organization is how much memory the application uses. Unlike most GIS " -"applications uDig can get by with a fixed amount of memory. The above " -"shapefile is not loaded into memory, we have a policy of keeping data on " -"disk and drawing data like this shapefile onto the screen as needed." -msgstr "" -"組織でuDigが検討されるときによく聞かれる質問の1つは、アプリケーションが使用するメモリの量です。ほとんどのGISアプリケーションとは異なり、uDigは固定された量のメモリで動作します。上記のシェープファイルはメモリにロードされません。必要に応じてディスク上にデータを保持し、このシェープファイルのようなデータを画面上に描画するポリシーがあります。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:159 -msgid "" -"You can also drag and drop shapefiles directly into the uDig application!" -msgstr "シェープファイルをuDigアプリケーションに直接ドラッグ&ドロップすることもできます。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:162 -msgid "Map" -msgstr "マップ" - -#: ../../build/doc/quickstart/udig_quickstart.rst:164 -msgid "" -"You can control where in the world the Map Editor is looking by using the " -"navigation tools in the tool bar along the top of the screen." -msgstr "画面上部にあるツールバーのナビゲーションツールを使用して、マップエディタが世界のどこを見ているかを制御できます。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:167 -msgid "The |ZOOM| Zoom tool is available by default" -msgstr "|ZOOM| ズームツールはデフォルトで利用可能です" - -#: ../../build/doc/quickstart/udig_quickstart.rst:169 -#: ../../build/doc/quickstart/udig_quickstart.rst:169 -#: ../../build/doc/quickstart/udig_quickstart.rst:169 -msgid "ZOOM" -msgstr "ZOOM" - -#: ../../build/doc/quickstart/udig_quickstart.rst:171 -msgid "" -"Use the zoom tool by drawing a box using the left mouse button around the " -"area of the world you wish to see." -msgstr "ズームツールを使用して、表示したい世界の領域の周りに左マウスボタンでボックスを描画します。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:173 -msgid "" -"To zoom out draw a box with the right mouse button. The current map extents " -"will be located within the box you draw." -msgstr "縮小するには、マウスの右ボタンでボックスを描画します。現在のマップ範囲は、描画したボックス内に配置されます。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:176 -msgid "" -"The |PAN| Pan tool can be used to scroll around your map with out changing " -"scale." -msgstr "|PAN| Panツールを使用すると、スケールを変更せずにマップをスクロールできます。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:178 -#: ../../build/doc/quickstart/udig_quickstart.rst:178 -msgid "PAN" -msgstr "PAN" - -#: ../../build/doc/quickstart/udig_quickstart.rst:180 -msgid "" -"There are also several navigation buttons that can be used at any time:" -msgstr "いつでも使用できるナビゲーションボタンもいくつかあります。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:182 -msgid "" -"|SHOWALL| Show All, can be used to return to the full extents at any time" -msgstr "|SHOWALL| 全表示。いつでも全範囲に戻るために使用できます" - -#: ../../build/doc/quickstart/udig_quickstart.rst:184 -#: ../../build/doc/quickstart/udig_quickstart.rst:184 -msgid "SHOWALL" -msgstr "SHOWALL" - -#: ../../build/doc/quickstart/udig_quickstart.rst:186 -msgid "" -"|ZOOM_IN| Zoom In and |ZOOM_OUT| Zoom Out can be used to change the scale by" -" a fixed amount." -msgstr "|ZOOM_IN| Zoom In と |ZOOM_OUT| Zoom Out を使用すると、スケールを一定量だけ変更できます。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:188 -#: ../../build/doc/quickstart/udig_quickstart.rst:188 -msgid "ZOOM_IN" -msgstr "ZOOM_IN" - -#: ../../build/doc/quickstart/udig_quickstart.rst:189 -#: ../../build/doc/quickstart/udig_quickstart.rst:189 -msgid "ZOOM_OUT" -msgstr "ZOOM_OUT" - -#: ../../build/doc/quickstart/udig_quickstart.rst:191 -msgid "" -"You can use Navigation Back |BNAV| and Forward |FNAV| in the menu bar to " -"cycle though previously visited locations." -msgstr "メニューバーのナビゲーション |BNAV| 戻ると |FNAV| 進むを使用して、前に訪れた場所を循環させることができます。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:194 -#: ../../build/doc/quickstart/udig_quickstart.rst:194 -msgid "BNAV" -msgstr "BNAV" - -#: ../../build/doc/quickstart/udig_quickstart.rst:195 -#: ../../build/doc/quickstart/udig_quickstart.rst:195 -msgid "FNAV" -msgstr "FNAV" - -#: ../../build/doc/quickstart/udig_quickstart.rst:197 -msgid "" -"Most tools allow you to Pan by holding the center button and control the " -"scale using the scroll wheel." -msgstr "ほとんどのツールでは、中央ボタンを押したままスクロールホイールを使用してスケールを制御することでパンを行うことができます。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:201 -msgid "Web Map Server" -msgstr "Web Map サーバ" - -#: ../../build/doc/quickstart/udig_quickstart.rst:203 -msgid "" -"One of the reasons to use an application like uDig is to access all the " -"great free geospatial information available on the web. This section covers " -"the use of Web Map Servers which make available layers of information that " -"you can mix into your own maps." -msgstr "" -"uDigのようなアプリケーションを使用する理由の1つは、Web上で利用可能なすべての優れた無料の地理空間情報にアクセスすることです。このセクションでは、Webマップサーバを使用して、独自のマップに混合できる情報のレイヤを利用可能にする方法について説明します。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:207 -msgid "" -"If you are not connected to the Internet run |osgeolive-appmenupath-" -"geoserver| for a local WMS. The script will open a page with a \"Service " -"Capabilities\" section and two links for WMS Services you can drag into your" -" empty map." -msgstr "" -"インターネットに接続していない場合は、ローカルWMSの |osgeolive-appmenupath-geoserver| を実行します。 " -"\"Service Capabilities\" セクションと、空のマップにドラッグできるWMSサービスへの2つのリンクがあるページが開きます。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:211 -msgid "" -"You can copy a WMS URL (e.g. for `WMS 1.1.1`_) from right panel of " -"`GeoServer Welcome page`_ and \"paste\" it either on the **Map** view or the" -" **Layers** view. A wizard shows you the layers you can add to the **Map**. " -"You can also connect to Web Map Servers using the **Add Data** " -"(:menuselection:`Layer --> Add...`) Wizard and paste WMS URL right there." -msgstr "" -"`GeoServer Welcome page`_ の右パネルからWMS URL(例えば `WMS1.1.1`_ 用)をコピーし、それを **マップ**" -" ビューまたは **レイヤ** ビューのいずれかに \"貼り付ける\" ことができます。ウィザードには、 **マップ** " -"に追加できるレイヤが表示されます。**Add Data** (:menuselection:`Layer --> " -"Add...`)ウィザードを使用してWebマップサーバに接続し、WMS URLをそこに貼り付けることもできます。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:216 -msgid "Select :menuselection:`File --> New --> New Map` from the menu bar" -msgstr "メニューバーから :menuselection:`ファイル --> 新規 --> 新規マップ` を選択します。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:218 -msgid "" -"Change to the **Web** view, click on the tab next to the **Catalog** view to" -" reveal the *Web* view." -msgstr "**Web** ビューに切り替えるため、**カタログ** ビューの次のタブをクリックして、*Web* ビューを表示します。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:223 -msgid "" -"Click on the link ``WMS\\:http://www2.dmsolutions.ca/cgi-" -"bin/mswms_gmap?Service=WMS&VERSION=1.1.0&REQUEST=GetCapabilities``" -msgstr "" -"リンク ``WMS\\:http://www2.dmsolutions.ca/cgi-" -"bin/mswms_gmap?Service=WMS&VERSION=1.1.0&REQUEST=GetCapabilities`` " -"をクリックしてください。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:229 -msgid "" -"From the Resource Selection page we are going to choose the following " -"layers:" -msgstr "リソース選択ページから、次のレイヤを選択します。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:231 -msgid "Elevation/Bathymetry" -msgstr "標高/水深測定" - -#: ../../build/doc/quickstart/udig_quickstart.rst:232 -msgid "Parks" -msgstr "公園" - -#: ../../build/doc/quickstart/udig_quickstart.rst:233 -msgid "Cities" -msgstr "市町村" - -#: ../../build/doc/quickstart/udig_quickstart.rst:238 -msgid "Press :guilabel:`Finish` to add these layers to your map" -msgstr ":guilabel:`Finish` をクリックして、これらのレイヤをマップに追加します。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:243 -msgid "Use the |ZOOM| Zoom Tool to move closer to one of the Parks" -msgstr "|ZOOM| Zoom ツールを使用して、公園の一つに移動します。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:245 -msgid "" -"Switch to the |INFO| Info Tool and click on one the parks to learn more " -"about it" -msgstr "|INFO| Info Toolに切り替えて、公園の1つをクリックすると、さらに詳しく知ることができます。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:247 -#: ../../build/doc/quickstart/udig_quickstart.rst:247 -msgid "INFO" -msgstr "INFO" - -#: ../../build/doc/quickstart/udig_quickstart.rst:249 -msgid "" -"You can switch between the zoom and info tools by pressing `Z` and `I` on " -"the keyboard." -msgstr "キーボードの `Z` と `I` を押して、ズームと情報ツールを切り替えることができます。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:252 -msgid "Style" -msgstr "スタイル" - -#: ../../build/doc/quickstart/udig_quickstart.rst:254 -msgid "" -"Select the `project > ne 10m admin 0 countries`, you can double click to " -"open this Map, or Right Click and choose Open Map" -msgstr "" -"`project > ne 10m admin 0 countries` " -"を選択し、ダブルクリックしてこのマップを開くか、右クリックして[マップを開く]を選択します。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:256 -msgid "Select the countries layer in the Layer view" -msgstr "レイヤビューのレイヤの国を選択" - -#: ../../build/doc/quickstart/udig_quickstart.rst:258 -msgid "" -"Open up the **Style Editor** by right clicking on `ne 10m admin 0 countries`" -" layer and choosing :guilabel:`Change Style`" -msgstr "" -"**Style Editor** を開くには、 `ne 10m admin 0 countries` " -"レイヤを右クリックし、:guilabel:`Change Style` を選択します。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:260 -msgid "We are going to change a few things about how countries are displayed" -msgstr "国の表示方法について、いくつかの点を変更します。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:262 -msgid "" -"Line: Click :guilabel:`Border`, click on the Color button and change the " -"color to BLACK" -msgstr "ライン: :guilabel:`Border` をクリックし、色ボタンをクリックして、色を黒色に変更します。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:264 -msgid "" -"Fill: On Tab :guilabel:`Fill` uncheck the box :guilabel:`enable/disable " -"fill` to turn off fill" -msgstr "" -"ぬりつぶし: ぬりつぶしをオフにするには、タブ :guilabel:`Fill` のチェックボックス " -":guilabel:`enable/disable fill` のチェックをはずす" - -#: ../../build/doc/quickstart/udig_quickstart.rst:266 -msgid "" -"Label: On Tab :guilabel:`Labels` check the box :guilabel:`enable/disable " -"labeling`, and choose the attribute **NAME** from the list of attributes" -msgstr "" -"ラベル: タブ :guilabel:`Labels` のチェックボックス :guilabel:`enable/disable labeling` " -"のチェックを いれ、一覧からアトリビュート **NAME** を選択します。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:271 -msgid "" -"Press :guilabel:`Apply` to see what this looks like on your Map, the " -"**Layer** view will also be updated to reflect the current style" -msgstr "" -":guilabel:`適用` をおすと、**レイヤ** ビューが現在のスタイルを反映して更新されるので、あなたのマップの見えかたを確認してみてください。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:274 -msgid "" -"When you are happy with the result you can press :guilabel:`Close` to " -"dismiss the dialog" -msgstr "問題なければ、 :guilabel:`閉じる` を押してダイログを閉じてください。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:276 -msgid "" -"Some files include style settings. The Style definition can be found in " -"files with the :file:`*.sld` extension. The name itself should be equal to " -"the file containing the data. If such a |SLD| file exists, the style will be" -" applied automatically." -msgstr "" -"一部のファイルにはスタイル設定が含まれています。スタイル定義は :file:`*.sld` " -"拡張子のファイルにあります。名前自体は、データを含むファイルと同じでなければなりません。そのような |SLD| " -"ファイルが存在する場合、スタイルは自動的に適用されます。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:278 -msgid "" -"Sometimes it is a bit hard to see what is going on with layer providing much" -" details. To get focused on the task you like to work on, you can choose " -":menuselection:`Map --> Mylar` from the menu bar. Using the *Layer* view " -"select different layers in turn to see the effect. You can turn off this " -"effect at any time using :menuselection:`Map --> Mylar` from the menu bar." -msgstr "" -"多くの詳細が含まれるレイヤで状況を確認するのは、時として少し難しいことがあります。作業したいタスクに集中するには、メニューバーから " -":menuselection:`マップ-->Mylar` を選択します。*レイヤ* " -"ビューを使用して、順番にレイヤを選択して効果を確認します。この効果は、メニューバーから :menuselection:`マップ-->Mylar` " -"を使用して、いつでもオフにすることができます。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:294 -msgid "Things to Try" -msgstr "試してみること" - -#: ../../build/doc/quickstart/udig_quickstart.rst:296 -msgid "Here are some additional challenges for you to try:" -msgstr "次に、試すべき追加の課題をいくつか示します。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:298 -msgid "" -"Try viewing your own GIS map layers, or try adding a layer from a |WFS|" -msgstr "独自のGISマップレイヤを表示するか、|WFS| からレイヤを追加してみてください" - -#: ../../build/doc/quickstart/udig_quickstart.rst:299 -msgid "Try styling the WFS layer." -msgstr "WFSレイヤのスタイリングを試してください。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:302 -msgid "What Next?" -msgstr "次のステップ" - -#: ../../build/doc/quickstart/udig_quickstart.rst:307 -msgid "" -"This is only the first step on the road to using uDig. There is a lot more " -"great material (and ability) left for you to discover in our **walkthrough**" -" documents." -msgstr "これはuDigを使用するための最初のステップです。**ウォークスルー** 文書には、さらに多くの優れた資料(と能力)が残されています。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:309 -msgid "Walkthrough 1" -msgstr "ウォークスルー1" - -#: ../../build/doc/quickstart/udig_quickstart.rst:311 -msgid "" -"Try out the use of :doc:`PostGIS <../overview/postgis_overview>`, extract " -"data from a Web Feature Server and explore the use of **Themes** with our " -"powerful `Color Brewer` technology." -msgstr "" -":doc:`PostGIS <../overview/postgis_overview>` を使用する。WFSサーバからデータを取得をする。 " -"`Color Brewer` 技術を使用して **Themes** の活用をする。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:314 -msgid ":file:`/usr/local/share/udig/udig-docs/uDigWalkthrough 1.pdf`" -msgstr ":file:`/usr/local/share/udig/udig-docs/uDigWalkthrough 1.pdf`" - -#: ../../build/doc/quickstart/udig_quickstart.rst:316 -msgid "" -"Walkthrough 2 - Learn how to create shapefiles and use the Edit tools to " -"manipulate feature data, covers the installation of :doc:`GeoServer " -"<../overview/geoserver_overview>` and editing with a Web Feature Server." -msgstr "" -"ウオークスルー 2 -シェイプファイルを作成し、編集ツールを使用して地物データを操作する方法を学習します。 :doc:`GeoServer " -"<../overview/geoserver_overview>` のインストールと、 Web Feature Serverでの編集ができます。" - -#: ../../build/doc/quickstart/udig_quickstart.rst:320 -msgid "Available on http://udig.refractions.net/" -msgstr "http://udig.refractions.net/ にあります。" - -#: ../../build/doc/:13 -msgid "vmdk" -msgstr "vmdk" - -#: ../../build/doc/:16 -msgid "nologo" -msgstr "ロゴなし" - -#: ../../build/doc/:0 -msgid "OSGeo Project" -msgstr "OSGeo プロジェクト" - -#: ../../build/doc/:0 ../../build/doc/:0 -msgid "OSGeo Community" -msgstr "OSGeo コミュニティ" diff --git a/locale/nl/LC_MESSAGES/overview/udig_overview.po b/locale/nl/LC_MESSAGES/overview/udig_overview.po deleted file mode 100644 index 12778c8599..0000000000 --- a/locale/nl/LC_MESSAGES/overview/udig_overview.po +++ /dev/null @@ -1,237 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2011~2022, OSGeo -# This file is distributed under the same license as the OSGeoLive package. -# FIRST AUTHOR , YEAR. -# -# Translators: -# Celine Vilain, 2022 -# -msgid "" -msgstr "" -"Project-Id-Version: OSGeoLive 17.0.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-15 20:42-0600\n" -"PO-Revision-Date: 2023-07-03 08:33+0000\n" -"Last-Translator: Michel Stuyts \n" -"Language-Team: Dutch \n" -"Language: nl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.16.4\n" - -#: ../../build/doc/overview/udig_overview.rst:15 -msgid "uDig" -msgstr "uDig" - -#: ../../build/doc/overview/udig_overview.rst:18 -msgid "Desktop GIS" -msgstr "Desktop GIS" - -#: ../../build/doc/overview/udig_overview.rst:21 -msgid "" -"User-friendly Desktop Internet GIS (uDig) is an open source spatial data " -"viewer/editor, with special emphasis on the OpenGIS standards for internet " -"GIS, the Web Map Server (WMS) and Web Feature Server (WFS) standards." -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:23 -msgid "uDig is:" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:25 -msgid "" -"**User-friendly**, providing a familiar graphical environment for GIS users;" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:26 -msgid "**Desktop located**, running natively on Windows, Mac OS/X and Linux;" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:27 -msgid "" -"**Internet oriented**, consuming standard and de facto geospatial web " -"services; and," -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:28 -msgid "" -"**GIS ready**, providing the framework on which complex analytical " -"capabilities can be built, and gradually subsuming those capabilities into " -"the main application." -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:30 -msgid "" -"For developers uDig provides a common Java platform for building spatial " -"applications with open source components. The website provides series of " -"clear tutorials covering making a simple tool through to releasing your own " -"custom application." -msgstr "" - -#: ../../build/doc/overview/udig_overview.rstNone -msgid "udig screenshot" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:39 -msgid "Core Features" -msgstr "Kernmogelijkheden" - -#: ../../build/doc/overview/udig_overview.rst:41 -msgid "" -"Desktop Client with Drag and Drop integration for File explorer and Web " -"Browser" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:42 -msgid "" -"Integrate with your existing infrastructure: ArcSDE, Oracle, DB2 and more" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:43 -msgid "Work with local files: Shapefile, jpeg, png, tiff and more." -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:44 -msgid "Work with advanced spatial raster formats: ECW, MrSID, JPEG 2000" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:45 -msgid "" -"Support for compliant Web Map Servers (:doc:`GeoServer " -"`, MapServer tested)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:46 -msgid "" -"Integrated Web experience with an embedded browser that recognises OGC web " -"services and smoothly adds links to the onscreen map" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:48 -msgid "" -"Style Layer Descriptor control of rendering allowing you to publish your Map" -" using the same settings in uDig as with popular Web Map Servers" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:50 -msgid "" -"Deep integration of standards allowing the application to swap between the " -"appropriate service as required for display, interaction and editing" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:52 -msgid "Printing and PDF Generation" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:53 -msgid "For Developers" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:55 -msgid "" -"Java Application built using the :doc:`GeoTools `, `JTS " -"Topology Suite (JTS) `_" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:56 -msgid "" -"Industrial strength plug-in system provided by Eclipse Rich Client Platform" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:57 -msgid "Use of native widgets" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:60 -msgid "Implemented Standards" -msgstr "Geïmplementeerde standaarden" - -#: ../../build/doc/overview/udig_overview.rst:62 -msgid "OGC Web Map Server (WMS)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:63 -msgid "OGC Web Feature Server (WFS)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:64 -msgid "OGC Web Feature Server Transactional (WFS-T)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:65 -msgid "OGC Simple Features for SQL (SFQL)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:66 -msgid "Web Map Server Cache (WMS-C)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:67 -msgid "OGC Style Layer Descriptor (SLD)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:70 -msgid "Details" -msgstr "Details" - -#: ../../build/doc/overview/udig_overview.rst:72 -msgid "**Website:** http://udig.refractions.net/" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:74 -msgid "**Licence:** Dual BSD / EPL (Eclipse Foundation)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:76 -msgid "**Software Version:** |version-udig|" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:78 -msgid "**Supported Platforms:** Windows, Linux, Mac" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:80 -msgid "" -"**API Interfaces:** GeoTools, ImageIO-Ext, Java Advanced Imaging, Eclipse " -"Rich Client Platform, Eclipse Modelling Framework" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:82 -msgid "**Support:** http://udig.refractions.net/users/" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:84 -msgid "**Developers:** http://udig.refractions.net/developers/" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:87 -msgid "" -"This project is only included on the OSGeoLive virtual machine disk (VMDK)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:90 -msgid "Quickstart" -msgstr "Snelstart" - -#: ../../build/doc/overview/udig_overview.rst:92 -msgid ":doc:`Quickstart documentation <../quickstart/udig_quickstart>`" -msgstr "" - -#: ../../build/doc/:13 -msgid "vmdk" -msgstr "vmdk" - -#: ../../build/doc/:16 -msgid "nologo" -msgstr "nologo" - -#: ../../build/doc/:0 -msgid "OSGeo Project" -msgstr "OSGeo Project" - -#: ../../build/doc/:0 ../../build/doc/:0 -msgid "OSGeo Community" -msgstr "OSGeo Gemeenschap" diff --git a/locale/nl/LC_MESSAGES/quickstart/udig_quickstart.po b/locale/nl/LC_MESSAGES/quickstart/udig_quickstart.po deleted file mode 100644 index 0ab771a6fe..0000000000 --- a/locale/nl/LC_MESSAGES/quickstart/udig_quickstart.po +++ /dev/null @@ -1,565 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2011~2022, OSGeo -# This file is distributed under the same license as the OSGeoLive package. -# FIRST AUTHOR , YEAR. -# -# Translators: -# Celine Vilain, 2022 -# -msgid "" -msgstr "" -"Project-Id-Version: OSGeoLive 17.0.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-15 20:42-0600\n" -"PO-Revision-Date: 2023-07-03 08:33+0000\n" -"Last-Translator: Michel Stuyts \n" -"Language-Team: Dutch \n" -"Language: nl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.16.4\n" - -#: ../../build/doc/quickstart/udig_quickstart.rst:14 -msgid "" -"This project is only included on the OSGeoLive virtual machine disk (VMDK)" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:20 -msgid "uDig Quickstart" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:28 -msgid "" -"uDig (User Friendly Internet Desktop GIS), is a GIS Desktop client for " -"editing and viewing Geospatial data." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:34 -msgid "This Quick Start describes how to:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:36 -msgid "load a map layers from a shapefile and |WMS|" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:37 -msgid "use the standard map tools" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:38 -msgid "apply colour to map features using styling" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:40 -msgid "Contents" -msgstr "Inhoud" - -#: ../../build/doc/quickstart/udig_quickstart.rst:43 -msgid "start uDig" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:54 -msgid "Choose |osgeolive-appmenupath-udig| from menu" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:55 -msgid "The application will take a few moments to start up" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:66 -msgid "" -"If you have any difficulties, or are running uDig please review the Running " -"uDig reference page." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:69 -msgid "Welcome View" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:71 -msgid "" -"When you start up uDig for the first time the Welcome view takes up the " -"entire display. This screen has links to tutorials, documentation and the " -"project website." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:74 -msgid "" -"Click the arrow labelled Workbench in the upper right corner, to reveal the " -"contents of the uDig workbench." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:79 -msgid "" -"You can return to the Welcome view at any time by selecting the " -":menuselection:`Help --> Welcome` from the menu bar." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:82 -msgid "Workbench" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:84 -msgid "" -"The Workbench window offers multiple Editors (each showing a Map) and " -"supporting Views (offering information about the current Map)." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:90 -msgid "Shown above is a typical uDig session with the" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:92 -msgid "Layers view (1)," -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:93 -msgid "Projects view (2)," -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:94 -msgid "Catalog view (3) and" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:95 -msgid "Map editor (4)." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:97 -msgid "These views will be described further as we demonstrate their use." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:100 -msgid "Files" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:102 -msgid "" -"To start out with we are going to load some of the sample data included on " -"the DVD." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:104 -msgid "" -"Choose :menuselection:`Layer --> Add` from the menu bar to open up the **Add" -" Data** wizard" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:106 -msgid "Select **Files** from the list of data sources" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:108 -msgid "Press :guilabel:`Next` to open up a file dialog" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:110 -msgid "The OSGeoLive DVD contains sample data in:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:112 -msgid ":file:`~/data` (a short cut to :file:`/usr/local/share/data`)" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:114 -msgid "Select the following file from the :file:`natural_earth2` folder:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:116 -msgid ":file:`ne_10m_admin_0_countries.shp`" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:118 -msgid "Press :guilabel:`Open`" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:120 -msgid "" -"A new Map editor will be opened based on the contents of your shapefile. The" -" default name and projection of the Map has been taken from your shapefile." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:123 -msgid "" -"You can see the **Catalog view** has been updated with an entry for " -":file:`ne_10m_admin_0_countries.shp`. This view is used to track the use of " -"resources by the uDig application." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:126 -msgid "" -"The **Layers** view shows a single layer is displayed on this map. This view" -" is used to change the order and appearance of information in your Map." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:129 -msgid "" -"The **Projects** view has been updated to show that your map is stored in " -"`projects > ne 10m admin 0 countries`. You can have multiple projects open " -"at a time, each project can have several maps." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:132 -msgid "Open up the :file:`~/data/natural_earth2/` folder on the desktop" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:134 -msgid "" -"Drag :file:`HYP_50M_SR_W.tif` onto the Map Editor, a new layer is added to " -"to the map." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:136 -msgid "" -"You can see the order the layers are drawn in the layer view. Right now the " -"`HYP_50M_SR_W` layer is drawn on top of the `ne 10m admin 0 countries` " -"layer." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:139 -msgid "" -"Select the `HYP_50M_SR_W` layer in the catalog view and drag it to the " -"bottom of the list" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:150 -msgid "" -"One of the most common questions asked when uDig is considered for an " -"organization is how much memory the application uses. Unlike most GIS " -"applications uDig can get by with a fixed amount of memory. The above " -"shapefile is not loaded into memory, we have a policy of keeping data on " -"disk and drawing data like this shapefile onto the screen as needed." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:159 -msgid "" -"You can also drag and drop shapefiles directly into the uDig application!" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:162 -msgid "Map" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:164 -msgid "" -"You can control where in the world the Map Editor is looking by using the " -"navigation tools in the tool bar along the top of the screen." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:167 -msgid "The |ZOOM| Zoom tool is available by default" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:169 -#: ../../build/doc/quickstart/udig_quickstart.rst:169 -#: ../../build/doc/quickstart/udig_quickstart.rst:169 -msgid "ZOOM" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:171 -msgid "" -"Use the zoom tool by drawing a box using the left mouse button around the " -"area of the world you wish to see." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:173 -msgid "" -"To zoom out draw a box with the right mouse button. The current map extents " -"will be located within the box you draw." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:176 -msgid "" -"The |PAN| Pan tool can be used to scroll around your map with out changing " -"scale." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:178 -#: ../../build/doc/quickstart/udig_quickstart.rst:178 -msgid "PAN" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:180 -msgid "" -"There are also several navigation buttons that can be used at any time:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:182 -msgid "" -"|SHOWALL| Show All, can be used to return to the full extents at any time" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:184 -#: ../../build/doc/quickstart/udig_quickstart.rst:184 -msgid "SHOWALL" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:186 -msgid "" -"|ZOOM_IN| Zoom In and |ZOOM_OUT| Zoom Out can be used to change the scale by" -" a fixed amount." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:188 -#: ../../build/doc/quickstart/udig_quickstart.rst:188 -msgid "ZOOM_IN" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:189 -#: ../../build/doc/quickstart/udig_quickstart.rst:189 -msgid "ZOOM_OUT" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:191 -msgid "" -"You can use Navigation Back |BNAV| and Forward |FNAV| in the menu bar to " -"cycle though previously visited locations." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:194 -#: ../../build/doc/quickstart/udig_quickstart.rst:194 -msgid "BNAV" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:195 -#: ../../build/doc/quickstart/udig_quickstart.rst:195 -msgid "FNAV" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:197 -msgid "" -"Most tools allow you to Pan by holding the center button and control the " -"scale using the scroll wheel." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:201 -msgid "Web Map Server" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:203 -msgid "" -"One of the reasons to use an application like uDig is to access all the " -"great free geospatial information available on the web. This section covers " -"the use of Web Map Servers which make available layers of information that " -"you can mix into your own maps." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:207 -msgid "" -"If you are not connected to the Internet run |osgeolive-appmenupath-" -"geoserver| for a local WMS. The script will open a page with a \"Service " -"Capabilities\" section and two links for WMS Services you can drag into your" -" empty map." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:211 -msgid "" -"You can copy a WMS URL (e.g. for `WMS 1.1.1`_) from right panel of " -"`GeoServer Welcome page`_ and \"paste\" it either on the **Map** view or the" -" **Layers** view. A wizard shows you the layers you can add to the **Map**. " -"You can also connect to Web Map Servers using the **Add Data** " -"(:menuselection:`Layer --> Add...`) Wizard and paste WMS URL right there." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:216 -msgid "Select :menuselection:`File --> New --> New Map` from the menu bar" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:218 -msgid "" -"Change to the **Web** view, click on the tab next to the **Catalog** view to" -" reveal the *Web* view." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:223 -msgid "" -"Click on the link ``WMS\\:http://www2.dmsolutions.ca/cgi-" -"bin/mswms_gmap?Service=WMS&VERSION=1.1.0&REQUEST=GetCapabilities``" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:229 -msgid "" -"From the Resource Selection page we are going to choose the following " -"layers:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:231 -msgid "Elevation/Bathymetry" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:232 -msgid "Parks" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:233 -msgid "Cities" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:238 -msgid "Press :guilabel:`Finish` to add these layers to your map" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:243 -msgid "Use the |ZOOM| Zoom Tool to move closer to one of the Parks" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:245 -msgid "" -"Switch to the |INFO| Info Tool and click on one the parks to learn more " -"about it" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:247 -#: ../../build/doc/quickstart/udig_quickstart.rst:247 -msgid "INFO" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:249 -msgid "" -"You can switch between the zoom and info tools by pressing `Z` and `I` on " -"the keyboard." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:252 -msgid "Style" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:254 -msgid "" -"Select the `project > ne 10m admin 0 countries`, you can double click to " -"open this Map, or Right Click and choose Open Map" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:256 -msgid "Select the countries layer in the Layer view" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:258 -msgid "" -"Open up the **Style Editor** by right clicking on `ne 10m admin 0 countries`" -" layer and choosing :guilabel:`Change Style`" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:260 -msgid "We are going to change a few things about how countries are displayed" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:262 -msgid "" -"Line: Click :guilabel:`Border`, click on the Color button and change the " -"color to BLACK" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:264 -msgid "" -"Fill: On Tab :guilabel:`Fill` uncheck the box :guilabel:`enable/disable " -"fill` to turn off fill" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:266 -msgid "" -"Label: On Tab :guilabel:`Labels` check the box :guilabel:`enable/disable " -"labeling`, and choose the attribute **NAME** from the list of attributes" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:271 -msgid "" -"Press :guilabel:`Apply` to see what this looks like on your Map, the " -"**Layer** view will also be updated to reflect the current style" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:274 -msgid "" -"When you are happy with the result you can press :guilabel:`Close` to " -"dismiss the dialog" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:276 -msgid "" -"Some files include style settings. The Style definition can be found in " -"files with the :file:`*.sld` extension. The name itself should be equal to " -"the file containing the data. If such a |SLD| file exists, the style will be" -" applied automatically." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:278 -msgid "" -"Sometimes it is a bit hard to see what is going on with layer providing much" -" details. To get focused on the task you like to work on, you can choose " -":menuselection:`Map --> Mylar` from the menu bar. Using the *Layer* view " -"select different layers in turn to see the effect. You can turn off this " -"effect at any time using :menuselection:`Map --> Mylar` from the menu bar." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:294 -msgid "Things to Try" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:296 -msgid "Here are some additional challenges for you to try:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:298 -msgid "" -"Try viewing your own GIS map layers, or try adding a layer from a |WFS|" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:299 -msgid "Try styling the WFS layer." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:302 -msgid "What Next?" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:307 -msgid "" -"This is only the first step on the road to using uDig. There is a lot more " -"great material (and ability) left for you to discover in our **walkthrough**" -" documents." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:309 -msgid "Walkthrough 1" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:311 -msgid "" -"Try out the use of :doc:`PostGIS <../overview/postgis_overview>`, extract " -"data from a Web Feature Server and explore the use of **Themes** with our " -"powerful `Color Brewer` technology." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:314 -msgid ":file:`/usr/local/share/udig/udig-docs/uDigWalkthrough 1.pdf`" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:316 -msgid "" -"Walkthrough 2 - Learn how to create shapefiles and use the Edit tools to " -"manipulate feature data, covers the installation of :doc:`GeoServer " -"<../overview/geoserver_overview>` and editing with a Web Feature Server." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:320 -msgid "Available on http://udig.refractions.net/" -msgstr "" - -#: ../../build/doc/:13 -msgid "vmdk" -msgstr "vmdk" - -#: ../../build/doc/:16 -msgid "nologo" -msgstr "nologo" - -#: ../../build/doc/:0 -msgid "OSGeo Project" -msgstr "OSGeo Project" - -#: ../../build/doc/:0 ../../build/doc/:0 -msgid "OSGeo Community" -msgstr "OSGeo Gemeenschap" diff --git a/locale/pot/copyright.pot b/locale/pot/copyright.pot index abeee7a3c1..0793b79b3f 100644 --- a/locale/pot/copyright.pot +++ b/locale/pot/copyright.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OSGeoLive 17.0.0\n" +"Project-Id-Version: OSGeoLive 17.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-10-19 04:07+0000\n" +"POT-Creation-Date: 2024-11-18 17:21+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -156,18 +156,6 @@ msgstr "" msgid "Creative Commons Attribution 3.0 Unported (CC BY 3.0)" msgstr "" -#: ../../build/licenses.csv:1 -msgid "52nWPS_overview" -msgstr "" - -#: ../../build/licenses.csv:1 -msgid "Bastian Schaeffer, Kristof Lange, Benjamin Pross" -msgstr "" - -#: ../../build/licenses.csv:1 -msgid "Cameron Shorter, Jirotech; Angelos Tzotsos, OSGeo" -msgstr "" - #: ../../build/licenses.csv:1 msgid "R_overview" msgstr "" @@ -208,6 +196,10 @@ msgstr "" msgid "OSGeoLive; Stephan Meissl, Stephan Krause" msgstr "" +#: ../../build/licenses.csv:1 +msgid "Cameron Shorter, Jirotech; Angelos Tzotsos, OSGeo" +msgstr "" + #: ../../build/licenses.csv:1 msgid "gdal_overview" msgstr "" @@ -340,22 +332,6 @@ msgstr "" msgid "Astrid Emde" msgstr "" -#: ../../build/licenses.csv:1 -msgid "mapfish_overview" -msgstr "" - -#: ../../build/licenses.csv:1 -msgid "OSGeoLive; Hamish Bowman; Eric Lemoine" -msgstr "" - -#: ../../build/licenses.csv:1 -msgid "mapguide_overview" -msgstr "" - -#: ../../build/licenses.csv:1 -msgid "Trevor Wekel" -msgstr "" - #: ../../build/licenses.csv:1 msgid "mapnik_overview" msgstr "" @@ -392,18 +368,6 @@ msgstr "" msgid "naturalearth_overview" msgstr "" -#: ../../build/licenses.csv:1 -msgid "ncWMS_overview" -msgstr "" - -#: ../../build/licenses.csv:1 -msgid "Guy Griffiths (guy.griffiths@the-iea.org)" -msgstr "" - -#: ../../build/licenses.csv:1 -msgid "Cameron Shorter" -msgstr "" - #: ../../build/licenses.csv:1 msgid "nc_dataset_overview" msgstr "" @@ -416,6 +380,10 @@ msgstr "" msgid "Brian Hamlin" msgstr "" +#: ../../build/licenses.csv:1 +msgid "Cameron Shorter" +msgstr "" + #: ../../build/licenses.csv:1 msgid "opencpn_overview" msgstr "" @@ -448,10 +416,6 @@ msgstr "" msgid "Creative Commons" msgstr "" -#: ../../build/licenses.csv:1 -msgid "ossim_overview" -msgstr "" - #: ../../build/licenses.csv:1 msgid "otb_overview" msgstr "" @@ -528,10 +492,6 @@ msgstr "" msgid "Pirmin Kalberer" msgstr "" -#: ../../build/licenses.csv:1 -msgid "udig_overview" -msgstr "" - #: ../../build/licenses.csv:1 msgid "zoo-project_overview" msgstr "" @@ -552,14 +512,6 @@ msgstr "" msgid "Simon Jirka (s.jirka@52north.org)" msgstr "" -#: ../../build/licenses.csv:1 -msgid "52nWPS_quickstart" -msgstr "" - -#: ../../build/licenses.csv:1 -msgid "Benjamin Pross; Kristof Lange" -msgstr "" - #: ../../build/licenses.csv:1 msgid "R_quickstart" msgstr "" @@ -696,18 +648,6 @@ msgstr "" msgid "OSGeoLive; Astrid Emde" msgstr "" -#: ../../build/licenses.csv:1 -msgid "mapfish_quickstart" -msgstr "" - -#: ../../build/licenses.csv:1 -msgid "Eric Lemoine, Bruno Binet" -msgstr "" - -#: ../../build/licenses.csv:1 -msgid "mapguide_quickstart" -msgstr "" - #: ../../build/licenses.csv:1 msgid "mapnik_quickstart" msgstr "" @@ -740,10 +680,6 @@ msgstr "" msgid "Sergey Popov" msgstr "" -#: ../../build/licenses.csv:1 -msgid "ncWMS_quickstart" -msgstr "" - #: ../../build/licenses.csv:1 msgid "opencpn_quickstart" msgstr "" @@ -784,14 +720,6 @@ msgstr "" msgid "osm_quickstart" msgstr "" -#: ../../build/licenses.csv:1 -msgid "ossim_quickstart" -msgstr "" - -#: ../../build/licenses.csv:1 -msgid "OSGeoLive; Massimo Di Stefano; Pirmin Kalberer" -msgstr "" - #: ../../build/licenses.csv:1 msgid "otb_quickstart" msgstr "" @@ -896,14 +824,6 @@ msgstr "" msgid "OSGeoLive; Micha Silver" msgstr "" -#: ../../build/licenses.csv:1 -msgid "udig_quickstart" -msgstr "" - -#: ../../build/licenses.csv:1 -msgid "OSGeoLive; Jody Garnett; Frank Gasdorf" -msgstr "" - #: ../../build/licenses.csv:1 msgid "usb_quickstart" msgstr "" @@ -948,11 +868,11 @@ msgstr "" msgid "*The contents of OSGeoLive are provided by the copyright holders and contributors \"as is\" and any express or implied warranties, including, but not limited to, the implied warranties of the merchantability and fitness for a particular purpose are disclaimed. In no event shall the copyright owner or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, date, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liablity, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.*" msgstr "" -#: ../../build/doc/:13 +#: ../../build/doc/:11 msgid "vmdk" msgstr "" -#: ../../build/doc/:16 +#: ../../build/doc/:14 msgid "nologo" msgstr "" diff --git a/locale/pot/overview/geotools_overview.pot b/locale/pot/overview/geotools_overview.pot index f6784ed72b..2b5d7397e7 100644 --- a/locale/pot/overview/geotools_overview.pot +++ b/locale/pot/overview/geotools_overview.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OSGeoLive 17.0.0\n" +"Project-Id-Version: OSGeoLive 17.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-26 14:03+0000\n" +"POT-Creation-Date: 2024-11-18 17:21+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -25,7 +25,7 @@ msgid "GeoTools is an open source (LGPL) Java library which provides standards c msgstr "" #: ../../build/doc/overview/geotools_overview.rst:21 -msgid "GeoTools is used by a number of projects including web services, command line tools and desktop applications. OSGeoLive applications which include GeoTools include: :doc:`52nSOS_overview`, AtlasStyler, Geopublisher, :doc:`geoserver_overview`, and :doc:`udig_overview`." +msgid "GeoTools is used by a number of projects including web services, command line tools and desktop applications. OSGeoLive applications which include GeoTools include: :doc:`52nSOS_overview`, AtlasStyler, Geopublisher, :doc:`geoserver_overview`." msgstr "" #: ../../build/doc/overview/geotools_overview.rst:None @@ -224,11 +224,11 @@ msgstr "" msgid "`Quickstart documentation `_" msgstr "" -#: ../../build/doc/:13 +#: ../../build/doc/:11 msgid "vmdk" msgstr "" -#: ../../build/doc/:16 +#: ../../build/doc/:14 msgid "nologo" msgstr "" diff --git a/locale/pot/overview/overview.pot b/locale/pot/overview/overview.pot index 4f8767ddb8..845e498411 100644 --- a/locale/pot/overview/overview.pot +++ b/locale/pot/overview/overview.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 17.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-10-29 17:18+0000\n" +"POT-Creation-Date: 2024-11-18 17:21+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -53,6 +53,7 @@ msgstr "" #: ../../build/doc/:0 #: ../../build/doc/:0 #: ../../build/doc/:0 +#: ../../build/doc/:0 msgid "OSGeo Project" msgstr "" @@ -69,7 +70,6 @@ msgstr "" #: ../../build/doc/:0 #: ../../build/doc/:0 #: ../../build/doc/:0 -#: ../../build/doc/:0 msgid "OSGeo Community" msgstr "" @@ -77,16 +77,16 @@ msgstr "" msgid "|vmdk| Included only on OSGeoLive VMDK version" msgstr "" -#: ../../build/doc/:13 -#: ../../build/doc/:13 -#: ../../build/doc/:13 -#: ../../build/doc/:13 -#: ../../build/doc/:13 -#: ../../build/doc/:13 -#: ../../build/doc/:13 -#: ../../build/doc/:13 -#: ../../build/doc/:13 -#: ../../build/doc/:13 +#: ../../build/doc/:11 +#: ../../build/doc/:11 +#: ../../build/doc/:11 +#: ../../build/doc/:11 +#: ../../build/doc/:11 +#: ../../build/doc/:11 +#: ../../build/doc/:11 +#: ../../build/doc/:11 +#: ../../build/doc/:11 +#: ../../build/doc/:11 msgid "vmdk" msgstr "" @@ -114,37 +114,37 @@ msgstr "" msgid "|nologo| :doc:`openjump_overview` - [:doc:`Quickstart <../quickstart/openjump_quickstart>`]" msgstr "" -#: ../../build/doc/:16 -#: ../../build/doc/:16 -#: ../../build/doc/:16 -#: ../../build/doc/:16 -#: ../../build/doc/:16 -#: ../../build/doc/:16 -#: ../../build/doc/:16 -#: ../../build/doc/:16 -#: ../../build/doc/:16 -#: ../../build/doc/:16 -#: ../../build/doc/:16 -#: ../../build/doc/:16 -#: ../../build/doc/:16 -#: ../../build/doc/:16 -#: ../../build/doc/:16 -#: ../../build/doc/:16 -#: ../../build/doc/:16 -#: ../../build/doc/:16 -#: ../../build/doc/:16 -#: ../../build/doc/:16 -#: ../../build/doc/:16 -#: ../../build/doc/:16 -#: ../../build/doc/:16 -#: ../../build/doc/:16 -#: ../../build/doc/:16 -#: ../../build/doc/:16 -#: ../../build/doc/:16 -#: ../../build/doc/:16 -#: ../../build/doc/:16 -#: ../../build/doc/:16 -#: ../../build/doc/:16 +#: ../../build/doc/:14 +#: ../../build/doc/:14 +#: ../../build/doc/:14 +#: ../../build/doc/:14 +#: ../../build/doc/:14 +#: ../../build/doc/:14 +#: ../../build/doc/:14 +#: ../../build/doc/:14 +#: ../../build/doc/:14 +#: ../../build/doc/:14 +#: ../../build/doc/:14 +#: ../../build/doc/:14 +#: ../../build/doc/:14 +#: ../../build/doc/:14 +#: ../../build/doc/:14 +#: ../../build/doc/:14 +#: ../../build/doc/:14 +#: ../../build/doc/:14 +#: ../../build/doc/:14 +#: ../../build/doc/:14 +#: ../../build/doc/:14 +#: ../../build/doc/:14 +#: ../../build/doc/:14 +#: ../../build/doc/:14 +#: ../../build/doc/:14 +#: ../../build/doc/:14 +#: ../../build/doc/:14 +#: ../../build/doc/:14 +#: ../../build/doc/:14 +#: ../../build/doc/:14 +#: ../../build/doc/:14 msgid "nologo" msgstr "" @@ -289,7 +289,7 @@ msgid "|OSGeo_project| :doc:`postgis_overview` - [:doc:`Quickstart <../quickstar msgstr "" #: ../../build/doc/overview/overview.rst:197 -msgid "|OSGeo_community| :doc:`pgrouting_overview` - [:doc:`Quickstart <../quickstart/pgrouting_quickstart>`] - Routing for PostGIS" +msgid "|OSGeo_project| :doc:`pgrouting_overview` - [:doc:`Quickstart <../quickstart/pgrouting_quickstart>`] - Routing for PostGIS" msgstr "" #: ../../build/doc/overview/overview.rst:199 diff --git a/locale/pot/overview/pgrouting_overview.pot b/locale/pot/overview/pgrouting_overview.pot index 60aa643992..a069d5386e 100644 --- a/locale/pot/overview/pgrouting_overview.pot +++ b/locale/pot/overview/pgrouting_overview.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OSGeoLive 17.0.0\n" +"Project-Id-Version: OSGeoLive 17.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-17 15:05-0600\n" +"POT-Creation-Date: 2024-11-18 17:21+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -33,18 +33,14 @@ msgid "Advantages of the database routing approach are:" msgstr "" #: ../../build/doc/overview/pgrouting_overview.rst:30 -msgid "Data and attributes can be modified by many clients, like :doc:`qgis_overview` and :doc:`udig_overview` through JDBC, ODBC, or directly using Pl/pgSQL. The clients can either be PCs or mobile devices." -msgstr "" - -#: ../../build/doc/overview/pgrouting_overview.rst:33 msgid "Data changes can be reflected instantaneously through the routing engine. There is no need for precalculation." msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:35 +#: ../../build/doc/overview/pgrouting_overview.rst:32 msgid "The \"cost\" parameter can be dynamically calculated through SQL and its value can come from multiple fields or tables." msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:38 +#: ../../build/doc/overview/pgrouting_overview.rst:35 msgid "pgRouting is available under the GPLv2+ license and is supported by a growing community of individuals, businesses and organizations." msgstr "" @@ -52,87 +48,87 @@ msgstr "" msgid "pgrouting screenshot" msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:48 +#: ../../build/doc/overview/pgrouting_overview.rst:45 msgid "Core Features" msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:50 +#: ../../build/doc/overview/pgrouting_overview.rst:47 msgid "pgRouting provides functions for:" msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:52 +#: ../../build/doc/overview/pgrouting_overview.rst:49 msgid "All Pairs Shortest Path * Johnson’s Algorithm * Floyd-Warshall Algorithm" msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:55 +#: ../../build/doc/overview/pgrouting_overview.rst:52 msgid "Shortest Path * A* algorithm * Dijkstra algorithm" msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:58 +#: ../../build/doc/overview/pgrouting_overview.rst:55 msgid "Bi-directional Shortest Path * A* algorithm * Dijkstra algorithm" msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:61 +#: ../../build/doc/overview/pgrouting_overview.rst:58 msgid "Driving Distance" msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:62 +#: ../../build/doc/overview/pgrouting_overview.rst:59 msgid "K-Shortest Path * Yen's algorithm" msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:64 +#: ../../build/doc/overview/pgrouting_overview.rst:61 msgid "Traveling Sales Person" msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:65 +#: ../../build/doc/overview/pgrouting_overview.rst:62 msgid "And many more" msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:67 +#: ../../build/doc/overview/pgrouting_overview.rst:64 msgid "Learn more about pgRouting in the `documentation `__." msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:71 +#: ../../build/doc/overview/pgrouting_overview.rst:68 msgid "Details" msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:73 +#: ../../build/doc/overview/pgrouting_overview.rst:70 msgid "**Website:** https://pgrouting.org/" msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:75 +#: ../../build/doc/overview/pgrouting_overview.rst:72 msgid "**Licence:** GNU General Public License (GPL) version 2" msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:77 +#: ../../build/doc/overview/pgrouting_overview.rst:74 msgid "**Software Version:** |version-pgrouting|" msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:79 +#: ../../build/doc/overview/pgrouting_overview.rst:76 msgid "**Supported Platforms:** Linux, Windows, Mac" msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:81 +#: ../../build/doc/overview/pgrouting_overview.rst:78 msgid "**API Interfaces:** SQL" msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:83 +#: ../../build/doc/overview/pgrouting_overview.rst:80 msgid "**Commercial Support:** https://pgrouting.org/support.html" msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:89 +#: ../../build/doc/overview/pgrouting_overview.rst:86 msgid "Quickstart" msgstr "" -#: ../../build/doc/overview/pgrouting_overview.rst:91 +#: ../../build/doc/overview/pgrouting_overview.rst:88 msgid ":doc:`Quickstart documentation <../quickstart/pgrouting_quickstart>`" msgstr "" -#: ../../build/doc/:13 +#: ../../build/doc/:11 msgid "vmdk" msgstr "" -#: ../../build/doc/:16 +#: ../../build/doc/:14 msgid "nologo" msgstr "" diff --git a/locale/pot/overview/udig_overview.pot b/locale/pot/overview/udig_overview.pot deleted file mode 100644 index c06f2509c4..0000000000 --- a/locale/pot/overview/udig_overview.pot +++ /dev/null @@ -1,202 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2011~2022, OSGeo -# This file is distributed under the same license as the OSGeoLive package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: OSGeoLive 17.0.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-17 21:19+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" - -#: ../../build/doc/overview/udig_overview.rst:15 -msgid "uDig" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:18 -msgid "Desktop GIS" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:21 -msgid "User-friendly Desktop Internet GIS (uDig) is an open source spatial data viewer/editor, with special emphasis on the OpenGIS standards for internet GIS, the Web Map Server (WMS) and Web Feature Server (WFS) standards." -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:23 -msgid "uDig is:" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:25 -msgid "**User-friendly**, providing a familiar graphical environment for GIS users;" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:26 -msgid "**Desktop located**, running natively on Windows, Mac OS/X and Linux;" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:27 -msgid "**Internet oriented**, consuming standard and de facto geospatial web services; and," -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:28 -msgid "**GIS ready**, providing the framework on which complex analytical capabilities can be built, and gradually subsuming those capabilities into the main application." -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:30 -msgid "For developers uDig provides a common Java platform for building spatial applications with open source components. The website provides series of clear tutorials covering making a simple tool through to releasing your own custom application." -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:None -msgid "udig screenshot" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:39 -msgid "Core Features" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:41 -msgid "Desktop Client with Drag and Drop integration for File explorer and Web Browser" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:42 -msgid "Integrate with your existing infrastructure: ArcSDE, Oracle, DB2 and more" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:43 -msgid "Work with local files: Shapefile, jpeg, png, tiff and more." -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:44 -msgid "Work with advanced spatial raster formats: ECW, MrSID, JPEG 2000" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:45 -msgid "Support for compliant Web Map Servers (:doc:`GeoServer `, MapServer tested)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:46 -msgid "Integrated Web experience with an embedded browser that recognises OGC web services and smoothly adds links to the onscreen map" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:48 -msgid "Style Layer Descriptor control of rendering allowing you to publish your Map using the same settings in uDig as with popular Web Map Servers" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:50 -msgid "Deep integration of standards allowing the application to swap between the appropriate service as required for display, interaction and editing" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:52 -msgid "Printing and PDF Generation" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:53 -msgid "For Developers" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:55 -msgid "Java Application built using the :doc:`GeoTools `, `JTS Topology Suite (JTS) `_" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:56 -msgid "Industrial strength plug-in system provided by Eclipse Rich Client Platform" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:57 -msgid "Use of native widgets" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:60 -msgid "Implemented Standards" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:62 -msgid "OGC Web Map Server (WMS)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:63 -msgid "OGC Web Feature Server (WFS)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:64 -msgid "OGC Web Feature Server Transactional (WFS-T)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:65 -msgid "OGC Simple Features for SQL (SFQL)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:66 -msgid "Web Map Server Cache (WMS-C)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:67 -msgid "OGC Style Layer Descriptor (SLD)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:70 -msgid "Details" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:72 -msgid "**Website:** http://udig.refractions.net/" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:74 -msgid "**Licence:** Dual BSD / EPL (Eclipse Foundation)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:76 -msgid "**Software Version:** |version-udig|" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:78 -msgid "**Supported Platforms:** Windows, Linux, Mac" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:80 -msgid "**API Interfaces:** GeoTools, ImageIO-Ext, Java Advanced Imaging, Eclipse Rich Client Platform, Eclipse Modelling Framework" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:82 -msgid "**Support:** http://udig.refractions.net/users/" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:84 -msgid "**Developers:** http://udig.refractions.net/developers/" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:87 -msgid "This project is only included on the OSGeoLive virtual machine disk (VMDK)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:90 -msgid "Quickstart" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:92 -msgid ":doc:`Quickstart documentation <../quickstart/udig_quickstart>`" -msgstr "" - -#: ../../build/doc/:13 -msgid "vmdk" -msgstr "" - -#: ../../build/doc/:16 -msgid "nologo" -msgstr "" - -#: ../../build/doc/:0 -msgid "OSGeo Project" -msgstr "" - -#: ../../build/doc/:0 -#: ../../build/doc/:0 -msgid "OSGeo Community" -msgstr "" diff --git a/locale/pot/presentation.pot b/locale/pot/presentation.pot index ee9ba633ca..0a26702839 100644 --- a/locale/pot/presentation.pot +++ b/locale/pot/presentation.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 15\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-10-29 17:18+0000\n" +"POT-Creation-Date: 2024-11-18 17:21+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,11 +21,11 @@ msgid "OSGeoLive" msgstr "" #: ../../build/presentation/revealjs/presentation.rst:12 -msgid "Version: 16.0beta1" +msgid "Version: 17.0" msgstr "" #: ../../build/presentation/revealjs/presentation.rst:14 -msgid "Released: June 2023" +msgid "Released: December 2024" msgstr "" #: ../../build/presentation/revealjs/presentation.rst:18 diff --git a/locale/pot/prior_applications.pot b/locale/pot/prior_applications.pot index 9071dfa064..b281e94ce4 100644 --- a/locale/pot/prior_applications.pot +++ b/locale/pot/prior_applications.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OSGeoLive 17.0.0\n" +"Project-Id-Version: OSGeoLive 17.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-17 15:05-0600\n" +"POT-Creation-Date: 2024-11-18 17:21+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 "|nologo|" msgstr "" -#: ../../build/doc/:16 +#: ../../build/doc/:14 msgid "nologo" msgstr "" @@ -56,6 +56,34 @@ msgstr "" msgid "Web Processing Services" msgstr "" +#: ../../build/doc/prior_applications.rst:1 +msgid "udig_" +msgstr "" + +#: ../../build/doc/prior_applications.rst:1 +msgid "`QuickStart `__" +msgstr "" + +#: ../../build/doc/prior_applications.rst:1 +msgid "Desktop GIS" +msgstr "" + +#: ../../build/doc/prior_applications.rst:1 +msgid "ncWMS_" +msgstr "" + +#: ../../build/doc/prior_applications.rst:1 +msgid "`QuickStart `__" +msgstr "" + +#: ../../build/doc/prior_applications.rst:1 +msgid "14.0" +msgstr "" + +#: ../../build/doc/prior_applications.rst:1 +msgid "Web Map Service" +msgstr "" + #: ../../build/doc/prior_applications.rst:1 msgid "LibLAS_" msgstr "" @@ -380,7 +408,7 @@ msgstr "" msgid "Web Service" msgstr "" -#: ../../build/doc/:13 +#: ../../build/doc/:11 msgid "vmdk" msgstr "" diff --git a/locale/pot/quickstart/geoserver_quickstart.pot b/locale/pot/quickstart/geoserver_quickstart.pot index 133967e982..34ca4f9bf1 100644 --- a/locale/pot/quickstart/geoserver_quickstart.pot +++ b/locale/pot/quickstart/geoserver_quickstart.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OSGeoLive 17.0.0\n" +"Project-Id-Version: OSGeoLive 17.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-17 15:05-0600\n" +"POT-Creation-Date: 2024-11-18 18:19+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -16,99 +16,99 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:28 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:27 msgid "GeoServer Quickstart" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:30 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:29 msgid "GeoServer is a java application for serving maps (and data) for other clients (such as web browsers) to draw. GeoServer comes with a browser-based management interface and connects to multiple data sources at the back end." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:34 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:33 msgid "This Quick Start describes how to:" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:36 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:35 msgid "add a vector and raster data source to GeoServer" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:37 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:36 msgid "apply color to map features using styling" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:38 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:37 msgid "test the layers in a simple web map" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:39 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:38 msgid "learn about clients that can display your maps" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:40 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:39 msgid "add a layer from a NetCDF file" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:43 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:42 msgid "Contents" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:46 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:45 msgid "Start Geoserver" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:48 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:47 msgid "From the Start menu, select |osgeolive-appmenupath-geoserver|. The application will take a few moments to start up and will open a web page at http://localhost:8082/geoserver/web" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:55 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:54 msgid "Log in using the username **admin** and password **geoserver**. You will now see the *admin page*." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:61 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:60 msgid "Select the **Layer Preview** link at the top of the *Data* section in the left hand menu to see a preview of the layers that are loaded on the server." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:67 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:66 msgid "Scroll to the bottom of the page and click on the **OpenLayers** link in the **tiger-ny** row. This will open a new window with a preview of some of the sample data." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:74 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:73 msgid "You can zoom in to the map in three ways:" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:76 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:75 msgid "by clicking on the zoom bar on the left, the higher you click on it the more zoomed in you will see." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:78 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:77 msgid "by using the mouse scroll wheel (if you have one), scrolling up will zoom in and down will zoom out." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:80 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:79 msgid "by dragging a box on the map while holding down the :kbd:`shift key` - this will zoom in to the box selected (or as near as will fit in the screen)." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:83 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:82 msgid "Experiment with this view and look at some of the other previews. Once you are comfortable viewing existing data you can move on to adding some new data." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:87 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:86 msgid "Loading data" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:92 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:91 msgid "You will not be able to carry out the following steps if you are running with a **read only** file system (such as the DVD). You will either need to run in a Virtual Machine, or from a USB, or install OSGeoLive (or just GeoServer) onto your hard drive." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:97 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:96 msgid "In this example we are going to use the :doc:`Natural Earth data set <../overview/naturalearth_overview>` that is included on OSGeoLive (:file:`/usr/local/share/data/natural_earth2/`)." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:100 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:99 msgid "We need to create a Store for our data. From the |GS| admin page go to :guilabel:`Stores`." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:101 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:100 msgid "Click on :guilabel:`Add new Store`. You will see this page:" msgstr "" @@ -116,7 +116,7 @@ msgstr "" msgid "The New Store page" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:108 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:107 msgid "Select the :guilabel:`Directory of spatial files`. You will see the following:" msgstr "" @@ -124,11 +124,11 @@ msgstr "" msgid "Filling in the New Store page" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:115 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:114 msgid "Type in a name for the Data Store (for example, *Natural Earth*) and fill in the URL to the data set - in this case :file:`/usr/local/share/data/natural_earth2/`. You can use the browse button to find the directory if your data is somewhere else." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:119 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:118 msgid "Press :guilabel:`save`." msgstr "" @@ -136,7 +136,7 @@ msgstr "" msgid "The Natural Earth Datastore" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:126 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:125 msgid "Press :guilabel:`publish` next to one of the layers to finish adding the data. This will take you to the *Layers* page:" msgstr "" @@ -144,139 +144,87 @@ msgstr "" msgid "The layer publishing page" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:134 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:133 msgid "As you scroll down the page you will see that |GS| has filled in many of the fields for you. When you reach :guilabel:`Coordinate Reference System` you will notice that under *Native SRS* it says UNKNOWN you will need to fill in the next box (*declared SRS*) to make sure |GS| knows where the data is." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:139 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:138 msgid "You can type epsg:4326 in the box" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:140 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:139 msgid "Click on :guilabel:`Compute from data` and :guilabel:`Compute from native bounds` to fill in the Bounding Boxes." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:142 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:141 msgid "Finally hit :guilabel:`save` and you have published your first layer." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:145 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:144 msgid "Don't worry if the layer preview doesn't look very good as it is using the default style. In the next section we will look at producing a nicer style." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:148 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:147 msgid "You can follow the same step with the other layers in the directory by using the :guilabel:`Add a new resource` button on the layers page. Just select the natural earth store from the drop down box to get back to the store's page." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:153 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:152 msgid "Styling data" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:155 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:154 msgid "Styling a data set into a map layer |GS| uses an OGC standard called |SLD|. These are represented as XML files which describe the rules that are used to apply various symbolizers to the data." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:159 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:158 msgid "To get started, lets style the Land and Ocean datasets. You can create SLD files using a simple text editor, but sometimes a graphical editor is better. There are several options here but |UG| allows you to open the shapefiles directly and apply simple styles using a GUI. It also provides a simple editor to modify the XML if I need to." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:166 -msgid "Using |UG| to create simple styles" -msgstr "" - -#: ../../build/doc/quickstart/geoserver_quickstart.rst:170 -msgid "For more details on how to use |UG| see the :doc:`uDig Quickstart <../quickstart/udig_quickstart>`" -msgstr "" - -#: ../../build/doc/quickstart/geoserver_quickstart.rst:172 -msgid "Open |UG| and add the shapefiles (using the add data button in the top left hand corner)." -msgstr "" - -#: ../../build/doc/quickstart/geoserver_quickstart.rst:174 -msgid "Drag the ne_10m_land and ne_10m_ocean tables into the map window. |UG| automatically applies a style (so you can see the data)." -msgstr "" - -#: ../../build/doc/quickstart/geoserver_quickstart.rst:0 -msgid "Default Styling in uDig" -msgstr "" - -#: ../../build/doc/quickstart/geoserver_quickstart.rst:182 -msgid "In the :ref:`Layer list ` select the style button (it looks like an artist's palette)." -msgstr "" - -#: ../../build/doc/quickstart/geoserver_quickstart.rst:None -msgid "The Layer list window" -msgstr "" - -#: ../../build/doc/quickstart/geoserver_quickstart.rst:191 -msgid "This will open the :ref:`Style Pane `." -msgstr "" - -#: ../../build/doc/quickstart/geoserver_quickstart.rst:192 -msgid "In the simple window we can easily select a nice blue for the oceans by clicking on the colored box on the fill tab and choosing from the color picker it produces. We can also increase the opacity of the fill to 100% to make the color look better. Pick the same blue for the border color so it will match." -msgstr "" - -#: ../../build/doc/quickstart/geoserver_quickstart.rst:0 -msgid "The Style Pane" -msgstr "" - -#: ../../build/doc/quickstart/geoserver_quickstart.rst:204 -msgid "Click ``OK`` and |UG| will display the changes." -msgstr "" - -#: ../../build/doc/quickstart/geoserver_quickstart.rst:0 -msgid "Blue Oceans" -msgstr "" - -#: ../../build/doc/quickstart/geoserver_quickstart.rst:211 -msgid "Repeat the steps above to change the color of the land layer. You can use the ``define custom colors`` section to create your preferred color." -msgstr "" - -#: ../../build/doc/quickstart/geoserver_quickstart.rst:0 -msgid "Defining a nicer land color" +#: ../../build/doc/quickstart/geoserver_quickstart.rst:165 +msgid "Create simple styles" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:219 -msgid "This gives a nice looking basic world map." +#: ../../build/doc/quickstart/geoserver_quickstart.rst:167 +msgid "Please follow this instructions." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:None -msgid "A basic word map" +#: ../../build/doc/quickstart/geoserver_quickstart.rst:169 +msgid "https://docs.geoserver.org/latest/en/user/styling/qgis/index.html" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:227 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:172 msgid "Adding the style to GeoServer" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:229 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:174 msgid "Now we need to transfer these styles to |GS|." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:231 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:176 msgid "On the style window there is an export button which allows you to save the SLD file that defines your style." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:233 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:178 msgid "Once saved, you can go to the |GS| admin page again and select ``Styles`` (at the bottom of the ``Data`` section)." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:235 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:180 msgid "Select the ``Add New Style`` link. At the bottom of that page is a file upload box and a browse button." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:237 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:182 msgid "Clicking browse to find the files you just saved." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:238 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:183 msgid "Click the upload link (next to the browse button) and a copy of the file appears in the editor." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:240 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:185 msgid "If you click on the validate button the highlighted lines will give you an error but you can safely ignore the error (or delete those lines as they don't do anything)." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:243 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:188 msgid "Press the :guilabel:`Submit` at the bottom of the page." msgstr "" @@ -284,83 +232,79 @@ msgstr "" msgid "Adding a Style to GeoServer" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:252 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:197 msgid "Adding the style to the layer" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:254 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:199 msgid "Click on the :guilabel:`Layers` link in the Menu on the left of the |GS| window." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:256 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:201 msgid "Click on the layer (e.g. *ne_10m_land*), then select the :guilabel:`Publishing` tab." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:258 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:203 msgid "Change the :guilabel:`Default Style` box to the name of the style you uploaded in the previous section." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:260 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:205 msgid "Now click :guilabel:`Save` and go to the Layer Preview page to check that it looks good." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:264 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:209 msgid "There are example style files for all of the example Natural Earth layers in :file:`/usr/local/share/geoserver`." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:289 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:234 msgid "Clients for WMS layers" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:291 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:236 msgid "The |WMS| layers you are serving from |GS| can be used with a variety of clients on this OSGeoLive distribution, including:" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:294 -msgid ":doc:`uDig <../overview/udig_overview>`" -msgstr "" - -#: ../../build/doc/quickstart/geoserver_quickstart.rst:295 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:239 msgid ":doc:`OpenLayers <../overview/openlayers_overview>`" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:296 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:240 msgid ":doc:`MapBender <../overview/mapbender_overview>`" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:299 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:243 msgid "Add a layer from a NetCDF file" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:301 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:245 msgid "The GeoServer NetCDF plugin allows the publication of rasters from NetCDF files." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:304 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:248 msgid "Configure a NetCDF store" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:306 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:250 msgid "After running \"Start GeoServer\"" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:307 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:251 msgid "Login as the administrator." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:308 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:252 msgid "Click on :guilabel:`Add stores` then :guilabel:`NetCDF`." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:309 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:253 msgid "Enter a value for Data Source Name (this example uses \"netcdf\") and a NetCDF URL. You can use this sample file::" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:314 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:258 msgid "Press \"Save\", \"Publish\" the \"O3\" layer." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:315 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:259 msgid "Scroll down to the bottom of the \"Data\" tab and press \"Save\" again." msgstr "" @@ -368,19 +312,19 @@ msgstr "" msgid "Adding a NetCDF store" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:323 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:267 msgid "Preview the NetCDF layer" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:325 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:269 msgid "Select \"Layer Preview\" from the menu on the left" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:326 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:270 msgid "Scroll down to find the \"cite:O3\" entry, and click on the \"OpenLayers\" link to show a preview of the layer." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:328 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:272 msgid "Clicking on points will cause the value of \"Ozone_concentration\" to be shown in a table at the bottom of the map." msgstr "" @@ -388,39 +332,39 @@ msgstr "" msgid "OpenLayers preview of a NetCDF layer" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:337 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:281 msgid "This GeoServer instance has been configured with the ``NETCDF_DATA_DIR`` Java system property to allow the publication of NetCDF files in read-only directories." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:342 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:286 msgid "What next?" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:344 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:288 msgid "This is only the first step on the road to using GeoServer. There is a lot more functionality you can try." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:347 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:291 msgid "GeoServer Project home - https://geoserver.org/" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:348 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:292 msgid "GeoServer User Manual - https://docs.geoserver.org/latest/en/user/" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:349 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:293 msgid "GeoServer Tutorials - https://docs.geoserver.org/latest/en/user/tutorials/index.html" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:350 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:294 msgid "GeoServer Styling Workshop - https://docs.geoserver.org/latest/en/user/styling/workshop/index.html" msgstr "" -#: ../../build/doc/:13 +#: ../../build/doc/:11 msgid "vmdk" msgstr "" -#: ../../build/doc/:16 +#: ../../build/doc/:14 msgid "nologo" msgstr "" diff --git a/locale/pot/quickstart/mapproxy_quickstart.pot b/locale/pot/quickstart/mapproxy_quickstart.pot index 05be8a4bf4..558accdc2e 100644 --- a/locale/pot/quickstart/mapproxy_quickstart.pot +++ b/locale/pot/quickstart/mapproxy_quickstart.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OSGeoLive 17.0.0\n" +"Project-Id-Version: OSGeoLive 17.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-17 15:05-0600\n" +"POT-Creation-Date: 2024-11-18 17:21+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -61,102 +61,94 @@ msgid "View in desktop GIS" msgstr "" #: ../../build/doc/quickstart/mapproxy_quickstart.rst:51 -msgid "You can add MapProxy in any WMS Desktop GIS like uDig, QGIS or gvSIG. The service URL is: ``_" +msgid "You can add MapProxy in any WMS Desktop GIS like QGIS or gvSIG. The service URL is: ``_" msgstr "" -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:53 +#: ../../build/doc/quickstart/mapproxy_quickstart.rst:54 msgid "The MapProxy example configuration contains a few layers that use different map engines and map data. See below for more details about each layer." msgstr "" -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:60 -msgid "MapProxy example in uDig" -msgstr "" - -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:60 -msgid "Single WMS layer with data from two cascaded sources and `FeatureInformation` from one source." -msgstr "" - -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:63 +#: ../../build/doc/quickstart/mapproxy_quickstart.rst:59 msgid "Available layers" msgstr "" -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:66 +#: ../../build/doc/quickstart/mapproxy_quickstart.rst:62 msgid "**mapnik**:" msgstr "" -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:66 +#: ../../build/doc/quickstart/mapproxy_quickstart.rst:62 msgid "The world population rendered by Mapnik. You don't need to start the Mapnik service, because this layer makes use of the integrated Mapnik support in MapProxy." msgstr "" -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:69 +#: ../../build/doc/quickstart/mapproxy_quickstart.rst:65 msgid "**mapnik_tile**:" msgstr "" -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:69 +#: ../../build/doc/quickstart/mapproxy_quickstart.rst:65 msgid "The world population rendered by Mapnik as tile layer." msgstr "" -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:73 +#: ../../build/doc/quickstart/mapproxy_quickstart.rst:69 msgid "**geoserver**:" msgstr "" -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:72 +#: ../../build/doc/quickstart/mapproxy_quickstart.rst:68 msgid "The US population rendered by the :doc:`GeoServer <../overview/geoserver_overview>` WMS. This layer also supports ``GetFeatureInfo`` requests which are cascaded to the source WMS. You need to start GeoServer with |osgeolive-appmenupath-geoserver| before accessing this layer." msgstr "" -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:77 +#: ../../build/doc/quickstart/mapproxy_quickstart.rst:73 msgid "**mapnik_geoserver**:" msgstr "" -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:76 +#: ../../build/doc/quickstart/mapproxy_quickstart.rst:72 msgid "This layer demonstrates the ability to combine multiple sources into one layer. It combines the world population from Mapnik with the US population from GeoServer. The ``GetFeatureInfo`` support for the US population is still available. You need to start GeoServer with |osgeolive-appmenupath-geoserver| before accessing this layer." msgstr "" -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:81 +#: ../../build/doc/quickstart/mapproxy_quickstart.rst:77 msgid "**mapserver**:" msgstr "" -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:80 +#: ../../build/doc/quickstart/mapproxy_quickstart.rst:76 msgid "This layer uses Mapserver Itasca demo dataset. It is a local dataset and it uses the *coverage* feature to limit the BBOX to Itasca, IL." msgstr "" -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:84 +#: ../../build/doc/quickstart/mapproxy_quickstart.rst:80 msgid "Create you own configuration" msgstr "" -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:86 +#: ../../build/doc/quickstart/mapproxy_quickstart.rst:82 msgid "You can use ``mapproxy-util`` to create new configuration templates and to start a test server." msgstr "" -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:88 +#: ../../build/doc/quickstart/mapproxy_quickstart.rst:84 msgid "To create a new configuration::" msgstr "" -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:92 +#: ../../build/doc/quickstart/mapproxy_quickstart.rst:88 msgid "To start the test server on port 8011 with the created configuration::" msgstr "" -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:96 +#: ../../build/doc/quickstart/mapproxy_quickstart.rst:92 msgid "You can now visit the demo page at http://127.0.0.1:8011/demo/. MapProxy will automatically reload if you change your configuration file." msgstr "" -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:101 +#: ../../build/doc/quickstart/mapproxy_quickstart.rst:97 msgid "What next?" msgstr "" -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:103 +#: ../../build/doc/quickstart/mapproxy_quickstart.rst:99 msgid "Read the `documentation of MapProxy `__" msgstr "" -#: ../../build/doc/quickstart/mapproxy_quickstart.rst:105 +#: ../../build/doc/quickstart/mapproxy_quickstart.rst:101 msgid "Read the example configuration (``/usr/local/share/mapproxy/mapproxy.yaml``)" msgstr "" -#: ../../build/doc/:13 +#: ../../build/doc/:11 msgid "vmdk" msgstr "" -#: ../../build/doc/:16 +#: ../../build/doc/:14 msgid "nologo" msgstr "" diff --git a/locale/pot/quickstart/udig_quickstart.pot b/locale/pot/quickstart/udig_quickstart.pot deleted file mode 100644 index 67a08d3a82..0000000000 --- a/locale/pot/quickstart/udig_quickstart.pot +++ /dev/null @@ -1,447 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2011~2022, OSGeo -# This file is distributed under the same license as the OSGeoLive package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: OSGeoLive 17.0.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-17 21:19+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" - -#: ../../build/doc/quickstart/udig_quickstart.rst:14 -msgid "This project is only included on the OSGeoLive virtual machine disk (VMDK)" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:20 -msgid "uDig Quickstart" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:28 -msgid "uDig (User Friendly Internet Desktop GIS), is a GIS Desktop client for editing and viewing Geospatial data." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:34 -msgid "This Quick Start describes how to:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:36 -msgid "load a map layers from a shapefile and |WMS|" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:37 -msgid "use the standard map tools" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:38 -msgid "apply colour to map features using styling" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:40 -msgid "Contents" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:43 -msgid "start uDig" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:54 -msgid "Choose |osgeolive-appmenupath-udig| from menu" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:55 -msgid "The application will take a few moments to start up" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:66 -msgid "If you have any difficulties, or are running uDig please review the Running uDig reference page." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:69 -msgid "Welcome View" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:71 -msgid "When you start up uDig for the first time the Welcome view takes up the entire display. This screen has links to tutorials, documentation and the project website." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:74 -msgid "Click the arrow labelled Workbench in the upper right corner, to reveal the contents of the uDig workbench." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:79 -msgid "You can return to the Welcome view at any time by selecting the :menuselection:`Help --> Welcome` from the menu bar." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:82 -msgid "Workbench" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:84 -msgid "The Workbench window offers multiple Editors (each showing a Map) and supporting Views (offering information about the current Map)." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:90 -msgid "Shown above is a typical uDig session with the" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:92 -msgid "Layers view (1)," -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:93 -msgid "Projects view (2)," -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:94 -msgid "Catalog view (3) and" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:95 -msgid "Map editor (4)." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:97 -msgid "These views will be described further as we demonstrate their use." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:100 -msgid "Files" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:102 -msgid "To start out with we are going to load some of the sample data included on the DVD." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:104 -msgid "Choose :menuselection:`Layer --> Add` from the menu bar to open up the **Add Data** wizard" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:106 -msgid "Select **Files** from the list of data sources" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:108 -msgid "Press :guilabel:`Next` to open up a file dialog" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:110 -msgid "The OSGeoLive DVD contains sample data in:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:112 -msgid ":file:`~/data` (a short cut to :file:`/usr/local/share/data`)" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:114 -msgid "Select the following file from the :file:`natural_earth2` folder:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:116 -msgid ":file:`ne_10m_admin_0_countries.shp`" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:118 -msgid "Press :guilabel:`Open`" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:120 -msgid "A new Map editor will be opened based on the contents of your shapefile. The default name and projection of the Map has been taken from your shapefile." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:123 -msgid "You can see the **Catalog view** has been updated with an entry for :file:`ne_10m_admin_0_countries.shp`. This view is used to track the use of resources by the uDig application." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:126 -msgid "The **Layers** view shows a single layer is displayed on this map. This view is used to change the order and appearance of information in your Map." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:129 -msgid "The **Projects** view has been updated to show that your map is stored in `projects > ne 10m admin 0 countries`. You can have multiple projects open at a time, each project can have several maps." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:132 -msgid "Open up the :file:`~/data/natural_earth2/` folder on the desktop" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:134 -msgid "Drag :file:`HYP_50M_SR_W.tif` onto the Map Editor, a new layer is added to to the map." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:136 -msgid "You can see the order the layers are drawn in the layer view. Right now the `HYP_50M_SR_W` layer is drawn on top of the `ne 10m admin 0 countries` layer." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:139 -msgid "Select the `HYP_50M_SR_W` layer in the catalog view and drag it to the bottom of the list" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:150 -msgid "One of the most common questions asked when uDig is considered for an organization is how much memory the application uses. Unlike most GIS applications uDig can get by with a fixed amount of memory. The above shapefile is not loaded into memory, we have a policy of keeping data on disk and drawing data like this shapefile onto the screen as needed." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:159 -msgid "You can also drag and drop shapefiles directly into the uDig application!" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:162 -msgid "Map" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:164 -msgid "You can control where in the world the Map Editor is looking by using the navigation tools in the tool bar along the top of the screen." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:167 -msgid "The |ZOOM| Zoom tool is available by default" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:169 -#: ../../build/doc/quickstart/udig_quickstart.rst:169 -#: ../../build/doc/quickstart/udig_quickstart.rst:169 -msgid "ZOOM" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:171 -msgid "Use the zoom tool by drawing a box using the left mouse button around the area of the world you wish to see." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:173 -msgid "To zoom out draw a box with the right mouse button. The current map extents will be located within the box you draw." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:176 -msgid "The |PAN| Pan tool can be used to scroll around your map with out changing scale." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:178 -#: ../../build/doc/quickstart/udig_quickstart.rst:178 -msgid "PAN" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:180 -msgid "There are also several navigation buttons that can be used at any time:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:182 -msgid "|SHOWALL| Show All, can be used to return to the full extents at any time" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:184 -#: ../../build/doc/quickstart/udig_quickstart.rst:184 -msgid "SHOWALL" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:186 -msgid "|ZOOM_IN| Zoom In and |ZOOM_OUT| Zoom Out can be used to change the scale by a fixed amount." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:188 -#: ../../build/doc/quickstart/udig_quickstart.rst:188 -msgid "ZOOM_IN" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:189 -#: ../../build/doc/quickstart/udig_quickstart.rst:189 -msgid "ZOOM_OUT" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:191 -msgid "You can use Navigation Back |BNAV| and Forward |FNAV| in the menu bar to cycle though previously visited locations." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:194 -#: ../../build/doc/quickstart/udig_quickstart.rst:194 -msgid "BNAV" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:195 -#: ../../build/doc/quickstart/udig_quickstart.rst:195 -msgid "FNAV" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:197 -msgid "Most tools allow you to Pan by holding the center button and control the scale using the scroll wheel." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:201 -msgid "Web Map Server" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:203 -msgid "One of the reasons to use an application like uDig is to access all the great free geospatial information available on the web. This section covers the use of Web Map Servers which make available layers of information that you can mix into your own maps." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:207 -msgid "If you are not connected to the Internet run |osgeolive-appmenupath-geoserver| for a local WMS. The script will open a page with a \"Service Capabilities\" section and two links for WMS Services you can drag into your empty map." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:211 -msgid "You can copy a WMS URL (e.g. for `WMS 1.1.1`_) from right panel of `GeoServer Welcome page`_ and \"paste\" it either on the **Map** view or the **Layers** view. A wizard shows you the layers you can add to the **Map**. You can also connect to Web Map Servers using the **Add Data** (:menuselection:`Layer --> Add...`) Wizard and paste WMS URL right there." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:216 -msgid "Select :menuselection:`File --> New --> New Map` from the menu bar" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:218 -msgid "Change to the **Web** view, click on the tab next to the **Catalog** view to reveal the *Web* view." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:223 -msgid "Click on the link ``WMS\\:http://www2.dmsolutions.ca/cgi-bin/mswms_gmap?Service=WMS&VERSION=1.1.0&REQUEST=GetCapabilities``" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:229 -msgid "From the Resource Selection page we are going to choose the following layers:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:231 -msgid "Elevation/Bathymetry" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:232 -msgid "Parks" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:233 -msgid "Cities" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:238 -msgid "Press :guilabel:`Finish` to add these layers to your map" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:243 -msgid "Use the |ZOOM| Zoom Tool to move closer to one of the Parks" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:245 -msgid "Switch to the |INFO| Info Tool and click on one the parks to learn more about it" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:247 -#: ../../build/doc/quickstart/udig_quickstart.rst:247 -msgid "INFO" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:249 -msgid "You can switch between the zoom and info tools by pressing `Z` and `I` on the keyboard." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:252 -msgid "Style" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:254 -msgid "Select the `project > ne 10m admin 0 countries`, you can double click to open this Map, or Right Click and choose Open Map" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:256 -msgid "Select the countries layer in the Layer view" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:258 -msgid "Open up the **Style Editor** by right clicking on `ne 10m admin 0 countries` layer and choosing :guilabel:`Change Style`" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:260 -msgid "We are going to change a few things about how countries are displayed" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:262 -msgid "Line: Click :guilabel:`Border`, click on the Color button and change the color to BLACK" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:264 -msgid "Fill: On Tab :guilabel:`Fill` uncheck the box :guilabel:`enable/disable fill` to turn off fill" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:266 -msgid "Label: On Tab :guilabel:`Labels` check the box :guilabel:`enable/disable labeling`, and choose the attribute **NAME** from the list of attributes" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:271 -msgid "Press :guilabel:`Apply` to see what this looks like on your Map, the **Layer** view will also be updated to reflect the current style" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:274 -msgid "When you are happy with the result you can press :guilabel:`Close` to dismiss the dialog" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:276 -msgid "Some files include style settings. The Style definition can be found in files with the :file:`*.sld` extension. The name itself should be equal to the file containing the data. If such a |SLD| file exists, the style will be applied automatically." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:278 -msgid "Sometimes it is a bit hard to see what is going on with layer providing much details. To get focused on the task you like to work on, you can choose :menuselection:`Map --> Mylar` from the menu bar. Using the *Layer* view select different layers in turn to see the effect. You can turn off this effect at any time using :menuselection:`Map --> Mylar` from the menu bar." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:294 -msgid "Things to Try" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:296 -msgid "Here are some additional challenges for you to try:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:298 -msgid "Try viewing your own GIS map layers, or try adding a layer from a |WFS|" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:299 -msgid "Try styling the WFS layer." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:302 -msgid "What next?" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:307 -msgid "This is only the first step on the road to using uDig. There is a lot more great material (and ability) left for you to discover in our **walkthrough** documents." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:309 -msgid "Walkthrough 1" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:311 -msgid "Try out the use of :doc:`PostGIS <../overview/postgis_overview>`, extract data from a Web Feature Server and explore the use of **Themes** with our powerful `Color Brewer` technology." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:314 -msgid ":file:`/usr/local/share/udig/udig-docs/uDigWalkthrough 1.pdf`" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:316 -msgid "Walkthrough 2 - Learn how to create shapefiles and use the Edit tools to manipulate feature data, covers the installation of :doc:`GeoServer <../overview/geoserver_overview>` and editing with a Web Feature Server." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:320 -msgid "Available on http://udig.refractions.net/" -msgstr "" - -#: ../../build/doc/:13 -msgid "vmdk" -msgstr "" - -#: ../../build/doc/:16 -msgid "nologo" -msgstr "" - -#: ../../build/doc/:0 -msgid "OSGeo Project" -msgstr "" - -#: ../../build/doc/:0 -#: ../../build/doc/:0 -msgid "OSGeo Community" -msgstr "" diff --git a/locale/pt/LC_MESSAGES/overview/udig_overview.po b/locale/pt/LC_MESSAGES/overview/udig_overview.po deleted file mode 100644 index 3ebe871c64..0000000000 --- a/locale/pt/LC_MESSAGES/overview/udig_overview.po +++ /dev/null @@ -1,238 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2011~2022, OSGeo -# This file is distributed under the same license as the OSGeoLive package. -# FIRST AUTHOR , YEAR. -# -# Translators: -# Eduardo G. S. Pereira , 2019 -# -msgid "" -msgstr "" -"Project-Id-Version: OSGeoLive 17.0.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-15 20:42-0600\n" -"PO-Revision-Date: 2024-09-27 19:35+0000\n" -"Last-Translator: Kaue de Moraes Vestena \n" -"Language-Team: Portuguese \n" -"Language: pt\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : ((n != 0 && n % " -"1000000 == 0) ? 1 : 2);\n" -"X-Generator: Weblate 5.4.3\n" - -#: ../../build/doc/overview/udig_overview.rst:15 -msgid "uDig" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:18 -msgid "Desktop GIS" -msgstr "GIS para Desktop" - -#: ../../build/doc/overview/udig_overview.rst:21 -msgid "" -"User-friendly Desktop Internet GIS (uDig) is an open source spatial data " -"viewer/editor, with special emphasis on the OpenGIS standards for internet " -"GIS, the Web Map Server (WMS) and Web Feature Server (WFS) standards." -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:23 -msgid "uDig is:" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:25 -msgid "" -"**User-friendly**, providing a familiar graphical environment for GIS users;" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:26 -msgid "**Desktop located**, running natively on Windows, Mac OS/X and Linux;" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:27 -msgid "" -"**Internet oriented**, consuming standard and de facto geospatial web " -"services; and," -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:28 -msgid "" -"**GIS ready**, providing the framework on which complex analytical " -"capabilities can be built, and gradually subsuming those capabilities into " -"the main application." -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:30 -msgid "" -"For developers uDig provides a common Java platform for building spatial " -"applications with open source components. The website provides series of " -"clear tutorials covering making a simple tool through to releasing your own " -"custom application." -msgstr "" - -#: ../../build/doc/overview/udig_overview.rstNone -msgid "udig screenshot" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:39 -msgid "Core Features" -msgstr "Principais Funções" - -#: ../../build/doc/overview/udig_overview.rst:41 -msgid "" -"Desktop Client with Drag and Drop integration for File explorer and Web " -"Browser" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:42 -msgid "" -"Integrate with your existing infrastructure: ArcSDE, Oracle, DB2 and more" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:43 -msgid "Work with local files: Shapefile, jpeg, png, tiff and more." -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:44 -msgid "Work with advanced spatial raster formats: ECW, MrSID, JPEG 2000" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:45 -msgid "" -"Support for compliant Web Map Servers (:doc:`GeoServer " -"`, MapServer tested)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:46 -msgid "" -"Integrated Web experience with an embedded browser that recognises OGC web " -"services and smoothly adds links to the onscreen map" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:48 -msgid "" -"Style Layer Descriptor control of rendering allowing you to publish your Map" -" using the same settings in uDig as with popular Web Map Servers" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:50 -msgid "" -"Deep integration of standards allowing the application to swap between the " -"appropriate service as required for display, interaction and editing" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:52 -msgid "Printing and PDF Generation" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:53 -msgid "For Developers" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:55 -msgid "" -"Java Application built using the :doc:`GeoTools `, `JTS " -"Topology Suite (JTS) `_" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:56 -msgid "" -"Industrial strength plug-in system provided by Eclipse Rich Client Platform" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:57 -msgid "Use of native widgets" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:60 -msgid "Implemented Standards" -msgstr "Padrões Implementados" - -#: ../../build/doc/overview/udig_overview.rst:62 -msgid "OGC Web Map Server (WMS)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:63 -msgid "OGC Web Feature Server (WFS)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:64 -msgid "OGC Web Feature Server Transactional (WFS-T)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:65 -msgid "OGC Simple Features for SQL (SFQL)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:66 -msgid "Web Map Server Cache (WMS-C)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:67 -msgid "OGC Style Layer Descriptor (SLD)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:70 -msgid "Details" -msgstr "Detalhes" - -#: ../../build/doc/overview/udig_overview.rst:72 -msgid "**Website:** http://udig.refractions.net/" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:74 -msgid "**Licence:** Dual BSD / EPL (Eclipse Foundation)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:76 -msgid "**Software Version:** |version-udig|" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:78 -msgid "**Supported Platforms:** Windows, Linux, Mac" -msgstr "**Plataformas suportadas:** Windows, Linux, Mac" - -#: ../../build/doc/overview/udig_overview.rst:80 -msgid "" -"**API Interfaces:** GeoTools, ImageIO-Ext, Java Advanced Imaging, Eclipse " -"Rich Client Platform, Eclipse Modelling Framework" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:82 -msgid "**Support:** http://udig.refractions.net/users/" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:84 -msgid "**Developers:** http://udig.refractions.net/developers/" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:87 -msgid "" -"This project is only included on the OSGeoLive virtual machine disk (VMDK)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:90 -msgid "Quickstart" -msgstr "Início Rápido" - -#: ../../build/doc/overview/udig_overview.rst:92 -msgid ":doc:`Quickstart documentation <../quickstart/udig_quickstart>`" -msgstr "" - -#: ../../build/doc/:13 -msgid "vmdk" -msgstr "vmdk" - -#: ../../build/doc/:16 -msgid "nologo" -msgstr "nologo" - -#: ../../build/doc/:0 -msgid "OSGeo Project" -msgstr "Projeto OSGeo" - -#: ../../build/doc/:0 ../../build/doc/:0 -msgid "OSGeo Community" -msgstr "Comunidade OSGeo" diff --git a/locale/pt/LC_MESSAGES/quickstart/udig_quickstart.po b/locale/pt/LC_MESSAGES/quickstart/udig_quickstart.po deleted file mode 100644 index 4dfb6f4aad..0000000000 --- a/locale/pt/LC_MESSAGES/quickstart/udig_quickstart.po +++ /dev/null @@ -1,447 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2011~2022, OSGeo -# This file is distributed under the same license as the OSGeoLive package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: OSGeoLive 17.0.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-15 20:42-0600\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: pt\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ../../build/doc/quickstart/udig_quickstart.rst:14 -msgid "This project is only included on the OSGeoLive virtual machine disk (VMDK)" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:20 -msgid "uDig Quickstart" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:28 -msgid "uDig (User Friendly Internet Desktop GIS), is a GIS Desktop client for editing and viewing Geospatial data." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:34 -msgid "This Quick Start describes how to:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:36 -msgid "load a map layers from a shapefile and |WMS|" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:37 -msgid "use the standard map tools" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:38 -msgid "apply colour to map features using styling" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:40 -msgid "Contents" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:43 -msgid "start uDig" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:54 -msgid "Choose |osgeolive-appmenupath-udig| from menu" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:55 -msgid "The application will take a few moments to start up" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:66 -msgid "If you have any difficulties, or are running uDig please review the Running uDig reference page." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:69 -msgid "Welcome View" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:71 -msgid "When you start up uDig for the first time the Welcome view takes up the entire display. This screen has links to tutorials, documentation and the project website." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:74 -msgid "Click the arrow labelled Workbench in the upper right corner, to reveal the contents of the uDig workbench." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:79 -msgid "You can return to the Welcome view at any time by selecting the :menuselection:`Help --> Welcome` from the menu bar." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:82 -msgid "Workbench" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:84 -msgid "The Workbench window offers multiple Editors (each showing a Map) and supporting Views (offering information about the current Map)." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:90 -msgid "Shown above is a typical uDig session with the" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:92 -msgid "Layers view (1)," -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:93 -msgid "Projects view (2)," -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:94 -msgid "Catalog view (3) and" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:95 -msgid "Map editor (4)." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:97 -msgid "These views will be described further as we demonstrate their use." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:100 -msgid "Files" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:102 -msgid "To start out with we are going to load some of the sample data included on the DVD." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:104 -msgid "Choose :menuselection:`Layer --> Add` from the menu bar to open up the **Add Data** wizard" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:106 -msgid "Select **Files** from the list of data sources" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:108 -msgid "Press :guilabel:`Next` to open up a file dialog" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:110 -msgid "The OSGeoLive DVD contains sample data in:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:112 -msgid ":file:`~/data` (a short cut to :file:`/usr/local/share/data`)" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:114 -msgid "Select the following file from the :file:`natural_earth2` folder:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:116 -msgid ":file:`ne_10m_admin_0_countries.shp`" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:118 -msgid "Press :guilabel:`Open`" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:120 -msgid "A new Map editor will be opened based on the contents of your shapefile. The default name and projection of the Map has been taken from your shapefile." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:123 -msgid "You can see the **Catalog view** has been updated with an entry for :file:`ne_10m_admin_0_countries.shp`. This view is used to track the use of resources by the uDig application." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:126 -msgid "The **Layers** view shows a single layer is displayed on this map. This view is used to change the order and appearance of information in your Map." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:129 -msgid "The **Projects** view has been updated to show that your map is stored in `projects > ne 10m admin 0 countries`. You can have multiple projects open at a time, each project can have several maps." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:132 -msgid "Open up the :file:`~/data/natural_earth2/` folder on the desktop" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:134 -msgid "Drag :file:`HYP_50M_SR_W.tif` onto the Map Editor, a new layer is added to to the map." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:136 -msgid "You can see the order the layers are drawn in the layer view. Right now the `HYP_50M_SR_W` layer is drawn on top of the `ne 10m admin 0 countries` layer." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:139 -msgid "Select the `HYP_50M_SR_W` layer in the catalog view and drag it to the bottom of the list" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:150 -msgid "One of the most common questions asked when uDig is considered for an organization is how much memory the application uses. Unlike most GIS applications uDig can get by with a fixed amount of memory. The above shapefile is not loaded into memory, we have a policy of keeping data on disk and drawing data like this shapefile onto the screen as needed." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:159 -msgid "You can also drag and drop shapefiles directly into the uDig application!" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:162 -msgid "Map" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:164 -msgid "You can control where in the world the Map Editor is looking by using the navigation tools in the tool bar along the top of the screen." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:167 -msgid "The |ZOOM| Zoom tool is available by default" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:169 -#: ../../build/doc/quickstart/udig_quickstart.rst:169 -#: ../../build/doc/quickstart/udig_quickstart.rst:169 -msgid "ZOOM" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:171 -msgid "Use the zoom tool by drawing a box using the left mouse button around the area of the world you wish to see." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:173 -msgid "To zoom out draw a box with the right mouse button. The current map extents will be located within the box you draw." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:176 -msgid "The |PAN| Pan tool can be used to scroll around your map with out changing scale." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:178 -#: ../../build/doc/quickstart/udig_quickstart.rst:178 -msgid "PAN" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:180 -msgid "There are also several navigation buttons that can be used at any time:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:182 -msgid "|SHOWALL| Show All, can be used to return to the full extents at any time" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:184 -#: ../../build/doc/quickstart/udig_quickstart.rst:184 -msgid "SHOWALL" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:186 -msgid "|ZOOM_IN| Zoom In and |ZOOM_OUT| Zoom Out can be used to change the scale by a fixed amount." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:188 -#: ../../build/doc/quickstart/udig_quickstart.rst:188 -msgid "ZOOM_IN" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:189 -#: ../../build/doc/quickstart/udig_quickstart.rst:189 -msgid "ZOOM_OUT" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:191 -msgid "You can use Navigation Back |BNAV| and Forward |FNAV| in the menu bar to cycle though previously visited locations." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:194 -#: ../../build/doc/quickstart/udig_quickstart.rst:194 -msgid "BNAV" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:195 -#: ../../build/doc/quickstart/udig_quickstart.rst:195 -msgid "FNAV" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:197 -msgid "Most tools allow you to Pan by holding the center button and control the scale using the scroll wheel." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:201 -msgid "Web Map Server" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:203 -msgid "One of the reasons to use an application like uDig is to access all the great free geospatial information available on the web. This section covers the use of Web Map Servers which make available layers of information that you can mix into your own maps." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:207 -msgid "If you are not connected to the Internet run |osgeolive-appmenupath-geoserver| for a local WMS. The script will open a page with a \"Service Capabilities\" section and two links for WMS Services you can drag into your empty map." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:211 -msgid "You can copy a WMS URL (e.g. for `WMS 1.1.1`_) from right panel of `GeoServer Welcome page`_ and \"paste\" it either on the **Map** view or the **Layers** view. A wizard shows you the layers you can add to the **Map**. You can also connect to Web Map Servers using the **Add Data** (:menuselection:`Layer --> Add...`) Wizard and paste WMS URL right there." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:216 -msgid "Select :menuselection:`File --> New --> New Map` from the menu bar" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:218 -msgid "Change to the **Web** view, click on the tab next to the **Catalog** view to reveal the *Web* view." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:223 -msgid "Click on the link ``WMS\\:http://www2.dmsolutions.ca/cgi-bin/mswms_gmap?Service=WMS&VERSION=1.1.0&REQUEST=GetCapabilities``" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:229 -msgid "From the Resource Selection page we are going to choose the following layers:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:231 -msgid "Elevation/Bathymetry" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:232 -msgid "Parks" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:233 -msgid "Cities" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:238 -msgid "Press :guilabel:`Finish` to add these layers to your map" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:243 -msgid "Use the |ZOOM| Zoom Tool to move closer to one of the Parks" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:245 -msgid "Switch to the |INFO| Info Tool and click on one the parks to learn more about it" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:247 -#: ../../build/doc/quickstart/udig_quickstart.rst:247 -msgid "INFO" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:249 -msgid "You can switch between the zoom and info tools by pressing `Z` and `I` on the keyboard." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:252 -msgid "Style" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:254 -msgid "Select the `project > ne 10m admin 0 countries`, you can double click to open this Map, or Right Click and choose Open Map" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:256 -msgid "Select the countries layer in the Layer view" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:258 -msgid "Open up the **Style Editor** by right clicking on `ne 10m admin 0 countries` layer and choosing :guilabel:`Change Style`" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:260 -msgid "We are going to change a few things about how countries are displayed" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:262 -msgid "Line: Click :guilabel:`Border`, click on the Color button and change the color to BLACK" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:264 -msgid "Fill: On Tab :guilabel:`Fill` uncheck the box :guilabel:`enable/disable fill` to turn off fill" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:266 -msgid "Label: On Tab :guilabel:`Labels` check the box :guilabel:`enable/disable labeling`, and choose the attribute **NAME** from the list of attributes" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:271 -msgid "Press :guilabel:`Apply` to see what this looks like on your Map, the **Layer** view will also be updated to reflect the current style" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:274 -msgid "When you are happy with the result you can press :guilabel:`Close` to dismiss the dialog" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:276 -msgid "Some files include style settings. The Style definition can be found in files with the :file:`*.sld` extension. The name itself should be equal to the file containing the data. If such a |SLD| file exists, the style will be applied automatically." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:278 -msgid "Sometimes it is a bit hard to see what is going on with layer providing much details. To get focused on the task you like to work on, you can choose :menuselection:`Map --> Mylar` from the menu bar. Using the *Layer* view select different layers in turn to see the effect. You can turn off this effect at any time using :menuselection:`Map --> Mylar` from the menu bar." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:294 -msgid "Things to Try" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:296 -msgid "Here are some additional challenges for you to try:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:298 -msgid "Try viewing your own GIS map layers, or try adding a layer from a |WFS|" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:299 -msgid "Try styling the WFS layer." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:302 -msgid "What Next?" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:307 -msgid "This is only the first step on the road to using uDig. There is a lot more great material (and ability) left for you to discover in our **walkthrough** documents." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:309 -msgid "Walkthrough 1" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:311 -msgid "Try out the use of :doc:`PostGIS <../overview/postgis_overview>`, extract data from a Web Feature Server and explore the use of **Themes** with our powerful `Color Brewer` technology." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:314 -msgid ":file:`/usr/local/share/udig/udig-docs/uDigWalkthrough 1.pdf`" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:316 -msgid "Walkthrough 2 - Learn how to create shapefiles and use the Edit tools to manipulate feature data, covers the installation of :doc:`GeoServer <../overview/geoserver_overview>` and editing with a Web Feature Server." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:320 -msgid "Available on http://udig.refractions.net/" -msgstr "" - -#: ../../build/doc/:13 -msgid "vmdk" -msgstr "" - -#: ../../build/doc/:16 -msgid "nologo" -msgstr "" - -#: ../../build/doc/:0 -msgid "OSGeo Project" -msgstr "" - -#: ../../build/doc/:0 -#: ../../build/doc/:0 -msgid "OSGeo Community" -msgstr "" diff --git a/locale/sv/LC_MESSAGES/overview/udig_overview.po b/locale/sv/LC_MESSAGES/overview/udig_overview.po deleted file mode 100644 index 0fbb7f4ef5..0000000000 --- a/locale/sv/LC_MESSAGES/overview/udig_overview.po +++ /dev/null @@ -1,237 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2011~2022, OSGeo -# This file is distributed under the same license as the OSGeoLive package. -# FIRST AUTHOR , YEAR. -# -# Translators: -# Anne Ylinen, 2019 -# -msgid "" -msgstr "" -"Project-Id-Version: OSGeoLive 17.0.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-15 20:42-0600\n" -"PO-Revision-Date: 2024-10-22 05:45+0000\n" -"Last-Translator: Celia Virginia Vergara Castillo \n" -"Language-Team: Swedish \n" -"Language: sv\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.4.3\n" - -#: ../../build/doc/overview/udig_overview.rst:15 -msgid "uDig" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:18 -msgid "Desktop GIS" -msgstr "Desktop GIS" - -#: ../../build/doc/overview/udig_overview.rst:21 -msgid "" -"User-friendly Desktop Internet GIS (uDig) is an open source spatial data " -"viewer/editor, with special emphasis on the OpenGIS standards for internet " -"GIS, the Web Map Server (WMS) and Web Feature Server (WFS) standards." -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:23 -msgid "uDig is:" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:25 -msgid "" -"**User-friendly**, providing a familiar graphical environment for GIS users;" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:26 -msgid "**Desktop located**, running natively on Windows, Mac OS/X and Linux;" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:27 -msgid "" -"**Internet oriented**, consuming standard and de facto geospatial web " -"services; and," -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:28 -msgid "" -"**GIS ready**, providing the framework on which complex analytical " -"capabilities can be built, and gradually subsuming those capabilities into " -"the main application." -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:30 -msgid "" -"For developers uDig provides a common Java platform for building spatial " -"applications with open source components. The website provides series of " -"clear tutorials covering making a simple tool through to releasing your own " -"custom application." -msgstr "" - -#: ../../build/doc/overview/udig_overview.rstNone -msgid "udig screenshot" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:39 -msgid "Core Features" -msgstr "Kärnfunktioner" - -#: ../../build/doc/overview/udig_overview.rst:41 -msgid "" -"Desktop Client with Drag and Drop integration for File explorer and Web " -"Browser" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:42 -msgid "" -"Integrate with your existing infrastructure: ArcSDE, Oracle, DB2 and more" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:43 -msgid "Work with local files: Shapefile, jpeg, png, tiff and more." -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:44 -msgid "Work with advanced spatial raster formats: ECW, MrSID, JPEG 2000" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:45 -msgid "" -"Support for compliant Web Map Servers (:doc:`GeoServer " -"`, MapServer tested)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:46 -msgid "" -"Integrated Web experience with an embedded browser that recognises OGC web " -"services and smoothly adds links to the onscreen map" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:48 -msgid "" -"Style Layer Descriptor control of rendering allowing you to publish your Map" -" using the same settings in uDig as with popular Web Map Servers" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:50 -msgid "" -"Deep integration of standards allowing the application to swap between the " -"appropriate service as required for display, interaction and editing" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:52 -msgid "Printing and PDF Generation" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:53 -msgid "For Developers" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:55 -msgid "" -"Java Application built using the :doc:`GeoTools `, `JTS " -"Topology Suite (JTS) `_" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:56 -msgid "" -"Industrial strength plug-in system provided by Eclipse Rich Client Platform" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:57 -msgid "Use of native widgets" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:60 -msgid "Implemented Standards" -msgstr "Implementerade standarder" - -#: ../../build/doc/overview/udig_overview.rst:62 -msgid "OGC Web Map Server (WMS)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:63 -msgid "OGC Web Feature Server (WFS)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:64 -msgid "OGC Web Feature Server Transactional (WFS-T)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:65 -msgid "OGC Simple Features for SQL (SFQL)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:66 -msgid "Web Map Server Cache (WMS-C)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:67 -msgid "OGC Style Layer Descriptor (SLD)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:70 -msgid "Details" -msgstr "Detaljer" - -#: ../../build/doc/overview/udig_overview.rst:72 -msgid "**Website:** http://udig.refractions.net/" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:74 -msgid "**Licence:** Dual BSD / EPL (Eclipse Foundation)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:76 -msgid "**Software Version:** |version-udig|" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:78 -msgid "**Supported Platforms:** Windows, Linux, Mac" -msgstr "**Plattformar som stöds:** Windows, Linux, Mac" - -#: ../../build/doc/overview/udig_overview.rst:80 -msgid "" -"**API Interfaces:** GeoTools, ImageIO-Ext, Java Advanced Imaging, Eclipse " -"Rich Client Platform, Eclipse Modelling Framework" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:82 -msgid "**Support:** http://udig.refractions.net/users/" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:84 -msgid "**Developers:** http://udig.refractions.net/developers/" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:87 -msgid "" -"This project is only included on the OSGeoLive virtual machine disk (VMDK)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:90 -msgid "Quickstart" -msgstr "Snabbstart" - -#: ../../build/doc/overview/udig_overview.rst:92 -msgid ":doc:`Quickstart documentation <../quickstart/udig_quickstart>`" -msgstr "" - -#: ../../build/doc/:13 -msgid "vmdk" -msgstr "vmdk" - -#: ../../build/doc/:16 -msgid "nologo" -msgstr "nologo" - -#: ../../build/doc/:0 -msgid "OSGeo Project" -msgstr "" - -#: ../../build/doc/:0 ../../build/doc/:0 -msgid "OSGeo Community" -msgstr "" diff --git a/locale/sv/LC_MESSAGES/quickstart/udig_quickstart.po b/locale/sv/LC_MESSAGES/quickstart/udig_quickstart.po deleted file mode 100644 index 7eb5978bbe..0000000000 --- a/locale/sv/LC_MESSAGES/quickstart/udig_quickstart.po +++ /dev/null @@ -1,450 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2011~2022, OSGeo -# This file is distributed under the same license as the OSGeoLive package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: OSGeoLive 17.0.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-15 20:42-0600\n" -"PO-Revision-Date: 2024-10-22 05:45+0000\n" -"Last-Translator: Celia Virginia Vergara Castillo \n" -"Language-Team: Swedish \n" -"Language: sv\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.4.3\n" - -#: ../../build/doc/quickstart/udig_quickstart.rst:14 -msgid "This project is only included on the OSGeoLive virtual machine disk (VMDK)" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:20 -msgid "uDig Quickstart" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:28 -msgid "uDig (User Friendly Internet Desktop GIS), is a GIS Desktop client for editing and viewing Geospatial data." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:34 -msgid "This Quick Start describes how to:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:36 -msgid "load a map layers from a shapefile and |WMS|" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:37 -msgid "use the standard map tools" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:38 -msgid "apply colour to map features using styling" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:40 -msgid "Contents" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:43 -msgid "start uDig" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:54 -msgid "Choose |osgeolive-appmenupath-udig| from menu" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:55 -msgid "The application will take a few moments to start up" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:66 -msgid "If you have any difficulties, or are running uDig please review the Running uDig reference page." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:69 -msgid "Welcome View" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:71 -msgid "When you start up uDig for the first time the Welcome view takes up the entire display. This screen has links to tutorials, documentation and the project website." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:74 -msgid "Click the arrow labelled Workbench in the upper right corner, to reveal the contents of the uDig workbench." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:79 -msgid "You can return to the Welcome view at any time by selecting the :menuselection:`Help --> Welcome` from the menu bar." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:82 -msgid "Workbench" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:84 -msgid "The Workbench window offers multiple Editors (each showing a Map) and supporting Views (offering information about the current Map)." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:90 -msgid "Shown above is a typical uDig session with the" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:92 -msgid "Layers view (1)," -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:93 -msgid "Projects view (2)," -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:94 -msgid "Catalog view (3) and" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:95 -msgid "Map editor (4)." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:97 -msgid "These views will be described further as we demonstrate their use." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:100 -msgid "Files" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:102 -msgid "To start out with we are going to load some of the sample data included on the DVD." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:104 -msgid "Choose :menuselection:`Layer --> Add` from the menu bar to open up the **Add Data** wizard" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:106 -msgid "Select **Files** from the list of data sources" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:108 -msgid "Press :guilabel:`Next` to open up a file dialog" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:110 -msgid "The OSGeoLive DVD contains sample data in:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:112 -msgid ":file:`~/data` (a short cut to :file:`/usr/local/share/data`)" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:114 -msgid "Select the following file from the :file:`natural_earth2` folder:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:116 -msgid ":file:`ne_10m_admin_0_countries.shp`" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:118 -msgid "Press :guilabel:`Open`" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:120 -msgid "A new Map editor will be opened based on the contents of your shapefile. The default name and projection of the Map has been taken from your shapefile." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:123 -msgid "You can see the **Catalog view** has been updated with an entry for :file:`ne_10m_admin_0_countries.shp`. This view is used to track the use of resources by the uDig application." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:126 -msgid "The **Layers** view shows a single layer is displayed on this map. This view is used to change the order and appearance of information in your Map." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:129 -msgid "The **Projects** view has been updated to show that your map is stored in `projects > ne 10m admin 0 countries`. You can have multiple projects open at a time, each project can have several maps." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:132 -msgid "Open up the :file:`~/data/natural_earth2/` folder on the desktop" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:134 -msgid "Drag :file:`HYP_50M_SR_W.tif` onto the Map Editor, a new layer is added to to the map." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:136 -msgid "You can see the order the layers are drawn in the layer view. Right now the `HYP_50M_SR_W` layer is drawn on top of the `ne 10m admin 0 countries` layer." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:139 -msgid "Select the `HYP_50M_SR_W` layer in the catalog view and drag it to the bottom of the list" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:150 -msgid "One of the most common questions asked when uDig is considered for an organization is how much memory the application uses. Unlike most GIS applications uDig can get by with a fixed amount of memory. The above shapefile is not loaded into memory, we have a policy of keeping data on disk and drawing data like this shapefile onto the screen as needed." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:159 -msgid "You can also drag and drop shapefiles directly into the uDig application!" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:162 -msgid "Map" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:164 -msgid "You can control where in the world the Map Editor is looking by using the navigation tools in the tool bar along the top of the screen." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:167 -msgid "The |ZOOM| Zoom tool is available by default" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:169 -#: ../../build/doc/quickstart/udig_quickstart.rst:169 -#: ../../build/doc/quickstart/udig_quickstart.rst:169 -msgid "ZOOM" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:171 -msgid "Use the zoom tool by drawing a box using the left mouse button around the area of the world you wish to see." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:173 -msgid "To zoom out draw a box with the right mouse button. The current map extents will be located within the box you draw." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:176 -msgid "The |PAN| Pan tool can be used to scroll around your map with out changing scale." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:178 -#: ../../build/doc/quickstart/udig_quickstart.rst:178 -msgid "PAN" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:180 -msgid "There are also several navigation buttons that can be used at any time:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:182 -msgid "|SHOWALL| Show All, can be used to return to the full extents at any time" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:184 -#: ../../build/doc/quickstart/udig_quickstart.rst:184 -msgid "SHOWALL" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:186 -msgid "|ZOOM_IN| Zoom In and |ZOOM_OUT| Zoom Out can be used to change the scale by a fixed amount." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:188 -#: ../../build/doc/quickstart/udig_quickstart.rst:188 -msgid "ZOOM_IN" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:189 -#: ../../build/doc/quickstart/udig_quickstart.rst:189 -msgid "ZOOM_OUT" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:191 -msgid "You can use Navigation Back |BNAV| and Forward |FNAV| in the menu bar to cycle though previously visited locations." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:194 -#: ../../build/doc/quickstart/udig_quickstart.rst:194 -msgid "BNAV" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:195 -#: ../../build/doc/quickstart/udig_quickstart.rst:195 -msgid "FNAV" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:197 -msgid "Most tools allow you to Pan by holding the center button and control the scale using the scroll wheel." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:201 -msgid "Web Map Server" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:203 -msgid "One of the reasons to use an application like uDig is to access all the great free geospatial information available on the web. This section covers the use of Web Map Servers which make available layers of information that you can mix into your own maps." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:207 -msgid "If you are not connected to the Internet run |osgeolive-appmenupath-geoserver| for a local WMS. The script will open a page with a \"Service Capabilities\" section and two links for WMS Services you can drag into your empty map." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:211 -msgid "You can copy a WMS URL (e.g. for `WMS 1.1.1`_) from right panel of `GeoServer Welcome page`_ and \"paste\" it either on the **Map** view or the **Layers** view. A wizard shows you the layers you can add to the **Map**. You can also connect to Web Map Servers using the **Add Data** (:menuselection:`Layer --> Add...`) Wizard and paste WMS URL right there." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:216 -msgid "Select :menuselection:`File --> New --> New Map` from the menu bar" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:218 -msgid "Change to the **Web** view, click on the tab next to the **Catalog** view to reveal the *Web* view." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:223 -msgid "Click on the link ``WMS\\:http://www2.dmsolutions.ca/cgi-bin/mswms_gmap?Service=WMS&VERSION=1.1.0&REQUEST=GetCapabilities``" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:229 -msgid "From the Resource Selection page we are going to choose the following layers:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:231 -msgid "Elevation/Bathymetry" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:232 -msgid "Parks" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:233 -msgid "Cities" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:238 -msgid "Press :guilabel:`Finish` to add these layers to your map" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:243 -msgid "Use the |ZOOM| Zoom Tool to move closer to one of the Parks" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:245 -msgid "Switch to the |INFO| Info Tool and click on one the parks to learn more about it" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:247 -#: ../../build/doc/quickstart/udig_quickstart.rst:247 -msgid "INFO" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:249 -msgid "You can switch between the zoom and info tools by pressing `Z` and `I` on the keyboard." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:252 -msgid "Style" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:254 -msgid "Select the `project > ne 10m admin 0 countries`, you can double click to open this Map, or Right Click and choose Open Map" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:256 -msgid "Select the countries layer in the Layer view" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:258 -msgid "Open up the **Style Editor** by right clicking on `ne 10m admin 0 countries` layer and choosing :guilabel:`Change Style`" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:260 -msgid "We are going to change a few things about how countries are displayed" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:262 -msgid "Line: Click :guilabel:`Border`, click on the Color button and change the color to BLACK" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:264 -msgid "Fill: On Tab :guilabel:`Fill` uncheck the box :guilabel:`enable/disable fill` to turn off fill" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:266 -msgid "Label: On Tab :guilabel:`Labels` check the box :guilabel:`enable/disable labeling`, and choose the attribute **NAME** from the list of attributes" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:271 -msgid "Press :guilabel:`Apply` to see what this looks like on your Map, the **Layer** view will also be updated to reflect the current style" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:274 -msgid "When you are happy with the result you can press :guilabel:`Close` to dismiss the dialog" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:276 -msgid "Some files include style settings. The Style definition can be found in files with the :file:`*.sld` extension. The name itself should be equal to the file containing the data. If such a |SLD| file exists, the style will be applied automatically." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:278 -msgid "Sometimes it is a bit hard to see what is going on with layer providing much details. To get focused on the task you like to work on, you can choose :menuselection:`Map --> Mylar` from the menu bar. Using the *Layer* view select different layers in turn to see the effect. You can turn off this effect at any time using :menuselection:`Map --> Mylar` from the menu bar." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:294 -msgid "Things to Try" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:296 -msgid "Here are some additional challenges for you to try:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:298 -msgid "Try viewing your own GIS map layers, or try adding a layer from a |WFS|" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:299 -msgid "Try styling the WFS layer." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:302 -msgid "What Next?" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:307 -msgid "This is only the first step on the road to using uDig. There is a lot more great material (and ability) left for you to discover in our **walkthrough** documents." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:309 -msgid "Walkthrough 1" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:311 -msgid "Try out the use of :doc:`PostGIS <../overview/postgis_overview>`, extract data from a Web Feature Server and explore the use of **Themes** with our powerful `Color Brewer` technology." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:314 -msgid ":file:`/usr/local/share/udig/udig-docs/uDigWalkthrough 1.pdf`" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:316 -msgid "Walkthrough 2 - Learn how to create shapefiles and use the Edit tools to manipulate feature data, covers the installation of :doc:`GeoServer <../overview/geoserver_overview>` and editing with a Web Feature Server." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:320 -msgid "Available on http://udig.refractions.net/" -msgstr "" - -#: ../../build/doc/:13 -msgid "vmdk" -msgstr "vmdk" - -#: ../../build/doc/:16 -msgid "nologo" -msgstr "nologo" - -#: ../../build/doc/:0 -msgid "OSGeo Project" -msgstr "" - -#: ../../build/doc/:0 -#: ../../build/doc/:0 -msgid "OSGeo Community" -msgstr "" diff --git a/locale/tr/LC_MESSAGES/overview/udig_overview.po b/locale/tr/LC_MESSAGES/overview/udig_overview.po deleted file mode 100644 index 474eee1812..0000000000 --- a/locale/tr/LC_MESSAGES/overview/udig_overview.po +++ /dev/null @@ -1,237 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2011~2022, OSGeo -# This file is distributed under the same license as the OSGeoLive package. -# FIRST AUTHOR , YEAR. -# -# Translators: -# abc Def , 2020 -# -msgid "" -msgstr "" -"Project-Id-Version: OSGeoLive 17.0.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-15 20:42-0600\n" -"PO-Revision-Date: 2024-10-22 05:45+0000\n" -"Last-Translator: Celia Virginia Vergara Castillo \n" -"Language-Team: Turkish \n" -"Language: tr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Weblate 5.4.3\n" - -#: ../../build/doc/overview/udig_overview.rst:15 -msgid "uDig" -msgstr "uDig" - -#: ../../build/doc/overview/udig_overview.rst:18 -msgid "Desktop GIS" -msgstr "GIS Masaüstü" - -#: ../../build/doc/overview/udig_overview.rst:21 -msgid "" -"User-friendly Desktop Internet GIS (uDig) is an open source spatial data " -"viewer/editor, with special emphasis on the OpenGIS standards for internet " -"GIS, the Web Map Server (WMS) and Web Feature Server (WFS) standards." -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:23 -msgid "uDig is:" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:25 -msgid "" -"**User-friendly**, providing a familiar graphical environment for GIS users;" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:26 -msgid "**Desktop located**, running natively on Windows, Mac OS/X and Linux;" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:27 -msgid "" -"**Internet oriented**, consuming standard and de facto geospatial web " -"services; and," -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:28 -msgid "" -"**GIS ready**, providing the framework on which complex analytical " -"capabilities can be built, and gradually subsuming those capabilities into " -"the main application." -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:30 -msgid "" -"For developers uDig provides a common Java platform for building spatial " -"applications with open source components. The website provides series of " -"clear tutorials covering making a simple tool through to releasing your own " -"custom application." -msgstr "" - -#: ../../build/doc/overview/udig_overview.rstNone -msgid "udig screenshot" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:39 -msgid "Core Features" -msgstr "Çekirdek Nitelikler" - -#: ../../build/doc/overview/udig_overview.rst:41 -msgid "" -"Desktop Client with Drag and Drop integration for File explorer and Web " -"Browser" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:42 -msgid "" -"Integrate with your existing infrastructure: ArcSDE, Oracle, DB2 and more" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:43 -msgid "Work with local files: Shapefile, jpeg, png, tiff and more." -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:44 -msgid "Work with advanced spatial raster formats: ECW, MrSID, JPEG 2000" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:45 -msgid "" -"Support for compliant Web Map Servers (:doc:`GeoServer " -"`, MapServer tested)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:46 -msgid "" -"Integrated Web experience with an embedded browser that recognises OGC web " -"services and smoothly adds links to the onscreen map" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:48 -msgid "" -"Style Layer Descriptor control of rendering allowing you to publish your Map" -" using the same settings in uDig as with popular Web Map Servers" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:50 -msgid "" -"Deep integration of standards allowing the application to swap between the " -"appropriate service as required for display, interaction and editing" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:52 -msgid "Printing and PDF Generation" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:53 -msgid "For Developers" -msgstr "Geliştiriciler İçin" - -#: ../../build/doc/overview/udig_overview.rst:55 -msgid "" -"Java Application built using the :doc:`GeoTools `, `JTS " -"Topology Suite (JTS) `_" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:56 -msgid "" -"Industrial strength plug-in system provided by Eclipse Rich Client Platform" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:57 -msgid "Use of native widgets" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:60 -msgid "Implemented Standards" -msgstr "Uygulanan Standartlar" - -#: ../../build/doc/overview/udig_overview.rst:62 -msgid "OGC Web Map Server (WMS)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:63 -msgid "OGC Web Feature Server (WFS)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:64 -msgid "OGC Web Feature Server Transactional (WFS-T)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:65 -msgid "OGC Simple Features for SQL (SFQL)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:66 -msgid "Web Map Server Cache (WMS-C)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:67 -msgid "OGC Style Layer Descriptor (SLD)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:70 -msgid "Details" -msgstr "Ayrıntılar" - -#: ../../build/doc/overview/udig_overview.rst:72 -msgid "**Website:** http://udig.refractions.net/" -msgstr "**Web sitesi:** http://udig.refractions.net/" - -#: ../../build/doc/overview/udig_overview.rst:74 -msgid "**Licence:** Dual BSD / EPL (Eclipse Foundation)" -msgstr "**Lisans:** Dual BSD / EPL (Eclipse Foundation)" - -#: ../../build/doc/overview/udig_overview.rst:76 -msgid "**Software Version:** |version-udig|" -msgstr "**Yazılım Sürümü:** |version-udig|" - -#: ../../build/doc/overview/udig_overview.rst:78 -msgid "**Supported Platforms:** Windows, Linux, Mac" -msgstr "**Desteklenen Ortamlar:** Windows, Linux, Mac" - -#: ../../build/doc/overview/udig_overview.rst:80 -msgid "" -"**API Interfaces:** GeoTools, ImageIO-Ext, Java Advanced Imaging, Eclipse " -"Rich Client Platform, Eclipse Modelling Framework" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:82 -msgid "**Support:** http://udig.refractions.net/users/" -msgstr "**Destek:** http://udig.refractions.net/users/" - -#: ../../build/doc/overview/udig_overview.rst:84 -msgid "**Developers:** http://udig.refractions.net/developers/" -msgstr "**Geliştiriciler:** http://udig.refractions.net/developers/" - -#: ../../build/doc/overview/udig_overview.rst:87 -msgid "" -"This project is only included on the OSGeoLive virtual machine disk (VMDK)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:90 -msgid "Quickstart" -msgstr "Hızlı başlangıç" - -#: ../../build/doc/overview/udig_overview.rst:92 -msgid ":doc:`Quickstart documentation <../quickstart/udig_quickstart>`" -msgstr "" - -#: ../../build/doc/:13 -msgid "vmdk" -msgstr "vmdk" - -#: ../../build/doc/:16 -msgid "nologo" -msgstr "nologo" - -#: ../../build/doc/:0 -msgid "OSGeo Project" -msgstr "" - -#: ../../build/doc/:0 ../../build/doc/:0 -msgid "OSGeo Community" -msgstr "" diff --git a/locale/tr/LC_MESSAGES/quickstart/udig_quickstart.po b/locale/tr/LC_MESSAGES/quickstart/udig_quickstart.po deleted file mode 100644 index 29e8cb03ce..0000000000 --- a/locale/tr/LC_MESSAGES/quickstart/udig_quickstart.po +++ /dev/null @@ -1,565 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2011~2022, OSGeo -# This file is distributed under the same license as the OSGeoLive package. -# FIRST AUTHOR , YEAR. -# -# Translators: -# abc Def , 2020 -# -msgid "" -msgstr "" -"Project-Id-Version: OSGeoLive 17.0.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-15 20:42-0600\n" -"PO-Revision-Date: 2024-10-22 05:45+0000\n" -"Last-Translator: Celia Virginia Vergara Castillo \n" -"Language-Team: Turkish \n" -"Language: tr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Weblate 5.4.3\n" - -#: ../../build/doc/quickstart/udig_quickstart.rst:14 -msgid "" -"This project is only included on the OSGeoLive virtual machine disk (VMDK)" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:20 -msgid "uDig Quickstart" -msgstr "uDig Hızlı başlangıç" - -#: ../../build/doc/quickstart/udig_quickstart.rst:28 -msgid "" -"uDig (User Friendly Internet Desktop GIS), is a GIS Desktop client for " -"editing and viewing Geospatial data." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:34 -msgid "This Quick Start describes how to:" -msgstr "Bu Hızlı Başlangıç nasıl yapılacağını açıklar:" - -#: ../../build/doc/quickstart/udig_quickstart.rst:36 -msgid "load a map layers from a shapefile and |WMS|" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:37 -msgid "use the standard map tools" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:38 -msgid "apply colour to map features using styling" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:40 -msgid "Contents" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:43 -msgid "start uDig" -msgstr "uDig Başlat" - -#: ../../build/doc/quickstart/udig_quickstart.rst:54 -msgid "Choose |osgeolive-appmenupath-udig| from menu" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:55 -msgid "The application will take a few moments to start up" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:66 -msgid "" -"If you have any difficulties, or are running uDig please review the Running " -"uDig reference page." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:69 -msgid "Welcome View" -msgstr "Karşılama Görünümü" - -#: ../../build/doc/quickstart/udig_quickstart.rst:71 -msgid "" -"When you start up uDig for the first time the Welcome view takes up the " -"entire display. This screen has links to tutorials, documentation and the " -"project website." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:74 -msgid "" -"Click the arrow labelled Workbench in the upper right corner, to reveal the " -"contents of the uDig workbench." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:79 -msgid "" -"You can return to the Welcome view at any time by selecting the " -":menuselection:`Help --> Welcome` from the menu bar." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:82 -msgid "Workbench" -msgstr "Tezgâh" - -#: ../../build/doc/quickstart/udig_quickstart.rst:84 -msgid "" -"The Workbench window offers multiple Editors (each showing a Map) and " -"supporting Views (offering information about the current Map)." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:90 -msgid "Shown above is a typical uDig session with the" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:92 -msgid "Layers view (1)," -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:93 -msgid "Projects view (2)," -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:94 -msgid "Catalog view (3) and" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:95 -msgid "Map editor (4)." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:97 -msgid "These views will be described further as we demonstrate their use." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:100 -msgid "Files" -msgstr "Dosyalar" - -#: ../../build/doc/quickstart/udig_quickstart.rst:102 -msgid "" -"To start out with we are going to load some of the sample data included on " -"the DVD." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:104 -msgid "" -"Choose :menuselection:`Layer --> Add` from the menu bar to open up the **Add" -" Data** wizard" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:106 -msgid "Select **Files** from the list of data sources" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:108 -msgid "Press :guilabel:`Next` to open up a file dialog" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:110 -msgid "The OSGeoLive DVD contains sample data in:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:112 -msgid ":file:`~/data` (a short cut to :file:`/usr/local/share/data`)" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:114 -msgid "Select the following file from the :file:`natural_earth2` folder:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:116 -msgid ":file:`ne_10m_admin_0_countries.shp`" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:118 -msgid "Press :guilabel:`Open`" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:120 -msgid "" -"A new Map editor will be opened based on the contents of your shapefile. The" -" default name and projection of the Map has been taken from your shapefile." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:123 -msgid "" -"You can see the **Catalog view** has been updated with an entry for " -":file:`ne_10m_admin_0_countries.shp`. This view is used to track the use of " -"resources by the uDig application." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:126 -msgid "" -"The **Layers** view shows a single layer is displayed on this map. This view" -" is used to change the order and appearance of information in your Map." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:129 -msgid "" -"The **Projects** view has been updated to show that your map is stored in " -"`projects > ne 10m admin 0 countries`. You can have multiple projects open " -"at a time, each project can have several maps." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:132 -msgid "Open up the :file:`~/data/natural_earth2/` folder on the desktop" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:134 -msgid "" -"Drag :file:`HYP_50M_SR_W.tif` onto the Map Editor, a new layer is added to " -"to the map." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:136 -msgid "" -"You can see the order the layers are drawn in the layer view. Right now the " -"`HYP_50M_SR_W` layer is drawn on top of the `ne 10m admin 0 countries` " -"layer." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:139 -msgid "" -"Select the `HYP_50M_SR_W` layer in the catalog view and drag it to the " -"bottom of the list" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:150 -msgid "" -"One of the most common questions asked when uDig is considered for an " -"organization is how much memory the application uses. Unlike most GIS " -"applications uDig can get by with a fixed amount of memory. The above " -"shapefile is not loaded into memory, we have a policy of keeping data on " -"disk and drawing data like this shapefile onto the screen as needed." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:159 -msgid "" -"You can also drag and drop shapefiles directly into the uDig application!" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:162 -msgid "Map" -msgstr "Harita" - -#: ../../build/doc/quickstart/udig_quickstart.rst:164 -msgid "" -"You can control where in the world the Map Editor is looking by using the " -"navigation tools in the tool bar along the top of the screen." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:167 -msgid "The |ZOOM| Zoom tool is available by default" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:169 -#: ../../build/doc/quickstart/udig_quickstart.rst:169 -#: ../../build/doc/quickstart/udig_quickstart.rst:169 -msgid "ZOOM" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:171 -msgid "" -"Use the zoom tool by drawing a box using the left mouse button around the " -"area of the world you wish to see." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:173 -msgid "" -"To zoom out draw a box with the right mouse button. The current map extents " -"will be located within the box you draw." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:176 -msgid "" -"The |PAN| Pan tool can be used to scroll around your map with out changing " -"scale." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:178 -#: ../../build/doc/quickstart/udig_quickstart.rst:178 -msgid "PAN" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:180 -msgid "" -"There are also several navigation buttons that can be used at any time:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:182 -msgid "" -"|SHOWALL| Show All, can be used to return to the full extents at any time" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:184 -#: ../../build/doc/quickstart/udig_quickstart.rst:184 -msgid "SHOWALL" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:186 -msgid "" -"|ZOOM_IN| Zoom In and |ZOOM_OUT| Zoom Out can be used to change the scale by" -" a fixed amount." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:188 -#: ../../build/doc/quickstart/udig_quickstart.rst:188 -msgid "ZOOM_IN" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:189 -#: ../../build/doc/quickstart/udig_quickstart.rst:189 -msgid "ZOOM_OUT" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:191 -msgid "" -"You can use Navigation Back |BNAV| and Forward |FNAV| in the menu bar to " -"cycle though previously visited locations." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:194 -#: ../../build/doc/quickstart/udig_quickstart.rst:194 -msgid "BNAV" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:195 -#: ../../build/doc/quickstart/udig_quickstart.rst:195 -msgid "FNAV" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:197 -msgid "" -"Most tools allow you to Pan by holding the center button and control the " -"scale using the scroll wheel." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:201 -msgid "Web Map Server" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:203 -msgid "" -"One of the reasons to use an application like uDig is to access all the " -"great free geospatial information available on the web. This section covers " -"the use of Web Map Servers which make available layers of information that " -"you can mix into your own maps." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:207 -msgid "" -"If you are not connected to the Internet run |osgeolive-appmenupath-" -"geoserver| for a local WMS. The script will open a page with a \"Service " -"Capabilities\" section and two links for WMS Services you can drag into your" -" empty map." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:211 -msgid "" -"You can copy a WMS URL (e.g. for `WMS 1.1.1`_) from right panel of " -"`GeoServer Welcome page`_ and \"paste\" it either on the **Map** view or the" -" **Layers** view. A wizard shows you the layers you can add to the **Map**. " -"You can also connect to Web Map Servers using the **Add Data** " -"(:menuselection:`Layer --> Add...`) Wizard and paste WMS URL right there." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:216 -msgid "Select :menuselection:`File --> New --> New Map` from the menu bar" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:218 -msgid "" -"Change to the **Web** view, click on the tab next to the **Catalog** view to" -" reveal the *Web* view." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:223 -msgid "" -"Click on the link ``WMS\\:http://www2.dmsolutions.ca/cgi-" -"bin/mswms_gmap?Service=WMS&VERSION=1.1.0&REQUEST=GetCapabilities``" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:229 -msgid "" -"From the Resource Selection page we are going to choose the following " -"layers:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:231 -msgid "Elevation/Bathymetry" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:232 -msgid "Parks" -msgstr "Parklar" - -#: ../../build/doc/quickstart/udig_quickstart.rst:233 -msgid "Cities" -msgstr "Şehirler" - -#: ../../build/doc/quickstart/udig_quickstart.rst:238 -msgid "Press :guilabel:`Finish` to add these layers to your map" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:243 -msgid "Use the |ZOOM| Zoom Tool to move closer to one of the Parks" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:245 -msgid "" -"Switch to the |INFO| Info Tool and click on one the parks to learn more " -"about it" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:247 -#: ../../build/doc/quickstart/udig_quickstart.rst:247 -msgid "INFO" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:249 -msgid "" -"You can switch between the zoom and info tools by pressing `Z` and `I` on " -"the keyboard." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:252 -msgid "Style" -msgstr "Tarz" - -#: ../../build/doc/quickstart/udig_quickstart.rst:254 -msgid "" -"Select the `project > ne 10m admin 0 countries`, you can double click to " -"open this Map, or Right Click and choose Open Map" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:256 -msgid "Select the countries layer in the Layer view" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:258 -msgid "" -"Open up the **Style Editor** by right clicking on `ne 10m admin 0 countries`" -" layer and choosing :guilabel:`Change Style`" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:260 -msgid "We are going to change a few things about how countries are displayed" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:262 -msgid "" -"Line: Click :guilabel:`Border`, click on the Color button and change the " -"color to BLACK" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:264 -msgid "" -"Fill: On Tab :guilabel:`Fill` uncheck the box :guilabel:`enable/disable " -"fill` to turn off fill" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:266 -msgid "" -"Label: On Tab :guilabel:`Labels` check the box :guilabel:`enable/disable " -"labeling`, and choose the attribute **NAME** from the list of attributes" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:271 -msgid "" -"Press :guilabel:`Apply` to see what this looks like on your Map, the " -"**Layer** view will also be updated to reflect the current style" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:274 -msgid "" -"When you are happy with the result you can press :guilabel:`Close` to " -"dismiss the dialog" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:276 -msgid "" -"Some files include style settings. The Style definition can be found in " -"files with the :file:`*.sld` extension. The name itself should be equal to " -"the file containing the data. If such a |SLD| file exists, the style will be" -" applied automatically." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:278 -msgid "" -"Sometimes it is a bit hard to see what is going on with layer providing much" -" details. To get focused on the task you like to work on, you can choose " -":menuselection:`Map --> Mylar` from the menu bar. Using the *Layer* view " -"select different layers in turn to see the effect. You can turn off this " -"effect at any time using :menuselection:`Map --> Mylar` from the menu bar." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:294 -msgid "Things to Try" -msgstr "Denenecek şeyler" - -#: ../../build/doc/quickstart/udig_quickstart.rst:296 -msgid "Here are some additional challenges for you to try:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:298 -msgid "" -"Try viewing your own GIS map layers, or try adding a layer from a |WFS|" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:299 -msgid "Try styling the WFS layer." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:302 -msgid "What Next?" -msgstr "Sıradaki ne?" - -#: ../../build/doc/quickstart/udig_quickstart.rst:307 -msgid "" -"This is only the first step on the road to using uDig. There is a lot more " -"great material (and ability) left for you to discover in our **walkthrough**" -" documents." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:309 -msgid "Walkthrough 1" -msgstr "İzlenecek yollar 1" - -#: ../../build/doc/quickstart/udig_quickstart.rst:311 -msgid "" -"Try out the use of :doc:`PostGIS <../overview/postgis_overview>`, extract " -"data from a Web Feature Server and explore the use of **Themes** with our " -"powerful `Color Brewer` technology." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:314 -msgid ":file:`/usr/local/share/udig/udig-docs/uDigWalkthrough 1.pdf`" -msgstr ":file:`/usr/local/share/udig/udig-docs/uDigWalkthrough 1.pdf`" - -#: ../../build/doc/quickstart/udig_quickstart.rst:316 -msgid "" -"Walkthrough 2 - Learn how to create shapefiles and use the Edit tools to " -"manipulate feature data, covers the installation of :doc:`GeoServer " -"<../overview/geoserver_overview>` and editing with a Web Feature Server." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:320 -msgid "Available on http://udig.refractions.net/" -msgstr "http://udig.refractions.net/ adresinde mevcuttur" - -#: ../../build/doc/:13 -msgid "vmdk" -msgstr "vmdk" - -#: ../../build/doc/:16 -msgid "nologo" -msgstr "nologo" - -#: ../../build/doc/:0 -msgid "OSGeo Project" -msgstr "" - -#: ../../build/doc/:0 ../../build/doc/:0 -msgid "OSGeo Community" -msgstr "" diff --git a/locale/zh_Hans/LC_MESSAGES/overview/udig_overview.po b/locale/zh_Hans/LC_MESSAGES/overview/udig_overview.po deleted file mode 100644 index 95f8f838f5..0000000000 --- a/locale/zh_Hans/LC_MESSAGES/overview/udig_overview.po +++ /dev/null @@ -1,202 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2011~2022, OSGeo -# This file is distributed under the same license as the OSGeoLive package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: OSGeoLive 17.0.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-15 20:42-0600\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: zh_Hans\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ../../build/doc/overview/udig_overview.rst:15 -msgid "uDig" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:18 -msgid "Desktop GIS" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:21 -msgid "User-friendly Desktop Internet GIS (uDig) is an open source spatial data viewer/editor, with special emphasis on the OpenGIS standards for internet GIS, the Web Map Server (WMS) and Web Feature Server (WFS) standards." -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:23 -msgid "uDig is:" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:25 -msgid "**User-friendly**, providing a familiar graphical environment for GIS users;" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:26 -msgid "**Desktop located**, running natively on Windows, Mac OS/X and Linux;" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:27 -msgid "**Internet oriented**, consuming standard and de facto geospatial web services; and," -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:28 -msgid "**GIS ready**, providing the framework on which complex analytical capabilities can be built, and gradually subsuming those capabilities into the main application." -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:30 -msgid "For developers uDig provides a common Java platform for building spatial applications with open source components. The website provides series of clear tutorials covering making a simple tool through to releasing your own custom application." -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:None -msgid "udig screenshot" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:39 -msgid "Core Features" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:41 -msgid "Desktop Client with Drag and Drop integration for File explorer and Web Browser" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:42 -msgid "Integrate with your existing infrastructure: ArcSDE, Oracle, DB2 and more" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:43 -msgid "Work with local files: Shapefile, jpeg, png, tiff and more." -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:44 -msgid "Work with advanced spatial raster formats: ECW, MrSID, JPEG 2000" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:45 -msgid "Support for compliant Web Map Servers (:doc:`GeoServer `, MapServer tested)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:46 -msgid "Integrated Web experience with an embedded browser that recognises OGC web services and smoothly adds links to the onscreen map" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:48 -msgid "Style Layer Descriptor control of rendering allowing you to publish your Map using the same settings in uDig as with popular Web Map Servers" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:50 -msgid "Deep integration of standards allowing the application to swap between the appropriate service as required for display, interaction and editing" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:52 -msgid "Printing and PDF Generation" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:53 -msgid "For Developers" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:55 -msgid "Java Application built using the :doc:`GeoTools `, `JTS Topology Suite (JTS) `_" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:56 -msgid "Industrial strength plug-in system provided by Eclipse Rich Client Platform" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:57 -msgid "Use of native widgets" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:60 -msgid "Implemented Standards" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:62 -msgid "OGC Web Map Server (WMS)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:63 -msgid "OGC Web Feature Server (WFS)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:64 -msgid "OGC Web Feature Server Transactional (WFS-T)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:65 -msgid "OGC Simple Features for SQL (SFQL)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:66 -msgid "Web Map Server Cache (WMS-C)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:67 -msgid "OGC Style Layer Descriptor (SLD)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:70 -msgid "Details" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:72 -msgid "**Website:** http://udig.refractions.net/" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:74 -msgid "**Licence:** Dual BSD / EPL (Eclipse Foundation)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:76 -msgid "**Software Version:** |version-udig|" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:78 -msgid "**Supported Platforms:** Windows, Linux, Mac" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:80 -msgid "**API Interfaces:** GeoTools, ImageIO-Ext, Java Advanced Imaging, Eclipse Rich Client Platform, Eclipse Modelling Framework" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:82 -msgid "**Support:** http://udig.refractions.net/users/" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:84 -msgid "**Developers:** http://udig.refractions.net/developers/" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:87 -msgid "This project is only included on the OSGeoLive virtual machine disk (VMDK)" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:90 -msgid "Quickstart" -msgstr "" - -#: ../../build/doc/overview/udig_overview.rst:92 -msgid ":doc:`Quickstart documentation <../quickstart/udig_quickstart>`" -msgstr "" - -#: ../../build/doc/:13 -msgid "vmdk" -msgstr "" - -#: ../../build/doc/:16 -msgid "nologo" -msgstr "" - -#: ../../build/doc/:0 -msgid "OSGeo Project" -msgstr "" - -#: ../../build/doc/:0 -#: ../../build/doc/:0 -msgid "OSGeo Community" -msgstr "" diff --git a/locale/zh_Hans/LC_MESSAGES/quickstart/udig_quickstart.po b/locale/zh_Hans/LC_MESSAGES/quickstart/udig_quickstart.po deleted file mode 100644 index e013bf45da..0000000000 --- a/locale/zh_Hans/LC_MESSAGES/quickstart/udig_quickstart.po +++ /dev/null @@ -1,447 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2011~2022, OSGeo -# This file is distributed under the same license as the OSGeoLive package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: OSGeoLive 17.0.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-15 20:42-0600\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: zh_Hans\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ../../build/doc/quickstart/udig_quickstart.rst:14 -msgid "This project is only included on the OSGeoLive virtual machine disk (VMDK)" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:20 -msgid "uDig Quickstart" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:28 -msgid "uDig (User Friendly Internet Desktop GIS), is a GIS Desktop client for editing and viewing Geospatial data." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:34 -msgid "This Quick Start describes how to:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:36 -msgid "load a map layers from a shapefile and |WMS|" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:37 -msgid "use the standard map tools" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:38 -msgid "apply colour to map features using styling" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:40 -msgid "Contents" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:43 -msgid "start uDig" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:54 -msgid "Choose |osgeolive-appmenupath-udig| from menu" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:55 -msgid "The application will take a few moments to start up" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:66 -msgid "If you have any difficulties, or are running uDig please review the Running uDig reference page." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:69 -msgid "Welcome View" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:71 -msgid "When you start up uDig for the first time the Welcome view takes up the entire display. This screen has links to tutorials, documentation and the project website." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:74 -msgid "Click the arrow labelled Workbench in the upper right corner, to reveal the contents of the uDig workbench." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:79 -msgid "You can return to the Welcome view at any time by selecting the :menuselection:`Help --> Welcome` from the menu bar." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:82 -msgid "Workbench" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:84 -msgid "The Workbench window offers multiple Editors (each showing a Map) and supporting Views (offering information about the current Map)." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:90 -msgid "Shown above is a typical uDig session with the" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:92 -msgid "Layers view (1)," -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:93 -msgid "Projects view (2)," -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:94 -msgid "Catalog view (3) and" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:95 -msgid "Map editor (4)." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:97 -msgid "These views will be described further as we demonstrate their use." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:100 -msgid "Files" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:102 -msgid "To start out with we are going to load some of the sample data included on the DVD." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:104 -msgid "Choose :menuselection:`Layer --> Add` from the menu bar to open up the **Add Data** wizard" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:106 -msgid "Select **Files** from the list of data sources" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:108 -msgid "Press :guilabel:`Next` to open up a file dialog" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:110 -msgid "The OSGeoLive DVD contains sample data in:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:112 -msgid ":file:`~/data` (a short cut to :file:`/usr/local/share/data`)" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:114 -msgid "Select the following file from the :file:`natural_earth2` folder:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:116 -msgid ":file:`ne_10m_admin_0_countries.shp`" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:118 -msgid "Press :guilabel:`Open`" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:120 -msgid "A new Map editor will be opened based on the contents of your shapefile. The default name and projection of the Map has been taken from your shapefile." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:123 -msgid "You can see the **Catalog view** has been updated with an entry for :file:`ne_10m_admin_0_countries.shp`. This view is used to track the use of resources by the uDig application." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:126 -msgid "The **Layers** view shows a single layer is displayed on this map. This view is used to change the order and appearance of information in your Map." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:129 -msgid "The **Projects** view has been updated to show that your map is stored in `projects > ne 10m admin 0 countries`. You can have multiple projects open at a time, each project can have several maps." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:132 -msgid "Open up the :file:`~/data/natural_earth2/` folder on the desktop" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:134 -msgid "Drag :file:`HYP_50M_SR_W.tif` onto the Map Editor, a new layer is added to to the map." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:136 -msgid "You can see the order the layers are drawn in the layer view. Right now the `HYP_50M_SR_W` layer is drawn on top of the `ne 10m admin 0 countries` layer." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:139 -msgid "Select the `HYP_50M_SR_W` layer in the catalog view and drag it to the bottom of the list" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:150 -msgid "One of the most common questions asked when uDig is considered for an organization is how much memory the application uses. Unlike most GIS applications uDig can get by with a fixed amount of memory. The above shapefile is not loaded into memory, we have a policy of keeping data on disk and drawing data like this shapefile onto the screen as needed." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:159 -msgid "You can also drag and drop shapefiles directly into the uDig application!" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:162 -msgid "Map" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:164 -msgid "You can control where in the world the Map Editor is looking by using the navigation tools in the tool bar along the top of the screen." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:167 -msgid "The |ZOOM| Zoom tool is available by default" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:169 -#: ../../build/doc/quickstart/udig_quickstart.rst:169 -#: ../../build/doc/quickstart/udig_quickstart.rst:169 -msgid "ZOOM" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:171 -msgid "Use the zoom tool by drawing a box using the left mouse button around the area of the world you wish to see." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:173 -msgid "To zoom out draw a box with the right mouse button. The current map extents will be located within the box you draw." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:176 -msgid "The |PAN| Pan tool can be used to scroll around your map with out changing scale." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:178 -#: ../../build/doc/quickstart/udig_quickstart.rst:178 -msgid "PAN" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:180 -msgid "There are also several navigation buttons that can be used at any time:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:182 -msgid "|SHOWALL| Show All, can be used to return to the full extents at any time" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:184 -#: ../../build/doc/quickstart/udig_quickstart.rst:184 -msgid "SHOWALL" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:186 -msgid "|ZOOM_IN| Zoom In and |ZOOM_OUT| Zoom Out can be used to change the scale by a fixed amount." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:188 -#: ../../build/doc/quickstart/udig_quickstart.rst:188 -msgid "ZOOM_IN" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:189 -#: ../../build/doc/quickstart/udig_quickstart.rst:189 -msgid "ZOOM_OUT" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:191 -msgid "You can use Navigation Back |BNAV| and Forward |FNAV| in the menu bar to cycle though previously visited locations." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:194 -#: ../../build/doc/quickstart/udig_quickstart.rst:194 -msgid "BNAV" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:195 -#: ../../build/doc/quickstart/udig_quickstart.rst:195 -msgid "FNAV" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:197 -msgid "Most tools allow you to Pan by holding the center button and control the scale using the scroll wheel." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:201 -msgid "Web Map Server" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:203 -msgid "One of the reasons to use an application like uDig is to access all the great free geospatial information available on the web. This section covers the use of Web Map Servers which make available layers of information that you can mix into your own maps." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:207 -msgid "If you are not connected to the Internet run |osgeolive-appmenupath-geoserver| for a local WMS. The script will open a page with a \"Service Capabilities\" section and two links for WMS Services you can drag into your empty map." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:211 -msgid "You can copy a WMS URL (e.g. for `WMS 1.1.1`_) from right panel of `GeoServer Welcome page`_ and \"paste\" it either on the **Map** view or the **Layers** view. A wizard shows you the layers you can add to the **Map**. You can also connect to Web Map Servers using the **Add Data** (:menuselection:`Layer --> Add...`) Wizard and paste WMS URL right there." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:216 -msgid "Select :menuselection:`File --> New --> New Map` from the menu bar" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:218 -msgid "Change to the **Web** view, click on the tab next to the **Catalog** view to reveal the *Web* view." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:223 -msgid "Click on the link ``WMS\\:http://www2.dmsolutions.ca/cgi-bin/mswms_gmap?Service=WMS&VERSION=1.1.0&REQUEST=GetCapabilities``" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:229 -msgid "From the Resource Selection page we are going to choose the following layers:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:231 -msgid "Elevation/Bathymetry" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:232 -msgid "Parks" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:233 -msgid "Cities" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:238 -msgid "Press :guilabel:`Finish` to add these layers to your map" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:243 -msgid "Use the |ZOOM| Zoom Tool to move closer to one of the Parks" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:245 -msgid "Switch to the |INFO| Info Tool and click on one the parks to learn more about it" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:247 -#: ../../build/doc/quickstart/udig_quickstart.rst:247 -msgid "INFO" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:249 -msgid "You can switch between the zoom and info tools by pressing `Z` and `I` on the keyboard." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:252 -msgid "Style" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:254 -msgid "Select the `project > ne 10m admin 0 countries`, you can double click to open this Map, or Right Click and choose Open Map" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:256 -msgid "Select the countries layer in the Layer view" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:258 -msgid "Open up the **Style Editor** by right clicking on `ne 10m admin 0 countries` layer and choosing :guilabel:`Change Style`" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:260 -msgid "We are going to change a few things about how countries are displayed" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:262 -msgid "Line: Click :guilabel:`Border`, click on the Color button and change the color to BLACK" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:264 -msgid "Fill: On Tab :guilabel:`Fill` uncheck the box :guilabel:`enable/disable fill` to turn off fill" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:266 -msgid "Label: On Tab :guilabel:`Labels` check the box :guilabel:`enable/disable labeling`, and choose the attribute **NAME** from the list of attributes" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:271 -msgid "Press :guilabel:`Apply` to see what this looks like on your Map, the **Layer** view will also be updated to reflect the current style" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:274 -msgid "When you are happy with the result you can press :guilabel:`Close` to dismiss the dialog" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:276 -msgid "Some files include style settings. The Style definition can be found in files with the :file:`*.sld` extension. The name itself should be equal to the file containing the data. If such a |SLD| file exists, the style will be applied automatically." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:278 -msgid "Sometimes it is a bit hard to see what is going on with layer providing much details. To get focused on the task you like to work on, you can choose :menuselection:`Map --> Mylar` from the menu bar. Using the *Layer* view select different layers in turn to see the effect. You can turn off this effect at any time using :menuselection:`Map --> Mylar` from the menu bar." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:294 -msgid "Things to Try" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:296 -msgid "Here are some additional challenges for you to try:" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:298 -msgid "Try viewing your own GIS map layers, or try adding a layer from a |WFS|" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:299 -msgid "Try styling the WFS layer." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:302 -msgid "What Next?" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:307 -msgid "This is only the first step on the road to using uDig. There is a lot more great material (and ability) left for you to discover in our **walkthrough** documents." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:309 -msgid "Walkthrough 1" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:311 -msgid "Try out the use of :doc:`PostGIS <../overview/postgis_overview>`, extract data from a Web Feature Server and explore the use of **Themes** with our powerful `Color Brewer` technology." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:314 -msgid ":file:`/usr/local/share/udig/udig-docs/uDigWalkthrough 1.pdf`" -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:316 -msgid "Walkthrough 2 - Learn how to create shapefiles and use the Edit tools to manipulate feature data, covers the installation of :doc:`GeoServer <../overview/geoserver_overview>` and editing with a Web Feature Server." -msgstr "" - -#: ../../build/doc/quickstart/udig_quickstart.rst:320 -msgid "Available on http://udig.refractions.net/" -msgstr "" - -#: ../../build/doc/:13 -msgid "vmdk" -msgstr "" - -#: ../../build/doc/:16 -msgid "nologo" -msgstr "" - -#: ../../build/doc/:0 -msgid "OSGeo Project" -msgstr "" - -#: ../../build/doc/:0 -#: ../../build/doc/:0 -msgid "OSGeo Community" -msgstr "" diff --git a/presentation/start_presentation.txt b/presentation/start_presentation.txt index 8968c17635..7971f2d12b 100644 --- a/presentation/start_presentation.txt +++ b/presentation/start_presentation.txt @@ -5,9 +5,9 @@ OSGeoLive .. image:: /images/osgeolive-logo/osgeolive-banner.png -Version: 16.0beta1 +Version: @OSGeoLiveDoc_VERSION_MAJOR@.0 -Released: June 2023 +Released: December 2024 | diff --git a/projects_info.csv b/projects_info.csv index 218c57d75a..06a2d50712 100644 --- a/projects_info.csv +++ b/projects_info.csv @@ -12,7 +12,6 @@ Y | qgis | 3.34.9 | Y | Y | Desktop GIS | | | qgis | https://www.qgis.org/ | OSG Y | openjump | 2.2.1 | Y | Y | Desktop GIS | | | openjump_gis | http://www.openjump.org | | OpenJUMP GIS | Y Y | qfield | 3.3.11 | Y | Y | Desktop GIS | | | qfield | https://qfield.org/ | | QField | N Y | saga | 9.5.1 | Y | Y | Desktop GIS | | | saga-gis | https://saga-gis.sourceforge.io/en/index.html | | SAGA | Y -N | udig | 2.0.0RC1 | N | N | Desktop GIS | | | udig | http://udig.refractions.net/ | | uDig | N ###################### | | | | | | | | | | | | # Browser Facing GIS | | | | | | | | | | | | ###################### | | | | | | | | | | | | @@ -56,8 +55,8 @@ Y | 52nSOS | 5.5.1 | Y | Y | Web Services | | Sensor Observation Service | Senso ###################### | | | | | | | | | | | | # OSGeo Projects | | | | | | | | | | | | Y | postgis | 3.4.2 | Y | Y | Data Stores | | Spatial Database | postgis | http://postgis.net | OSGeo_project | PostGIS | Y +Y | pgrouting | 3.6.2 | Y | Y | Data Stores | | Routing for PostGIS | pgrouting | https://pgrouting.org/ | OSGeo_project | pgRouting | Y # OSGeo Community | | | | | | | | | | | | -Y | pgrouting | 3.6.2 | Y | Y | Data Stores | | Routing for PostGIS | pgrouting | https://pgrouting.org/ | OSGeo_community | pgRouting | Y Y | rasdaman | 10.0.0 | Y | Y | Data Stores | | Multi-Dimensional Raster Database | rasdaman | https://rasdaman.org | OSGeo_community | Rasdaman | N Y | odc | 1.8.9 | Y | Y | Data Stores | | Time-Series Database | odc | https://www.opendatacube.org | OSGeo_community | Open Data Cube | Y # Others | | | | | | | | | | | | @@ -125,7 +124,7 @@ Y | inspire | NA | N | Y | Geospatial Standards | | Infrastructure for Spatial I # RETIRED | | | | | | | | | | | | ###################### | | | | | | | | | | | | N | mapslicer | retired | Y | Y | Spatial Tools | 14 | Create Map Tiles | | https://mapproxy.org/ | | MapSlicer | Y -N | geomajas | 2.4.0 | Y | Y | Browser Facing GIS | 14 | Browser GIS Client | geomajas | http://www.geomajas.org | OSGeo_project | Geomajas | Y +N | geomajas | retired | Y | Y | Browser Facing GIS | 14 | Browser GIS Client | geomajas | http://www.geomajas.org | OSGeo_project | Geomajas | Y N | liblas | retired | Y | Y | Geospatial Libraries | 14 | LiDAR Data Access | liblas | https://liblas.org/ | | libLAS | N N | 52nWSS | retired | Y | Y | | 6.5 | Web Security Service, retired after OSGeoLive 6.5 | | http://52north.org/security | | 52 North WSS | N N | atlasstyler | retired | Y | Y | | 7 | Style Editor, retired after OSGeoLive 6.0 | Geopublishing | http://en.geopublishing.org/AtlasStyler | | AtlasStyler | N @@ -149,5 +148,6 @@ N | viking | retired | Y | Y | Navigation and Maps | 11 | GPS Data Analysis and N | worldwindjava | | Y | Y | Navigation and Maps | 11 | Desktop Virtual Globe | | http://goworldwind.org/ | | goWorldWind | N N | kosmo | retired | Y | Y | Desktop GIS | 11 | | kosmo_desktop | http://www.opengis.es/index.php?lang=en | | Kosmo_desktop | N N | tinyows | retired | Y | Y | Web Services | 11 | WFS-T Service | tinyows | https://mapserver.org/tinyows/ | OSGeo_project | TinyOWS | N -N | ncWMS | 2.4.2 | Y | Y | Web Services | 15 | Web Map Service | ncwms | https://reading-escience-centre.gitbooks.io/ncwms-user-guide/content/ | 15 | ncWMS | N -N | 52nWPS | 3.6.3 | Y | Y | Web Services | 17 | Web Processing Service | n52-wps | https://52north.org/software/software-projects/wps | | 52 North WPS | Y +N | ncWMS | retired | Y | Y | Web Services | 15 | Web Map Service | ncwms | https://reading-escience-centre.gitbooks.io/ncwms-user-guide/content/ | 15 | ncWMS | N +N | 52nWPS | retired | Y | Y | Web Services | 17 | Web Processing Service | n52-wps | https://52north.org/software/software-projects/wps | | 52 North WPS | Y +N | udig | retired | Y | Y | Desktop GIS | 17 | | udig | http://udig.refractions.net/ | | uDig | N