summaryrefslogtreecommitdiff
path: root/locale/circuitpython.pot
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2019-05-12 11:17:29 -0400
committerDan Halbert <halbert@halwitz.org>2019-05-12 11:17:29 -0400
commit8664a6574b4cb448df26bfaa0e12eb203cc5d759 (patch)
tree3fbbb02abd779ccb7e34f53b0b20d37a25b3e27c /locale/circuitpython.pot
parentd103ac1d6325a075be3fafe812858584435f3144 (diff)
use approx of original @godlygeek code for smallints; add tests
Diffstat (limited to 'locale/circuitpython.pot')
-rw-r--r--locale/circuitpython.pot80
1 files changed, 40 insertions, 40 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot
index 758ee841e..52a3ece35 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-05-10 10:09-0700\n"
+"POT-Creation-Date: 2019-05-12 11:16-0400\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"
@@ -52,8 +52,8 @@ msgstr ""
msgid "%q indices must be integers, not %s"
msgstr ""
+#: shared-bindings/displayio/Shape.c shared-bindings/displayio/Group.c
#: shared-bindings/bleio/CharacteristicBuffer.c
-#: shared-bindings/displayio/Group.c shared-bindings/displayio/Shape.c
msgid "%q must be >= 1"
msgstr ""
@@ -69,12 +69,12 @@ msgstr ""
msgid "'%q' argument required"
msgstr ""
-#: py/emitinlinethumb.c py/emitinlinextensa.c
+#: py/emitinlinextensa.c py/emitinlinethumb.c
#, c-format
msgid "'%s' expects a label"
msgstr ""
-#: py/emitinlinethumb.c py/emitinlinextensa.c
+#: py/emitinlinextensa.c py/emitinlinethumb.c
#, c-format
msgid "'%s' expects a register"
msgstr ""
@@ -94,7 +94,7 @@ msgstr ""
msgid "'%s' expects an address of the form [a, b]"
msgstr ""
-#: py/emitinlinethumb.c py/emitinlinextensa.c
+#: py/emitinlinextensa.c py/emitinlinethumb.c
#, c-format
msgid "'%s' expects an integer"
msgstr ""
@@ -251,9 +251,9 @@ msgstr ""
msgid "All timers for this pin are in use"
msgstr ""
-#: ports/atmel-samd/common-hal/audioio/AudioOut.c
-#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
+#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
+#: ports/atmel-samd/common-hal/audioio/AudioOut.c
#: ports/nrf/common-hal/pulseio/PulseOut.c shared-bindings/pulseio/PWMOut.c
#: shared-module/_pew/PewPew.c
msgid "All timers in use"
@@ -322,7 +322,7 @@ msgstr ""
msgid "Buffer incorrect size. Should be %d bytes."
msgstr ""
-#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
+#: shared-bindings/busio/I2C.c shared-bindings/bitbangio/I2C.c
msgid "Buffer must be at least length 1"
msgstr ""
@@ -361,7 +361,7 @@ msgstr ""
msgid "Can't connect in Peripheral mode"
msgstr ""
-#: shared-bindings/displayio/Bitmap.c shared-bindings/pulseio/PulseIn.c
+#: shared-bindings/pulseio/PulseIn.c shared-bindings/displayio/Bitmap.c
msgid "Cannot delete values"
msgstr ""
@@ -442,7 +442,7 @@ msgstr ""
msgid "Column entry must be digitalio.DigitalInOut"
msgstr ""
-#: shared-bindings/displayio/FourWire.c shared-bindings/displayio/ParallelBus.c
+#: shared-bindings/displayio/ParallelBus.c shared-bindings/displayio/FourWire.c
msgid "Command must be an int between 0 and 255"
msgstr ""
@@ -480,8 +480,8 @@ msgstr ""
msgid "Data chunk must follow fmt chunk"
msgstr ""
-#: ports/nrf/common-hal/bleio/Broadcaster.c
#: ports/nrf/common-hal/bleio/Peripheral.c
+#: ports/nrf/common-hal/bleio/Broadcaster.c
msgid "Data too large for advertisement packet"
msgstr ""
@@ -501,8 +501,8 @@ msgstr ""
msgid "Drive mode not used when direction is input."
msgstr ""
-#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
+#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
msgid "EXTINT channel already in use"
msgstr ""
@@ -510,8 +510,8 @@ msgstr ""
msgid "Error in regex"
msgstr ""
-#: shared-bindings/microcontroller/Pin.c
-#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
+#: shared-bindings/microcontroller/Pin.c shared-bindings/pulseio/PulseOut.c
+#: shared-bindings/neopixel_write/__init__.c
#: shared-bindings/terminalio/Terminal.c
msgid "Expected a %q"
msgstr ""
@@ -520,8 +520,8 @@ msgstr ""
msgid "Expected a Characteristic"
msgstr ""
-#: shared-bindings/bleio/Characteristic.c shared-bindings/bleio/Descriptor.c
-#: shared-bindings/bleio/Service.c
+#: shared-bindings/bleio/Descriptor.c shared-bindings/bleio/Service.c
+#: shared-bindings/bleio/Characteristic.c
msgid "Expected a UUID"
msgstr ""
@@ -634,8 +634,8 @@ msgstr ""
msgid "Failed to start advertising"
msgstr ""
-#: ports/nrf/common-hal/bleio/Broadcaster.c
#: ports/nrf/common-hal/bleio/Peripheral.c
+#: ports/nrf/common-hal/bleio/Broadcaster.c
#, c-format
msgid "Failed to start advertising, err 0x%04x"
msgstr ""
@@ -653,8 +653,8 @@ msgstr ""
msgid "Failed to stop advertising"
msgstr ""
-#: ports/nrf/common-hal/bleio/Broadcaster.c
#: ports/nrf/common-hal/bleio/Peripheral.c
+#: ports/nrf/common-hal/bleio/Broadcaster.c
#, c-format
msgid "Failed to stop advertising, err 0x%04x"
msgstr ""
@@ -695,8 +695,8 @@ msgstr ""
msgid "Frequency captured is above capability. Capture Paused."
msgstr ""
-#: shared-bindings/bitbangio/I2C.c shared-bindings/bitbangio/SPI.c
#: shared-bindings/busio/I2C.c shared-bindings/busio/SPI.c
+#: shared-bindings/bitbangio/I2C.c shared-bindings/bitbangio/SPI.c
msgid "Function requires lock"
msgstr ""
@@ -772,16 +772,16 @@ msgstr ""
msgid "Invalid format chunk size"
msgstr ""
-#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
+#: shared-bindings/busio/SPI.c shared-bindings/bitbangio/SPI.c
msgid "Invalid number of bits"
msgstr ""
-#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
+#: shared-bindings/busio/SPI.c shared-bindings/bitbangio/SPI.c
msgid "Invalid phase"
msgstr ""
-#: ports/atmel-samd/common-hal/audioio/AudioOut.c
#: ports/atmel-samd/common-hal/touchio/TouchIn.c
+#: ports/atmel-samd/common-hal/audioio/AudioOut.c
#: shared-bindings/pulseio/PWMOut.c
msgid "Invalid pin"
msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
msgid "Invalid pins"
msgstr ""
-#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
+#: shared-bindings/busio/SPI.c shared-bindings/bitbangio/SPI.c
msgid "Invalid polarity"
msgstr ""
@@ -903,8 +903,8 @@ msgstr ""
msgid "No hardware random available"
msgstr ""
-#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
+#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
msgid "No hardware support on pin"
msgstr ""
@@ -1055,8 +1055,8 @@ msgstr ""
msgid "Slice and value different lengths."
msgstr ""
-#: shared-bindings/displayio/Bitmap.c shared-bindings/displayio/Group.c
-#: shared-bindings/displayio/TileGrid.c shared-bindings/pulseio/PulseIn.c
+#: shared-bindings/pulseio/PulseIn.c shared-bindings/displayio/Bitmap.c
+#: shared-bindings/displayio/TileGrid.c shared-bindings/displayio/Group.c
msgid "Slices not supported"
msgstr ""
@@ -1142,7 +1142,7 @@ msgstr ""
msgid "Too many channels in sample."
msgstr ""
-#: shared-bindings/displayio/FourWire.c shared-bindings/displayio/ParallelBus.c
+#: shared-bindings/displayio/ParallelBus.c shared-bindings/displayio/FourWire.c
msgid "Too many display busses"
msgstr ""
@@ -1302,8 +1302,8 @@ msgstr ""
msgid "argument has wrong type"
msgstr ""
-#: py/argcheck.c shared-bindings/_stage/__init__.c
-#: shared-bindings/digitalio/DigitalInOut.c shared-bindings/gamepad/GamePad.c
+#: py/argcheck.c shared-bindings/gamepad/GamePad.c
+#: shared-bindings/_stage/__init__.c shared-bindings/digitalio/DigitalInOut.c
msgid "argument num/types mismatch"
msgstr ""
@@ -1372,7 +1372,7 @@ msgstr ""
msgid "buffer size must match format"
msgstr ""
-#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
+#: shared-bindings/busio/SPI.c shared-bindings/bitbangio/SPI.c
msgid "buffer slices must be of equal length"
msgstr ""
@@ -1656,7 +1656,7 @@ msgstr ""
msgid "dict update sequence has wrong length"
msgstr ""
-#: py/modmath.c py/objfloat.c py/objint_longlong.c py/objint_mpz.c py/runtime.c
+#: py/objfloat.c py/runtime.c py/modmath.c py/objint_longlong.c py/objint_mpz.c
#: shared-bindings/math/__init__.c
msgid "division by zero"
msgstr ""
@@ -1665,7 +1665,7 @@ msgstr ""
msgid "empty"
msgstr ""
-#: extmod/moduheapq.c extmod/modutimeq.c
+#: extmod/modutimeq.c extmod/moduheapq.c
msgid "empty heap"
msgstr ""
@@ -1726,7 +1726,7 @@ msgstr ""
msgid "extra positional arguments given"
msgstr ""
-#: shared-bindings/audioio/WaveFile.c shared-bindings/displayio/OnDiskBitmap.c
+#: shared-bindings/displayio/OnDiskBitmap.c shared-bindings/audioio/WaveFile.c
msgid "file must be a file opened in byte mode"
msgstr ""
@@ -1899,7 +1899,7 @@ msgstr ""
msgid "invalid step"
msgstr ""
-#: py/compile.c py/parse.c
+#: py/parse.c py/compile.c
msgid "invalid syntax"
msgstr ""
@@ -1936,7 +1936,7 @@ msgstr ""
msgid "keywords must be strings"
msgstr ""
-#: py/emitinlinethumb.c py/emitinlinextensa.c
+#: py/emitinlinextensa.c py/emitinlinethumb.c
msgid "label '%q' not defined"
msgstr ""
@@ -2042,11 +2042,11 @@ msgstr ""
msgid "need more than %d values to unpack"
msgstr ""
-#: py/objint_longlong.c py/objint_mpz.c py/runtime.c
+#: py/runtime.c py/objint_longlong.c py/objint_mpz.c
msgid "negative power with no float support"
msgstr ""
-#: py/objint_mpz.c py/runtime.c
+#: py/runtime.c py/objint_mpz.c
msgid "negative shift count"
msgstr ""
@@ -2152,7 +2152,7 @@ msgstr ""
msgid "offset out of bounds"
msgstr ""
-#: py/objarray.c py/objstr.c py/objstrunicode.c py/objtuple.c
+#: py/objstr.c py/objarray.c py/objstrunicode.c py/objtuple.c
#: shared-bindings/nvm/ByteArray.c
msgid "only slices with step=1 (aka None) are supported"
msgstr ""
@@ -2302,7 +2302,7 @@ msgstr ""
msgid "slice step cannot be zero"
msgstr ""
-#: py/objint.c py/sequence.c
+#: py/sequence.c py/objint.c
msgid "small int overflow"
msgstr ""
@@ -2541,7 +2541,7 @@ msgstr ""
#: py/objint.c
#, c-format
-msgid "value would overflow a %d byte buffer"
+msgid "value must fit in %d byte(s)"
msgstr ""
#: shared-bindings/displayio/Bitmap.c