diff options
| author | Rafa Gould <rafagoulds@gmail.com> | 2019-05-07 09:53:24 -0400 |
|---|---|---|
| committer | Rafa Gould <rafagoulds@gmail.com> | 2019-05-07 09:53:24 -0400 |
| commit | aa0a65b1976c667cbb368f0e0cca151e73ce744c (patch) | |
| tree | 4bd2617d2d718fb55fdb247c3888aa6ffbdf06c7 /locale | |
| parent | a27bc6c90afef862ecde514d17971636f776d7e9 (diff) | |
Fixes to syntax
Diffstat (limited to 'locale')
| -rw-r--r-- | locale/es.po | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/locale/es.po b/locale/es.po index 6f23e206d..c24709883 100644 --- a/locale/es.po +++ b/locale/es.po @@ -967,15 +967,16 @@ msgstr "" msgid "" "Object has been deinitialized and can no longer be used. Create a new object." msgstr "" -"El objeto se ha desinicializado y ya no se puede utilizar. Crea un nuevo objeto." +"El objeto se ha desinicializado y ya no se puede utilizar. Crea un nuevo " +"objeto" #: ports/nrf/common-hal/busio/UART.c msgid "Odd parity is not supported" msgstr "Paridad impar no soportada" #: ports/atmel-samd/common-hal/audiobusio/PDMIn.c -msgid "Only 8 or 16 bit mono with " MP_STRINGIFY(OVERSAMPLING) "x oversampling is supported." -msgstr "Solo 8 ó 16 bit mono con " MP_STRINGIFY(OVERSAMPLING) "x de sobremuestreo es soportado." +msgid "Only 8 or 16 bit mono with 'MP_STRINGIFY(OVERSAMPLING)' x oversampling is supported." +msgstr "Solo 8 ó 16 bit mono con 'MP_STRINGIFY(OVERSAMPLING)' x de sobremuestreo es soportado." #: shared-module/displayio/OnDiskBitmap.c #, c-format |
