From 4676da1edbf8c1761633098ef48488733ffdab17 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Wed, 12 Jan 2022 17:04:40 +0100 Subject: [PATCH 01/93] =?UTF-8?q?Wed=20Jan=2012=202022=2017:04:40=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE.md | 39 +++++++++++++++++++++++++++++++++++++++ manifest.json | 29 +++++++++++++++++++++++++++++ 2 files changed, 68 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..d31d4f9 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,39 @@ + +## Creative Commons Attribution-ShareAlike 4.0 International + +### Human-Readable Summary + + +The Creative Commons Attribution-Share Alike 4.0 International License is available at +http://creativecommons.org/licenses/by-sa/4.0/. + +#### This is a human-readable summary of (and not a substitute for) the License. + + +### 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 terms: + +* **Attribution** —You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use. + +* **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/). \ No newline at end of file diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..ef092c7 --- /dev/null +++ b/manifest.json @@ -0,0 +1,29 @@ +{ + "package_version": 6, + "format": "usfm", + "generator": { + "name": "ts-desktop", + "build": "27" + }, + "target_language": { + "id": "gl", + "name": "galego", + "direction": "ltr" + }, + "project": { + "id": "jhn", + "name": "John" + }, + "type": { + "id": "text", + "name": "Text" + }, + "resource": { + "id": "reg", + "name": "Regular" + }, + "source_translations": [], + "parent_draft": {}, + "translators": [], + "finished_chunks": [] +} \ No newline at end of file From 7efd6ecb222ac9a1fc0f9ee0ffbe64afdd58d28c Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Wed, 12 Jan 2022 17:05:00 +0100 Subject: [PATCH 02/93] =?UTF-8?q?Wed=20Jan=2012=202022=2017:05:00=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index ef092c7..9cd79a5 100644 --- a/manifest.json +++ b/manifest.json @@ -22,7 +22,15 @@ "id": "reg", "name": "Regular" }, - "source_translations": [], + "source_translations": [ + { + "language_id": "es", + "resource_id": "sparv", + "checking_level": "3", + "date_modified": "1909-12-31", + "version": "1" + } + ], "parent_draft": {}, "translators": [], "finished_chunks": [] From a1fe31e2c064dc39a685b38d66d9df78cb599fee Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 14 Jan 2022 17:04:45 +0100 Subject: [PATCH 03/93] =?UTF-8?q?Fri=20Jan=2014=202022=2017:04:44=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 9cd79a5..77b4e67 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "package_version": 6, + "package_version": 7, "format": "usfm", "generator": { "name": "ts-desktop", From f6f16f44098ac864df60acbe19274c47f33e7ba8 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 11:02:36 +0100 Subject: [PATCH 04/93] =?UTF-8?q?Sat=20Jan=2015=202022=2011:02:36=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 77b4e67..992ef9e 100644 --- a/manifest.json +++ b/manifest.json @@ -24,11 +24,11 @@ }, "source_translations": [ { - "language_id": "es", - "resource_id": "sparv", + "language_id": "es-419", + "resource_id": "ulb", "checking_level": "3", - "date_modified": "1909-12-31", - "version": "1" + "date_modified": "2021-10-26T13:25:43.6465614+00:00", + "version": "1.4" } ], "parent_draft": {}, From d542e1c03dfadb57b91819f02593bdc3d6465335 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 11:03:10 +0100 Subject: [PATCH 05/93] =?UTF-8?q?Sat=20Jan=2015=202022=2011:03:09=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/title.txt | 1 + manifest.json | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 front/title.txt diff --git a/front/title.txt b/front/title.txt new file mode 100644 index 0000000..bc8581d --- /dev/null +++ b/front/title.txt @@ -0,0 +1 @@ +Xoán \ No newline at end of file diff --git a/manifest.json b/manifest.json index 992ef9e..0cc1ab9 100644 --- a/manifest.json +++ b/manifest.json @@ -32,6 +32,10 @@ } ], "parent_draft": {}, - "translators": [], - "finished_chunks": [] + "translators": [ + "Jaime" + ], + "finished_chunks": [ + "front-title" + ] } \ No newline at end of file From 1cc959739fb29c1f3b518114bebeed1afc047d14 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 11:05:10 +0100 Subject: [PATCH 06/93] =?UTF-8?q?Sat=20Jan=2015=202022=2011:05:09=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/01.txt | 1 + 01/title.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 01/01.txt create mode 100644 01/title.txt diff --git a/01/01.txt b/01/01.txt new file mode 100644 index 0000000..93452f8 --- /dev/null +++ b/01/01.txt @@ -0,0 +1 @@ +\c 1 No principio existía a Palabra e a Palabra estaba con Deus, e a Palabra era Deus. \ No newline at end of file diff --git a/01/title.txt b/01/title.txt new file mode 100644 index 0000000..cf8f437 --- /dev/null +++ b/01/title.txt @@ -0,0 +1 @@ +Capítulo 1 \ No newline at end of file diff --git a/manifest.json b/manifest.json index 0cc1ab9..c663a2e 100644 --- a/manifest.json +++ b/manifest.json @@ -36,6 +36,7 @@ "Jaime" ], "finished_chunks": [ - "front-title" + "front-title", + "01-title" ] } \ No newline at end of file From 81f7438f6fa744e2606f215e02288764d6748eed Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 11:07:10 +0100 Subject: [PATCH 07/93] =?UTF-8?q?Sat=20Jan=2015=202022=2011:07:09=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/01.txt b/01/01.txt index 93452f8..c908eb9 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1 +1 @@ -\c 1 No principio existía a Palabra e a Palabra estaba con Deus, e a Palabra era Deus. \ No newline at end of file +\c 1 \v 1 \v 2 \v 3 No principio existía a Palabra e a Palabra estaba con Deus, e a Palabra era Deus. Ela estaba no principio con Deus \ No newline at end of file From c90d1ea63b72090e6609f4a423927af7745c9857 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 11:09:10 +0100 Subject: [PATCH 08/93] =?UTF-8?q?Sat=20Jan=2015=202022=2011:09:09=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/01.txt b/01/01.txt index c908eb9..20eb13c 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1 +1 @@ -\c 1 \v 1 \v 2 \v 3 No principio existía a Palabra e a Palabra estaba con Deus, e a Palabra era Deus. Ela estaba no principio con Deus \ No newline at end of file +\c 1 \v 1 \v 2 \v 3 No principio existía a Palabra e a Palabra estaba con Deus, e a Palabra era Deus. Ela estaba no principio con Deus. Todo foi feito por ela, e sen ela non existe nada do que f \ No newline at end of file From 508906fba72ffab1d23eaf0b2faafa61e6eaa5c9 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 11:11:10 +0100 Subject: [PATCH 09/93] =?UTF-8?q?Sat=20Jan=2015=202022=2011:11:09=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/01.txt b/01/01.txt index 20eb13c..dca1254 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1 +1 @@ -\c 1 \v 1 \v 2 \v 3 No principio existía a Palabra e a Palabra estaba con Deus, e a Palabra era Deus. Ela estaba no principio con Deus. Todo foi feito por ela, e sen ela non existe nada do que f \ No newline at end of file +\c 1 \v 1 \v 3 No principio existía a Palabra e a Palabra estaba con Deus, e a Palabra era Deus. \v 2 Ela estaba no principio con Deus. Todo foi feito por ela, e sen ela non se fixo nada do que foi feito. \ No newline at end of file From b19e710cade848654d2ff53b0e40e3d98324f1f7 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 11:13:10 +0100 Subject: [PATCH 10/93] =?UTF-8?q?Sat=20Jan=2015=202022=2011:13:09=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/01.txt b/01/01.txt index dca1254..6cfee8d 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1 +1 @@ -\c 1 \v 1 \v 3 No principio existía a Palabra e a Palabra estaba con Deus, e a Palabra era Deus. \v 2 Ela estaba no principio con Deus. Todo foi feito por ela, e sen ela non se fixo nada do que foi feito. \ No newline at end of file +\c 1 \v 1 No principio existía a Palabra e a Palabra estaba con Deus, e a Palabra era Deus. \v 2 Ela estaba no principio con Deus. \v 3 Todo foi feito por ela, e sen ela non se fixo nada do que foi feito. \ No newline at end of file From 033ed5c55616702c4ec874c930edaa032f20c12c Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 11:53:16 +0100 Subject: [PATCH 11/93] =?UTF-8?q?Sat=20Jan=2015=202022=2011:53:15=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/01.txt b/01/01.txt index 6cfee8d..96fafd5 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1 +1 @@ -\c 1 \v 1 No principio existía a Palabra e a Palabra estaba con Deus, e a Palabra era Deus. \v 2 Ela estaba no principio con Deus. \v 3 Todo foi feito por ela, e sen ela non se fixo nada do que foi feito. \ No newline at end of file +\c 1 \v 1 No principio existía a Palabra e a Palabra estaba con Deus, e a Palabra era Deus. \v 2 Aquel que era a palabra estaba no principio con Deus. \v 3 Todo foi feito por el, e sen el non se fixo nada do que foi feito. \ No newline at end of file From c127b74f1ec4be7fbacd0e7d0449bca988af53de Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 11:55:16 +0100 Subject: [PATCH 12/93] =?UTF-8?q?Sat=20Jan=2015=202022=2011:55:16=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/04.txt | 1 + manifest.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 01/04.txt diff --git a/01/04.txt b/01/04.txt new file mode 100644 index 0000000..6d3019b --- /dev/null +++ b/01/04.txt @@ -0,0 +1 @@ +Nel estaba a vida e a vida era a lu \ No newline at end of file diff --git a/manifest.json b/manifest.json index c663a2e..cba9d9b 100644 --- a/manifest.json +++ b/manifest.json @@ -37,6 +37,7 @@ ], "finished_chunks": [ "front-title", - "01-title" + "01-title", + "01-01" ] } \ No newline at end of file From 05b42302d14321841a57c565a41379bf5bf9c622 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 11:57:16 +0100 Subject: [PATCH 13/93] =?UTF-8?q?Sat=20Jan=2015=202022=2011:57:16=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/04.txt b/01/04.txt index 6d3019b..d69c6c3 100644 --- a/01/04.txt +++ b/01/04.txt @@ -1 +1 @@ -Nel estaba a vida e a vida era a lu \ No newline at end of file +Nel estaba a vida e a vida era a luz dos homes; \ No newline at end of file From eca6bf86582ff7466bc8fb0f8af5be17a0a87170 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 12:01:16 +0100 Subject: [PATCH 14/93] =?UTF-8?q?Sat=20Jan=2015=202022=2012:01:16=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/04.txt b/01/04.txt index d69c6c3..7c34543 100644 --- a/01/04.txt +++ b/01/04.txt @@ -1 +1 @@ -Nel estaba a vida e a vida era a luz dos homes; \ No newline at end of file +Nel estaba a vida e a vida era a luz das persoas \ No newline at end of file From 80334ecdcd22e2df4fe87d58ff49d61766f8b02c Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 12:05:16 +0100 Subject: [PATCH 15/93] =?UTF-8?q?Sat=20Jan=2015=202022=2012:05:16=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/04.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/01/04.txt b/01/04.txt index 7c34543..0cc1566 100644 --- a/01/04.txt +++ b/01/04.txt @@ -1 +1 @@ -Nel estaba a vida e a vida era a luz das persoas \ No newline at end of file +\v 4 Nel estaba a vida e a vida era a luz das persoas. \v 5 A luz brila na oscuridade, e a oscuridade non a deu apagado. \ No newline at end of file diff --git a/manifest.json b/manifest.json index cba9d9b..23e7d0b 100644 --- a/manifest.json +++ b/manifest.json @@ -38,6 +38,7 @@ "finished_chunks": [ "front-title", "01-title", - "01-01" + "01-01", + "01-04" ] } \ No newline at end of file From 9ca478d5f0ccff7fb3a71dd80626b04d5e23bbc6 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 12:07:16 +0100 Subject: [PATCH 16/93] =?UTF-8?q?Sat=20Jan=2015=202022=2012:07:16=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/06.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 01/06.txt diff --git a/01/06.txt b/01/06.txt new file mode 100644 index 0000000..82014a8 --- /dev/null +++ b/01/06.txt @@ -0,0 +1 @@ +Houbo un home enviado de Deus que se chamaba Xoán. Il veu coma testemuña para testemuñar da luz, para que todos po \ No newline at end of file From 7feb2f876503d89761f040ab8625d0d288e2567b Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 12:09:16 +0100 Subject: [PATCH 17/93] =?UTF-8?q?Sat=20Jan=2015=202022=2012:09:16=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/06.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/06.txt b/01/06.txt index 82014a8..c392fb8 100644 --- a/01/06.txt +++ b/01/06.txt @@ -1 +1 @@ -Houbo un home enviado de Deus que se chamaba Xoán. Il veu coma testemuña para testemuñar da luz, para que todos po \ No newline at end of file +Houbo un home enviado de Deus que se chamaba Xoán. El veu coma testemuña para testemuñar da luz, para que todos cresen por el. \ No newline at end of file From 33108127f8428cc84127a8222553d95a6966f18a Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 12:11:16 +0100 Subject: [PATCH 18/93] =?UTF-8?q?Sat=20Jan=2015=202022=2012:11:16=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/06.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/06.txt b/01/06.txt index c392fb8..8185a0a 100644 --- a/01/06.txt +++ b/01/06.txt @@ -1 +1 @@ -Houbo un home enviado de Deus que se chamaba Xoán. El veu coma testemuña para testemuñar da luz, para que todos cresen por el. \ No newline at end of file +\v 6 Houbo un home enviado de Deus que se chamaba Xoán. \v 7 El veu coma testemuña para testemuñar da luz, para que todos cresen por \v 8 el. Xoán non era a luz, pero chegou para decir a todos quen é a luz \ No newline at end of file From fa37b399619be9f68815056d7a8d42f68d9ff54d Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 12:13:16 +0100 Subject: [PATCH 19/93] =?UTF-8?q?Sat=20Jan=2015=202022=2012:13:16=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/06.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/01/06.txt b/01/06.txt index 8185a0a..1830763 100644 --- a/01/06.txt +++ b/01/06.txt @@ -1 +1 @@ -\v 6 Houbo un home enviado de Deus que se chamaba Xoán. \v 7 El veu coma testemuña para testemuñar da luz, para que todos cresen por \v 8 el. Xoán non era a luz, pero chegou para decir a todos quen é a luz \ No newline at end of file +\v 6 Houbo un home enviado de Deus que se chamaba Xoán. \v 7 El veu coma testemuña para testemuñar da luz, para que todos cresen por el. \v 8 Xoán non era a luz, pero chegou para decir a todos quen é a luz \ No newline at end of file diff --git a/manifest.json b/manifest.json index 23e7d0b..04b5dc3 100644 --- a/manifest.json +++ b/manifest.json @@ -39,6 +39,7 @@ "front-title", "01-title", "01-01", - "01-04" + "01-04", + "01-06" ] } \ No newline at end of file From bbcb1a3860951105e74645bdadc965c1912a12b4 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 12:17:16 +0100 Subject: [PATCH 20/93] =?UTF-8?q?Sat=20Jan=2015=202022=2012:17:16=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/09.txt | 1 + manifest.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 01/09.txt diff --git a/01/09.txt b/01/09.txt new file mode 100644 index 0000000..e218504 --- /dev/null +++ b/01/09.txt @@ -0,0 +1 @@ +\v 9 O que é a Palabra era a verdadeira luz que aluma a todas as persoas que veñen a este mundo \ No newline at end of file diff --git a/manifest.json b/manifest.json index 04b5dc3..b0c69db 100644 --- a/manifest.json +++ b/manifest.json @@ -40,6 +40,7 @@ "01-title", "01-01", "01-04", - "01-06" + "01-06", + "01-09" ] } \ No newline at end of file From fef88ec1377e657fbbf286fb866d1f6be072e9ae Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 12:19:16 +0100 Subject: [PATCH 21/93] =?UTF-8?q?Sat=20Jan=2015=202022=2012:19:16=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/10.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 01/10.txt diff --git a/01/10.txt b/01/10.txt new file mode 100644 index 0000000..b17ed63 --- /dev/null +++ b/01/10.txt @@ -0,0 +1 @@ +El estaba no mundo e o mundo foi feito por medio de el pero o mundo non o recoñeceu \ No newline at end of file From 4c699e68f4a479d06fc6af0f4e120fd6726432f1 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 12:25:16 +0100 Subject: [PATCH 22/93] =?UTF-8?q?Sat=20Jan=2015=202022=2012:25:16=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/10.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/01/10.txt b/01/10.txt index b17ed63..cd05a59 100644 --- a/01/10.txt +++ b/01/10.txt @@ -1 +1 @@ -El estaba no mundo e o mundo foi feito por medio de el pero o mundo non o recoñeceu \ No newline at end of file +\v 10 El estaba no mundo e o mundo foi feito por medio de el pero o mundo non o recoñeceu. \v 11 Veu os que eran seus, pero os seus non o recibiron. \ No newline at end of file diff --git a/manifest.json b/manifest.json index b0c69db..271cb46 100644 --- a/manifest.json +++ b/manifest.json @@ -41,6 +41,7 @@ "01-01", "01-04", "01-06", - "01-09" + "01-09", + "01-10" ] } \ No newline at end of file From e6230135fe61925856d4713dec92f748c3b1b41a Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 12:27:16 +0100 Subject: [PATCH 23/93] =?UTF-8?q?Sat=20Jan=2015=202022=2012:27:16=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/10.txt | 2 +- 01/12.txt | 1 + manifest.json | 3 +-- 3 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 01/12.txt diff --git a/01/10.txt b/01/10.txt index cd05a59..cbc6eb1 100644 --- a/01/10.txt +++ b/01/10.txt @@ -1 +1 @@ -\v 10 El estaba no mundo e o mundo foi feito por medio de el pero o mundo non o recoñeceu. \v 11 Veu os que eran seus, pero os seus non o recibiron. \ No newline at end of file +\v 10 El estaba no mundo e o mundo foi feito por medio de el pero o mundo non o recoñeceu. \v 11 Veu os que eran o seu porpio pobo, pero os seus non o recibiron. \ No newline at end of file diff --git a/01/12.txt b/01/12.txt new file mode 100644 index 0000000..e0e069c --- /dev/null +++ b/01/12.txt @@ -0,0 +1 @@ +\v 12 \v 13 Mais a todos os que o recibiron, aos que cren no seu nome \ No newline at end of file diff --git a/manifest.json b/manifest.json index 271cb46..b0c69db 100644 --- a/manifest.json +++ b/manifest.json @@ -41,7 +41,6 @@ "01-01", "01-04", "01-06", - "01-09", - "01-10" + "01-09" ] } \ No newline at end of file From 5fc3c5966c49845b2a648fc0574d096ed952b31a Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 12:29:16 +0100 Subject: [PATCH 24/93] =?UTF-8?q?Sat=20Jan=2015=202022=2012:29:16=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/10.txt | 2 +- 01/12.txt | 2 +- manifest.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/01/10.txt b/01/10.txt index cbc6eb1..2d1094b 100644 --- a/01/10.txt +++ b/01/10.txt @@ -1 +1 @@ -\v 10 El estaba no mundo e o mundo foi feito por medio de el pero o mundo non o recoñeceu. \v 11 Veu os que eran o seu porpio pobo, pero os seus non o recibiron. \ No newline at end of file +\v 10 El estaba no mundo e o mundo foi feito por medio de el pero o mundo non o recoñeceu. \v 11 Veu aos que eran o seu porpio pobo, pero os seus non o recibiron. \ No newline at end of file diff --git a/01/12.txt b/01/12.txt index e0e069c..61dfc7a 100644 --- a/01/12.txt +++ b/01/12.txt @@ -1 +1 @@ -\v 12 \v 13 Mais a todos os que o recibiron, aos que cren no seu nome \ No newline at end of file +\v 12 \v 13 Mais a todos os que o recibiron, aos que cren no seu nome \ No newline at end of file diff --git a/manifest.json b/manifest.json index b0c69db..271cb46 100644 --- a/manifest.json +++ b/manifest.json @@ -41,6 +41,7 @@ "01-01", "01-04", "01-06", - "01-09" + "01-09", + "01-10" ] } \ No newline at end of file From b079aca29abf93532e12ca6eecd2793764ce4e15 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 12:33:16 +0100 Subject: [PATCH 25/93] =?UTF-8?q?Sat=20Jan=2015=202022=2012:33:16=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/12.txt b/01/12.txt index 61dfc7a..16398b2 100644 --- a/01/12.txt +++ b/01/12.txt @@ -1 +1 @@ -\v 12 \v 13 Mais a todos os que o recibiron, aos que cren no seu nome \ No newline at end of file +\v 12 \v 13 Mais a todos os que o recibiron, aos que cren no seu nome deulles o poder de seren fillos de Deus. Estes non naceron de sange nen da vontade da \ No newline at end of file From c5fdfedd36b968d4978ae00308c06f5f35c605e2 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 12:35:16 +0100 Subject: [PATCH 26/93] =?UTF-8?q?Sat=20Jan=2015=202022=2012:35:16=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/12.txt b/01/12.txt index 16398b2..e3796b0 100644 --- a/01/12.txt +++ b/01/12.txt @@ -1 +1 @@ -\v 12 \v 13 Mais a todos os que o recibiron, aos que cren no seu nome deulles o poder de seren fillos de Deus. Estes non naceron de sange nen da vontade da \ No newline at end of file +\v 12 \v 13 Mais a todos os que o recibiron, aos que cren no seu nome deulles o poder de seren fillos de Deus. Estes non naceron de sange nen da sua propia vontade, ne \ No newline at end of file From 7681d5d3b4375019c5ba1101ab0f85dc575b3fc7 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 12:41:22 +0100 Subject: [PATCH 27/93] =?UTF-8?q?Sat=20Jan=2015=202022=2012:41:21=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/12.txt b/01/12.txt index e3796b0..e9730af 100644 --- a/01/12.txt +++ b/01/12.txt @@ -1 +1 @@ -\v 12 \v 13 Mais a todos os que o recibiron, aos que cren no seu nome deulles o poder de seren fillos de Deus. Estes non naceron de sange nen da sua propia vontade, ne \ No newline at end of file +\v 12 Mais a todos os que o recibiron, aos que cren no seu nome deulles o poder de seren fillos de Deus. \v 13 Estes non naceron de sange nen da sua propia vontade, nen da vontade de outras persoas, senon de Deus. \ No newline at end of file From 3ae746c451cb9f816674e28277f4a949ba073045 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 13:02:58 +0100 Subject: [PATCH 28/93] =?UTF-8?q?Sat=20Jan=2015=202022=2013:02:58=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/14.txt | 1 + manifest.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 01/14.txt diff --git a/01/14.txt b/01/14.txt new file mode 100644 index 0000000..6540fae --- /dev/null +++ b/01/14.txt @@ -0,0 +1 @@ +E a Palabra fíxose carne e plantou con nos a sua tenda \ No newline at end of file diff --git a/manifest.json b/manifest.json index 271cb46..043f62d 100644 --- a/manifest.json +++ b/manifest.json @@ -42,6 +42,7 @@ "01-04", "01-06", "01-09", - "01-10" + "01-10", + "01-12" ] } \ No newline at end of file From 75347f4af24e440b67d55dd59c5a86c9120fa4f7 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 13:04:58 +0100 Subject: [PATCH 29/93] =?UTF-8?q?Sat=20Jan=2015=202022=2013:04:58=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/14.txt b/01/14.txt index 6540fae..796eb14 100644 --- a/01/14.txt +++ b/01/14.txt @@ -1 +1 @@ -E a Palabra fíxose carne e plantou con nos a sua tenda \ No newline at end of file +\v 14 \v 15 E a Palabra fíxose carne e plantou con nos a sua tenda, e nos vimos a súa gloria, gloria como \ No newline at end of file From 5fa8c93e93c37d5a9d72f96652e983ebb990e6a8 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 13:06:58 +0100 Subject: [PATCH 30/93] =?UTF-8?q?Sat=20Jan=2015=202022=2013:06:58=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/14.txt b/01/14.txt index 796eb14..bd995ef 100644 --- a/01/14.txt +++ b/01/14.txt @@ -1 +1 @@ -\v 14 \v 15 E a Palabra fíxose carne e plantou con nos a sua tenda, e nos vimos a súa gloria, gloria como \ No newline at end of file +\v 14 \v 15 E a Palabra fíxose carne e plantou con nos a sua tenda, e nos vimos a súa gloria, gloria como \ No newline at end of file From 793f182c1a3f79bb4df749e3bb882ed79df0b3a3 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 13:10:58 +0100 Subject: [PATCH 31/93] =?UTF-8?q?Sat=20Jan=2015=202022=2013:10:58=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/14.txt b/01/14.txt index bd995ef..a4c0094 100644 --- a/01/14.txt +++ b/01/14.txt @@ -1 +1 @@ -\v 14 \v 15 E a Palabra fíxose carne e plantou con nos a sua tenda, e nos vimos a súa gloria, gloria como \ No newline at end of file +\v 14 \v 15 E a Palabra fíxose carne e plantou con nos a sua tenda, e nos vimos a súa gloria, gloria coma de Único que ven do Pai, cheo de graza e de verdade. \ No newline at end of file From b15d1c15473a7b4be61b50286592288894c8207f Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 13:18:58 +0100 Subject: [PATCH 32/93] =?UTF-8?q?Sat=20Jan=2015=202022=2013:18:58=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/14.txt b/01/14.txt index a4c0094..c2caa17 100644 --- a/01/14.txt +++ b/01/14.txt @@ -1 +1 @@ -\v 14 \v 15 E a Palabra fíxose carne e plantou con nos a sua tenda, e nos vimos a súa gloria, gloria coma de Único que ven do Pai, cheo de graza e de verdade. \ No newline at end of file +\v 14 \v 15 E a Palabra fíxose carne e plantou con nos a sua tenda, e nos vimos a súa gloria, gloria coma de Único que ven do Pai, cheo de graza e de verdade. Xoán da testemuño del proclamando: "Este \ No newline at end of file From 13e96c6b587f02b7d15eb36b1a477fced025cfa4 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 13:20:58 +0100 Subject: [PATCH 33/93] =?UTF-8?q?Sat=20Jan=2015=202022=2013:20:58=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/14.txt b/01/14.txt index c2caa17..72616be 100644 --- a/01/14.txt +++ b/01/14.txt @@ -1 +1 @@ -\v 14 \v 15 E a Palabra fíxose carne e plantou con nos a sua tenda, e nos vimos a súa gloria, gloria coma de Único que ven do Pai, cheo de graza e de verdade. Xoán da testemuño del proclamando: "Este \ No newline at end of file +\v 14 \v 15 E a Palabra fíxose carne e plantou con nos a sua tenda, e nos vimos a súa gloria, gloria coma de Único que ven do Pai, cheo de graza e de verdade. Xoán da testemuño del proclamando: "Este é de quen eu vos dixen: O que ven despois de min e mais que \ No newline at end of file From b20e9d4e8d05f25ffbb35465eb9d788e685c6131 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 13:24:58 +0100 Subject: [PATCH 34/93] =?UTF-8?q?Sat=20Jan=2015=202022=2013:24:58=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/14.txt b/01/14.txt index 72616be..880618d 100644 --- a/01/14.txt +++ b/01/14.txt @@ -1 +1 @@ -\v 14 \v 15 E a Palabra fíxose carne e plantou con nos a sua tenda, e nos vimos a súa gloria, gloria coma de Único que ven do Pai, cheo de graza e de verdade. Xoán da testemuño del proclamando: "Este é de quen eu vos dixen: O que ven despois de min e mais que \ No newline at end of file +\v 14 \v 15 E a Palabra fíxose carne e plantou con nos a sua tenda, e nos vimos a súa gloria, gloria coma de Único que ven do Pai, cheo de graza e de verdade. Xoán da testemuño del proclamando: "Este é de quen eu vos dixen: O que ven despois de min e mais que \ No newline at end of file From 20796780ff45a182dc44e2255789c8e6e96686dd Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 13:26:58 +0100 Subject: [PATCH 35/93] =?UTF-8?q?Sat=20Jan=2015=202022=2013:26:58=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/14.txt b/01/14.txt index 880618d..587a953 100644 --- a/01/14.txt +++ b/01/14.txt @@ -1 +1 @@ -\v 14 \v 15 E a Palabra fíxose carne e plantou con nos a sua tenda, e nos vimos a súa gloria, gloria coma de Único que ven do Pai, cheo de graza e de verdade. Xoán da testemuño del proclamando: "Este é de quen eu vos dixen: O que ven despois de min e mais que \ No newline at end of file +\v 14 \v 15 E a Palabra fíxose carne e plantou con nos a sua tenda, e nos vimos a súa gloria, gloria coma de Único que ven do Pai, cheo de graza e de verdade. Xoán da testemuño del proclamando: "Este é de quen eu vos dixen: O que ven despois de min e mais que eu, porque él existía \ No newline at end of file From d4f731015b33841522ea125a63f1f7af4bb49f27 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 13:28:58 +0100 Subject: [PATCH 36/93] =?UTF-8?q?Sat=20Jan=2015=202022=2013:28:58=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/14.txt | 2 +- 01/16.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 01/16.txt diff --git a/01/14.txt b/01/14.txt index 587a953..a61ec9d 100644 --- a/01/14.txt +++ b/01/14.txt @@ -1 +1 @@ -\v 14 \v 15 E a Palabra fíxose carne e plantou con nos a sua tenda, e nos vimos a súa gloria, gloria coma de Único que ven do Pai, cheo de graza e de verdade. Xoán da testemuño del proclamando: "Este é de quen eu vos dixen: O que ven despois de min e mais que eu, porque él existía \ No newline at end of file +\v 14 E a Palabra fíxose carne e plantou con nos a sua tenda, e nos vimos a súa gloria, gloria coma de Único que ven do Pai, cheo de graza e de verdade. \v 15 Xoán da testemuño del proclamando: "Este é de quen eu vos dixen: O que ven despois de min e mais que eu, porque él existía primeiro ca min. \ No newline at end of file diff --git a/01/16.txt b/01/16.txt new file mode 100644 index 0000000..730c343 --- /dev/null +++ b/01/16.txt @@ -0,0 +1 @@ +Porque da sua plenitude recibimos todos nos \ No newline at end of file diff --git a/manifest.json b/manifest.json index 043f62d..94ac677 100644 --- a/manifest.json +++ b/manifest.json @@ -43,6 +43,7 @@ "01-06", "01-09", "01-10", - "01-12" + "01-12", + "01-14" ] } \ No newline at end of file From 9d4814fbeacd276e7b507ee2ede7d2c3c1c44e35 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 13:30:58 +0100 Subject: [PATCH 37/93] =?UTF-8?q?Sat=20Jan=2015=202022=2013:30:58=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/16.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/16.txt b/01/16.txt index 730c343..fef18cb 100644 --- a/01/16.txt +++ b/01/16.txt @@ -1 +1 @@ -Porque da sua plenitude recibimos todos nos \ No newline at end of file +Porque da sua plenitude recibimos todos nos graza e mais graza, porque a lei foi dada a través de Moisés; a graza e a verdade viñeron por medio de Xesus Cristo. A Deus ninguén o viu, o \ No newline at end of file From cde9643be307441a2946582d96b9a4994d4d3518 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 13:32:58 +0100 Subject: [PATCH 38/93] =?UTF-8?q?Sat=20Jan=2015=202022=2013:32:58=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/16.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/01/16.txt b/01/16.txt index fef18cb..f809385 100644 --- a/01/16.txt +++ b/01/16.txt @@ -1 +1 @@ -Porque da sua plenitude recibimos todos nos graza e mais graza, porque a lei foi dada a través de Moisés; a graza e a verdade viñeron por medio de Xesus Cristo. A Deus ninguén o viu, o \ No newline at end of file +\v 16 Porque da sua plenitude recibimos todos nos graza e mais graza, \v 17 porque a lei foi dada a través de Moisés; a graza e a verdade viñeron por medio de Xesus Cristo. \v 18 A Deus ninguén o viu, o Único que vive no seo do Pai, él foi quen nolo revelou. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 94ac677..76ccaf3 100644 --- a/manifest.json +++ b/manifest.json @@ -44,6 +44,7 @@ "01-09", "01-10", "01-12", - "01-14" + "01-14", + "01-16" ] } \ No newline at end of file From bc3e805b7488ee05c6590ed58937bca5ea32742f Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 13:34:58 +0100 Subject: [PATCH 39/93] =?UTF-8?q?Sat=20Jan=2015=202022=2013:34:58=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/19.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 01/19.txt diff --git a/01/19.txt b/01/19.txt new file mode 100644 index 0000000..bd07a68 --- /dev/null +++ b/01/19.txt @@ -0,0 +1 @@ +E este é o testemuño de Xoán, cando os xudeos enviaronlle de Xerusalén sacerdotes e levitas para lle preguntar: Quen es ti? \ No newline at end of file From 9fcb247ddc721f02c9d0754125dceaba876a7bd1 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 13:36:58 +0100 Subject: [PATCH 40/93] =?UTF-8?q?Sat=20Jan=2015=202022=2013:36:58=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/19.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/19.txt b/01/19.txt index bd07a68..f4fcf73 100644 --- a/01/19.txt +++ b/01/19.txt @@ -1 +1 @@ -E este é o testemuño de Xoán, cando os xudeos enviaronlle de Xerusalén sacerdotes e levitas para lle preguntar: Quen es ti? \ No newline at end of file +E este é o testemuño de Xoán, cando os xudeos enviaronlle de Xerusalén sacerdotes e levitas para lle preguntar: Quen es ti? El confesou e non negou: "Eu non son o Mesías". Preguntáronlle: Entón quen es ti? Elias? El dixo: "Non son"- Ti es o profeta? Respondeu: "Non". Enton di \ No newline at end of file From fc813b0304a0e152ffd92d826f0b01851771d6b2 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 13:38:59 +0100 Subject: [PATCH 41/93] =?UTF-8?q?Sat=20Jan=2015=202022=2013:38:58=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/19.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/01/19.txt b/01/19.txt index f4fcf73..da845e2 100644 --- a/01/19.txt +++ b/01/19.txt @@ -1 +1 @@ -E este é o testemuño de Xoán, cando os xudeos enviaronlle de Xerusalén sacerdotes e levitas para lle preguntar: Quen es ti? El confesou e non negou: "Eu non son o Mesías". Preguntáronlle: Entón quen es ti? Elias? El dixo: "Non son"- Ti es o profeta? Respondeu: "Non". Enton di \ No newline at end of file +\v 19 E este é o testemuño de Xoán, cando os xudeos enviaronlle de Xerusalén sacerdotes e levitas para lle preguntar: Quen es ti? \v 20 El confesou e non negou: "Eu non son o Mesías". \v 21 Preguntáronlle: Entón quen es ti? Elias? El dixo: "Non son"- Ti es o profeta? Respondeu: "Non". \ No newline at end of file diff --git a/manifest.json b/manifest.json index 76ccaf3..bd44d32 100644 --- a/manifest.json +++ b/manifest.json @@ -45,6 +45,7 @@ "01-10", "01-12", "01-14", - "01-16" + "01-16", + "01-19" ] } \ No newline at end of file From 0e06256fa0ef4b3ec92121f4f8dcc8b860e7e83e Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 16:14:25 +0100 Subject: [PATCH 42/93] =?UTF-8?q?Sat=20Jan=2015=202022=2016:14:24=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/22.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 01/22.txt diff --git a/01/22.txt b/01/22.txt new file mode 100644 index 0000000..7b2ef2f --- /dev/null +++ b/01/22.txt @@ -0,0 +1 @@ +Entón eles dixéronlle: Ti quen es? para que poidamos dar unha resposta a aqueles que nos enviaron. Quen dis que \ No newline at end of file From a6ec05ff9610b2836582d9f3c94eb92a5373e9d1 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 16:16:25 +0100 Subject: [PATCH 43/93] =?UTF-8?q?Sat=20Jan=2015=202022=2016:16:24=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/22.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/22.txt b/01/22.txt index 7b2ef2f..37ce25d 100644 --- a/01/22.txt +++ b/01/22.txt @@ -1 +1 @@ -Entón eles dixéronlle: Ti quen es? para que poidamos dar unha resposta a aqueles que nos enviaron. Quen dis que \ No newline at end of file +Entón eles dixéronlle: Ti quen es? para que lles poidamos dar unha resposta a aqueles que nos enviaron. Qué nos dis de ti mesmo? El dixo: "En son unha voz que clama no deserto: "Preparade o camiño do Señor", como dixo Isaías o profeta" \ No newline at end of file From 79753bc5a8230e8c14eaa1342a102b5fe2860594 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 16:18:25 +0100 Subject: [PATCH 44/93] =?UTF-8?q?Sat=20Jan=2015=202022=2016:18:24=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/22.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/01/22.txt b/01/22.txt index 37ce25d..1f60537 100644 --- a/01/22.txt +++ b/01/22.txt @@ -1 +1 @@ -Entón eles dixéronlle: Ti quen es? para que lles poidamos dar unha resposta a aqueles que nos enviaron. Qué nos dis de ti mesmo? El dixo: "En son unha voz que clama no deserto: "Preparade o camiño do Señor", como dixo Isaías o profeta" \ No newline at end of file +\v 22 Entón eles dixéronlle: Ti quen es? para que lles poidamos dar unha resposta a aqueles que nos enviaron. Qué nos dis de ti mesmo? \v 23 El dixo: "En son unha voz que clama no deserto: "Preparade o camiño do Señor", como dixo o profeta Isaías" \ No newline at end of file diff --git a/manifest.json b/manifest.json index bd44d32..6311b1e 100644 --- a/manifest.json +++ b/manifest.json @@ -46,6 +46,7 @@ "01-12", "01-14", "01-16", - "01-19" + "01-19", + "01-22" ] } \ No newline at end of file From 4038d2abdb6d816518494a0734e5ba20746388a5 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 16:44:27 +0100 Subject: [PATCH 45/93] =?UTF-8?q?Sat=20Jan=2015=202022=2016:44:26=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/24.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 01/24.txt diff --git a/01/24.txt b/01/24.txt new file mode 100644 index 0000000..d746618 --- /dev/null +++ b/01/24.txt @@ -0,0 +1 @@ +Os que foron enviados eran fariseos, e preguntaronlle: "Por qué estás a bautizar se non \ No newline at end of file From 1727942874773a4a44f10ee2d103954e240b6e09 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 15 Jan 2022 16:46:28 +0100 Subject: [PATCH 46/93] =?UTF-8?q?Sat=20Jan=2015=202022=2016:46:27=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/24.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/24.txt b/01/24.txt index d746618..dd4b05c 100644 --- a/01/24.txt +++ b/01/24.txt @@ -1 +1 @@ -Os que foron enviados eran fariseos, e preguntaronlle: "Por qué estás a bautizar se non \ No newline at end of file +\v 24 \v 25 Os que foron enviados eran fariseos, e preguntaronlle: "Por qué estás a bautizar se non es ti o Cristo, nin Elías nin o profeta? \ No newline at end of file From 369b7035aa8dd4f0de9ec2803d20adee09f22f7e Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 16:50:25 +0100 Subject: [PATCH 47/93] =?UTF-8?q?Sat=20Jan=2015=202022=2016:50:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/24.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/01/24.txt b/01/24.txt index dd4b05c..087a94a 100644 --- a/01/24.txt +++ b/01/24.txt @@ -1 +1 @@ -\v 24 \v 25 Os que foron enviados eran fariseos, e preguntaronlle: "Por qué estás a bautizar se non es ti o Cristo, nin Elías nin o profeta? \ No newline at end of file +\v 24 Os que foron enviados eran fariseos, \v 25 e preguntaronlle: "Por qué estás a bautizar se non es ti o Cristo, nin Elías nin o profeta? \ No newline at end of file diff --git a/manifest.json b/manifest.json index 6311b1e..1462113 100644 --- a/manifest.json +++ b/manifest.json @@ -33,7 +33,8 @@ ], "parent_draft": {}, "translators": [ - "Jaime" + "Jaime", + "Jaime Fernandez Garrido" ], "finished_chunks": [ "front-title", From 9989600fe199c8570c217c94a13af9b89c02c1ef Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 16:54:25 +0100 Subject: [PATCH 48/93] =?UTF-8?q?Sat=20Jan=2015=202022=2016:54:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/26.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 01/26.txt diff --git a/01/26.txt b/01/26.txt new file mode 100644 index 0000000..1b295fb --- /dev/null +++ b/01/26.txt @@ -0,0 +1 @@ +Xoán respondeulles: "Eu bautizo con auga; mais entre vos está un que non coñecedes; éste é o qe ven despois de min, a quen eu non son digno de desatar a correa das suas sandalias". Estas cousas \ No newline at end of file From 93c94b0d46f35d23663585cbef908a32db5c4040 Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 16:56:25 +0100 Subject: [PATCH 49/93] =?UTF-8?q?Sat=20Jan=2015=202022=2016:56:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/26.txt b/01/26.txt index 1b295fb..9c92851 100644 --- a/01/26.txt +++ b/01/26.txt @@ -1 +1 @@ -Xoán respondeulles: "Eu bautizo con auga; mais entre vos está un que non coñecedes; éste é o qe ven despois de min, a quen eu non son digno de desatar a correa das suas sandalias". Estas cousas \ No newline at end of file +Xoán respondeulles: "Eu bautizo con auga; mais entre vós está un que non coñecedes; éste é o qe ven despois de min, a quen eu non son digno de desatar a correa das suas sandalias". Estas cousas aconteceron en Betania ao outro lado do río Xordán, onde Xoán bautizaba. \ No newline at end of file From 6e01534c2800aa3b1fb6b052e657adaa65ce7b9b Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 17:02:25 +0100 Subject: [PATCH 50/93] =?UTF-8?q?Sat=20Jan=2015=202022=2017:02:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/26.txt b/01/26.txt index 9c92851..d389db1 100644 --- a/01/26.txt +++ b/01/26.txt @@ -1 +1 @@ -Xoán respondeulles: "Eu bautizo con auga; mais entre vós está un que non coñecedes; éste é o qe ven despois de min, a quen eu non son digno de desatar a correa das suas sandalias". Estas cousas aconteceron en Betania ao outro lado do río Xordán, onde Xoán bautizaba. \ No newline at end of file +Xoán respondeulles: "Eu bautizo con auga; mais entre vós está un que non coñecedes; éste é o que ven despois de min, a quen eu non son digno de desatar a correa das suas sandalias". Estas cousas aconteceron en Betania ao outro lado do río Xordán, onde Xoán bautizaba. \ No newline at end of file From 95e1f9ad761a2b38807741e2b97f1ae4bdb39206 Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 17:06:25 +0100 Subject: [PATCH 51/93] =?UTF-8?q?Sat=20Jan=2015=202022=2017:06:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/26.txt b/01/26.txt index d389db1..8413ced 100644 --- a/01/26.txt +++ b/01/26.txt @@ -1 +1 @@ -Xoán respondeulles: "Eu bautizo con auga; mais entre vós está un que non coñecedes; éste é o que ven despois de min, a quen eu non son digno de desatar a correa das suas sandalias". Estas cousas aconteceron en Betania ao outro lado do río Xordán, onde Xoán bautizaba. \ No newline at end of file +Xoán respondeulles: "Eu bautizo con auga; mais entre vós está un que non coñecedes; o que ven despois de min, a quen eu non son digno de desatar a correa das suas sandalias". Estas cousas aconteceron en Betania ao outro lado do río Xordán, onde Xoán bautizaba. \ No newline at end of file From 95316e295aa3cc5398123f977c07bdb9dfb27ef1 Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 17:18:25 +0100 Subject: [PATCH 52/93] =?UTF-8?q?Sat=20Jan=2015=202022=2017:18:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/26.txt b/01/26.txt index 8413ced..b33490a 100644 --- a/01/26.txt +++ b/01/26.txt @@ -1 +1 @@ -Xoán respondeulles: "Eu bautizo con auga; mais entre vós está un que non coñecedes; o que ven despois de min, a quen eu non son digno de desatar a correa das suas sandalias". Estas cousas aconteceron en Betania ao outro lado do río Xordán, onde Xoán bautizaba. \ No newline at end of file +\v 26 Xoán respondeulles: "Eu bautizo con auga; mais entre vós está un que non coñecedes; \v 27 o que ven despois de min, a quen eu non son digno de desatar a correa das suas sandalias". \v 28 Estas cousas aconteceron en Betania ao outro lado do río Xordán, onde Xoán bautizaba. \ No newline at end of file From 4ae6326b3160f08c4b068e15c769e8e457a309a4 Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 17:22:25 +0100 Subject: [PATCH 53/93] =?UTF-8?q?Sat=20Jan=2015=202022=2017:22:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/29.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 01/29.txt diff --git a/01/29.txt b/01/29.txt new file mode 100644 index 0000000..22d26f1 --- /dev/null +++ b/01/29.txt @@ -0,0 +1 @@ +O día seguinte, Xoán viu a Xesús acercándose a el e díxo \ No newline at end of file From 7359f709f4edea87f3a8b620746d98e3f3aa32f3 Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 17:24:25 +0100 Subject: [PATCH 54/93] =?UTF-8?q?Sat=20Jan=2015=202022=2017:24:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/29.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/29.txt b/01/29.txt index 22d26f1..c30fc1c 100644 --- a/01/29.txt +++ b/01/29.txt @@ -1 +1 @@ -O día seguinte, Xoán viu a Xesús acercándose a el e díxo \ No newline at end of file +O día seguinte, Xoán viu a Xesús acercándose a el e díxolle: "Aquí está o Año de Deus que quita o pecado do mundo! Este é de quen eu vos dixen: "Despois de min ven un home que é antes que eu, porque exístia primeiro que eu. Eu non o coñecía, pero por iso eu bautizo con auga para que él sexa \ No newline at end of file From 8fd6a8803c4d0c81068ddad2d96c10f9a1a3ef38 Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 17:26:25 +0100 Subject: [PATCH 55/93] =?UTF-8?q?Sat=20Jan=2015=202022=2017:26:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/29.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/29.txt b/01/29.txt index c30fc1c..53d8043 100644 --- a/01/29.txt +++ b/01/29.txt @@ -1 +1 @@ -O día seguinte, Xoán viu a Xesús acercándose a el e díxolle: "Aquí está o Año de Deus que quita o pecado do mundo! Este é de quen eu vos dixen: "Despois de min ven un home que é antes que eu, porque exístia primeiro que eu. Eu non o coñecía, pero por iso eu bautizo con auga para que él sexa \ No newline at end of file +O día seguinte, Xoán viu a Xesús acercándose cara a el e díxo: "Velaí o Año de Deus que quita o pecado do mundo! Este é de quen eu vos dixen: "Despois de min ven un home que é antes que eu, porque exístia primeiro ca min. Eu non o coñecía, pero por iso eu bautizo con auga para que él sexa presentado a Israel" \ No newline at end of file From 42e4d2df73c3140cfaa87d0d050f266c6829e6c2 Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 17:28:25 +0100 Subject: [PATCH 56/93] =?UTF-8?q?Sat=20Jan=2015=202022=2017:28:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/29.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/29.txt b/01/29.txt index 53d8043..e7a0fae 100644 --- a/01/29.txt +++ b/01/29.txt @@ -1 +1 @@ -O día seguinte, Xoán viu a Xesús acercándose cara a el e díxo: "Velaí o Año de Deus que quita o pecado do mundo! Este é de quen eu vos dixen: "Despois de min ven un home que é antes que eu, porque exístia primeiro ca min. Eu non o coñecía, pero por iso eu bautizo con auga para que él sexa presentado a Israel" \ No newline at end of file +\v 29 \v 31 O día seguinte, Xoán viu a Xesús acercándose cara a el e díxo: "Velaí o Año de Deus que quita o pecado do mundo! \v 30 Este é de quen eu vos dixen: "Despois de min ven un home que é antes que eu, porque exístia primeiro ca min. Eu non o coñecía, mais para iso eu bautizo con auga para que él sexa manifestado a Israel" \ No newline at end of file From 0834287234909dfabc0fb7d6f865014e96999782 Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 17:30:25 +0100 Subject: [PATCH 57/93] =?UTF-8?q?Sat=20Jan=2015=202022=2017:30:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/29.txt | 2 +- 01/32.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 01/32.txt diff --git a/01/29.txt b/01/29.txt index e7a0fae..ce90f4a 100644 --- a/01/29.txt +++ b/01/29.txt @@ -1 +1 @@ -\v 29 \v 31 O día seguinte, Xoán viu a Xesús acercándose cara a el e díxo: "Velaí o Año de Deus que quita o pecado do mundo! \v 30 Este é de quen eu vos dixen: "Despois de min ven un home que é antes que eu, porque exístia primeiro ca min. Eu non o coñecía, mais para iso eu bautizo con auga para que él sexa manifestado a Israel" \ No newline at end of file +\v 29 O día seguinte, Xoán viu a Xesús acercándose cara a el e díxo: "Velaí o Año de Deus que quita o pecado do mundo! \v 30 Este é de quen eu vos dixen: "Despois de min ven un home que é antes que eu, porque exístia primeiro ca min. \v 31 Eu non o coñecía, mais para iso eu bautizo con auga para que él sexa manifestado a Israel" \ No newline at end of file diff --git a/01/32.txt b/01/32.txt new file mode 100644 index 0000000..a729ae4 --- /dev/null +++ b/01/32.txt @@ -0,0 +1 @@ +Xoán deu testemuño decindo: "Eu vin ao Espíritu baixando coma unha pomba do ceo posándose sobre el. Eu non o coñecía, pero el me enviou a bautizar con auga decíndome: "Sobre quen vexas o Espírito descer e permanecer sobre él, ése é o que bautiza \ No newline at end of file diff --git a/manifest.json b/manifest.json index 1462113..de1efa4 100644 --- a/manifest.json +++ b/manifest.json @@ -48,6 +48,7 @@ "01-14", "01-16", "01-19", - "01-22" + "01-22", + "01-29" ] } \ No newline at end of file From 8859e91c7ef9339b530fa7a2c9db7f40c550a1c1 Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 17:32:25 +0100 Subject: [PATCH 58/93] =?UTF-8?q?Sat=20Jan=2015=202022=2017:32:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/32.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/32.txt b/01/32.txt index a729ae4..f0a35f3 100644 --- a/01/32.txt +++ b/01/32.txt @@ -1 +1 @@ -Xoán deu testemuño decindo: "Eu vin ao Espíritu baixando coma unha pomba do ceo posándose sobre el. Eu non o coñecía, pero el me enviou a bautizar con auga decíndome: "Sobre quen vexas o Espírito descer e permanecer sobre él, ése é o que bautiza \ No newline at end of file +Xoán deu testemuño decindo: "Eu vin ao Espíritu baixando do ceo coma unha pomba que se posaba e permanecía sobre el. Eu non o coñecía, pero el me enviou a bautizar con auga decíndome: "Sobre quen vexas o Espírito descer e permanecer sobre él, ése é o que bautiza no Espíritu Santo: Eu vin iso e son a testemuña de que éste é o Fillo de Deus" \ No newline at end of file From 4c6bdf987e7e79235d2f2c39bbb1f82c228ce76b Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 17:36:25 +0100 Subject: [PATCH 59/93] =?UTF-8?q?Sat=20Jan=2015=202022=2017:36:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/32.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/32.txt b/01/32.txt index f0a35f3..9786ca3 100644 --- a/01/32.txt +++ b/01/32.txt @@ -1 +1 @@ -Xoán deu testemuño decindo: "Eu vin ao Espíritu baixando do ceo coma unha pomba que se posaba e permanecía sobre el. Eu non o coñecía, pero el me enviou a bautizar con auga decíndome: "Sobre quen vexas o Espírito descer e permanecer sobre él, ése é o que bautiza no Espíritu Santo: Eu vin iso e son a testemuña de que éste é o Fillo de Deus" \ No newline at end of file +Xoán deu testemuño decindo: "Eu vin ao Espíritu baixar do ceo coma unha pomba que se pousaba e permanecía sobre el. Eu non o coñecía, pero o que me enviou a bautizar con auga díxome: "Sobre quen vexas o Espírito descer e permanecer sobre él, ése é o que bautiza no Espíritu Santo: Eu vin iso e son a testemuña de que éste é o Fillo de Deus" \ No newline at end of file From 7cf1a5436ae4102b08984e262495dbe230a9940d Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 17:38:25 +0100 Subject: [PATCH 60/93] =?UTF-8?q?Sat=20Jan=2015=202022=2017:38:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/32.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/01/32.txt b/01/32.txt index 9786ca3..5195c9a 100644 --- a/01/32.txt +++ b/01/32.txt @@ -1 +1 @@ -Xoán deu testemuño decindo: "Eu vin ao Espíritu baixar do ceo coma unha pomba que se pousaba e permanecía sobre el. Eu non o coñecía, pero o que me enviou a bautizar con auga díxome: "Sobre quen vexas o Espírito descer e permanecer sobre él, ése é o que bautiza no Espíritu Santo: Eu vin iso e son a testemuña de que éste é o Fillo de Deus" \ No newline at end of file +\v 32 Xoán deu testemuño decindo: "Eu vin ao Espíritu baixar do ceo coma unha pomba que se pousaba e permanecía sobre el. \v 33 Eu non o coñecía, pero o que me enviou a bautizar con auga díxome: "Sobre quen vexas o Espírito descer e permanecer sobre él, ése é o que bautiza no Espíritu Santo: \v 34 Eu vin iso e son a testemuña de que éste é o Fillo de Deus" \ No newline at end of file diff --git a/manifest.json b/manifest.json index de1efa4..cc44973 100644 --- a/manifest.json +++ b/manifest.json @@ -49,6 +49,7 @@ "01-16", "01-19", "01-22", - "01-29" + "01-29", + "01-32" ] } \ No newline at end of file From 755e4c68897f0304110dca167a5c05baccac032c Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 17:40:25 +0100 Subject: [PATCH 61/93] =?UTF-8?q?Sat=20Jan=2015=202022=2017:40:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/35.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 01/35.txt diff --git a/01/35.txt b/01/35.txt new file mode 100644 index 0000000..724babd --- /dev/null +++ b/01/35.txt @@ -0,0 +1 @@ +De novo, no día seguinte, mentres Xoán estba con dous dos seus discípulos, vendo a Xesús pasar, dixo: "Velaí o Cordeiro de Deus" \ No newline at end of file From f8b822a2d801ced531f70096cfaa59efe21ae884 Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 17:50:25 +0100 Subject: [PATCH 62/93] =?UTF-8?q?Sat=20Jan=2015=202022=2017:50:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/35.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/35.txt b/01/35.txt index 724babd..62d2cb4 100644 --- a/01/35.txt +++ b/01/35.txt @@ -1 +1 @@ -De novo, no día seguinte, mentres Xoán estba con dous dos seus discípulos, vendo a Xesús pasar, dixo: "Velaí o Cordeiro de Deus" \ No newline at end of file +De novo, no día seguinte, mentres Xoán estba con dous dos seus discípulos, vendo a Xesús pasar, dixo: "Velaí o Año de Deus" \ No newline at end of file From 10803edca334eca22edbfaf9e79ea2cdc2434446 Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 17:52:25 +0100 Subject: [PATCH 63/93] =?UTF-8?q?Sat=20Jan=2015=202022=2017:52:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/35.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/35.txt b/01/35.txt index 62d2cb4..8c434d0 100644 --- a/01/35.txt +++ b/01/35.txt @@ -1 +1 @@ -De novo, no día seguinte, mentres Xoán estba con dous dos seus discípulos, vendo a Xesús pasar, dixo: "Velaí o Año de Deus" \ No newline at end of file +De novo, no día seguinte, mentres Xoán estaba con dous dos seus discípulos e, vendo a Xesús pasar, dixo: "Velaí o Año de Deus" \ No newline at end of file From cffcb29b242332918217c5d310569f66f57947f4 Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 17:54:25 +0100 Subject: [PATCH 64/93] =?UTF-8?q?Sat=20Jan=2015=202022=2017:54:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/35.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/01/35.txt b/01/35.txt index 8c434d0..44e1b5a 100644 --- a/01/35.txt +++ b/01/35.txt @@ -1 +1 @@ -De novo, no día seguinte, mentres Xoán estaba con dous dos seus discípulos e, vendo a Xesús pasar, dixo: "Velaí o Año de Deus" \ No newline at end of file +\v 35 De novo, no día seguinte, mentres Xoán estaba con dous dos seus discípulos e, \v 36 vendo a Xesús pasar, dixo: "Velaí o Año de Deus" \ No newline at end of file diff --git a/manifest.json b/manifest.json index cc44973..34fb6ce 100644 --- a/manifest.json +++ b/manifest.json @@ -50,6 +50,7 @@ "01-19", "01-22", "01-29", - "01-32" + "01-32", + "01-35" ] } \ No newline at end of file From b24194d826f1dc9294e2b213e0cc9204d836c3ae Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 17:56:25 +0100 Subject: [PATCH 65/93] =?UTF-8?q?Sat=20Jan=2015=202022=2017:56:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/37.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 01/37.txt diff --git a/01/37.txt b/01/37.txt new file mode 100644 index 0000000..17bfff1 --- /dev/null +++ b/01/37.txt @@ -0,0 +1 @@ +\v 37 \v 38 \v 39 E os dous discípulos cando escoitaron iso, seguiron a Xesús \ No newline at end of file From 7a8796d329c6355bf160b372b973402bf6d451b6 Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 17:58:25 +0100 Subject: [PATCH 66/93] =?UTF-8?q?Sat=20Jan=2015=202022=2017:58:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/37.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/37.txt b/01/37.txt index 17bfff1..15f55c6 100644 --- a/01/37.txt +++ b/01/37.txt @@ -1 +1 @@ -\v 37 \v 38 \v 39 E os dous discípulos cando escoitaron iso, seguiron a Xesús \ No newline at end of file +\v 37 \v 38 \v 39 Cando os dous discípulos escoitaron iso, seguiron a Xesús. Entón Xesús volveuse e vendo que eles o seguían, díxolles: " \ No newline at end of file From 398984795f2edc08368891cccb7322c356969490 Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 18:00:25 +0100 Subject: [PATCH 67/93] =?UTF-8?q?Sat=20Jan=2015=202022=2018:00:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/37.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/37.txt b/01/37.txt index 15f55c6..65baff4 100644 --- a/01/37.txt +++ b/01/37.txt @@ -1 +1 @@ -\v 37 \v 38 \v 39 Cando os dous discípulos escoitaron iso, seguiron a Xesús. Entón Xesús volveuse e vendo que eles o seguían, díxolles: " \ No newline at end of file +\v 37 \v 38 \v 39 Cando os dous discípulos escoitaron iso, seguiron a Xesús. Entón Xesús volveuse e vendo que eles o seguían, díxolles: "Qué buscades?" Eles contestaron: "Rabí (que significa "mestre"), Onde moras? El díxolles \ No newline at end of file From 2de793227e4aa54e3c65968f097d0eba961b22f6 Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 18:02:25 +0100 Subject: [PATCH 68/93] =?UTF-8?q?Sat=20Jan=2015=202022=2018:02:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/37.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/37.txt b/01/37.txt index 65baff4..77e4efa 100644 --- a/01/37.txt +++ b/01/37.txt @@ -1 +1 @@ -\v 37 \v 38 \v 39 Cando os dous discípulos escoitaron iso, seguiron a Xesús. Entón Xesús volveuse e vendo que eles o seguían, díxolles: "Qué buscades?" Eles contestaron: "Rabí (que significa "mestre"), Onde moras? El díxolles \ No newline at end of file +\v 37 \v 38 \v 39 Cando os dous discípulos escoitaron iso, seguiron a Xesús. Entón Xesús volveuse e vendo que eles o seguían, díxolles: "Qué buscades?" Eles contestaron: "Rabí (que significa "mestre"), Onde moras? El díxolles: "Vinde e ollade". Eles foron logo e viron onde vivía; e quedáronse con el ese día, porque era caseque a hora décima. \ No newline at end of file From 395ce519b3f96fcf8a47a8acdb8335d01a83c7ba Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 18:04:25 +0100 Subject: [PATCH 69/93] =?UTF-8?q?Sat=20Jan=2015=202022=2018:04:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/37.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/37.txt b/01/37.txt index 77e4efa..416d06a 100644 --- a/01/37.txt +++ b/01/37.txt @@ -1 +1 @@ -\v 37 \v 38 \v 39 Cando os dous discípulos escoitaron iso, seguiron a Xesús. Entón Xesús volveuse e vendo que eles o seguían, díxolles: "Qué buscades?" Eles contestaron: "Rabí (que significa "mestre"), Onde moras? El díxolles: "Vinde e ollade". Eles foron logo e viron onde vivía; e quedáronse con el ese día, porque era caseque a hora décima. \ No newline at end of file +\v 37 \v 38 \v 39 Cando os dous discípulos escoitaron iso, seguiron a Xesús. Entón Xesús volveuse e vendo que eles o seguían, díxolles: "Qué buscades?" Eles respondéronlles: "Rabí (que se traduce como "mestre"), Onde moras? El díxolles: "Vinde e ollade". Eles foron logo e viron onde vivía; e quedáronse con el ese día, porque era caseque a hora décima. \ No newline at end of file From 89b889e97bf1c7dec7314b821a476362ea162a83 Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 18:16:25 +0100 Subject: [PATCH 70/93] =?UTF-8?q?Sat=20Jan=2015=202022=2018:16:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/37.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/37.txt b/01/37.txt index 416d06a..ff5c1a7 100644 --- a/01/37.txt +++ b/01/37.txt @@ -1 +1 @@ -\v 37 \v 38 \v 39 Cando os dous discípulos escoitaron iso, seguiron a Xesús. Entón Xesús volveuse e vendo que eles o seguían, díxolles: "Qué buscades?" Eles respondéronlles: "Rabí (que se traduce como "mestre"), Onde moras? El díxolles: "Vinde e ollade". Eles foron logo e viron onde vivía; e quedáronse con el ese día, porque era caseque a hora décima. \ No newline at end of file +\v 37 \v 39 Cando os dous discípulos escoitaron iso, seguiron a Xesús. \v 38 Entón Xesús volveuse e vendo que eles o seguían, díxolles: "Qué buscades?" Eles respondéronlles: "Rabí (que se traduce como "mestre"), Onde moras? El díxolles: "Vinde e ollade". Eles foron logo e viron onde vivía; e quedáronse con el ese día, porque era a hora décima. \ No newline at end of file From 45a715e181ff85d933258e1937bf9a37a6ca31e5 Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 18:18:25 +0100 Subject: [PATCH 71/93] =?UTF-8?q?Sat=20Jan=2015=202022=2018:18:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/37.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/01/37.txt b/01/37.txt index ff5c1a7..0af840e 100644 --- a/01/37.txt +++ b/01/37.txt @@ -1 +1 @@ -\v 37 \v 39 Cando os dous discípulos escoitaron iso, seguiron a Xesús. \v 38 Entón Xesús volveuse e vendo que eles o seguían, díxolles: "Qué buscades?" Eles respondéronlles: "Rabí (que se traduce como "mestre"), Onde moras? El díxolles: "Vinde e ollade". Eles foron logo e viron onde vivía; e quedáronse con el ese día, porque era a hora décima. \ No newline at end of file +\v 37 Cando os dous discípulos escoitaron iso, seguiron a Xesús. \v 38 Entón Xesús volveuse e vendo que eles o seguían, díxolles: "Qué buscades?" Eles respondéronlles: "Rabí (que se traduce como "mestre"), Onde moras? \v 39 El díxolles: "Vinde e ollade". Eles foron logo e viron onde vivía; e quedáronse con el ese día, porque era a hora décima. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 34fb6ce..9ea448a 100644 --- a/manifest.json +++ b/manifest.json @@ -51,6 +51,7 @@ "01-22", "01-29", "01-32", - "01-35" + "01-35", + "01-37" ] } \ No newline at end of file From daa043b095d3a2229fdc00bb6e363bb83ad527f3 Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 18:22:25 +0100 Subject: [PATCH 72/93] =?UTF-8?q?Sat=20Jan=2015=202022=2018:22:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 9ea448a..34fb6ce 100644 --- a/manifest.json +++ b/manifest.json @@ -51,7 +51,6 @@ "01-22", "01-29", "01-32", - "01-35", - "01-37" + "01-35" ] } \ No newline at end of file From 7da5369a9e951e5c8cded330324d33c9f06c70da Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 18:24:25 +0100 Subject: [PATCH 73/93] =?UTF-8?q?Sat=20Jan=2015=202022=2018:24:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/37.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/37.txt b/01/37.txt index 0af840e..b0ff902 100644 --- a/01/37.txt +++ b/01/37.txt @@ -1 +1 @@ -\v 37 Cando os dous discípulos escoitaron iso, seguiron a Xesús. \v 38 Entón Xesús volveuse e vendo que eles o seguían, díxolles: "Qué buscades?" Eles respondéronlles: "Rabí (que se traduce como "mestre"), Onde moras? \v 39 El díxolles: "Vinde e ollade". Eles foron logo e viron onde vivía; e quedáronse con el ese día, porque era a hora décima. \ No newline at end of file +\v 37 Cando os dous discípulos escoitaron iso, seguiron a Xesús. \v 38 Entón Xesús volveuse e vendo que eles o seguían, díxolles: "Qué buscades?" Eles respondéronlles: "Rabí (que se traduce como "mestre"), Onde moras? \v 39 El díxolles: "Vinde e ollade". Eles foron logo e viron onde vivía; e quedáronse con el ese día, porque era a hora décima. \f contra as catro da tarde para nós\f* \ No newline at end of file From 44914ce16318e40521d004c9d81a7613c8125684 Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 18:28:25 +0100 Subject: [PATCH 74/93] =?UTF-8?q?Sat=20Jan=2015=202022=2018:28:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/40.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 01/40.txt diff --git a/01/40.txt b/01/40.txt new file mode 100644 index 0000000..987dafd --- /dev/null +++ b/01/40.txt @@ -0,0 +1 @@ +Un dos discipulos que escoitou a Xesús falar e de seguido foi con Xesús era Andrés \ No newline at end of file From 49f2363aa2b00d4df8c93f4a0e07d25fe474ea87 Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 18:30:25 +0100 Subject: [PATCH 75/93] =?UTF-8?q?Sat=20Jan=2015=202022=2018:30:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/40.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/40.txt b/01/40.txt index 987dafd..dc86475 100644 --- a/01/40.txt +++ b/01/40.txt @@ -1 +1 @@ -Un dos discipulos que escoitou a Xesús falar e de seguido foi con Xesús era Andrés \ No newline at end of file +Un dos discipulos que escoitou falar a Xoán e de seguido foi con Xesús era Andrés, o irmán de Simón Pedro. EAo primeiro que atopou foi o seu irma \ No newline at end of file From b0b98ffa64df52f495be9b2771ed1ae8bfe2c1e1 Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 18:32:25 +0100 Subject: [PATCH 76/93] =?UTF-8?q?Sat=20Jan=2015=202022=2018:32:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/40.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/40.txt b/01/40.txt index dc86475..ff0cc44 100644 --- a/01/40.txt +++ b/01/40.txt @@ -1 +1 @@ -Un dos discipulos que escoitou falar a Xoán e de seguido foi con Xesús era Andrés, o irmán de Simón Pedro. EAo primeiro que atopou foi o seu irma \ No newline at end of file +Un dos discipulos que escoitou falar a Xoán e de seguido foi con Xesús era Andrés, o irmán de Simón Pedro. O primeiro con quen se atopou foi o seu irmán Simón e díxolle: "Encontramos ao Mesías (que tCristo) \ No newline at end of file From 4e2e7d3512405771703969ae693c5aa6d32b7a43 Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 18:34:25 +0100 Subject: [PATCH 77/93] =?UTF-8?q?Sat=20Jan=2015=202022=2018:34:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/40.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/40.txt b/01/40.txt index ff0cc44..9c91e6e 100644 --- a/01/40.txt +++ b/01/40.txt @@ -1 +1 @@ -Un dos discipulos que escoitou falar a Xoán e de seguido foi con Xesús era Andrés, o irmán de Simón Pedro. O primeiro con quen se atopou foi o seu irmán Simón e díxolle: "Encontramos ao Mesías (que tCristo) \ No newline at end of file +Un dos discipulos que escoitou falar a Xoán e de seguido foi con Xesús era Andrés, o irmán de Simón Pedro. O primeiro con quen se atopou foi o seu irmán Simón e díxolle: "Encontramos ao Mesías (que se traduce como Cristo). Entón levouno a Xesús. Cando Xesús o viu, díxolle: "Ti es Simón, o fillo de Xoán. Chamaránate Cefas" (que se traduce como Pedro). \ No newline at end of file From 33bb815ae408b008a3ac3882c2638f9e1cf8c7d1 Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 18:36:25 +0100 Subject: [PATCH 78/93] =?UTF-8?q?Sat=20Jan=2015=202022=2018:36:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/40.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/40.txt b/01/40.txt index 9c91e6e..2f63c85 100644 --- a/01/40.txt +++ b/01/40.txt @@ -1 +1 @@ -Un dos discipulos que escoitou falar a Xoán e de seguido foi con Xesús era Andrés, o irmán de Simón Pedro. O primeiro con quen se atopou foi o seu irmán Simón e díxolle: "Encontramos ao Mesías (que se traduce como Cristo). Entón levouno a Xesús. Cando Xesús o viu, díxolle: "Ti es Simón, o fillo de Xoán. Chamaránate Cefas" (que se traduce como Pedro). \ No newline at end of file +Un dos discipulos que escoitaron a Xoán e de seguido foron con Xesús era Andrés, o irmán de Simón Pedro. O primeiro con quen se atopou foi o seu irmán Simón e díxolle: "Encontramos ao Mesías (que se traduce como Cristo). Entón levouno a Xesús. Cando Xesús o viu, díxolle: "Ti es Simón, o fillo de Xoán. Chamaránate Cefas" (que se traduce como Pedro). \ No newline at end of file From 9621e81043e9146a4510d97fc044dce835fa2051 Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 18:38:25 +0100 Subject: [PATCH 79/93] =?UTF-8?q?Sat=20Jan=2015=202022=2018:38:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/40.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/40.txt b/01/40.txt index 2f63c85..a2c7be0 100644 --- a/01/40.txt +++ b/01/40.txt @@ -1 +1 @@ -Un dos discipulos que escoitaron a Xoán e de seguido foron con Xesús era Andrés, o irmán de Simón Pedro. O primeiro con quen se atopou foi o seu irmán Simón e díxolle: "Encontramos ao Mesías (que se traduce como Cristo). Entón levouno a Xesús. Cando Xesús o viu, díxolle: "Ti es Simón, o fillo de Xoán. Chamaránate Cefas" (que se traduce como Pedro). \ No newline at end of file +Un dos discipulos que escoitou a Xoán e de seguido foi con Xesús era Andrés, o irmán de Simón Pedro. O primeiro con quen se atopou foi o seu irmán Simón e díxolle: "Encontramos o Mesías (que se traduce como Cristo). Entón levouno a Xesús. Cando Xesús o viu, díxolle: "Ti es Simón, o fillo de Xoán. Chamaránate Cefas" (que se traduce como Pedro). \ No newline at end of file From 04333b8e39dbe65ac98b24b60e876b0910611f24 Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 18:40:25 +0100 Subject: [PATCH 80/93] =?UTF-8?q?Sat=20Jan=2015=202022=2018:40:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/40.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/40.txt b/01/40.txt index a2c7be0..b92328a 100644 --- a/01/40.txt +++ b/01/40.txt @@ -1 +1 @@ -Un dos discipulos que escoitou a Xoán e de seguido foi con Xesús era Andrés, o irmán de Simón Pedro. O primeiro con quen se atopou foi o seu irmán Simón e díxolle: "Encontramos o Mesías (que se traduce como Cristo). Entón levouno a Xesús. Cando Xesús o viu, díxolle: "Ti es Simón, o fillo de Xoán. Chamaránate Cefas" (que se traduce como Pedro). \ No newline at end of file +\v 40 \v 42 Un dos discipulos que escoitou a Xoán e de seguido foi con Xesús era Andrés, o irmán de Simón Pedro. \v 41 O primeiro con quen se atopou foi o seu irmán Simón e díxolle: "Encontramos o Mesías (que se traduce como Cristo). Entón levouno a Xesús. Cando Xesús o viu, díxolle: "Ti es Simón, o fillo de Xoán. Chamaránate Cefas" (que se traduce como Pedro). \ No newline at end of file From d524ef449cb04a0b785ddd2f77b9cf92385e895b Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 18:42:26 +0100 Subject: [PATCH 81/93] =?UTF-8?q?Sat=20Jan=2015=202022=2018:42:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/37.txt | 2 +- 01/40.txt | 2 +- 01/43.txt | 1 + manifest.json | 4 +++- 4 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 01/43.txt diff --git a/01/37.txt b/01/37.txt index b0ff902..1c4c228 100644 --- a/01/37.txt +++ b/01/37.txt @@ -1 +1 @@ -\v 37 Cando os dous discípulos escoitaron iso, seguiron a Xesús. \v 38 Entón Xesús volveuse e vendo que eles o seguían, díxolles: "Qué buscades?" Eles respondéronlles: "Rabí (que se traduce como "mestre"), Onde moras? \v 39 El díxolles: "Vinde e ollade". Eles foron logo e viron onde vivía; e quedáronse con el ese día, porque era a hora décima. \f contra as catro da tarde para nós\f* \ No newline at end of file +\v 37 Cando os dous discípulos escoitaron iso, seguiron a Xesús. \v 38 Entón Xesús volveuse e vendo que eles o seguían, díxolles: "Qué buscades?" Eles respondéronlles: "Rabí (que quere dicir mestre), Onde moras? \v 39 El díxolles: "Vinde e ollade". Eles foron logo e viron onde vivía; e quedáronse con el ese día, porque era a hora décima. \f contra as catro da tarde para nós\f* \ No newline at end of file diff --git a/01/40.txt b/01/40.txt index b92328a..4168e5e 100644 --- a/01/40.txt +++ b/01/40.txt @@ -1 +1 @@ -\v 40 \v 42 Un dos discipulos que escoitou a Xoán e de seguido foi con Xesús era Andrés, o irmán de Simón Pedro. \v 41 O primeiro con quen se atopou foi o seu irmán Simón e díxolle: "Encontramos o Mesías (que se traduce como Cristo). Entón levouno a Xesús. Cando Xesús o viu, díxolle: "Ti es Simón, o fillo de Xoán. Chamaránate Cefas" (que se traduce como Pedro). \ No newline at end of file +\v 40 Un dos discipulos que escoitou a Xoán e de seguido foi con Xesús era Andrés, o irmán de Simón Pedro. \v 41 O primeiro con quen se atopou foi o seu irmán Simón e díxolle: "Encontramos o Mesías (que se traduce como Cristo). \v 42 Entón levouno a Xesús. Cando Xesús o viu, díxolle: "Ti es Simón, o fillo de Xoán. Chamaránate Cefas" (que quere dicir Pedro). \ No newline at end of file diff --git a/01/43.txt b/01/43.txt new file mode 100644 index 0000000..777efb4 --- /dev/null +++ b/01/43.txt @@ -0,0 +1 @@ +No día seguinte, cando Xesús quiso saír a Galilea, a \ No newline at end of file diff --git a/manifest.json b/manifest.json index 34fb6ce..10192e6 100644 --- a/manifest.json +++ b/manifest.json @@ -51,6 +51,8 @@ "01-22", "01-29", "01-32", - "01-35" + "01-35", + "01-37", + "01-40" ] } \ No newline at end of file From 840b28bdd0a1d494ec43b22364c466024333a0c7 Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 18:44:26 +0100 Subject: [PATCH 82/93] =?UTF-8?q?Sat=20Jan=2015=202022=2018:44:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/43.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/43.txt b/01/43.txt index 777efb4..063ba8b 100644 --- a/01/43.txt +++ b/01/43.txt @@ -1 +1 @@ -No día seguinte, cando Xesús quiso saír a Galilea, a \ No newline at end of file +No día seguinte, cando Xesús saiu para Galilea, atopouse con Felipe e díxolle: "Sigueme". Felipe era de Betsaida, a cidade de Andrés e de Pedro. Felipe encontrou a Natanael e díxolle: "Falamos con Aquel de quen escribiu Moisés na lei e nos profetas, a Xesús, o fillo de Xosé de Nazaret" \ No newline at end of file From 3afa624f8df68183f2fff845accc93c40b6b3a0f Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 18:46:26 +0100 Subject: [PATCH 83/93] =?UTF-8?q?Sat=20Jan=2015=202022=2018:46:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/43.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/43.txt b/01/43.txt index 063ba8b..ba0b989 100644 --- a/01/43.txt +++ b/01/43.txt @@ -1 +1 @@ -No día seguinte, cando Xesús saiu para Galilea, atopouse con Felipe e díxolle: "Sigueme". Felipe era de Betsaida, a cidade de Andrés e de Pedro. Felipe encontrou a Natanael e díxolle: "Falamos con Aquel de quen escribiu Moisés na lei e nos profetas, a Xesús, o fillo de Xosé de Nazaret" \ No newline at end of file +No día seguinte, cando Xesús saiu para Galilea, atopou s Felipe e díxolle: "Sigueme". Felipe era de Betsaida, a vila de Andrés e de Pedro. Felipe encontrou a Natanael e díxolle: "Falamos con Aquel de quen escribiron na lei Moisés na lei e mais os profetas, a Xesús, o fillo de Xosé de Nazaret" \ No newline at end of file From cb141c862e6d605ba401a860e7b6603e70a75746 Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 18:48:26 +0100 Subject: [PATCH 84/93] =?UTF-8?q?Sat=20Jan=2015=202022=2018:48:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/43.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/01/43.txt b/01/43.txt index ba0b989..938fd3c 100644 --- a/01/43.txt +++ b/01/43.txt @@ -1 +1 @@ -No día seguinte, cando Xesús saiu para Galilea, atopou s Felipe e díxolle: "Sigueme". Felipe era de Betsaida, a vila de Andrés e de Pedro. Felipe encontrou a Natanael e díxolle: "Falamos con Aquel de quen escribiron na lei Moisés na lei e mais os profetas, a Xesús, o fillo de Xosé de Nazaret" \ No newline at end of file +\v 43 No día seguinte, cando Xesús saiu para Galilea, atopou s Felipe e díxolle: "Sigueme". \v 45 Felipe era de Betsaida, a vila de Andrés e de Pedro. \v 44 Felipe encontrou a Natanael e díxolle: "Atopamos Aquel de quen escribiron na lei Moisés na lei e mais os profetas, a Xesús, o fillo de Xosé de Nazarë" \ No newline at end of file diff --git a/manifest.json b/manifest.json index 10192e6..914d564 100644 --- a/manifest.json +++ b/manifest.json @@ -53,6 +53,7 @@ "01-32", "01-35", "01-37", - "01-40" + "01-40", + "01-43" ] } \ No newline at end of file From d73c8628b93cb43fe6550e573ffbe85fb2be75e4 Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 18:50:26 +0100 Subject: [PATCH 85/93] =?UTF-8?q?Sat=20Jan=2015=202022=2018:50:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/46.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 01/46.txt diff --git a/01/46.txt b/01/46.txt new file mode 100644 index 0000000..7c09d6a --- /dev/null +++ b/01/46.txt @@ -0,0 +1 @@ +Natanael díxolle: "Poderá algunha cousa boa saír de Nazaré?" Felipe díxolle: "Ven e ve". Xesús viu \ No newline at end of file From a07bf2f70da0ac2c41e0c0ad54859a7c4a035bdd Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 18:52:26 +0100 Subject: [PATCH 86/93] =?UTF-8?q?Sat=20Jan=2015=202022=2018:52:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/43.txt | 2 +- 01/46.txt | 2 +- manifest.json | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/01/43.txt b/01/43.txt index 938fd3c..a5522ab 100644 --- a/01/43.txt +++ b/01/43.txt @@ -1 +1 @@ -\v 43 No día seguinte, cando Xesús saiu para Galilea, atopou s Felipe e díxolle: "Sigueme". \v 45 Felipe era de Betsaida, a vila de Andrés e de Pedro. \v 44 Felipe encontrou a Natanael e díxolle: "Atopamos Aquel de quen escribiron na lei Moisés na lei e mais os profetas, a Xesús, o fillo de Xosé de Nazarë" \ No newline at end of file +\v 43 No día seguinte, cando Xesús saiu para Galilea, atopou s Felipe e díxolle: "Sigueme". \v 45 Felipe era de Betsaida, a vila de Andrés e de Pedro. \v 44 Felipe encontrou a Natanael e díxolle: "Atopamos Aquel de quen escribiron na lei Moisés na lei e mais os profetas, a Xesús, o fillo de Xosé de Nazaret" \ No newline at end of file diff --git a/01/46.txt b/01/46.txt index 7c09d6a..cf2be40 100644 --- a/01/46.txt +++ b/01/46.txt @@ -1 +1 @@ -Natanael díxolle: "Poderá algunha cousa boa saír de Nazaré?" Felipe díxolle: "Ven e ve". Xesús viu \ No newline at end of file +\v 46 \v 47 \v 48 Natanael díxolle: "Poderá algunha cousa boa saír de Nazaré?" Felipe díxolle: "Ven e ve". Xesús viu a Natanael \ No newline at end of file diff --git a/manifest.json b/manifest.json index 914d564..10192e6 100644 --- a/manifest.json +++ b/manifest.json @@ -53,7 +53,6 @@ "01-32", "01-35", "01-37", - "01-40", - "01-43" + "01-40" ] } \ No newline at end of file From c1afa6d5087ea219196d1c35d2ee1327d6977fe3 Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 18:54:26 +0100 Subject: [PATCH 87/93] =?UTF-8?q?Sat=20Jan=2015=202022=2018:54:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/46.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/01/46.txt b/01/46.txt index cf2be40..31fd2b2 100644 --- a/01/46.txt +++ b/01/46.txt @@ -1 +1 @@ -\v 46 \v 47 \v 48 Natanael díxolle: "Poderá algunha cousa boa saír de Nazaré?" Felipe díxolle: "Ven e ve". Xesús viu a Natanael \ No newline at end of file +\v 46 \v 47 \v 48 Natanael díxolle: "Poderá algunha cousa boa saír de Nazaret" Felipe díxolle: "Ven e ve". Xesús viu a Natanael e aproximándose dele dixo: "Ollen, un verdadeiro israelita, en quen non hai engano!" Natanael díxolle: "Onde me coñeces?" Xesús contestou e d \ No newline at end of file diff --git a/manifest.json b/manifest.json index 10192e6..914d564 100644 --- a/manifest.json +++ b/manifest.json @@ -53,6 +53,7 @@ "01-32", "01-35", "01-37", - "01-40" + "01-40", + "01-43" ] } \ No newline at end of file From d1e3d19e8d3f83eb8fd150eeded4819ad37bcb90 Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 18:56:26 +0100 Subject: [PATCH 88/93] =?UTF-8?q?Sat=20Jan=2015=202022=2018:56:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/46.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/46.txt b/01/46.txt index 31fd2b2..b35c3fc 100644 --- a/01/46.txt +++ b/01/46.txt @@ -1 +1 @@ -\v 46 \v 47 \v 48 Natanael díxolle: "Poderá algunha cousa boa saír de Nazaret" Felipe díxolle: "Ven e ve". Xesús viu a Natanael e aproximándose dele dixo: "Ollen, un verdadeiro israelita, en quen non hai engano!" Natanael díxolle: "Onde me coñeces?" Xesús contestou e d \ No newline at end of file +\v 46 \v 47 \v 48 Natanael díxolle: "Poderá algunha cousa boa saír de Nazaret" Felipe díxolle: "Ven e ve". Xesús viu a Natanael e aproximándose dele dixo: "Ollen, un verdadeiro israelita, en quen non hai engano!" Natanael díxolle: "Onde me coñeces?" Xesús contestou e díxolle: "Antes de que Felipe te chamara, eu vinte cando estabas debaixo da figueira" \ No newline at end of file From 960a188ae6c90f05781287c508d828f2d438bece Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 18:58:26 +0100 Subject: [PATCH 89/93] =?UTF-8?q?Sat=20Jan=2015=202022=2018:58:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/46.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/46.txt b/01/46.txt index b35c3fc..c8c5951 100644 --- a/01/46.txt +++ b/01/46.txt @@ -1 +1 @@ -\v 46 \v 47 \v 48 Natanael díxolle: "Poderá algunha cousa boa saír de Nazaret" Felipe díxolle: "Ven e ve". Xesús viu a Natanael e aproximándose dele dixo: "Ollen, un verdadeiro israelita, en quen non hai engano!" Natanael díxolle: "Onde me coñeces?" Xesús contestou e díxolle: "Antes de que Felipe te chamara, eu vinte cando estabas debaixo da figueira" \ No newline at end of file +\v 46 \v 47 \v 48 Natanael díxolle: "Poderá algunha cousa boa saír de Nazaret?" Felipe díxolle: "Ven e verás!". Viu Xesús a Natanael aproximándose a ele e dixo: "Ollen, un verdadeiro israelita, en quen non hai engano!" Natanael díxolle: "Onde me coñeces?" Xesús contestou e díxolle: "Antes de que Felipe te chamara, eu vinte cando estabas debaixo da figueira" \ No newline at end of file From 55d5a5b19b8d0e24f0cca3f6be7b7c2661d70fa8 Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 19:00:26 +0100 Subject: [PATCH 90/93] =?UTF-8?q?Sat=20Jan=2015=202022=2019:00:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/46.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/01/46.txt b/01/46.txt index c8c5951..150d451 100644 --- a/01/46.txt +++ b/01/46.txt @@ -1 +1 @@ -\v 46 \v 47 \v 48 Natanael díxolle: "Poderá algunha cousa boa saír de Nazaret?" Felipe díxolle: "Ven e verás!". Viu Xesús a Natanael aproximándose a ele e dixo: "Ollen, un verdadeiro israelita, en quen non hai engano!" Natanael díxolle: "Onde me coñeces?" Xesús contestou e díxolle: "Antes de que Felipe te chamara, eu vinte cando estabas debaixo da figueira" \ No newline at end of file +\v 46 Natanael díxolle: "Poderá algunha cousa boa saír de Nazaret?" Felipe díxolle: "Ven e verás!". \v 47 Viu Xesús a Natanael aproximándose a ele e dixo: "Ahí tendes a un verdadeiro israelita, en quen non hai engano!" \v 48 Preguntoulle Natanael: "De que me coñeces?" Xesús díxolle: "Antes de que Felipe te chamara, eu vinte cando estabas debaixo da figueira" \ No newline at end of file diff --git a/manifest.json b/manifest.json index 914d564..d8a4be8 100644 --- a/manifest.json +++ b/manifest.json @@ -54,6 +54,7 @@ "01-35", "01-37", "01-40", - "01-43" + "01-43", + "01-46" ] } \ No newline at end of file From d95c6548f0ba0144e2d80064f1c33d133a3acc1a Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 19:02:26 +0100 Subject: [PATCH 91/93] =?UTF-8?q?Sat=20Jan=2015=202022=2019:02:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/49.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 01/49.txt diff --git a/01/49.txt b/01/49.txt new file mode 100644 index 0000000..90ffaae --- /dev/null +++ b/01/49.txt @@ -0,0 +1 @@ +Respondeulle Natanael: "Rabí, ti es o Fillo de Deus! Ti es o Rey de Israel! Xesús contestoulle: "Porque eu falei: "Vinte debaixo da figueira, cres? Cousas maiores que esas veras!" E díxolles a eles: "De certo, de certo vos digo que veredes o ceo aberto e aos anxos de Deus subindo e \ No newline at end of file From 960ec472bf40ee3f3215fa651db167d1409f9424 Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 19:04:26 +0100 Subject: [PATCH 92/93] =?UTF-8?q?Sat=20Jan=2015=202022=2019:04:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/49.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/49.txt b/01/49.txt index 90ffaae..83fc7c3 100644 --- a/01/49.txt +++ b/01/49.txt @@ -1 +1 @@ -Respondeulle Natanael: "Rabí, ti es o Fillo de Deus! Ti es o Rey de Israel! Xesús contestoulle: "Porque eu falei: "Vinte debaixo da figueira, cres? Cousas maiores que esas veras!" E díxolles a eles: "De certo, de certo vos digo que veredes o ceo aberto e aos anxos de Deus subindo e \ No newline at end of file +Respondeulle Natanael: "Rabí, ti es o Fillo de Deus! Ti es o Rey de Israel! Díxolle Xesús: "Porque che dixen:"Vinte debaixo da figueira, cres? Cousas mais grandes veras!" E díxolles a todos: "De certo, de certo vos digo que veredes o ceo aberto e aos anxos de Deus subindo e baixando sobre o Fillo do Home" \ No newline at end of file From 0ebb678cacfe35806b93800a3eee0c884af1229b Mon Sep 17 00:00:00 2001 From: Jaime Date: Sat, 15 Jan 2022 19:06:26 +0100 Subject: [PATCH 93/93] =?UTF-8?q?Sat=20Jan=2015=202022=2019:06:25=20GMT+01?= =?UTF-8?q?00=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/49.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/01/49.txt b/01/49.txt index 83fc7c3..b5c43ba 100644 --- a/01/49.txt +++ b/01/49.txt @@ -1 +1 @@ -Respondeulle Natanael: "Rabí, ti es o Fillo de Deus! Ti es o Rey de Israel! Díxolle Xesús: "Porque che dixen:"Vinte debaixo da figueira, cres? Cousas mais grandes veras!" E díxolles a todos: "De certo, de certo vos digo que veredes o ceo aberto e aos anxos de Deus subindo e baixando sobre o Fillo do Home" \ No newline at end of file +\v 49 Respondeulle Natanael: "Rabí, ti es o Fillo de Deus! Ti es o Rey de Israel! \v 50 Díxolle Xesús: "Porque che dixen:"Vinte debaixo da figueira, cres? Cousas mais grandes veras!" \v 51 E díxolles a todos: "Con toda verdade volo aseguro: veredes o ceo aberto e os anxos de Deus subindo e baixando sobre o Fillo do Home" \ No newline at end of file diff --git a/manifest.json b/manifest.json index d8a4be8..5da36e6 100644 --- a/manifest.json +++ b/manifest.json @@ -55,6 +55,7 @@ "01-37", "01-40", "01-43", - "01-46" + "01-46", + "01-49" ] } \ No newline at end of file