Skip to content

Commit 206a750

Browse files
Agaxx02awvwgk
authored andcommitted
Translated using Weblate (Polish)
Currently translated at 10.7% (639 of 5921 strings) Translation: Fortran programming language/Fortran webpage Translate-URL: https://hosted.weblate.org/projects/fortran-lang/webpage/pl/
1 parent 345ce86 commit 206a750

File tree

1 file changed

+24
-4
lines changed

1 file changed

+24
-4
lines changed

locale/pl/LC_MESSAGES/index.po

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version: Fortran-lang.org website\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2022-10-01 14:47+0530\n"
12-
"PO-Revision-Date: 2024-12-19 21:00+0000\n"
12+
"PO-Revision-Date: 2025-02-11 19:02+0000\n"
1313
"Last-Translator: Agnieszka Ziora <[email protected]>\n"
1414
"Language-Team: Polish <https://hosted.weblate.org/projects/fortran-lang/"
1515
"webpage/pl/>\n"
@@ -19,7 +19,7 @@ msgstr ""
1919
"Content-Transfer-Encoding: 8bit\n"
2020
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
2121
"|| n%100>=20) ? 1 : 2;\n"
22-
"X-Generator: Weblate 5.9.2-dev\n"
22+
"X-Generator: Weblate 5.10-dev\n"
2323
"Generated-By: Babel 2.10.3\n"
2424

2525
#: ../../source/community.md:10
@@ -5224,11 +5224,17 @@ msgid ""
52245224
"While it covers all functionality of CMake, it sometimes covers them only "
52255225
"very briefly."
52265226
msgstr ""
5227+
"Szczegółowe informacje na temat narzędzia CMake znajdują się na oficjalnej "
5228+
"stronie internetowej <a href=\"https://cmake.org/cmake/help/latest/\", "
5229+
"target=\"\\_blank\" rel=\"noopener\">CMake</a>. Strona składa się ze stron "
5230+
"podręcznika ekranowego (manpage), które są dostępne również w lokalnej "
5231+
"wersji CMake po użyciu `man cmake`. Pomimo tego, że opisane są tam wszystkie "
5232+
"funkcje CMake, są one czasami opisane bardzo powierzchownie."
52275233

52285234
#: ../../source/learn/building_programs/compiling_source.md:1
52295235
#: ../../source/learn/building_programs/index.md:47
52305236
msgid "Compiling the source code"
5231-
msgstr ""
5237+
msgstr "Kompilowanie kodu źródłowego"
52325238

52335239
#: ../../source/learn/building_programs/compiling_source.md:3
52345240
msgid ""
@@ -5238,10 +5244,16 @@ msgid ""
52385244
"compilers will produce different object codes from the same source code and "
52395245
"the naming conventions are different."
52405246
msgstr ""
5247+
"Pierwszym krokiem procesu tworzenia programów jest skompilowane kodu "
5248+
"źródłowego. Wynikiem tego kroku jest stworzenie pliku obiektowego - "
5249+
"zawierającego zbiór instrukcji dla komputera wygenerowanego z kodu "
5250+
"źródłowego czytelnego dla człowieka. Różne kompilatory mogą tworzyć różne "
5251+
"pliki obiektowe z tego samego kodu źródłowego. Ponadto, nazewnictwo pomiędzy "
5252+
"nimi również może się różnić."
52415253

52425254
#: ../../source/learn/building_programs/compiling_source.md:9
52435255
msgid "The consequences:"
5244-
msgstr ""
5256+
msgstr "Konsekwencje:"
52455257

52465258
#: ../../source/learn/building_programs/compiling_source.md:11
52475259
msgid ""
@@ -5250,13 +5262,21 @@ msgid ""
52505262
"program may be built from many different source files and the compiled pieces"
52515263
" have to cooperate."
52525264
msgstr ""
5265+
"Jeśli używasz konkretnego kompilatora dla jednego pliku źródłowego, należy "
5266+
"użyć tego samego kompilatora (lub innego kompatybilnego z nim) dla "
5267+
"pozostałych części kodu. Program może przecież być stworzony z wielu różnych "
5268+
"plików źródłowych, gdzie wszystkie skompilowane pliki muszą ze sobą "
5269+
"współgrać."
52535270

52545271
#: ../../source/learn/building_programs/compiling_source.md:15
52555272
msgid ""
52565273
"Each source file will be compiled and the result is stored in a file with an "
52575274
"extension like \".o\" or \".obj\". It is these object files that are the "
52585275
"input for the next step: the link process."
52595276
msgstr ""
5277+
"Każdy plik źródłowy będzie skompilowany, a rezultat przechowywany w pliku o "
5278+
"rozszerzeniu \".o\" lub \".obj\". Te pliki będą również danymi wejściowymi "
5279+
"dla następnego kroku: procesu konsolidacji (ang. the link process)."
52605280

52615281
#: ../../source/learn/building_programs/compiling_source.md:19
52625282
msgid ""

0 commit comments

Comments
 (0)