summaryrefslogtreecommitdiff
path: root/locale/circuitpython.pot
diff options
context:
space:
mode:
authorDave Marples <dave@marples.net>2020-02-19 08:45:07 +0000
committerDave Marples <dave@marples.net>2020-02-19 08:45:07 +0000
commit4615d172c7dc9fc8b205d7d744af70940d704ee2 (patch)
tree3970e68bd9588b6aed1bc4108317e76f2d659efc /locale/circuitpython.pot
parent24405cabafd4c9481118cd77e1a13ee98ab48565 (diff)
Addition of translation files
Diffstat (limited to 'locale/circuitpython.pot')
-rw-r--r--locale/circuitpython.pot23
1 files changed, 22 insertions, 1 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot
index e06721356..354dbc4ba 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: 2020-02-12 11:31-0800\n"
+"POT-Creation-Date: 2020-02-19 08:44+0000\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"
@@ -452,6 +452,10 @@ msgstr ""
msgid "Cannot set value when direction is input."
msgstr ""
+#: ports/mimxrt10xx/common-hal/busio/UART.c
+msgid "Cannot specify RTS or CTS in RS485 mode"
+msgstr ""
+
#: py/objslice.c
msgid "Cannot subclass slice"
msgstr ""
@@ -1169,6 +1173,10 @@ msgstr ""
msgid "RNG Init Error"
msgstr ""
+#: ports/mimxrt10xx/common-hal/busio/UART.c
+msgid "RS485 inversion specified when not in RS485 mode"
+msgstr ""
+
#: ports/cxd56/common-hal/rtc/RTC.c ports/mimxrt10xx/common-hal/rtc/RTC.c
#: ports/nrf/common-hal/rtc/RTC.c
msgid "RTC calibration is not supported on this board"
@@ -1178,6 +1186,11 @@ msgstr ""
msgid "RTC is not supported on this board"
msgstr ""
+#: ports/atmel-samd/common-hal/busio/UART.c ports/cxd56/common-hal/busio/UART.c
+#: ports/nrf/common-hal/busio/UART.c ports/stm32f4/common-hal/busio/UART.c
+msgid "RTS/CTS/RS485 Not yet supported on this device"
+msgstr ""
+
#: ports/stm32f4/common-hal/os/__init__.c
msgid "Random number generation error"
msgstr ""
@@ -1239,6 +1252,14 @@ msgstr ""
msgid "Scan already in progess. Stop with stop_scan."
msgstr ""
+#: ports/mimxrt10xx/common-hal/busio/UART.c
+msgid "Selected CTS pin not valid"
+msgstr ""
+
+#: ports/mimxrt10xx/common-hal/busio/UART.c
+msgid "Selected RTS pin not valid"
+msgstr ""
+
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
msgid "Serializer in use"