Merge branch 'master' of git://github.com/qgis/Quantum-GIS

This commit is contained in:
pcav 2011-05-24 10:23:50 +02:00
commit a421ec2f62
297 changed files with 13608 additions and 5685 deletions

4
.gitignore vendored
View File

@ -30,3 +30,7 @@ ms-windows/untgz/
scripts/astyle.exe
# vim temporary files
.*.swp
*.aux
*.out
*.tex
*.toc

View File

@ -46,6 +46,14 @@ MACRO(ADD_TXT2TAGS_FILES _sources)
COMMENT "Building ${_out}.html from ${_in}"
)
ADD_CUSTOM_COMMAND(
OUTPUT ${_out}.tex
COMMAND ${TXT2TAGS_EXECUTABLE}
ARGS -o${_out}.tex -t tex ${_in}
DEPENDS ${_in}
COMMENT "Building ${_out}.tex from ${_in}"
)
SET(${_sources} ${${_sources}} ${_out} ${_out}.html)
ENDFOREACH (_current_FILE)
ENDMACRO(ADD_TXT2TAGS_FILES)

3
debian/changelog vendored
View File

@ -1,8 +1,9 @@
qgis (1.8.0) UNRELEASED; urgency=low
* new development version 1.8 after branch
* add qgis browser (qbrowser)
-- Jürgen E. Fischer <jef@norbit.de> Sat, 07 May 2011 00:47:20 +0200
-- Jürgen E. Fischer <jef@norbit.de> Mon, 23 May 2011 18:08:18 +0200
qgis (1.7.0) UNRELEASED; urgency=low

View File

@ -148,6 +148,7 @@ Description: Quantum GIS mapserver
Package: qgis-api-doc
Architecture: all
Section: doc
Description: Quantum GIS API documentation
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
and display databases of geographic information.

View File

@ -148,6 +148,7 @@ Description: Quantum GIS mapserver
Package: qgis-api-doc
Architecture: all
Section: doc
Description: Quantum GIS API documentation
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
and display databases of geographic information.

View File

@ -148,6 +148,7 @@ Description: Quantum GIS mapserver
Package: qgis-api-doc
Architecture: all
Section: doc
Description: Quantum GIS API documentation
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
and display databases of geographic information.

View File

@ -186,6 +186,7 @@ Description: Quantum GIS sql anywhere plugin and provider
Package: qgis-api-doc
Architecture: all
Section: doc
Description: Quantum GIS API documentation
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
and display databases of geographic information.

View File

@ -187,6 +187,7 @@ Description: Quantum GIS sql anywhere plugin and provider
Package: qgis-api-doc
Architecture: all
Section: doc
Description: Quantum GIS API documentation
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
and display databases of geographic information.

View File

@ -188,6 +188,7 @@ Description: Quantum GIS sql anywhere plugin and provider
Package: qgis-api-doc
Architecture: all
Section: doc
Description: Quantum GIS API documentation
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
and display databases of geographic information.

View File

@ -188,6 +188,7 @@ Description: Quantum GIS sql anywhere plugin and provider
Package: qgis-api-doc
Architecture: all
Section: doc
Description: Quantum GIS API documentation
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
and display databases of geographic information.

1
debian/control.sid vendored
View File

@ -188,6 +188,7 @@ Description: Quantum GIS sql anywhere plugin and provider
Package: qgis-api-doc
Architecture: all
Section: doc
Description: Quantum GIS API documentation
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
and display databases of geographic information.

View File

@ -187,6 +187,7 @@ Description: Quantum GIS sql anywhere plugin and provider
Package: qgis-api-doc
Architecture: all
Section: doc
Description: Quantum GIS API documentation
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
and display databases of geographic information.

View File

@ -4,6 +4,7 @@ set -e
if [ "$1" = "remove" ]; then
dpkg-divert --package qgis-plugin-grass --remove --rename --divert /usr/bin/qgis.bin /usr/bin/qgis
dpkg-divert --package qgis-plugin-grass --remove --rename --divert /usr/bin/qbrowser.bin /usr/bin/qbrowser
fi
#DEBHELPER#

View File

@ -4,6 +4,7 @@ set -e
if [ "$1" = "install" -o "$1" = "upgrade" ]; then
dpkg-divert --package qgis-plugin-grass --add --rename --divert /usr/bin/qgis.bin /usr/bin/qgis
dpkg-divert --package qgis-plugin-grass --add --rename --divert /usr/bin/qbrowser.bin /usr/bin/qbrowser
fi
#DEBHELPER#

2
debian/rules vendored
View File

@ -150,9 +150,11 @@ binary-arch: build install
install -o root -g root -m 755 -d $(CURDIR)/debian/qgis/usr/bin
install -o root -g root -m 755 $(CURDIR)/debian/tmp/usr/bin/qgis $(CURDIR)/debian/qgis/usr/bin
install -o root -g root -m 755 $(CURDIR)/debian/tmp/usr/bin/qbrowser $(CURDIR)/debian/qgis/usr/bin
install -o root -g root -m 755 -d $(CURDIR)/debian/qgis-plugin-grass/usr/bin
install -o root -g root -m 755 $(CURDIR)/debian/qgis.sh $(CURDIR)/debian/qgis-plugin-grass/usr/bin/qgis
install -o root -g root -m 755 $(CURDIR)/debian/qgis.sh $(CURDIR)/debian/qgis-plugin-grass/usr/bin/qbrowser
dh_pycentral
dh_installmenu

View File

@ -12,11 +12,37 @@ Developers guide for QGIS
%! PostProc(txt): '(?i)(\t)' ' '
%! encoding: iso-8859-1
%
% Tex processing
%
% Make sure this is first
%! PostProc(tex): '\\includegraphics' '\\includegraphics[width=100mm]'
% scartcl is from the koma script document class (apt-get install texlive-latex-recommended ttf-komatuna)
% setlength parindent suppresses first line of paragraph idents
% parskip puts blank space between paragraphs
% title pic stuff used to put a logo on the front page
%! PostProc(tex): '\\documentclass{article}' '\\documentclass{scrartcl}\n\\setlength{\\parindent}{0pt}\n\\setlength{\\parskip}{2ex}'
% use the color table and table packages so we can pimp the tables a little
%! PostProc(tex): '\\usepackage{style.css} % user defined' '\\usepackage{fancyvrb}\n\\usepackage{colortbl} \n\\usepackage [table]{xcolor}\n\\definecolor{tableShade}{HTML}{cecece}\n\\definecolor{qgis-green}{HTML}{0E7300}\n\\usepackage{wallpaper}\n\\LRCornerWallPaper{1}{WALLPAPER-IMAGE}\n\\usepackage{hyperref}\n\\hypersetup{linkcolor=qgis-green,urlcolor=qgis-green}\\renewcommand\\thesection{\\color{qgis-green}\\thechapter\\arabic{section}}'
% Make the header row of tables have a dark background. light text
%! PostProc(tex): '\\hline \\textbf' '\\hline \\rowcolor[rgb]{0,0,0} \\color{white} \\textbf'
%! PostProc(tex): '& \\textbf' '& \\color{white} \\textbf'
% Make verbatim text a little smaller and use fancyvrb package to draw it in a box
% Note Verbatim with capital V for fancyvrb to work
%! PostProc(tex): '\\begin{verbatim}' '{\\scriptsize\\begin{Verbatim}[frame=single,rulecolor=\\color{qgis-green}, framesep=4mm, label=\\fbox{\\small\\emph{Listing}}]'
%! PostProc(tex): '\\end{verbatim}' '\\end{Verbatim}\n}'
%! PostProc(tex): '\\section' '\\newpage\\section'
%! PostProc(tex): 'section{' 'section{\\color{qgis-green}'
%! PostProc(tex): NEWPAGE '\\newpage'
% Give alternating table rows different colours and use a smaller font in tables (\tiny)
%! PostProc(tex): '\\begin{tabular}' '\\rowcolors{2}{tableShade}{white} \n\\tiny\\begin{tabular}'
%! encoding: iso-8859-1
%! PostProc(tex): WALLPAPER-IMAGE 'qgis-footer.png'
% These are comments and will not be generated in any output
% -------------------
%This document is in text2tags format. You can generate html, plain text and
%This document is in txt2tags format. You can generate html, plain text and
%moinmoin formatted documentation by running txt2tags on this document. See the
%txt2tags home page for more details. Please insert manual line breaks in this
%document as it makes diffing for changes much easier. To do this in vim
@ -26,12 +52,13 @@ Developers guide for QGIS
% To generate the text version of this document:
% txt2tags -t txt -o CODING CODING.t2t
% To generate the moinmoin version of this document:
% txt2tags -t moin -o CODING.moin CODING.t2t
% To generate the mediawiki version of this document:
% txt2tags -t wiki --no-enum-title -o CODING.wiki CODING.t2t
% To generate the html version of this document:
% txt2tags -t html -o CODING.html CODING.t2t
% To generate the LaTeX version of this document:
% txt2tags -t tex -o CODING.tex CODING.t2t
% txt2tags -t tex -o CODING.tex CODING.t2t; pdflatex CODING.tex
%
% End of comments
% -------------------

View File

@ -1,7 +1,6 @@
Quantum GIS (QGIS)
Building QGIS from source - step by step
%%date(%A %B %d, %Y)
%! target : html
%! style : style.css
@ -12,6 +11,33 @@ Building QGIS from source - step by step
% Next line will replace tabs with 2 spaces in txt generated outputs
%! PostProc(txt): '(?i)(\t)' ' '
%! encoding: iso-8859-1
%
% Tex processing
%
% Make sure this is first
%! PostProc(tex): '\\includegraphics' '\\includegraphics[width=100mm]'
% scartcl is from the koma script document class (apt-get install texlive-latex-recommended ttf-komatuna)
% setlength parindent suppresses first line of paragraph idents
% parskip puts blank space between paragraphs
% title pic stuff used to put a logo on the front page
%! PostProc(tex): '\\documentclass{article}' '\\documentclass{scrartcl}\n\\setlength{\\parindent}{0pt}\n\\setlength{\\parskip}{2ex}'
% use the color table and table packages so we can pimp the tables a little
%! PostProc(tex): '\\usepackage{style.css} % user defined' '\\usepackage{fancyvrb}\n\\usepackage{colortbl} \n\\usepackage [table]{xcolor}\n\\definecolor{tableShade}{HTML}{cecece}\n\\definecolor{qgis-green}{HTML}{0E7300}\n\\usepackage{wallpaper}\n\\LRCornerWallPaper{1}{WALLPAPER-IMAGE}\n\\usepackage{hyperref}\n\\hypersetup{linkcolor=qgis-green,urlcolor=qgis-green}\\renewcommand\\thesection{\\color{qgis-green}\\thechapter\\arabic{section}}'
% Make the header row of tables have a dark background. light text
%! PostProc(tex): '\\hline \\textbf' '\\hline \\rowcolor[rgb]{0,0,0} \\color{white} \\textbf'
%! PostProc(tex): '& \\textbf' '& \\color{white} \\textbf'
% Make verbatim text a little smaller and use fancyvrb package to draw it in a box
% Note Verbatim with capital V for fancyvrb to work
%! PostProc(tex): '\\begin{verbatim}' '{\\scriptsize\\begin{Verbatim}[frame=single,rulecolor=\\color{qgis-green}, framesep=4mm, label=\\fbox{\\small\\emph{Listing}}]'
%! PostProc(tex): '\\end{verbatim}' '\\end{Verbatim}\n}'
%! PostProc(tex): '\\section' '\\newpage\\section'
%! PostProc(tex): 'section{' 'section{\\color{qgis-green}'
%! PostProc(tex): NEWPAGE '\\newpage'
% Give alternating table rows different colours and use a smaller font in tables (\tiny)
%! PostProc(tex): '\\begin{tabular}' '\\rowcolors{2}{tableShade}{white} \n\\tiny\\begin{tabular}'
%! encoding: iso-8859-1
%! PostProc(tex): WALLPAPER-IMAGE 'qgis-footer.png'
% These are comments and will not be generated in any output
% -------------------
@ -30,13 +56,13 @@ Building QGIS from source - step by step
% To generate the html version of this document:
% txt2tags -t html -o INSTALL.html INSTALL.t2t
% To generate the LaTeX version of this document:
% txt2tags -t tex -o INSTALL.tex INSTALL.t2t
% txt2tags -t tex -o INSTALL.tex INSTALL.t2t; pdflatex INSTALL.tex
% End of comments
% -------------------
Last update: %%date
Last change: %%mtime
Last Updated: %%date(%A %B %d, %Y)
Last Change : %%mtime(%A %B %d, %Y)
%%toc

View File

@ -26,3 +26,6 @@ The following people have contributed to this document:
- GNU/Linux Section
- Tim Sutton 2006
- Debian package section: Juergen Fischer 2008
- Latex Generator
- Tim Sutton 2011

BIN
doc/qgis-footer.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

BIN
doc/qgis-footer.xcf Normal file

Binary file not shown.

View File

@ -19154,7 +19154,7 @@ This may be a problem in your network connection or at the WMS server.</source>
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -23931,7 +23931,7 @@ Result: %3 (%4)</source>
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -25390,7 +25390,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation type="unfinished"></translation>
</message>
<message>

View File

@ -19657,7 +19657,7 @@ This may be a problem in your network connection or at the WMS server.</source>
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -24415,7 +24415,7 @@ Result: %3 (%4)</source>
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -25929,7 +25929,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation type="unfinished"></translation>
</message>
<message>

View File

@ -20797,7 +20797,7 @@ This may be a problem in your network connection or at the WMS server.</source>
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -25574,7 +25574,7 @@ Result: %3 (%4)</source>
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -27033,7 +27033,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation type="unfinished"></translation>
</message>
<message>

View File

@ -19158,7 +19158,7 @@ This may be a problem in your network connection or at the WMS server.</source>
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -23935,7 +23935,7 @@ Result: %3 (%4)</source>
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -25395,7 +25395,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation type="unfinished"></translation>
</message>
<message>

View File

@ -21850,7 +21850,7 @@ To může být problém vašeho síťového nastavení nebo WMS serveru.</numeru
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation>Adresář obsahující Váš dataset potřebuje mít práva zápisu!</translation>
</message>
<message>
@ -26922,7 +26922,7 @@ SQL: %3</translation>
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation>%1 není zapisovatelný. Nastavte prosím oprávnění (pokud je to možné) a zkuste znovu.</translation>
</message>
<message>
@ -28564,7 +28564,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation>Soubor není přepisovatelný. Některé formáty nepodporují pyramidové přehledy. Pochybnosti konzultujte s dokumentací GDAL.</translation>
</message>
<message>

File diff suppressed because it is too large Load Diff

View File

@ -21320,7 +21320,7 @@ This may be a problem in your network connection or at the WMS server.</source>
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -26296,7 +26296,7 @@ Result: %3 (%4)</source>
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -27718,7 +27718,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation type="unfinished"></translation>
</message>
<message>

View File

@ -21894,7 +21894,7 @@ Puede haber un problema en su conexión a la red o en el servidoor WMS.</numerus
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation>¡Se tiene que poder escribir en el directorio que contiene su conjunto de datos!</translation>
</message>
<message>
@ -26974,7 +26974,7 @@ Resultado: %3 (%4)</translation>
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation>No se puede escribir en %1. Por favor, ajuste los permisos (si es posible) y pruebe otra vez.</translation>
</message>
<message>
@ -28615,7 +28615,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation>El archivo no se puede escribir. Algunos formatos no admiten vistas de pirámides. Consulta la documentación de GDAL en caso de duda.</translation>
</message>
<message>

View File

@ -19867,7 +19867,7 @@ This may be a problem in your network connection or at the WMS server.</source>
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -24651,7 +24651,7 @@ Result: %3 (%4)</source>
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -26109,7 +26109,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation type="unfinished"></translation>
</message>
<message>

View File

@ -20532,7 +20532,7 @@ Tämä voi johtua ongelmasta verkkoyhteydessä, tai WMS palvelimesta. </numerusf
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation>Sinun täytyy voida kirjoittaa kansioon jossa tietokokoelma sijaitsee!</translation>
</message>
<message>
@ -25500,7 +25500,7 @@ Result: %3 (%4)</source>
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation>%1 ei ole tallennettavissa. Muokkaa oikeuksia (jos mahdollista) ja yritä uudelleen.</translation>
</message>
<message>
@ -26995,7 +26995,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation type="unfinished"></translation>
</message>
<message>

View File

@ -21792,7 +21792,7 @@ Ceci est peut-être dûà votre connexion ou celle du serveru WMS.
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation>Le répertoire contenant vos jeux de données doit être inscriptible !</translation>
</message>
<message>
@ -26879,7 +26879,7 @@ SQL : %3</translation>
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation>%1 n&apos;est pas inscriptible. Veuillez ajuster vos autorisations et essayer de nouveau.</translation>
</message>
<message>
@ -28504,7 +28504,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation>Le fichier n&apos;était pas inscriptible. Certains formats ne supportent pas les aperçus en pyramides. En cas de doute consultez la documentation de GDAL.</translation>
</message>
<message>

View File

@ -19143,7 +19143,7 @@ This may be a problem in your network connection or at the WMS server.</source>
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -23920,7 +23920,7 @@ SQL: %3</source>
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -25380,7 +25380,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation type="unfinished"></translation>
</message>
<message>

View File

@ -21480,7 +21480,7 @@ Ovo može biti problem u vašoj mrežnoj vezi ili na WMS serveru.</numerusform>
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation>Za mapu koja sadrži vaš skup podataka mora biti dozvoljeno pisanje!</translation>
</message>
<message>
@ -26582,7 +26582,7 @@ Rezultat: %3 (%4)</translation>
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation>Njie dopušteno pisanje u %1. Podesite dozvole datoteke i pokušajte ponovno.</translation>
</message>
<message>
@ -28146,7 +28146,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation>U datoteku se ne može zapisivati. Neki formati ne podržavaju piramidalne preglede. Ako sumnjate konsultirajte se s GDAL dokumentacijom.</translation>
</message>
<message>

View File

@ -21268,7 +21268,7 @@ A hiba a hálózati kapcsolatodban vagy a WMS szervernél lehet.</numerusform>
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation>Az adathalmazodat tartalmazó könyvtárnak írhatónak kell lennie! </translation>
</message>
<message>
@ -26295,7 +26295,7 @@ SQL:%3</translation>
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation>%1 nem írható. Módosítsd a jogokat (ha lehet) és próbáld újra.</translation>
</message>
<message>
@ -27912,7 +27912,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation>A fájl nem írható. Néhány formátum nem támogatja a piramist. Nézd meg a GDAL dokumentációt a kétségeid vannak.</translation>
</message>
<message>

View File

@ -19419,7 +19419,7 @@ This may be a problem in your network connection or at the WMS server.</source>
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -24211,7 +24211,7 @@ Result: %3 (%4)</source>
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -25760,7 +25760,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation type="unfinished"></translation>
</message>
<message>

View File

@ -20225,7 +20225,7 @@ This may be a problem in your network connection or at the WMS server.</source>
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation>Skráarsafnið sem inniheldur gagnasafnið verður vera skrifanlegt!</translation>
</message>
<message>
@ -25125,7 +25125,7 @@ Result: %3 (%4)</source>
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation>%1 er ekki yfirskrifanleg. Leiðréttið heimilidir (ef þ er hægt) og reynið aftur.</translation>
</message>
<message>
@ -26602,7 +26602,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation type="unfinished"></translation>
</message>
<message>

View File

@ -21854,7 +21854,7 @@ Può essere o un problema della propria connessione di rete o sul lato del serve
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation>La cartella che contiene il set di dati deve essere scrivibile!</translation>
</message>
<message>
@ -26928,7 +26928,7 @@ SQL: %3</translation>
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation>%1 non é scrivibile. Sistemare (se possibile) i permessi e provare ancora.</translation>
</message>
<message>
@ -28570,7 +28570,7 @@ p, li { white-space: pre-wrap; }(new line)
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation>Il file non era scrivibile. Alcuni formati non supportano le piramid overwiev. Nel dubbio consultare la documentazione di GDAL.</translation>
</message>
<message>

View File

@ -21984,7 +21984,7 @@ This may be a problem in your network connection or at the WMS server.</source>
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation></translation>
</message>
<message>
@ -27075,7 +27075,7 @@ SQL:%2
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation>%1調</translation>
</message>
<message>
@ -28721,7 +28721,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation>GDALのドキュメントを参照してください</translation>
</message>
<message>

View File

@ -20189,7 +20189,7 @@ This may be a problem in your network connection or at the WMS server.</source>
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation type="unfinished"> !</translation>
</message>
<message>
@ -25066,7 +25066,7 @@ SQL: %3</source>
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -26558,7 +26558,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation> . . GDAL .</translation>
</message>
<message>

View File

@ -19866,7 +19866,7 @@ This may be a problem in your network connection or at the WMS server.</source>
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -24698,7 +24698,7 @@ SQL: %3</source>
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -26271,7 +26271,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation type="unfinished"></translation>
</message>
<message>

View File

@ -19221,7 +19221,7 @@ This may be a problem in your network connection or at the WMS server.</source>
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -23968,7 +23968,7 @@ Result: %3 (%4)</source>
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -25498,7 +25498,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation type="unfinished"></translation>
</message>
<message>

View File

@ -17147,7 +17147,7 @@ Tā varētu būt problēma ar jūsu tīkla savienojumu vai arī ar WMS serveri.
%1</translation>
</message>
<message>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation>Mapei, kurā atrodas jūsu datu kopas, ir jābūt ar rakstīšanas iespēju!</translation>
</message>
<message>
@ -21277,7 +21277,7 @@ Lūdzu instalējiet PostGIS ar GEOS atbalstu (http://geos.refractions.net)</tran
<translation>Nav iespējams saglabāt failā %1</translation>
</message>
<message>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation>%1 nav rakstāms. Ja iespējams, izlabojiet tiesības un mēģiniet vēlreiz.</translation>
</message>
<message>
@ -22516,7 +22516,7 @@ p, li { white-space: pre-wrap; }
<translation>Lūdzu ievērojiet, ka piramīdu veidošana ietekmē orģinālos datus un šo darbību vairs nav iespējams atdarīt!</translation>
</message>
<message>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation>Fails nav rakstāms. Daži formāti neatbalsta piramīdu veidošanu. Sīkāka informācija GDAL dokumentācijā.</translation>
</message>
<message>

View File

@ -19881,7 +19881,7 @@ This may be a problem in your network connection or at the WMS server.</source>
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -24737,7 +24737,7 @@ SQL: %3</source>
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -26304,7 +26304,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation type="unfinished"></translation>
</message>
<message>

View File

@ -16995,7 +16995,7 @@ Er kan een probleem zijn met uw netwerkverbinding, of bij de WMS-server.
%1</translation>
</message>
<message>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation>De map/directory van uw dataset moet schrijfbaar zijn!</translation>
</message>
<message>
@ -21216,7 +21216,7 @@ Resultaat: %3 (%4)</translation>
<translation>Opslaan van bestand %1 mislukt </translation>
</message>
<message>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation>%1 kan niet worden opgeslagen. Pas de schrijfrechten aan (indien mogelijk) en probeer opnieuw.</translation>
</message>
<message>
@ -22444,7 +22444,7 @@ p, li { white-space: pre-wrap; }
<translation>Let op dat het aanmaken van interne (overzichts)pyramides uw data kan vernielen - maak eerst een backup van uw data!</translation>
</message>
<message>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation>Het bestand kon niet worden weggeschreven. Sommige formaten ondersteunen geen pyramideoverzichten. Raadpleet de GDAL-documentatie als u twijfelt.</translation>
</message>
<message>

View File

@ -21769,7 +21769,7 @@ Może to być spowodowane problemem w sieci lokalnej lub problemem serwera WMS.<
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation>Katalog zawierający dataset musi być dostępny do zapisu!</translation>
</message>
<message>
@ -26778,7 +26778,7 @@ Rezultat: %3 (%4)</translation>
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation>%1 nie umożliwia zapisu. Dostosuj uprawnienia (jeśli to możliwe) i spróbuj ponownie.</translation>
</message>
<message>
@ -28424,7 +28424,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation>Niemożliwy zapis do pliku. Niektóre formatu nie obsługują podglądu piramid. Sprawdź dokumentację GDAL w razie wątpliwości.</translation>
</message>
<message>

View File

@ -21643,7 +21643,7 @@ Isto pode ser um problema em sua conexão ou no servidor WMS.</numerusform>
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation>A pasta contendo a sua base de dados precisa ter permissão de escrita!</translation>
</message>
<message>
@ -26706,7 +26706,7 @@ SQL: %3</translation>
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation>%1 não é gravável. Ajuste as permissões (se possível) e tente novamente.</translation>
</message>
<message>
@ -28343,7 +28343,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation>O arquivo não pode ser escrito. Alguns formatos não suportam visões em pirâmide. consulte a documentação GDAL em caso de dúvida.</translation>
</message>
<message>

View File

@ -21579,7 +21579,7 @@ Isto pode ser um problema em sua conexão ou no servidor WMS.</numerusform>
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation type="unfinished">A pasta contendo a sua base de dados precisa ter permissão de escrita!</translation>
</message>
<message>
@ -26640,7 +26640,7 @@ SQL: %3</translation>
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation type="unfinished">%1 não é gravável. Ajuste as permissões (se possível) e tente novamente.</translation>
</message>
<message>
@ -28272,7 +28272,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation type="unfinished">O arquivo não pode ser escrito. Alguns formatos não suportam visões em pirâmide. consulte a documentação GDAL em caso de dúvida.</translation>
</message>
<message>

View File

@ -19809,7 +19809,7 @@ This may be a problem in your network connection or at the WMS server.</source>
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -24594,7 +24594,7 @@ Result: %3 (%4)</source>
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -26168,7 +26168,7 @@ Vectorizare Linie</translation>
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation type="unfinished"></translation>
</message>
<message>

View File

@ -19350,7 +19350,7 @@ This may be a problem in your network connection or at the WMS server.</source>
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation>Необходимы права на запись в каталог, содержащий ваши данные!</translation>
</message>
<message>
@ -24186,7 +24186,7 @@ SQL: %3</translation>
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation>%1 не является записываемым файлом. Пожалуйста, исправьте права доступа (если возможно) и попробуйте ещё раз.</translation>
</message>
<message>
@ -25704,7 +25704,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation>Запись в файл невозможна. Некоторые форматы не поддерживают обзорные пирамиды. Обратитесь к документации GDAL за дополнительной информацией.</translation>
</message>
<message>

View File

@ -20199,7 +20199,7 @@ This may be a problem in your network connection or at the WMS server.</source>
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation type="unfinished">Adresár obsahujúci vašu súpravu údajov musí byť zapisovateľný!</translation>
</message>
<message>
@ -25068,7 +25068,7 @@ SQL: %3</source>
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -26622,7 +26622,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation type="unfinished">Do tohoto súboru nemožno zapisovať. Niektoré formáty nepodporujú pyramídové náhľady. V prípade ďalších otázok si prezrite dokuemtnáciu ku knižnici GDAL.</translation>
</message>
<message>

View File

@ -21915,7 +21915,7 @@ Verjetno je problem v vaši mrežni povezavi ali pa je napaka pri WMS strežniku
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation>Datoteka, ki vsebuje nabor podatkov, mora imeti dovoljenje za pisanje.</translation>
</message>
<message>
@ -27751,7 +27751,7 @@ Prosim, namestite PostGIS s podporo za GEOS (http://geos.refractions.net)</trans
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation>Nedovoljeno pisanje %1. Prosim prilagodite dovoljenje in ponovno poskusite.</translation>
</message>
<message>
@ -29335,7 +29335,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation>Datoteka je bila zaklenjena za pisanje. Nekateri formati ne podpirajo pregledov piramid .Poglejte v GDAL dokumentacijo, če ste v dvomih.</translation>
</message>
<message>

View File

@ -19885,7 +19885,7 @@ This may be a problem in your network connection or at the WMS server.</source>
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -24723,7 +24723,7 @@ SQL: %3</source>
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -26195,7 +26195,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation type="unfinished"></translation>
</message>
<message>

View File

@ -21378,7 +21378,7 @@ Ovo može biti problem u vašoj mrežnoj vezi ili na WMS serveru.</numerusform>
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation>Za fasciklu koja sadrži vaš skup podataka mora biti dozvoljeno pisanje!</translation>
</message>
<message>
@ -26468,7 +26468,7 @@ Rezultat: %3 (%4)</translation>
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation>Njie dozvoljeno pisanje u %1. Podesite dozvole datoteke i pokušajte ponovno.</translation>
</message>
<message>
@ -28032,7 +28032,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation>U datoteku se ne može zapisivati. Neki formati ne podržavaju piramidalne preglede. Ako sumnjate konsultujte GDAL dokumentaciju.</translation>
</message>
<message>

View File

@ -20463,7 +20463,7 @@ Y:</translation>
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation>Biblioteket som innehåller ditt dataset måste vara skrivbart!</translation>
</message>
<message>
@ -25360,7 +25360,7 @@ SQL: %3</source>
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation>%1 är inte skrivbar. Justera rättigheter (om möjligt) och försök igen.</translation>
</message>
<message>
@ -26930,7 +26930,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation>Filen var inte skrivbar. Vissa format stödjer inte pyramider. Kontrollera med GDAL-dokumentation om du är osäker.</translation>
</message>
<message>

View File

@ -19141,7 +19141,7 @@ This may be a problem in your network connection or at the WMS server.</source>
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -23918,7 +23918,7 @@ Result: %3 (%4)</source>
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -25377,7 +25377,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation type="unfinished"></translation>
</message>
<message>

View File

@ -21421,7 +21421,7 @@ This may be a problem in your network connection or at the WMS server.</source>
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation>directory !</translation>
</message>
<message>
@ -26506,7 +26506,7 @@ SQL: %3</source>
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation>%1. permissions () </translation>
</message>
<message>
@ -28142,7 +28142,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation type="unfinished"></translation>
</message>
<message>

View File

@ -21015,7 +21015,7 @@ This may be a problem in your network connection or at the WMS server.</source>
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation>Veri takımınızı içeren dizin yazılabilir olmalıdır!</translation>
</message>
<message>
@ -25907,7 +25907,7 @@ SQL: %3</source>
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -27500,7 +27500,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation type="unfinished"></translation>
</message>
<message>

View File

@ -21508,7 +21508,7 @@ This may be a problem in your network connection or at the WMS server.</source>
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation>Необхідні права на запис у каталог, що містить ваші дані!</translation>
</message>
<message>
@ -26560,7 +26560,7 @@ SQL:%2
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation>Не можна записати %1. Перевірте наявнітсть відповідних прав (якщо можливо) та спробуйте ще раз.</translation>
</message>
<message>
@ -28128,7 +28128,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation>Запис у файл неможлива. Деякі формати не підтримують оглядові піраміди. Зверніться до документації GDAL за додатковою інформацією.</translation>
</message>
<message>

View File

@ -20477,7 +20477,7 @@ This may be a problem in your network connection or at the WMS server.</source>
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation>Thư mục chứa bộ dữ liệu của bạn cần phải chế đ ghi đưc!</translation>
</message>
<message>
@ -25467,7 +25467,7 @@ SQL: %3</translation>
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation>%1 không thể ghi đưc. Vui lòng điều chỉnh quyền (nếu đưc) thử lại.</translation>
</message>
<message>
@ -27083,7 +27083,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation>Tập tin không thể ghi đưc. Một số đnh dạng không hỗ trợ việc xem tổng quát thông qua pyramid. Xem tài liệu của GDAL nếu bạn không chắc.</translation>
</message>
<message>

View File

@ -19130,7 +19130,7 @@ This may be a problem in your network connection or at the WMS server.</source>
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -23907,7 +23907,7 @@ SQL: %3</source>
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -25360,7 +25360,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation type="unfinished"></translation>
</message>
<message>

View File

@ -19780,7 +19780,7 @@ This may be a problem in your network connection or at the WMS server.</source>
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -24608,7 +24608,7 @@ SQL: %3</source>
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -26158,7 +26158,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation type="unfinished"></translation>
</message>
<message>

View File

@ -20902,7 +20902,7 @@ This may be a problem in your network connection or at the WMS server.</source>
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -25854,7 +25854,7 @@ SQL: %3</source>
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -27446,7 +27446,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation type="unfinished"></translation>
</message>
<message>

View File

@ -13,6 +13,8 @@
<file>themes/default/geographic.png</file>
<file>themes/default/gpsicons/barchart.svg</file>
<file>themes/default/gpsicons/polarchart.svg</file>
<file>themes/default/grass_location.png</file>
<file>themes/default/grass_mapset.png</file>
<file>themes/default/join_bevel.png</file>
<file>themes/default/join_miter.png</file>
<file>themes/default/join_round.png</file>
@ -178,6 +180,8 @@
<file>themes/default/mIconTableLayer.png</file>
<file>themes/default/mIconUnknownLayerType.png</file>
<file>themes/default/mIconWaitingForLayerType.png</file>
<file>themes/default/mIconWms.png</file>
<file>themes/default/mIconWmsLayer.png</file>
<file>themes/default/mMapserverExport.png</file>
<file>themes/default/plugin.png</file>
<file>themes/default/propertyicons/action.png</file>

Binary file not shown.

After

Width:  |  Height:  |  Size: 968 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 817 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 518 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 853 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 672 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 978 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1003 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 638 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 749 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 966 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 721 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 439 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 702 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 408 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 729 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 953 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 555 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 287 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 405 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 797 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 756 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 643 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 807 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 559 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 408 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 586 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 548 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 686 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 680 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 623 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 483 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 572 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 823 B

Some files were not shown because too many files have changed in this diff Show More