From c3426e8c695993e61eaa0edabeb70770afdb1d3b Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 11:08:51 -0400 Subject: [PATCH 01/76] Thu Aug 25 2016 11:08:50 GMT-0400 (SA Western Standard Time) --- LICENSE.md | 27 +++++++++++++++++++++++++++ manifest.json | 29 +++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 LICENSE.md create mode 100644 manifest.json diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 00000000..2cadbf0f --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,27 @@ + +# 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 [license](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. diff --git a/manifest.json b/manifest.json new file mode 100644 index 00000000..743cd7ba --- /dev/null +++ b/manifest.json @@ -0,0 +1,29 @@ +{ + "package_version": 6, + "format": "usfm", + "generator": { + "name": "ts-desktop", + "build": "31" + }, + "target_language": { + "id": "es-419", + "name": "Español Latin America", + "direction": "ltr" + }, + "project": { + "id": "gen", + "name": "Genesis" + }, + "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 501570e5594c38a5fed877a7cce4e02fa4e972e1 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 11:10:53 -0400 Subject: [PATCH 02/76] Thu Aug 25 2016 11:10:52 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 743cd7ba..dc2b25db 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": 20160614, + "version": "5" + } + ], "parent_draft": {}, "translators": [], "finished_chunks": [] From 00727b29fcc8c93d5c0a331348327fcf1026ca7e Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 11:24:54 -0400 Subject: [PATCH 03/76] Thu Aug 25 2016 11:24:54 GMT-0400 (SA Western Standard Time) --- 12/01.txt | 1 + manifest.json | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 12/01.txt diff --git a/12/01.txt b/12/01.txt new file mode 100644 index 00000000..aca4c47a --- /dev/null +++ b/12/01.txt @@ -0,0 +1 @@ +\c 12 entonces el SENOR dijo \ No newline at end of file diff --git a/manifest.json b/manifest.json index dc2b25db..8d3eae7e 100644 --- a/manifest.json +++ b/manifest.json @@ -32,6 +32,8 @@ } ], "parent_draft": {}, - "translators": [], + "translators": [ + "Jose A. Torres Rodriguez" + ], "finished_chunks": [] } \ No newline at end of file From 742bed3acff71bd3a4fa14d4b815b63435a4f2af Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 11:26:52 -0400 Subject: [PATCH 04/76] Thu Aug 25 2016 11:26:52 GMT-0400 (SA Western Standard Time) --- 12/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/01.txt b/12/01.txt index aca4c47a..d2d3b21d 100644 --- a/12/01.txt +++ b/12/01.txt @@ -1 +1 @@ -\c 12 entonces el SENOR dijo \ No newline at end of file +\c 12 Entonces el SENOR dijó a Abram, \ No newline at end of file From bf94c0bc58570ed04674e9ee5cfecf5cfd04d930 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 11:28:52 -0400 Subject: [PATCH 05/76] Thu Aug 25 2016 11:28:52 GMT-0400 (SA Western Standard Time) --- 12/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/01.txt b/12/01.txt index d2d3b21d..eee118ad 100644 --- a/12/01.txt +++ b/12/01.txt @@ -1 +1 @@ -\c 12 Entonces el SENOR dijó a Abram, \ No newline at end of file +\c 12 Entonces el SENOR dijó a Abram, "Sal de tu pueblo, y de tus \ No newline at end of file From 427ec98a089a7ebdb0f864ba8a7e4b77f9c7e15c Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 11:30:55 -0400 Subject: [PATCH 06/76] Thu Aug 25 2016 11:30:52 GMT-0400 (SA Western Standard Time) --- 12/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/01.txt b/12/01.txt index eee118ad..d33584c9 100644 --- a/12/01.txt +++ b/12/01.txt @@ -1 +1 @@ -\c 12 Entonces el SENOR dijó a Abram, "Sal de tu pueblo, y de tus \ No newline at end of file +\c 12 Entonces el SENOR dijó a Abram, "Sal de tu pueblo, y de tu parentela, y de la familia de tu padre, a la tierra que te mosraré. \ No newline at end of file From c600c6afac729e6f4ffaaa625b7930389d99ebf7 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 11:32:52 -0400 Subject: [PATCH 07/76] Thu Aug 25 2016 11:32:52 GMT-0400 (SA Western Standard Time) --- 12/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/01.txt b/12/01.txt index d33584c9..609044ff 100644 --- a/12/01.txt +++ b/12/01.txt @@ -1 +1 @@ -\c 12 Entonces el SENOR dijó a Abram, "Sal de tu pueblo, y de tu parentela, y de la familia de tu padre, a la tierra que te mosraré. \ No newline at end of file +\c 12 Entonces el SENOR dijó a Abram, "Sal de tu pueblo, y de tu parentela, y de la familia de tu padre, a la tierra que te mosraré. Yo te convertiré en una gran nación, y te bendeciré, y haré tunombre grande, y tú serás de bendición. Bendecire a los que de \ No newline at end of file From d2a59f69e79b1829f4eec99b58085ddaacc7086a Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 11:34:55 -0400 Subject: [PATCH 08/76] Thu Aug 25 2016 11:34:52 GMT-0400 (SA Western Standard Time) --- 12/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/01.txt b/12/01.txt index 609044ff..5494b2ee 100644 --- a/12/01.txt +++ b/12/01.txt @@ -1 +1 @@ -\c 12 Entonces el SENOR dijó a Abram, "Sal de tu pueblo, y de tu parentela, y de la familia de tu padre, a la tierra que te mosraré. Yo te convertiré en una gran nación, y te bendeciré, y haré tunombre grande, y tú serás de bendición. Bendecire a los que de \ No newline at end of file +\c 12 Entonces el SENOR dijó a Abram, "Sal de tu pueblo, y de tu parentela, y de la familia de tu padre, a la tierra que te mosraré. Yo te convertiré en una gran nación, y te bendeciré, y haré tunombre grande, y tú serás de bendición. Bendecire a los que te bendigan, pero quien te deshonre yo lo maldeciré. \ No newline at end of file From 9dc3df392ca1b2b79453f71baf23c20113cd1289 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 11:36:55 -0400 Subject: [PATCH 09/76] Thu Aug 25 2016 11:36:52 GMT-0400 (SA Western Standard Time) --- 12/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/01.txt b/12/01.txt index 5494b2ee..658f1bb9 100644 --- a/12/01.txt +++ b/12/01.txt @@ -1 +1 @@ -\c 12 Entonces el SENOR dijó a Abram, "Sal de tu pueblo, y de tu parentela, y de la familia de tu padre, a la tierra que te mosraré. Yo te convertiré en una gran nación, y te bendeciré, y haré tunombre grande, y tú serás de bendición. Bendecire a los que te bendigan, pero quien te deshonre yo lo maldeciré. \ No newline at end of file +\c 12 \v 1 \v 2 \v 3 Entonces el SENOR dijó a Abram, "Sal de tu pueblo, y de tu parentela, y de la familia de tu padre, a la tierra que te mosraré. Yo te convertiré en una gran nación, y te bendeciré, y haré tunombre grande, y tú serás de bendición. Bendecire a los que te bendigan, pero quien te deshonre yo lo maldeciré. \ No newline at end of file From 3a13e80da398000643c691447d285aa533d7c584 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 11:38:52 -0400 Subject: [PATCH 10/76] Thu Aug 25 2016 11:38:52 GMT-0400 (SA Western Standard Time) --- 12/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/01.txt b/12/01.txt index 658f1bb9..1103659d 100644 --- a/12/01.txt +++ b/12/01.txt @@ -1 +1 @@ -\c 12 \v 1 \v 2 \v 3 Entonces el SENOR dijó a Abram, "Sal de tu pueblo, y de tu parentela, y de la familia de tu padre, a la tierra que te mosraré. Yo te convertiré en una gran nación, y te bendeciré, y haré tunombre grande, y tú serás de bendición. Bendecire a los que te bendigan, pero quien te deshonre yo lo maldeciré. \ No newline at end of file +\c 12 \v 1 Entonces el SENOR dijó a Abram, "Sal de tu pueblo, y de tu parentela, y de la familia de tu padre, a la tierra que te mosraré. \v 2 Yo te convertiré en una gran nación, y te bendeciré, y haré tunombre grande, y tú serás de bendición. \v 3 Bendecire a los que te bendigan, pero quien te deshonre yo lo maldeciré. Através tuyo, todas las familias de la tierra seran bendecidas." \ No newline at end of file From 75a7e36c86a8adfbff616a52062eec4fe8cc372d Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 11:44:55 -0400 Subject: [PATCH 11/76] Thu Aug 25 2016 11:44:52 GMT-0400 (SA Western Standard Time) --- 12/01.txt | 2 +- 12/04.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 12/04.txt diff --git a/12/01.txt b/12/01.txt index 1103659d..aa647f14 100644 --- a/12/01.txt +++ b/12/01.txt @@ -1 +1 @@ -\c 12 \v 1 Entonces el SENOR dijó a Abram, "Sal de tu pueblo, y de tu parentela, y de la familia de tu padre, a la tierra que te mosraré. \v 2 Yo te convertiré en una gran nación, y te bendeciré, y haré tunombre grande, y tú serás de bendición. \v 3 Bendecire a los que te bendigan, pero quien te deshonre yo lo maldeciré. Através tuyo, todas las familias de la tierra seran bendecidas." \ No newline at end of file +\c 12 \v 1 Entonces el SENOR dijó a Abram, "Sal de tu pueblo, y de tu parentela, y de la familia de tu padre, a la tierra que te mostraré. \v 2 Yo te convertiré en una gran nación, y te bendeciré, y haré tu nombre grande, y tú serás de bendición. \v 3 Bendecire a los que te bendigan, pero quien te deshonre yo lo maldeciré. Através tuyo, todas las familias de la tierra seran bendecidas." \ No newline at end of file diff --git a/12/04.txt b/12/04.txt new file mode 100644 index 00000000..56d9c201 --- /dev/null +++ b/12/04.txt @@ -0,0 +1 @@ +Entonces Abram Salió, como e \ No newline at end of file From 2977987a186703f7b50c911c784cdb1747ffdb56 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 11:46:55 -0400 Subject: [PATCH 12/76] Thu Aug 25 2016 11:46:52 GMT-0400 (SA Western Standard Time) --- 12/01.txt | 2 +- 12/04.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/12/01.txt b/12/01.txt index aa647f14..4a5147ad 100644 --- a/12/01.txt +++ b/12/01.txt @@ -1 +1 @@ -\c 12 \v 1 Entonces el SENOR dijó a Abram, "Sal de tu pueblo, y de tu parentela, y de la familia de tu padre, a la tierra que te mostraré. \v 2 Yo te convertiré en una gran nación, y te bendeciré, y haré tu nombre grande, y tú serás de bendición. \v 3 Bendecire a los que te bendigan, pero quien te deshonre yo lo maldeciré. Através tuyo, todas las familias de la tierra seran bendecidas." \ No newline at end of file +\c 12 \v 1 Entonces el SEÑOR dijó a Abram, "Sal de tu pueblo, y de tu parentela, y de la familia de tu padre, a la tierra que te mostraré. \v 2 Yo te convertiré en una gran nación, y te bendeciré, y haré tu nombre grande, y tú serás de bendición. \v 3 Bendecire a los que te bendigan, pero quien te deshonre yo lo maldeciré. Através tuyo, todas las familias de la tierra seran bendecidas." \ No newline at end of file diff --git a/12/04.txt b/12/04.txt index 56d9c201..0f996796 100644 --- a/12/04.txt +++ b/12/04.txt @@ -1 +1 @@ -Entonces Abram Salió, como e \ No newline at end of file +\v 4 \v 5 Entonces Abram Salió, como el SEÑOR le dijó que hiciera, y Lot fue con él. \ No newline at end of file From c546d753d809f353b19093255e0b94dc2e197feb Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 11:48:52 -0400 Subject: [PATCH 13/76] Thu Aug 25 2016 11:48:52 GMT-0400 (SA Western Standard Time) --- 12/04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/04.txt b/12/04.txt index 0f996796..906b2f73 100644 --- a/12/04.txt +++ b/12/04.txt @@ -1 +1 @@ -\v 4 \v 5 Entonces Abram Salió, como el SEÑOR le dijó que hiciera, y Lot fue con él. \ No newline at end of file +\v 4 \v 5 Entonces Abram Salió, como el SEÑOR le dijó que hiciera, y Lot fue con él. Abram era de setenta y cinco años cuando dejó Haran \ No newline at end of file From 5898ca29495b84a386e368e5b1b0c5d812e33ffa Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 11:50:55 -0400 Subject: [PATCH 14/76] Thu Aug 25 2016 11:50:52 GMT-0400 (SA Western Standard Time) --- 12/04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/04.txt b/12/04.txt index 906b2f73..8d5b8af4 100644 --- a/12/04.txt +++ b/12/04.txt @@ -1 +1 @@ -\v 4 \v 5 Entonces Abram Salió, como el SEÑOR le dijó que hiciera, y Lot fue con él. Abram era de setenta y cinco años cuando dejó Haran \ No newline at end of file +\v 4 \v 5 Entonces Abram Salió, como el SEÑOR le dijó que hiciera, y Lot fue con él. Abram era de setenta y cinco años cuando dejó Harán. \ No newline at end of file From 1d33ded866c0ffc8e59f418a56438dc34752a2d8 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 11:52:52 -0400 Subject: [PATCH 15/76] Thu Aug 25 2016 11:52:52 GMT-0400 (SA Western Standard Time) --- 12/04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/04.txt b/12/04.txt index 8d5b8af4..5cd15fda 100644 --- a/12/04.txt +++ b/12/04.txt @@ -1 +1 @@ -\v 4 \v 5 Entonces Abram Salió, como el SEÑOR le dijó que hiciera, y Lot fue con él. Abram era de setenta y cinco años cuando dejó Harán. \ No newline at end of file +\v 4 \v 5 Entonces Abram Salió, como el SEÑOR le dijó que hiciera, y Lot fue con él. Abram era de setenta y cinco años cuando dejó Harán. Abram tomó a Sarai, su esposa, Lot, los hijos de su hermanos \ No newline at end of file From 6e120b868d082616d68fed7622bbf4b83aa7d1fd Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 11:54:55 -0400 Subject: [PATCH 16/76] Thu Aug 25 2016 11:54:52 GMT-0400 (SA Western Standard Time) --- 12/04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/04.txt b/12/04.txt index 5cd15fda..ff2b6f6e 100644 --- a/12/04.txt +++ b/12/04.txt @@ -1 +1 @@ -\v 4 \v 5 Entonces Abram Salió, como el SEÑOR le dijó que hiciera, y Lot fue con él. Abram era de setenta y cinco años cuando dejó Harán. Abram tomó a Sarai, su esposa, Lot, los hijos de su hermanos \ No newline at end of file +\v 4 \v 5 Entonces Abram Salió, como el SEÑOR le dijó que hiciera, y Lot fue con él. Abram era de setenta y cinco años cuando dejó Harán. Abram tomó a Sarai, su esposa, Lot, los hijos de su hermano, y todas sus poseciones que habían acumulado, y las personas que habían adquirido en H \ No newline at end of file From 261944d39a470b95d3d0e70822ce8087ddac4d5d Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 11:56:55 -0400 Subject: [PATCH 17/76] Thu Aug 25 2016 11:56:52 GMT-0400 (SA Western Standard Time) --- 12/04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/04.txt b/12/04.txt index ff2b6f6e..49e263e1 100644 --- a/12/04.txt +++ b/12/04.txt @@ -1 +1 @@ -\v 4 \v 5 Entonces Abram Salió, como el SEÑOR le dijó que hiciera, y Lot fue con él. Abram era de setenta y cinco años cuando dejó Harán. Abram tomó a Sarai, su esposa, Lot, los hijos de su hermano, y todas sus poseciones que habían acumulado, y las personas que habían adquirido en H \ No newline at end of file +\v 4 \v 5 Entonces Abram Salió, como el SEÑOR le dijó que hiciera, y Lot fue con él. Abram era de setenta y cinco años cuando dejó Harán. Abram tomó a Sarai, su esposa, Lot, los hijos de su hermano, y todas sus poseciones que habían acumulado, y las personas que habían adquirido en Harán. Ellos salieron para ir a la tierra de canaan y \ No newline at end of file From bd789c57ec6cbdf11b614c6c2f15b4809a7f7bf3 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 11:58:52 -0400 Subject: [PATCH 18/76] Thu Aug 25 2016 11:58:52 GMT-0400 (SA Western Standard Time) --- 12/04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/04.txt b/12/04.txt index 49e263e1..a2a7f731 100644 --- a/12/04.txt +++ b/12/04.txt @@ -1 +1 @@ -\v 4 \v 5 Entonces Abram Salió, como el SEÑOR le dijó que hiciera, y Lot fue con él. Abram era de setenta y cinco años cuando dejó Harán. Abram tomó a Sarai, su esposa, Lot, los hijos de su hermano, y todas sus poseciones que habían acumulado, y las personas que habían adquirido en Harán. Ellos salieron para ir a la tierra de canaan y \ No newline at end of file +\v 4 \v 5 Entonces Abram Salió, como el SEÑOR le dijó que hiciera, y Lot fue con él. Abram era de setenta y cinco años cuando dejó Harán. Abram tomó a Sarai, su esposa, Lot, los hijos de su hermano, y todas sus poseciones que habían acumulado, y las personas que habían adquirido en Harán. Ellos salieron para ir a la tierra de Canaán y llegaron a la tierra de Canaán. \ No newline at end of file From 775998d829295d3ee889510a0a1abe74b4d5ced1 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 12:00:52 -0400 Subject: [PATCH 19/76] Thu Aug 25 2016 12:00:52 GMT-0400 (SA Western Standard Time) --- 12/04.txt | 2 +- 12/06.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 12/06.txt diff --git a/12/04.txt b/12/04.txt index a2a7f731..84669253 100644 --- a/12/04.txt +++ b/12/04.txt @@ -1 +1 @@ -\v 4 \v 5 Entonces Abram Salió, como el SEÑOR le dijó que hiciera, y Lot fue con él. Abram era de setenta y cinco años cuando dejó Harán. Abram tomó a Sarai, su esposa, Lot, los hijos de su hermano, y todas sus poseciones que habían acumulado, y las personas que habían adquirido en Harán. Ellos salieron para ir a la tierra de Canaán y llegaron a la tierra de Canaán. \ No newline at end of file +\v 4 Entonces Abram Salió, como el SEÑOR le dijó que hiciera, y Lot fue con él. Abram era de setenta y cinco años cuando dejó Harán. \v 5 Abram tomó a Sarai, su esposa, Lot, los hijos de su hermano, y todas sus poseciones que habían acumulado, y las personas que habían adquirido en Harán. Ellos salieron para ir a la tierra de Canaán y llegaron a la tierra de Canaán. \ No newline at end of file diff --git a/12/06.txt b/12/06.txt new file mode 100644 index 00000000..27b19573 --- /dev/null +++ b/12/06.txt @@ -0,0 +1 @@ +Abram \ No newline at end of file From c1be9fdc53221628b5486e4203a2e3a4b436c0ec Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 12:02:53 -0400 Subject: [PATCH 20/76] Thu Aug 25 2016 12:02:52 GMT-0400 (SA Western Standard Time) --- 12/06.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/06.txt b/12/06.txt index 27b19573..545b7eaf 100644 --- a/12/06.txt +++ b/12/06.txt @@ -1 +1 @@ -Abram \ No newline at end of file +Abram pasó a través de la tierra de Siquem, \ No newline at end of file From c74e260b0f3d3eff5c87722f9ef1801bdfb260a0 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 12:04:53 -0400 Subject: [PATCH 21/76] Thu Aug 25 2016 12:04:52 GMT-0400 (SA Western Standard Time) --- 12/06.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/06.txt b/12/06.txt index 545b7eaf..3d10ed24 100644 --- a/12/06.txt +++ b/12/06.txt @@ -1 +1 @@ -Abram pasó a través de la tierra de Siquem, \ No newline at end of file +Abram pasó a través de la tierra hasta Siquem, hasta la encina de Moré. en tiempos en que vivian los canaanitas en la tierra. \ No newline at end of file From 57c64d996a3e650194084e2d0b205ba1fd218b40 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 12:06:53 -0400 Subject: [PATCH 22/76] Thu Aug 25 2016 12:06:52 GMT-0400 (SA Western Standard Time) --- 12/06.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/06.txt b/12/06.txt index 3d10ed24..fc192a4d 100644 --- a/12/06.txt +++ b/12/06.txt @@ -1 +1 @@ -Abram pasó a través de la tierra hasta Siquem, hasta la encina de Moré. en tiempos en que vivian los canaanitas en la tierra. \ No newline at end of file +\v 6 \v 7 Abram pasó a través de la tierra hasta Siquem, hasta la encina de Moré. en tiempos en que vivian los canaanitas en la tierra. El SEÑOR le apareció a Abram, y le dijó, "A tus decendientes le daré esta tierra." \ No newline at end of file From 953ce77124ceed371f47020d72bb00e7eecb197f Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 12:08:53 -0400 Subject: [PATCH 23/76] Thu Aug 25 2016 12:08:52 GMT-0400 (SA Western Standard Time) --- 12/06.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/06.txt b/12/06.txt index fc192a4d..ea61918b 100644 --- a/12/06.txt +++ b/12/06.txt @@ -1 +1 @@ -\v 6 \v 7 Abram pasó a través de la tierra hasta Siquem, hasta la encina de Moré. en tiempos en que vivian los canaanitas en la tierra. El SEÑOR le apareció a Abram, y le dijó, "A tus decendientes le daré esta tierra." \ No newline at end of file +\v 6 \v 7 Abram pasó a través de la tierra hasta Siquem, hasta la encina de Moré. en tiempos en que vivian los canaanitas en la tierra. El SEÑOR le apareció a Abram, y le dijó, "A tus decendientes le daré esta tierra." Entonces Abram construyó un altar a el SEÑOR, quien le apareció. \ No newline at end of file From 51164e8e3b5c14f5102cd90b6c59df9c914bb462 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 12:10:53 -0400 Subject: [PATCH 24/76] Thu Aug 25 2016 12:10:52 GMT-0400 (SA Western Standard Time) --- 12/06.txt | 2 +- 12/08.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 12/08.txt diff --git a/12/06.txt b/12/06.txt index ea61918b..ae506ade 100644 --- a/12/06.txt +++ b/12/06.txt @@ -1 +1 @@ -\v 6 \v 7 Abram pasó a través de la tierra hasta Siquem, hasta la encina de Moré. en tiempos en que vivian los canaanitas en la tierra. El SEÑOR le apareció a Abram, y le dijó, "A tus decendientes le daré esta tierra." Entonces Abram construyó un altar a el SEÑOR, quien le apareció. \ No newline at end of file +\v 6 Abram pasó a través de la tierra hasta Siquem, hasta la encina de Moré. en tiempos en que vivian los canaanitas en la tierra. \v 7 El SEÑOR le apareció a Abram, y le dijó, "A tus decendientes le daré esta tierra." Entonces Abram construyó un altar a el SEÑOR, quien le apareció. \ No newline at end of file diff --git a/12/08.txt b/12/08.txt new file mode 100644 index 00000000..8ebce1f9 --- /dev/null +++ b/12/08.txt @@ -0,0 +1 @@ +Desde allí se movió al pueblo montañoso \ No newline at end of file From 4e48cf922ef5621ee232eaba539545497f5ebb54 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 12:12:52 -0400 Subject: [PATCH 25/76] Thu Aug 25 2016 12:12:52 GMT-0400 (SA Western Standard Time) --- 12/08.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/08.txt b/12/08.txt index 8ebce1f9..ab03cd1c 100644 --- a/12/08.txt +++ b/12/08.txt @@ -1 +1 @@ -Desde allí se movió al pueblo montañoso \ No newline at end of file +Desde allí se movió al pueblo montañoso que estaba al este de Betel, donde puso sutien \ No newline at end of file From 087c12dcb09cf0d1ae20ad6e70af988c8d00ab98 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 12:14:53 -0400 Subject: [PATCH 26/76] Thu Aug 25 2016 12:14:52 GMT-0400 (SA Western Standard Time) --- 12/08.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/08.txt b/12/08.txt index ab03cd1c..804cebd4 100644 --- a/12/08.txt +++ b/12/08.txt @@ -1 +1 @@ -Desde allí se movió al pueblo montañoso que estaba al este de Betel, donde puso sutien \ No newline at end of file +Desde allí se movió al pueblo montañoso que estaba al este de Betel, donde puso su tienda, con Betel al oeste y Hai al este. Ahí construyó un altar al SEÑOR y \ No newline at end of file From 901696c6067a113999a8b98af9b7cfa131005719 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 12:16:53 -0400 Subject: [PATCH 27/76] Thu Aug 25 2016 12:16:52 GMT-0400 (SA Western Standard Time) --- 12/08.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/08.txt b/12/08.txt index 804cebd4..a82410bf 100644 --- a/12/08.txt +++ b/12/08.txt @@ -1 +1 @@ -Desde allí se movió al pueblo montañoso que estaba al este de Betel, donde puso su tienda, con Betel al oeste y Hai al este. Ahí construyó un altar al SEÑOR y \ No newline at end of file +Desde allí se movió al pueblo montañoso que estaba al este de Betel, donde puso su tienda, con Betel al oeste y Hai al este. Ahí construyó un altar al SEÑOR y proclamó el nombre del SEÑOR. Entonces Abram continuó su viaje ru \ No newline at end of file From 99356509994ca32f2a68606b94b13d434be38743 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 12:18:53 -0400 Subject: [PATCH 28/76] Thu Aug 25 2016 12:18:52 GMT-0400 (SA Western Standard Time) --- 12/08.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/08.txt b/12/08.txt index a82410bf..226e22b7 100644 --- a/12/08.txt +++ b/12/08.txt @@ -1 +1 @@ -Desde allí se movió al pueblo montañoso que estaba al este de Betel, donde puso su tienda, con Betel al oeste y Hai al este. Ahí construyó un altar al SEÑOR y proclamó el nombre del SEÑOR. Entonces Abram continuó su viaje ru \ No newline at end of file +\v 8 Desde allí se movió al pueblo montañoso que estaba al este de Betel, donde puso su tienda, con Betel al oeste y Hai al este. Ahí construyó un altar al SEÑOR y proclamó el nombre del SEÑOR. \v 9 Entonces Abram continuó su viaje rumbo al Neguev. \ No newline at end of file From d2e8ded7729dcbc48458c6fc3081579f9bb319c2 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 12:20:53 -0400 Subject: [PATCH 29/76] Thu Aug 25 2016 12:20:52 GMT-0400 (SA Western Standard Time) --- 12/10.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 12/10.txt diff --git a/12/10.txt b/12/10.txt new file mode 100644 index 00000000..c8ebe064 --- /dev/null +++ b/12/10.txt @@ -0,0 +1 @@ +Hubó una hambre en la tierra, entonces Abram fue hacia el sur a Egipto \ No newline at end of file From 9f22bb81f8c7d0592f8605a65b0070f220802b65 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 12:22:53 -0400 Subject: [PATCH 30/76] Thu Aug 25 2016 12:22:52 GMT-0400 (SA Western Standard Time) --- 12/10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/10.txt b/12/10.txt index c8ebe064..e488b5d8 100644 --- a/12/10.txt +++ b/12/10.txt @@ -1 +1 @@ -Hubó una hambre en la tierra, entonces Abram fue hacia el sur a Egipto \ No newline at end of file +Hubó una hambre en la tierra, entonces Abram fue hacia el sur a Egipto y allí se quedó. cuando estaba a punto de entrar a Egipto, le dijó a su esposa Saraí, "mira, se que ers mujer hermosa. Cuando los \ No newline at end of file From 99a65a49142caceb05d68a89421fd1839fec797d Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 12:24:55 -0400 Subject: [PATCH 31/76] Thu Aug 25 2016 12:24:52 GMT-0400 (SA Western Standard Time) --- 12/10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/10.txt b/12/10.txt index e488b5d8..97201dff 100644 --- a/12/10.txt +++ b/12/10.txt @@ -1 +1 @@ -Hubó una hambre en la tierra, entonces Abram fue hacia el sur a Egipto y allí se quedó. cuando estaba a punto de entrar a Egipto, le dijó a su esposa Saraí, "mira, se que ers mujer hermosa. Cuando los \ No newline at end of file +Hubó una hambre en la tierra, entonces Abram fue hacia el sur a Egipto y allí se quedó. cuando estaba a punto de entrar a Egipto, le dijó a su esposa Saraí, "mira, se que ers mujer hermosa. Cuando los Egipcios te vean diran, \ No newline at end of file From 6e9846410d739d79a985d2a3df127be9abfa5265 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 12:26:53 -0400 Subject: [PATCH 32/76] Thu Aug 25 2016 12:26:52 GMT-0400 (SA Western Standard Time) --- 12/10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/10.txt b/12/10.txt index 97201dff..778c42ec 100644 --- a/12/10.txt +++ b/12/10.txt @@ -1 +1 @@ -Hubó una hambre en la tierra, entonces Abram fue hacia el sur a Egipto y allí se quedó. cuando estaba a punto de entrar a Egipto, le dijó a su esposa Saraí, "mira, se que ers mujer hermosa. Cuando los Egipcios te vean diran, \ No newline at end of file +Hubó una hambre en la tierra, entonces Abram fue hacia el sur a Egipto y allí se quedó. cuando estaba a punto de entrar a Egipto, le dijó a su esposa Saraí, "mira, se que ers mujer hermosa. Cuando los Egipcios te vean diran, ´esta es su esposa´ entonces me mataran, \ No newline at end of file From 908906cc365364e3951173cf77a663d612931414 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 12:28:53 -0400 Subject: [PATCH 33/76] Thu Aug 25 2016 12:28:52 GMT-0400 (SA Western Standard Time) --- 12/10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/10.txt b/12/10.txt index 778c42ec..360f3719 100644 --- a/12/10.txt +++ b/12/10.txt @@ -1 +1 @@ -Hubó una hambre en la tierra, entonces Abram fue hacia el sur a Egipto y allí se quedó. cuando estaba a punto de entrar a Egipto, le dijó a su esposa Saraí, "mira, se que ers mujer hermosa. Cuando los Egipcios te vean diran, ´esta es su esposa´ entonces me mataran, \ No newline at end of file +Hubó una hambre en la tierra, entonces Abram fue hacia el sur a Egipto y allí se quedó. cuando estaba a punto de entrar a Egipto, le dijó a su esposa Saraí, "mira, se que ers mujer hermosa. Cuando los Egipcios te vean diran, ´esta es su esposa´ entonces me mataran, y se quedaran contigo. Dí que eres mí hermana, para que me vaya bien, por causa tuya, y así mi vida sera sal \ No newline at end of file From 8acc7ea5f070c2c48832e19ad99f818c1bdad9e1 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 12:30:55 -0400 Subject: [PATCH 34/76] Thu Aug 25 2016 12:30:52 GMT-0400 (SA Western Standard Time) --- 12/10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/10.txt b/12/10.txt index 360f3719..20468797 100644 --- a/12/10.txt +++ b/12/10.txt @@ -1 +1 @@ -Hubó una hambre en la tierra, entonces Abram fue hacia el sur a Egipto y allí se quedó. cuando estaba a punto de entrar a Egipto, le dijó a su esposa Saraí, "mira, se que ers mujer hermosa. Cuando los Egipcios te vean diran, ´esta es su esposa´ entonces me mataran, y se quedaran contigo. Dí que eres mí hermana, para que me vaya bien, por causa tuya, y así mi vida sera sal \ No newline at end of file +Hubó una hambre en la tierra, entonces Abram fue hacia el sur a Egipto y allí se quedó. cuando estaba a punto de entrar a Egipto, le dijó a su esposa Saraí, "mira, se que ers mujer hermosa. Cuando los Egipcios te vean diran, ´esta es su esposa´ entonces me mataran, y se quedaran contigo. Dí que eres mí hermana, para que me vaya bien, por causa tuya, y así mi vida sera salvada por tí." \ No newline at end of file From e4a9c9ae45b8f3604a2769ee124cbf9dcfbfbdc9 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 12:32:53 -0400 Subject: [PATCH 35/76] Thu Aug 25 2016 12:32:52 GMT-0400 (SA Western Standard Time) --- 12/10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/10.txt b/12/10.txt index 20468797..608b7861 100644 --- a/12/10.txt +++ b/12/10.txt @@ -1 +1 @@ -Hubó una hambre en la tierra, entonces Abram fue hacia el sur a Egipto y allí se quedó. cuando estaba a punto de entrar a Egipto, le dijó a su esposa Saraí, "mira, se que ers mujer hermosa. Cuando los Egipcios te vean diran, ´esta es su esposa´ entonces me mataran, y se quedaran contigo. Dí que eres mí hermana, para que me vaya bien, por causa tuya, y así mi vida sera salvada por tí." \ No newline at end of file +Hubó una hambre en la tierra, entonces Abram fue hacia el sur a Egipto y allí se quedó. cuando estaba a punto de entrar a Egipto, le dijó a su esposa Saraí, "mira, se que ers mujer hermosa. Cuando los Egipcios te vean diran, ´esta es su esposa´ entonces me mataran, y se quedaran contigo. Dí que eres mí hermana, para que me vaya bien, por causa tuya, y así mi vida sera perdonada por tí." \ No newline at end of file From 1acb2289f3a0e67932f8b74fa15613ce77737f97 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 12:34:53 -0400 Subject: [PATCH 36/76] Thu Aug 25 2016 12:34:52 GMT-0400 (SA Western Standard Time) --- 12/10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/10.txt b/12/10.txt index 608b7861..f75ee18e 100644 --- a/12/10.txt +++ b/12/10.txt @@ -1 +1 @@ -Hubó una hambre en la tierra, entonces Abram fue hacia el sur a Egipto y allí se quedó. cuando estaba a punto de entrar a Egipto, le dijó a su esposa Saraí, "mira, se que ers mujer hermosa. Cuando los Egipcios te vean diran, ´esta es su esposa´ entonces me mataran, y se quedaran contigo. Dí que eres mí hermana, para que me vaya bien, por causa tuya, y así mi vida sera perdonada por tí." \ No newline at end of file +\v 10 Hubó una hambre en la tierra, entonces Abram fue hacia el sur a Egipto y allí se quedó. \v 11 Cuando estaba a punto de entrar a Egipto, le dijó a su esposa Saraí, "mira, se que eres mujer hermosa. \v 12 Cuando los Egipcios te vean diran, ´esta es su esposa´ entonces me mataran, y se quedaran contigo. \v 13 Dí que eres mí hermana, para que me vaya bien, por causa tuya, y así mi vida sera perdonada por tí." \ No newline at end of file From 61081bdabaa42d61911d4658c701b2dff0e19547 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 14:30:55 -0400 Subject: [PATCH 37/76] Thu Aug 25 2016 14:30:53 GMT-0400 (SA Western Standard Time) --- 12/14.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 12/14.txt diff --git a/12/14.txt b/12/14.txt new file mode 100644 index 00000000..569e98c3 --- /dev/null +++ b/12/14.txt @@ -0,0 +1 @@ +Entonces cuando Abram entró en Egipto, los Egipcios vieron que Sarai bien hermosa. El principe de Faraon la vió, \ No newline at end of file From 5f4d9fd3f8d30910e95c91ad409d8262cbb6c392 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 14:32:53 -0400 Subject: [PATCH 38/76] Thu Aug 25 2016 14:32:53 GMT-0400 (SA Western Standard Time) --- 12/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/14.txt b/12/14.txt index 569e98c3..ae2131d6 100644 --- a/12/14.txt +++ b/12/14.txt @@ -1 +1 @@ -Entonces cuando Abram entró en Egipto, los Egipcios vieron que Sarai bien hermosa. El principe de Faraon la vió, \ No newline at end of file +Entonces cuando Abram entró en Egipto, los Egipcios vieron que Sarai bien hermosa. Los principe de Faraon la vieron, y la alabaron ante Faraon, y la mujer fue llevada a \ No newline at end of file From 4ac306668bd5909825658762f40da2a4f7b712f2 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 14:34:53 -0400 Subject: [PATCH 39/76] Thu Aug 25 2016 14:34:53 GMT-0400 (SA Western Standard Time) --- 12/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/14.txt b/12/14.txt index ae2131d6..17b76fe3 100644 --- a/12/14.txt +++ b/12/14.txt @@ -1 +1 @@ -Entonces cuando Abram entró en Egipto, los Egipcios vieron que Sarai bien hermosa. Los principe de Faraon la vieron, y la alabaron ante Faraon, y la mujer fue llevada a \ No newline at end of file +Entonces cuando Abram entró en Egipto, los Egipcios vieron que Sarai bien hermosa. Los principe de Faraon la vieron, y la alabaron ante Faraon, y la mujer fue llevada a la casa de Faraon. Faraon trató a Abram bien por \ No newline at end of file From 83fe61c0ed06861f358ed9d5ba1e6a024cd93e10 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 14:36:55 -0400 Subject: [PATCH 40/76] Thu Aug 25 2016 14:36:53 GMT-0400 (SA Western Standard Time) --- 12/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/14.txt b/12/14.txt index 17b76fe3..642d3292 100644 --- a/12/14.txt +++ b/12/14.txt @@ -1 +1 @@ -Entonces cuando Abram entró en Egipto, los Egipcios vieron que Sarai bien hermosa. Los principe de Faraon la vieron, y la alabaron ante Faraon, y la mujer fue llevada a la casa de Faraon. Faraon trató a Abram bien por \ No newline at end of file +Entonces cuando Abram entró en Egipto, los Egipcios vieron que Sarai bien hermosa. Los principe de Faraon la vieron, y la alabaron ante Faraon, y la mujer fue llevada a la casa de Faraon. Faraon trató a Abram bien por el beneficio \ No newline at end of file From 362f49167a7dd953c4c703d44dcf0b6e82c4ee78 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 14:38:53 -0400 Subject: [PATCH 41/76] Thu Aug 25 2016 14:38:53 GMT-0400 (SA Western Standard Time) --- 12/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/14.txt b/12/14.txt index 642d3292..618b0c2e 100644 --- a/12/14.txt +++ b/12/14.txt @@ -1 +1 @@ -Entonces cuando Abram entró en Egipto, los Egipcios vieron que Sarai bien hermosa. Los principe de Faraon la vieron, y la alabaron ante Faraon, y la mujer fue llevada a la casa de Faraon. Faraon trató a Abram bien por el beneficio \ No newline at end of file +Entonces cuando Abram entró en Egipto, los Egipcios vieron que Sarai bien hermosa. Los principe de Faraon la vieron, y la alabaron ante Faraon, y la mujer fue llevada a la casa de Faraon. Faraon trató a Abram bien por causa de ella, y le dió ovejas, \ No newline at end of file From 7de1c160f8e3cce49a006d23bed628046e4b69d9 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 14:40:53 -0400 Subject: [PATCH 42/76] Thu Aug 25 2016 14:40:53 GMT-0400 (SA Western Standard Time) --- 12/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/14.txt b/12/14.txt index 618b0c2e..3ba8f355 100644 --- a/12/14.txt +++ b/12/14.txt @@ -1 +1 @@ -Entonces cuando Abram entró en Egipto, los Egipcios vieron que Sarai bien hermosa. Los principe de Faraon la vieron, y la alabaron ante Faraon, y la mujer fue llevada a la casa de Faraon. Faraon trató a Abram bien por causa de ella, y le dió ovejas, \ No newline at end of file +Entonces cuando Abram entró en Egipto, los Egipcios vieron que Sarai bien hermosa. Los principe de Faraon la vieron, y la alabaron ante Faraon, y la mujer fue llevada a la casa de Faraon. Faraon trató a Abram bien por causa de ella, y le dió ovejas, buey, \ No newline at end of file From f79b7cf6cd4049f10248801c6ecdbedea3464f86 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 14:46:53 -0400 Subject: [PATCH 43/76] Thu Aug 25 2016 14:46:53 GMT-0400 (SA Western Standard Time) --- 12/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/14.txt b/12/14.txt index 3ba8f355..b4e89e1d 100644 --- a/12/14.txt +++ b/12/14.txt @@ -1 +1 @@ -Entonces cuando Abram entró en Egipto, los Egipcios vieron que Sarai bien hermosa. Los principe de Faraon la vieron, y la alabaron ante Faraon, y la mujer fue llevada a la casa de Faraon. Faraon trató a Abram bien por causa de ella, y le dió ovejas, buey, \ No newline at end of file +Entonces cuando Abram entró en Egipto, los Egipcios vieron que Sarai bien hermosa. Los principe de Faraon la vieron, y la alabaron ante Faraon, y la mujer fue llevada a la casa de Faraon. Faraon trató a Abram bien por causa de ella, y le dió ovejas, buey, asnos, \ No newline at end of file From 10ba37ee0ad5c5210dd69d49427bc4ee9bdf0558 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 14:48:53 -0400 Subject: [PATCH 44/76] Thu Aug 25 2016 14:48:53 GMT-0400 (SA Western Standard Time) --- 12/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/14.txt b/12/14.txt index b4e89e1d..840d4969 100644 --- a/12/14.txt +++ b/12/14.txt @@ -1 +1 @@ -Entonces cuando Abram entró en Egipto, los Egipcios vieron que Sarai bien hermosa. Los principe de Faraon la vieron, y la alabaron ante Faraon, y la mujer fue llevada a la casa de Faraon. Faraon trató a Abram bien por causa de ella, y le dió ovejas, buey, asnos, \ No newline at end of file +Entonces cuando Abram entró en Egipto, los Egipcios vieron que Sarai bien hermosa. Los principe de Faraon la vieron, y la alabaron ante Faraon, y la mujer fue llevada a la casa de Faraon. Faraon trató a Abram bien por causa de ella, y le dió ovejas, buey, asnos, esclavos esclavas, burras \ No newline at end of file From 66f88d80f8c7bccbc4b2d03dbbea42df9bc2462e Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 14:50:55 -0400 Subject: [PATCH 45/76] Thu Aug 25 2016 14:50:53 GMT-0400 (SA Western Standard Time) --- 12/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/14.txt b/12/14.txt index 840d4969..26e1bf14 100644 --- a/12/14.txt +++ b/12/14.txt @@ -1 +1 @@ -Entonces cuando Abram entró en Egipto, los Egipcios vieron que Sarai bien hermosa. Los principe de Faraon la vieron, y la alabaron ante Faraon, y la mujer fue llevada a la casa de Faraon. Faraon trató a Abram bien por causa de ella, y le dió ovejas, buey, asnos, esclavos esclavas, burras \ No newline at end of file +\v 14 \v 16 Entonces cuando Abram entró en Egipto, los Egipcios vieron que Sarai era bien hermosa. \v 15 Los principe de Faraon la vieron, y la alabaron ante Faraon, y la mujer fue llevada a la casa de Faraon. Faraon trató a Abram bien por causa de ella, y le dió ovejas, bueyes, asnos, esclavos, esclavas, burras y camellos. \ No newline at end of file From ff87c77bb6df4387d8a41abda6ec117fe914e4d6 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 14:52:53 -0400 Subject: [PATCH 46/76] Thu Aug 25 2016 14:52:53 GMT-0400 (SA Western Standard Time) --- 12/14.txt | 2 +- 12/17.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 12/17.txt diff --git a/12/14.txt b/12/14.txt index 26e1bf14..6440a0db 100644 --- a/12/14.txt +++ b/12/14.txt @@ -1 +1 @@ -\v 14 \v 16 Entonces cuando Abram entró en Egipto, los Egipcios vieron que Sarai era bien hermosa. \v 15 Los principe de Faraon la vieron, y la alabaron ante Faraon, y la mujer fue llevada a la casa de Faraon. Faraon trató a Abram bien por causa de ella, y le dió ovejas, bueyes, asnos, esclavos, esclavas, burras y camellos. \ No newline at end of file +\v 14 Entonces cuando Abram entró en Egipto, los Egipcios vieron que Sarai era bien hermosa. \v 15 Los principe de Faraón la vieron, y la alabaron ante Faraón, y la mujer fue llevada a la casa de Faraón. \v 16 Faraón trató a Abram bien por causa de ella, y le dió ovejas, bueyes, asnos, esclavos, esclavas, burras y camellos. \ No newline at end of file diff --git a/12/17.txt b/12/17.txt new file mode 100644 index 00000000..2f87779c --- /dev/null +++ b/12/17.txt @@ -0,0 +1 @@ +\v 17 \v 18 \v 19 \v 20 Entonces el SEÑOR afligió al Faraón \ No newline at end of file From 51c29b54963ed5eeb2351544be16f384412d9cf6 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 14:54:53 -0400 Subject: [PATCH 47/76] Thu Aug 25 2016 14:54:53 GMT-0400 (SA Western Standard Time) --- 12/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/17.txt b/12/17.txt index 2f87779c..8e27a2c3 100644 --- a/12/17.txt +++ b/12/17.txt @@ -1 +1 @@ -\v 17 \v 18 \v 19 \v 20 Entonces el SEÑOR afligió al Faraón \ No newline at end of file +\v 17 \v 18 \v 19 \v 20 Entonces el SEÑOR afligió al Faraón y su casa con grandes plagas por causa de Saraí, esposa de Abram. Faraón llamó a Abram, y le dijo, " \ No newline at end of file From 648f0cc1a2cc023bee499aa614f3306ebf8456cf Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 14:56:54 -0400 Subject: [PATCH 48/76] Thu Aug 25 2016 14:56:53 GMT-0400 (SA Western Standard Time) --- 12/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/17.txt b/12/17.txt index 8e27a2c3..68dbbd8b 100644 --- a/12/17.txt +++ b/12/17.txt @@ -1 +1 @@ -\v 17 \v 18 \v 19 \v 20 Entonces el SEÑOR afligió al Faraón y su casa con grandes plagas por causa de Saraí, esposa de Abram. Faraón llamó a Abram, y le dijo, " \ No newline at end of file +\v 17 \v 18 \v 19 \v 20 Entonces el SEÑOR afligió al Faraón y su casa con grandes plagas por causa de Saraí, esposa de Abram. Faraón llamó a Abram, y le dijo, "¿Qué es esto que me has hecho? ¿Por qué me dijistes que ella era tu hermana ? \ No newline at end of file From ff982eca76770d79e304bb27e4a4577de3e1cc93 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 14:58:53 -0400 Subject: [PATCH 49/76] Thu Aug 25 2016 14:58:53 GMT-0400 (SA Western Standard Time) --- 12/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/17.txt b/12/17.txt index 68dbbd8b..68047693 100644 --- a/12/17.txt +++ b/12/17.txt @@ -1 +1 @@ -\v 17 \v 18 \v 19 \v 20 Entonces el SEÑOR afligió al Faraón y su casa con grandes plagas por causa de Saraí, esposa de Abram. Faraón llamó a Abram, y le dijo, "¿Qué es esto que me has hecho? ¿Por qué me dijistes que ella era tu hermana ? \ No newline at end of file +\v 17 \v 18 \v 19 \v 20 Entonces el SEÑOR afligió al Faraón y su casa con grandes plagas por causa de Saraí, esposa de Abram. Faraón llamó a Abram, y le dijo, "¿Qué es esto que me has hecho? ¿Por qué me dijistes que ella era tu hermana, para que yo la tomara para ser mi esposa? Ahora he aqui a tu esposa \ No newline at end of file From 4c7dc78661724ecdb5486fbc6254b0b615b007e7 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 15:00:54 -0400 Subject: [PATCH 50/76] Thu Aug 25 2016 15:00:53 GMT-0400 (SA Western Standard Time) --- 12/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/17.txt b/12/17.txt index 68047693..42210152 100644 --- a/12/17.txt +++ b/12/17.txt @@ -1 +1 @@ -\v 17 \v 18 \v 19 \v 20 Entonces el SEÑOR afligió al Faraón y su casa con grandes plagas por causa de Saraí, esposa de Abram. Faraón llamó a Abram, y le dijo, "¿Qué es esto que me has hecho? ¿Por qué me dijistes que ella era tu hermana, para que yo la tomara para ser mi esposa? Ahora he aqui a tu esposa \ No newline at end of file +\v 17 \v 18 \v 19 \v 20 Entonces el SEÑOR afligió al Faraón y su casa con grandes plagas por causa de Saraí, esposa de Abram. Faraón llamó a Abram, y le dijo, "¿Qué es esto que me has hecho? ¿Por qué me dijistes que ella era tu hermana, para que yo la tomara para ser mi esposa? Ahora he aqui a tu esposa. Tomala y sigue tu camino." \ No newline at end of file From 439b22e2db4f11091ece08be7f7ba50bffe40146 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 15:02:53 -0400 Subject: [PATCH 51/76] Thu Aug 25 2016 15:02:53 GMT-0400 (SA Western Standard Time) --- 12/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/17.txt b/12/17.txt index 42210152..86987f78 100644 --- a/12/17.txt +++ b/12/17.txt @@ -1 +1 @@ -\v 17 \v 18 \v 19 \v 20 Entonces el SEÑOR afligió al Faraón y su casa con grandes plagas por causa de Saraí, esposa de Abram. Faraón llamó a Abram, y le dijo, "¿Qué es esto que me has hecho? ¿Por qué me dijistes que ella era tu hermana, para que yo la tomara para ser mi esposa? Ahora he aqui a tu esposa. Tomala y sigue tu camino." \ No newline at end of file +\v 17 \v 18 \v 19 \v 20 Entonces el SEÑOR afligió al Faraón y su casa con grandes plagas por causa de Saraí, esposa de Abram. Faraón llamó a Abram, y le dijo, "¿Qué es esto que me has hecho? ¿Por qué me dijistes que ella era tu hermana, para que yo la tomara para ser mi esposa? Ahora, he aqui a tu esposa. Tomala y sigue tu camino." Entonces Faraón le dió ordenes a sus hombres concerniente a él, y ellos lo enviaron \ No newline at end of file From f8de11dda41848a960a0af4acbf9e1acf2853e89 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 15:04:53 -0400 Subject: [PATCH 52/76] Thu Aug 25 2016 15:04:53 GMT-0400 (SA Western Standard Time) --- 12/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/17.txt b/12/17.txt index 86987f78..b0758d96 100644 --- a/12/17.txt +++ b/12/17.txt @@ -1 +1 @@ -\v 17 \v 18 \v 19 \v 20 Entonces el SEÑOR afligió al Faraón y su casa con grandes plagas por causa de Saraí, esposa de Abram. Faraón llamó a Abram, y le dijo, "¿Qué es esto que me has hecho? ¿Por qué me dijistes que ella era tu hermana, para que yo la tomara para ser mi esposa? Ahora, he aqui a tu esposa. Tomala y sigue tu camino." Entonces Faraón le dió ordenes a sus hombres concerniente a él, y ellos lo enviaron \ No newline at end of file +\v 17 \v 19 \v 20 Entonces el SEÑOR afligió al Faraón y su casa con grandes plagas por causa de Saraí, esposa de Abram. \v 18 Faraón llamó a Abram, y le dijo, "¿Qué es esto que me has hecho? ¿Por qué me dijistes que ella era tu hermana, para que yo la tomara para ser mi esposa? Ahora, he aqui a tu esposa. Tomala y sigue tu camino." Entonces Faraón le dió ordenes a sus hombres concerniente a él, y ellos lo enviaron fuera, con su esposa y todo lo que él tenía. \ No newline at end of file From f29f8b6df9a6c15c2f295f2809b99b354a430428 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 15:06:53 -0400 Subject: [PATCH 53/76] Thu Aug 25 2016 15:06:53 GMT-0400 (SA Western Standard Time) --- 12/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/17.txt b/12/17.txt index b0758d96..3ed0778d 100644 --- a/12/17.txt +++ b/12/17.txt @@ -1 +1 @@ -\v 17 \v 19 \v 20 Entonces el SEÑOR afligió al Faraón y su casa con grandes plagas por causa de Saraí, esposa de Abram. \v 18 Faraón llamó a Abram, y le dijo, "¿Qué es esto que me has hecho? ¿Por qué me dijistes que ella era tu hermana, para que yo la tomara para ser mi esposa? Ahora, he aqui a tu esposa. Tomala y sigue tu camino." Entonces Faraón le dió ordenes a sus hombres concerniente a él, y ellos lo enviaron fuera, con su esposa y todo lo que él tenía. \ No newline at end of file +\v 17 Entonces el SEÑOR afligió al Faraón y su casa con grandes plagas por causa de Saraí, esposa de Abram. \v 18 Faraón llamó a Abram, y le dijo, "¿Qué es esto que me has hecho? ¿Por qué no me dijidtes que er? \v 19 ¿Por qué me dijistes que ella era tu hermana, para que yo la tomara para ser mi esposa? Ahora, he aqui a tu esposa. Tomala y sigue tu camino." \v 20 Entonces Faraón le dió ordenes a sus hombres concerniente a él, y ellos lo enviaron fuera, con su esposa y todo lo que él tenía. \ No newline at end of file From 2fdee909998f9858c3718c7ea6fbfd232a87229e Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 15:08:53 -0400 Subject: [PATCH 54/76] Thu Aug 25 2016 15:08:53 GMT-0400 (SA Western Standard Time) --- 12/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/17.txt b/12/17.txt index 3ed0778d..0be9a573 100644 --- a/12/17.txt +++ b/12/17.txt @@ -1 +1 @@ -\v 17 Entonces el SEÑOR afligió al Faraón y su casa con grandes plagas por causa de Saraí, esposa de Abram. \v 18 Faraón llamó a Abram, y le dijo, "¿Qué es esto que me has hecho? ¿Por qué no me dijidtes que er? \v 19 ¿Por qué me dijistes que ella era tu hermana, para que yo la tomara para ser mi esposa? Ahora, he aqui a tu esposa. Tomala y sigue tu camino." \v 20 Entonces Faraón le dió ordenes a sus hombres concerniente a él, y ellos lo enviaron fuera, con su esposa y todo lo que él tenía. \ No newline at end of file +\v 17 Entonces el SEÑOR afligió al Faraón y su casa con grandes plagas por causa de Saraí, esposa de Abram. \v 18 Faraón llamó a Abram, y le dijo, "¿Qué es esto que me has hecho? ¿Por qué no me dijidtes que ella era tu esposa? \v 19 ¿Por qué me dijistes, ´ella es mí hermana´, para que yo la tomara para ser mi esposa? Ahora, he aqui a tu esposa. Tomala y sigue tu camino." \v 20 Entonces Faraón le dió ordenes a sus hombres concerniente a él, y ellos lo enviaron fuera, con su esposa y todo lo que él tenía. \ No newline at end of file From 31b769e0fe4d029638bc95b054883710d3666a57 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 15:14:55 -0400 Subject: [PATCH 55/76] Thu Aug 25 2016 15:14:53 GMT-0400 (SA Western Standard Time) --- 12/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/01.txt b/12/01.txt index 4a5147ad..bf35f303 100644 --- a/12/01.txt +++ b/12/01.txt @@ -1 +1 @@ -\c 12 \v 1 Entonces el SEÑOR dijó a Abram, "Sal de tu pueblo, y de tu parentela, y de la familia de tu padre, a la tierra que te mostraré. \v 2 Yo te convertiré en una gran nación, y te bendeciré, y haré tu nombre grande, y tú serás de bendición. \v 3 Bendecire a los que te bendigan, pero quien te deshonre yo lo maldeciré. Através tuyo, todas las familias de la tierra seran bendecidas." \ No newline at end of file +\c 12 \v 1 Entonces el SEÑOR dijo a Abram: "Sal de tu pueblo, y de tu parentela, y de la familia de tu padre, a la tierra que te mostraré. \v 2 Yo te convertiré en una gran nación, y te bendeciré, y haré tu nombre grande, y tú serás de bendición. \v 3 Bendecire a los que te bendigan, pero quien te deshonre yo lo maldeciré. Através tuyo, todas las familias de la tierra seran bendecidas." \ No newline at end of file From be3a1af9e57d07b57d0b707813de97df0235cdaa Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 15:16:54 -0400 Subject: [PATCH 56/76] Thu Aug 25 2016 15:16:53 GMT-0400 (SA Western Standard Time) --- 12/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/01.txt b/12/01.txt index bf35f303..39a064df 100644 --- a/12/01.txt +++ b/12/01.txt @@ -1 +1 @@ -\c 12 \v 1 Entonces el SEÑOR dijo a Abram: "Sal de tu pueblo, y de tu parentela, y de la familia de tu padre, a la tierra que te mostraré. \v 2 Yo te convertiré en una gran nación, y te bendeciré, y haré tu nombre grande, y tú serás de bendición. \v 3 Bendecire a los que te bendigan, pero quien te deshonre yo lo maldeciré. Através tuyo, todas las familias de la tierra seran bendecidas." \ No newline at end of file +\c 12 \v 1 Entonces el SEÑOR dijo a Abram: "Sal de tu pueblo, y de tu parentela, y de la familia de tu padre, a la tierra que te mostraré. \v 2 Yo te convertiré en una gran nación, y te bendeciré, y haré tu nombre grande, y tú serás de bendición. \v 3 Bendeciré a los que te bendigan, pero quien te deshonre yo lo maldeciré. Por medio de ti, todas las familias de la tierra seran bendecidas." \ No newline at end of file From 11a18186262851c99af426ed0bb17bb328e033ed Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 15:18:53 -0400 Subject: [PATCH 57/76] Thu Aug 25 2016 15:18:53 GMT-0400 (SA Western Standard Time) --- 12/01.txt | 2 +- 12/04.txt | 2 +- manifest.json | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/12/01.txt b/12/01.txt index 39a064df..6e189daf 100644 --- a/12/01.txt +++ b/12/01.txt @@ -1 +1 @@ -\c 12 \v 1 Entonces el SEÑOR dijo a Abram: "Sal de tu pueblo, y de tu parentela, y de la familia de tu padre, a la tierra que te mostraré. \v 2 Yo te convertiré en una gran nación, y te bendeciré, y haré tu nombre grande, y tú serás de bendición. \v 3 Bendeciré a los que te bendigan, pero quien te deshonre yo lo maldeciré. Por medio de ti, todas las familias de la tierra seran bendecidas." \ No newline at end of file +\c 12 \v 1 Entonces el SEÑOR dijo a Abram: "Sal de tu pueblo, y de tu parentela, y de la familia de tu padre, a la tierra que te mostraré. \v 2 Yo te convertiré en una gran nación, y te bendeciré, y haré tu nombre grande, y tú serás de bendición. \v 3 Bendeciré a los que te bendigan, pero quien te deshonre yo lo maldeciré. Por medio de ti, todas las familias de la tierra serán bendecidas." \ No newline at end of file diff --git a/12/04.txt b/12/04.txt index 84669253..2d6f55f5 100644 --- a/12/04.txt +++ b/12/04.txt @@ -1 +1 @@ -\v 4 Entonces Abram Salió, como el SEÑOR le dijó que hiciera, y Lot fue con él. Abram era de setenta y cinco años cuando dejó Harán. \v 5 Abram tomó a Sarai, su esposa, Lot, los hijos de su hermano, y todas sus poseciones que habían acumulado, y las personas que habían adquirido en Harán. Ellos salieron para ir a la tierra de Canaán y llegaron a la tierra de Canaán. \ No newline at end of file +\v 4 Entonces Abram salió, como el SEÑOR le dijo que hiciera, y Lot fue con él. Abram era de setenta y cinco años cuando salió de Harán. \v 5 Abram tomó a Sarai, su esposa, Lot, los hijos de su hermano, y todas sus poseciones que habían acumulado, y las personas que habían adquirido en Harán. Ellos salieron para ir a la tierra de Canaán y llegaron a la tierra de Canaán. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 8d3eae7e..34317cea 100644 --- a/manifest.json +++ b/manifest.json @@ -35,5 +35,7 @@ "translators": [ "Jose A. Torres Rodriguez" ], - "finished_chunks": [] + "finished_chunks": [ + "12-01" + ] } \ No newline at end of file From c477c454b2588bb39946fd15601defaee68558ba Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 15:20:53 -0400 Subject: [PATCH 58/76] Thu Aug 25 2016 15:20:53 GMT-0400 (SA Western Standard Time) --- 12/04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/04.txt b/12/04.txt index 2d6f55f5..ed55bdf0 100644 --- a/12/04.txt +++ b/12/04.txt @@ -1 +1 @@ -\v 4 Entonces Abram salió, como el SEÑOR le dijo que hiciera, y Lot fue con él. Abram era de setenta y cinco años cuando salió de Harán. \v 5 Abram tomó a Sarai, su esposa, Lot, los hijos de su hermano, y todas sus poseciones que habían acumulado, y las personas que habían adquirido en Harán. Ellos salieron para ir a la tierra de Canaán y llegaron a la tierra de Canaán. \ No newline at end of file +\v 4 Entonces Abram salió, como el SEÑOR le dijo que hiciera, y Lot fue con él. Abram era de setenta y cinco años cuando salió de Harán. \v 5 Abram tomó a Sarai, su esposa, a Lot, los hijos de su hermano, y todas sus poseciones que habían acumulado, y las personas que habían adquirido en Harán. Ellos salieron para ir a la tierra de Canaán y llegaron a la tierra de Canaán. \ No newline at end of file From 935734c405a1938ca775cf772b101e0fb640f3c2 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 15:34:55 -0400 Subject: [PATCH 59/76] Thu Aug 25 2016 15:34:53 GMT-0400 (SA Western Standard Time) --- 12/04.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/12/04.txt b/12/04.txt index ed55bdf0..f5300445 100644 --- a/12/04.txt +++ b/12/04.txt @@ -1 +1 @@ -\v 4 Entonces Abram salió, como el SEÑOR le dijo que hiciera, y Lot fue con él. Abram era de setenta y cinco años cuando salió de Harán. \v 5 Abram tomó a Sarai, su esposa, a Lot, los hijos de su hermano, y todas sus poseciones que habían acumulado, y las personas que habían adquirido en Harán. Ellos salieron para ir a la tierra de Canaán y llegaron a la tierra de Canaán. \ No newline at end of file +\v 4 Entonces Abram salió, como el SEÑOR le dijo que hiciera, y Lot fue con él. Abram era de setenta y cinco años cuando salió de Harán. \v 5 Abram tomó a Sarai, su esposa, a Lot, a los hijos de su hermano, y todas sus posesiones que habían acumulado, y las personas que habían adquirido en Harán. Ellos salieron para ir a la tierra de Canaán y llegaron a la tierra de Canaán. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 34317cea..73a04cf4 100644 --- a/manifest.json +++ b/manifest.json @@ -36,6 +36,7 @@ "Jose A. Torres Rodriguez" ], "finished_chunks": [ - "12-01" + "12-01", + "12-04" ] } \ No newline at end of file From 32a44318c9641bfbad00737ef11f2ab0c4d84e2d Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 15:36:56 -0400 Subject: [PATCH 60/76] Thu Aug 25 2016 15:36:53 GMT-0400 (SA Western Standard Time) --- 12/06.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/06.txt b/12/06.txt index ae506ade..09e5f128 100644 --- a/12/06.txt +++ b/12/06.txt @@ -1 +1 @@ -\v 6 Abram pasó a través de la tierra hasta Siquem, hasta la encina de Moré. en tiempos en que vivian los canaanitas en la tierra. \v 7 El SEÑOR le apareció a Abram, y le dijó, "A tus decendientes le daré esta tierra." Entonces Abram construyó un altar a el SEÑOR, quien le apareció. \ No newline at end of file +\v 6 Abram pasó a través de la tierra hasta Siquem, hasta la encina de Moré. En ese tiempo los Canaanitas vivían en la tierra. \v 7 El SEÑOR le apareció a Abram, y le dijó, "A tus decendientes le daré esta tierra." Entonces Abram construyó un altar a el SEÑOR, quien le apareció. \ No newline at end of file From 81609bc7f9d0be946efbd19c69553913f63b0464 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 15:38:53 -0400 Subject: [PATCH 61/76] Thu Aug 25 2016 15:38:53 GMT-0400 (SA Western Standard Time) --- 12/06.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/06.txt b/12/06.txt index 09e5f128..7f56b59e 100644 --- a/12/06.txt +++ b/12/06.txt @@ -1 +1 @@ -\v 6 Abram pasó a través de la tierra hasta Siquem, hasta la encina de Moré. En ese tiempo los Canaanitas vivían en la tierra. \v 7 El SEÑOR le apareció a Abram, y le dijó, "A tus decendientes le daré esta tierra." Entonces Abram construyó un altar a el SEÑOR, quien le apareció. \ No newline at end of file +\v 6 Abram pasó a través de la tierra hasta Siquem, hasta la encina de Moré. En ese tiempo los Cananeos vivían en la tierra. \v 7 El SEÑOR le apareció a Abram, y le dijó, "A tus decendientes le daré esta tierra." Entonces Abram construyó un altar a el SEÑOR, quien le apareció. \ No newline at end of file From 4364a5d769ff19a5e9e0b9a4ddce5160cbe749fa Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 15:40:56 -0400 Subject: [PATCH 62/76] Thu Aug 25 2016 15:40:53 GMT-0400 (SA Western Standard Time) --- 12/06.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/06.txt b/12/06.txt index 7f56b59e..e5979328 100644 --- a/12/06.txt +++ b/12/06.txt @@ -1 +1 @@ -\v 6 Abram pasó a través de la tierra hasta Siquem, hasta la encina de Moré. En ese tiempo los Cananeos vivían en la tierra. \v 7 El SEÑOR le apareció a Abram, y le dijó, "A tus decendientes le daré esta tierra." Entonces Abram construyó un altar a el SEÑOR, quien le apareció. \ No newline at end of file +\v 6 Abram pasó a través de la tierra hasta Siquem, hasta la encina de Moré. En ese tiempo los Cananeos vivían en la tierra. \v 7 El SEÑOR le apareció a Abram, y le dijo: "A tus descendientes le daré esta tierra." Así que ahí Abram construyó un altar a el SEÑOR, quien le apareció. \ No newline at end of file From f6602ae847f8222382b8aab274869fcbb9220b57 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 15:42:56 -0400 Subject: [PATCH 63/76] Thu Aug 25 2016 15:42:53 GMT-0400 (SA Western Standard Time) --- 12/06.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/06.txt b/12/06.txt index e5979328..8cb48b06 100644 --- a/12/06.txt +++ b/12/06.txt @@ -1 +1 @@ -\v 6 Abram pasó a través de la tierra hasta Siquem, hasta la encina de Moré. En ese tiempo los Cananeos vivían en la tierra. \v 7 El SEÑOR le apareció a Abram, y le dijo: "A tus descendientes le daré esta tierra." Así que ahí Abram construyó un altar a el SEÑOR, quien le apareció. \ No newline at end of file +\v 6 Abram pasó a través de la tierra hasta Siquem, hasta la encina de Moré. En ese tiempo los Cananeos vivían en la tierra. \v 7 El SEÑOR le apareció a Abram, y le dijo: "A tus descendientes les daré esta tierra." Así que ahí Abram construyó un altar al SEÑOR, Quien se le había aparecido. \ No newline at end of file From a8225804fae1ce8df8b099923a625ff2aafa1526 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 15:44:55 -0400 Subject: [PATCH 64/76] Thu Aug 25 2016 15:44:53 GMT-0400 (SA Western Standard Time) --- 12/08.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/12/08.txt b/12/08.txt index 226e22b7..7108d816 100644 --- a/12/08.txt +++ b/12/08.txt @@ -1 +1 @@ -\v 8 Desde allí se movió al pueblo montañoso que estaba al este de Betel, donde puso su tienda, con Betel al oeste y Hai al este. Ahí construyó un altar al SEÑOR y proclamó el nombre del SEÑOR. \v 9 Entonces Abram continuó su viaje rumbo al Neguev. \ No newline at end of file +\v 8 Desde allí se movió a la región de colinas al este de Betel, donde puso su tienda, con Betel al oeste y Hai al este. Ahí construyó un altar al SEÑOR y proclamó el nombre del SEÑOR. \v 9 Entonces Abram continuó su viaje rumbo al Neguev. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 73a04cf4..59687ba7 100644 --- a/manifest.json +++ b/manifest.json @@ -37,6 +37,7 @@ ], "finished_chunks": [ "12-01", - "12-04" + "12-04", + "12-06" ] } \ No newline at end of file From fad7a5687faeb5f2359102821dcf190944d39ec7 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 15:46:54 -0400 Subject: [PATCH 65/76] Thu Aug 25 2016 15:46:53 GMT-0400 (SA Western Standard Time) --- 12/08.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/08.txt b/12/08.txt index 7108d816..48cdac03 100644 --- a/12/08.txt +++ b/12/08.txt @@ -1 +1 @@ -\v 8 Desde allí se movió a la región de colinas al este de Betel, donde puso su tienda, con Betel al oeste y Hai al este. Ahí construyó un altar al SEÑOR y proclamó el nombre del SEÑOR. \v 9 Entonces Abram continuó su viaje rumbo al Neguev. \ No newline at end of file +\v 8 Desde allí se movió a la región de colinas al este de Betel, donde puso su tienda, con Betel al oeste y Hai al este. Ahí construyó un altar al SEÑOR nvocóe i el nombre del SEÑOR. \v 9 Entonces Abram continuó su viaje rumbo al Neguev. \ No newline at end of file From f3633ace988b7eb9b50239b925857574c8cb1dd3 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 15:48:54 -0400 Subject: [PATCH 66/76] Thu Aug 25 2016 15:48:53 GMT-0400 (SA Western Standard Time) --- 12/08.txt | 2 +- 12/10.txt | 2 +- manifest.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/12/08.txt b/12/08.txt index 48cdac03..c1a8169d 100644 --- a/12/08.txt +++ b/12/08.txt @@ -1 +1 @@ -\v 8 Desde allí se movió a la región de colinas al este de Betel, donde puso su tienda, con Betel al oeste y Hai al este. Ahí construyó un altar al SEÑOR nvocóe i el nombre del SEÑOR. \v 9 Entonces Abram continuó su viaje rumbo al Neguev. \ No newline at end of file +\v 8 Desde allí se movió a la región de colinas al este de Betel, donde puso su tienda, con Betel al oeste y Hai al este. Ahí construyó un altar al SEÑOR e invocó el nombre del SEÑOR. \v 9 Entonces Abram continuó su viaje rumbo al Neguev. \ No newline at end of file diff --git a/12/10.txt b/12/10.txt index f75ee18e..23745fc0 100644 --- a/12/10.txt +++ b/12/10.txt @@ -1 +1 @@ -\v 10 Hubó una hambre en la tierra, entonces Abram fue hacia el sur a Egipto y allí se quedó. \v 11 Cuando estaba a punto de entrar a Egipto, le dijó a su esposa Saraí, "mira, se que eres mujer hermosa. \v 12 Cuando los Egipcios te vean diran, ´esta es su esposa´ entonces me mataran, y se quedaran contigo. \v 13 Dí que eres mí hermana, para que me vaya bien, por causa tuya, y así mi vida sera perdonada por tí." \ No newline at end of file +\v 10 Hubo una hambruna en la tierra, entonces Abram fue hacia el sur a Egipto y allí se quedó. \v 11 Cuando estaba a punto de entrar a Egipto, le dijó a su esposa Saraí, "mira, se que eres mujer hermosa. \v 12 Cuando los Egipcios te vean diran, ´esta es su esposa´ entonces me mataran, y se quedaran contigo. \v 13 Dí que eres mí hermana, para que me vaya bien, por causa tuya, y así mi vida sera perdonada por tí." \ No newline at end of file diff --git a/manifest.json b/manifest.json index 59687ba7..c1aba361 100644 --- a/manifest.json +++ b/manifest.json @@ -38,6 +38,7 @@ "finished_chunks": [ "12-01", "12-04", - "12-06" + "12-06", + "12-08" ] } \ No newline at end of file From 773ae9aa3ad109b6212ed0db974f76d30f4a9551 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 15:52:54 -0400 Subject: [PATCH 67/76] Thu Aug 25 2016 15:52:53 GMT-0400 (SA Western Standard Time) --- 12/10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/10.txt b/12/10.txt index 23745fc0..e813dc40 100644 --- a/12/10.txt +++ b/12/10.txt @@ -1 +1 @@ -\v 10 Hubo una hambruna en la tierra, entonces Abram fue hacia el sur a Egipto y allí se quedó. \v 11 Cuando estaba a punto de entrar a Egipto, le dijó a su esposa Saraí, "mira, se que eres mujer hermosa. \v 12 Cuando los Egipcios te vean diran, ´esta es su esposa´ entonces me mataran, y se quedaran contigo. \v 13 Dí que eres mí hermana, para que me vaya bien, por causa tuya, y así mi vida sera perdonada por tí." \ No newline at end of file +\v 10 Hubo una hambruna en la tierra, entonces Abram bajó para quedarse en Egipto pues el hambre era severa en la tierra. \v 11 Cuando estaba a punto de entrar a Egipto, le dijó a su esposa Saraí, "mira, se que eres mujer hermosa. \v 12 Cuando los Egipcios te vean diran, ´esta es su esposa´ entonces me mataran, y se quedaran contigo. \v 13 Dí que eres mí hermana, para que me vaya bien, por causa tuya, y así mi vida sera perdonada por tí." \ No newline at end of file From fb53e7566c8cd9b892e294cb66190cd075cde64f Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 15:54:54 -0400 Subject: [PATCH 68/76] Thu Aug 25 2016 15:54:53 GMT-0400 (SA Western Standard Time) --- 12/10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/10.txt b/12/10.txt index e813dc40..046b7ce8 100644 --- a/12/10.txt +++ b/12/10.txt @@ -1 +1 @@ -\v 10 Hubo una hambruna en la tierra, entonces Abram bajó para quedarse en Egipto pues el hambre era severa en la tierra. \v 11 Cuando estaba a punto de entrar a Egipto, le dijó a su esposa Saraí, "mira, se que eres mujer hermosa. \v 12 Cuando los Egipcios te vean diran, ´esta es su esposa´ entonces me mataran, y se quedaran contigo. \v 13 Dí que eres mí hermana, para que me vaya bien, por causa tuya, y así mi vida sera perdonada por tí." \ No newline at end of file +\v 10 Hubo hambre en la tierra, así que Abram bajó a Egipto para quedarse, pues el hambre era severa en la tierra. \v 11 Cuando estaba a punto de entrar a Egipto, le dijo a su esposa Sarai: "Mira, sé que eres mujer hermosa. \v 12 Cuando los Egipcios te vean diran, ´esta es su esposa´ entonces me mataran, y se quedaran contigo. \v 13 Dí que eres mí hermana, para que me vaya bien, por causa tuya, y así mi vida sera perdonada por tí." \ No newline at end of file From 3bb25de628390cff4efd3bce09db9a04dd0564f1 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 15:56:54 -0400 Subject: [PATCH 69/76] Thu Aug 25 2016 15:56:53 GMT-0400 (SA Western Standard Time) --- 12/10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/10.txt b/12/10.txt index 046b7ce8..672628ce 100644 --- a/12/10.txt +++ b/12/10.txt @@ -1 +1 @@ -\v 10 Hubo hambre en la tierra, así que Abram bajó a Egipto para quedarse, pues el hambre era severa en la tierra. \v 11 Cuando estaba a punto de entrar a Egipto, le dijo a su esposa Sarai: "Mira, sé que eres mujer hermosa. \v 12 Cuando los Egipcios te vean diran, ´esta es su esposa´ entonces me mataran, y se quedaran contigo. \v 13 Dí que eres mí hermana, para que me vaya bien, por causa tuya, y así mi vida sera perdonada por tí." \ No newline at end of file +\v 10 Hubo hambre en la tierra, así que Abram bajó a Egipto para quedarse, pues el hambre era severa en la tierra. \v 11 Cuando estaba a punto de entrar a Egipto, le dijo a su esposa Sarai: "Mira, sé que eres una mujer hermosa. \v 12 Cuando los Egipcios te vean diran: 'Ésta es su esposa,' entonces me matarán, y se quedarán contigo. \v 13 Di que eres mi hermana, para que me vaya bien, por causa tuya, y así mi vida sera perdonada por tí." \ No newline at end of file From f4751a484b7b344505c1dc42989150c026da9f79 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 15:58:54 -0400 Subject: [PATCH 70/76] Thu Aug 25 2016 15:58:53 GMT-0400 (SA Western Standard Time) --- 12/10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/10.txt b/12/10.txt index 672628ce..5d86032d 100644 --- a/12/10.txt +++ b/12/10.txt @@ -1 +1 @@ -\v 10 Hubo hambre en la tierra, así que Abram bajó a Egipto para quedarse, pues el hambre era severa en la tierra. \v 11 Cuando estaba a punto de entrar a Egipto, le dijo a su esposa Sarai: "Mira, sé que eres una mujer hermosa. \v 12 Cuando los Egipcios te vean diran: 'Ésta es su esposa,' entonces me matarán, y se quedarán contigo. \v 13 Di que eres mi hermana, para que me vaya bien, por causa tuya, y así mi vida sera perdonada por tí." \ No newline at end of file +\v 10 Hubo hambre en la tierra, así que Abram bajó a Egipto para quedarse, pues el hambre era severa en la tierra. \v 11 Cuando estuvo a punto de entrar a Egipto, le dijo a su esposa Sarai: "Mira, sé que eres una mujer hermosa. \v 12 Cuando los Egipcios te vean diran: 'Ésta es su esposa,' entonces me matarán, y se quedarán contigo. \v 13 Di que eres mi hermana, para que me vaya bien por causa tuya, y así mi vida será librada gracias a ti." \ No newline at end of file From 138478f6385b018f00076ad09a24e47c32405a10 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 16:00:54 -0400 Subject: [PATCH 71/76] Thu Aug 25 2016 16:00:53 GMT-0400 (SA Western Standard Time) --- 12/14.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/12/14.txt b/12/14.txt index 6440a0db..67ef9fa3 100644 --- a/12/14.txt +++ b/12/14.txt @@ -1 +1 @@ -\v 14 Entonces cuando Abram entró en Egipto, los Egipcios vieron que Sarai era bien hermosa. \v 15 Los principe de Faraón la vieron, y la alabaron ante Faraón, y la mujer fue llevada a la casa de Faraón. \v 16 Faraón trató a Abram bien por causa de ella, y le dió ovejas, bueyes, asnos, esclavos, esclavas, burras y camellos. \ No newline at end of file +\v 14 Sucedió que cuando Abram entró en Egipto, los Egipcios vieron que Sarai era muy hermosa. \v 15 Los príncipes del Faraón la vieron, y la alabaron ante Faraón, y la mujer fue llevada a la casa de Faraón. \v 16 Faraón trató a Abram bien por causa de ella, y le dió ovejas, bueyes, asnos, esclavos, esclavas, burras y camellos. \ No newline at end of file diff --git a/manifest.json b/manifest.json index c1aba361..15bff6cd 100644 --- a/manifest.json +++ b/manifest.json @@ -39,6 +39,7 @@ "12-01", "12-04", "12-06", - "12-08" + "12-08", + "12-10" ] } \ No newline at end of file From 68dc48645cfb64355d974a33408c6811dc42a834 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 16:02:54 -0400 Subject: [PATCH 72/76] Thu Aug 25 2016 16:02:53 GMT-0400 (SA Western Standard Time) --- 12/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/14.txt b/12/14.txt index 67ef9fa3..5532ea3a 100644 --- a/12/14.txt +++ b/12/14.txt @@ -1 +1 @@ -\v 14 Sucedió que cuando Abram entró en Egipto, los Egipcios vieron que Sarai era muy hermosa. \v 15 Los príncipes del Faraón la vieron, y la alabaron ante Faraón, y la mujer fue llevada a la casa de Faraón. \v 16 Faraón trató a Abram bien por causa de ella, y le dió ovejas, bueyes, asnos, esclavos, esclavas, burras y camellos. \ No newline at end of file +\v 14 Sucedió que cuando Abram entró en Egipto, los Egipcios vieron que Sarai era muy hermosa. \v 15 Los príncipes de Faraón la vieron, y la alabaron ante Faraón, y la mujer fue llevada a la casa de Faraón. \v 16 Faraón trató bien a Abram por causa de ella, y le dio ovejas, bueyes, asnos, esclavos, esclavas, burras y camellos. \ No newline at end of file From 0bb36fd202a25d99f7a1ef8186849ee415c5ef67 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 16:04:54 -0400 Subject: [PATCH 73/76] Thu Aug 25 2016 16:04:53 GMT-0400 (SA Western Standard Time) --- 12/17.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/12/17.txt b/12/17.txt index 0be9a573..79a7f37e 100644 --- a/12/17.txt +++ b/12/17.txt @@ -1 +1 @@ -\v 17 Entonces el SEÑOR afligió al Faraón y su casa con grandes plagas por causa de Saraí, esposa de Abram. \v 18 Faraón llamó a Abram, y le dijo, "¿Qué es esto que me has hecho? ¿Por qué no me dijidtes que ella era tu esposa? \v 19 ¿Por qué me dijistes, ´ella es mí hermana´, para que yo la tomara para ser mi esposa? Ahora, he aqui a tu esposa. Tomala y sigue tu camino." \v 20 Entonces Faraón le dió ordenes a sus hombres concerniente a él, y ellos lo enviaron fuera, con su esposa y todo lo que él tenía. \ No newline at end of file +\v 17 Entonces el SEÑOR afligió a Faraón y su casa con grandes plagas por causa de Sarai, esposa de Abram. \v 18 Faraón llamó a Abram, y le dijo: "¿Qué es esto que me has hecho? ¿Por qué no me dijiste que ella era tu esposa? \v 19 ¿Por qué dijiste: 'Ella es mí hermana´, para que yo la tomara para ser mi esposa? Ahora, he aqui a tu esposa. Tomala y sigue tu camino." \v 20 Entonces Faraón le dió ordenes a sus hombres concerniente a él, y ellos lo enviaron fuera, con su esposa y todo lo que él tenía. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 15bff6cd..254460ef 100644 --- a/manifest.json +++ b/manifest.json @@ -40,6 +40,7 @@ "12-04", "12-06", "12-08", - "12-10" + "12-10", + "12-14" ] } \ No newline at end of file From 927cba02818e8856c50b02384ebc5dc5ac9bffed Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 16:06:54 -0400 Subject: [PATCH 74/76] Thu Aug 25 2016 16:06:53 GMT-0400 (SA Western Standard Time) --- 12/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/17.txt b/12/17.txt index 79a7f37e..3d0018c7 100644 --- a/12/17.txt +++ b/12/17.txt @@ -1 +1 @@ -\v 17 Entonces el SEÑOR afligió a Faraón y su casa con grandes plagas por causa de Sarai, esposa de Abram. \v 18 Faraón llamó a Abram, y le dijo: "¿Qué es esto que me has hecho? ¿Por qué no me dijiste que ella era tu esposa? \v 19 ¿Por qué dijiste: 'Ella es mí hermana´, para que yo la tomara para ser mi esposa? Ahora, he aqui a tu esposa. Tomala y sigue tu camino." \v 20 Entonces Faraón le dió ordenes a sus hombres concerniente a él, y ellos lo enviaron fuera, con su esposa y todo lo que él tenía. \ No newline at end of file +\v 17 Entonces el SEÑOR afligió a Faraón y su casa con grandes plagas por causa de Sarai, esposa de Abram. \v 18 Faraón llamó a Abram, y le dijo: "¿Qué es esto que me has hecho? ¿Por qué no me dijiste que ella era tu esposa? \v 19 ¿Por qué dijiste: 'Ella es mi hermana,' para que yo la tomara para ser mi esposa? Ahora pues, he aquí a tu esposa. Tómala y sigue tu camino." \v 20 Entonces Faraón le dio ordenes a sus hombres concerniente a él, y ellos lo enviaron fuera, con su esposa y todo lo que él tenía. \ No newline at end of file From 91cd1ddaddcb04a5904496f86a611fe4673cf58a Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 16:08:54 -0400 Subject: [PATCH 75/76] Thu Aug 25 2016 16:08:53 GMT-0400 (SA Western Standard Time) --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 254460ef..a4d6960d 100644 --- a/manifest.json +++ b/manifest.json @@ -41,6 +41,7 @@ "12-06", "12-08", "12-10", - "12-14" + "12-14", + "12-17" ] } \ No newline at end of file From 9377d32dd73b65d14f4cc996eb482aa0e69780da Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 25 Aug 2016 17:03:45 -0400 Subject: [PATCH 76/76] Thu Aug 25 2016 17:03:45 GMT-0400 (SA Western Standard Time) --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index a4d6960d..deef04fa 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "format": "usfm", "generator": { "name": "ts-desktop", - "build": "31" + "build": "" }, "target_language": { "id": "es-419",