|
7 | 7 | msgstr "" |
8 | 8 | "Project-Id-Version: \n" |
9 | 9 | "Report-Msgid-Bugs-To: \n" |
10 | | -"POT-Creation-Date: 2019-11-21 16:50-0800\n" |
| 10 | +"POT-Creation-Date: 2019-11-23 13:58-0500\n" |
11 | 11 | "PO-Revision-Date: 2018-07-27 11:55-0700\n" |
12 | 12 | "Last-Translator: Pascal Deneaux\n" |
13 | 13 | "Language-Team: Sebastian Plamauer, Pascal Deneaux\n" |
@@ -847,6 +847,10 @@ msgstr "" |
847 | 847 | msgid "Must be a %q subclass." |
848 | 848 | msgstr "Muss eine %q Unterklasse sein." |
849 | 849 |
|
| 850 | +#: shared-bindings/_pixelbuf/PixelBuf.c |
| 851 | +msgid "Negative step not supported" |
| 852 | +msgstr "" |
| 853 | + |
850 | 854 | #: ports/nrf/common-hal/_bleio/Characteristic.c |
851 | 855 | msgid "No CCCD for this Characteristic" |
852 | 856 | msgstr "Kein CCCD für diese Charakteristik" |
@@ -947,10 +951,6 @@ msgstr "" |
947 | 951 | "Nur monochrome, indizierte 4bpp oder 8bpp, und 16bpp oder größere BMPs " |
948 | 952 | "unterstützt: %d bpp wurden gegeben" |
949 | 953 |
|
950 | | -#: shared-bindings/_pixelbuf/PixelBuf.c |
951 | | -msgid "Only slices with step=1 (aka None) are supported" |
952 | | -msgstr "" |
953 | | - |
954 | 954 | #: shared-bindings/audiobusio/PDMIn.c |
955 | 955 | msgid "Oversample must be multiple of 8." |
956 | 956 | msgstr "Oversample muss ein Vielfaches von 8 sein." |
@@ -1464,9 +1464,8 @@ msgid "byte code not implemented" |
1464 | 1464 | msgstr "" |
1465 | 1465 |
|
1466 | 1466 | #: shared-bindings/_pixelbuf/PixelBuf.c |
1467 | | -#, c-format |
1468 | | -msgid "byteorder is not an instance of ByteOrder (got a %s)" |
1469 | | -msgstr "byteorder ist keine Instanz von ByteOrder (%s erhalten)" |
| 1467 | +msgid "byteorder is not a string" |
| 1468 | +msgstr "" |
1470 | 1469 |
|
1471 | 1470 | #: ports/atmel-samd/common-hal/busio/UART.c |
1472 | 1471 | msgid "bytes > 8 bits not supported" |
@@ -2648,10 +2647,6 @@ msgstr "value_count muss größer als 0 sein" |
2648 | 2647 | msgid "window must be <= interval" |
2649 | 2648 | msgstr "" |
2650 | 2649 |
|
2651 | | -#: shared-bindings/_pixelbuf/PixelBuf.c |
2652 | | -msgid "write_args must be a list, tuple, or None" |
2653 | | -msgstr "write_args muss eine Liste, ein Tupel oder None sein" |
2654 | | - |
2655 | 2650 | #: py/objstr.c |
2656 | 2651 | msgid "wrong number of arguments" |
2657 | 2652 | msgstr "falsche Anzahl an Argumenten" |
@@ -2941,6 +2936,10 @@ msgstr "" |
2941 | 2936 | #~ msgid "buffer too long" |
2942 | 2937 | #~ msgstr "Buffer zu lang" |
2943 | 2938 |
|
| 2939 | +#, c-format |
| 2940 | +#~ msgid "byteorder is not an instance of ByteOrder (got a %s)" |
| 2941 | +#~ msgstr "byteorder ist keine Instanz von ByteOrder (%s erhalten)" |
| 2942 | + |
2944 | 2943 | #~ msgid "expected a DigitalInOut" |
2945 | 2944 | #~ msgstr "erwarte DigitalInOut" |
2946 | 2945 |
|
@@ -3007,3 +3006,6 @@ msgstr "" |
3007 | 3006 |
|
3008 | 3007 | #~ msgid "wifi_set_ip_info() failed" |
3009 | 3008 | #~ msgstr "wifi_set_ip_info() fehlgeschlagen" |
| 3009 | + |
| 3010 | +#~ msgid "write_args must be a list, tuple, or None" |
| 3011 | +#~ msgstr "write_args muss eine Liste, ein Tupel oder None sein" |
0 commit comments