@@ -353,7 +353,7 @@ This table is essential for many GIS applications for enumeration of tables.</so
353
353
</message>
354
354
<message>
355
355
<source>Spatial ref:</source>
356
- <translation type="unfinished"></translation>
356
+ <translation type="unfinished">Układ współrz.: </translation>
357
357
</message>
358
358
<message>
359
359
<source>Estimated extent:</source>
@@ -1129,7 +1129,7 @@ pola</translation>
1129
1129
<message>
1130
1130
<location filename="../python/plugins/db_manager/ui/DlgSqlWindow.ui" line="359"/>
1131
1131
<source><html><head/><body><p>Avoid selecting feature by id. Sometimes - especially when running expensive queries/views - fetching the data sequentially instead of fetching features by id can be much quicker.</p></body></html></source>
1132
- <translation type="unfinished"> </translation>
1132
+ <translation><html><head/><body><p>Unikaj wyboru poprzez ID. Czasem, szczególnie przy mało wydajnych zapytaniach/widokach, sekwencyjne pobieranie danych może być znacznie szybsze.</p></body></html> </translation>
1133
1133
</message>
1134
1134
<message>
1135
1135
<location filename="../python/plugins/db_manager/ui/DlgSqlWindow.ui" line="362"/>
@@ -3319,35 +3319,35 @@ Na pewno chcesz kontynuować?</translation>
3319
3319
<message>
3320
3320
<location filename="../python/plugins/processing/ui/DlgNumberInput.ui" line="14"/>
3321
3321
<source>Enter number or expression</source>
3322
- <translation type="unfinished"> </translation>
3322
+ <translation>Podaj numer wyrażenia </translation>
3323
3323
</message>
3324
3324
<message>
3325
3325
<location filename="../python/plugins/processing/ui/DlgNumberInput.ui" line="26"/>
3326
3326
<source><html><head/><body><p>Enter expression in the text field. Double click on elements in the tree to add their values to the expression.</p></body></html></source>
3327
- <translation type="unfinished"> </translation>
3327
+ <translation><html><head/><body><p>Wpisz wyrażenie w polu tekstowym. Dwuklik na elementach drzewa doda ich wartości do wyrażenia.</p></body></html> </translation>
3328
3328
</message>
3329
3329
<message>
3330
3330
<location filename="../python/plugins/processing/ui/DlgNumberInput.ui" line="36"/>
3331
3331
<source><html><head/><body><p><span style=" font-weight:600;">Warning</span>: if expression result is float value, but integer required, result will be rounded to integer.</p></body></html></source>
3332
- <translation type="unfinished"> </translation>
3332
+ <translation><html><head/><body><p><span style=" font-weight:600;">Uwaga</span>: jeśli wynikiem wyrażenia jest liczba rzeczywista zamiast całkowitej, zostanie ona automatycznie zaokrąglona.</p></body></html> </translation>
3333
3333
</message>
3334
3334
</context>
3335
3335
<context>
3336
3336
<name>DlgRenderingStyles</name>
3337
3337
<message>
3338
3338
<location filename="../python/plugins/processing/ui/DlgRenderingStyles.ui" line="14"/>
3339
3339
<source>Dialog</source>
3340
- <translation type="unfinished"> </translation>
3340
+ <translation>Formularz </translation>
3341
3341
</message>
3342
3342
<message>
3343
3343
<location filename="../python/plugins/processing/ui/DlgRenderingStyles.ui" line="30"/>
3344
3344
<source>Output</source>
3345
- <translation type="unfinished"> </translation>
3345
+ <translation>Wynik </translation>
3346
3346
</message>
3347
3347
<message>
3348
3348
<location filename="../python/plugins/processing/ui/DlgRenderingStyles.ui" line="35"/>
3349
3349
<source>Style</source>
3350
- <translation type="unfinished" >Styl</translation>
3350
+ <translation>Styl</translation>
3351
3351
</message>
3352
3352
</context>
3353
3353
<context>
@@ -7182,7 +7182,7 @@ Błąd geoprocesingu GEOS: Jeden lub więcej wejściowych obiektów ma błędną
7182
7182
<message>
7183
7183
<location filename="../src/ui/qgisapp.ui" line="702"/>
7184
7184
<source>Split Parts</source>
7185
- <translation type="unfinished"> </translation>
7185
+ <translation>Wyodrębnij części </translation>
7186
7186
</message>
7187
7187
<message>
7188
7188
<location filename="../src/ui/qgisapp.ui" line="780"/>
@@ -12918,7 +12918,7 @@ SQL: %1</translation>
12918
12918
<message>
12919
12919
<location filename="../src/core/symbology-ng/qgsfillsymbollayerv2.cpp" line="527"/>
12920
12920
<source>pad</source>
12921
- <translation type="unfinished"></translation>
12921
+ <translation type="unfinished">blok </translation>
12922
12922
</message>
12923
12923
<message>
12924
12924
<location filename="../src/core/symbology-ng/qgsfillsymbollayerv2.cpp" line="531"/>
@@ -15745,12 +15745,12 @@ Błąd: %1</translation>
15745
15745
<message>
15746
15746
<location filename="../src/app/qgisapp.cpp" line="5875"/>
15747
15747
<source>No features with geometry found, point type layer will be created.</source>
15748
- <translation type="unfinished"> </translation>
15748
+ <translation>Nie znaleziono obiektów geometrii, zostanie utworzona warstwa punktowa. </translation>
15749
15749
</message>
15750
15750
<message>
15751
15751
<location filename="../src/app/qgisapp.cpp" line="5879"/>
15752
15752
<source>Multiple geometry types found, features with geometry different from %1 will be created without geometry.</source>
15753
- <translation type="unfinished"> </translation>
15753
+ <translation>Znaleziono różne typy geometrii, obiekty o geometrii odmiennej od %1 zostaną utworzone bez geometrii. </translation>
15754
15754
</message>
15755
15755
<message>
15756
15756
<location filename="../src/app/qgisapp.cpp" line="5892"/>
@@ -70246,7 +70246,24 @@ Returns -1 if the expression isn't found.
70246
70246
strpos('HELLO WORLD','WORLD') &rarr; 6<br>
70247
70247
strpos('HELLO WORLD','GOODBYE') &rarr; -1<br>
70248
70248
</source>
70249
- <translation type="unfinished"></translation>
70249
+ <translation><h3>funkcja strpos()</h3>
70250
+ Zwraca pozycję wyrażenia regularnego w tekście.
70251
+
70252
+ <h4>Składnia</h4>
70253
+ strpos(<i>tekst</i>, <i>szukane</i>)
70254
+ <br><br>
70255
+ Zwraca -1, jeśli nie znaleziono wyrażenia.
70256
+
70257
+ <p><h4>Argumenty</h4>
70258
+ <!-- List args for functions here-->
70259
+ <i> tekst</i> &rarr; typu tekst. Tekst podlegający przeszukiwaniu.<br>
70260
+ <i> szukane</i> &rarr; typu tekst. Poszukiwane wyrażenie regularne.<br>
70261
+
70262
+ <h4>Przykład</h4>
70263
+ <!-- Show example of function.-->
70264
+ strpos('HELLO WORLD','WORLD') &rarr; 6<br>
70265
+ strpos('HELLO WORLD','GOODBYE') &rarr; -1<br>
70266
+ </translation>
70250
70267
</message>
70251
70268
<message>
70252
70269
<location filename="../src/core/qgsexpression_texts.cpp" line="1306"/>
@@ -72937,7 +72954,19 @@ a &rarr; geometry
72937
72954
<h4>Example</h4>
72938
72955
<pre> geomToWKT( $geometry ) &rarr; POINT(6 50)</pre>
72939
72956
</source>
72940
- <translation type="unfinished"></translation>
72957
+ <translation><h3>funkcja geomToWKT</h3>
72958
+
72959
+ Zwraca opis obiektu w formacie Well-Known Text (WKT) bez metadanych SRID.
72960
+
72961
+ <h4>Składnia</h4>
72962
+ <pre>geomToWKT(a)</pre>
72963
+
72964
+ <h4>Argumenty</h4>
72965
+ a &rarr; geometry
72966
+
72967
+ <h4>Przykład</h4>
72968
+ <pre> geomToWKT( $geometry ) &rarr; POINT(6 50)</pre>
72969
+ </translation>
72941
72970
</message>
72942
72971
<message>
72943
72972
<location filename="../src/core/qgsexpression_texts.cpp" line="901"/>
@@ -72955,7 +72984,20 @@ b &rarr; geometry
72955
72984
<pre> touches( geomFromWKT( 'LINESTRING(5 3 , 4 4)' ) , geomFromWKT( 'LINESTRING(3 3 , 4 4 , 5 5)' )) &rarr; returns 1</pre>
72956
72985
<pre> touches( geomFromWKT( 'POINT(4 4)' ) , geomFromWKT( 'POINT(5 5)' )) &rarr; returns 0</pre>
72957
72986
</source>
72958
- <translation type="unfinished"></translation>
72987
+ <translation><h3>funkcja touches</h3>
72988
+ Zwraca 1, jeśli geometrie posiadają przynajmniej jeden punkt wspólny, lecz ich wnętrza nie mają części wspólnej.
72989
+
72990
+ <h4>Składnia</h4>
72991
+ <pre>touches( a, b )</pre>
72992
+
72993
+ <h4>Argumenty</h4>
72994
+ a &rarr; geometry
72995
+ b &rarr; geometry
72996
+
72997
+ <h4>Przykład</h4>
72998
+ <pre> touches( geomFromWKT( 'LINESTRING(5 3 , 4 4)' ) , geomFromWKT( 'LINESTRING(3 3 , 4 4 , 5 5)' )) &rarr; zwraca 1</pre>
72999
+ <pre> touches( geomFromWKT( 'POINT(4 4)' ) , geomFromWKT( 'POINT(5 5)' )) &rarr; zwraca 0</pre>
73000
+ </translation>
72959
73001
</message>
72960
73002
<message>
72961
73003
<location filename="../src/core/qgsexpression_texts.cpp" line="928"/>
@@ -72973,7 +73015,20 @@ b &rarr; geometry
72973
73015
<pre> overlaps( geomFromWKT( 'LINESTRING(3 5 , 4 4 , 5 5 , 5 3)' ) , geomFromWKT( 'LINESTRING(3 3 , 4 4 , 5 5)' )) &rarr; returns 1</pre>
72974
73016
<pre> overlaps( geomFromWKT( 'LINESTRING(0 0 , 1 1)' ) , geomFromWKT( 'LINESTRING(3 3 , 4 4 , 5 5)' )) &rarr; returns 0</pre>
72975
73017
</source>
72976
- <translation type="unfinished"></translation>
73018
+ <translation><h3>funkcja overlaps</h3>
73019
+ Zwraca 1, jeśli geometrie tego samego typu współdzielą pewne obszary, lecz nie zawierają się w sobie całkowicie.
73020
+
73021
+ <h4>Składnia</h4>
73022
+ <pre>overlaps( a, b )</pre>
73023
+
73024
+ <h4>Argumenty</h4>
73025
+ a &rarr; geometry
73026
+ b &rarr; geometry
73027
+
73028
+ <h4>Przykład</h4>
73029
+ <pre> overlaps( geomFromWKT( 'LINESTRING(3 5 , 4 4 , 5 5 , 5 3)' ) , geomFromWKT( 'LINESTRING(3 3 , 4 4 , 5 5)' )) &rarr; zwraca 1</pre>
73030
+ <pre> overlaps( geomFromWKT( 'LINESTRING(0 0 , 1 1)' ) , geomFromWKT( 'LINESTRING(3 3 , 4 4 , 5 5)' )) &rarr; zwraca 0</pre>
73031
+ </translation>
72977
73032
</message>
72978
73033
<message>
72979
73034
<location filename="../src/core/qgsexpression_texts.cpp" line="1181"/>
@@ -73092,7 +73147,19 @@ None
73092
73147
<pre> geomToWKT( $geometry ) &rarr; POINT(6 50)</pre>
73093
73148
73094
73149
</source>
73095
- <translation type="unfinished"></translation>
73150
+ <translation><h3>funkcja $geometry</h3>
73151
+ Zwraca geometrie aktualnego obiektu. Może być użyte przez kolejne funkcje.
73152
+
73153
+ <h4>Składnia</h4>
73154
+ <pre>$geometry</pre>
73155
+
73156
+ <h4>Argumenty</h4>
73157
+ Brak
73158
+
73159
+ <h4>Przykład</h4>
73160
+ <pre> geomToWKT( $geometry ) &rarr; POINT(6 50)</pre>
73161
+
73162
+ </translation>
73096
73163
</message>
73097
73164
<message>
73098
73165
<location filename="../src/core/qgsexpression_texts.cpp" line="1429"/>
0 commit comments