summaryrefslogtreecommitdiff
path: root/locale/circuitpython.pot
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2019-02-01 13:35:26 -0500
committerGitHub <noreply@github.com>2019-02-01 13:35:26 -0500
commit12917d323de2b4426c35c039a353d65b9acfad99 (patch)
treec48a82efc5d755f68dc1fbf2973012821e6d8788 /locale/circuitpython.pot
parent7d039a5467b90b7b974012ba682cf0f374987fb5 (diff)
parent845783a4572e919658b4c320cb1359f2c7ebbadd (diff)
Merge pull request #1513 from tannewt/rotation
Add support for display rotation and raw commands
Diffstat (limited to 'locale/circuitpython.pot')
-rw-r--r--locale/circuitpython.pot29
1 files changed, 19 insertions, 10 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot
index 5cc476bb6..5e0276169 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-01-31 09:38-0800\n"
+"POT-Creation-Date: 2019-02-01 00:36-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"
@@ -646,20 +646,20 @@ msgstr ""
msgid "AnalogOut functionality not supported"
msgstr ""
-#: ports/nrf/common-hal/bleio/Adapter.c:41
+#: ports/nrf/common-hal/bleio/Adapter.c:43
#, c-format
msgid "Soft device assert, id: 0x%08lX, pc: 0x%08lX"
msgstr ""
-#: ports/nrf/common-hal/bleio/Adapter.c:110
+#: ports/nrf/common-hal/bleio/Adapter.c:119
msgid "Failed to change softdevice state"
msgstr ""
-#: ports/nrf/common-hal/bleio/Adapter.c:119
+#: ports/nrf/common-hal/bleio/Adapter.c:128
msgid "Failed to get softdevice state"
msgstr ""
-#: ports/nrf/common-hal/bleio/Adapter.c:138
+#: ports/nrf/common-hal/bleio/Adapter.c:147
msgid "Failed to get local address"
msgstr ""
@@ -2317,16 +2317,20 @@ msgstr ""
msgid "color should be an int"
msgstr ""
-#: shared-bindings/displayio/Display.c:124
+#: shared-bindings/displayio/Display.c:131
+msgid "Display rotation must be in 90 degree increments"
+msgstr ""
+
+#: shared-bindings/displayio/Display.c:143
msgid "Too many displays"
msgstr ""
-#: shared-bindings/displayio/Display.c:145
+#: shared-bindings/displayio/Display.c:167
msgid "Must be a Group subclass."
msgstr ""
-#: shared-bindings/displayio/Display.c:187
-#: shared-bindings/displayio/Display.c:197
+#: shared-bindings/displayio/Display.c:209
+#: shared-bindings/displayio/Display.c:219
msgid "Brightness not adjustable"
msgstr ""
@@ -2335,6 +2339,11 @@ msgstr ""
msgid "Too many display busses"
msgstr ""
+#: shared-bindings/displayio/FourWire.c:109
+#: shared-bindings/displayio/ParallelBus.c:113
+msgid "Command must be an int between 0 and 255"
+msgstr ""
+
#: shared-bindings/displayio/Group.c:62
msgid "Group must have size at least 1"
msgstr ""
@@ -2648,7 +2657,7 @@ msgstr ""
msgid "row must be packed and word aligned"
msgstr ""
-#: shared-module/displayio/Display.c:69
+#: shared-module/displayio/Display.c:67
msgid "Unsupported display bus type"
msgstr ""