From 485d8bcca1b903f1ae3524a781941eb0ad1e748a Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 24 Apr 2018 15:52:03 -0400 Subject: [PATCH 01/42] Tue Apr 24 2018 15:52:03 GMT-0400 (SA Western Standard Time) --- LICENSE.md | 29 +++++++++++++++++++++++++++++ manifest.json | 29 +++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 LICENSE.md create mode 100644 manifest.json diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..98f733d --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,29 @@ + +# License +## Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) + +This is a human-readable summary of (and not a substitute for) the full license found at http://creativecommons.org/licenses/by-sa/4.0/. + +### You are free to: + + * **Share** — copy and redistribute the material in any medium or format + * **Adapt** — remix, transform, and build upon the material + +for any purpose, even commercially. + +The licensor cannot revoke these freedoms as long as you follow the license terms. + +### Under the following conditions: + + * **Attribution** — You must attribute the work as follows: "Original work available at https://door43.org/." Attribution statements in derivative works should not in any way suggest that we endorse you or your use of this work. + * **ShareAlike** — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original. + +**No additional restrictions** — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits. + +### Notices: + +You do not have to comply with the license for elements of the material in the public domain or where your use is permitted by an applicable exception or limitation. + +No warranties are given. The license may not give you all of the permissions necessary for your intended use. For example, other rights such as publicity, privacy, or moral rights may limit how you use the material. + +This PDF was generated using Prince (https://www.princexml.com/). diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..71e37d9 --- /dev/null +++ b/manifest.json @@ -0,0 +1,29 @@ +{ + "package_version": 6, + "format": "usfm", + "generator": { + "name": "ts-desktop", + "build": "132" + }, + "target_language": { + "id": "es-419", + "name": "Español Latin America", + "direction": "ltr" + }, + "project": { + "id": "hos", + "name": "Hosea" + }, + "type": { + "id": "text", + "name": "Text" + }, + "resource": { + "id": "ulb", + "name": "Unlocked Literal Bible" + }, + "source_translations": [], + "parent_draft": {}, + "translators": [], + "finished_chunks": [] +} \ No newline at end of file From 3a0c4d918aa6ab312d56541f1fd128e06b8ede53 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 24 Apr 2018 15:52:19 -0400 Subject: [PATCH 02/42] Tue Apr 24 2018 15:52:19 GMT-0400 (SA Western Standard Time) --- manifest.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 71e37d9..c1086e3 100644 --- a/manifest.json +++ b/manifest.json @@ -22,7 +22,15 @@ "id": "ulb", "name": "Unlocked Literal Bible" }, - "source_translations": [], + "source_translations": [ + { + "language_id": "en", + "resource_id": "ulb", + "checking_level": "3", + "date_modified": "2017-10-03T00:00:00+00:00", + "version": "11" + } + ], "parent_draft": {}, "translators": [], "finished_chunks": [] From 1a9477570b928a94bc29698cd29651773b6beda1 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 24 Apr 2018 15:54:05 -0400 Subject: [PATCH 03/42] Tue Apr 24 2018 15:54:05 GMT-0400 (SA Western Standard Time) --- 03/title.txt | 1 + manifest.json | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 03/title.txt diff --git a/03/title.txt b/03/title.txt new file mode 100644 index 0000000..3dd8c42 --- /dev/null +++ b/03/title.txt @@ -0,0 +1 @@ +Oseá \ No newline at end of file diff --git a/manifest.json b/manifest.json index c1086e3..69d194c 100644 --- a/manifest.json +++ b/manifest.json @@ -32,6 +32,8 @@ } ], "parent_draft": {}, - "translators": [], + "translators": [ + "Milady Zafiro Díaz Cabello" + ], "finished_chunks": [] } \ No newline at end of file From 27a034ac60498134e127909e2138531fd7e239ed Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 24 Apr 2018 15:56:05 -0400 Subject: [PATCH 04/42] Tue Apr 24 2018 15:56:05 GMT-0400 (SA Western Standard Time) --- 03/01.txt | 1 + 03/title.txt | 2 +- manifest.json | 4 +++- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 03/01.txt diff --git a/03/01.txt b/03/01.txt new file mode 100644 index 0000000..fd499f7 --- /dev/null +++ b/03/01.txt @@ -0,0 +1 @@ +\c 3 El SEÑOR me dijo a mí: "Ve otra vez, ama una mujer, amada por su esposo, pero quien es una adúltera. Ámala tal como Yo, el SEÑOR, amo a la gente de Israel, aunque se vayan con otros dioses y amen los \ No newline at end of file diff --git a/03/title.txt b/03/title.txt index 3dd8c42..7b8e8b9 100644 --- a/03/title.txt +++ b/03/title.txt @@ -1 +1 @@ -Oseá \ No newline at end of file +Oséas 3 \ No newline at end of file diff --git a/manifest.json b/manifest.json index 69d194c..717fed1 100644 --- a/manifest.json +++ b/manifest.json @@ -35,5 +35,7 @@ "translators": [ "Milady Zafiro Díaz Cabello" ], - "finished_chunks": [] + "finished_chunks": [ + "03-title" + ] } \ No newline at end of file From cfd3b80e0d9a3fc7b46a602ce3b2ea0eac049b9c Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 24 Apr 2018 15:58:05 -0400 Subject: [PATCH 05/42] Tue Apr 24 2018 15:58:05 GMT-0400 (SA Western Standard Time) --- 03/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/01.txt b/03/01.txt index fd499f7..1b700ed 100644 --- a/03/01.txt +++ b/03/01.txt @@ -1 +1 @@ -\c 3 El SEÑOR me dijo a mí: "Ve otra vez, ama una mujer, amada por su esposo, pero quien es una adúltera. Ámala tal como Yo, el SEÑOR, amo a la gente de Israel, aunque se vayan con otros dioses y amen los \ No newline at end of file +\c 3 \v 1 \v 2 \v 3 El SEÑOR me dijo a mí: "Ve otra vez, ama una mujer, amada por su esposo, pero quien es una adúltera. Ámala tal como Yo, el SEÑOR, amo a la gente de Israel, aunque se vayan con otros dioses y amen los pasteles de pasas." \ No newline at end of file From 948b0b8820a9c5f6504e7c85730747c46a56897f Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 24 Apr 2018 16:00:05 -0400 Subject: [PATCH 06/42] Tue Apr 24 2018 16:00:05 GMT-0400 (SA Western Standard Time) --- 03/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/01.txt b/03/01.txt index 1b700ed..3ef806b 100644 --- a/03/01.txt +++ b/03/01.txt @@ -1 +1 @@ -\c 3 \v 1 \v 2 \v 3 El SEÑOR me dijo a mí: "Ve otra vez, ama una mujer, amada por su esposo, pero quien es una adúltera. Ámala tal como Yo, el SEÑOR, amo a la gente de Israel, aunque se vayan con otros dioses y amen los pasteles de pasas." \ No newline at end of file +\c 3 \v 1 \v 2 \v 3 El SEÑOR me dijo a mí: "Ve otra vez, ama una mujer, amada por su esposo, pero quien es una adúltera. Ámala tal como Yo, el SEÑOR, amo a la gente de Israel, aunque se vayan con otros dioses y amen los pasteles de pasas." Así que la compré para mí por quince piezas de plata y un homer y un letek de cebada. Yo le dije a ella: "Tú debes vivir conmigo por muchos días. Tú no serás una prostituta o le pertenecerás a ningún otro hombre. \ No newline at end of file From f902eeb04ad55615a01102c53be470995f6d2f45 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 24 Apr 2018 16:02:05 -0400 Subject: [PATCH 07/42] Tue Apr 24 2018 16:02:05 GMT-0400 (SA Western Standard Time) --- 03/01.txt | 2 +- 03/04.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 03/04.txt diff --git a/03/01.txt b/03/01.txt index 3ef806b..fb9c93f 100644 --- a/03/01.txt +++ b/03/01.txt @@ -1 +1 @@ -\c 3 \v 1 \v 2 \v 3 El SEÑOR me dijo a mí: "Ve otra vez, ama una mujer, amada por su esposo, pero quien es una adúltera. Ámala tal como Yo, el SEÑOR, amo a la gente de Israel, aunque se vayan con otros dioses y amen los pasteles de pasas." Así que la compré para mí por quince piezas de plata y un homer y un letek de cebada. Yo le dije a ella: "Tú debes vivir conmigo por muchos días. Tú no serás una prostituta o le pertenecerás a ningún otro hombre. \ No newline at end of file +\c 3 \v 1 El SEÑOR me dijo a mí: "Ve otra vez, ama una mujer, amada por su esposo, pero quien es una adúltera. Ámala tal como Yo, el SEÑOR, amo a la gente de Israel, aunque se vayan con otros dioses y amen los pasteles de pasas." \v 2 Así que la compré para mí por quince piezas de plata y un homer y un letek de cebada. \v 3 Yo le dije a ella: "Tú debes vivir conmigo por muchos días. Tú no serás una prostituta o le pertenecerás a ningún otro hombre. En la misma manera, yo estaré contigo." \ No newline at end of file diff --git a/03/04.txt b/03/04.txt new file mode 100644 index 0000000..d82de42 --- /dev/null +++ b/03/04.txt @@ -0,0 +1 @@ +Porque la gente de Israel vivirá por muchos días sin un rey, príncipe, sacrificio, pilar de piedra, efod o ídolos en el hogar. Luego, la gente de Israel regresará y buscarán al SEÑOR su Dios y a David su rey, y en los últimos \ No newline at end of file From 6a6889423462c945a86bc8d7e2e055ea75ea3644 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 24 Apr 2018 16:03:14 -0400 Subject: [PATCH 08/42] Tue Apr 24 2018 16:03:14 GMT-0400 (SA Western Standard Time) --- 03/04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/04.txt b/03/04.txt index d82de42..331b62d 100644 --- a/03/04.txt +++ b/03/04.txt @@ -1 +1 @@ -Porque la gente de Israel vivirá por muchos días sin un rey, príncipe, sacrificio, pilar de piedra, efod o ídolos en el hogar. Luego, la gente de Israel regresará y buscarán al SEÑOR su Dios y a David su rey, y en los últimos \ No newline at end of file +\v 4 Porque la gente de Israel vivirá por muchos días sin un rey, príncipe, sacrificio, pilar de piedra, efod o ídolos en el hogar. \v 5 Luego, la gente de Israel regresará y buscará al SEÑOR su Dios y a David su rey, y en los últimos días, ellos vendrán temblando ante el SEÑOR y su bondad. \ No newline at end of file From f807cc78e4f53d6e60ca1b9c9f2878c723224943 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 24 Apr 2018 16:23:49 -0400 Subject: [PATCH 09/42] Tue Apr 24 2018 16:23:48 GMT-0400 (SA Western Standard Time) --- 07/title.txt | 1 + manifest.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 07/title.txt diff --git a/07/title.txt b/07/title.txt new file mode 100644 index 0000000..68d7e52 --- /dev/null +++ b/07/title.txt @@ -0,0 +1 @@ +Capítulo 7 \ No newline at end of file diff --git a/manifest.json b/manifest.json index 717fed1..3132950 100644 --- a/manifest.json +++ b/manifest.json @@ -36,6 +36,7 @@ "Milady Zafiro Díaz Cabello" ], "finished_chunks": [ - "03-title" + "03-title", + "07-title" ] } \ No newline at end of file From 46859fcadf7cc78f3f2ea6340b0d0588484ec0cc Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 24 Apr 2018 16:29:49 -0400 Subject: [PATCH 10/42] Tue Apr 24 2018 16:29:48 GMT-0400 (SA Western Standard Time) --- 07/01.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 07/01.txt diff --git a/07/01.txt b/07/01.txt new file mode 100644 index 0000000..854e74e --- /dev/null +++ b/07/01.txt @@ -0,0 +1 @@ +\c 7 Cuando Yo quiero sanar a Israel, el pecado de Efraín es expuesto, igual que los hechos malevolos de Samaria, porque ellos practican el engaño; un ladrón entra, y una banda de la merodeadores ataca las calles. E \ No newline at end of file From 91b0f412cc2294e729991b23fda78af8df10893d Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 24 Apr 2018 16:31:49 -0400 Subject: [PATCH 11/42] Tue Apr 24 2018 16:31:48 GMT-0400 (SA Western Standard Time) --- 07/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/01.txt b/07/01.txt index 854e74e..0b9807c 100644 --- a/07/01.txt +++ b/07/01.txt @@ -1 +1 @@ -\c 7 Cuando Yo quiero sanar a Israel, el pecado de Efraín es expuesto, igual que los hechos malevolos de Samaria, porque ellos practican el engaño; un ladrón entra, y una banda de la merodeadores ataca las calles. E \ No newline at end of file +\c 7 \v 1 \v 2 Cuando Yo quiero sanar a Israel, el pecado de Efraín es expuesto, igual que los actos malevolos de Samaria, porque ellos practican el engaño; un ladrón entra, y una banda de la merodeadores ataca las calles. Ellos no se dan cuenta en sus corazones que Yo recuerdo todos sus actos malevolos. Ahora sus hechos los rodean; ellos estan frente a mi rostro. \ No newline at end of file From 7b44d231495199911916569d89e67c4291b3f48f Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 24 Apr 2018 16:33:49 -0400 Subject: [PATCH 12/42] Tue Apr 24 2018 16:33:48 GMT-0400 (SA Western Standard Time) --- 07/01.txt | 2 +- 07/03.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 07/03.txt diff --git a/07/01.txt b/07/01.txt index 0b9807c..9e96a06 100644 --- a/07/01.txt +++ b/07/01.txt @@ -1 +1 @@ -\c 7 \v 1 \v 2 Cuando Yo quiero sanar a Israel, el pecado de Efraín es expuesto, igual que los actos malevolos de Samaria, porque ellos practican el engaño; un ladrón entra, y una banda de la merodeadores ataca las calles. Ellos no se dan cuenta en sus corazones que Yo recuerdo todos sus actos malevolos. Ahora sus hechos los rodean; ellos estan frente a mi rostro. \ No newline at end of file +\c 7 \v 1 Cuando Yo quiero sanar a Israel, el pecado de Efraín es expuesto, igual que los actos malevolos de Samaria, porque ellos practican el engaño; un ladrón entra, y una banda de la merodeadores ataca las calles. \v 2 Ellos no se dan cuenta en sus corazones que Yo recuerdo todos sus actos malevolos. Ahora sus actos los rodean; ellos estan frente a mi rostro. \ No newline at end of file diff --git a/07/03.txt b/07/03.txt new file mode 100644 index 0000000..cadda50 --- /dev/null +++ b/07/03.txt @@ -0,0 +1 @@ +Con su maldas ellos hacen al rey feliz, y a los oficiales con sus mentiras. Todos ellos son adulteros, como un horno calentado por el panadero, quien deja de revolver el fuego de la mezcla de la harina hasta \ No newline at end of file From a44570f54cf78d600deb473855f457bbb42c8344 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 24 Apr 2018 16:35:49 -0400 Subject: [PATCH 13/42] Tue Apr 24 2018 16:35:48 GMT-0400 (SA Western Standard Time) --- 07/03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/03.txt b/07/03.txt index cadda50..c9dbcb1 100644 --- a/07/03.txt +++ b/07/03.txt @@ -1 +1 @@ -Con su maldas ellos hacen al rey feliz, y a los oficiales con sus mentiras. Todos ellos son adulteros, como un horno calentado por el panadero, quien deja de revolver el fuego de la mezcla de la harina hasta \ No newline at end of file +\v 3 Con su maldas ellos hacen al rey feliz, y a los oficiales con sus mentiras. \v 4 Todos ellos son adulteros, como un horno calentado por el panadero, quien deja de revolver el fuego de la masa de la harina hasta que esta levada. \v 5 En el día de nuestro rey, los oficiales se enfermaron a sí mismos con el calor del vino. Él estiro la mano a esos que estaban burlandose. \ No newline at end of file From 17271d76e2f3e7dc4c56d027623a10c781ce4563 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 24 Apr 2018 16:37:49 -0400 Subject: [PATCH 14/42] Tue Apr 24 2018 16:37:49 GMT-0400 (SA Western Standard Time) --- 07/03.txt | 2 +- 07/06.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 07/06.txt diff --git a/07/03.txt b/07/03.txt index c9dbcb1..464fd08 100644 --- a/07/03.txt +++ b/07/03.txt @@ -1 +1 @@ -\v 3 Con su maldas ellos hacen al rey feliz, y a los oficiales con sus mentiras. \v 4 Todos ellos son adulteros, como un horno calentado por el panadero, quien deja de revolver el fuego de la masa de la harina hasta que esta levada. \v 5 En el día de nuestro rey, los oficiales se enfermaron a sí mismos con el calor del vino. Él estiro la mano a esos que estaban burlandose. \ No newline at end of file +\v 3 Con su maldades ellos hacen al rey feliz, y a los oficiales con sus mentiras. \v 4 Todos ellos son adúlteros, como un horno calentado por el panadero, quien deja de revolver el fuego de la masa de la harina hasta que esta levada. \v 5 En el día de nuestro rey, los oficiales se enfermaron a sí mismos con el calor del vino. Él estiro la mano a esos que estaban burlándose. \ No newline at end of file diff --git a/07/06.txt b/07/06.txt new file mode 100644 index 0000000..cbd212f --- /dev/null +++ b/07/06.txt @@ -0,0 +1 @@ +Porque con corazones como un horno, ellos planifican sus planes engañosos. Su enojo arde toda la noche; en la mañana se quema como un fue \ No newline at end of file From ea2cfaf87290a7c57e7899f857740588a75a41e7 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 24 Apr 2018 16:39:49 -0400 Subject: [PATCH 15/42] Tue Apr 24 2018 16:39:48 GMT-0400 (SA Western Standard Time) --- 07/06.txt | 2 +- 07/08.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 07/08.txt diff --git a/07/06.txt b/07/06.txt index cbd212f..aa2bc37 100644 --- a/07/06.txt +++ b/07/06.txt @@ -1 +1 @@ -Porque con corazones como un horno, ellos planifican sus planes engañosos. Su enojo arde toda la noche; en la mañana se quema como un fue \ No newline at end of file +\v 6 Porque con corazones como un horno, ellos planifican sus planes engañosos. Su enojo arde toda la noche; en la mañana se quema como un alto fuego ardiente. \v 7 Todos ellos son calientes como un horno, y ellos devoran a aquellos que gobiernan sobre ellos. Todos sus reyes han caído; ninguno de ellos clama a Mí. \ No newline at end of file diff --git a/07/08.txt b/07/08.txt new file mode 100644 index 0000000..bf1dd6d --- /dev/null +++ b/07/08.txt @@ -0,0 +1 @@ +Efraín se mezcla a sí mismo entre la gente. Efraín es un pastel plano que no ha sido virado. Extra \ No newline at end of file From 62530ed12cf800f10409c7b5f700e4c2af45382e Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 24 Apr 2018 16:41:49 -0400 Subject: [PATCH 16/42] Tue Apr 24 2018 16:41:48 GMT-0400 (SA Western Standard Time) --- 07/08.txt | 2 +- 07/10.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 07/10.txt diff --git a/07/08.txt b/07/08.txt index bf1dd6d..e51c516 100644 --- a/07/08.txt +++ b/07/08.txt @@ -1 +1 @@ -Efraín se mezcla a sí mismo entre la gente. Efraín es un pastel plano que no ha sido virado. Extra \ No newline at end of file +\v 8 Efraín se mezcla a sí mismo entre la gente. Efraín es un pastel plano que no ha sido virado. \v 9 Extranjeros han devorado sus fuerzas, pero él no lo sabe. Cabellos negros han sido esparcidos en él, pero él no lo sabe. \ No newline at end of file diff --git a/07/10.txt b/07/10.txt new file mode 100644 index 0000000..c8a7d2e --- /dev/null +++ b/07/10.txt @@ -0,0 +1 @@ +El orgullo de Israel testifica en contra de él; sin embargo, ellos no han regresado al SEÑOR su Dios, ni lo han buscado, a pesar de todo esto. Efraín es como una paloma, cre \ No newline at end of file From d4bbf4dd69569ce9681169382a749ada14a5f5be Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 24 Apr 2018 16:43:49 -0400 Subject: [PATCH 17/42] Tue Apr 24 2018 16:43:48 GMT-0400 (SA Western Standard Time) --- 07/10.txt | 2 +- 07/12.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 07/12.txt diff --git a/07/10.txt b/07/10.txt index c8a7d2e..c3f93e8 100644 --- a/07/10.txt +++ b/07/10.txt @@ -1 +1 @@ -El orgullo de Israel testifica en contra de él; sin embargo, ellos no han regresado al SEÑOR su Dios, ni lo han buscado, a pesar de todo esto. Efraín es como una paloma, cre \ No newline at end of file +\v 10 El orgullo de Israel testifica en contra de él; sin embargo, ellos no han regresado al SEÑOR su Dios, ni lo han buscado, a pesar de todo esto. \v 11 Efraín es como una paloma, crédulo y sin sentido, clamando por Egipto, y luego escápando a Asiria. \ No newline at end of file diff --git a/07/12.txt b/07/12.txt new file mode 100644 index 0000000..b2760ae --- /dev/null +++ b/07/12.txt @@ -0,0 +1 @@ +Cuando ellos vayan, Yo abriré mi red sobre ellos, Yo los derribaré como aves del cielo. Yo los castigaré en su \ No newline at end of file From b21389821e2be7cfb296788792fff210d41b47b1 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 24 Apr 2018 16:45:49 -0400 Subject: [PATCH 18/42] Tue Apr 24 2018 16:45:48 GMT-0400 (SA Western Standard Time) --- 07/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/12.txt b/07/12.txt index b2760ae..662d8f5 100644 --- a/07/12.txt +++ b/07/12.txt @@ -1 +1 @@ -Cuando ellos vayan, Yo abriré mi red sobre ellos, Yo los derribaré como aves del cielo. Yo los castigaré en su \ No newline at end of file +Cuando ellos vayan, Yo abriré mi red sobre ellos, Yo los derribaré como aves del cielo. Yo los castigaré en su congregación. ¡Aflicción a ellos! Porque ellos se han extraviado de Mí. ¡La devastación viene a ellos! \ No newline at end of file From c0846712df1e5e3b2d08c163fbe46c7a0e456f65 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 24 Apr 2018 16:49:49 -0400 Subject: [PATCH 19/42] Tue Apr 24 2018 16:49:48 GMT-0400 (SA Western Standard Time) --- 07/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/12.txt b/07/12.txt index 662d8f5..a5b38e3 100644 --- a/07/12.txt +++ b/07/12.txt @@ -1 +1 @@ -Cuando ellos vayan, Yo abriré mi red sobre ellos, Yo los derribaré como aves del cielo. Yo los castigaré en su congregación. ¡Aflicción a ellos! Porque ellos se han extraviado de Mí. ¡La devastación viene a ellos! \ No newline at end of file +\v 12 \v 13 Cuando ellos vayan, Yo abriré mi red sobre ellos, Yo los derribaré como aves del cielo. Yo los castigaré en su congregación. ¡Aflicción a ellos! Porque ellos se han extraviado de Mí. ¡La devastación viene a ellos! !Ellos se han rebelado en contra mía! Yo los hubiera rescatado a ellos, pero ellos hablan mentiras en contra mía. \ No newline at end of file From 4075e16dcc7ebf1d7220a4dd01c72620f51ec93c Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 24 Apr 2018 16:51:49 -0400 Subject: [PATCH 20/42] Tue Apr 24 2018 16:51:48 GMT-0400 (SA Western Standard Time) --- 07/12.txt | 2 +- 07/14.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 07/14.txt diff --git a/07/12.txt b/07/12.txt index a5b38e3..a428e8d 100644 --- a/07/12.txt +++ b/07/12.txt @@ -1 +1 @@ -\v 12 \v 13 Cuando ellos vayan, Yo abriré mi red sobre ellos, Yo los derribaré como aves del cielo. Yo los castigaré en su congregación. ¡Aflicción a ellos! Porque ellos se han extraviado de Mí. ¡La devastación viene a ellos! !Ellos se han rebelado en contra mía! Yo los hubiera rescatado a ellos, pero ellos hablan mentiras en contra mía. \ No newline at end of file +\v 12 Cuando ellos vayan, Yo abriré mi red sobre ellos, Yo los derribaré como aves del cielo. Yo los castigaré en su congregación. \v 13 ¡Aflicción a ellos! Porque ellos se han extraviado de Mí. ¡La devastación viene a ellos! ¡Ellos se han rebelado en contra mía! Yo los hubiera rescatado a ellos, pero ellos hablan mentiras en contra mía. \ No newline at end of file diff --git a/07/14.txt b/07/14.txt new file mode 100644 index 0000000..86e8efb --- /dev/null +++ b/07/14.txt @@ -0,0 +1 @@ +\v 14 \v 15 Ellos no han clamado a Mí con todo su corazón, pero ellos han llorado en sus camas. Ellos se juntan por el grano y vino nuevo, y ellos me han dado la espalda. Aunque Yo les entrené y los fortalecí \ No newline at end of file From be8be7c8ddcef76fdcc707ab8e82cb91dea2c6a7 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 24 Apr 2018 16:53:49 -0400 Subject: [PATCH 21/42] Tue Apr 24 2018 16:53:48 GMT-0400 (SA Western Standard Time) --- 07/14.txt | 2 +- 07/16.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 07/16.txt diff --git a/07/14.txt b/07/14.txt index 86e8efb..6f75de6 100644 --- a/07/14.txt +++ b/07/14.txt @@ -1 +1 @@ -\v 14 \v 15 Ellos no han clamado a Mí con todo su corazón, pero ellos han llorado en sus camas. Ellos se juntan por el grano y vino nuevo, y ellos me han dado la espalda. Aunque Yo les entrené y los fortalecí \ No newline at end of file +\v 14 Ellos no han clamado a Mí con todo su corazón, pero ellos han llorado en sus camas. Ellos se juntan por el grano y vino nuevo, y ellos me han dado la espalda. \v 15 Aunque Yo les entrené y les fortalecí los brazos, ellos ahora están planificando maldad en contra mía. \ No newline at end of file diff --git a/07/16.txt b/07/16.txt new file mode 100644 index 0000000..391f668 --- /dev/null +++ b/07/16.txt @@ -0,0 +1 @@ +\v 16 Ellos regresan, pero ellos no regresan a Mí, el Altísimo. Ellos son como un arco flojo. Sus oficiales caerán por la espada por la insolencia de sus lenguas. Est \ No newline at end of file From 6cd3841b0d7d3910bdce689d49f9a70c5370ef7d Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 24 Apr 2018 16:54:44 -0400 Subject: [PATCH 22/42] Tue Apr 24 2018 16:54:43 GMT-0400 (SA Western Standard Time) --- 07/16.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/16.txt b/07/16.txt index 391f668..120795f 100644 --- a/07/16.txt +++ b/07/16.txt @@ -1 +1 @@ -\v 16 Ellos regresan, pero ellos no regresan a Mí, el Altísimo. Ellos son como un arco flojo. Sus oficiales caerán por la espada por la insolencia de sus lenguas. Est \ No newline at end of file +\v 16 Ellos regresan, pero ellos no regresan a Mí, el Altísimo. Ellos son como un arco flojo. Sus oficiales caerán por la espada por la insolencia de sus lenguas. Ésta se volverá su burla en la tierra de Egipto. \ No newline at end of file From b5ca2a1e9bc67ced66032b1ec62a766e3e4f93b9 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 27 Apr 2018 11:01:03 -0400 Subject: [PATCH 23/42] Fri Apr 27 2018 11:01:03 GMT-0400 (SA Western Standard Time) --- 11/title.txt | 1 + manifest.json | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 11/title.txt diff --git a/11/title.txt b/11/title.txt new file mode 100644 index 0000000..3e199ad --- /dev/null +++ b/11/title.txt @@ -0,0 +1 @@ +Capítulo 11 \ No newline at end of file diff --git a/manifest.json b/manifest.json index 3132950..9a179d4 100644 --- a/manifest.json +++ b/manifest.json @@ -33,10 +33,12 @@ ], "parent_draft": {}, "translators": [ - "Milady Zafiro Díaz Cabello" + "Milady Zafiro Díaz Cabello", + "Milady Zafiro" ], "finished_chunks": [ "03-title", - "07-title" + "07-title", + "11-title" ] } \ No newline at end of file From 20209cf7f68149102c30ce44fa597cce3bbb6933 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 27 Apr 2018 11:07:03 -0400 Subject: [PATCH 24/42] Fri Apr 27 2018 11:07:03 GMT-0400 (SA Western Standard Time) --- 11/01.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 11/01.txt diff --git a/11/01.txt b/11/01.txt new file mode 100644 index 0000000..8904561 --- /dev/null +++ b/11/01.txt @@ -0,0 +1 @@ +\c 11 Cuando Israel era un hombre joven, Yo lo amé, y Yo saqué a Mi hijo de Egipto. Mientras más los llamaba, más ellos se alejaban de Mí. Ellos sacrificaron a los baales y quemaron incienso a sus íd \ No newline at end of file From d89695cd28fb6e12ba97045f76355e98848e538d Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 27 Apr 2018 11:09:03 -0400 Subject: [PATCH 25/42] Fri Apr 27 2018 11:09:03 GMT-0400 (SA Western Standard Time) --- 11/01.txt | 2 +- 11/03.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 11/03.txt diff --git a/11/01.txt b/11/01.txt index 8904561..60e14b9 100644 --- a/11/01.txt +++ b/11/01.txt @@ -1 +1 @@ -\c 11 Cuando Israel era un hombre joven, Yo lo amé, y Yo saqué a Mi hijo de Egipto. Mientras más los llamaba, más ellos se alejaban de Mí. Ellos sacrificaron a los baales y quemaron incienso a sus íd \ No newline at end of file +\c 11 \v 1 Cuando Israel era un hombre joven, Yo lo amé, y Yo llamé a Mi hijo fuera de Egipto. \v 2 Mientras más los llamaba, más ellos se alejaban de Mí. Ellos sacrificaron a los baales y quemaron incienso a sus ídolos. \ No newline at end of file diff --git a/11/03.txt b/11/03.txt new file mode 100644 index 0000000..652af7e --- /dev/null +++ b/11/03.txt @@ -0,0 +1 @@ +Sin embargo, fuí Yo quien le enseñó a Efraín a caminar. Fuí Yo quien los levantó en sus brazos, pero ellos no sab \ No newline at end of file From b888de7ea2a60e0fd43ac60f0b2a414365069244 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 27 Apr 2018 11:11:03 -0400 Subject: [PATCH 26/42] Fri Apr 27 2018 11:11:03 GMT-0400 (SA Western Standard Time) --- 11/03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11/03.txt b/11/03.txt index 652af7e..cb0805c 100644 --- a/11/03.txt +++ b/11/03.txt @@ -1 +1 @@ -Sin embargo, fuí Yo quien le enseñó a Efraín a caminar. Fuí Yo quien los levantó en sus brazos, pero ellos no sab \ No newline at end of file +\v 3 \v 4 Sin embargo, fuí Yo quien le enseñó a Efraín a caminar. Fuí Yo quien los levantó en sus brazos, pero ellos no sabían que Yo cuidé de ellos. Yo los guié con cuerdas de humanidad, con bandas de amor. Yo fuí para ellos como alguien que aligera el yugo de sus quijadas, \ No newline at end of file From 13511f75848a23eb4e18ed5ff6ce7868d39b1c6b Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 27 Apr 2018 11:13:03 -0400 Subject: [PATCH 27/42] Fri Apr 27 2018 11:13:03 GMT-0400 (SA Western Standard Time) --- 11/03.txt | 2 +- 11/05.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 11/05.txt diff --git a/11/03.txt b/11/03.txt index cb0805c..9dccafb 100644 --- a/11/03.txt +++ b/11/03.txt @@ -1 +1 @@ -\v 3 \v 4 Sin embargo, fuí Yo quien le enseñó a Efraín a caminar. Fuí Yo quien los levantó en sus brazos, pero ellos no sabían que Yo cuidé de ellos. Yo los guié con cuerdas de humanidad, con bandas de amor. Yo fuí para ellos como alguien que aligera el yugo de sus quijadas, \ No newline at end of file +\v 3 Sin embargo, fuí Yo quien le enseñó a Efraín a caminar. Fuí Yo quien los levantó en sus brazos, pero ellos no sabían que Yo cuidé de ellos. \v 4 Yo los guié con cuerdas de humanidad, con bandas de amor. Yo fuí para ellos como alguien que aligera el yugo de sus quijadas, y Yo me doblaba y los alimentaba a ellos. \ No newline at end of file diff --git a/11/05.txt b/11/05.txt new file mode 100644 index 0000000..c1a13c6 --- /dev/null +++ b/11/05.txt @@ -0,0 +1 @@ +¿No regresarán ellos a la tierra de Egipto? ¿No gobernará Asiria sobre ellos por \ No newline at end of file From bedc725218b26a4c8b0e97f2a702d643dc89dab4 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 27 Apr 2018 11:15:03 -0400 Subject: [PATCH 28/42] Fri Apr 27 2018 11:15:03 GMT-0400 (SA Western Standard Time) --- 11/05.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11/05.txt b/11/05.txt index c1a13c6..919f404 100644 --- a/11/05.txt +++ b/11/05.txt @@ -1 +1 @@ -¿No regresarán ellos a la tierra de Egipto? ¿No gobernará Asiria sobre ellos por \ No newline at end of file +¿No regresarán ellos a la tierra de Egipto? ¿No gobernará Asiria sobre ellos porque ellos se niegan a regresar a Mí? La espada caerá en sus ciudades y destruirá las barras de sus puertas; los destruirá a ellos por sus propios planes. Mi gente está determinada a alejarse de Mí. Aunque ellos claman por el Al \ No newline at end of file From 2d5f84c73592fd7a113f569c100217863d59d5c1 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 27 Apr 2018 11:17:03 -0400 Subject: [PATCH 29/42] Fri Apr 27 2018 11:17:03 GMT-0400 (SA Western Standard Time) --- 11/05.txt | 2 +- 11/08.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 11/08.txt diff --git a/11/05.txt b/11/05.txt index 919f404..5851a92 100644 --- a/11/05.txt +++ b/11/05.txt @@ -1 +1 @@ -¿No regresarán ellos a la tierra de Egipto? ¿No gobernará Asiria sobre ellos porque ellos se niegan a regresar a Mí? La espada caerá en sus ciudades y destruirá las barras de sus puertas; los destruirá a ellos por sus propios planes. Mi gente está determinada a alejarse de Mí. Aunque ellos claman por el Al \ No newline at end of file +\v 5 ¿No regresarán ellos a la tierra de Egipto? ¿No gobernará Asiria sobre ellos, porque ellos se niegan a regresar a Mí? \v 6 La espada caerá en sus ciudades y destruirá las barras de sus puertas; los destruirá a ellos por sus propios planes. \v 7 Mi gente está determinada a alejarse de Mí. Aunque ellos claman por el Altísimo, nadie les ayudará a ellos. \ No newline at end of file diff --git a/11/08.txt b/11/08.txt new file mode 100644 index 0000000..45c48d7 --- /dev/null +++ b/11/08.txt @@ -0,0 +1 @@ +¿Cómo te puedes rendir, Efraín? ¿Cómo puedo entregarte, Israel? ¿Cómo puedo hacerte como \ No newline at end of file From 1bf9b1188f22b36d92902f6c47545a386017a611 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 27 Apr 2018 11:19:03 -0400 Subject: [PATCH 30/42] Fri Apr 27 2018 11:19:03 GMT-0400 (SA Western Standard Time) --- 11/08.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11/08.txt b/11/08.txt index 45c48d7..9ba56eb 100644 --- a/11/08.txt +++ b/11/08.txt @@ -1 +1 @@ -¿Cómo te puedes rendir, Efraín? ¿Cómo puedo entregarte, Israel? ¿Cómo puedo hacerte como \ No newline at end of file +¿Cómo te puedes rendir, Efraín? ¿Cómo puedo entregarte, Israel? ¿Cómo puedo hacerte como Adma? \ No newline at end of file From c7aa882a6498578d4efb8c365df740885e012ab8 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 27 Apr 2018 11:21:03 -0400 Subject: [PATCH 31/42] Fri Apr 27 2018 11:21:03 GMT-0400 (SA Western Standard Time) --- 11/08.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11/08.txt b/11/08.txt index 9ba56eb..527002f 100644 --- a/11/08.txt +++ b/11/08.txt @@ -1 +1 @@ -¿Cómo te puedes rendir, Efraín? ¿Cómo puedo entregarte, Israel? ¿Cómo puedo hacerte como Adma? \ No newline at end of file +\v 8 \v 9 ¿Cómo te puedes rendir, Efraín? ¿Cómo puedo Yo entregarte, Israel? ¿Cómo puedo Yo hacerlos como Adma? ¿Cómo puedo Yo hacerlos como Zeboim? Mi corazón ha cambiado dentro de Mí; todas mis compasiones han sido movidas. Yo no ejecutaré mi enojo feroz; Yo no destruiré a Efraín. Porque Yo soy \ No newline at end of file From 40eec956421313c49c8b1aa985fa22b8a5fb26e6 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 27 Apr 2018 11:23:03 -0400 Subject: [PATCH 32/42] Fri Apr 27 2018 11:23:03 GMT-0400 (SA Western Standard Time) --- 11/08.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11/08.txt b/11/08.txt index 527002f..f4ece7a 100644 --- a/11/08.txt +++ b/11/08.txt @@ -1 +1 @@ -\v 8 \v 9 ¿Cómo te puedes rendir, Efraín? ¿Cómo puedo Yo entregarte, Israel? ¿Cómo puedo Yo hacerlos como Adma? ¿Cómo puedo Yo hacerlos como Zeboim? Mi corazón ha cambiado dentro de Mí; todas mis compasiones han sido movidas. Yo no ejecutaré mi enojo feroz; Yo no destruiré a Efraín. Porque Yo soy \ No newline at end of file +\v 8 ¿Cómo te puedes rendir, Efraín? ¿Cómo puedo Yo entregarte, Israel? ¿Cómo puedo Yo hacerlos como Adma? ¿Cómo puedo Yo hacerlos como Zeboim? Mi corazón ha cambiado dentro de Mí; todas mis compasiones han sido movidas. \v 9 Yo no ejecutaré mi enojo feroz; Yo no destruiré a Efraín. Porque Yo soy Dios y no un hombre; Yo soy el Santo entre ustedes, y Yo no caeré en mi ira. \ No newline at end of file From fcd25827973837c3b973e2de156fa4e203395219 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 27 Apr 2018 11:25:03 -0400 Subject: [PATCH 33/42] Fri Apr 27 2018 11:25:03 GMT-0400 (SA Western Standard Time) --- 11/10.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 11/10.txt diff --git a/11/10.txt b/11/10.txt new file mode 100644 index 0000000..df0e926 --- /dev/null +++ b/11/10.txt @@ -0,0 +1 @@ +Ellos seguirán al SEÑOR; Él rugirá como un león. Cuando Él ruge, sus hijos vendrán temblando del oeste. Ellos vendrán temblando como un ave de Egipto, como una paloma de la tierra de Asiria. Yo los haré vivir en sus hogares--esta es la declaración del SEÑOR. \ No newline at end of file From f2c471486e43733247fb74330c8de92744c83ef2 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 27 Apr 2018 11:27:00 -0400 Subject: [PATCH 34/42] Fri Apr 27 2018 11:27:00 GMT-0400 (SA Western Standard Time) --- 11/10.txt | 2 +- 11/12.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 11/12.txt diff --git a/11/10.txt b/11/10.txt index df0e926..4ddd464 100644 --- a/11/10.txt +++ b/11/10.txt @@ -1 +1 @@ -Ellos seguirán al SEÑOR; Él rugirá como un león. Cuando Él ruge, sus hijos vendrán temblando del oeste. Ellos vendrán temblando como un ave de Egipto, como una paloma de la tierra de Asiria. Yo los haré vivir en sus hogares--esta es la declaración del SEÑOR. \ No newline at end of file +\v 10 Ellos seguirán al SEÑOR; Él rugirá como un león. Cuando Él ruge, sus hijos vendrán temblando del oeste. \v 11 Ellos vendrán temblando como un ave de Egipto, como una paloma de la tierra de Asiria. Yo los haré vivir en sus hogares--esta es la declaración del SEÑOR. \ No newline at end of file diff --git a/11/12.txt b/11/12.txt new file mode 100644 index 0000000..a98c367 --- /dev/null +++ b/11/12.txt @@ -0,0 +1 @@ +\v 12 Efraín me rodea con falsedad, y la casa de Israel con engaño. Pero Judá todavía está Conmigo, y es fiel a Mí, el Santo." \ No newline at end of file From 52b17413a3101b6f0fb1e07469a5a3d3fc1114da Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 27 Apr 2018 11:33:01 -0400 Subject: [PATCH 35/42] Fri Apr 27 2018 11:33:00 GMT-0400 (SA Western Standard Time) --- 11/03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11/03.txt b/11/03.txt index 9dccafb..5bd3c67 100644 --- a/11/03.txt +++ b/11/03.txt @@ -1 +1 @@ -\v 3 Sin embargo, fuí Yo quien le enseñó a Efraín a caminar. Fuí Yo quien los levantó en sus brazos, pero ellos no sabían que Yo cuidé de ellos. \v 4 Yo los guié con cuerdas de humanidad, con bandas de amor. Yo fuí para ellos como alguien que aligera el yugo de sus quijadas, y Yo me doblaba y los alimentaba a ellos. \ No newline at end of file +\v 3 Sin embargo, fuí Yo quien le enseñó a Efraín a caminar. Fuí Yo quien los levantó por sus brazos, pero ellos no sabían que Yo cuidé de ellos. \v 4 Yo los guié con cuerdas de humanidad, con bandas de amor. Yo fuí para ellos como alguien que aligera el yugo de sus quijadas, y Yo me doblaba y los alimentaba a ellos. \ No newline at end of file From afcf2460a24f9b146767c301c07ac80d97186852 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 27 Apr 2018 11:35:01 -0400 Subject: [PATCH 36/42] Fri Apr 27 2018 11:35:00 GMT-0400 (SA Western Standard Time) --- 11/03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11/03.txt b/11/03.txt index 5bd3c67..7474312 100644 --- a/11/03.txt +++ b/11/03.txt @@ -1 +1 @@ -\v 3 Sin embargo, fuí Yo quien le enseñó a Efraín a caminar. Fuí Yo quien los levantó por sus brazos, pero ellos no sabían que Yo cuidé de ellos. \v 4 Yo los guié con cuerdas de humanidad, con bandas de amor. Yo fuí para ellos como alguien que aligera el yugo de sus quijadas, y Yo me doblaba y los alimentaba a ellos. \ No newline at end of file +\v 3 Sin embargo, fuí Yo quien le enseñó a Efraín a caminar. Fuí Yo quien los levantó por sus brazos, pero ellos no sabían que Yo cuidé de ellos. \v 4 Yo los guié con cuerdas de humanidad, con bandas de amor. Yo fuí para ellos como alguien que aligera el yugo de sus quijadas, y Yo me incliné a ellos y los alimenté a ellos. \ No newline at end of file From 0926a01050b98a9c948199bba252267468110c96 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 27 Apr 2018 11:37:01 -0400 Subject: [PATCH 37/42] Fri Apr 27 2018 11:37:00 GMT-0400 (SA Western Standard Time) --- 11/08.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11/08.txt b/11/08.txt index f4ece7a..06a618c 100644 --- a/11/08.txt +++ b/11/08.txt @@ -1 +1 @@ -\v 8 ¿Cómo te puedes rendir, Efraín? ¿Cómo puedo Yo entregarte, Israel? ¿Cómo puedo Yo hacerlos como Adma? ¿Cómo puedo Yo hacerlos como Zeboim? Mi corazón ha cambiado dentro de Mí; todas mis compasiones han sido movidas. \v 9 Yo no ejecutaré mi enojo feroz; Yo no destruiré a Efraín. Porque Yo soy Dios y no un hombre; Yo soy el Santo entre ustedes, y Yo no caeré en mi ira. \ No newline at end of file +\v 8 ¿Cómo puedo renunciar a ti, Efraín? ¿Cómo puedo Yo entregarte, Israel? ¿Cómo puedo Yo hacerlos como Adma? ¿Cómo puedo Yo hacerlos como Zeboim? Mi corazón ha cambiado dentro de Mí; todas mis compasiones han sido movidas. \v 9 Yo no ejecutaré mi enojo feroz; Yo no destruiré a Efraín. Porque Yo soy Dios y no un hombre; Yo soy el Santo entre ustedes, y Yo no caeré en mi ira. \ No newline at end of file From 625215b0b131f4b8b5df30fd202c90f22c0a88c3 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 27 Apr 2018 11:39:01 -0400 Subject: [PATCH 38/42] Fri Apr 27 2018 11:39:00 GMT-0400 (SA Western Standard Time) --- 11/08.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11/08.txt b/11/08.txt index 06a618c..939464f 100644 --- a/11/08.txt +++ b/11/08.txt @@ -1 +1 @@ -\v 8 ¿Cómo puedo renunciar a ti, Efraín? ¿Cómo puedo Yo entregarte, Israel? ¿Cómo puedo Yo hacerlos como Adma? ¿Cómo puedo Yo hacerlos como Zeboim? Mi corazón ha cambiado dentro de Mí; todas mis compasiones han sido movidas. \v 9 Yo no ejecutaré mi enojo feroz; Yo no destruiré a Efraín. Porque Yo soy Dios y no un hombre; Yo soy el Santo entre ustedes, y Yo no caeré en mi ira. \ No newline at end of file +\v 8 ¿Cómo puedo renunciar a ti, Efraín? ¿Cómo puedo Yo entregarte, Israel? ¿Cómo puedo Yo hacerlos como Adma? ¿Cómo puedo Yo hacerlos como Zeboim? Mi corazón ha cambiado dentro de Mí; todas mis compasiones han sido agitadas. \v 9 Yo no ejecutaré mi enojo feroz; Yo no destruiré a Efraín. Porque Yo soy Dios y no un hombre; Yo soy el Santo entre ustedes, y Yo no caeré en mi ira. \ No newline at end of file From a4ec42057a4977b105b9de9daf3685aea5136028 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 27 Apr 2018 11:41:01 -0400 Subject: [PATCH 39/42] Fri Apr 27 2018 11:41:00 GMT-0400 (SA Western Standard Time) --- 11/08.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11/08.txt b/11/08.txt index 939464f..27b0b7d 100644 --- a/11/08.txt +++ b/11/08.txt @@ -1 +1 @@ -\v 8 ¿Cómo puedo renunciar a ti, Efraín? ¿Cómo puedo Yo entregarte, Israel? ¿Cómo puedo Yo hacerlos como Adma? ¿Cómo puedo Yo hacerlos como Zeboim? Mi corazón ha cambiado dentro de Mí; todas mis compasiones han sido agitadas. \v 9 Yo no ejecutaré mi enojo feroz; Yo no destruiré a Efraín. Porque Yo soy Dios y no un hombre; Yo soy el Santo entre ustedes, y Yo no caeré en mi ira. \ No newline at end of file +\v 8 ¿Cómo puedo renunciar a ti, Efraín? ¿Cómo puedo Yo entregarte, Israel? ¿Cómo puedo Yo hacerlos como Adma? ¿Cómo puedo Yo hacerlos como Zeboim? Mi corazón ha cambiado dentro de Mí; todas mis compasiones han sido agitadas. \v 9 Yo no ejecutaré mi enojo feroz; Yo no destruiré denuevo a Efraín. Porque Yo soy Dios y no un hombre; Yo soy el Santo entre ustedes, y Yo no caeré en mi ira. \ No newline at end of file From 15e5d6ccab1217705bb2eb9843c904ce5c399573 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 27 Apr 2018 11:43:01 -0400 Subject: [PATCH 40/42] Fri Apr 27 2018 11:43:00 GMT-0400 (SA Western Standard Time) --- 11/08.txt | 2 +- 11/10.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/11/08.txt b/11/08.txt index 27b0b7d..e8c3623 100644 --- a/11/08.txt +++ b/11/08.txt @@ -1 +1 @@ -\v 8 ¿Cómo puedo renunciar a ti, Efraín? ¿Cómo puedo Yo entregarte, Israel? ¿Cómo puedo Yo hacerlos como Adma? ¿Cómo puedo Yo hacerlos como Zeboim? Mi corazón ha cambiado dentro de Mí; todas mis compasiones han sido agitadas. \v 9 Yo no ejecutaré mi enojo feroz; Yo no destruiré denuevo a Efraín. Porque Yo soy Dios y no un hombre; Yo soy el Santo entre ustedes, y Yo no caeré en mi ira. \ No newline at end of file +\v 8 ¿Cómo puedo renunciar a ti, Efraín? ¿Cómo puedo Yo entregarte, Israel? ¿Cómo puedo Yo hacerlos como Adma? ¿Cómo puedo Yo hacerlos como Zeboim? Mi corazón ha cambiado dentro de Mí; todas mis compasiones han sido agitadas. \v 9 Yo no ejecutaré mi enojo feroz; Yo no destruiré denuevo a Efraín. Pues Yo soy Dios y no un hombre; Yo soy el Santo entre ustedes, y Yo no vendré en ira. \ No newline at end of file diff --git a/11/10.txt b/11/10.txt index 4ddd464..83a7556 100644 --- a/11/10.txt +++ b/11/10.txt @@ -1 +1 @@ -\v 10 Ellos seguirán al SEÑOR; Él rugirá como un león. Cuando Él ruge, sus hijos vendrán temblando del oeste. \v 11 Ellos vendrán temblando como un ave de Egipto, como una paloma de la tierra de Asiria. Yo los haré vivir en sus hogares--esta es la declaración del SEÑOR. \ No newline at end of file +\v 10 Ellos seguirán al SEÑOR; y Él rugirá como un león. Cuando Él ruge, sus hijos vendrán temblando del oeste. \v 11 Ellos vendrán temblando como un ave de Egipto, como una paloma de la tierra de Asiria. Yo los haré vivir en sus hogares--esta es la declaración del SEÑOR. \ No newline at end of file From a2e592c82642e58b043d97b7a87eb4a922bd3244 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 27 Apr 2018 11:44:26 -0400 Subject: [PATCH 41/42] Fri Apr 27 2018 11:44:25 GMT-0400 (SA Western Standard Time) --- 11/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11/12.txt b/11/12.txt index a98c367..0a002e8 100644 --- a/11/12.txt +++ b/11/12.txt @@ -1 +1 @@ -\v 12 Efraín me rodea con falsedad, y la casa de Israel con engaño. Pero Judá todavía está Conmigo, y es fiel a Mí, el Santo." \ No newline at end of file +\v 12 Efraín me rodea con falsedad, y la casa de Israel con engaño. Pero Judá todavía está yendo Conmigo, Dios, y es fiel a Mí, el Santo." \ No newline at end of file From 20703b69d5fc1633027ba2520ad925724cd1b410 Mon Sep 17 00:00:00 2001 From: iceboxpr765 Date: Sun, 29 Apr 2018 00:48:02 -0700 Subject: [PATCH 42/42] Sun Apr 29 2018 00:48:02 GMT-0700 (Pacific Daylight Time) --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 9a179d4..e8d1c22 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "package_version": 6, + "package_version": 7, "format": "usfm", "generator": { "name": "ts-desktop",