diff options
| author | Dan Halbert <halbert@halwitz.org> | 2019-03-01 12:04:34 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-01 12:04:34 -0500 |
| commit | 1ba761086a057387a7a14d9df1bf267850fa303d (patch) | |
| tree | db19ca90c2be007304ad5f9823ed7a9a6fb0d7f9 /locale/circuitpython.pot | |
| parent | 7535326d38e3b1233d008f9bf296d2abacd662e1 (diff) | |
| parent | 76dc8e1ac861b11d01c2e82ecfdbaea761c84fd0 (diff) | |
Merge pull request #1606 from siddacious/bmp_bitdepths
added monochrome, 8bpp indexed, and 32bpp ARGB BMPs
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 318adc768..0808ae43e 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-23 19:57-0800\n" +"POT-Creation-Date: 2019-03-01 07:16-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,28 +730,24 @@ 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 "" #, c-format -msgid "Only Windows format, uncompressed BMP supported %d" +msgid "" +"Only Windows format, uncompressed BMP supported: given header size is %d" msgstr "" msgid "Only bit maps of 8 bit color or less are supported" msgstr "" -msgid "Only slices with step=1 (aka None) are supported" -msgstr "" - #, c-format msgid "" -"Only true color (24 bpp or higher), 16bpp 565 and 555, and 8bpp grayscale " -"BMP supported %d" +"Only monochrome, indexed 8bpp, and 16bpp or greater BMPs supported: %d bpp " +"given" +msgstr "" + +msgid "Only slices with step=1 (aka None) are supported" msgstr "" msgid "Only tx supported on UART1 (GPIO2)." @@ -951,6 +947,9 @@ msgstr "" msgid "Unable to init parser" msgstr "" +msgid "Unable to read color palette data" +msgstr "" + msgid "Unable to remount filesystem" msgstr "" |
