From d77a043ba39b1ed490578b4413d1bd690b72bdbd Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Fri, 10 Oct 2014 23:36:29 +0000 Subject: [PATCH] add missing pot. Still seems to wrror out with some sort of xml issue though git-svn-id: http://svn.osgeo.org/postgis/trunk@13059 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/po/templates/reference_guc.xml.pot | 338 +++++++++++++++++++++++++ 1 file changed, 338 insertions(+) create mode 100644 doc/po/templates/reference_guc.xml.pot diff --git a/doc/po/templates/reference_guc.xml.pot b/doc/po/templates/reference_guc.xml.pot new file mode 100644 index 000000000..b95cd2e03 --- /dev/null +++ b/doc/po/templates/reference_guc.xml.pot @@ -0,0 +1,338 @@ +# SOME DESCRIPTIVE TITLE. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: http://bugs.kde.org\n" +"POT-Creation-Date: 2014-10-10 23:07+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: application/x-xml2pot; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Tag: para +#: reference_guc.xml:5 +#, no-c-format +msgid "This section lists custom PostGIS Grand Unified Custom Variables(GUC). These can be set globally, by database, by session or by transaction. Best set at global or database level." +msgstr "" + +#. Tag: title +#: reference_guc.xml:8 +#, no-c-format +msgid "PostGIS Grand Unified Custom Variables (GUCs)" +msgstr "" + +#. Tag: refname +#: reference_guc.xml:12 +#, no-c-format +msgid "postgis.backend" +msgstr "" + +#. Tag: refpurpose +#: reference_guc.xml:13 +#, no-c-format +msgid "The backend to service a function where GEOS and SFCGAL overlap. Options: geos or sfcgal. Defaults to geos." +msgstr "" + +#. Tag: title +#: reference_guc.xml:17 reference_guc.xml:45 reference_guc.xml:99 reference_guc.xml:191 +#, no-c-format +msgid "Description" +msgstr "" + +#. Tag: para +#: reference_guc.xml:18 +#, no-c-format +msgid "This GUC is only relevant if you compiled PostGIS with sfcgal support. By default geos backend is used for functions where both GEOS and SFCGAL have the same named function. This variable allows you to override and make sfcgal the backend to service the request." +msgstr "" + +#. Tag: para +#: reference_guc.xml:19 +#, no-c-format +msgid "Availability: 2.1.0" +msgstr "" + +#. Tag: title +#: reference_guc.xml:23 reference_guc.xml:69 reference_guc.xml:150 reference_guc.xml:217 +#, no-c-format +msgid "Examples" +msgstr "" + +#. Tag: para +#: reference_guc.xml:24 +#, no-c-format +msgid "Sets backend just for life of connection" +msgstr "" + +#. Tag: programlisting +#: reference_guc.xml:25 +#, no-c-format +msgid "set postgis.backend = sfcgal;" +msgstr "" + +#. Tag: para +#: reference_guc.xml:27 +#, no-c-format +msgid "Sets backend for new connections to database" +msgstr "" + +#. Tag: programlisting +#: reference_guc.xml:28 +#, no-c-format +msgid "ALTER DATABASE mygisdb SET postgis.backend = sfcgal;" +msgstr "" + +#. Tag: title +#: reference_guc.xml:31 reference_guc.xml:83 reference_guc.xml:170 reference_guc.xml:229 +#, no-c-format +msgid "See Also" +msgstr "" + +#. Tag: refname +#: reference_guc.xml:38 +#, no-c-format +msgid "postgis.gdal_datapath" +msgstr "" + +#. Tag: refpurpose +#: reference_guc.xml:39 +#, no-c-format +msgid "A configuration option to assign the value of GDAL's GDAL_DATA option. If not set, the environmentally set GDAL_DATA variable is used." +msgstr "" + +#. Tag: para +#: reference_guc.xml:46 +#, no-c-format +msgid "A PostgreSQL GUC variable for setting the value of GDAL's GDAL_DATA option. The postgis.gdal_datapath value should be the complete physical path to GDAL's data files." +msgstr "" + +#. Tag: para +#: reference_guc.xml:49 +#, no-c-format +msgid "This configuration option is of most use for Windows platforms where GDAL's data files path is not hard-coded. This option should also be set when GDAL's data files are not located in GDAL's expected path." +msgstr "" + +#. Tag: para +#: reference_guc.xml:54 +#, no-c-format +msgid "This option can be set in PostgreSQL's configuration file postgresql.conf. It can also be set by connection or transaction." +msgstr "" + +#. Tag: para +#: reference_guc.xml:58 reference_guc.xml:145 reference_guc.xml:212 +#, no-c-format +msgid "Availability: 2.2.0" +msgstr "" + +#. Tag: para +#: reference_guc.xml:61 +#, no-c-format +msgid "Additional information about GDAL_DATA is available at GDAL's Configuration Options." +msgstr "" + +#. Tag: para +#: reference_guc.xml:70 +#, no-c-format +msgid "Set and reset postgis.gdal_datapath" +msgstr "" + +#. Tag: programlisting +#: reference_guc.xml:72 +#, no-c-format +msgid "" + "SET postgis.gdal_datapath TO '/usr/local/share/gdal.hidden'; \n" + "SET postgis.gdal_datapath TO default;" +msgstr "" + +#. Tag: para +#: reference_guc.xml:77 +#, no-c-format +msgid "Setting on windows for a particular database" +msgstr "" + +#. Tag: programlisting +#: reference_guc.xml:78 +#, no-c-format +msgid "" + "ALTER DATABASE gisdb \n" + "SET postgis.gdal_datapath = 'C:/Program Files/PostgreSQL/9.3/gdal-data';" +msgstr "" + +#. Tag: para +#: reference_guc.xml:84 +#, no-c-format +msgid "," +msgstr "" + +#. Tag: refname +#: reference_guc.xml:92 +#, no-c-format +msgid "postgis.gdal_enabled_drivers" +msgstr "" + +#. Tag: refpurpose +#: reference_guc.xml:93 +#, no-c-format +msgid "A configuration option to set the enabled GDAL drivers in the PostGIS environment. Affects the GDAL configuration variable GDAL_SKIP." +msgstr "" + +#. Tag: para +#: reference_guc.xml:100 +#, no-c-format +msgid "A configuration option to set the enabled GDAL drivers in the PostGIS environment. Affects the GDAL configuration variable GDAL_SKIP. This option can be set in PostgreSQL's configuration file: postgresql.conf. It can also be set by connection or transaction." +msgstr "" + +#. Tag: para +#: reference_guc.xml:104 +#, no-c-format +msgid "The initial value of postgis.gdal_enabled_drivers may also be set by passing the environment variable POSTGIS_GDAL_ENABLED_DRIVERS with the list of enabled drivers to the process starting PostgreSQL." +msgstr "" + +#. Tag: para +#: reference_guc.xml:108 +#, no-c-format +msgid "Enabled GDAL specified drivers can be specified by the driver's short-name or code. Driver short-names or codes can be found at GDAL Raster Formats. Multiple drivers can be specified by putting a space between each driver." +msgstr "" + +#. Tag: para +#: reference_guc.xml:113 +#, no-c-format +msgid "There are three special codes available for postgis.gdal_enabled_drivers. The codes are case-sensitive." +msgstr "" + +#. Tag: para +#: reference_guc.xml:118 +#, no-c-format +msgid "DISABLE_ALL disables all GDAL drivers. If present, DISABLE_ALL overrides all other values in postgis.gdal_enabled_drivers." +msgstr "" + +#. Tag: para +#: reference_guc.xml:121 +#, no-c-format +msgid "ENABLE_ALL enables all GDAL drivers." +msgstr "" + +#. Tag: para +#: reference_guc.xml:124 +#, no-c-format +msgid "VSICURL enables GDAL's /vsicurl/ virtual file system." +msgstr "" + +#. Tag: para +#: reference_guc.xml:128 +#, no-c-format +msgid "When postgis.gdal_enabled_drivers is set to DISABLE_ALL, attempts to use out-db rasters, ST_FromGDALRaster(), ST_AsGDALRaster(), ST_AsTIFF(), ST_AsJPEG() and ST_AsPNG() will result in error messages." +msgstr "" + +#. Tag: para +#: reference_guc.xml:134 +#, no-c-format +msgid "In the standard PostGIS installation, postgis.gdal_enabled_drivers is set to DISABLE_ALL." +msgstr "" + +#. Tag: para +#: reference_guc.xml:140 +#, no-c-format +msgid "Additional information about GDAL_SKIP is available at GDAL's Configuration Options." +msgstr "" + +#. Tag: para +#: reference_guc.xml:151 +#, no-c-format +msgid "Set and reset postgis.gdal_enabled_drivers" +msgstr "" + +#. Tag: programlisting +#: reference_guc.xml:153 +#, no-c-format +msgid "" + "SET postgis.gdal_enabled_drivers TO 'GTiff PNG JPEG'; \n" + "SET postgis.gdal_enabled_drivers = default;" +msgstr "" + +#. Tag: para +#: reference_guc.xml:158 +#, no-c-format +msgid "Enable all GDAL Drivers" +msgstr "" + +#. Tag: programlisting +#: reference_guc.xml:159 +#, no-c-format +msgid "SET postgis.gdal_enabled_drivers = 'ENABLE_ALL';" +msgstr "" + +#. Tag: para +#: reference_guc.xml:163 +#, no-c-format +msgid "Disable all GDAL Drivers" +msgstr "" + +#. Tag: programlisting +#: reference_guc.xml:164 +#, no-c-format +msgid "SET postgis.gdal_enabled_drivers = 'DISABLE_ALL';" +msgstr "" + +#. Tag: para +#: reference_guc.xml:171 +#, no-c-format +msgid ", , , , ," +msgstr "" + +#. Tag: refname +#: reference_guc.xml:184 +#, no-c-format +msgid "postgis.enable_outdb_rasters" +msgstr "" + +#. Tag: refpurpose +#: reference_guc.xml:185 +#, no-c-format +msgid "A boolean configuration option to enable access to out-db raster bands." +msgstr "" + +#. Tag: para +#: reference_guc.xml:192 +#, no-c-format +msgid "A boolean configuration option to enable access to out-db raster bands. This option can be set in PostgreSQL's configuration file: postgresql.conf. It can also be set by connection or transaction." +msgstr "" + +#. Tag: para +#: reference_guc.xml:196 +#, no-c-format +msgid "The initial value of postgis.enable_outdb_rasters may also be set by passing the environment variable POSTGIS_ENABLE_OUTDB_RASTERS with a non-zero value to the process starting PostgreSQL." +msgstr "" + +#. Tag: para +#: reference_guc.xml:201 +#, no-c-format +msgid "Even if postgis.enable_outdb_rasters is True, the GUC postgis.enable_outdb_rasters determines the accessible raster formats." +msgstr "" + +#. Tag: para +#: reference_guc.xml:207 +#, no-c-format +msgid "In the standard PostGIS installation, postgis.enable_outdb_rasters is set to False." +msgstr "" + +#. Tag: para +#: reference_guc.xml:218 +#, no-c-format +msgid "Set and reset postgis.enable_outdb_rasters" +msgstr "" + +#. Tag: programlisting +#: reference_guc.xml:220 +#, no-c-format +msgid "" + "SET postgis.enable_outdb_rasters TO True; \n" + "SET postgis.enable_outdb_rasters = default; \n" + "SET postgis.enable_outdb_rasters = True; \n" + "SET postgis.enable_outdb_rasters = False;" +msgstr "" + -- 2.50.1