@@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version: Fortran-lang.org website\n"
10
10
"Report-Msgid-Bugs-To: \n"
11
11
"POT-Creation-Date: 2022-10-01 14:47+0530\n"
12
- "PO-Revision-Date: 2025-08-06 22:01 +0000\n"
12
+ "PO-Revision-Date: 2025-08-12 21:02 +0000\n"
13
13
"Last-Translator: Agnieszka Ziora <
[email protected] >\n"
14
14
"Language-Team: Polish <https://hosted.weblate.org/projects/fortran-lang/"
15
15
"webpage/pl/>\n"
@@ -9460,137 +9460,158 @@ msgid ""
9460
9460
"**allocated(array)** and **allocated(scalar)** check the allocation status of"
9461
9461
" **array** and **scalar**, respectively."
9462
9462
msgstr ""
9463
+ "**allocated(tablica)** oraz **allocated(wielkość skalarna)** sprawdzają "
9464
+ "status przydzielonej **tablicy** lub **wielkości skalarnej**."
9463
9465
9464
9466
#: ../../source/learn/intrinsics/_pages/ALLOCATED.md:28
9465
9467
msgid "the argument shall be an _allocatable_ array."
9466
- msgstr ""
9468
+ msgstr "argumentem powinna być _możliwa do przydzielenia_ tablica. "
9467
9469
9468
9470
#: ../../source/learn/intrinsics/_pages/ALLOCATED.md:30
9469
9471
msgid "**scalar**"
9470
- msgstr ""
9472
+ msgstr "**wielkość skalarna** "
9471
9473
9472
9474
#: ../../source/learn/intrinsics/_pages/ALLOCATED.md:31
9473
9475
msgid "the argument shall be an _allocatable_ scalar."
9474
- msgstr ""
9476
+ msgstr "argumentem powinna być _możliwa do przydzielenia_ wielkość skalarna. "
9475
9477
9476
9478
#: ../../source/learn/intrinsics/_pages/ALLOCATED.md:35
9477
9479
msgid ""
9478
9480
"The return value is a scalar _logical_ with the default logical kind type "
9479
9481
"parameter. If the argument is allocated then the result is .true.; otherwise,"
9480
9482
" it returns .false.."
9481
9483
msgstr ""
9484
+ "Wartością zwracaną jest wielkość skalarna _logiczna_ z domyślnym parametrem "
9485
+ "typu logicznego. Jeśli argument jest przydzielony, wynikiem jest .true.; w "
9486
+ "przeciwnym razie zwraca .false."
9482
9487
9483
9488
#: ../../source/learn/intrinsics/_pages/ALLOCATED.md:86
9484
9489
msgid ""
9485
9490
"Fortran 95 and later. Note, the scalar= keyword and allocatable scalar "
9486
9491
"entities are available in Fortran 2003 and later."
9487
9492
msgstr ""
9493
+ "Fortran 95 i nowszy. Uwaga, słowo kluczowe scalar= jest dostępne w wersjach "
9494
+ "Fortran 2003 i nowszych."
9488
9495
9489
9496
#: ../../source/learn/intrinsics/_pages/ALLOCATED.md:91
9490
9497
msgid "[**move_alloc**(3)](#move_alloc)"
9491
- msgstr ""
9498
+ msgstr "[**move_alloc**(3)](#move_alloc) "
9492
9499
9493
9500
#: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:2
9494
9501
msgid "is_contiguous"
9495
- msgstr ""
9502
+ msgstr "is_contiguous "
9496
9503
9497
9504
#: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:6
9498
9505
msgid "**is_contiguous**(3) - \\[ARRAY INQUIRY\\] test if object is contiguous"
9499
9506
msgstr ""
9507
+ "**is_contiguous**(3) - \\[ZAPYTANIE TABLICY\\] test sprawdzający czy obiekt "
9508
+ "jest ciągły"
9500
9509
9501
9510
#: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:16
9502
9511
msgid "True if and only if an object is contiguous."
9503
- msgstr ""
9512
+ msgstr "Prawda wtedy i tylko wtedy, gdy obiekt jest ciągły. "
9504
9513
9505
9514
#: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:18
9506
9515
msgid "An object is contiguous if it is"
9507
- msgstr ""
9516
+ msgstr "Obiekt jest ciągły jeśli jest "
9508
9517
9509
9518
#: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:20
9510
9519
msgid "**(1)** an object with the CONTIGUOUS attribute,"
9511
- msgstr ""
9520
+ msgstr "**(1)** obiektem z atrybutem CONTIGUOUS, "
9512
9521
9513
9522
#: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:23
9514
9523
msgid "**(2)** a nonpointer whole array that is not assumed-shape,"
9515
9524
msgstr ""
9525
+ "**(2)** całą tablicą niebędącą wskaźnikiem, która nie ma przyjętego kształtu,"
9516
9526
9517
9527
#: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:26
9518
9528
msgid ""
9519
9529
"**(3)** an assumed-shape array that is argument associated with an array that"
9520
9530
" is contiguous,"
9521
9531
msgstr ""
9532
+ "**(3)** tablicą o założonym kształcie, której argument jest powiązany z "
9533
+ "tablicą ciągłą,"
9522
9534
9523
9535
#: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:30
9524
9536
msgid "**(4)** an array allocated by an ALLOCATE statement,"
9525
- msgstr ""
9537
+ msgstr "**(4)** tablicą przydzieloną wyrażeniem ALLOCATE, "
9526
9538
9527
9539
#: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:33
9528
9540
msgid "**(5)** a pointer associated with a contiguous target, or"
9529
- msgstr ""
9541
+ msgstr "**(5)** wskaźnikiem powiązanym z celem ciągłym lub "
9530
9542
9531
9543
#: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:36
9532
9544
msgid "**(6)** a nonzero-sized array section provided that"
9533
- msgstr ""
9545
+ msgstr "**(6)** sekcją tablicy o rozmiarze różnym od zera, pod warunkiem, że "
9534
9546
9535
9547
#: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:39
9536
9548
msgid "**(a)** its base object is contiguous,"
9537
- msgstr ""
9549
+ msgstr "**(a)** jej obiekt bazowy jest ciągły, "
9538
9550
9539
9551
#: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:42
9540
9552
msgid "**(b)** it does not have a vector subscript,"
9541
- msgstr ""
9553
+ msgstr "**(b)** nie posiada indeksu wektorowego, "
9542
9554
9543
9555
#: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:45
9544
9556
msgid ""
9545
9557
"**(c)** the elements of the section, in array element order, are a subset of "
9546
9558
"the base object elements that are consecutive in array element order,"
9547
9559
msgstr ""
9560
+ "**(c)** elementy sekcji, w kolejności elementów tablicy, są podzbiorem "
9561
+ "elementów obiektu bazowego, które są następujące po sobie w kolejności "
9562
+ "elementów tablicy,"
9548
9563
9549
9564
#: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:50
9550
9565
msgid ""
9551
9566
"**(d)** if the array is of type character and a substring-range appears, the "
9552
9567
"substring-range specifies all of the characters of the parent-string,"
9553
9568
msgstr ""
9569
+ "**(d)** jeśli tablica jest typu znakowego i pojawia się zakres podciągów "
9570
+ "znaków, zakres podciągów określa wszystkie znaki ciągu nadrzędnego,"
9554
9571
9555
9572
#: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:55
9556
9573
msgid "**(e)** only its final part-ref has nonzero rank, and"
9557
- msgstr ""
9574
+ msgstr "**(e)** tylko jej końcowa część ma rangę różną od zera, a "
9558
9575
9559
9576
#: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:58
9560
9577
msgid "**(f)** it is not the real or imaginary part of an array of type complex."
9561
- msgstr ""
9578
+ msgstr "**(f)** nie jest częścią rzeczywistą ani urojoną tablicy typu complex. "
9562
9579
9563
9580
#: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:62
9564
9581
msgid "An object is not contiguous if it is an array subobject, and"
9565
- msgstr ""
9582
+ msgstr "Obiekt nie jest ciągły jeśli jest podobiektem tablicy oraz "
9566
9583
9567
9584
#: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:64
9568
9585
msgid "the object has two or more elements,"
9569
- msgstr ""
9586
+ msgstr "obiekt ma dwa lub więcej elementów, "
9570
9587
9571
9588
#: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:66
9572
9589
msgid ""
9573
9590
"the elements of the object in array element order are not consecutive in the "
9574
9591
"elements of the base object,"
9575
9592
msgstr ""
9593
+ "elementy obiektu w kolejności elementów tablicy nie następują po sobie w "
9594
+ "elementach obiektu bazowego,"
9576
9595
9577
9596
#: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:69
9578
9597
msgid "the object is not of type character with length zero, and"
9579
- msgstr ""
9598
+ msgstr "obiekt nie jest typu znakowego (type character) o długości zerowej i "
9580
9599
9581
9600
#: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:71
9582
9601
msgid ""
9583
9602
"the object is not of a derived type that has no ultimate components other "
9584
9603
"than zero-sized arrays and"
9585
9604
msgstr ""
9605
+ "obiekt nie jest typu pochodnego, który nie posiada żadnych ostatecznych "
9606
+ "komponentów poza tablicami o zerowym rozmiarze i"
9586
9607
9587
9608
#: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:74
9588
9609
msgid "characters with length zero."
9589
- msgstr ""
9610
+ msgstr "znaków o długości zero. "
9590
9611
9591
9612
#: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:76
9592
9613
msgid "It is processor-dependent whether any other object is contiguous."
9593
- msgstr ""
9614
+ msgstr "To, czy jakikolwiek inny obiekt jest ciągły, zależy od procesora. "
9594
9615
9595
9616
#: ../../source/learn/intrinsics/_pages/ABS.md:39
9596
9617
#: ../../source/learn/intrinsics/_pages/ANINT.md:20
@@ -9613,23 +9634,27 @@ msgstr ""
9613
9634
#: ../../source/learn/intrinsics/_pages/SIGN.md:34
9614
9635
#: ../../source/learn/intrinsics/_pages/STORAGE_SIZE.md:20
9615
9636
msgid "**a**"
9616
- msgstr ""
9637
+ msgstr "**a** "
9617
9638
9618
9639
#: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:81
9619
9640
msgid ""
9620
9641
"may be of any type. It shall be an array. If it is a pointer it shall be "
9621
9642
"associated."
9622
9643
msgstr ""
9644
+ "może być dowolnego typu. Powinno być tablicą. Jeśli jest wskaźnikiem, "
9645
+ "powinno być powiązane."
9623
9646
9624
9647
#: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:86
9625
9648
msgid "**Result**"
9626
- msgstr ""
9649
+ msgstr "**Wynik** "
9627
9650
9628
9651
#: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:87
9629
9652
msgid ""
9630
9653
"of type Default logical scalar. The result has the value true if **a** is "
9631
9654
"contiguous, and false otherwise."
9632
9655
msgstr ""
9656
+ "logiczna wielkość skalarna typu Default. Wynikiem jest wartość true jeśli "
9657
+ "**a** jest ciągle, w przeciwnym wypadku false."
9633
9658
9634
9659
#: ../../source/learn/intrinsics/_pages/ACOSH.md:60
9635
9660
#: ../../source/learn/intrinsics/_pages/ASINH.md:58
@@ -9674,15 +9699,16 @@ msgstr ""
9674
9699
#: ../../source/learn/intrinsics/_pages/STORAGE_SIZE.md:60
9675
9700
#: ../../source/learn/intrinsics/_pages/TRAILZ.md:109
9676
9701
msgid "Fortran 2008 and later"
9677
- msgstr ""
9702
+ msgstr "Fortran 2008 i nowszy "
9678
9703
9679
9704
#: ../../source/learn/intrinsics/_pages/LBOUND.md:2
9680
9705
msgid "lbound"
9681
- msgstr ""
9706
+ msgstr "lbound "
9682
9707
9683
9708
#: ../../source/learn/intrinsics/_pages/LBOUND.md:6
9684
9709
msgid "**lbound**(3) - \\[ARRAY INQUIRY\\] Lower dimension bounds of an array"
9685
9710
msgstr ""
9711
+ "**lbound**(3) - \\[ZAPYTANIE TABLICY\\] zmniejsz granice wymiarów tablicy"
9686
9712
9687
9713
#: ../../source/learn/intrinsics/_pages/LBOUND.md:21
9688
9714
msgid ""
0 commit comments