@@ -40848,7 +40848,7 @@ p, li { white-space: pre-wrap; }
4084840848 <message>
4084940849 <location filename="../src/ui/qgsnewspatialitelayerdialogbase.ui" line="144"/>
4085040850 <source>geometry</source>
40851- <translation>geometria </translation>
40851+ <translation>geom </translation>
4085240852 </message>
4085340853 <message>
4085440854 <location filename="../src/ui/qgsnewspatialitelayerdialogbase.ui" line="159"/>
@@ -44944,17 +44944,17 @@ Błąd: %2</translation>
4494444944 <message>
4494544945 <location filename="../src/providers/oracle/qgsoracleprovider.cpp" line="671"/>
4494644946 <source>Invalid spatial index %1 on column %2.%3.%4 found - expect poor performance.</source>
44947- <translation type="unfinished"> </translation>
44947+ <translation>Niepoprawny indeks przestrzenny %1 w kolumnie %2.%3.%4 - mogą wystąpić problemy z wydajnością. </translation>
4494844948 </message>
4494944949 <message>
4495044950 <location filename="../src/providers/oracle/qgsoracleprovider.cpp" line="686"/>
4495144951 <source>No spatial index on column %1.%2.%3 found - expect poor performance.</source>
44952- <translation type="unfinished"> </translation>
44952+ <translation>Brak indeksu przestrzennego w kolumnie %1.%2.%3 - mogą wystąpić problemy z wydajnością. </translation>
4495344953 </message>
4495444954 <message>
4495544955 <location filename="../src/providers/oracle/qgsoracleprovider.cpp" line="695"/>
4495644956 <source>Probing for spatial index on column %1.%2.%3 failed [%4]</source>
44957- <translation type="unfinished"> </translation>
44957+ <translation>Nie powiodła się próba z indeksem przestrzennym w kolumnie %1.%2.%3 [%4] </translation>
4495844958 </message>
4495944959 <message>
4496044960 <location filename="../src/providers/oracle/qgsoracleprovider.cpp" line="711"/>
@@ -44967,15 +44967,21 @@ Błąd: %2</translation>
4496744967The error message from the database was:
4496844968%3.
4496944969SQL: %4</source>
44970- <translation type="unfinished"></translation>
44970+ <translation>Nieudana próba odczytu uprawnień kolumny geometrii %1.%2.
44971+ Komunikat błędu bazy danych:
44972+ %3.
44973+ SQL: %4</translation>
4497144974 </message>
4497244975 <message>
4497344976 <location filename="../src/providers/oracle/qgsoracleprovider.cpp" line="803"/>
4497444977 <source>Unable to determine table access privileges for the table %1.
4497544978The error message from the database was:
4497644979%2.
4497744980SQL: %3</source>
44978- <translation type="unfinished"></translation>
44981+ <translation>NIeudana próba odczytu uprawnień do tabeli %1.
44982+ Komunikat błędu bazy danych:
44983+ %2.
44984+ SQL: %3</translation>
4497944985 </message>
4498044986 <message>
4498144987 <location filename="../src/providers/oracle/qgsoracleprovider.cpp" line="816"/>
@@ -45177,7 +45183,8 @@ SQL: %3</translation>
4517745183 <location filename="../src/providers/oracle/qgsoracleprovider.cpp" line="2137"/>
4517845184 <source>%1 has no valid geometry types.
4517945185SQL: %2</source>
45180- <translation type="unfinished"></translation>
45186+ <translation>%1 nie zawiera poprawnego typu geometrii.
45187+ SQL: %2</translation>
4518145188 </message>
4518245189 <message>
4518345190 <location filename="../src/providers/oracle/qgsoracleprovider.cpp" line="2144"/>
@@ -62990,7 +62997,7 @@ Tried URL: %1</source>
6299062997 <message>
6299162998 <location filename="../src/plugins/roadgraph/shortestpathwidget.cpp" line="292"/>
6299262999 <source>The created graph is empty. Please check your input data.</source>
62993- <translation type="unfinished"> </translation>
63000+ <translation>Utworzono pusty graf. Sprawdź poprawność danych źródłowych. </translation>
6299463001 </message>
6299563002 <message>
6299663003 <location filename="../src/plugins/roadgraph/shortestpathwidget.cpp" line="307"/>
@@ -72700,7 +72707,19 @@ b &rarr; geometry
7270072707<h4>Example</h4>
7270172708<pre> geomToWKT( union( geomFromWKT( 'POINT(4 4)' ) , geomFromWKT( 'POINT(5 5)' )) ) &rarr; returns MULTIPOINT(4 4, 5 5)</pre>
7270272709</source>
72703- <translation type="unfinished"></translation>
72710+ <translation><h3>funkcja union</h3>
72711+ Zwraca geometrię będącą złączeniem geometrii źródłowych.
72712+
72713+ <h4>Składnia</h4>
72714+ <pre>union( a, b )</pre>
72715+
72716+ <h4>Argumenty</h4>
72717+ a &rarr; geometry
72718+ b &rarr; geometry
72719+
72720+ <h4>Przykład</h4>
72721+ <pre> geomToWKT( union( geomFromWKT( 'POINT(4 4)' ) , geomFromWKT( 'POINT(5 5)' )) ) &rarr; zwraca MULTIPOINT(4 4, 5 5)</pre>
72722+ </translation>
7270472723 </message>
7270572724 <message>
7270672725 <location filename="../src/core/qgsexpression_texts.cpp" line="50"/>
@@ -72717,7 +72736,19 @@ geometry &rarr; geometry
7271772736<h4>Example</h4>
7271872737<pre> geomToWKT( intersection( geomFromWKT( 'LINESTRING(3 3 , 4 4 , 5 5)' ) , geomFromWKT( 'LINESTRING(3 3 , 4 4 )' )) ) &rarr; returns LINESTRING(3 3, 4 4)</pre>
7271972738</source>
72720- <translation type="unfinished"></translation>
72739+ <translation><h3>funkcja intersection</h3>
72740+ Zwraca część wspólną geometrii a i geometrii b.
72741+
72742+ <h4>Składnia</h4>
72743+ <pre>intersection( geometry a , geometry b)</pre>
72744+
72745+ <h4>Argumenty</h4>
72746+ geometry &rarr; geometry
72747+ geometry &rarr; geometry
72748+
72749+ <h4>Przykład</h4>
72750+ <pre> geomToWKT( intersection( geomFromWKT( 'LINESTRING(3 3 , 4 4 , 5 5)' ) , geomFromWKT( 'LINESTRING(3 3 , 4 4 )' )) ) &rarr; zwraca LINESTRING(3 3, 4 4)</pre>
72751+ </translation>
7272172752 </message>
7272272753 <message>
7272372754 <location filename="../src/core/qgsexpression_texts.cpp" line="77"/>
0 commit comments