summaryrefslogtreecommitdiff
path: root/locale/circuitpython.pot
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2019-02-24 13:21:54 -0500
committerGitHub <noreply@github.com>2019-02-24 13:21:54 -0500
commite3606461c516e478af24e1eb5bee8a4ab97eafea (patch)
treeff9f48cfece120c782bbe855517a6ba17574c65a /locale/circuitpython.pot
parent9888b81bdcaac22563b9cee68ab7d4e317d8c7f4 (diff)
parentd26ae6f81eef6269eccf87fbddf48fcec23c9e3b (diff)
Merge pull request #1558 from siddacious/bmp_bitdepths
initial support for additional bitdepths in OnDiskBitmap
Diffstat (limited to 'locale/circuitpython.pot')
-rw-r--r--locale/circuitpython.pot11
1 files changed, 9 insertions, 2 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot
index 226a3a6fa..318adc768 100644
--- a/locale/circuitpython.pot
+++ b/locale/circuitpython.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-02-22 15:26-0800\n"
+"POT-Creation-Date: 2019-02-23 19:57-0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -730,6 +730,11 @@ msgstr ""
msgid "Odd parity is not supported"
msgstr ""
+#, c-format
+msgid ""
+"Only 16bpp RGB 565 supported for bitfield compressed BMPs; R:%x G:%x B:%x"
+msgstr ""
+
msgid "Only 8 or 16 bit mono with "
msgstr ""
@@ -744,7 +749,9 @@ msgid "Only slices with step=1 (aka None) are supported"
msgstr ""
#, c-format
-msgid "Only true color (24 bpp or higher) BMP supported %x"
+msgid ""
+"Only true color (24 bpp or higher), 16bpp 565 and 555, and 8bpp grayscale "
+"BMP supported %d"
msgstr ""
msgid "Only tx supported on UART1 (GPIO2)."