summaryrefslogtreecommitdiff
path: root/locale/pl.po
diff options
context:
space:
mode:
authorDan Halbert <halbert@adafruit.com>2019-07-19 14:39:06 -0400
committerGitHub <noreply@github.com>2019-07-19 14:39:06 -0400
commitdbab5380b22289d44429f8a8ad3daabe7ec1fa45 (patch)
treeef4c7fb470ab2e59824744dabe02e3ad23883558 /locale/pl.po
parentd12e1a8d74ebb8d5d32ab0de47d3097e80c5d4fd (diff)
parentd9089f52ce92519448c88ef50655b31e123b23bd (diff)
Merge pull request #1999 from tannewt/turtleboosters4.1.0-rc.14.1.0
Track a dirty area for in-memory bitmaps
Diffstat (limited to 'locale/pl.po')
-rw-r--r--locale/pl.po20
1 files changed, 13 insertions, 7 deletions
diff --git a/locale/pl.po b/locale/pl.po
index 89042935c..6c3cf1242 100644
--- a/locale/pl.po
+++ b/locale/pl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-06-25 17:53-0700\n"
+"POT-Creation-Date: 2019-07-19 10:38-0700\n"
"PO-Revision-Date: 2019-03-19 18:37-0700\n"
"Last-Translator: Radomir Dopieralski <circuitpython@sheep.art.pl>\n"
"Language-Team: pl\n"
@@ -1176,8 +1176,12 @@ msgid "Tile height must exactly divide bitmap height"
msgstr "Wysokość bitmapy musi być wielokrotnością wysokości kafelka"
#: shared-bindings/displayio/TileGrid.c
-msgid "Tile indices must be 0 - 255"
-msgstr "Indeks kafelka musi być pomiędzy 0 a 255 włącznie"
+msgid "Tile index out of bounds"
+msgstr ""
+
+#: shared-bindings/displayio/TileGrid.c shared-module/displayio/TileGrid.c
+msgid "Tile value out of bounds"
+msgstr ""
#: shared-bindings/displayio/TileGrid.c
msgid "Tile width must exactly divide bitmap width"
@@ -2435,10 +2439,6 @@ msgstr "błąd składni w deskryptorze uctypes"
msgid "threshold must be in the range 0-65536"
msgstr "threshold musi być w zakresie 0-65536"
-#: shared-bindings/displayio/TileGrid.c
-msgid "tile index out of bounds"
-msgstr "indeks kafelka poza zakresem"
-
#: shared-bindings/time/__init__.c
msgid "time.struct_time() takes a 9-sequence"
msgstr "time.struct_time() wymaga 9-elementowej sekwencji"
@@ -2643,3 +2643,9 @@ msgstr "zerowy krok"
#~ msgid "Must be a Group subclass."
#~ msgstr "Musi dziedziczyć z Group."
+
+#~ msgid "Tile indices must be 0 - 255"
+#~ msgstr "Indeks kafelka musi być pomiędzy 0 a 255 włącznie"
+
+#~ msgid "tile index out of bounds"
+#~ msgstr "indeks kafelka poza zakresem"