File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -214,25 +214,35 @@ msgid ""
214214"in the string, but it's possible to prevent this by adding a ``\\ `` at the "
215215"end of the line. The following example::"
216216msgstr ""
217+ "Literały ciągów znaków mogą mieć wiele linii. Można je uzyskać używając "
218+ "potrójnych cudzysłowów: ``\"\"\" …\"\"\" `` lub ``'''…'''``. Końce linii są "
219+ "automatycznie zawarte w ciągu znaków, ale można tego uniknąć dodając ``\\ `` "
220+ "na końcu linii. Następujący przykład::"
217221
218222msgid ""
219223"produces the following output (note that the initial newline is not "
220224"included):"
221225msgstr ""
226+ "produkuje następujące wyjście (zwróć uwagę, że nie ma pierwszej nowej linii):"
222227
223228msgid ""
224229"Strings can be concatenated (glued together) with the ``+`` operator, and "
225230"repeated with ``*``::"
226231msgstr ""
232+ "Ciągi mogą być konkatenowane (sklejane) operatorem ``+`` i powtarzane przy "
233+ "użyciu ``*``::"
227234
228235msgid ""
229236"Two or more *string literals* (i.e. the ones enclosed between quotes) next "
230237"to each other are automatically concatenated. ::"
231238msgstr ""
239+ "Dwa lub więcej *literałów ciągów* (czyli te zawarte w cudzysłowach) obok "
240+ "siebie są automatycznie konkatenowane. ::"
232241
233242msgid ""
234243"This feature is particularly useful when you want to break long strings::"
235244msgstr ""
245+ "To zachowanie jest szczególnie przydatne, gdy chcesz łamać długie ciągi::"
236246
237247msgid ""
238248"This only works with two literals though, not with variables or expressions::"
You can’t perform that action at this time.
0 commit comments