Skip to content

Commit c562b19

Browse files
authored
Merge pull request adafruit#1972 from tannewt/validate_mpy_load
Validate mpy load
2 parents f77abbd + fe507db commit c562b19

23 files changed

+144
-34
lines changed

locale/ID.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2019-05-13 17:34-0700\n"
11+
"POT-Creation-Date: 2019-06-25 17:53-0700\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -460,6 +460,14 @@ msgstr ""
460460
msgid "Command must be an int between 0 and 255"
461461
msgstr ""
462462

463+
#: py/persistentcode.c
464+
msgid "Corrupt .mpy file"
465+
msgstr ""
466+
467+
#: py/emitglue.c
468+
msgid "Corrupt raw code"
469+
msgstr ""
470+
463471
#: ports/nrf/common-hal/bleio/UUID.c
464472
#, c-format
465473
msgid "Could not decode ble_uuid, err 0x%04x"

locale/circuitpython.pot

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2019-05-13 17:41-0700\n"
11+
"POT-Creation-Date: 2019-06-25 17:53-0700\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -450,6 +450,14 @@ msgstr ""
450450
msgid "Command must be an int between 0 and 255"
451451
msgstr ""
452452

453+
#: py/persistentcode.c
454+
msgid "Corrupt .mpy file"
455+
msgstr ""
456+
457+
#: py/emitglue.c
458+
msgid "Corrupt raw code"
459+
msgstr ""
460+
453461
#: ports/nrf/common-hal/bleio/UUID.c
454462
#, c-format
455463
msgid "Could not decode ble_uuid, err 0x%04x"

locale/de_DE.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2019-05-13 17:34-0700\n"
10+
"POT-Creation-Date: 2019-06-25 17:53-0700\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: Pascal Deneaux\n"
1313
"Language-Team: Sebastian Plamauer, Pascal Deneaux\n"
@@ -454,6 +454,14 @@ msgstr ""
454454
msgid "Command must be an int between 0 and 255"
455455
msgstr "Der Befehl muss ein int zwischen 0 und 255 sein"
456456

457+
#: py/persistentcode.c
458+
msgid "Corrupt .mpy file"
459+
msgstr ""
460+
461+
#: py/emitglue.c
462+
msgid "Corrupt raw code"
463+
msgstr ""
464+
457465
#: ports/nrf/common-hal/bleio/UUID.c
458466
#, c-format
459467
msgid "Could not decode ble_uuid, err 0x%04x"

locale/en_US.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2019-05-13 17:34-0700\n"
10+
"POT-Creation-Date: 2019-06-25 17:53-0700\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: \n"
1313
"Language-Team: \n"
@@ -450,6 +450,14 @@ msgstr ""
450450
msgid "Command must be an int between 0 and 255"
451451
msgstr ""
452452

453+
#: py/persistentcode.c
454+
msgid "Corrupt .mpy file"
455+
msgstr ""
456+
457+
#: py/emitglue.c
458+
msgid "Corrupt raw code"
459+
msgstr ""
460+
453461
#: ports/nrf/common-hal/bleio/UUID.c
454462
#, c-format
455463
msgid "Could not decode ble_uuid, err 0x%04x"

0 commit comments

Comments
 (0)