From b81072e7501045bfa5e8e5b74631dfe01327af2b Mon Sep 17 00:00:00 2001 From: Bryan Siepert Date: Sat, 23 Feb 2019 10:58:46 -0800 Subject: (fork rebuild) Initial support for 16bpp 555&565 and 8bpp grayscale bitmaps --- locale/circuitpython.pot | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'locale/circuitpython.pot') diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 226a3a6fa..c36a10a4c 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 10:51-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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)." -- cgit v1.2.3