Skip to content

Commit

Permalink
Add fake string to files to trigger translation memory tool in Transifex
Browse files Browse the repository at this point in the history
Commit to revert asap
  • Loading branch information
DelazJ committed Mar 31, 2023
1 parent 952cb9e commit 879c2c8
Show file tree
Hide file tree
Showing 334 changed files with 668 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/developers_guide/codingstandards.rst
Original file line number Diff line number Diff line change
Expand Up @@ -633,3 +633,5 @@ contribution by:
* :source:`doc/CONTRIBUTORS`
* :source:`doc/AUTHORS`


QGIS
2 changes: 2 additions & 0 deletions docs/developers_guide/git.rst
Original file line number Diff line number Diff line change
Expand Up @@ -328,3 +328,5 @@ Always check that everything compiles before making any commits / pull
requests. Try to be aware of possible breakages your commits may cause for
people building on other platforms and with older / newer versions of
libraries.

QGIS
2 changes: 2 additions & 0 deletions docs/developers_guide/hig.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,5 @@ Authors
- Gary Sherman
- Marco Hugentobler
- Matthias Kuhn

QGIS
2 changes: 2 additions & 0 deletions docs/developers_guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ steps to easily and efficiently contribute to QGIS code.
unittesting
processingtesting
ogcconformancetesting

QGIS
2 changes: 2 additions & 0 deletions docs/developers_guide/localization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,5 @@ it validates the input correctly. As an alternative it is possible
to use the :class:`QgsDoubleValidator <qgis.gui.QgsDoubleValidator>` class
independently on a string obtained from another widget (e.g. a simple
``QLineEdit`` widget).

QGIS
2 changes: 2 additions & 0 deletions docs/developers_guide/ogcconformancetesting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,5 @@ test suite:
...
=========================== 56 passed in 24 seconds ============================
QGIS
2 changes: 2 additions & 0 deletions docs/developers_guide/processingtesting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -263,3 +263,5 @@ Running tests locally
or one of the following values listed in the :source:`CMakelists.txt
<python/plugins/processing/tests/CMakeLists.txt>`

QGIS
2 changes: 2 additions & 0 deletions docs/developers_guide/qtcreator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -254,3 +254,5 @@ Debugging` in the bottom left of the window.
.. |checkbox| image:: /static/common/checkbox.png
:width: 1.3em

QGIS
2 changes: 2 additions & 0 deletions docs/developers_guide/unittesting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -750,3 +750,5 @@ will get into the habit of writing test to test new functionality and to check
for regressions. Some aspects of the test system (in particular the
:file:`CMakeLists.txt` parts) are still being worked on so that the testing framework
works in a truly platform independent way.
QGIS
2 changes: 2 additions & 0 deletions docs/documentation_guidelines/cookbook_guidelines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,5 @@ are many options. You can:

You have to install `Docker <https://www.docker.com/>`_ first because this
uses a docker image with QGIS in it.

QGIS
2 changes: 2 additions & 0 deletions docs/documentation_guidelines/do_translations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -390,3 +390,5 @@ For any question, please contact the `QGIS Community Team
:width: 2em
.. |selectString| image:: /static/common/selectstring.png
:width: 2.5em

QGIS
2 changes: 2 additions & 0 deletions docs/documentation_guidelines/first_contribution.rst
Original file line number Diff line number Diff line change
Expand Up @@ -668,3 +668,5 @@ Further reading
:width: 4em
.. |githubSuggestions| image:: /static/common/githubSuggestions.png
:width: 1.5em

QGIS
2 changes: 2 additions & 0 deletions docs/documentation_guidelines/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ project, you may find help at `Get Involved in the QGIS Community
do_translations
substitutions


QGIS
2 changes: 2 additions & 0 deletions docs/documentation_guidelines/substitutions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1635,3 +1635,5 @@ Icon Substitution Icon
:width: 1.5em
.. |zoomToSelected| image:: /static/common/mActionZoomToSelected.png
:width: 1.5em

QGIS
2 changes: 2 additions & 0 deletions docs/documentation_guidelines/writing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -814,3 +814,5 @@ to help you with the layout and the description::
:width: 1.5em
.. |win| image:: /static/common/win.png
:width: 1em

QGIS
2 changes: 2 additions & 0 deletions docs/gentle_gis_introduction/authors_and_contributors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@ About the authors & contributors
.. |otto| image:: img/otto_dassau.png
.. |sibongile| image:: img/sibongile_mthombeni.png
.. |tim| image:: img/tim_sutton.png

QGIS
2 changes: 2 additions & 0 deletions docs/gentle_gis_introduction/coordinate_reference_systems.rst
Original file line number Diff line number Diff line change
Expand Up @@ -500,3 +500,5 @@ In the section that follows we will take a closer look at **Map Production**.
.. |gentleLogo| image:: img/gentlelogo.png
:width: 3em

QGIS
2 changes: 2 additions & 0 deletions docs/gentle_gis_introduction/data_capture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -437,3 +437,5 @@ all about how image data can be used in a GIS.
.. |gentleLogo| image:: img/gentlelogo.png
:width: 3em

QGIS
Original file line number Diff line number Diff line change
Expand Up @@ -456,3 +456,5 @@ If your document contains nontrivial examples of program code, we
recommend releasing these examples in parallel under your choice of
free software license, such as the GNU General Public License,
to permit their use in free software.

QGIS
2 changes: 2 additions & 0 deletions docs/gentle_gis_introduction/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ A Gentle Introduction to GIS
spatial_analysis_interpolation
authors_and_contributors
gnu_free_documentation_license

QGIS
2 changes: 2 additions & 0 deletions docs/gentle_gis_introduction/introducing_gis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -362,3 +362,5 @@ let's look at vectors!
.. |gentleLogo| image:: img/gentlelogo.png
:width: 3em

QGIS
2 changes: 2 additions & 0 deletions docs/gentle_gis_introduction/map_production.rst
Original file line number Diff line number Diff line change
Expand Up @@ -311,3 +311,5 @@ see how we can use a GIS for more than just making good looking maps!
.. |gentleLogo| image:: img/gentlelogo.png
:width: 3em

QGIS
2 changes: 2 additions & 0 deletions docs/gentle_gis_introduction/preamble.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,5 @@ We hope you enjoy using and learning QGIS in the spirit of Ubuntu!
.. figure:: img/tims_sign.png

Tim Sutton, April 2009

QGIS
2 changes: 2 additions & 0 deletions docs/gentle_gis_introduction/raster_data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -368,3 +368,5 @@ quality.
.. |gentleLogo| image:: img/gentlelogo.png
:width: 3em

QGIS
Original file line number Diff line number Diff line change
Expand Up @@ -249,3 +249,5 @@ GIS software!
.. |gentleLogo| image:: img/gentlelogo.png
:width: 3em

QGIS
2 changes: 2 additions & 0 deletions docs/gentle_gis_introduction/topology.rst
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,5 @@ maps!
.. |gentleLogo| image:: img/gentlelogo.png
:width: 3em

QGIS
2 changes: 2 additions & 0 deletions docs/gentle_gis_introduction/vector_attribute_data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -514,3 +514,5 @@ by creating new data.
.. |gentleLogo| image:: img/gentlelogo.png
:width: 3em

QGIS
2 changes: 2 additions & 0 deletions docs/gentle_gis_introduction/vector_data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -448,3 +448,5 @@ see how it can be used to describe vector features.
.. |gentleLogo| image:: img/gentlelogo.png
:width: 3em

QGIS
Original file line number Diff line number Diff line change
Expand Up @@ -288,3 +288,5 @@ an example of spatial analysis you can do with raster data.
.. |gentleLogo| image:: img/gentlelogo.png
:width: 3em

QGIS
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,5 @@ Please have a look into one of the documents below.
source folder.
.. |CURRENT| replace:: 3.28

QGIS
2 changes: 2 additions & 0 deletions docs/pyqgis_developer_cookbook/authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -477,3 +477,5 @@ and can be used as in the following snippet:
parent = QWidget() # Your GUI parent widget
gui = QgsAuthAuthoritiesEditor( parent )
gui.show()

QGIS
2 changes: 2 additions & 0 deletions docs/pyqgis_developer_cookbook/canvas.rst
Original file line number Diff line number Diff line change
Expand Up @@ -472,3 +472,5 @@ Here is an example of a custom canvas item that draws a circle:
item = CircleCanvasItem(iface.mapCanvas())
item.setCenter(QgsPointXY(200,200))
item.setSize(80)

QGIS
2 changes: 2 additions & 0 deletions docs/pyqgis_developer_cookbook/cheat_sheet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -897,3 +897,5 @@ Sources
* :api:`QGIS C++ API <>`
* `StackOverFlow QGIS questions <https://stackoverflow.com/questions/tagged/qgis>`_
* `Script by Klas Karlsson <https://raw.githubusercontent.com/klakar/QGIS_resources/master/collections/Geosupportsystem/python/qgis_basemaps.py>`_

QGIS
2 changes: 2 additions & 0 deletions docs/pyqgis_developer_cookbook/communicating.rst
Original file line number Diff line number Diff line change
Expand Up @@ -298,3 +298,5 @@ Further resources on how to use the python logging facility are available at:

Please note that without logging to a file by setting a filename the logging may be
multithreaded which heavily slows down the output.

QGIS
2 changes: 2 additions & 0 deletions docs/pyqgis_developer_cookbook/composer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -352,3 +352,5 @@ example, the pages are exported to PNG images:
Notice that the outputs will be saved in the base path folder, using the output
filename expression configured on atlas.


QGIS
2 changes: 2 additions & 0 deletions docs/pyqgis_developer_cookbook/crs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,5 @@ Output:

Transformed point: <QgsPointXY: POINT(832713.79873844375833869 553423.98688333143945783)>
Transformed back: <QgsPointXY: POINT(18 4.99999999999999911)>

QGIS
2 changes: 2 additions & 0 deletions docs/pyqgis_developer_cookbook/expressions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -274,3 +274,5 @@ Expression-related errors can occur during expression parsing or evaluation:
value = exp.evaluate()
if exp.hasEvalError():
raise ValueError(exp.evalErrorString())

QGIS
2 changes: 2 additions & 0 deletions docs/pyqgis_developer_cookbook/geometry.rst
Original file line number Diff line number Diff line change
Expand Up @@ -391,3 +391,5 @@ of a few of them.
* Distance and area using the :class:`QgsDistanceArea <qgis.core.QgsDistanceArea>` class:
:source:`Distance matrix algorithm <python/plugins/processing/algs/qgis/PointDistance.py>`
* :source:`Lines to polygons algorithm <python/plugins/processing/algs/qgis/LinesToPolygons.py>`

QGIS
2 changes: 2 additions & 0 deletions docs/pyqgis_developer_cookbook/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ PyQGIS Developer Cookbook
network_analysis
server
cheat_sheet

QGIS
2 changes: 2 additions & 0 deletions docs/pyqgis_developer_cookbook/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -422,3 +422,5 @@ The reason for using SIP instead of the more widely used SWIG is that the
QGIS code depends on Qt libraries. Python bindings for Qt (PyQt) are
done using SIP and this allows seamless integration of PyQGIS with
PyQt.

QGIS
2 changes: 2 additions & 0 deletions docs/pyqgis_developer_cookbook/legend.rst
Original file line number Diff line number Diff line change
Expand Up @@ -285,3 +285,5 @@ Some other methods that can be used to modify the groups and layers:
# expand/collapse the group view
node_group1.setExpanded(True)
node_group1.setExpanded(False)

QGIS
2 changes: 2 additions & 0 deletions docs/pyqgis_developer_cookbook/loadlayer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -453,3 +453,5 @@ For a list of loaded layers and layer ids, use the :meth:`mapLayers() <qgis.core
.. testcode:: loadlayer

QgsProject.instance().mapLayers()

QGIS
2 changes: 2 additions & 0 deletions docs/pyqgis_developer_cookbook/loadproject.rst
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,5 @@ The following can be done:
project.read('C:/Users/ClintBarton/Documents/Projects/mysweetproject.qgs', readflags)
To add more flags the python Bitwise OR operator (``|``) must be used.

QGIS
2 changes: 2 additions & 0 deletions docs/pyqgis_developer_cookbook/network_analysis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -552,3 +552,5 @@ Here is an example
rb.addPoint(QgsPointXY(centerPoint.x() + delta, centerPoint.y() - delta))
rb.addPoint(QgsPointXY(centerPoint.x() + delta, centerPoint.y() + delta))
rb.addPoint(QgsPointXY(centerPoint.x() - delta, centerPoint.y() + delta))
QGIS
2 changes: 2 additions & 0 deletions docs/pyqgis_developer_cookbook/pluginlayer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,5 @@ When loading a project containing such a layer, a factory class is needed:
plt = WatermarkPluginLayerType()

assert QgsApplication.pluginLayerRegistry().addPluginLayerType(plt)

QGIS
2 changes: 2 additions & 0 deletions docs/pyqgis_developer_cookbook/plugins/ide_debugging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -338,3 +338,5 @@ following these steps.
.. |checkbox| image:: /static/common/checkbox.png
:width: 1.3em
.. |outofdate| replace:: `Despite our constant efforts, information beyond this line may not be updated for QGIS 3. Refer to https://qgis.org/pyqgis/master for the python API documentation or, give a hand to update the chapters you know about. Thanks.`

QGIS
2 changes: 2 additions & 0 deletions docs/pyqgis_developer_cookbook/plugins/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ For definitions of ``~`` and ``(UserProfile)`` see :ref:`core_and_external_plugi

By setting `QGIS_PLUGINPATH` to an existing directory path, you can add this
path to the list of paths that are searched for plugins.

QGIS
2 changes: 2 additions & 0 deletions docs/pyqgis_developer_cookbook/plugins/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -618,3 +618,5 @@ done with :command:`pyrcc5` command:
modifying the PATH environment variable or specifiying the path to the
executable explicitly you should be able to find it at
:file:`<Your QGIS Install Directory>\\bin\\pyrcc5.exe`.

QGIS
2 changes: 2 additions & 0 deletions docs/pyqgis_developer_cookbook/plugins/releasing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,5 @@ look like.
|-- resources_rc.py
`-- ui_Qt_user_interface_file.ui


QGIS
2 changes: 2 additions & 0 deletions docs/pyqgis_developer_cookbook/plugins/snippets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -283,3 +283,5 @@ like this:
.. |fileOpen| image:: /static/common/mActionFileOpen.png
:width: 1.5em

QGIS
2 changes: 2 additions & 0 deletions docs/pyqgis_developer_cookbook/processing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,5 @@ If you want to add your existing plugin to Processing, you need to add some code

#. Now you can reload your plugin in QGIS and you should see your example
script in the Processing toolbox and modeler.

QGIS
2 changes: 2 additions & 0 deletions docs/pyqgis_developer_cookbook/raster.rst
Original file line number Diff line number Diff line change
Expand Up @@ -330,3 +330,5 @@ To overwrite existing raster data at position 0,0 by the 2x2 block:
provider.setEditable(True)
provider.writeBlock(block, 1, 0, 0)
provider.setEditable(False)

QGIS
2 changes: 2 additions & 0 deletions docs/pyqgis_developer_cookbook/server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -862,3 +862,5 @@ Here is an example of a custom API that will be executed when the URL contains `
handler = CustomApiHandler()
api.registerHandler(handler)
serverIface.serviceRegistry().registerApi(api)

QGIS
2 changes: 2 additions & 0 deletions docs/pyqgis_developer_cookbook/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,5 @@ We can differentiate between several types of settings:

# read the value again (returning "default text" if not found)
mytext = vlayer.customProperty("mytext", "default text")

QGIS
2 changes: 2 additions & 0 deletions docs/pyqgis_developer_cookbook/tasks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -435,3 +435,5 @@ added to the project in a safe way.


See also: https://www.opengis.ch/2018/06/22/threads-in-pyqgis3/.

QGIS
2 changes: 2 additions & 0 deletions docs/pyqgis_developer_cookbook/vector.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1680,3 +1680,5 @@ Further Topics


.. _supported formats by OGR: https://gdal.org/drivers/vector/index.html

QGIS
2 changes: 2 additions & 0 deletions docs/server_manual/catalog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,5 @@ It is possible to consult information of the elements in the map as shown in the
:align: center

Consulting information of a map element

QGIS
2 changes: 2 additions & 0 deletions docs/server_manual/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -420,3 +420,5 @@ For linux, if you don't have a desktop environment installed (or you prefer the

chown root *
cd .. && fc-cache -f -v

QGIS
2 changes: 2 additions & 0 deletions docs/server_manual/containerized_deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -560,3 +560,5 @@ tool
and have the proper permissions / roles. Then with a well configured
kubectl environment, you can reuse the :ref:`Kubernetes manifests
<k8s-manifests>`.

QGIS
2 changes: 2 additions & 0 deletions docs/server_manual/development_server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,5 @@ You can see them all by invoking the server with ``-h``.
addressAndPort Listen to address and port (default: "localhost:8000")
address and port can also be specified with the environment
variables QGIS_SERVER_ADDRESS and QGIS_SERVER_PORT

QGIS
2 changes: 2 additions & 0 deletions docs/server_manual/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,3 +170,5 @@ Frequently Asked Question
queries to be run in SQL.

* To be continued...

QGIS
2 changes: 2 additions & 0 deletions docs/server_manual/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1036,3 +1036,5 @@ print service, the full list is available in this `repository
:width: 1.3em
.. |symbologyAdd| image:: /static/common/symbologyAdd.png
:width: 1.5em

QGIS
2 changes: 2 additions & 0 deletions docs/server_manual/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ QGIS Server Guide/Manual
development_server
containerized_deployment
faq

QGIS
2 changes: 2 additions & 0 deletions docs/server_manual/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ published by the Free Software Foundation; with no Invariant Sections, no
Front-Cover Texts, and no Back-Cover Texts.

A copy of the license is included in the section :ref:`gnu_fdl`.

QGIS
2 changes: 2 additions & 0 deletions docs/server_manual/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,5 @@ You can have a look at the default GetCapabilities of the QGIS server at:
::

http://localhost/cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities

QGIS
2 changes: 2 additions & 0 deletions docs/server_manual/services.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ behavior thanks to the QGIS rendering engine.
services/wcs.rst
services/wmts.rst
services/ogcapif.rst

QGIS

0 comments on commit 879c2c8

Please sign in to comment.