From 104824f281be8e33a8d9682dd5fba17579134eb2 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Wed, 16 Mar 2022 21:17:41 +0100 Subject: [PATCH 001/977] =?UTF-8?q?Wed=20Mar=2016=202022=2021:17:41=20GMT+?= =?UTF-8?q?0100=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..10119f6 --- /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": "act", + "name": "Acts" + }, + "type": { + "id": "text", + "name": "Text" + }, + "resource": { + "id": "reg", + "name": "Regular" + }, + "source_translations": [], + "parent_draft": {}, + "translators": [], + "finished_chunks": [] +} \ No newline at end of file From 8577aeb038643b609d3a7e45e17a759609759a8d Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Wed, 16 Mar 2022 21:19:25 +0100 Subject: [PATCH 002/977] =?UTF-8?q?Wed=20Mar=2016=202022=2021:19:24=20GMT+?= =?UTF-8?q?0100=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 10119f6..7cc6a94 100644 --- a/manifest.json +++ b/manifest.json @@ -22,7 +22,15 @@ "id": "reg", "name": "Regular" }, - "source_translations": [], + "source_translations": [ + { + "language_id": "es-419", + "resource_id": "ulb", + "checking_level": "3", + "date_modified": "2021-10-26T13:25:43.6398979+00:00", + "version": "1.4" + } + ], "parent_draft": {}, "translators": [], "finished_chunks": [] From 61a44a23032cdfb92870274542cb15d672513a8d Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Wed, 16 Mar 2022 21:21:43 +0100 Subject: [PATCH 003/977] =?UTF-8?q?Wed=20Mar=2016=202022=2021:21:43=20GMT+?= =?UTF-8?q?0100=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 | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 front/title.txt diff --git a/front/title.txt b/front/title.txt new file mode 100644 index 0000000..09349e9 --- /dev/null +++ b/front/title.txt @@ -0,0 +1 @@ +FEITOS \ No newline at end of file diff --git a/manifest.json b/manifest.json index 7cc6a94..94227e3 100644 --- a/manifest.json +++ b/manifest.json @@ -32,6 +32,8 @@ } ], "parent_draft": {}, - "translators": [], + "translators": [ + "Maria_Jose" + ], "finished_chunks": [] } \ No newline at end of file From 786db61a689ee14add1dda5a7c49bb70b56dca3f Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Wed, 16 Mar 2022 21:27:43 +0100 Subject: [PATCH 004/977] =?UTF-8?q?Wed=20Mar=2016=202022=2021:27:42=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/title.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 01/title.txt diff --git a/01/title.txt b/01/title.txt new file mode 100644 index 0000000..0924cb2 --- /dev/null +++ b/01/title.txt @@ -0,0 +1 @@ +Capitulo 1 \ No newline at end of file From 5567e2e927d81de646881137a4fb1866e84ea607 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Wed, 16 Mar 2022 21:29:43 +0100 Subject: [PATCH 005/977] =?UTF-8?q?Wed=20Mar=2016=202022=2021:29:43=20GMT+?= =?UTF-8?q?0100=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 + manifest.json | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 01/01.txt diff --git a/01/01.txt b/01/01.txt new file mode 100644 index 0000000..92bb141 --- /dev/null +++ b/01/01.txt @@ -0,0 +1 @@ +\c 1 O libro \ No newline at end of file diff --git a/manifest.json b/manifest.json index 94227e3..6f1b477 100644 --- a/manifest.json +++ b/manifest.json @@ -35,5 +35,7 @@ "translators": [ "Maria_Jose" ], - "finished_chunks": [] + "finished_chunks": [ + "01-title" + ] } \ No newline at end of file From f748883267a35c39a96ed25495cda6ee33b5eeac Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Wed, 16 Mar 2022 21:31:43 +0100 Subject: [PATCH 006/977] =?UTF-8?q?Wed=20Mar=2016=202022=2021:31:43=20GMT+?= =?UTF-8?q?0100=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 92bb141..aa48dd4 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1 +1 @@ -\c 1 O libro \ No newline at end of file +\c 1 \v 1 \v 3 O libro anterior de \v 2 escribio \ No newline at end of file From b419fce7a3d42d0c0d156bb1db41dd8520f498c5 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Wed, 16 Mar 2022 22:42:24 +0100 Subject: [PATCH 007/977] =?UTF-8?q?Wed=20Mar=2016=202022=2022:42:24=20GMT+?= =?UTF-8?q?0100=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 aa48dd4..0bf6613 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1 +1 @@ -\c 1 \v 1 \v 3 O libro anterior de \v 2 escribio \ No newline at end of file +\c 1 O \ No newline at end of file From 3415c4c07419aba047225be508b91ae9daf6abf4 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Wed, 16 Mar 2022 22:44:24 +0100 Subject: [PATCH 008/977] =?UTF-8?q?Wed=20Mar=2016=202022=2022:44:24=20GMT+?= =?UTF-8?q?0100=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 0bf6613..26cea57 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1 +1 @@ -\c 1 O \ No newline at end of file +\c 1 \v 1 \v 2 \v 3 O libro \ No newline at end of file From 31e94d4cead08f16a620c4a89edac6028dc4cf7e Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Wed, 16 Mar 2022 22:52:24 +0100 Subject: [PATCH 009/977] =?UTF-8?q?Wed=20Mar=2016=202022=2022:52:24=20GMT+?= =?UTF-8?q?0100=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 26cea57..9cf9a75 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1 +1 @@ -\c 1 \v 1 \v 2 \v 3 O libro \ No newline at end of file +\c 1 \v 1 \v 2 \v 3 O libro anterior que escribiu \ No newline at end of file From 35b13e86c677765d6da2d5ef42bba6bff019d829 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Wed, 16 Mar 2022 22:54:24 +0100 Subject: [PATCH 010/977] =?UTF-8?q?Wed=20Mar=2016=202022=2022:54:24=20GMT+?= =?UTF-8?q?0100=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 9cf9a75..adc0a2e 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1 +1 @@ -\c 1 \v 1 \v 2 \v 3 O libro anterior que escribiu \ No newline at end of file +\c 1 \v 1 \v 2 \v 3 O libro anterior que escribín, Teófilo, \ No newline at end of file From b7b17a600ceec6d894c39c3a7eb7fe6dbb9b58e9 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Wed, 16 Mar 2022 22:56:24 +0100 Subject: [PATCH 011/977] =?UTF-8?q?Wed=20Mar=2016=202022=2022:56:24=20GMT+?= =?UTF-8?q?0100=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 adc0a2e..604fd39 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1 +1 @@ -\c 1 \v 1 \v 2 \v 3 O libro anterior que escribín, Teófilo, \ No newline at end of file +\c 1 \v 1 \v 2 \v 3 O libro anterior que escribín, Teófilo, contaba todo o que Xesus comenzoun \ No newline at end of file From 0fb09d574f54e74e00d0958682e41740c564dee0 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Wed, 16 Mar 2022 22:58:24 +0100 Subject: [PATCH 012/977] =?UTF-8?q?Wed=20Mar=2016=202022=2022:58:24=20GMT+?= =?UTF-8?q?0100=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 604fd39..997a6a2 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1 +1 @@ -\c 1 \v 1 \v 2 \v 3 O libro anterior que escribín, Teófilo, contaba todo o que Xesus comenzoun \ No newline at end of file +\c 1 \v 2 \v 3 \v 1O libro anterior que escribín, Teófilo, contaba todo o que Xesus comenzou a facer e a insenar Ata o día en \ No newline at end of file From e4373623a6990490f1a9d5871eb53afdd9d41ea6 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Wed, 16 Mar 2022 23:00:24 +0100 Subject: [PATCH 013/977] =?UTF-8?q?Wed=20Mar=2016=202022=2023:00:24=20GMT+?= =?UTF-8?q?0100=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 997a6a2..e44cd2f 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1 +1 @@ -\c 1 \v 2 \v 3 \v 1O libro anterior que escribín, Teófilo, contaba todo o que Xesus comenzou a facer e a insenar Ata o día en \ No newline at end of file +\c 1 \v 2 \v 3 \v 1O libro anterior que escribín, Teófilo, contaba todo o que Xesus comenzou a facer e a insenar Ata o día en que \ No newline at end of file From 3605592940b5663767e9ec428089f51cc88718f3 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Wed, 16 Mar 2022 23:08:24 +0100 Subject: [PATCH 014/977] =?UTF-8?q?Wed=20Mar=2016=202022=2023:08:24=20GMT+?= =?UTF-8?q?0100=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 e44cd2f..65c673f 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1 +1 @@ -\c 1 \v 2 \v 3 \v 1O libro anterior que escribín, Teófilo, contaba todo o que Xesus comenzou a facer e a insenar Ata o día en que \ No newline at end of file +\c 1 \v 2 \v 3 \v 1 O libro anterior que escribín, Teófilo, contaba todo o que Xesus comenzou a facer e a insenar Ata o día en que \ No newline at end of file From d2f05784cb6764bd47da4f31eeb238c6c431e5b5 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 00:22:12 +0100 Subject: [PATCH 015/977] =?UTF-8?q?Thu=20Mar=2017=202022=2000:22:12=20GMT+?= =?UTF-8?q?0100=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 65c673f..cd05dcb 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1 +1 @@ -\c 1 \v 2 \v 3 \v 1 O libro anterior que escribín, Teófilo, contaba todo o que Xesus comenzou a facer e a insenar Ata o día en que \ No newline at end of file +\c 1 \v 2 \v 3 \v 1 O libro anterior que escribín, Teófilo, contaba todo o que Xesus comenzou a facer e a ensenar Ata o día en que ata o día en que foi recibido \ No newline at end of file From a2abf8d914819d75c9d7f6a42a4373ce8776f170 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 00:24:13 +0100 Subject: [PATCH 016/977] =?UTF-8?q?Thu=20Mar=2017=202022=2000:24:12=20GMT+?= =?UTF-8?q?0100=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 cd05dcb..5782b93 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1 +1 @@ -\c 1 \v 2 \v 3 \v 1 O libro anterior que escribín, Teófilo, contaba todo o que Xesus comenzou a facer e a ensenar Ata o día en que ata o día en que foi recibido \ No newline at end of file +\c 1 \v 2 \v 3 \v 1 O libro anterior que escribín, Teófilo, contaba todo o que Xesus comezou a e a ensinar ata o día en que ata o día en que foi recibido \ No newline at end of file From 75ae2f2a37dc3400e9c4d403278bf770e5588db4 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 00:26:12 +0100 Subject: [PATCH 017/977] =?UTF-8?q?Thu=20Mar=2017=202022=2000:26:12=20GMT+?= =?UTF-8?q?0100=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 5782b93..d761dac 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1 +1 @@ -\c 1 \v 2 \v 3 \v 1 O libro anterior que escribín, Teófilo, contaba todo o que Xesus comezou a e a ensinar ata o día en que ata o día en que foi recibido \ No newline at end of file +\c 1 \v 3 \v 1 O libro anterior que escribín, Teófilo, contaba todo o que Xesus comezou a e a ensinar \v 2 ata o día en que ata o día en que foi recibido a riba. Isto foi \ No newline at end of file From b86a7514cfa95c0767c50f6dc2e5a9c74f0c95c4 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 00:28:12 +0100 Subject: [PATCH 018/977] =?UTF-8?q?Thu=20Mar=2017=202022=2000:28:12=20GMT+?= =?UTF-8?q?0100=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 d761dac..bc023fe 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1 +1 @@ -\c 1 \v 3 \v 1 O libro anterior que escribín, Teófilo, contaba todo o que Xesus comezou a e a ensinar \v 2 ata o día en que ata o día en que foi recibido a riba. Isto foi \ No newline at end of file +\c 1 \v 3 \v 1 O libro anterior que escribín, Teófilo, contaba todo o que Xesus comezou a e a ensinar \v 2 ata o día en que ata o día en que foi recibido a riba. Isto foi despois de queÉl \ No newline at end of file From 8b0fa40483a24f86a23da7a152896fce319701cb Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 00:30:12 +0100 Subject: [PATCH 019/977] =?UTF-8?q?Thu=20Mar=2017=202022=2000:30:12=20GMT+?= =?UTF-8?q?0100=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 bc023fe..c6865e7 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1 +1 @@ -\c 1 \v 3 \v 1 O libro anterior que escribín, Teófilo, contaba todo o que Xesus comezou a e a ensinar \v 2 ata o día en que ata o día en que foi recibido a riba. Isto foi despois de queÉl \ No newline at end of file +\c 1 \v 3 \v 1 O libro anterior que escribín, Teófilo, contaba todo o que Xesus comezou a e a ensinar \v 2 ata o día en que ata o día en que foi recibido a riba. Isto foi despois de que Él dera unha orde por a través do Espirito Santo \ No newline at end of file From 8b58c319b493824449e397d2f526ec39cf724469 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 00:32:12 +0100 Subject: [PATCH 020/977] =?UTF-8?q?Thu=20Mar=2017=202022=2000:32:12=20GMT+?= =?UTF-8?q?0100=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 c6865e7..28aa348 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1 +1 @@ -\c 1 \v 3 \v 1 O libro anterior que escribín, Teófilo, contaba todo o que Xesus comezou a e a ensinar \v 2 ata o día en que ata o día en que foi recibido a riba. Isto foi despois de que Él dera unha orde por a través do Espirito Santo \ No newline at end of file +\c 1 \v 3 \v 1 O libro anterior que escribín, Teófilo, contaba todo o que Xesus comezou a e a ensinar \v 2 ata o día en que ata o día en que foi recibido a riba. Isto foi despois de que Él dera unha orde por a través do Espírito Santo a os apostolos que Él escollera. \ No newline at end of file From c5f3440c322e52d136e0e9eb47d1f9b87c3bd224 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 00:34:07 +0100 Subject: [PATCH 021/977] =?UTF-8?q?Thu=20Mar=2017=202022=2000:34:07=20GMT+?= =?UTF-8?q?0100=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 28aa348..732ff91 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1 +1 @@ -\c 1 \v 3 \v 1 O libro anterior que escribín, Teófilo, contaba todo o que Xesus comezou a e a ensinar \v 2 ata o día en que ata o día en que foi recibido a riba. Isto foi despois de que Él dera unha orde por a través do Espírito Santo a os apostolos que Él escollera. \ No newline at end of file +\c 1 \v 3 \v 1 O libro anterior que escribín, Teófilo, contaba todo o que Xesus comezou a e a ensinar \v 2 ata o día en que ata o día en que foi recibido a riba. Isto foi despois de que Él dera unha orde por a través do Espírito Santo a os apostolos que Él escollera. \ No newline at end of file From 877a4c4c88625fe073bd496eb82ecc2a8f15d27e Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 00:36:14 +0100 Subject: [PATCH 022/977] =?UTF-8?q?Thu=20Mar=2017=202022=2000:36:13=20GMT+?= =?UTF-8?q?0100=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 732ff91..d74f37c 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1 +1 @@ -\c 1 \v 3 \v 1 O libro anterior que escribín, Teófilo, contaba todo o que Xesus comezou a e a ensinar \v 2 ata o día en que ata o día en que foi recibido a riba. Isto foi despois de que Él dera unha orde por a través do Espírito Santo a os apostolos que Él escollera. \ No newline at end of file +\c 1 \v 3 \v 1 O libro anterior que escribín, Teófilo, contaba todo o que Xesus comezou a e a ensinar \v 2 ata o día en que ata o día en que foi recibido a riba. Isto foi despois de que Él dera unha orde por a través do Espírito Santo a os apostolos que Él escollera. From 182cd1dbb7d77a34dd22583e8f58ede5882c23d4 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 00:40:14 +0100 Subject: [PATCH 023/977] =?UTF-8?q?Thu=20Mar=2017=202022=2000:40:13=20GMT+?= =?UTF-8?q?0100=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 + 1 file changed, 1 insertion(+) diff --git a/01/01.txt b/01/01.txt index d74f37c..7645e3f 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1 +1,2 @@ \c 1 \v 3 \v 1 O libro anterior que escribín, Teófilo, contaba todo o que Xesus comezou a e a ensinar \v 2 ata o día en que ata o día en que foi recibido a riba. Isto foi despois de que Él dera unha orde por a través do Espírito Santo a os apostolos que Él escollera. +Depois do seu sufrimento, presentouse a eles vivo con moitas probas convincentes \ No newline at end of file From 7edfdc16a656e50dc463960d02d7cad5c61099ed Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 00:42:14 +0100 Subject: [PATCH 024/977] =?UTF-8?q?Thu=20Mar=2017=202022=2000:42:13=20GMT+?= =?UTF-8?q?0100=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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/01/01.txt b/01/01.txt index 7645e3f..b0a180d 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1,2 +1,2 @@ -\c 1 \v 3 \v 1 O libro anterior que escribín, Teófilo, contaba todo o que Xesus comezou a e a ensinar \v 2 ata o día en que ata o día en que foi recibido a riba. Isto foi despois de que Él dera unha orde por a través do Espírito Santo a os apostolos que Él escollera. -Depois do seu sufrimento, presentouse a eles vivo con moitas probas convincentes \ No newline at end of file +\c 1 \v 1. O libro anterior que escribín, Teófilo, contaba todo o que Xesus comezou a e a ensinar \v 2. ata o día en que ata o día en que foi recibido a riba. Isto foi despois de que Él dera unha orde por a través do Espírito Santo a os apostolos que Él escollera. +\v 3.Depois do seu sufrimento, presentouse a eles vivo con moitas probas convincentes . Durante coarenta días apareceulles a falou do reino de Deus. \ No newline at end of file From 0e6dbd34ca31f7f87646f693cb4baddadec9d0cd Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 09:25:23 +0100 Subject: [PATCH 025/977] =?UTF-8?q?Thu=20Mar=2017=202022=2009:25:23=20GMT+?= =?UTF-8?q?0100=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, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 6f1b477..406f633 100644 --- a/manifest.json +++ b/manifest.json @@ -36,6 +36,7 @@ "Maria_Jose" ], "finished_chunks": [ - "01-title" + "01-title", + "01-01" ] } \ No newline at end of file From 79abecaa6e134dda4f43f77ee4400d05fdd2fa58 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 09:27:23 +0100 Subject: [PATCH 026/977] =?UTF-8?q?Thu=20Mar=2017=202022=2009:27:23=20GMT+?= =?UTF-8?q?0100=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 + 1 file changed, 1 insertion(+) create mode 100644 01/04.txt diff --git a/01/04.txt b/01/04.txt new file mode 100644 index 0000000..1b5cd5a --- /dev/null +++ b/01/04.txt @@ -0,0 +1 @@ + Cando El \ No newline at end of file From 0fb2bf06f3d675e34bda53db8ab627dbaa62cdba Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 10:15:42 +0100 Subject: [PATCH 027/977] =?UTF-8?q?Thu=20Mar=2017=202022=2010:15:42=20GMT+?= =?UTF-8?q?0100=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 1b5cd5a..bb482fb 100644 --- a/01/04.txt +++ b/01/04.txt @@ -1 +1 @@ - Cando El \ No newline at end of file + Cando El estivo \ No newline at end of file From 35b9e9dff1457ab41d1c9d9312e6b62847d41791 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 10:17:42 +0100 Subject: [PATCH 028/977] =?UTF-8?q?Thu=20Mar=2017=202022=2010:17:42=20GMT+?= =?UTF-8?q?0100=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 bb482fb..7cb6873 100644 --- a/01/04.txt +++ b/01/04.txt @@ -1 +1 @@ - Cando El estivo \ No newline at end of file + Cando El estivo reunido con eles mandoulles que non salesen de Xerusalen, dixolles que agardasen a promesa doPai, so \ No newline at end of file From ca4b3ea0e7af3fa6c820b8220cbb5d8e861b6e35 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 10:19:42 +0100 Subject: [PATCH 029/977] =?UTF-8?q?Thu=20Mar=2017=202022=2010:19:42=20GMT+?= =?UTF-8?q?0100=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 7cb6873..026adae 100644 --- a/01/04.txt +++ b/01/04.txt @@ -1 +1 @@ - Cando El estivo reunido con eles mandoulles que non salesen de Xerusalen, dixolles que agardasen a promesa doPai, so \ No newline at end of file + Cando El estivo reunido con eles mandoulles que non salesen de Xerusalen, dixolles que agardasen a promesa do Pai, sobre a que dixo :Oíches de mín, \ No newline at end of file From a2630668a9f9e338e78378b4dabaf10391b959ef Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 10:21:42 +0100 Subject: [PATCH 030/977] =?UTF-8?q?Thu=20Mar=2017=202022=2010:21:42=20GMT+?= =?UTF-8?q?0100=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 026adae..410fa3d 100644 --- a/01/04.txt +++ b/01/04.txt @@ -1 +1 @@ - Cando El estivo reunido con eles mandoulles que non salesen de Xerusalen, dixolles que agardasen a promesa do Pai, sobre a que dixo :Oíches de mín, \ No newline at end of file +\v 4 Cando El estivo reunido con eles mandoulles que non salesen de Xerusalen, dixolles que agardasen a promesa do Pai, sobre a que dixo :Oíches de mín, que Xoan \ No newline at end of file From e24fadd291275ca2dc0667b05c8b1098adb4e6b7 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 10:23:42 +0100 Subject: [PATCH 031/977] =?UTF-8?q?Thu=20Mar=2017=202022=2010:23:42=20GMT+?= =?UTF-8?q?0100=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 410fa3d..17885aa 100644 --- a/01/04.txt +++ b/01/04.txt @@ -1 +1 @@ -\v 4 Cando El estivo reunido con eles mandoulles que non salesen de Xerusalen, dixolles que agardasen a promesa do Pai, sobre a que dixo :Oíches de mín, que Xoan \ No newline at end of file +\v 4 Cando El estivo reunido con eles mandoulles que non salesen de Xerusalen, dixolles que agardasen a promesa do Pai, sobre a que dixo :Oíches de mín, que Xoan de feito bautizaba \ No newline at end of file From 1d8e2773de514631210737f80135eaaf5cb6246d Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 10:25:42 +0100 Subject: [PATCH 032/977] =?UTF-8?q?Thu=20Mar=2017=202022=2010:25:42=20GMT+?= =?UTF-8?q?0100=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 17885aa..d5c416d 100644 --- a/01/04.txt +++ b/01/04.txt @@ -1 +1 @@ -\v 4 Cando El estivo reunido con eles mandoulles que non salesen de Xerusalen, dixolles que agardasen a promesa do Pai, sobre a que dixo :Oíches de mín, que Xoan de feito bautizaba \ No newline at end of file +\v 4 Cando El estivo reunido con eles mandoulles que non salesen de Xerusalen, dixolles que agardasen a promesa do Pai, sobre a que dixo :Oíches de mín, que Xoan de feito bautizou con auga , pero vos seredes bautizados ,co Espírito Santo \ No newline at end of file From 742fb3be67b65ef77e627a77b6679ae15e134724 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 10:27:42 +0100 Subject: [PATCH 033/977] =?UTF-8?q?Thu=20Mar=2017=202022=2010:27:42=20GMT+?= =?UTF-8?q?0100=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 d5c416d..1709851 100644 --- a/01/04.txt +++ b/01/04.txt @@ -1 +1 @@ -\v 4 Cando El estivo reunido con eles mandoulles que non salesen de Xerusalen, dixolles que agardasen a promesa do Pai, sobre a que dixo :Oíches de mín, que Xoan de feito bautizou con auga , pero vos seredes bautizados ,co Espírito Santo \ No newline at end of file +\v 4 Cando El estivo reunido con eles mandoulles que non salesen de Xerusalen, dixolles que agardasen a promesa do Pai, sobre a que dixo :Oíches de mí5n, \v 5 5.que Xoan de feito bautizou con auga , pero vos seredes bautizados ,co Espírito Santoen poucos días. \ No newline at end of file From cacd60c84a08fb43e41822c49d535f4011974556 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 10:29:42 +0100 Subject: [PATCH 034/977] =?UTF-8?q?Thu=20Mar=2017=202022=2010:29:42=20GMT+?= =?UTF-8?q?0100=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 1709851..ddfdfd1 100644 --- a/01/04.txt +++ b/01/04.txt @@ -1 +1 @@ -\v 4 Cando El estivo reunido con eles mandoulles que non salesen de Xerusalen, dixolles que agardasen a promesa do Pai, sobre a que dixo :Oíches de mí5n, \v 5 5.que Xoan de feito bautizou con auga , pero vos seredes bautizados ,co Espírito Santoen poucos días. \ No newline at end of file +\v 4 Cando El estivo reunido con eles mandoulles que non salesen de Xerusalen, dixolles que agardasen a promesa do Pai, sobre a que dixo :Oíches de mí5n, \v 5 que Xoan de feito bautizou con auga , pero vos seredes bautizados ,co Espírito Santo en poucos días. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 406f633..3b438fb 100644 --- a/manifest.json +++ b/manifest.json @@ -37,6 +37,7 @@ ], "finished_chunks": [ "01-title", - "01-01" + "01-01", + "01-04" ] } \ No newline at end of file From 0cd2f086bdfcdb21b516f4819ba790ea2896d4cc Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 14:39:06 +0100 Subject: [PATCH 035/977] =?UTF-8?q?Thu=20Mar=2017=202022=2014:39:06=20GMT+?= =?UTF-8?q?0100=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..190d533 --- /dev/null +++ b/01/06.txt @@ -0,0 +1 @@ +Cando eles estaban xuntos en asamblea \ No newline at end of file From 3823452074e8753edf102ba466a7eaa55f228591 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 14:41:06 +0100 Subject: [PATCH 036/977] =?UTF-8?q?Thu=20Mar=2017=202022=2014:41:06=20GMT+?= =?UTF-8?q?0100=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 190d533..92df90a 100644 --- a/01/06.txt +++ b/01/06.txt @@ -1 +1 @@ -Cando eles estaban xuntos en asamblea \ No newline at end of file +Cando eles estaban xuntos en asamblea preguntaronlle: " S \ No newline at end of file From 030c497725780f8c7c30c9b30a047f1019413578 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 14:43:06 +0100 Subject: [PATCH 037/977] =?UTF-8?q?Thu=20Mar=2017=202022=2014:43:06=20GMT+?= =?UTF-8?q?0100=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 92df90a..fa31004 100644 --- a/01/06.txt +++ b/01/06.txt @@ -1 +1 @@ -Cando eles estaban xuntos en asamblea preguntaronlle: " S \ No newline at end of file +Cando eles estaban xuntos en asamblea preguntaronlle: " ¿ Señor,iste é o tempo en que tí \ No newline at end of file From 4462a1aed3030d90d303a8a92230a30afd6fc683 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 14:49:06 +0100 Subject: [PATCH 038/977] =?UTF-8?q?Thu=20Mar=2017=202022=2014:49:06=20GMT+?= =?UTF-8?q?0100=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 fa31004..64c4412 100644 --- a/01/06.txt +++ b/01/06.txt @@ -1 +1 @@ -Cando eles estaban xuntos en asamblea preguntaronlle: " ¿ Señor,iste é o tempo en que tí \ No newline at end of file +\v 6 Cando eles estaban xuntos en asamblea preguntaronlle: " ¿ Señor,iste é o tempo en que tí restouraras o reino a Israel?"Ël lle dixo, \ No newline at end of file From a1262e299b16bcb9a27648d5d6f6fbd53a8204e0 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 14:51:06 +0100 Subject: [PATCH 039/977] =?UTF-8?q?Thu=20Mar=2017=202022=2014:51:06=20GMT+?= =?UTF-8?q?0100=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 64c4412..f754d7a 100644 --- a/01/06.txt +++ b/01/06.txt @@ -1 +1 @@ -\v 6 Cando eles estaban xuntos en asamblea preguntaronlle: " ¿ Señor,iste é o tempo en que tí restouraras o reino a Israel?"Ël lle dixo, \ No newline at end of file +\v 6 Cando eles estaban xuntos en asamblea preguntaronlle: " ¿ Señor,iste é o tempo en que tí restouraras o reino a Israel?"Ël lle dixo:"Non é para vos saber os tempos nin as estacins nas cales ó Pai a \ No newline at end of file From eb45286015d87b309a1b527bfb4ec13da1a9882d Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 14:57:06 +0100 Subject: [PATCH 040/977] =?UTF-8?q?Thu=20Mar=2017=202022=2014:57:06=20GMT+?= =?UTF-8?q?0100=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 f754d7a..d89aa1f 100644 --- a/01/06.txt +++ b/01/06.txt @@ -1 +1 @@ -\v 6 Cando eles estaban xuntos en asamblea preguntaronlle: " ¿ Señor,iste é o tempo en que tí restouraras o reino a Israel?"Ël lle dixo:"Non é para vos saber os tempos nin as estacins nas cales ó Pai a \ No newline at end of file +\v 6 Cando eles estaban xuntos en asamblea preguntaronlle: " ¿ Señor,iste é o tempo en que tí restouraras o reino a Israel? "Ël lle dixo:"Non é para vos saber os tempos nin as estacins nas cales ó Pai determinou por propia autoridade \ No newline at end of file From 68d5a32244cc7800335f1facbf5d94f2fce6de09 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 14:59:06 +0100 Subject: [PATCH 041/977] =?UTF-8?q?Thu=20Mar=2017=202022=2014:59:06=20GMT+?= =?UTF-8?q?0100=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 d89aa1f..987c602 100644 --- a/01/06.txt +++ b/01/06.txt @@ -1 +1 @@ -\v 6 Cando eles estaban xuntos en asamblea preguntaronlle: " ¿ Señor,iste é o tempo en que tí restouraras o reino a Israel? "Ël lle dixo:"Non é para vos saber os tempos nin as estacins nas cales ó Pai determinou por propia autoridade \ No newline at end of file +\v 6 Cando eles estaban xuntos en asamblea preguntaronlle: " ¿ Señor,iste é o tempo en que tí restouraras o reino a Israel? v7"Ël lle dixo:"Non é para vos saber os tempos nin as estacins nas cales ó Pai determinou por propia autoridade. Pero vostedes recebirán poder, cando ó Espírito Santo veña sobnre vostedes \ No newline at end of file From 2f334705e753341f6fbe709cd237e6fb93bb33b2 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 15:01:06 +0100 Subject: [PATCH 042/977] =?UTF-8?q?Thu=20Mar=2017=202022=2015:01:06=20GMT+?= =?UTF-8?q?0100=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 987c602..19a7dca 100644 --- a/01/06.txt +++ b/01/06.txt @@ -1 +1 @@ -\v 6 Cando eles estaban xuntos en asamblea preguntaronlle: " ¿ Señor,iste é o tempo en que tí restouraras o reino a Israel? v7"Ël lle dixo:"Non é para vos saber os tempos nin as estacins nas cales ó Pai determinou por propia autoridade. Pero vostedes recebirán poder, cando ó Espírito Santo veña sobnre vostedes \ No newline at end of file +\v 6 Cando eles estaban xuntos en asamblea preguntaronlle: " ¿ Señor,iste é o tempo en que tí restouraras o reino a Israel? v7"Ël lle dixo:"Non é para vos saber os tempos nin as estacins nas cales ó Pai determinou por propia autoridade. Pero vostedes recebirán poder, cando ó Espírito Santo veña sobnre vostedes, é serán Meus ttesti \ No newline at end of file From 48e2a832b545fb5a7781b06dc37375be0e66d09b Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 15:03:06 +0100 Subject: [PATCH 043/977] =?UTF-8?q?Thu=20Mar=2017=202022=2015:03:06=20GMT+?= =?UTF-8?q?0100=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 19a7dca..276ad99 100644 --- a/01/06.txt +++ b/01/06.txt @@ -1 +1 @@ -\v 6 Cando eles estaban xuntos en asamblea preguntaronlle: " ¿ Señor,iste é o tempo en que tí restouraras o reino a Israel? v7"Ël lle dixo:"Non é para vos saber os tempos nin as estacins nas cales ó Pai determinou por propia autoridade. Pero vostedes recebirán poder, cando ó Espírito Santo veña sobnre vostedes, é serán Meus ttesti \ No newline at end of file +\v 6 Cando eles estaban xuntos en asamblea preguntaronlle: " ¿ Señor,iste é o tempo en que tí restouraras o reino a Israel? v7"Ël lle dixo:"Non é para vos saber os tempos nin as estacins nas cales ó Pai determinou por propia autoridade. Pero vostedes recebirán poder, cando ó Espírito Santo veña sobnre vostedes, é serán Meus testigos en Xerusalén é en toda Xudea \ No newline at end of file From 88a435f53c94ace0c37150ea0d4be6237882ce2a Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 15:05:06 +0100 Subject: [PATCH 044/977] =?UTF-8?q?Thu=20Mar=2017=202022=2015:05:06=20GMT+?= =?UTF-8?q?0100=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 276ad99..368165b 100644 --- a/01/06.txt +++ b/01/06.txt @@ -1 +1 @@ -\v 6 Cando eles estaban xuntos en asamblea preguntaronlle: " ¿ Señor,iste é o tempo en que tí restouraras o reino a Israel? v7"Ël lle dixo:"Non é para vos saber os tempos nin as estacins nas cales ó Pai determinou por propia autoridade. Pero vostedes recebirán poder, cando ó Espírito Santo veña sobnre vostedes, é serán Meus testigos en Xerusalén é en toda Xudea \ No newline at end of file +\v 6 Cando eles estaban xuntos en asamblea preguntaronlle: " ¿ Señor,iste é o tempo en que tí restouraras o reino a Israel? v7"Ël lle dixo:"Non é para vos saber os tempos nin as estacins nas cales ó Pai determinou por propia autoridade. Pero vostedes recebirán poder, cando ó Espírito Santo veña sobnre vostedes, é serán Meus testigos en Xerusalén é en toda Xudea é Samaría é ata o final da terra". \ No newline at end of file From adb9e751ccd71a8daa173655e9b0321fa2af56c0 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 15:07:06 +0100 Subject: [PATCH 045/977] =?UTF-8?q?Thu=20Mar=2017=202022=2015:07:06=20GMT+?= =?UTF-8?q?0100=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 368165b..c36142e 100644 --- a/01/06.txt +++ b/01/06.txt @@ -1 +1 @@ -\v 6 Cando eles estaban xuntos en asamblea preguntaronlle: " ¿ Señor,iste é o tempo en que tí restouraras o reino a Israel? v7"Ël lle dixo:"Non é para vos saber os tempos nin as estacins nas cales ó Pai determinou por propia autoridade. Pero vostedes recebirán poder, cando ó Espírito Santo veña sobnre vostedes, é serán Meus testigos en Xerusalén é en toda Xudea é Samaría é ata o final da terra". \ No newline at end of file +\v 6 \v 7 \v 8 \v. 6. Cando eles estaban xuntos en asamblea preguntaronlle: " ¿ Señor,iste é o tempo en que tí restouraras o reino a Israel? v.7."Ël lle dixo:"Non é para vos saber os tempos nin as estacins nas cales ó Pai determinou por propia autoridade.v.8. Pero vostedes recebirán poder, cando ó Espírito Santo veña sobnre vostedes, é serán Meus testigos en Xerusalén é en toda Xudea é Samaría é ata o final da terra". \ No newline at end of file diff --git a/manifest.json b/manifest.json index 3b438fb..0aa8469 100644 --- a/manifest.json +++ b/manifest.json @@ -38,6 +38,7 @@ "finished_chunks": [ "01-title", "01-01", - "01-04" + "01-04", + "01-06" ] } \ No newline at end of file From 0ae906f0e6fef535fa2d3e410fb5763c5c6b2d8f Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 15:17:06 +0100 Subject: [PATCH 046/977] =?UTF-8?q?Thu=20Mar=2017=202022=2015:17:06=20GMT+?= =?UTF-8?q?0100=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 + 1 file changed, 1 insertion(+) create mode 100644 01/09.txt diff --git a/01/09.txt b/01/09.txt new file mode 100644 index 0000000..19e59ad --- /dev/null +++ b/01/09.txt @@ -0,0 +1 @@ +Cando ó Señor Xesus falara estas cousas mentras eles estaban \ No newline at end of file From 01f110fb77893585f7acf02879baa85dd653f9d9 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 15:19:06 +0100 Subject: [PATCH 047/977] =?UTF-8?q?Thu=20Mar=2017=202022=2015:19:06=20GMT+?= =?UTF-8?q?0100=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/09.txt b/01/09.txt index 19e59ad..94e9e31 100644 --- a/01/09.txt +++ b/01/09.txt @@ -1 +1 @@ -Cando ó Señor Xesus falara estas cousas mentras eles estaban \ No newline at end of file +Cando ó Señor Xesus falara estas cousas mentras eles estaban mirando arriba, ël foi \ No newline at end of file From fe71bddd5f1d2daf06e9fa249de231bff6f61f32 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 15:21:06 +0100 Subject: [PATCH 048/977] =?UTF-8?q?Thu=20Mar=2017=202022=2015:21:06=20GMT+?= =?UTF-8?q?0100=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/09.txt b/01/09.txt index 94e9e31..a666f4b 100644 --- a/01/09.txt +++ b/01/09.txt @@ -1 +1 @@ -Cando ó Señor Xesus falara estas cousas mentras eles estaban mirando arriba, ël foi \ No newline at end of file +\v 9 Cando ó Señor Xesus falara estas cousas mentras eles estaban mirando arriba, ël foi levantado e unha nube ocultouno dos seus ollos. \ No newline at end of file From a0cfd3c6f054df1c4e5a591ea35b524c04f70e55 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 15:23:06 +0100 Subject: [PATCH 049/977] =?UTF-8?q?Thu=20Mar=2017=202022=2015:23:06=20GMT+?= =?UTF-8?q?0100=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/09.txt b/01/09.txt index a666f4b..d79d95e 100644 --- a/01/09.txt +++ b/01/09.txt @@ -1 +1 @@ -\v 9 Cando ó Señor Xesus falara estas cousas mentras eles estaban mirando arriba, ël foi levantado e unha nube ocultouno dos seus ollos. \ No newline at end of file +\v 9 Cando ó Señor Xesus falara estas cousas mentras eles estaban mirando arriba, ël foi levantado e unha nube ocultouno dos seus ollos. Mentres eles miran \ No newline at end of file From 5c365ad4fe58a4555947087f038a95d4b054e992 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 15:25:06 +0100 Subject: [PATCH 050/977] =?UTF-8?q?Thu=20Mar=2017=202022=2015:25:06=20GMT+?= =?UTF-8?q?0100=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/09.txt b/01/09.txt index d79d95e..488033a 100644 --- a/01/09.txt +++ b/01/09.txt @@ -1 +1 @@ -\v 9 Cando ó Señor Xesus falara estas cousas mentras eles estaban mirando arriba, ël foi levantado e unha nube ocultouno dos seus ollos. Mentres eles miran \ No newline at end of file +\v 9 Cando ó Señor Xesus falara estas cousas mentras eles estaban mirando arriba, ël foi levantado e unha nube ocultouno dos seus ollos. Mentres eles miraban \ No newline at end of file From d318005cc803ef7b74ac3fa4e95c52bf6fa97fa7 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 15:27:06 +0100 Subject: [PATCH 051/977] =?UTF-8?q?Thu=20Mar=2017=202022=2015:27:06=20GMT+?= =?UTF-8?q?0100=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/09.txt b/01/09.txt index 488033a..044db5c 100644 --- a/01/09.txt +++ b/01/09.txt @@ -1 +1 @@ -\v 9 Cando ó Señor Xesus falara estas cousas mentras eles estaban mirando arriba, ël foi levantado e unha nube ocultouno dos seus ollos. Mentres eles miraban \ No newline at end of file +\v 9 Cando ó Señor Xesus falara estas cousas mentras eles estaban mirando arriba, ël foi levantado e unha nube ocultouno dos seus ollos. Mentres eles miraban intensamente o ceo mentres El se marchaba de supeto dous homes puxeronse ao seu carón con t \ No newline at end of file From d22e0fdf147591bc6ba92e68f71d1b724126f519 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 15:29:06 +0100 Subject: [PATCH 052/977] =?UTF-8?q?Thu=20Mar=2017=202022=2015:29:06=20GMT+?= =?UTF-8?q?0100=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/09.txt b/01/09.txt index 044db5c..5c50311 100644 --- a/01/09.txt +++ b/01/09.txt @@ -1 +1 @@ -\v 9 Cando ó Señor Xesus falara estas cousas mentras eles estaban mirando arriba, ël foi levantado e unha nube ocultouno dos seus ollos. Mentres eles miraban intensamente o ceo mentres El se marchaba de supeto dous homes puxeronse ao seu carón con t \ No newline at end of file +\v 9 Cando ó Señor Xesus falara estas cousas mentras eles estaban mirando arriba, ël foi levantado e unha nube ocultouno dos seus ollos.v.10. Mentres eles miraban intensamente o ceo mentres El se marchaba de supeto dous homes puxeronse ao seu carón con túnicas brancas.Eles dixeron:Vostedes, homes de Galilea, ¿por qué estades eiquí parados mirando a \ No newline at end of file From 881bbeab8d27f639cd0013947526aff43162691d Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 15:31:06 +0100 Subject: [PATCH 053/977] =?UTF-8?q?Thu=20Mar=2017=202022=2015:31:06=20GMT+?= =?UTF-8?q?0100=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/09.txt b/01/09.txt index 5c50311..5d4ba03 100644 --- a/01/09.txt +++ b/01/09.txt @@ -1 +1 @@ -\v 9 Cando ó Señor Xesus falara estas cousas mentras eles estaban mirando arriba, ël foi levantado e unha nube ocultouno dos seus ollos.v.10. Mentres eles miraban intensamente o ceo mentres El se marchaba de supeto dous homes puxeronse ao seu carón con túnicas brancas.Eles dixeron:Vostedes, homes de Galilea, ¿por qué estades eiquí parados mirando a \ No newline at end of file +\v 9 Cando ó Señor Xesus falara estas cousas mentras eles estaban mirando arriba, ël foi levantado e unha nube ocultouno dos seus ollos.v.10. Mentres eles miraban intensamente o ceo mentres El se marchaba de supeto dous homes puxeronse ao seu carón con túnicas brancas.Eles dixeron:Vostedes, homes de Galilea, ¿por qué estades eiquí parados mirando a o ceo ? Este Xesus quen subio a o ceo volvera da misma maneira como o viron indo a o ceo. \ No newline at end of file From 5ac5c4c9400c6f9d87c7a52d2d1793e628d990d5 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 15:33:06 +0100 Subject: [PATCH 054/977] =?UTF-8?q?Thu=20Mar=2017=202022=2015:33:06=20GMT+?= =?UTF-8?q?0100=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/09.txt b/01/09.txt index 5d4ba03..12c991c 100644 --- a/01/09.txt +++ b/01/09.txt @@ -1 +1 @@ -\v 9 Cando ó Señor Xesus falara estas cousas mentras eles estaban mirando arriba, ël foi levantado e unha nube ocultouno dos seus ollos.v.10. Mentres eles miraban intensamente o ceo mentres El se marchaba de supeto dous homes puxeronse ao seu carón con túnicas brancas.Eles dixeron:Vostedes, homes de Galilea, ¿por qué estades eiquí parados mirando a o ceo ? Este Xesus quen subio a o ceo volvera da misma maneira como o viron indo a o ceo. \ No newline at end of file +\v 10 \v 11 \v 9 Cando ó Señor Xesus falara estas cousas mentras eles estaban mirando arriba, ël foi levantado e unha nube ocultouno dos seus ollos.v.10. Mentres eles miraban intensamente o ceo mentres El se marchaba de supeto dous homes puxeronse ao seu carón con túnicas brancas.v.11.Eles dixeron:Vostedes, homes de Galilea, ¿por qué estades eiquí parados mirando a o ceo ? Este Xesus quen subio a o ceo volvera da misma maneira como o viron indo a o ceo. \ No newline at end of file From 74be27fa81afb3e969d25434652a4f46af6e527a Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 15:35:06 +0100 Subject: [PATCH 055/977] =?UTF-8?q?Thu=20Mar=2017=202022=2015:35:06=20GMT+?= =?UTF-8?q?0100=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, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 0aa8469..c25fc38 100644 --- a/manifest.json +++ b/manifest.json @@ -39,6 +39,7 @@ "01-title", "01-01", "01-04", - "01-06" + "01-06", + "01-09" ] } \ No newline at end of file From 8b93adb42c0baa54e6d8ec1be72ef79b472ceaac Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 15:37:06 +0100 Subject: [PATCH 056/977] =?UTF-8?q?Thu=20Mar=2017=202022=2015:37:06=20GMT+?= =?UTF-8?q?0100=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 | 1 + 1 file changed, 1 insertion(+) create mode 100644 01/12.txt diff --git a/01/12.txt b/01/12.txt new file mode 100644 index 0000000..9cca9d4 --- /dev/null +++ b/01/12.txt @@ -0,0 +1 @@ +así que volveron a Xerusalén \ No newline at end of file From 7da40fb579d1252f6dfdf60a3bb91314d2f08d86 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 15:39:06 +0100 Subject: [PATCH 057/977] =?UTF-8?q?Thu=20Mar=2017=202022=2015:39:06=20GMT+?= =?UTF-8?q?0100=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 9cca9d4..7300a42 100644 --- a/01/12.txt +++ b/01/12.txt @@ -1 +1 @@ -así que volveron a Xerusalén \ No newline at end of file +así que volveron a Xerusalén desde o Monte das Olivas, questá preto, de Xerusalé \ No newline at end of file From 6957870b135b6a41d69fef7244da135bc6374bc6 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 15:41:06 +0100 Subject: [PATCH 058/977] =?UTF-8?q?Thu=20Mar=2017=202022=2015:41:06=20GMT+?= =?UTF-8?q?0100=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 7300a42..0e7d82b 100644 --- a/01/12.txt +++ b/01/12.txt @@ -1 +1 @@ -así que volveron a Xerusalén desde o Monte das Olivas, questá preto, de Xerusalé \ No newline at end of file +así que volveron a Xerusalén desde o Monte das Olivas, questá preto, de Xerusalén, unha xornada de día de sabado. Cando eles chegaron \ No newline at end of file From df5aacc6d8c0167a38c983048bafa5befb7b632a Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 15:43:06 +0100 Subject: [PATCH 059/977] =?UTF-8?q?Thu=20Mar=2017=202022=2015:43:06=20GMT+?= =?UTF-8?q?0100=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 0e7d82b..9719097 100644 --- a/01/12.txt +++ b/01/12.txt @@ -1 +1 @@ -así que volveron a Xerusalén desde o Monte das Olivas, questá preto, de Xerusalén, unha xornada de día de sabado. Cando eles chegaron \ No newline at end of file +así que volveron a Xerusalén desde o Monte das Olivas, questá preto, de Xerusalén, unha xornada de día de sabado. Cando eles chegaron, subiron a ó cuarto alto, onde estabn quedando. Eles eran Pedro, Pau \ No newline at end of file From d9a39c996611ee6917635e173dfdf3faef7be72d Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 15:45:06 +0100 Subject: [PATCH 060/977] =?UTF-8?q?Thu=20Mar=2017=202022=2015:45:06=20GMT+?= =?UTF-8?q?0100=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 9719097..ac11405 100644 --- a/01/12.txt +++ b/01/12.txt @@ -1 +1 @@ -así que volveron a Xerusalén desde o Monte das Olivas, questá preto, de Xerusalén, unha xornada de día de sabado. Cando eles chegaron, subiron a ó cuarto alto, onde estabn quedando. Eles eran Pedro, Pau \ No newline at end of file +así que volveron a Xerusalén desde o Monte das Olivas, questá preto, de Xerusalén, unha xornada de día de sabado. Cando eles chegaron, subiron a ó cuarto alto, onde estabn quedando. Eles eran Pedro, Paulo, Xoan, Xacobe, Andres \ No newline at end of file From 1265782a59157f25d04839fcbafa1a6af08233a2 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 15:59:06 +0100 Subject: [PATCH 061/977] =?UTF-8?q?Thu=20Mar=2017=202022=2015:59:06=20GMT+?= =?UTF-8?q?0100=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 ac11405..8f0887b 100644 --- a/01/12.txt +++ b/01/12.txt @@ -1 +1 @@ -así que volveron a Xerusalén desde o Monte das Olivas, questá preto, de Xerusalén, unha xornada de día de sabado. Cando eles chegaron, subiron a ó cuarto alto, onde estabn quedando. Eles eran Pedro, Paulo, Xoan, Xacobe, Andres \ No newline at end of file +así que volveron a Xerusalén desde o Monte das Olivas, questá preto, de Xerusalén, unha xornada de día de sabado. Cando eles chegaron, subiron a ó cuarto alto, onde estabn quedando. Eles eran Pedro, Paulo, Xoan, Xacobe, Andres, \ No newline at end of file From 77c7bcdc7eba2cdd4064295d6380a81d58408152 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 16:01:06 +0100 Subject: [PATCH 062/977] =?UTF-8?q?Thu=20Mar=2017=202022=2016:01:06=20GMT+?= =?UTF-8?q?0100=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 8f0887b..795e530 100644 --- a/01/12.txt +++ b/01/12.txt @@ -1 +1 @@ -así que volveron a Xerusalén desde o Monte das Olivas, questá preto, de Xerusalén, unha xornada de día de sabado. Cando eles chegaron, subiron a ó cuarto alto, onde estabn quedando. Eles eran Pedro, Paulo, Xoan, Xacobe, Andres, \ No newline at end of file +así que volveron a Xerusalén desde o Monte das Olivas, questá preto, de Xerusalén, unha xornada de día de sabado. Cando eles chegaron, subiron a ó cuarto alto, onde estabn quedando. Eles eran Pedro, Paulo, Xoan, Xacobe, Andres, Felipe, Tomás, Bartolom \ No newline at end of file From 42d03996bc2cbfdc4c1ec8823d33011079e9927f Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 16:03:06 +0100 Subject: [PATCH 063/977] =?UTF-8?q?Thu=20Mar=2017=202022=2016:03:06=20GMT+?= =?UTF-8?q?0100=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 795e530..2630b94 100644 --- a/01/12.txt +++ b/01/12.txt @@ -1 +1 @@ -así que volveron a Xerusalén desde o Monte das Olivas, questá preto, de Xerusalén, unha xornada de día de sabado. Cando eles chegaron, subiron a ó cuarto alto, onde estabn quedando. Eles eran Pedro, Paulo, Xoan, Xacobe, Andres, Felipe, Tomás, Bartolom \ No newline at end of file +así que volveron a Xerusalén desde o Monte das Olivas, questá preto, de Xerusalén, unha xornada de día de sabado. Cando eles chegaron, subiron a ó cuarto alto, onde estabn quedando. Eles eran Pedro, Paulo, Xoan, Xacobe, Andres, Felipe, Tomás, Bartolomé, Mateo, Xacobe, fillo de Alfeo, Simón o Zelote e Xudas fillo de Xacobe \ No newline at end of file From c9f021cca9ff7a626ad5e1fa4e95b73f54fdf453 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 16:05:06 +0100 Subject: [PATCH 064/977] =?UTF-8?q?Thu=20Mar=2017=202022=2016:05:06=20GMT+?= =?UTF-8?q?0100=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 2630b94..5a3be30 100644 --- a/01/12.txt +++ b/01/12.txt @@ -1 +1 @@ -así que volveron a Xerusalén desde o Monte das Olivas, questá preto, de Xerusalén, unha xornada de día de sabado. Cando eles chegaron, subiron a ó cuarto alto, onde estabn quedando. Eles eran Pedro, Paulo, Xoan, Xacobe, Andres, Felipe, Tomás, Bartolomé, Mateo, Xacobe, fillo de Alfeo, Simón o Zelote e Xudas fillo de Xacobe \ No newline at end of file +así que volveron a Xerusalén desde o Monte das Olivas, questá preto, de Xerusalén, unha xornada de día de sabado. Cando eles chegaron, subiron a ó cuarto alto, onde estabn quedando. Eles eran Pedro, Paulo, Xoan, Xacobe, Andres, Felipe, Tomás, Bartolomé, Mateo, Xacobe, fillo de Alfeo, Simón o Zelote e Xudas fillo de Xacobe. Todos eles estaban xuntos como un, mentras eles con dilixencia \ No newline at end of file From fdcde4893bb33c8d05aec8ca5b450c2bc27daefc Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 16:07:06 +0100 Subject: [PATCH 065/977] =?UTF-8?q?Thu=20Mar=2017=202022=2016:07:06=20GMT+?= =?UTF-8?q?0100=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 5a3be30..965933b 100644 --- a/01/12.txt +++ b/01/12.txt @@ -1 +1 @@ -así que volveron a Xerusalén desde o Monte das Olivas, questá preto, de Xerusalén, unha xornada de día de sabado. Cando eles chegaron, subiron a ó cuarto alto, onde estabn quedando. Eles eran Pedro, Paulo, Xoan, Xacobe, Andres, Felipe, Tomás, Bartolomé, Mateo, Xacobe, fillo de Alfeo, Simón o Zelote e Xudas fillo de Xacobe. Todos eles estaban xuntos como un, mentras eles con dilixencia \ No newline at end of file +así que volveron a Xerusalén desde o Monte das Olivas, questá preto, de Xerusalén, unha xornada de día de sabado. Cando eles chegaron, subiron a ó cuarto alto, onde estabn quedando. Eles eran Pedro, Paulo, Xoan, Xacobe, Andres, Felipe, Tomás, Bartolomé, Mateo, Xacobe, fillo de Alfeo, Simón o Zelote e Xudas fillo de Xacobe. Todos eles estaban xuntos como un, mentras eles con dilixencia seguian en oración. I \ No newline at end of file From a0cfede7d8f6497e130ca523cbf8c503f8718c7d Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 16:09:06 +0100 Subject: [PATCH 066/977] =?UTF-8?q?Thu=20Mar=2017=202022=2016:09:06=20GMT+?= =?UTF-8?q?0100=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 965933b..6b2e565 100644 --- a/01/12.txt +++ b/01/12.txt @@ -1 +1 @@ -así que volveron a Xerusalén desde o Monte das Olivas, questá preto, de Xerusalén, unha xornada de día de sabado. Cando eles chegaron, subiron a ó cuarto alto, onde estabn quedando. Eles eran Pedro, Paulo, Xoan, Xacobe, Andres, Felipe, Tomás, Bartolomé, Mateo, Xacobe, fillo de Alfeo, Simón o Zelote e Xudas fillo de Xacobe. Todos eles estaban xuntos como un, mentras eles con dilixencia seguian en oración. I \ No newline at end of file +\v 12 \v 13 \v 14 así que volveron a Xerusalén desde o Monte das Olivas, questá preto, de Xerusalén, unha xornada de día de sabado. Cando eles chegaron, subiron a ó cuarto alto, onde estabn quedando. Eles eran Pedro, Paulo, Xoan, Xacobe, Andres, Felipe, Tomás, Bartolomé, Mateo, Xacobe, fillo de Alfeo, Simón o Zelote e Xudas fillo de Xacobe. Todos eles estaban xuntos como un, mentras eles con dilixencia seguian en oración. I Incluíanse as mulleres, Maruia nai de Xesús e os seus hirmas. \ No newline at end of file From 24cb7efabea25f23b230648c8c3cdf8ec4c9646c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 16:11:07 +0100 Subject: [PATCH 067/977] =?UTF-8?q?Thu=20Mar=2017=202022=2016:11:06=20GMT+?= =?UTF-8?q?0100=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 +- 01/15.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 01/15.txt diff --git a/01/12.txt b/01/12.txt index 6b2e565..2953460 100644 --- a/01/12.txt +++ b/01/12.txt @@ -1 +1 @@ -\v 12 \v 13 \v 14 así que volveron a Xerusalén desde o Monte das Olivas, questá preto, de Xerusalén, unha xornada de día de sabado. Cando eles chegaron, subiron a ó cuarto alto, onde estabn quedando. Eles eran Pedro, Paulo, Xoan, Xacobe, Andres, Felipe, Tomás, Bartolomé, Mateo, Xacobe, fillo de Alfeo, Simón o Zelote e Xudas fillo de Xacobe. Todos eles estaban xuntos como un, mentras eles con dilixencia seguian en oración. I Incluíanse as mulleres, Maruia nai de Xesús e os seus hirmas. \ No newline at end of file +\v 12 así que volveron a Xerusalén desde o Monte das Olivas, questá preto, de Xerusalén, unha xornada de día de sabado. \v 13 Cando eles chegaron, subiron a ó cuarto alto, onde estabn quedando. Eles eran Pedro, Paulo, Xoan, Xacobe, Andres, Felipe, Tomás, Bartolomé, Mateo, Xacobe, fillo de Alfeo, Simón o Zelote e Xudas fillo de Xacobe. \v 14 Todos eles estaban xuntos como un, mentras eles con dilixencia seguian en oración. I Incluíanse as mulleres, Maruia nai de Xesús e os seus hirmas. \ No newline at end of file diff --git a/01/15.txt b/01/15.txt new file mode 100644 index 0000000..19bc4b3 --- /dev/null +++ b/01/15.txt @@ -0,0 +1 @@ +Na queles días Pedro se parou no medio dos hirmans. preto de 120 persoas \ No newline at end of file diff --git a/manifest.json b/manifest.json index c25fc38..612bfab 100644 --- a/manifest.json +++ b/manifest.json @@ -40,6 +40,7 @@ "01-01", "01-04", "01-06", - "01-09" + "01-09", + "01-12" ] } \ No newline at end of file From 3dc14fc787cc4ac00deaf66de583a4bd1a1536f4 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 16:13:06 +0100 Subject: [PATCH 068/977] =?UTF-8?q?Thu=20Mar=2017=202022=2016:13:06=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/15.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/15.txt b/01/15.txt index 19bc4b3..fddf419 100644 --- a/01/15.txt +++ b/01/15.txt @@ -1 +1 @@ -Na queles días Pedro se parou no medio dos hirmans. preto de 120 persoas \ No newline at end of file +Na queles días Pedro se parou no medio dos hirmans. preto de 120 persoas e dixo: Hirmans , foi \ No newline at end of file From f7ec2ed06502361090f481ddf8fb2e5579c2638e Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 16:15:06 +0100 Subject: [PATCH 069/977] =?UTF-8?q?Thu=20Mar=2017=202022=2016:15:06=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/15.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/15.txt b/01/15.txt index fddf419..84fbe35 100644 --- a/01/15.txt +++ b/01/15.txt @@ -1 +1 @@ -Na queles días Pedro se parou no medio dos hirmans. preto de 120 persoas e dixo: Hirmans , foi \ No newline at end of file +Na queles días Pedro se parou no medio dos hirmans. preto de 120 persoas e dixo: Hirmans , foi necesario que se cumpliran as Escreturas que falou de antemanpor boca de David s \ No newline at end of file From ef6a8d5a5ff085922f2886d0f34eb7d7c08a052a Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 16:17:06 +0100 Subject: [PATCH 070/977] =?UTF-8?q?Thu=20Mar=2017=202022=2016:17:06=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/15.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/15.txt b/01/15.txt index 84fbe35..177ed88 100644 --- a/01/15.txt +++ b/01/15.txt @@ -1 +1 @@ -Na queles días Pedro se parou no medio dos hirmans. preto de 120 persoas e dixo: Hirmans , foi necesario que se cumpliran as Escreturas que falou de antemanpor boca de David s \ No newline at end of file +Na queles días Pedro se parou no medio dos hirmans. preto de 120 persoas e dixo: Hirmans , foi necesario que se cumpliran as Escreturas, que falou de anteman por boca de David sobre Xudas que dirixiu a os que o prenderon \ No newline at end of file From 17c301b667c05e0e2c692ee758e66e9e53ef8567 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 16:19:06 +0100 Subject: [PATCH 071/977] =?UTF-8?q?Thu=20Mar=2017=202022=2016:19:06=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/15.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/01/15.txt b/01/15.txt index 177ed88..fb43efa 100644 --- a/01/15.txt +++ b/01/15.txt @@ -1 +1 @@ -Na queles días Pedro se parou no medio dos hirmans. preto de 120 persoas e dixo: Hirmans , foi necesario que se cumpliran as Escreturas, que falou de anteman por boca de David sobre Xudas que dirixiu a os que o prenderon \ No newline at end of file +\v 15 Na queles días Pedro se parou no medio dos hirmans. preto de 120 persoas e dixo: \v 16 Hirmans , foi necesario que se cumpliran as Escreturas, que falou de anteman por boca de David sobre Xudas que dirixiu a os que prenderon a Xesús- \ No newline at end of file diff --git a/manifest.json b/manifest.json index 612bfab..e594bf5 100644 --- a/manifest.json +++ b/manifest.json @@ -41,6 +41,7 @@ "01-04", "01-06", "01-09", - "01-12" + "01-12", + "01-15" ] } \ No newline at end of file From 0343197c4512ff3dbd997c3df116ff2f3ee1badd Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 16:21:06 +0100 Subject: [PATCH 072/977] =?UTF-8?q?Thu=20Mar=2017=202022=2016:21:06=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/17.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 01/17.txt diff --git a/01/17.txt b/01/17.txt new file mode 100644 index 0000000..22957f6 --- /dev/null +++ b/01/17.txt @@ -0,0 +1 @@ +Pois él foi un dos nosos e recibiu sua parte dos beneficios deste ministerio \ No newline at end of file From 626ad4078c0818a1bcde392418f30e01e270c7ae Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 16:23:06 +0100 Subject: [PATCH 073/977] =?UTF-8?q?Thu=20Mar=2017=202022=2016:23:06=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/17.txt b/01/17.txt index 22957f6..b0d8627 100644 --- a/01/17.txt +++ b/01/17.txt @@ -1 +1 @@ -Pois él foi un dos nosos e recibiu sua parte dos beneficios deste ministerio \ No newline at end of file +Pois él foi un de nos e recibiu sua parte dos beneficios deste ministerio \ No newline at end of file From 7719a7239b93eeea0938eb8e2a1233e4b706d4e2 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 16:25:06 +0100 Subject: [PATCH 074/977] =?UTF-8?q?Thu=20Mar=2017=202022=2016:25:06=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/17.txt b/01/17.txt index b0d8627..0f87140 100644 --- a/01/17.txt +++ b/01/17.txt @@ -1 +1 @@ -Pois él foi un de nos e recibiu sua parte dos beneficios deste ministerio \ No newline at end of file +Pois él foi un de nos e recibiu sua parte dos beneficios deste ministerio " \ No newline at end of file From 776faced71041b2efb9f89e2ee8e07d60b7c625b Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 16:31:06 +0100 Subject: [PATCH 075/977] =?UTF-8?q?Thu=20Mar=2017=202022=2016:31:06=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/17.txt b/01/17.txt index 0f87140..8689940 100644 --- a/01/17.txt +++ b/01/17.txt @@ -1 +1 @@ -Pois él foi un de nos e recibiu sua parte dos beneficios deste ministerio " \ No newline at end of file +Pois él foi un de nos e recibiu sua parte dos beneficios deste ministerio "(Agora este home comprou un terreo cos beneficios que recibíu do seu mandato, \ No newline at end of file From 7bb7b0241af213a6530e6b61f8ea1d2a083acb12 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 16:33:06 +0100 Subject: [PATCH 076/977] =?UTF-8?q?Thu=20Mar=2017=202022=2016:33:06=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/17.txt b/01/17.txt index 8689940..8091452 100644 --- a/01/17.txt +++ b/01/17.txt @@ -1 +1 @@ -Pois él foi un de nos e recibiu sua parte dos beneficios deste ministerio "(Agora este home comprou un terreo cos beneficios que recibíu do seu mandato, \ No newline at end of file +Pois él foi un de nos e recibiu sua parte dos beneficios deste ministerio "(Agora este home comprou un terreo cos beneficios que recibíu do seu mandato, e de alícaiu de testa e seu corpo reventou e todas suas entrañas \ No newline at end of file From 913ff667c1a12bc48bcc326c3d58b3822ddc12a6 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 16:35:06 +0100 Subject: [PATCH 077/977] =?UTF-8?q?Thu=20Mar=2017=202022=2016:35:06=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/17.txt b/01/17.txt index 8091452..3c7908c 100644 --- a/01/17.txt +++ b/01/17.txt @@ -1 +1 @@ -Pois él foi un de nos e recibiu sua parte dos beneficios deste ministerio "(Agora este home comprou un terreo cos beneficios que recibíu do seu mandato, e de alícaiu de testa e seu corpo reventou e todas suas entrañas \ No newline at end of file +Pois él foi un de nos e recibiu sua parte dos beneficios deste ministerio "(Agora este home comprou un terreo cos beneficios que recibíu do seu mandato, e de alícaiu de testa e seu corpo reventou e regaronse todas suas entrañas. Todos os que moraban en Xerusalénsouberon de fal \ No newline at end of file From e9b8c5d45932dbfaa17ecd1df1fb5949e1f2827b Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 16:37:07 +0100 Subject: [PATCH 078/977] =?UTF-8?q?Thu=20Mar=2017=202022=2016:37:06=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/17.txt b/01/17.txt index 3c7908c..cfc6905 100644 --- a/01/17.txt +++ b/01/17.txt @@ -1 +1 @@ -Pois él foi un de nos e recibiu sua parte dos beneficios deste ministerio "(Agora este home comprou un terreo cos beneficios que recibíu do seu mandato, e de alícaiu de testa e seu corpo reventou e regaronse todas suas entrañas. Todos os que moraban en Xerusalénsouberon de fal \ No newline at end of file +Pois él foi un de nos e recibiu sua parte dos beneficios deste ministerio "(Agora este home comprou un terreo cos beneficios que recibíu do seu mandato, e de alícaiu de testa e seu corpo reventou e regaronse todas suas entrañas. Todos os que moraban en Xerusalénsouberon de falar diso, así que eles chamaronlle campo na sua lingua · Acéldama", iso e ,"Campo de Sangre" \ No newline at end of file From ba205e238028e0d84b11f2d41ef7313752bf2656 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 16:39:07 +0100 Subject: [PATCH 079/977] =?UTF-8?q?Thu=20Mar=2017=202022=2016:39:06=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/17.txt b/01/17.txt index cfc6905..0b7e2c5 100644 --- a/01/17.txt +++ b/01/17.txt @@ -1 +1 @@ -Pois él foi un de nos e recibiu sua parte dos beneficios deste ministerio "(Agora este home comprou un terreo cos beneficios que recibíu do seu mandato, e de alícaiu de testa e seu corpo reventou e regaronse todas suas entrañas. Todos os que moraban en Xerusalénsouberon de falar diso, así que eles chamaronlle campo na sua lingua · Acéldama", iso e ,"Campo de Sangre" \ No newline at end of file +\v 17 \v 18 \v 19 Pois él foi un de nos e recibiu sua parte dos beneficios deste ministerio "(Agora este home comprou un terreo cos beneficios que recibíu do seu mandato, e de alí caiu de testa e seu corpo reventou e ciscaronse todas suas entrañas. Todos os que moraban en Xerusalén souberon de falar diso, así que eles chamaronlle campo na sua lingua · "Acéldama", iso e ,"Campo de Sangre") \ No newline at end of file From 918960474810e012c9ecd4e770bcb53b0d23404c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 16:41:07 +0100 Subject: [PATCH 080/977] =?UTF-8?q?Thu=20Mar=2017=202022=2016:41:06=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/17.txt | 2 +- 01/20.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 01/20.txt diff --git a/01/17.txt b/01/17.txt index 0b7e2c5..560be5e 100644 --- a/01/17.txt +++ b/01/17.txt @@ -1 +1 @@ -\v 17 \v 18 \v 19 Pois él foi un de nos e recibiu sua parte dos beneficios deste ministerio "(Agora este home comprou un terreo cos beneficios que recibíu do seu mandato, e de alí caiu de testa e seu corpo reventou e ciscaronse todas suas entrañas. Todos os que moraban en Xerusalén souberon de falar diso, así que eles chamaronlle campo na sua lingua · "Acéldama", iso e ,"Campo de Sangre") \ No newline at end of file +\v 17 Pois él foi un de nos e recibiu sua parte dos beneficios deste ministerio \v 18 "(Agora este home comprou un terreo cos beneficios que recibíu do seu mandato, e de alí caiu de testa e seu corpo reventou e ciscaronse todas suas entrañas. \v 19 Todos os que moraban en Xerusalén souberon de falar diso, así que eles chamaronlle campo na sua lingua · "Acéldama", iso e ,"Campo de Sangre") \ No newline at end of file diff --git a/01/20.txt b/01/20.txt new file mode 100644 index 0000000..d93e9ce --- /dev/null +++ b/01/20.txt @@ -0,0 +1 @@ +Porque está escribido no libro dos Salmos: \ No newline at end of file diff --git a/manifest.json b/manifest.json index e594bf5..a9a6bd0 100644 --- a/manifest.json +++ b/manifest.json @@ -42,6 +42,7 @@ "01-06", "01-09", "01-12", - "01-15" + "01-15", + "01-17" ] } \ No newline at end of file From 7a8dd2fff7e09a0fdf11c315dd0e0a15df6355a4 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 16:43:06 +0100 Subject: [PATCH 081/977] =?UTF-8?q?Thu=20Mar=2017=202022=2016:43:06=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/20.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/20.txt b/01/20.txt index d93e9ce..23c54a5 100644 --- a/01/20.txt +++ b/01/20.txt @@ -1 +1 @@ -Porque está escribido no libro dos Salmos: \ No newline at end of file +Porque está escribido no libro dos Salmos: ·QUE SEU TERREO SEXA \ No newline at end of file From 03bb27cdf10c2bc38c5be409dccda475f6da189e Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 16:45:07 +0100 Subject: [PATCH 082/977] =?UTF-8?q?Thu=20Mar=2017=202022=2016:45:06=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/20.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/20.txt b/01/20.txt index 23c54a5..6204a37 100644 --- a/01/20.txt +++ b/01/20.txt @@ -1 +1 @@ -Porque está escribido no libro dos Salmos: ·QUE SEU TERREO SEXA \ No newline at end of file +Porque está escribido no libro dos Salmos: ·QUE A SEA TERREO SEXA DESOLADA E NON PERMETAS QUE NINGUA PERSONA \ No newline at end of file From a214041505f319b73f198da0f30023c16a9eb0ff Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 16:47:07 +0100 Subject: [PATCH 083/977] =?UTF-8?q?Thu=20Mar=2017=202022=2016:47:06=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/20.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/20.txt b/01/20.txt index 6204a37..a8ae873 100644 --- a/01/20.txt +++ b/01/20.txt @@ -1 +1 @@ -Porque está escribido no libro dos Salmos: ·QUE A SEA TERREO SEXA DESOLADA E NON PERMETAS QUE NINGUA PERSONA \ No newline at end of file +Porque está escribido no libro dos Salmos: ·QUE A SEA TERREO SEXA DESOLADA E NON PERMETAS QUE ALI VIVA NINGUA PERTSON. QUE ALGUEN MAIS OCOPEEOUTRA PERSOA TOME O SE \ No newline at end of file From 864b7eb2bfdc99efd68f3d21084c7d0f103f4d79 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 16:49:07 +0100 Subject: [PATCH 084/977] =?UTF-8?q?Thu=20Mar=2017=202022=2016:49:06=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/20.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/20.txt b/01/20.txt index a8ae873..00aade0 100644 --- a/01/20.txt +++ b/01/20.txt @@ -1 +1 @@ -Porque está escribido no libro dos Salmos: ·QUE A SEA TERREO SEXA DESOLADA E NON PERMETAS QUE ALI VIVA NINGUA PERTSON. QUE ALGUEN MAIS OCOPEEOUTRA PERSOA TOME O SE \ No newline at end of file +\v 20 Porque está escribido no libro dos Salmos: ·QUE A SEA TERREO SEXA DESOLADA E NON PERMETAS QUE ALI VIVA NINGUA PERSOA. QUE ALGUEN MAIS OCOPE SUA POSICIÓN DE lIDERADO.· \ No newline at end of file From 62258555fc2a3b9bb14d6da33d19ebaa32106635 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 16:51:07 +0100 Subject: [PATCH 085/977] =?UTF-8?q?Thu=20Mar=2017=202022=2016:51:06=20GMT+?= =?UTF-8?q?0100=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, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index a9a6bd0..6d8c5c5 100644 --- a/manifest.json +++ b/manifest.json @@ -43,6 +43,7 @@ "01-09", "01-12", "01-15", - "01-17" + "01-17", + "01-20" ] } \ No newline at end of file From 46f0e924225e5edc43eb4f6883348f360cf6860c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 16:53:07 +0100 Subject: [PATCH 086/977] =?UTF-8?q?Thu=20Mar=2017=202022=2016:53:06=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/21.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 01/21.txt diff --git a/01/21.txt b/01/21.txt new file mode 100644 index 0000000..34dc746 --- /dev/null +++ b/01/21.txt @@ -0,0 +1 @@ +Cómpre polo tanto que un dos homes que \ No newline at end of file From 5d050366084bb593b2dfbc3010b8ae7c10b9f84c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 16:55:07 +0100 Subject: [PATCH 087/977] =?UTF-8?q?Thu=20Mar=2017=202022=2016:55:06=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/21.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/21.txt b/01/21.txt index 34dc746..3dacc16 100644 --- a/01/21.txt +++ b/01/21.txt @@ -1 +1 @@ -Cómpre polo tanto que un dos homes que \ No newline at end of file +Cómpre polo tanto que un dos homes que nos acompañou todo o tempo en que o Señor Xesús entrou e saiu de entre nosn escomenzando desde o bautismo de Xu \ No newline at end of file From 1cb8f4c02c351c8a62f4f6dd1ac1c09f85442529 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 16:57:07 +0100 Subject: [PATCH 088/977] =?UTF-8?q?Thu=20Mar=2017=202022=2016:57:06=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/21.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/21.txt b/01/21.txt index 3dacc16..91f9eb9 100644 --- a/01/21.txt +++ b/01/21.txt @@ -1 +1 @@ -Cómpre polo tanto que un dos homes que nos acompañou todo o tempo en que o Señor Xesús entrou e saiu de entre nosn escomenzando desde o bautismo de Xu \ No newline at end of file +Cómpre polo tanto que un dos homes que nos acompañou todo o tempo en que o Señor Xesús entrou e saiu de entre nosn escomenzando desde o bautismo de Xoan ata o día en que Él foi levado de nós para arriba \ No newline at end of file From ffb07aeeab1be90979ccba0da28e229c88238d8d Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 16:59:07 +0100 Subject: [PATCH 089/977] =?UTF-8?q?Thu=20Mar=2017=202022=2016:59:06=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/21.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/21.txt b/01/21.txt index 91f9eb9..3df9b83 100644 --- a/01/21.txt +++ b/01/21.txt @@ -1 +1 @@ -Cómpre polo tanto que un dos homes que nos acompañou todo o tempo en que o Señor Xesús entrou e saiu de entre nosn escomenzando desde o bautismo de Xoan ata o día en que Él foi levado de nós para arriba \ No newline at end of file +Cómpre polo tanto que un dos homes que nos acompañou todo o tempo en que o Señor Xesús entrou e saiu de entre nosn escomenzando desde o bautismo de Xoan ata o día en que Él foi levado de nós para arriba, ten de ser testemuña con nos da sua testigo \ No newline at end of file From 2bd7d7b7fed30e154093fe3dd467399d570c81d7 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 17:01:07 +0100 Subject: [PATCH 090/977] =?UTF-8?q?Thu=20Mar=2017=202022=2017:01:07=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/21.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/21.txt b/01/21.txt index 3df9b83..1ef130e 100644 --- a/01/21.txt +++ b/01/21.txt @@ -1 +1 @@ -Cómpre polo tanto que un dos homes que nos acompañou todo o tempo en que o Señor Xesús entrou e saiu de entre nosn escomenzando desde o bautismo de Xoan ata o día en que Él foi levado de nós para arriba, ten de ser testemuña con nos da sua testigo \ No newline at end of file +Cómpre polo tanto que un dos homes que nos acompañou todo o tempo en que o Señor Xesús entrou e saiu de entre nosn escomenzando desde o bautismo de Xoan ata o día en que Él foi levado de nós para arriba, ten de ser testemuña con nos da Su resurrección Eles puxeron diante a dous homes , Xosé, chamado Barsabás, quen era \ No newline at end of file From 8aebaed400b84ff3764f8dc5a572f67944567c23 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 17:03:07 +0100 Subject: [PATCH 091/977] =?UTF-8?q?Thu=20Mar=2017=202022=2017:03:07=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/21.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/01/21.txt b/01/21.txt index 1ef130e..0873788 100644 --- a/01/21.txt +++ b/01/21.txt @@ -1 +1 @@ -Cómpre polo tanto que un dos homes que nos acompañou todo o tempo en que o Señor Xesús entrou e saiu de entre nosn escomenzando desde o bautismo de Xoan ata o día en que Él foi levado de nós para arriba, ten de ser testemuña con nos da Su resurrección Eles puxeron diante a dous homes , Xosé, chamado Barsabás, quen era \ No newline at end of file +\v 21 Cómpre polo tanto que un dos homes que nos acompañou todo o tempo en que o Señor Xesús entrou e saiu de entre nosn \v 22 Escomenzando desde o bautismo de Xoan ata o día en que Él foi levado de nós para arriba, ten de ser testemuña con nos da Su resurrección \v 23 Eles puxeron diante a dous homes , Xosé, chamado Barsabás, quen era chamado Xusto e a Matías \ No newline at end of file diff --git a/manifest.json b/manifest.json index 6d8c5c5..7349e07 100644 --- a/manifest.json +++ b/manifest.json @@ -44,6 +44,7 @@ "01-12", "01-15", "01-17", - "01-20" + "01-20", + "01-21" ] } \ No newline at end of file From 033abb223c3b3f6c2d77f75d287d0c48999011ce Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 17:05:07 +0100 Subject: [PATCH 092/977] =?UTF-8?q?Thu=20Mar=2017=202022=2017:05:07=20GMT+?= =?UTF-8?q?0100=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..9264fea --- /dev/null +++ b/01/24.txt @@ -0,0 +1 @@ +Eles pregaron e dixeron: "Tú, Señor, \ No newline at end of file From 72d5a64317ad1dc4c8b34f314a358fa7f16675f2 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 17:07:07 +0100 Subject: [PATCH 093/977] =?UTF-8?q?Thu=20Mar=2017=202022=2017:07:07=20GMT+?= =?UTF-8?q?0100=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 9264fea..fed27e2 100644 --- a/01/24.txt +++ b/01/24.txt @@ -1 +1 @@ -Eles pregaron e dixeron: "Tú, Señor, \ No newline at end of file +Eles pregaron e dixeron: "Tí, Señor, coñecesos os corazóns de to \ No newline at end of file From 465a0dbfe227633cb93d00657503aeac23b3525e Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 17:09:07 +0100 Subject: [PATCH 094/977] =?UTF-8?q?Thu=20Mar=2017=202022=2017:09:07=20GMT+?= =?UTF-8?q?0100=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 fed27e2..1e7804e 100644 --- a/01/24.txt +++ b/01/24.txt @@ -1 +1 @@ -Eles pregaron e dixeron: "Tí, Señor, coñecesos os corazóns de to \ No newline at end of file +Eles pregaron e dixeron: "Tí, Señor, coñecesos os corazóns de todas as persoas así que revelamos cal destes dous é quen escolliches , para tomar lugar neste ministerío y apostolado do cual X \ No newline at end of file From f7fe7885857fc1505cc932f3594f0ef33601db6b Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 17:11:07 +0100 Subject: [PATCH 095/977] =?UTF-8?q?Thu=20Mar=2017=202022=2017:11:07=20GMT+?= =?UTF-8?q?0100=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 1e7804e..523b2fa 100644 --- a/01/24.txt +++ b/01/24.txt @@ -1 +1 @@ -Eles pregaron e dixeron: "Tí, Señor, coñecesos os corazóns de todas as persoas así que revelamos cal destes dous é quen escolliches , para tomar lugar neste ministerío y apostolado do cual X \ No newline at end of file +Eles pregaron e dixeron: "Tí, Señor, coñecesos os corazóns de todas as persoas así que revelamos cal destes dous é quen escolliches , para tomar lugar neste ministerío y apostolado do cual Xudas transgrediu para ir a seu propio lugar, Eles \ No newline at end of file From 0a1d38bfdb889caa48852dfc75079c424ac50d66 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 17:13:07 +0100 Subject: [PATCH 096/977] =?UTF-8?q?Thu=20Mar=2017=202022=2017:13:07=20GMT+?= =?UTF-8?q?0100=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 523b2fa..adbdf6c 100644 --- a/01/24.txt +++ b/01/24.txt @@ -1 +1 @@ -Eles pregaron e dixeron: "Tí, Señor, coñecesos os corazóns de todas as persoas así que revelamos cal destes dous é quen escolliches , para tomar lugar neste ministerío y apostolado do cual Xudas transgrediu para ir a seu propio lugar, Eles \ No newline at end of file +Eles pregaron e dixeron: "Tí, Señor, coñeces os corazóns de todas as persoas así que revelamos cal destes dous é quen escolliches , para tomar lugar neste ministerío yéapostolado do cual Xudas transgrediu para ir a seu propio lugar, Eles votaron sorte sobre eles, é a sorte caiu riba de Matías é él foi contado entre os once apostolos. \ No newline at end of file From 536056eb2ced1a8e4831afacc597c0e63134efeb Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 17:15:07 +0100 Subject: [PATCH 097/977] =?UTF-8?q?Thu=20Mar=2017=202022=2017:15:07=20GMT+?= =?UTF-8?q?0100=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 adbdf6c..f0f33da 100644 --- a/01/24.txt +++ b/01/24.txt @@ -1 +1 @@ -Eles pregaron e dixeron: "Tí, Señor, coñeces os corazóns de todas as persoas así que revelamos cal destes dous é quen escolliches , para tomar lugar neste ministerío yéapostolado do cual Xudas transgrediu para ir a seu propio lugar, Eles votaron sorte sobre eles, é a sorte caiu riba de Matías é él foi contado entre os once apostolos. \ No newline at end of file +\v 24 Eles pregaron e dixeron: "Tí, Señor, coñeces os corazóns de todas as persoas así que revelamos cal destes dous é quen escolliches , \v 25 para tomar lugar neste ministerío é apostolado do cual Xudas transgrediu para ir a seu propio lugar, \v 26 Eles votaron sorte sobre eles, é a sorte caiu riba de Matías é él foi contado entre os once apostolos. \ No newline at end of file From 178b3b89d8bbe6e21584a119b0cd0abdf7d576b6 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 17:17:07 +0100 Subject: [PATCH 098/977] =?UTF-8?q?Thu=20Mar=2017=202022=2017:17:07=20GMT+?= =?UTF-8?q?0100=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, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 7349e07..c3cd0b9 100644 --- a/manifest.json +++ b/manifest.json @@ -45,6 +45,7 @@ "01-15", "01-17", "01-20", - "01-21" + "01-21", + "01-24" ] } \ No newline at end of file From 736ac64674d15f53f21332343a57c3faf69b59c5 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 18:33:33 +0100 Subject: [PATCH 099/977] =?UTF-8?q?Thu=20Mar=2017=202022=2018:33:33=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/title.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 02/title.txt diff --git a/02/title.txt b/02/title.txt new file mode 100644 index 0000000..a98dce6 --- /dev/null +++ b/02/title.txt @@ -0,0 +1 @@ +Capit \ No newline at end of file From f4d8311a41ef61174399699fca1c0b07a246caff Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 18:35:33 +0100 Subject: [PATCH 100/977] =?UTF-8?q?Thu=20Mar=2017=202022=2018:35:33=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/01.txt | 1 + 02/title.txt | 2 +- manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 02/01.txt diff --git a/02/01.txt b/02/01.txt new file mode 100644 index 0000000..b3f71b9 --- /dev/null +++ b/02/01.txt @@ -0,0 +1 @@ +\c 2 Cando chegou o dñia de Pentecostes eles \ No newline at end of file diff --git a/02/title.txt b/02/title.txt index a98dce6..8ee7afa 100644 --- a/02/title.txt +++ b/02/title.txt @@ -1 +1 @@ -Capit \ No newline at end of file +Capítulo 2 \ No newline at end of file diff --git a/manifest.json b/manifest.json index c3cd0b9..cb521db 100644 --- a/manifest.json +++ b/manifest.json @@ -46,6 +46,7 @@ "01-17", "01-20", "01-21", - "01-24" + "01-24", + "02-title" ] } \ No newline at end of file From f469a5e07b6652a934c8a4379bb2d572da90316a Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 18:37:33 +0100 Subject: [PATCH 101/977] =?UTF-8?q?Thu=20Mar=2017=202022=2018:37:33=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/01.txt b/02/01.txt index b3f71b9..7f64e4a 100644 --- a/02/01.txt +++ b/02/01.txt @@ -1 +1 @@ -\c 2 Cando chegou o dñia de Pentecostes eles \ No newline at end of file +\c 2 Cando chegou o dñia de Pentecostes eles estaban todos xuntios no mesmo lugar. Que de súpeto \ No newline at end of file From 93812bf2f23ef45fb9a62bf6f5583111b2e279fc Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 18:41:33 +0100 Subject: [PATCH 102/977] =?UTF-8?q?Thu=20Mar=2017=202022=2018:41:33=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/01.txt b/02/01.txt index 7f64e4a..16dd0ee 100644 --- a/02/01.txt +++ b/02/01.txt @@ -1 +1 @@ -\c 2 Cando chegou o dñia de Pentecostes eles estaban todos xuntios no mesmo lugar. Que de súpeto \ No newline at end of file +\c 2 Cando chegou o dñia de Pentecostes eles estaban todos xuntios no mesmo lugar. Que de súpeto veu \ No newline at end of file From 01f455fb584506aba035ee1bc5fed2ccfd8ca1a6 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 18:43:33 +0100 Subject: [PATCH 103/977] =?UTF-8?q?Thu=20Mar=2017=202022=2018:43:33=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/01.txt b/02/01.txt index 16dd0ee..7238c31 100644 --- a/02/01.txt +++ b/02/01.txt @@ -1 +1 @@ -\c 2 Cando chegou o dñia de Pentecostes eles estaban todos xuntios no mesmo lugar. Que de súpeto veu \ No newline at end of file +\c 2 Cando chegou o dñia de Pentecostes eles estaban todos xuntios no mesmo lugar. Que de súpeto veu do ceo un son coma un violento refacho de vento, e encheu toda a casa onde estaban sentados. \ No newline at end of file From aa31a3fcbe438967052fa5e36a03e3c69a7ca57f Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 18:55:22 +0100 Subject: [PATCH 104/977] =?UTF-8?q?Thu=20Mar=2017=202022=2018:55:22=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/01.txt b/02/01.txt index 7238c31..344b9e3 100644 --- a/02/01.txt +++ b/02/01.txt @@ -1 +1 @@ -\c 2 Cando chegou o dñia de Pentecostes eles estaban todos xuntios no mesmo lugar. Que de súpeto veu do ceo un son coma un violento refacho de vento, e encheu toda a casa onde estaban sentados. \ No newline at end of file +\c 2 \v 1 \v 2 \v 3 \v 4 Cando chegou o dñia de Pentecostes eles estaban todos xuntios no mesmo lugar. Que de súpeto veu do ceo un son coma un violento refacho de vento, e encheu toda a casa onde estaban sent \ No newline at end of file From 051a543cf62ecae74687ce2bc57b9ced6cd0b5f0 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 19:33:44 +0100 Subject: [PATCH 105/977] =?UTF-8?q?Thu=20Mar=2017=202022=2019:33:44=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/01.txt b/02/01.txt index 344b9e3..02cf22b 100644 --- a/02/01.txt +++ b/02/01.txt @@ -1 +1 @@ -\c 2 \v 1 \v 2 \v 3 \v 4 Cando chegou o dñia de Pentecostes eles estaban todos xuntios no mesmo lugar. Que de súpeto veu do ceo un son coma un violento refacho de vento, e encheu toda a casa onde estaban sent \ No newline at end of file +\c 2 \v 1 \v 2 \v 3 \v 4 Cando chegou o dñia de Pentecostes eles estaban todos xuntios no mesmo lugar. E de súpeto veu desde do o ceo un son coma un violento refacho de vento, e encheu toda a casa onde estaban sent \ No newline at end of file From dc65ae2a6a95054db8fc09287edbd01b68fa3d5c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 19:35:44 +0100 Subject: [PATCH 106/977] =?UTF-8?q?Thu=20Mar=2017=202022=2019:35:44=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/01.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/02/01.txt b/02/01.txt index 02cf22b..88591a7 100644 --- a/02/01.txt +++ b/02/01.txt @@ -1 +1,2 @@ -\c 2 \v 1 \v 2 \v 3 \v 4 Cando chegou o dñia de Pentecostes eles estaban todos xuntios no mesmo lugar. E de súpeto veu desde do o ceo un son coma un violento refacho de vento, e encheu toda a casa onde estaban sent \ No newline at end of file +\c 2 \v 1 \v 2 \v 3 \v 4 Cando chegou o dñia de Pentecostes eles estaban todos xuntios no mesmo lugar. E de súpeto veu desde o ceo un son coma de vento forte, e encheu + toda refacho de vento, e encheu toda a casa onde estaban sent \ No newline at end of file From 2c0bab59d7ced07448dc2275057a7a1ce1b35f91 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 19:37:44 +0100 Subject: [PATCH 107/977] =?UTF-8?q?Thu=20Mar=2017=202022=2019:37:44=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/01.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/02/01.txt b/02/01.txt index 88591a7..b57ba99 100644 --- a/02/01.txt +++ b/02/01.txt @@ -1,2 +1,2 @@ -\c 2 \v 1 \v 2 \v 3 \v 4 Cando chegou o dñia de Pentecostes eles estaban todos xuntios no mesmo lugar. E de súpeto veu desde o ceo un son coma de vento forte, e encheu - toda refacho de vento, e encheu toda a casa onde estaban sent \ No newline at end of file +\c 2 \v 1 \v 2 \v 3 \v 4 Cando chegou o dñia de Pentecostes eles estaban todos xuntios no mesmo lugar. E de súpeto veu desde o ceo un refacho de vento forte, e encheu toda a casa ionde estaban sen +t \ No newline at end of file From 6bafdb4997ebabd447d71341a33dd0611bc8b515 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 19:39:44 +0100 Subject: [PATCH 108/977] =?UTF-8?q?Thu=20Mar=2017=202022=2019:39:44=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/01.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/02/01.txt b/02/01.txt index b57ba99..49d4a60 100644 --- a/02/01.txt +++ b/02/01.txt @@ -1,2 +1,2 @@ -\c 2 \v 1 \v 2 \v 3 \v 4 Cando chegou o dñia de Pentecostes eles estaban todos xuntios no mesmo lugar. E de súpeto veu desde o ceo un refacho de vento forte, e encheu toda a casa ionde estaban sen -t \ No newline at end of file +\c 2 \v 1 \v 2 \v 3 \v 4 Cando chegou o dñia de Pentecostes eles estaban todos xuntios no mesmo lugar. E de súpeto veu desde o ceo un refacho de vento forte, e encheu toda a casa ionde estaban sentados. Aparecéronlles linguas coma o lume + e des e esténderonse \ No newline at end of file From 21b37ed31ebc8bf6f39c03e4b9c4ced88a23ef5d Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 19:41:44 +0100 Subject: [PATCH 109/977] =?UTF-8?q?Thu=20Mar=2017=202022=2019:41:44=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/01.txt b/02/01.txt index 49d4a60..4880073 100644 --- a/02/01.txt +++ b/02/01.txt @@ -1,2 +1,2 @@ \c 2 \v 1 \v 2 \v 3 \v 4 Cando chegou o dñia de Pentecostes eles estaban todos xuntios no mesmo lugar. E de súpeto veu desde o ceo un refacho de vento forte, e encheu toda a casa ionde estaban sentados. Aparecéronlles linguas coma o lume - e des e esténderonse \ No newline at end of file + e descansaron e pousaronse enriba de cada ún deles. E encheronse do Espírito Santo, e comenzaron a falar \ No newline at end of file From f13569ec4286f103ddd64092da7851d70bed73a2 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 19:43:44 +0100 Subject: [PATCH 110/977] =?UTF-8?q?Thu=20Mar=2017=202022=2019:43:44=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/01.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/02/01.txt b/02/01.txt index 4880073..4e9a4cf 100644 --- a/02/01.txt +++ b/02/01.txt @@ -1,2 +1,2 @@ -\c 2 \v 1 \v 2 \v 3 \v 4 Cando chegou o dñia de Pentecostes eles estaban todos xuntios no mesmo lugar. E de súpeto veu desde o ceo un refacho de vento forte, e encheu toda a casa ionde estaban sentados. Aparecéronlles linguas coma o lume - e descansaron e pousaronse enriba de cada ún deles. E encheronse do Espírito Santo, e comenzaron a falar \ No newline at end of file +\c 2 \v 1 \v 2 \v 3 \v 4 \v 1 Cando chegou o dñia de Pentecostes eles estaban todos xuntios no mesmo lugar. E de súpeto veu desde o ceo un refacho de vento forte, e encheu toda a casa ionde estaban sentados. Aparecéronlles linguas coma o lume + e descansaron e pousaronse enriba de cada ún deles. E encheronse do Espírito Santo, e comenzaron a falar noutras linguas, seguundo o Espítito lles permitía falar. \ No newline at end of file From ded9e05099312f104be6e036b9ffbbd7f6d37f70 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 19:45:44 +0100 Subject: [PATCH 111/977] =?UTF-8?q?Thu=20Mar=2017=202022=2019:45:44=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/01.txt b/02/01.txt index 4e9a4cf..183effc 100644 --- a/02/01.txt +++ b/02/01.txt @@ -1,2 +1,2 @@ -\c 2 \v 1 \v 2 \v 3 \v 4 \v 1 Cando chegou o dñia de Pentecostes eles estaban todos xuntios no mesmo lugar. E de súpeto veu desde o ceo un refacho de vento forte, e encheu toda a casa ionde estaban sentados. Aparecéronlles linguas coma o lume +\c 2 \v 1 \v 2 \v 3 \v 4 Cando chegou o dñia de Pentecostes eles estaban todos xuntios no mesmo \v 2 lugar. E de súpeto veu desde o ceo un refacho de vento forte, e encheu toda a casa ionde estaban sentados. Aparecéronlles linguas coma o lume e descansaron e pousaronse enriba de cada ún deles. E encheronse do Espírito Santo, e comenzaron a falar noutras linguas, seguundo o Espítito lles permitía falar. \ No newline at end of file From 93633750bc8215597935c372eae77823e2d88f4b Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 19:47:44 +0100 Subject: [PATCH 112/977] =?UTF-8?q?Thu=20Mar=2017=202022=2019:47:44=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/01.txt b/02/01.txt index 183effc..4e9a4cf 100644 --- a/02/01.txt +++ b/02/01.txt @@ -1,2 +1,2 @@ -\c 2 \v 1 \v 2 \v 3 \v 4 Cando chegou o dñia de Pentecostes eles estaban todos xuntios no mesmo \v 2 lugar. E de súpeto veu desde o ceo un refacho de vento forte, e encheu toda a casa ionde estaban sentados. Aparecéronlles linguas coma o lume +\c 2 \v 1 \v 2 \v 3 \v 4 \v 1 Cando chegou o dñia de Pentecostes eles estaban todos xuntios no mesmo lugar. E de súpeto veu desde o ceo un refacho de vento forte, e encheu toda a casa ionde estaban sentados. Aparecéronlles linguas coma o lume e descansaron e pousaronse enriba de cada ún deles. E encheronse do Espírito Santo, e comenzaron a falar noutras linguas, seguundo o Espítito lles permitía falar. \ No newline at end of file From 79c920481afa530fb30aa86529a66f13d75fc657 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 19:49:44 +0100 Subject: [PATCH 113/977] =?UTF-8?q?Thu=20Mar=2017=202022=2019:49:44=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/01.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/02/01.txt b/02/01.txt index 4e9a4cf..effc71c 100644 --- a/02/01.txt +++ b/02/01.txt @@ -1,2 +1,2 @@ -\c 2 \v 1 \v 2 \v 3 \v 4 \v 1 Cando chegou o dñia de Pentecostes eles estaban todos xuntios no mesmo lugar. E de súpeto veu desde o ceo un refacho de vento forte, e encheu toda a casa ionde estaban sentados. Aparecéronlles linguas coma o lume - e descansaron e pousaronse enriba de cada ún deles. E encheronse do Espírito Santo, e comenzaron a falar noutras linguas, seguundo o Espítito lles permitía falar. \ No newline at end of file +\c 2 \v 1 \v 2 \v 3 \v 4 Cando chegou o dñia de Pentecostes eles estaban todos xuntios no mesmo lugar. E de súpeto veu desde o ceo un refacho de vento forte, e encheu toda a casa ionde estaban sentados. Aparecéronlles linguas coma o lume + e descansaron e pousaronse enriba de cada ún deles. \v 4 Eles foron cheos do Espírito Santo, e comenzaron a falar noutras linguas, seguundo o Espítito lles permitía falar. \ No newline at end of file From 6ec98db2eef3cab595e6fc639a312dbe9f22d8fb Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 19:51:44 +0100 Subject: [PATCH 114/977] =?UTF-8?q?Thu=20Mar=2017=202022=2019:51:44=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/05.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 02/05.txt diff --git a/02/05.txt b/02/05.txt new file mode 100644 index 0000000..c3b5d34 --- /dev/null +++ b/02/05.txt @@ -0,0 +1 @@ +Agora había xudeos \ No newline at end of file From 128beecef10904a5de515027bf0b1837ce6b30a3 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 19:53:44 +0100 Subject: [PATCH 115/977] =?UTF-8?q?Thu=20Mar=2017=202022=2019:53:44=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/05.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/05.txt b/02/05.txt index c3b5d34..5fd7a80 100644 --- a/02/05.txt +++ b/02/05.txt @@ -1 +1 @@ -Agora había xudeos \ No newline at end of file +Agora había xudeos que vivían en Xerusalén homes devotos, de todas as nacións de debaixo do ceo. Cando se escoitou este son \ No newline at end of file From d7877a3c781cfc7cba0ddcdaace88ae35c42a9f1 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 19:55:44 +0100 Subject: [PATCH 116/977] =?UTF-8?q?Thu=20Mar=2017=202022=2019:55:44=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/05.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/05.txt b/02/05.txt index 5fd7a80..a798740 100644 --- a/02/05.txt +++ b/02/05.txt @@ -1 +1 @@ -Agora había xudeos que vivían en Xerusalén homes devotos, de todas as nacións de debaixo do ceo. Cando se escoitou este son \ No newline at end of file +Agora había xudeos que vivían en Xerusalén homes devotos, de todas as nacións de debaixo do ceo. Cando se escoitou este son, a multitude concentrouse confusa porque cada un oíoa falar na súa lingua.Estaban sorprendidos e abraiados; e dixeron \ No newline at end of file From 65494723e3e2f7b07875436e74eea2b58d488e3d Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 19:57:44 +0100 Subject: [PATCH 117/977] =?UTF-8?q?Thu=20Mar=2017=202022=2019:57:44=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/05.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/05.txt b/02/05.txt index a798740..f33b8cc 100644 --- a/02/05.txt +++ b/02/05.txt @@ -1 +1 @@ -Agora había xudeos que vivían en Xerusalén homes devotos, de todas as nacións de debaixo do ceo. Cando se escoitou este son, a multitude concentrouse confusa porque cada un oíoa falar na súa lingua.Estaban sorprendidos e abraiados; e dixeron \ No newline at end of file +\v 6 \v 7 \v 5 Agora había xudeos que vivían en Xerusalén homes devotos, de todas as nacións de debaixo do ceo. Cando se escoitou este son, a multitude concentrouse confusa porque cada un oíoa falar na súa lingua.Estaban sorprendidos e abraiados; e dixeron: "¿Non son galileos todos os que falan? \ No newline at end of file From 9693f46ac5c9074c72598bd18e628b591f7bea16 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 20:15:44 +0100 Subject: [PATCH 118/977] =?UTF-8?q?Thu=20Mar=2017=202022=2020:15:44=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/08.txt | 1 + manifest.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 02/08.txt diff --git a/02/08.txt b/02/08.txt new file mode 100644 index 0000000..e08fd52 --- /dev/null +++ b/02/08.txt @@ -0,0 +1 @@ +¿Por que os escoitamos, cada un na nosa lingua \ No newline at end of file diff --git a/manifest.json b/manifest.json index cb521db..4f38277 100644 --- a/manifest.json +++ b/manifest.json @@ -47,6 +47,7 @@ "01-20", "01-21", "01-24", - "02-title" + "02-title", + "02-05" ] } \ No newline at end of file From 6db941103f4d7c7323e788dcbee9c8308d3aeae6 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 20:17:44 +0100 Subject: [PATCH 119/977] =?UTF-8?q?Thu=20Mar=2017=202022=2020:17:44=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/08.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/02/08.txt b/02/08.txt index e08fd52..8c2f1a7 100644 --- a/02/08.txt +++ b/02/08.txt @@ -1 +1,5 @@ -¿Por que os escoitamos, cada un na nosa lingua \ No newline at end of file +¿Por que os escoitamos, cada un na nosa lingua na que nacemos? partos, medos e alemitas,e os que viven en Mesopotamia , Xudea e Capadocia + + + + From 8c4432588ea2a821a92bc5ea2c81127059843eef Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 20:19:44 +0100 Subject: [PATCH 120/977] =?UTF-8?q?Thu=20Mar=2017=202022=2020:19:44=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/08.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/08.txt b/02/08.txt index 8c2f1a7..2e52426 100644 --- a/02/08.txt +++ b/02/08.txt @@ -1,4 +1,4 @@ -¿Por que os escoitamos, cada un na nosa lingua na que nacemos? partos, medos e alemitas,e os que viven en Mesopotamia , Xudea e Capadocia +¿Por que os escoitamos, cada un na nosa lingua na que nacemos? partos, medos e alemitas,e os que viven en Mesopotamia , Xudea e Capadocia, Ponto e Asia , O frixa, Panfilia, Exipto e partes de Libia , arrededor do From 162f0302a60ede90b4502f24f09d905cd380e224 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 20:21:44 +0100 Subject: [PATCH 121/977] =?UTF-8?q?Thu=20Mar=2017=202022=2020:21:44=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/08.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/08.txt b/02/08.txt index 2e52426..befd00d 100644 --- a/02/08.txt +++ b/02/08.txt @@ -1,4 +1,4 @@ -¿Por que os escoitamos, cada un na nosa lingua na que nacemos? partos, medos e alemitas,e os que viven en Mesopotamia , Xudea e Capadocia, Ponto e Asia , O frixa, Panfilia, Exipto e partes de Libia , arrededor do +¿Por que os escoitamos, cada un na nosa lingua na que nacemos? partos, medos e alemitas,e os que viven en Mesopotamia , Xudea e Capadocia, Ponto e Asia , O frixa, Panfilia, Exipto e partes de Libia , arrededor do Cirene e visitantes de Roma , xudeos e prosélitos From f9f5e69253a373450ec24144997be0c189767fc9 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 20:23:44 +0100 Subject: [PATCH 122/977] =?UTF-8?q?Thu=20Mar=2017=202022=2020:23:44=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/08.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/08.txt b/02/08.txt index befd00d..fbce2df 100644 --- a/02/08.txt +++ b/02/08.txt @@ -1,4 +1,4 @@ -¿Por que os escoitamos, cada un na nosa lingua na que nacemos? partos, medos e alemitas,e os que viven en Mesopotamia , Xudea e Capadocia, Ponto e Asia , O frixa, Panfilia, Exipto e partes de Libia , arrededor do Cirene e visitantes de Roma , xudeos e prosélitos +¿Por que os escoitamos, cada un na nosa lingua na que nacemos? partos, medos e alemitas,e os que viven en Mesopotamia , Xudea e Capadocia, Ponto e Asia , O frixa, Panfilia, Exipto e partes de Libia , arrededor do Cirene e visitantes de Roma , xudeos e prosélitos, Cretenses e From 96ef41c6acb3d954e50ba526a42ced8d050366ad Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 20:27:45 +0100 Subject: [PATCH 123/977] =?UTF-8?q?Thu=20Mar=2017=202022=2020:27:44=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/08.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/08.txt b/02/08.txt index fbce2df..2f63d6b 100644 --- a/02/08.txt +++ b/02/08.txt @@ -1,4 +1,4 @@ -¿Por que os escoitamos, cada un na nosa lingua na que nacemos? partos, medos e alemitas,e os que viven en Mesopotamia , Xudea e Capadocia, Ponto e Asia , O frixa, Panfilia, Exipto e partes de Libia , arrededor do Cirene e visitantes de Roma , xudeos e prosélitos, Cretenses e +¿Por que os escoitamos, cada un na nosa lingua na que nacemos? partos, medos e alemitas,e os que viven en Mesopotamia , Xudea e Capadocia, Ponto e Asia , O frixa, Panfilia, Exipto e partes de Libia , arrededor do Cirene e visitantes de Roma , xudeos e prosélitos, Cretenses e Ärabes , escoitamolos falar na nosa From f16de33717627019130d07099c748ea60e7cc33b Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 20:29:44 +0100 Subject: [PATCH 124/977] =?UTF-8?q?Thu=20Mar=2017=202022=2020:29:44=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/08.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/08.txt b/02/08.txt index 2f63d6b..b8cc6fb 100644 --- a/02/08.txt +++ b/02/08.txt @@ -1,4 +1,4 @@ -¿Por que os escoitamos, cada un na nosa lingua na que nacemos? partos, medos e alemitas,e os que viven en Mesopotamia , Xudea e Capadocia, Ponto e Asia , O frixa, Panfilia, Exipto e partes de Libia , arrededor do Cirene e visitantes de Roma , xudeos e prosélitos, Cretenses e Ärabes , escoitamolos falar na nosa +¿Por que os escoitamos, cada un na nosa lingua na que nacemos? partos, medos e alemitas,e os que viven en Mesopotamia , Xudea e Capadocia, Ponto e Asia , O frixa, Panfilia, Exipto e partes de Libia , arrededor do Cirene e visitantes de Roma , xudeos e prosélitos, Cretenses e Ärabes , escoitamolos falar nas nosas linguas saboe From 7ccee39a2455ba273ff520919f51e7d630665f46 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 20:33:44 +0100 Subject: [PATCH 125/977] =?UTF-8?q?Thu=20Mar=2017=202022=2020:33:44=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/08.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/08.txt b/02/08.txt index b8cc6fb..3d894a7 100644 --- a/02/08.txt +++ b/02/08.txt @@ -1,4 +1,4 @@ -¿Por que os escoitamos, cada un na nosa lingua na que nacemos? partos, medos e alemitas,e os que viven en Mesopotamia , Xudea e Capadocia, Ponto e Asia , O frixa, Panfilia, Exipto e partes de Libia , arrededor do Cirene e visitantes de Roma , xudeos e prosélitos, Cretenses e Ärabes , escoitamolos falar nas nosas linguas saboe +¿Por que os escoitamos, cada un na nosa lingua na que nacemos? partos, medos e alemitas,e os que viven en Mesopotamia , Xudea e Capadocia, Ponto e Asia , O frixa, Panfilia, Exipto e partes de Libia , arrededor do Cirene e visitantes de Roma , xudeos e prosélitos, Cretenses e Ärabes , escoitamolos falar nas nosas linguas sabor das cousas From fce74fc914e60960c3eed215b8f8492dab62db6c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 20:35:44 +0100 Subject: [PATCH 126/977] =?UTF-8?q?Thu=20Mar=2017=202022=2020:35:44=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/08.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/02/08.txt b/02/08.txt index 3d894a7..9422535 100644 --- a/02/08.txt +++ b/02/08.txt @@ -1,5 +1 @@ -¿Por que os escoitamos, cada un na nosa lingua na que nacemos? partos, medos e alemitas,e os que viven en Mesopotamia , Xudea e Capadocia, Ponto e Asia , O frixa, Panfilia, Exipto e partes de Libia , arrededor do Cirene e visitantes de Roma , xudeos e prosélitos, Cretenses e Ärabes , escoitamolos falar nas nosas linguas sabor das cousas - - - - + \v 10 \v 11 \v 8 ¿Por que os escoitamos, cada un na nosa lingua na que nacemos? partos, medos e alemitas,e os que viven en Mesopotamia , Xudea e Capadocia, Ponto e Asia , O frixa, Panfilia, Exipto e partes de Libia , arrededor do Cirene e visitantes de Roma , xudeos e prosélitos, Cretenses e Ärabes , escoitamolos falar nas nosas linguas sabor das obras de Deus. \ No newline at end of file From b8d6410e495fa6ae2e227b85dd65a537fb5c6308 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 20:37:44 +0100 Subject: [PATCH 127/977] =?UTF-8?q?Thu=20Mar=2017=202022=2020:37:44=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/08.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/08.txt b/02/08.txt index 9422535..55a228e 100644 --- a/02/08.txt +++ b/02/08.txt @@ -1 +1 @@ - \v 10 \v 11 \v 8 ¿Por que os escoitamos, cada un na nosa lingua na que nacemos? partos, medos e alemitas,e os que viven en Mesopotamia , Xudea e Capadocia, Ponto e Asia , O frixa, Panfilia, Exipto e partes de Libia , arrededor do Cirene e visitantes de Roma , xudeos e prosélitos, Cretenses e Ärabes , escoitamolos falar nas nosas linguas sabor das obras de Deus. \ No newline at end of file +\v 9 \v 10 \v 11 \v 8 ¿Por que os escoitamos, cada un na nosa lingua na que nacemos? v.9.partos, medos e alemitas,e os que viven en Mesopotamia , Xudea e Capadocia, Ponto e Asia , v 10.O frixa, Panfilia, Exipto e partes de Libia , arrededor do Cirene e visitantes de v.11.Roma , xudeos e prosélitos, Cretenses e Ärabes , escoitamolos falar nas nosas linguas sabor das obras de Deus. \ No newline at end of file From cfb61bb8a90baef4b7a61f21dd9f53b49d3b31be Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 20:39:44 +0100 Subject: [PATCH 128/977] =?UTF-8?q?Thu=20Mar=2017=202022=2020:39:44=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/08.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/02/08.txt b/02/08.txt index 55a228e..bea8940 100644 --- a/02/08.txt +++ b/02/08.txt @@ -1 +1 @@ -\v 9 \v 10 \v 11 \v 8 ¿Por que os escoitamos, cada un na nosa lingua na que nacemos? v.9.partos, medos e alemitas,e os que viven en Mesopotamia , Xudea e Capadocia, Ponto e Asia , v 10.O frixa, Panfilia, Exipto e partes de Libia , arrededor do Cirene e visitantes de v.11.Roma , xudeos e prosélitos, Cretenses e Ärabes , escoitamolos falar nas nosas linguas sabor das obras de Deus. \ No newline at end of file +\v 9 \v 10 \v 11 \v 8 ¿Por que os escoitamos, cada un na nosa lingua na que nacemos? v.9.partos, medos e alemitas,e os que viven en Mesopotamia , Xudea e Capadocia, Ponto e Asia , v 10.O frixa, Panfilia, Exipto e partes de Libia , arrededor do Cirene e visitantes de v.11.Roma , xudeos e prosélitos, Cretenses e Ärabes , escoitamolos falar nas nosas linguas sabor das obras de Deus." \ No newline at end of file diff --git a/manifest.json b/manifest.json index 4f38277..33633eb 100644 --- a/manifest.json +++ b/manifest.json @@ -48,6 +48,7 @@ "01-21", "01-24", "02-title", - "02-05" + "02-05", + "02-08" ] } \ No newline at end of file From dfaeaaf1ad5cad74a584794b7c515f493bc7928e Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 21:36:44 +0100 Subject: [PATCH 129/977] =?UTF-8?q?Thu=20Mar=2017=202022=2021:36:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/12.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 02/12.txt diff --git a/02/12.txt b/02/12.txt new file mode 100644 index 0000000..71a5142 --- /dev/null +++ b/02/12.txt @@ -0,0 +1 @@ +v.12 Eles quedaron sorprendidos e perplexos; e dixénro \ No newline at end of file From 9fd0ae7ce853de7ffe667573999c971895fb2dd3 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 21:38:43 +0100 Subject: [PATCH 130/977] =?UTF-8?q?Thu=20Mar=2017=202022=2021:38:42=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/12.txt b/02/12.txt index 71a5142..90aa578 100644 --- a/02/12.txt +++ b/02/12.txt @@ -1 +1 @@ -v.12 Eles quedaron sorprendidos e perplexos; e dixénro \ No newline at end of file +v.12 Eles quedaron sorprendidos e perplexos; e dixénronse uns a outros:"Que quere dicir isto?"v13. Pero outros mofáronse e dician:" Est \ No newline at end of file From 81965c4bd0333e7e86befe89b5ea1f3e507a7c2f Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 21:40:43 +0100 Subject: [PATCH 131/977] =?UTF-8?q?Thu=20Mar=2017=202022=2021:40:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/12.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/02/12.txt b/02/12.txt index 90aa578..c351ad1 100644 --- a/02/12.txt +++ b/02/12.txt @@ -1 +1 @@ -v.12 Eles quedaron sorprendidos e perplexos; e dixénronse uns a outros:"Que quere dicir isto?"v13. Pero outros mofáronse e dician:" Est \ No newline at end of file +\v 13 \v 12 v.12 Eles quedaron sorprendidos e perplexos; e dixénronse uns a outros:"Que quere dicir isto?"v13. Pero outros mofáronse e dician:" Están cheos de viño novo" \ No newline at end of file diff --git a/manifest.json b/manifest.json index 33633eb..6573158 100644 --- a/manifest.json +++ b/manifest.json @@ -49,6 +49,7 @@ "01-24", "02-title", "02-05", - "02-08" + "02-08", + "02-12" ] } \ No newline at end of file From e7393ffcaeb21f9446c1b324c76ef7efc820f0b6 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 21:42:43 +0100 Subject: [PATCH 132/977] =?UTF-8?q?Thu=20Mar=2017=202022=2021:42:42=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/14.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 02/14.txt diff --git a/02/14.txt b/02/14.txt new file mode 100644 index 0000000..c27c473 --- /dev/null +++ b/02/14.txt @@ -0,0 +1 @@ +v.14.Pero pedro púxose cos once, levantou a voz e díxolles \ No newline at end of file From 6699a354bcc6efdea35aa07f8f8587a943ab02cd Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 21:44:43 +0100 Subject: [PATCH 133/977] =?UTF-8?q?Thu=20Mar=2017=202022=2021:44:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/14.txt b/02/14.txt index c27c473..f82fdf8 100644 --- a/02/14.txt +++ b/02/14.txt @@ -1 +1 @@ -v.14.Pero pedro púxose cos once, levantou a voz e díxolles \ No newline at end of file +v.14.Pero pedro púxose cos once, levantou a voz e díxolles:"Homes de Xudeae todos os que morades en Xerusalén, sabedes isto; prestade atención ás miñas palabras.v.15 \ No newline at end of file From 8f3bca3cd8659a2bc5638b212bc87f38a8c5ed89 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 21:46:43 +0100 Subject: [PATCH 134/977] =?UTF-8?q?Thu=20Mar=2017=202022=2021:46:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/14.txt b/02/14.txt index f82fdf8..4a24730 100644 --- a/02/14.txt +++ b/02/14.txt @@ -1 +1 @@ -v.14.Pero pedro púxose cos once, levantou a voz e díxolles:"Homes de Xudeae todos os que morades en Xerusalén, sabedes isto; prestade atención ás miñas palabras.v.15 \ No newline at end of file +v.14.Pero pedro púxose cos once, levantou a voz e díxolles:"Homes de Xudeae todos os que morades en Xerusalén, sabedes isto; prestade atención ás miñas palabras.v.15. \ No newline at end of file From 170cbfe2d30c24a173172e81f360053bbd0ea2b0 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 21:48:43 +0100 Subject: [PATCH 135/977] =?UTF-8?q?Thu=20Mar=2017=202022=2021:48:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/14.txt b/02/14.txt index 4a24730..a0b97c4 100644 --- a/02/14.txt +++ b/02/14.txt @@ -1 +1 @@ -v.14.Pero pedro púxose cos once, levantou a voz e díxolles:"Homes de Xudeae todos os que morades en Xerusalén, sabedes isto; prestade atención ás miñas palabras.v.15. \ No newline at end of file +v.14.Pero pedro púxose cos once, levantou a voz e díxolles:"Homes de Xudeae todos os que morades en Xerusalén, sabedes isto; prestade atención ás miñas palabras.v.15.Pois esta xente non esta bebeda \ No newline at end of file From 22a02c7a1a5dae41c725adbcea8e2359d39a4e86 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 17 Mar 2022 21:50:43 +0100 Subject: [PATCH 136/977] =?UTF-8?q?Thu=20Mar=2017=202022=2021:50:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/14.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/02/14.txt b/02/14.txt index a0b97c4..8196172 100644 --- a/02/14.txt +++ b/02/14.txt @@ -1 +1 @@ -v.14.Pero pedro púxose cos once, levantou a voz e díxolles:"Homes de Xudeae todos os que morades en Xerusalén, sabedes isto; prestade atención ás miñas palabras.v.15.Pois esta xente non esta bebeda \ No newline at end of file +\v 14 \v 15 v.14.Pero pedro púxose cos once, levantou a voz e díxolles:"Homes de Xudeae todos os que morades en Xerusalén, sabedes isto; prestade atención ás miñas palabras.v.15.Pois esta xente non esta bébeda como pensades, porque só é a terceira hora. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 6573158..02a1a23 100644 --- a/manifest.json +++ b/manifest.json @@ -50,6 +50,7 @@ "02-title", "02-05", "02-08", - "02-12" + "02-12", + "02-14" ] } \ No newline at end of file From 6f201cb28fddd268a4d0c470753c3fc50d1f0517 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 09:33:56 +0100 Subject: [PATCH 137/977] =?UTF-8?q?Fri=20Mar=2018=202022=2009:33:56=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/16.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 02/16.txt diff --git a/02/16.txt b/02/16.txt new file mode 100644 index 0000000..a99edc9 --- /dev/null +++ b/02/16.txt @@ -0,0 +1 @@ +v.16. Pero \ No newline at end of file From 6748be598988e16e48dd12de27dfc73963e023f4 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 09:35:56 +0100 Subject: [PATCH 138/977] =?UTF-8?q?Fri=20Mar=2018=202022=2009:35:56=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/16.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/16.txt b/02/16.txt index a99edc9..681a8b6 100644 --- a/02/16.txt +++ b/02/16.txt @@ -1 +1 @@ -v.16. Pero \ No newline at end of file +v.16. Pero é o que foi dicho a través do profeta Joel: v.17. Será en os últimos \ No newline at end of file From c4f6464ea49a291606ac439f3e766fb0311945da Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 09:37:56 +0100 Subject: [PATCH 139/977] =?UTF-8?q?Fri=20Mar=2018=202022=2009:37:56=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/16.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/16.txt b/02/16.txt index 681a8b6..250958f 100644 --- a/02/16.txt +++ b/02/16.txt @@ -1 +1 @@ -v.16. Pero é o que foi dicho a través do profeta Joel: v.17. Será en os últimos \ No newline at end of file +\v 16 \v 17 v.16. Pero é o que foi dicho a través do profeta Joel: v.17. Será en os últimos días, \ No newline at end of file From 878f42adc4dd8b31c873f5627bdb0d7815c8e166 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 09:39:57 +0100 Subject: [PATCH 140/977] =?UTF-8?q?Fri=20Mar=2018=202022=2009:39:56=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/16.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/16.txt b/02/16.txt index 250958f..4d49b8e 100644 --- a/02/16.txt +++ b/02/16.txt @@ -1 +1 @@ -\v 16 \v 17 v.16. Pero é o que foi dicho a través do profeta Joel: v.17. Será en os últimos días, \ No newline at end of file +\v 16 \v 17 v.16. Pero é o que foi dicho a través do profeta Joel: v.17. Será en os últimos días, " dí Deus"Eu derramareí meu espírito \ No newline at end of file From 2b4c59355ab541cffdae19f104f7e5c6ee82e177 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 09:41:57 +0100 Subject: [PATCH 141/977] =?UTF-8?q?Fri=20Mar=2018=202022=2009:41:56=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/16.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/16.txt b/02/16.txt index 4d49b8e..845fae8 100644 --- a/02/16.txt +++ b/02/16.txt @@ -1 +1 @@ -\v 16 \v 17 v.16. Pero é o que foi dicho a través do profeta Joel: v.17. Será en os últimos días, " dí Deus"Eu derramareí meu espírito \ No newline at end of file +\v 16 \v 17 v.16. Pero é o que foi dicho a través do profeta Joel: v.17. Será en os últimos días, " dí Deus"Eu derramareí meu espírito sobre os seus fillos é suas fillas \ No newline at end of file From 2b0938735d36cfa224a0a0afb504e1efeff9341f Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 09:49:57 +0100 Subject: [PATCH 142/977] =?UTF-8?q?Fri=20Mar=2018=202022=2009:49:56=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/16.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/02/16.txt b/02/16.txt index 845fae8..f594032 100644 --- a/02/16.txt +++ b/02/16.txt @@ -1 +1,2 @@ -\v 16 \v 17 v.16. Pero é o que foi dicho a través do profeta Joel: v.17. Será en os últimos días, " dí Deus"Eu derramareí meu espírito sobre os seus fillos é suas fillas \ No newline at end of file +\v 16 \v 17 v.16. Pero é o que foi dicho a través do profeta Joel: v.17. Será en os últimos días, " dí Deus"Eu derramareí meu espírito sobre os seus fillos é + as tuas fillas profeciaran,os vosos mozos verán visións e os vellos \ No newline at end of file From 327752788a37d8e2c4eff2c80d8075055a2943aa Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 09:51:56 +0100 Subject: [PATCH 143/977] =?UTF-8?q?Fri=20Mar=2018=202022=2009:51:56=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/16.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/02/16.txt b/02/16.txt index f594032..b944c72 100644 --- a/02/16.txt +++ b/02/16.txt @@ -1,2 +1,3 @@ -\v 16 \v 17 v.16. Pero é o que foi dicho a través do profeta Joel: v.17. Será en os últimos días, " dí Deus"Eu derramareí meu espírito sobre os seus fillos é - as tuas fillas profeciaran,os vosos mozos verán visións e os vellos \ No newline at end of file + + v.16. Pero é o que foi dicho a través do profeta Joel: v.17. Será en os últimos días, " dí Deus"Eu derramareí meu espírito sobre os seus fillos é + as tuas fillas profeciaran,os vosos mozos verán visións e os vellos soñaran sonos \ No newline at end of file From 967da80894be008963825d4f30d23acff252e1c1 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 12:33:31 +0100 Subject: [PATCH 144/977] =?UTF-8?q?Fri=20Mar=2018=202022=2012:33:30=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/16.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/02/16.txt b/02/16.txt index b944c72..08dead0 100644 --- a/02/16.txt +++ b/02/16.txt @@ -1,3 +1,2 @@ - - v.16. Pero é o que foi dicho a través do profeta Joel: v.17. Será en os últimos días, " dí Deus"Eu derramareí meu espírito sobre os seus fillos é +\v 16 \v 17 v.16. Pero é o que foi dicho a través do profeta Joel: v.17. Será en os últimos días, " dí Deus"Eu derramareí meu espírito sobre os seus fillos é as tuas fillas profeciaran,os vosos mozos verán visións e os vellos soñaran sonos \ No newline at end of file From 8e13506dca4dfda76262357111270a06cab48149 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 18 Mar 2022 13:03:33 +0100 Subject: [PATCH 145/977] =?UTF-8?q?Fri=20Mar=2018=202022=2013:03:33=20GMT+?= =?UTF-8?q?0100=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 02a1a23..009f601 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "package_version": 6, + "package_version": 7, "format": "usfm", "generator": { "name": "ts-desktop", From 9409961c0475ad9b362d7d5598ac94425edc4270 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 13:05:39 +0100 Subject: [PATCH 146/977] =?UTF-8?q?Fri=20Mar=2018=202022=2013:05:39=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/18.txt | 1 + manifest.json | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 02/18.txt diff --git a/02/18.txt b/02/18.txt new file mode 100644 index 0000000..69c4f53 --- /dev/null +++ b/02/18.txt @@ -0,0 +1 @@ +Tamén \ No newline at end of file diff --git a/manifest.json b/manifest.json index 009f601..5ab9a21 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "package_version": 7, + "package_version": 6, "format": "usfm", "generator": { "name": "ts-desktop", @@ -51,6 +51,7 @@ "02-05", "02-08", "02-12", - "02-14" + "02-14", + "02-16" ] } \ No newline at end of file From d745f774befd9beaae4ea53ce3505b934fb1ced9 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 13:07:39 +0100 Subject: [PATCH 147/977] =?UTF-8?q?Fri=20Mar=2018=202022=2013:07:39=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/18.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/18.txt b/02/18.txt index 69c4f53..e54e46d 100644 --- a/02/18.txt +++ b/02/18.txt @@ -1 +1 @@ -Tamén \ No newline at end of file +Tamén en meus servos é servas nestes días eu rerramarei meu \ No newline at end of file From 074ad9033283f42b5bb797ec25380b84ac7c170c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 13:11:39 +0100 Subject: [PATCH 148/977] =?UTF-8?q?Fri=20Mar=2018=202022=2013:11:39=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/18.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/18.txt b/02/18.txt index e54e46d..5a41dc6 100644 --- a/02/18.txt +++ b/02/18.txt @@ -1 +1 @@ -Tamén en meus servos é servas nestes días eu rerramarei meu \ No newline at end of file +\v 18 \v 19 TAMÉN EN MEUS SERVOS É SERVAS NESTES DÍAS EU DERRAMAREI MEU ESP´´I \ No newline at end of file From 96fc2d574f0157547219361849fccd87163a9ead Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 13:13:39 +0100 Subject: [PATCH 149/977] =?UTF-8?q?Fri=20Mar=2018=202022=2013:13:39=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/18.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/18.txt b/02/18.txt index 5a41dc6..55db338 100644 --- a/02/18.txt +++ b/02/18.txt @@ -1 +1 @@ -\v 18 \v 19 TAMÉN EN MEUS SERVOS É SERVAS NESTES DÍAS EU DERRAMAREI MEU ESP´´I \ No newline at end of file +\v 18 \v 19 TAMÉN EN MEUS SERVOS É SERVAS NESTES DÍAS EU DERRAMAREI MEU ESP´´IRITO, É ELES PREFETIZARAN. EU LLES MOSTRAREI MARAVILLAS ENRIBA NO CEO É SIÑALES BAIXO NA TERRA, SANGRE, \ No newline at end of file From b80f8d6700c01a06ac4c52247542fd0975bd6af5 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 13:15:39 +0100 Subject: [PATCH 150/977] =?UTF-8?q?Fri=20Mar=2018=202022=2013:15:39=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/18.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/02/18.txt b/02/18.txt index 55db338..d793fea 100644 --- a/02/18.txt +++ b/02/18.txt @@ -1 +1 @@ -\v 18 \v 19 TAMÉN EN MEUS SERVOS É SERVAS NESTES DÍAS EU DERRAMAREI MEU ESP´´IRITO, É ELES PREFETIZARAN. EU LLES MOSTRAREI MARAVILLAS ENRIBA NO CEO É SIÑALES BAIXO NA TERRA, SANGRE, \ No newline at end of file +\v 19 \v 18 TAMÉN EN MEUS SERVOS É SERVAS NESTES DÍAS EU DERRAMAREI MEU ESP´´IRITO, É ELES PREFETIZARAN. v 19 EU LLES MOSTRAREI MARAVILLAS ENRIBA NO CEO É SIÑALES BAIXO NA TERRA, SANGRE, FOGO, É VAPOR DE FUM E. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 5ab9a21..8f97d06 100644 --- a/manifest.json +++ b/manifest.json @@ -52,6 +52,7 @@ "02-08", "02-12", "02-14", - "02-16" + "02-16", + "02-18" ] } \ No newline at end of file From e6607d3e8a0ca02a2caf484791d9611f69349ca5 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 13:21:39 +0100 Subject: [PATCH 151/977] =?UTF-8?q?Fri=20Mar=2018=202022=2013:21:39=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/20.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 02/20.txt diff --git a/02/20.txt b/02/20.txt new file mode 100644 index 0000000..a9a1454 --- /dev/null +++ b/02/20.txt @@ -0,0 +1 @@ +O SOL VOLTARASE \ No newline at end of file From 31e99543f550c9951a16449dba4a40b813086208 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 13:23:39 +0100 Subject: [PATCH 152/977] =?UTF-8?q?Fri=20Mar=2018=202022=2013:23:39=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/20.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/20.txt b/02/20.txt index a9a1454..44e6ab2 100644 --- a/02/20.txt +++ b/02/20.txt @@ -1 +1 @@ -O SOL VOLTARASE \ No newline at end of file +O SOL VOLTARASE ESCURIDAD É A LUA EN SANGRE, DIANTE DO GRAN É NOTABLE DÍA DA \ No newline at end of file From 95b0b2de7dfed9ffb63daf5e750758e35fc84864 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 13:25:39 +0100 Subject: [PATCH 153/977] =?UTF-8?q?Fri=20Mar=2018=202022=2013:25:39=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/20.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/20.txt b/02/20.txt index 44e6ab2..918c516 100644 --- a/02/20.txt +++ b/02/20.txt @@ -1 +1 @@ -O SOL VOLTARASE ESCURIDAD É A LUA EN SANGRE, DIANTE DO GRAN É NOTABLE DÍA DA \ No newline at end of file +\v 20 \v 21 O SOL VOLTARASE ESCURIDAD É A LUA EN SANGRE, DIANTE DO GRAN É NOTABLE DÍA DA \ No newline at end of file From eeda75c1e87d8051328a35d15da279f15259dbbc Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 13:27:39 +0100 Subject: [PATCH 154/977] =?UTF-8?q?Fri=20Mar=2018=202022=2013:27:39=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/20.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/20.txt b/02/20.txt index 918c516..9077a58 100644 --- a/02/20.txt +++ b/02/20.txt @@ -1 +1 @@ -\v 20 \v 21 O SOL VOLTARASE ESCURIDAD É A LUA EN SANGRE, DIANTE DO GRAN É NOTABLE DÍA DA \ No newline at end of file +\v 20 \v 21 O SOL VOLTARASE ESCURIDAD E A LUA EN SANGUE, ANTES DO GRAN ÉE SIGNABLE DÍA NOTABLE DÍA DA \ No newline at end of file From 989e0e94bdde2a86f1746b3aa710075db4c052b1 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 13:29:39 +0100 Subject: [PATCH 155/977] =?UTF-8?q?Fri=20Mar=2018=202022=2013:29:39=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/20.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/20.txt b/02/20.txt index 9077a58..44eba64 100644 --- a/02/20.txt +++ b/02/20.txt @@ -1 +1 @@ -\v 20 \v 21 O SOL VOLTARASE ESCURIDAD E A LUA EN SANGUE, ANTES DO GRAN ÉE SIGNABLE DÍA NOTABLE DÍA DA \ No newline at end of file +\v 20 \v 21 O SOL VOLTARASE ESCURIDAD E A LUA EN SANGUE, ANTES DO GRAN ÉE SIGNABLE DÍA DA VENIDA DO SEÑOR. CHEGARÁ QUE TODOS OS QUE ME CHAMEN AO NOME DO SEÑOR \ No newline at end of file From 850abb8c45e33303127d690c04a25e2c574ac311 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 13:31:39 +0100 Subject: [PATCH 156/977] =?UTF-8?q?Fri=20Mar=2018=202022=2013:31:39=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/20.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/02/20.txt b/02/20.txt index 44eba64..f3903fc 100644 --- a/02/20.txt +++ b/02/20.txt @@ -1 +1 @@ -\v 20 \v 21 O SOL VOLTARASE ESCURIDAD E A LUA EN SANGUE, ANTES DO GRAN ÉE SIGNABLE DÍA DA VENIDA DO SEÑOR. CHEGARÁ QUE TODOS OS QUE ME CHAMEN AO NOME DO SEÑOR \ No newline at end of file +\v 20 O SOL VOLTARASE ESCURIDAD E A LUA EN SANGUE, ANTES DO GRAN ÉE SIGNABLE DÍA DA VENIDA DO SEÑOR. \v 21 CHEGARÁ QUE TODOS OS QUE ME CHAMEN AO NOME DO SEÑOR SERA SALVO. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 8f97d06..3d330df 100644 --- a/manifest.json +++ b/manifest.json @@ -53,6 +53,7 @@ "02-12", "02-14", "02-16", - "02-18" + "02-18", + "02-20" ] } \ No newline at end of file From bb5ee3e325227cbf25276155c11a7cafde104c74 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 14:35:29 +0100 Subject: [PATCH 157/977] =?UTF-8?q?Fri=20Mar=2018=202022=2014:35:29=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/01.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/02/01.txt b/02/01.txt index effc71c..53ca992 100644 --- a/02/01.txt +++ b/02/01.txt @@ -1,2 +1,2 @@ -\c 2 \v 1 \v 2 \v 3 \v 4 Cando chegou o dñia de Pentecostes eles estaban todos xuntios no mesmo lugar. E de súpeto veu desde o ceo un refacho de vento forte, e encheu toda a casa ionde estaban sentados. Aparecéronlles linguas coma o lume - e descansaron e pousaronse enriba de cada ún deles. \v 4 Eles foron cheos do Espírito Santo, e comenzaron a falar noutras linguas, seguundo o Espítito lles permitía falar. \ No newline at end of file +\c 2 \v 1 \v 2 \v 3 \v 4 Cando chegou o día de Pentecostes eles estaban todos xuntios no mesmo lugar. E de súpeto veu desde o ceo un refacho de vento forte, e encheu toda a casa onde estaban sentados. Aparecéronlles linguas coma o lume + e descansaron e pousaronse enriba de cada ún deles. Eles foron cheos do Espírito Santo, e comenzaron a falar noutras linguas, seguundo o Espítito lles permitía falar. \ No newline at end of file From a64f02a71df290a2e64c9b356d7d0180346110c1 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 14:37:29 +0100 Subject: [PATCH 158/977] =?UTF-8?q?Fri=20Mar=2018=202022=2014:37:28=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/01.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/02/01.txt b/02/01.txt index 53ca992..c2eb034 100644 --- a/02/01.txt +++ b/02/01.txt @@ -1,2 +1,2 @@ -\c 2 \v 1 \v 2 \v 3 \v 4 Cando chegou o día de Pentecostes eles estaban todos xuntios no mesmo lugar. E de súpeto veu desde o ceo un refacho de vento forte, e encheu toda a casa onde estaban sentados. Aparecéronlles linguas coma o lume - e descansaron e pousaronse enriba de cada ún deles. Eles foron cheos do Espírito Santo, e comenzaron a falar noutras linguas, seguundo o Espítito lles permitía falar. \ No newline at end of file +\c 2 \v 1 \v 3 \v 4 Cando chegou o día de Pentecostes eles estaban todos xuntios no mesmo lugar. E \v 2 de súpeto veu desde o ceo un refacho de vento forte, e encheu toda a casa onde estaban sentados. Aparecéronlles linguas coma o lume + e e pousaronse enriba de cada ún deles. Eles foron cheos do Espírito Santo, e comenzaron a falar noutras linguas, seguundo o Espírito lles daba para falar. \ No newline at end of file From ed5018f920b15eda65231624a307fc562d4a7eab Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 14:39:29 +0100 Subject: [PATCH 159/977] =?UTF-8?q?Fri=20Mar=2018=202022=2014:39:29=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/01.txt | 4 ++-- manifest.json | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/02/01.txt b/02/01.txt index c2eb034..6cb36a0 100644 --- a/02/01.txt +++ b/02/01.txt @@ -1,2 +1,2 @@ -\c 2 \v 1 \v 3 \v 4 Cando chegou o día de Pentecostes eles estaban todos xuntios no mesmo lugar. E \v 2 de súpeto veu desde o ceo un refacho de vento forte, e encheu toda a casa onde estaban sentados. Aparecéronlles linguas coma o lume - e e pousaronse enriba de cada ún deles. Eles foron cheos do Espírito Santo, e comenzaron a falar noutras linguas, seguundo o Espírito lles daba para falar. \ No newline at end of file +\c 2 \v 1 Cando chegou o día de Pentecostes eles estaban todos xuntios no mesmo lugar. \v 2 . E de súpeto veu desde o ceo un refacho de vento forte, e encheu toda a casa onde estaban sentados. \v 3 Aparecéronlles linguas coma o lume + e e pousaronse enriba de cada ún deles. \v 4 Eles foron cheos do Espírito Santo, e comenzaron a falar noutras linguas, seguundo o Espírito lles daba para falar. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 3d330df..1e0fe16 100644 --- a/manifest.json +++ b/manifest.json @@ -48,6 +48,7 @@ "01-21", "01-24", "02-title", + "02-01", "02-05", "02-08", "02-12", From e279e377dbf45959ed880b5b467b64cf0b9b66fa Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 14:41:29 +0100 Subject: [PATCH 160/977] =?UTF-8?q?Fri=20Mar=2018=202022=2014:41:29=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/22.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 02/22.txt diff --git a/02/22.txt b/02/22.txt new file mode 100644 index 0000000..84f163a --- /dev/null +++ b/02/22.txt @@ -0,0 +1 @@ +Homes de Israel, escoitade estas vervas \ No newline at end of file From 3324265f40eb12ad4b5a5dccdc0935ec4dde4c45 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 14:53:29 +0100 Subject: [PATCH 161/977] =?UTF-8?q?Fri=20Mar=2018=202022=2014:53:29=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/22.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/22.txt b/02/22.txt index 84f163a..833b168 100644 --- a/02/22.txt +++ b/02/22.txt @@ -1 +1 @@ -Homes de Israel, escoitade estas vervas \ No newline at end of file +Homes de Israel, escoitade estas palabras:Xesús de Nazaret \ No newline at end of file From cd171a827a81bcb3b4954864fce7d74e7b41796d Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 14:55:29 +0100 Subject: [PATCH 162/977] =?UTF-8?q?Fri=20Mar=2018=202022=2014:55:29=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/22.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/22.txt b/02/22.txt index 833b168..1ffb80b 100644 --- a/02/22.txt +++ b/02/22.txt @@ -1 +1 @@ -Homes de Israel, escoitade estas palabras:Xesús de Nazaret \ No newline at end of file +Homes de Israel, escoitade estas palabras:Xesús de Nazaret, home aprobado por Deus para vos polas obras poderosas, as maravillas e os sinais que Deus \ No newline at end of file From dee30536cb42a435b9c9424bd29d6141af4f4152 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 14:57:29 +0100 Subject: [PATCH 163/977] =?UTF-8?q?Fri=20Mar=2018=202022=2014:57:29=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/22.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/22.txt b/02/22.txt index 1ffb80b..68be625 100644 --- a/02/22.txt +++ b/02/22.txt @@ -1 +1 @@ -Homes de Israel, escoitade estas palabras:Xesús de Nazaret, home aprobado por Deus para vos polas obras poderosas, as maravillas e os sinais que Deus \ No newline at end of file +Homes de Israel, escoitade estas palabras:Xesús de Nazaret, home aprobado por Deus para vos polas obras poderosas, as maravillas e os sinais que Deus fixo a traves del no medio de vós, como vós mesmos sabedes, , por mor do Plan decidido e para \ No newline at end of file From 09c54687d909bb16f80a9037eb8f8aa47574c3fc Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 14:59:29 +0100 Subject: [PATCH 164/977] =?UTF-8?q?Fri=20Mar=2018=202022=2014:59:29=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/22.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/22.txt b/02/22.txt index 68be625..201e725 100644 --- a/02/22.txt +++ b/02/22.txt @@ -1 +1 @@ -Homes de Israel, escoitade estas palabras:Xesús de Nazaret, home aprobado por Deus para vos polas obras poderosas, as maravillas e os sinais que Deus fixo a traves del no medio de vós, como vós mesmos sabedes, , por mor do Plan decidido e para \ No newline at end of file +Homes de Israel, escoitade estas palabras:Xesús de Nazaret, home aprobado por Deus para vos polas obras poderosas, as maravillas e os sinais que Deus fixo a traves del no medio de vós, como vós mesmos sabedes, , por mor do Plan decidido e para a sua presciencia de Deus, ël foi entregado,e vós, plo man de homes malvados o crucificachedese \ No newline at end of file From 1dffa3a01f509f203e4630abe276fceae16e7930 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 15:01:29 +0100 Subject: [PATCH 165/977] =?UTF-8?q?Fri=20Mar=2018=202022=2015:01:29=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/22.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/22.txt b/02/22.txt index 201e725..ffa4ed3 100644 --- a/02/22.txt +++ b/02/22.txt @@ -1 +1 @@ -Homes de Israel, escoitade estas palabras:Xesús de Nazaret, home aprobado por Deus para vos polas obras poderosas, as maravillas e os sinais que Deus fixo a traves del no medio de vós, como vós mesmos sabedes, , por mor do Plan decidido e para a sua presciencia de Deus, ël foi entregado,e vós, plo man de homes malvados o crucificachedese \ No newline at end of file +Homes de Israel, escoitade estas palabras:Xesús de Nazaret, home aprobado por Deus para vos polas obras poderosas, as maravillas e os sinais que Deus fixo a traves del no medio de vós, como vós mesmos sabedes, , por mor do Plan decidido e para a sua presciencia de Deus, ël foi entregado,e vós, plo man de homes malvados o crucificachedese asasinaches; a quen Deus resucitou, librandoo das angurias da morte porque non era Él estivese retido por eles. \ No newline at end of file From b135aaa9f1c9bcb15c4040c6fbbbd407d725e2d1 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 15:03:29 +0100 Subject: [PATCH 166/977] =?UTF-8?q?Fri=20Mar=2018=202022=2015:03:29=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/22.txt | 2 +- 02/25.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 02/25.txt diff --git a/02/22.txt b/02/22.txt index ffa4ed3..cc6a5c0 100644 --- a/02/22.txt +++ b/02/22.txt @@ -1 +1 @@ -Homes de Israel, escoitade estas palabras:Xesús de Nazaret, home aprobado por Deus para vos polas obras poderosas, as maravillas e os sinais que Deus fixo a traves del no medio de vós, como vós mesmos sabedes, , por mor do Plan decidido e para a sua presciencia de Deus, ël foi entregado,e vós, plo man de homes malvados o crucificachedese asasinaches; a quen Deus resucitou, librandoo das angurias da morte porque non era Él estivese retido por eles. \ No newline at end of file +\v 22 Homes de Israel, escoitade estas palabras:Xesús de Nazaret, home aprobado por Deus para vos polas obras poderosas, as maravillas e os sinais que Deus fixo a traves del no medio de vós, como vós mesmos sabedes, , \v 23 por mor do Plan decidido e para a sua presciencia de Deus, ël foi entregado,e vós, plo man de homes malvados o crucificachedese asasinaches; \v 24 a quen Deus resucitou, librandoo das angurias da morte porque non era Él estivese retido por eles. \ No newline at end of file diff --git a/02/25.txt b/02/25.txt new file mode 100644 index 0000000..a08f7ab --- /dev/null +++ b/02/25.txt @@ -0,0 +1 @@ +Pois David dí \ No newline at end of file diff --git a/manifest.json b/manifest.json index 1e0fe16..8670f71 100644 --- a/manifest.json +++ b/manifest.json @@ -55,6 +55,7 @@ "02-14", "02-16", "02-18", - "02-20" + "02-20", + "02-22" ] } \ No newline at end of file From fc2dbac752ef77029d31341d3c50e8fb17163034 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 15:05:29 +0100 Subject: [PATCH 167/977] =?UTF-8?q?Fri=20Mar=2018=202022=2015:05:29=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/25.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/25.txt b/02/25.txt index a08f7ab..78f0ec1 100644 --- a/02/25.txt +++ b/02/25.txt @@ -1 +1 @@ -Pois David dí \ No newline at end of file +\v 25 \v 26 Pois David dí sobre Él \ No newline at end of file From f79a97b04cb294e558fb25f39add8861a0c1f8c5 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 15:07:29 +0100 Subject: [PATCH 168/977] =?UTF-8?q?Fri=20Mar=2018=202022=2015:07:29=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/25.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/25.txt b/02/25.txt index 78f0ec1..2506e03 100644 --- a/02/25.txt +++ b/02/25.txt @@ -1 +1 @@ -\v 25 \v 26 Pois David dí sobre Él \ No newline at end of file +\v 25 \v 26 Pois David dí sobre Él: EU SEMPRE MIREI DIANTE DE MIN \ No newline at end of file From 5638ee6065a0b64aab1dad93c429943757040c7a Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 15:09:29 +0100 Subject: [PATCH 169/977] =?UTF-8?q?Fri=20Mar=2018=202022=2015:09:29=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/25.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/02/25.txt b/02/25.txt index 2506e03..a7a5a22 100644 --- a/02/25.txt +++ b/02/25.txt @@ -1 +1,2 @@ -\v 25 \v 26 Pois David dí sobre Él: EU SEMPRE MIREI DIANTE DE MIN \ No newline at end of file +\v 25 \v 26 Pois David dí sobre Él: EU SEMPRE VIA AO SEÑOR DIANTE DO MEU ROSTRO + DIANTE DE MIN \ No newline at end of file From 7bfcdb99e8e8382c1da099e49cd7c505e34e476b Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 15:13:29 +0100 Subject: [PATCH 170/977] =?UTF-8?q?Fri=20Mar=2018=202022=2015:13:29=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/25.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/25.txt b/02/25.txt index a7a5a22..ad69ec7 100644 --- a/02/25.txt +++ b/02/25.txt @@ -1,2 +1,2 @@ \v 25 \v 26 Pois David dí sobre Él: EU SEMPRE VIA AO SEÑOR DIANTE DO MEU ROSTRO - DIANTE DE MIN \ No newline at end of file +PORQUE Ë \ No newline at end of file From 77b9b1b61b93b700a9a9db0b80c7cb656fe1e404 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 15:15:29 +0100 Subject: [PATCH 171/977] =?UTF-8?q?Fri=20Mar=2018=202022=2015:15:29=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/25.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/25.txt b/02/25.txt index ad69ec7..0f10145 100644 --- a/02/25.txt +++ b/02/25.txt @@ -1,2 +1,2 @@ \v 25 \v 26 Pois David dí sobre Él: EU SEMPRE VIA AO SEÑOR DIANTE DO MEU ROSTRO -PORQUE Ë \ No newline at end of file +PORQUE ËL SEMPRE ESTA NA MIÑA MAN DEREITA PARA QUE EU NON SEXA MOVIDO. PO LO TANTO MEU CARAZÓN \ No newline at end of file From 514776b5780b2fedab930e7bdd51bc23d521dcee Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 15:17:29 +0100 Subject: [PATCH 172/977] =?UTF-8?q?Fri=20Mar=2018=202022=2015:17:29=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/25.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/25.txt b/02/25.txt index 0f10145..e545630 100644 --- a/02/25.txt +++ b/02/25.txt @@ -1,2 +1,2 @@ \v 25 \v 26 Pois David dí sobre Él: EU SEMPRE VIA AO SEÑOR DIANTE DO MEU ROSTRO -PORQUE ËL SEMPRE ESTA NA MIÑA MAN DEREITA PARA QUE EU NON SEXA MOVIDO. PO LO TANTO MEU CARAZÓN \ No newline at end of file +PORQUE ËL SEMPRE ESTA NA MIÑA MAN DEREITA PARA QUE EU NON SEXA MOVIDO. PO LO TANTO MEU CARAZÓN ESRA LEDO E A MIÑA LINGUA ALEGRASE, TAMEN A MIÑA CARNE VIVIRA CON CONFIANZA \ No newline at end of file From 02aeecaeb206ba3d56e240412263ef8e5ef778b9 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 15:19:29 +0100 Subject: [PATCH 173/977] =?UTF-8?q?Fri=20Mar=2018=202022=2015:19:29=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/25.txt | 4 ++-- manifest.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/02/25.txt b/02/25.txt index e545630..bebb4c6 100644 --- a/02/25.txt +++ b/02/25.txt @@ -1,2 +1,2 @@ -\v 25 \v 26 Pois David dí sobre Él: EU SEMPRE VIA AO SEÑOR DIANTE DO MEU ROSTRO -PORQUE ËL SEMPRE ESTA NA MIÑA MAN DEREITA PARA QUE EU NON SEXA MOVIDO. PO LO TANTO MEU CARAZÓN ESRA LEDO E A MIÑA LINGUA ALEGRASE, TAMEN A MIÑA CARNE VIVIRA CON CONFIANZA \ No newline at end of file +\v 26 Pois David dí sobre Él: EU SEMPRE VIA AO SEÑOR DIANTE DO MEU ROSTRO +PORQUE ÉL SEMPRE ESTA NA MIÑA MAN DEREITA PARA QUE EU NON SEXA MOVIDO. \v 25 PO LO TANTO MEU CARAZÓN ESRA LEDO E A MIÑA LINGUA ALEGRASE, TAMEN A MIÑA CARNE VIVIRA CON CONFIANZA \ No newline at end of file diff --git a/manifest.json b/manifest.json index 8670f71..ae1c62f 100644 --- a/manifest.json +++ b/manifest.json @@ -56,6 +56,7 @@ "02-16", "02-18", "02-20", - "02-22" + "02-22", + "02-25" ] } \ No newline at end of file From 75eaba829c9df7a5a09d4de4f07a0b1944f2028c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 18:50:05 +0100 Subject: [PATCH 174/977] =?UTF-8?q?Fri=20Mar=2018=202022=2018:50:05=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/27.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 02/27.txt diff --git a/02/27.txt b/02/27.txt new file mode 100644 index 0000000..ded3aca --- /dev/null +++ b/02/27.txt @@ -0,0 +1 @@ +PORQUE TÍ NON \ No newline at end of file From ed9a11c7e81538135670e79e21a510e8f16f496b Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 20:00:36 +0100 Subject: [PATCH 175/977] =?UTF-8?q?Fri=20Mar=2018=202022=2020:00:36=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/27.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/27.txt b/02/27.txt index ded3aca..7f18e9a 100644 --- a/02/27.txt +++ b/02/27.txt @@ -1 +1 @@ -PORQUE TÍ NON \ No newline at end of file +\v 27 \v 28 PORQUE TÍ NON \ No newline at end of file From fdd31c991973f60f98232c5be7a5e75de796a2d6 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 18 Mar 2022 20:05:59 +0100 Subject: [PATCH 176/977] =?UTF-8?q?Fri=20Mar=2018=202022=2020:05:58=20GMT+?= =?UTF-8?q?0100=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 ae1c62f..245a1f9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "package_version": 6, + "package_version": 7, "format": "usfm", "generator": { "name": "ts-desktop", From b7312a5f1db7f97148de506fb82817f8fed86222 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 20:09:46 +0100 Subject: [PATCH 177/977] =?UTF-8?q?Fri=20Mar=2018=202022=2020:09:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/27.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/27.txt b/02/27.txt index 7f18e9a..0061007 100644 --- a/02/27.txt +++ b/02/27.txt @@ -1 +1 @@ -\v 27 \v 28 PORQUE TÍ NON \ No newline at end of file +\v 27 \v 28 PORQUE TÍ NON ABANDARÁS A MIÑA ALMA NO HADESNNN, NIN PERMETIRAS \ No newline at end of file From b6e84bf7f87d1837deda80995638013db49dae79 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 20:11:46 +0100 Subject: [PATCH 178/977] =?UTF-8?q?Fri=20Mar=2018=202022=2020:11:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/27.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/27.txt b/02/27.txt index 0061007..fb1caba 100644 --- a/02/27.txt +++ b/02/27.txt @@ -1 +1 @@ -\v 27 \v 28 PORQUE TÍ NON ABANDARÁS A MIÑA ALMA NO HADESNNN, NIN PERMETIRAS \ No newline at end of file +\v 27 \v 28 PORQUE TÍ NON ABANDARÁS A MIÑA ALMA NO HADESNNN, NIN PERMETIRAS O TEU SANTO VER OS MODOS \ No newline at end of file From 8dda5b59e15242d204b7b4931c191ad414dbccc1 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 20:13:46 +0100 Subject: [PATCH 179/977] =?UTF-8?q?Fri=20Mar=2018=202022=2020:13:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/27.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/27.txt b/02/27.txt index fb1caba..25c8070 100644 --- a/02/27.txt +++ b/02/27.txt @@ -1 +1 @@ -\v 27 \v 28 PORQUE TÍ NON ABANDARÁS A MIÑA ALMA NO HADESNNN, NIN PERMETIRAS O TEU SANTO VER OS MODOS \ No newline at end of file +\v 27 \v 28 PORQUE TÍ NON ABANDARÁS A MIÑA ALMA NO HADESNNN, NIN PERMETIRAS O TEU SANTO VER CORRUPIÓN. tI ME RELEVACHES A MIN OS CAMIÑOS DA VIDA. TÍ ME LEVARAS DE \ No newline at end of file From 5b10ecaa57969c313ea51a91db49bc51679bf7d1 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 20:15:46 +0100 Subject: [PATCH 180/977] =?UTF-8?q?Fri=20Mar=2018=202022=2020:15:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/27.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/27.txt b/02/27.txt index 25c8070..80fffab 100644 --- a/02/27.txt +++ b/02/27.txt @@ -1 +1 @@ -\v 27 \v 28 PORQUE TÍ NON ABANDARÁS A MIÑA ALMA NO HADESNNN, NIN PERMETIRAS O TEU SANTO VER CORRUPIÓN. tI ME RELEVACHES A MIN OS CAMIÑOS DA VIDA. TÍ ME LEVARAS DE \ No newline at end of file +\v 27 \v 28 PORQUE TÍ NON ABANDARÁS A MIÑA ALMA NO HADESNNN, NIN PERMETIRAS O TEU SANTO VER CORRUPIÓN. tI ME RELEVACHES A MIN OS CAMIÑOS DA VIDA. TÍ ENCHERASME DE CONTIDOS COA TÚA CARA \ No newline at end of file From 7183af18afce99ef579f2d7b6dcad3bed59a5d76 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 20:19:46 +0100 Subject: [PATCH 181/977] =?UTF-8?q?Fri=20Mar=2018=202022=2020:19:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/27.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/27.txt b/02/27.txt index 80fffab..7c06686 100644 --- a/02/27.txt +++ b/02/27.txt @@ -1 +1 @@ -\v 27 \v 28 PORQUE TÍ NON ABANDARÁS A MIÑA ALMA NO HADESNNN, NIN PERMETIRAS O TEU SANTO VER CORRUPIÓN. tI ME RELEVACHES A MIN OS CAMIÑOS DA VIDA. TÍ ENCHERASME DE CONTIDOS COA TÚA CARA \ No newline at end of file +\v 27 PORQUE TÍ NON ABANDARÁS A MIÑA ALMA NO HADES, NIN PERMETIRAS O TEU SANTO VER CORRUPIÓN. \v 28 TÍ ME RELEVACHES A MIN OS CAMIÑOS DA VIDA. TÍ ENCHERASME DE CONTIDOS COA TÚA CARA \ No newline at end of file From 4c23f9ae7c2acb12f2949ebc05a66e75d8676231 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 20:21:46 +0100 Subject: [PATCH 182/977] =?UTF-8?q?Fri=20Mar=2018=202022=2020:21:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/29.txt | 1 + manifest.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 02/29.txt diff --git a/02/29.txt b/02/29.txt new file mode 100644 index 0000000..997d1ab --- /dev/null +++ b/02/29.txt @@ -0,0 +1 @@ +PODO FALARVOS \ No newline at end of file diff --git a/manifest.json b/manifest.json index 245a1f9..6ff131c 100644 --- a/manifest.json +++ b/manifest.json @@ -57,6 +57,7 @@ "02-18", "02-20", "02-22", - "02-25" + "02-25", + "02-27" ] } \ No newline at end of file From 40e02c8c88ea19fd775f211b7d9979b7e98558a1 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 20:23:46 +0100 Subject: [PATCH 183/977] =?UTF-8?q?Fri=20Mar=2018=202022=2020:23:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/29.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/29.txt b/02/29.txt index 997d1ab..2cf7e56 100644 --- a/02/29.txt +++ b/02/29.txt @@ -1 +1 @@ -PODO FALARVOS \ No newline at end of file +Hirm \ No newline at end of file From e8b357ff22951c409c56c48c8aec51722f82787a Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 20:25:46 +0100 Subject: [PATCH 184/977] =?UTF-8?q?Fri=20Mar=2018=202022=2020:25:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/29.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/29.txt b/02/29.txt index 2cf7e56..49cee7f 100644 --- a/02/29.txt +++ b/02/29.txt @@ -1 +1 @@ -Hirm \ No newline at end of file +Hirmás, eu podo falarvo confiadamente do patriarca David: él morreu é foi soterrado \ No newline at end of file From 767d8d7e5573a261d5992858852c5c82ed56292f Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 20:27:46 +0100 Subject: [PATCH 185/977] =?UTF-8?q?Fri=20Mar=2018=202022=2020:27:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/29.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/29.txt b/02/29.txt index 49cee7f..fa97291 100644 --- a/02/29.txt +++ b/02/29.txt @@ -1 +1 @@ -Hirmás, eu podo falarvo confiadamente do patriarca David: él morreu é foi soterrado \ No newline at end of file +Hirmás, eu podo falarvo confiadamente do patriarca David: él morreu é foi soterrado e a sua tumba esta connosco ata o día de oxe. Po \ No newline at end of file From 1bad8eca1564e546b7bc4b6a71e107e5328f3d39 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 20:29:46 +0100 Subject: [PATCH 186/977] =?UTF-8?q?Fri=20Mar=2018=202022=2020:29:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/29.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/29.txt b/02/29.txt index fa97291..9cd6887 100644 --- a/02/29.txt +++ b/02/29.txt @@ -1 +1 @@ -Hirmás, eu podo falarvo confiadamente do patriarca David: él morreu é foi soterrado e a sua tumba esta connosco ata o día de oxe. Po \ No newline at end of file +Hirmás, eu podo falarvo confiadamente do patriarca David: él morreu é foi soterrado e a sua tumba esta connosco ata o día de oxe. Po lo cal, él foi un profeta e sabía que Deus había xurado con unha promesa a él, Él \ No newline at end of file From d20956351fc6c3f079ec7a57631735c8b99b8cc5 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 20:31:46 +0100 Subject: [PATCH 187/977] =?UTF-8?q?Fri=20Mar=2018=202022=2020:31:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/29.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/29.txt b/02/29.txt index 9cd6887..8219814 100644 --- a/02/29.txt +++ b/02/29.txt @@ -1 +1 @@ -Hirmás, eu podo falarvo confiadamente do patriarca David: él morreu é foi soterrado e a sua tumba esta connosco ata o día de oxe. Po lo cal, él foi un profeta e sabía que Deus había xurado con unha promesa a él, Él \ No newline at end of file +Hirmás, eu podo falarvo confiadamente do patriarca David: él morreu é foi soterrado e a sua tumba esta connosco ata o día de oxe. Po lo cal, él foi un profeta e sabía que Deus había xurado con unha promesa a él, Él establecería no seu trono un dos froitos de seu corpo.él previu isto e falou de r \ No newline at end of file From 38c8194e687ec19d1ac0f731cb2d1b7a56ba32a8 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 20:33:46 +0100 Subject: [PATCH 188/977] =?UTF-8?q?Fri=20Mar=2018=202022=2020:33:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/29.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/29.txt b/02/29.txt index 8219814..b9effce 100644 --- a/02/29.txt +++ b/02/29.txt @@ -1 +1 @@ -Hirmás, eu podo falarvo confiadamente do patriarca David: él morreu é foi soterrado e a sua tumba esta connosco ata o día de oxe. Po lo cal, él foi un profeta e sabía que Deus había xurado con unha promesa a él, Él establecería no seu trono un dos froitos de seu corpo.él previu isto e falou de r \ No newline at end of file +Hirmás, eu podo falarvo confiadamente do patriarca David: él morreu é foi soterrado e a sua tumba esta connosco ata o día de oxe. Po lo cal, él foi un profeta e sabía que Deus había xurado con unha promesa a él, Él establecería no seu trono un dos froitos de seu corpo.él previu isto e falou de resucción de Cristo.ÉL NON FOI ABANDOADO A O HADES, NIN TAMPOUCO SUA CARNE MIROUN CORRUCCIÓN. \ No newline at end of file From 5ce24551bf10948c726a44d3a3a91c74cc4bb5c3 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 20:35:46 +0100 Subject: [PATCH 189/977] =?UTF-8?q?Fri=20Mar=2018=202022=2020:35:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/29.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/29.txt b/02/29.txt index b9effce..1a020ad 100644 --- a/02/29.txt +++ b/02/29.txt @@ -1 +1 @@ -Hirmás, eu podo falarvo confiadamente do patriarca David: él morreu é foi soterrado e a sua tumba esta connosco ata o día de oxe. Po lo cal, él foi un profeta e sabía que Deus había xurado con unha promesa a él, Él establecería no seu trono un dos froitos de seu corpo.él previu isto e falou de resucción de Cristo.ÉL NON FOI ABANDOADO A O HADES, NIN TAMPOUCO SUA CARNE MIROUN CORRUCCIÓN. \ No newline at end of file +Hirmás, eu podo falar confiadamente do patriarca David: él morreu é foi soterrado e a sua tumba esta connosco ata o día de oxe. Po lo cal, él foi un profeta e sabía que Deus había xurado con unha promesa a él, que Él establecería no seu trono un dos froitos de seu corpo.él previu isto e falou de resucción de Cristo.ÉL NON FOI ABANDOADO A O HADES, NIN TAMPOUCO SUA CARNE MIROUN CORRUCCIÓN. \ No newline at end of file From 04b00c3a3439181bfe072c75c6b8fb021aed9f25 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 20:37:46 +0100 Subject: [PATCH 190/977] =?UTF-8?q?Fri=20Mar=2018=202022=2020:37:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/29.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/29.txt b/02/29.txt index 1a020ad..44b64c7 100644 --- a/02/29.txt +++ b/02/29.txt @@ -1 +1 @@ -Hirmás, eu podo falar confiadamente do patriarca David: él morreu é foi soterrado e a sua tumba esta connosco ata o día de oxe. Po lo cal, él foi un profeta e sabía que Deus había xurado con unha promesa a él, que Él establecería no seu trono un dos froitos de seu corpo.él previu isto e falou de resucción de Cristo.ÉL NON FOI ABANDOADO A O HADES, NIN TAMPOUCO SUA CARNE MIROUN CORRUCCIÓN. \ No newline at end of file +Hirmás, eu podo falar confiadamente do patriarca David: él morreu é foi soterrado e a sua tumba esta connosco ata o día de oxe. Po lo cal, él foi un profeta e sabía que Deus había xurado con unha promesa a él, que Él establecería no seu trono un dos froitos de seu corpo..éÉl mirou isto de anteman falou de resucción de Cristo.ÉL NON FOI ABANDOADO A O HADES, NIN TAMPOUCO SUA CARNE MIROUN CORRUCCIÓN. \ No newline at end of file From bf35efc313190fa6e28e6a4ef400174340d6cedd Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 20:43:46 +0100 Subject: [PATCH 191/977] =?UTF-8?q?Fri=20Mar=2018=202022=2020:43:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/29.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/29.txt b/02/29.txt index 44b64c7..25f106e 100644 --- a/02/29.txt +++ b/02/29.txt @@ -1 +1 @@ -Hirmás, eu podo falar confiadamente do patriarca David: él morreu é foi soterrado e a sua tumba esta connosco ata o día de oxe. Po lo cal, él foi un profeta e sabía que Deus había xurado con unha promesa a él, que Él establecería no seu trono un dos froitos de seu corpo..éÉl mirou isto de anteman falou de resucción de Cristo.ÉL NON FOI ABANDOADO A O HADES, NIN TAMPOUCO SUA CARNE MIROUN CORRUCCIÓN. \ No newline at end of file +\v 31 \v 29 Hirmás, eu podo falar confiadamente do patriarca David: él morreu é foi soterrado e a sua tumba esta connosco ata o día de oxe. \v 30 Po lo cal, él foi un profeta e sabía que Deus había xurado con unha promesa a él, que Él establecería no seu trono un dos froitos de seu corpo..Él mirou isto de anteman falou de resucción de Cristo. ÉL NON FOI ABANDOADO A O HADES, NIN TAMPOUCO SUA CARNE MIROUN CORRUCCIÓN. \ No newline at end of file From 43c24a03a15f4e6f53a169d2bf395f016207f6cf Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 20:45:46 +0100 Subject: [PATCH 192/977] =?UTF-8?q?Fri=20Mar=2018=202022=2020:45:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/29.txt | 2 +- 02/32.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 02/32.txt diff --git a/02/29.txt b/02/29.txt index 25f106e..7829bff 100644 --- a/02/29.txt +++ b/02/29.txt @@ -1 +1 @@ -\v 31 \v 29 Hirmás, eu podo falar confiadamente do patriarca David: él morreu é foi soterrado e a sua tumba esta connosco ata o día de oxe. \v 30 Po lo cal, él foi un profeta e sabía que Deus había xurado con unha promesa a él, que Él establecería no seu trono un dos froitos de seu corpo..Él mirou isto de anteman falou de resucción de Cristo. ÉL NON FOI ABANDOADO A O HADES, NIN TAMPOUCO SUA CARNE MIROUN CORRUCCIÓN. \ No newline at end of file +\v 29 Hirmás, eu podo falar confiadamente do patriarca David: él morreu é foi soterrado e a sua tumba esta connosco ata o día de oxe. \v 30 Po lo cal, él foi un profeta e sabía que Deus había xurado con unha promesa a él, que Él establecería no seu trono un dos froitos de seu corpo. \v 31 Él mirou isto de anteman falou de resucción de Cristo. ÉL NON FOI ABANDOADO A O HADES, NIN TAMPOUCO SUA CARNE MIROUN CORRUCCIÓN. \ No newline at end of file diff --git a/02/32.txt b/02/32.txt new file mode 100644 index 0000000..b52f770 --- /dev/null +++ b/02/32.txt @@ -0,0 +1 @@ +Este Xesús, Deus lo levantou, do \ No newline at end of file diff --git a/manifest.json b/manifest.json index 6ff131c..d16cf99 100644 --- a/manifest.json +++ b/manifest.json @@ -58,6 +58,7 @@ "02-20", "02-22", "02-25", - "02-27" + "02-27", + "02-29" ] } \ No newline at end of file From d305abab39cd47a8b7e113e2266fd27ef2325dd2 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 20:47:46 +0100 Subject: [PATCH 193/977] =?UTF-8?q?Fri=20Mar=2018=202022=2020:47:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/32.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/32.txt b/02/32.txt index b52f770..5f128bd 100644 --- a/02/32.txt +++ b/02/32.txt @@ -1 +1 @@ -Este Xesús, Deus lo levantou, do \ No newline at end of file +Este Xesús, Deus levantou, do cal todos nos somos restemuñas. Polotanto, habindo \ No newline at end of file From 08e20d93bc8732c13ae36e219e7bf5b4314041fd Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 20:49:46 +0100 Subject: [PATCH 194/977] =?UTF-8?q?Fri=20Mar=2018=202022=2020:49:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/32.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/32.txt b/02/32.txt index 5f128bd..d3168c7 100644 --- a/02/32.txt +++ b/02/32.txt @@ -1 +1 @@ -Este Xesús, Deus levantou, do cal todos nos somos restemuñas. Polotanto, habindo \ No newline at end of file +Este Xesús, Deus , do cal todos nos somos restemuñas. Polo tanto, habindo \ No newline at end of file From e3c1bd8b6bac67ca5cc55808b1d2b8478f81a872 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 20:51:46 +0100 Subject: [PATCH 195/977] =?UTF-8?q?Fri=20Mar=2018=202022=2020:51:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/32.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/32.txt b/02/32.txt index d3168c7..47be64e 100644 --- a/02/32.txt +++ b/02/32.txt @@ -1 +1 @@ -Este Xesús, Deus , do cal todos nos somos restemuñas. Polo tanto, habindo \ No newline at end of file +Este Xesús, Deus o resucitou, do cal todos nos somos restemuñas. Asin que \ No newline at end of file From eb5a98bbb3c5628f7e15d148f7607bc418d8636b Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 20:53:46 +0100 Subject: [PATCH 196/977] =?UTF-8?q?Fri=20Mar=2018=202022=2020:53:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/32.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/32.txt b/02/32.txt index 47be64e..cec653f 100644 --- a/02/32.txt +++ b/02/32.txt @@ -1 +1 @@ -Este Xesús, Deus o resucitou, do cal todos nos somos restemuñas. Asin que \ No newline at end of file +Este Xesús, Deus o resucitou, do cal todos nos somos restemuñas. Asin que sendo elevado a dereita de Deus e recibiu a promesa do Espírito Santo do Pai \ No newline at end of file From 231fba4701a8bdae9117f9f25c134e45e5f53db7 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 20:55:46 +0100 Subject: [PATCH 197/977] =?UTF-8?q?Fri=20Mar=2018=202022=2020:55:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/32.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/32.txt b/02/32.txt index cec653f..d894615 100644 --- a/02/32.txt +++ b/02/32.txt @@ -1 +1 @@ -Este Xesús, Deus o resucitou, do cal todos nos somos restemuñas. Asin que sendo elevado a dereita de Deus e recibiu a promesa do Espírito Santo do Pai \ No newline at end of file +\v 32 Este Xesús, Deus o resucitou, do cal todos nos somos restemuñas. \v 33 Asin que foi elevado a dereita de Deus e recibiu a promesa do Espírito Santo do Pai, Él derramou isto que vostede miran e escoitan. \ No newline at end of file From d7f90a8ff54298aaaf4708400e2f5febfbf643a8 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 20:57:46 +0100 Subject: [PATCH 198/977] =?UTF-8?q?Fri=20Mar=2018=202022=2020:57:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/34.txt | 1 + manifest.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 02/34.txt diff --git a/02/34.txt b/02/34.txt new file mode 100644 index 0000000..3d36289 --- /dev/null +++ b/02/34.txt @@ -0,0 +1 @@ +\v 34 \v 35 \v 36 Porque Davis non ascendeu a o ceo, pero él dí: EL SEÑOR DIXO \ No newline at end of file diff --git a/manifest.json b/manifest.json index d16cf99..e6f635c 100644 --- a/manifest.json +++ b/manifest.json @@ -59,6 +59,7 @@ "02-22", "02-25", "02-27", - "02-29" + "02-29", + "02-32" ] } \ No newline at end of file From b1d513d514af1c81b267e216fa9678a262a5a5e3 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 20:59:46 +0100 Subject: [PATCH 199/977] =?UTF-8?q?Fri=20Mar=2018=202022=2020:59:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/34.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/34.txt b/02/34.txt index 3d36289..94f3163 100644 --- a/02/34.txt +++ b/02/34.txt @@ -1 +1 @@ -\v 34 \v 35 \v 36 Porque Davis non ascendeu a o ceo, pero él dí: EL SEÑOR DIXO \ No newline at end of file +\v 34 \v 35 \v 36 Porque Davis non ascendeu a o ceo, pero él dí: O SEÑOR DIXO A MEU SEÑOR; SENTATE A MIÑA MAN DEREITA, ATA QUE EU FAGA A TEUS ENEM \ No newline at end of file From dcb1c5ba5763202c6a21233c3ff987528f015432 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 21:01:46 +0100 Subject: [PATCH 200/977] =?UTF-8?q?Fri=20Mar=2018=202022=2021:01:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/34.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/34.txt b/02/34.txt index 94f3163..5d18ff9 100644 --- a/02/34.txt +++ b/02/34.txt @@ -1 +1 @@ -\v 34 \v 35 \v 36 Porque Davis non ascendeu a o ceo, pero él dí: O SEÑOR DIXO A MEU SEÑOR; SENTATE A MIÑA MAN DEREITA, ATA QUE EU FAGA A TEUS ENEM \ No newline at end of file +\v 34 \v 35 \v 36 Porque Davis non ascendeu a o ceo, pero él dí: O SEÑOR DIXO A MEU SEÑOR; SENTATE A MIÑA MAN DEREITA, ATA QUE EU FAGA A TEUS ENIMIGOS EL \ No newline at end of file From 1ae08d3446fa8aa98a09641654d603f42a9919f0 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 21:03:46 +0100 Subject: [PATCH 201/977] =?UTF-8?q?Fri=20Mar=2018=202022=2021:03:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/34.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/34.txt b/02/34.txt index 5d18ff9..c7d4452 100644 --- a/02/34.txt +++ b/02/34.txt @@ -1 +1 @@ -\v 34 \v 35 \v 36 Porque Davis non ascendeu a o ceo, pero él dí: O SEÑOR DIXO A MEU SEÑOR; SENTATE A MIÑA MAN DEREITA, ATA QUE EU FAGA A TEUS ENIMIGOS EL \ No newline at end of file +\v 34 \v 35 \v 36 Porque Davis non ascendeu a o ceo, pero él dí: ",.O SEÑOR DIXO A MEU SEÑOR; SENTATE A MIÑA MAN DEREITA, ATA QUE EU FAGA A TEUS ENIMIGOS EL PEIRAO PARA TEUS PES".Polo tanto, deixen que toda a casa de Isra´´´´´´´´´´´´´´´´´´´´´´´el \ No newline at end of file From bc7f643ca624370eeb28efdc673600ae85c5e068 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 21:05:46 +0100 Subject: [PATCH 202/977] =?UTF-8?q?Fri=20Mar=2018=202022=2021:05:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/34.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/34.txt b/02/34.txt index c7d4452..d3d8bb3 100644 --- a/02/34.txt +++ b/02/34.txt @@ -1 +1 @@ -\v 34 \v 35 \v 36 Porque Davis non ascendeu a o ceo, pero él dí: ",.O SEÑOR DIXO A MEU SEÑOR; SENTATE A MIÑA MAN DEREITA, ATA QUE EU FAGA A TEUS ENIMIGOS EL PEIRAO PARA TEUS PES".Polo tanto, deixen que toda a casa de Isra´´´´´´´´´´´´´´´´´´´´´´´el \ No newline at end of file +\v 34 \v 35 \v 36 Porque Davis non ascendeu a o ceo, pero él dí: ",.O SEÑOR DIXO A MEU SEÑOR; SENTATE A MIÑA MAN DEREITA, ATA QUE EU FAGA A TEUS ENIMIGOS EL PEIRAO PARA TEUS PES".Polo tanto, deixen que toda a casa de Israel certamente coñezca que Deus ofixo ambos , Señor e Cristo, e iste Xesús \ No newline at end of file From a9c7e9331e879199becc4bf94a1e2cfb0274547e Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 21:07:46 +0100 Subject: [PATCH 203/977] =?UTF-8?q?Fri=20Mar=2018=202022=2021:07:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/34.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/34.txt b/02/34.txt index d3d8bb3..9f47317 100644 --- a/02/34.txt +++ b/02/34.txt @@ -1 +1 @@ -\v 34 \v 35 \v 36 Porque Davis non ascendeu a o ceo, pero él dí: ",.O SEÑOR DIXO A MEU SEÑOR; SENTATE A MIÑA MAN DEREITA, ATA QUE EU FAGA A TEUS ENIMIGOS EL PEIRAO PARA TEUS PES".Polo tanto, deixen que toda a casa de Israel certamente coñezca que Deus ofixo ambos , Señor e Cristo, e iste Xesús \ No newline at end of file +\v 34 Porque Davis non ascendeu a o ceo, pero él dí: ",.O SEÑOR DIXO A MEU SEÑOR; SENTATE A MIÑA MAN DEREITA, \v 36 ATA QUE EU FAGA A TEUS ENIMIGOS EL PEIRAO PARA TEUS PES".Polo tanto, deixen que toda a casa de Israel certamente coñezca que Deus ofixo ambos , Señor e Cristo, e iste Xesús a quen vostedes crucificarpn" \ No newline at end of file From a3cfc3884e2e7608c2fdf63c54e1cb91dfeb3a3a Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 21:09:46 +0100 Subject: [PATCH 204/977] =?UTF-8?q?Fri=20Mar=2018=202022=2021:09:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/34.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/02/34.txt b/02/34.txt index 9f47317..092f488 100644 --- a/02/34.txt +++ b/02/34.txt @@ -1 +1 @@ -\v 34 Porque Davis non ascendeu a o ceo, pero él dí: ",.O SEÑOR DIXO A MEU SEÑOR; SENTATE A MIÑA MAN DEREITA, \v 36 ATA QUE EU FAGA A TEUS ENIMIGOS EL PEIRAO PARA TEUS PES".Polo tanto, deixen que toda a casa de Israel certamente coñezca que Deus ofixo ambos , Señor e Cristo, e iste Xesús a quen vostedes crucificarpn" \ No newline at end of file +\v 34 Porque Davis non ascendeu a o ceo, pero él dí: ",.O SEÑOR DIXO A MEU SEÑOR; SENTATE A MIÑA MAN DEREITA, \v 36 ATA QUE EU FAGA A TEUS ENIMIGOS EL PEIRAO PARA TEUS PES" \v 35 .Polo \ tanto, deixen que toda a casa de Israel certamente coñezca que Deus ofixo ambos , Señor e Cristo, e iste Xesús a quen vostedes crucificaron" \ No newline at end of file diff --git a/manifest.json b/manifest.json index e6f635c..90a6d13 100644 --- a/manifest.json +++ b/manifest.json @@ -60,6 +60,7 @@ "02-25", "02-27", "02-29", - "02-32" + "02-32", + "02-34" ] } \ No newline at end of file From bd7e8b8284c0b5c3048637f917b3015e1f8052d7 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 21:11:46 +0100 Subject: [PATCH 205/977] =?UTF-8?q?Fri=20Mar=2018=202022=2021:11:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/37.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 02/37.txt diff --git a/02/37.txt b/02/37.txt new file mode 100644 index 0000000..4c23521 --- /dev/null +++ b/02/37.txt @@ -0,0 +1 @@ +Agora cando eles escoitaron ist \ No newline at end of file From 52ca84d0d40df107c4294afb3c9d1d7f465673d3 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 21:13:46 +0100 Subject: [PATCH 206/977] =?UTF-8?q?Fri=20Mar=2018=202022=2021:13:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/37.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/37.txt b/02/37.txt index 4c23521..2ccc34a 100644 --- a/02/37.txt +++ b/02/37.txt @@ -1 +1 @@ -Agora cando eles escoitaron ist \ No newline at end of file +Agora cando eles escoitaron isto, foron \ No newline at end of file From ad4dd3014162a1ce6cd609e94bc95dabc4a05d18 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 21:17:46 +0100 Subject: [PATCH 207/977] =?UTF-8?q?Fri=20Mar=2018=202022=2021:17:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/37.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/37.txt b/02/37.txt index 2ccc34a..53d3d99 100644 --- a/02/37.txt +++ b/02/37.txt @@ -1 +1 @@ -Agora cando eles escoitaron isto, foron \ No newline at end of file +Agora cando eles escoitaron isto, foron trasferidos nos seus corazons e dixeron a Pedro e a o resto dos apóstolos. \ No newline at end of file From e719fffa334b06600229050ac2aaf1e83d4ef9aa Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 21:19:46 +0100 Subject: [PATCH 208/977] =?UTF-8?q?Fri=20Mar=2018=202022=2021:19:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/37.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/37.txt b/02/37.txt index 53d3d99..67d037e 100644 --- a/02/37.txt +++ b/02/37.txt @@ -1 +1 @@ -Agora cando eles escoitaron isto, foron trasferidos nos seus corazons e dixeron a Pedro e a o resto dos apóstolos. \ No newline at end of file +Agora cando eles escoitaron isto, foron trasferidos nos seus corazons e dixeron a Pedro e a o resto dos apóstolos." Hiemans, ¿ que podemos facer?, E Pedro lles dixo a eles."Arre \ No newline at end of file From f7a561a6134a6e246b1f6662baac2be0937f5a7b Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 21:21:46 +0100 Subject: [PATCH 209/977] =?UTF-8?q?Fri=20Mar=2018=202022=2021:21:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/37.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/37.txt b/02/37.txt index 67d037e..36dd57d 100644 --- a/02/37.txt +++ b/02/37.txt @@ -1 +1 @@ -Agora cando eles escoitaron isto, foron trasferidos nos seus corazons e dixeron a Pedro e a o resto dos apóstolos." Hiemans, ¿ que podemos facer?, E Pedro lles dixo a eles."Arre \ No newline at end of file +Agora cando eles escoitaron isto, foron trasferidos nos seus corazons e dixeron a Pedro e a o resto dos apóstolos." Hiemans, ¿ que podemos facer?, E Pedro lles dixo a eles."Repertinvos \ No newline at end of file From a9922b1caa0b610016938f8a649b53f82285d289 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 21:23:46 +0100 Subject: [PATCH 210/977] =?UTF-8?q?Fri=20Mar=2018=202022=2021:23:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/37.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/37.txt b/02/37.txt index 36dd57d..d95e6a2 100644 --- a/02/37.txt +++ b/02/37.txt @@ -1 +1 @@ -Agora cando eles escoitaron isto, foron trasferidos nos seus corazons e dixeron a Pedro e a o resto dos apóstolos." Hiemans, ¿ que podemos facer?, E Pedro lles dixo a eles."Repertinvos \ No newline at end of file +Agora cando eles escoitaron isto, foron trasferidos nos seus corazons e dixeron a Pedro e a o resto dos apóstolos." Hiemans, ¿ que podemos facer?, E Pedro lles dixo a eles."Arrepentansen e sexan baurizados cada un de vostedes, no nome de \ No newline at end of file From fcf2a1299510125cd0ed01987af1e2369ad28f41 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 21:25:46 +0100 Subject: [PATCH 211/977] =?UTF-8?q?Fri=20Mar=2018=202022=2021:25:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/37.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/37.txt b/02/37.txt index d95e6a2..c9150fd 100644 --- a/02/37.txt +++ b/02/37.txt @@ -1 +1 @@ -Agora cando eles escoitaron isto, foron trasferidos nos seus corazons e dixeron a Pedro e a o resto dos apóstolos." Hiemans, ¿ que podemos facer?, E Pedro lles dixo a eles."Arrepentansen e sexan baurizados cada un de vostedes, no nome de \ No newline at end of file +Agora cando eles escoitaron isto, foron trasferidos nos seus corazons e dixeron a Pedro e a o resto dos apóstolos." Hiemans, ¿ que podemos facer?, E Pedro lles dixo a eles."Arrepentansen e sexan baurizados cada un de vostedes, no nome de Xesucristo para o perdón dos pecados, e vostedes recebirán o don do Espírito Santo. Para vostedes e a promesa e para seus fillos e pra podos os que están lexos, a \ No newline at end of file From ac58fefc4db6e07939f29e064e047f0e3f44dd54 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 21:27:48 +0100 Subject: [PATCH 212/977] =?UTF-8?q?Fri=20Mar=2018=202022=2021:27:47=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/37.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/02/37.txt b/02/37.txt index c9150fd..377e05c 100644 --- a/02/37.txt +++ b/02/37.txt @@ -1 +1 @@ -Agora cando eles escoitaron isto, foron trasferidos nos seus corazons e dixeron a Pedro e a o resto dos apóstolos." Hiemans, ¿ que podemos facer?, E Pedro lles dixo a eles."Arrepentansen e sexan baurizados cada un de vostedes, no nome de Xesucristo para o perdón dos pecados, e vostedes recebirán o don do Espírito Santo. Para vostedes e a promesa e para seus fillos e pra podos os que están lexos, a \ No newline at end of file +\v 37 Agora cando eles escoitaron isto, foron trasferidos nos seus corazons e dixeron a Pedro e a o resto dos apóstolos." Hiemans, ¿ que podemos facer?, \v 38 E Pedro lles dixo a eles."Arrepentansen e sexan baurizados cada un de vostedes, no nome de Xesucristo para o perdón dos pecados, e vostedes recebirán o don do Espírito Santo. \v 39 Para vostedes e a promesa e para seus fillos e pra podos os que están lexos, a tantas persoas como o Señor noso Deus chame" \ No newline at end of file diff --git a/manifest.json b/manifest.json index 90a6d13..0a9387f 100644 --- a/manifest.json +++ b/manifest.json @@ -61,6 +61,7 @@ "02-27", "02-29", "02-32", - "02-34" + "02-34", + "02-37" ] } \ No newline at end of file From c5924ad89ea410efb6228c61a6c041fd6ca8e1e5 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 21:29:47 +0100 Subject: [PATCH 213/977] =?UTF-8?q?Fri=20Mar=2018=202022=2021:29:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/40.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 02/40.txt diff --git a/02/40.txt b/02/40.txt new file mode 100644 index 0000000..1cd6e88 --- /dev/null +++ b/02/40.txt @@ -0,0 +1 @@ +Con moitas palabras \ No newline at end of file From 892764db46cc1bdd135891042616bc84e6a9ca00 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 21:31:46 +0100 Subject: [PATCH 214/977] =?UTF-8?q?Fri=20Mar=2018=202022=2021:31:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/40.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/40.txt b/02/40.txt index 1cd6e88..670d0b3 100644 --- a/02/40.txt +++ b/02/40.txt @@ -1 +1 @@ -Con moitas palabras \ No newline at end of file +Con moitas palabras él testificou e exhortou dicindo" \ No newline at end of file From 4d34b51d444bf4cd6f0b5655c568234f1f7dd780 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 21:33:46 +0100 Subject: [PATCH 215/977] =?UTF-8?q?Fri=20Mar=2018=202022=2021:33:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/40.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/40.txt b/02/40.txt index 670d0b3..6dbf555 100644 --- a/02/40.txt +++ b/02/40.txt @@ -1 +1 @@ -Con moitas palabras él testificou e exhortou dicindo" \ No newline at end of file +Con moitas palabras él testificou e exhortou dicindo; " Salvarvos desta xeneración \ No newline at end of file From c17d7ba073273b4f5dcb220b9d9673cf504f4ad9 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 21:35:46 +0100 Subject: [PATCH 216/977] =?UTF-8?q?Fri=20Mar=2018=202022=2021:35:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/40.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/40.txt b/02/40.txt index 6dbf555..5270e24 100644 --- a/02/40.txt +++ b/02/40.txt @@ -1 +1 @@ -Con moitas palabras él testificou e exhortou dicindo; " Salvarvos desta xeneración \ No newline at end of file +Con moitas palabras él testificou e exhortou dicindo; " Salvarvos desta xeneración malvada" Enton eles recebiron sua palabra e foron engadi \ No newline at end of file From 93afc90e8fe6a160190de9cafd76e84f39340af6 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 21:37:46 +0100 Subject: [PATCH 217/977] =?UTF-8?q?Fri=20Mar=2018=202022=2021:37:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/40.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/40.txt b/02/40.txt index 5270e24..b27690a 100644 --- a/02/40.txt +++ b/02/40.txt @@ -1 +1 @@ -Con moitas palabras él testificou e exhortou dicindo; " Salvarvos desta xeneración malvada" Enton eles recebiron sua palabra e foron engadi \ No newline at end of file +Con moitas palabras él testificou e exhortou dicindo; " Salvarvos desta xeneración malvada" Enton eles recebiron sua palabra e foron engadidos nese día preto de tres milm animas. Eles seguiron ensinando \ No newline at end of file From 14af43071260b2b88de846166c80319fa2375332 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 21:39:46 +0100 Subject: [PATCH 218/977] =?UTF-8?q?Fri=20Mar=2018=202022=2021:39:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/40.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/40.txt b/02/40.txt index b27690a..afba0ae 100644 --- a/02/40.txt +++ b/02/40.txt @@ -1 +1 @@ -Con moitas palabras él testificou e exhortou dicindo; " Salvarvos desta xeneración malvada" Enton eles recebiron sua palabra e foron engadidos nese día preto de tres milm animas. Eles seguiron ensinando \ No newline at end of file +Con moitas palabras él testificou e exhortou dicindo; " Salvarvos desta xeneración malvada" Enton eles recebiron sua palabra e foron engadidos nese día preto de tres milm animas. Eles seguiron nos insinos dos apostolos no compañerismo no partimento do pan \ No newline at end of file From 2dd267cc3236a6d63c20f5c5076f34fdc6aa7057 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 18 Mar 2022 21:41:46 +0100 Subject: [PATCH 219/977] =?UTF-8?q?Fri=20Mar=2018=202022=2021:41:46=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/40.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/40.txt b/02/40.txt index afba0ae..daf6ba8 100644 --- a/02/40.txt +++ b/02/40.txt @@ -1 +1 @@ -Con moitas palabras él testificou e exhortou dicindo; " Salvarvos desta xeneración malvada" Enton eles recebiron sua palabra e foron engadidos nese día preto de tres milm animas. Eles seguiron nos insinos dos apostolos no compañerismo no partimento do pan \ No newline at end of file +\v 40 \v 41 \v 42 Con moitas palabras él testificou e exhortou dicindo; " Salvarvos desta xeneración malvada" Enton eles recebiron sua palabra e foron engadidos nese día preto de tres milm animas. Eles seguiron nos insinos dos apostolos no confraternidad no partimento do pan e das oracions. \ No newline at end of file From 24a51b61fb02dfce0a6c5e6cbd6d203dffa31214 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 12:00:51 +0100 Subject: [PATCH 220/977] =?UTF-8?q?Sat=20Mar=2019=202022=2012:00:49=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/40.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/40.txt b/02/40.txt index daf6ba8..f50adcc 100644 --- a/02/40.txt +++ b/02/40.txt @@ -1 +1 @@ -\v 40 \v 41 \v 42 Con moitas palabras él testificou e exhortou dicindo; " Salvarvos desta xeneración malvada" Enton eles recebiron sua palabra e foron engadidos nese día preto de tres milm animas. Eles seguiron nos insinos dos apostolos no confraternidad no partimento do pan e das oracions. \ No newline at end of file +\v 40 Con moitas palabras él testificou e exhortou dicindo; " Salvarvos desta xeneración malvada" \v 41 Enton eles recebiron sua vervas e foron engadidos nese día preto de tres milm animas. \v 42 Eles seguiron nos insinos dos apostolos no confraternidad no partimento do pan e das oracions. \ No newline at end of file From 3a3f00e5ee9fda1689ae54b1b64bb45bdb9bb368 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 12:02:49 +0100 Subject: [PATCH 221/977] =?UTF-8?q?Sat=20Mar=2019=202022=2012:02:49=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/40.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/40.txt b/02/40.txt index f50adcc..62456ef 100644 --- a/02/40.txt +++ b/02/40.txt @@ -1 +1 @@ -\v 40 Con moitas palabras él testificou e exhortou dicindo; " Salvarvos desta xeneración malvada" \v 41 Enton eles recebiron sua vervas e foron engadidos nese día preto de tres milm animas. \v 42 Eles seguiron nos insinos dos apostolos no confraternidad no partimento do pan e das oracions. \ No newline at end of file +\v 40 Con moitas, vervas él testificou e exhortou dicindo; " Salvarvos desta xeneración malvada" \v 41 Enton eles recebiron sua vervas e foron engadidos nese día preto de tres milm animas. \v 42 Eles seguiron nos insinos dos apostolos no confraternidad no partimento do pan e das oracions. \ No newline at end of file From dc1ee9a40347eadb2221bfe12ebfe774d915842a Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 13:39:57 +0100 Subject: [PATCH 222/977] =?UTF-8?q?Sat=20Mar=2019=202022=2013:39:56=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/40.txt | 2 +- 02/46.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 02/46.txt diff --git a/02/40.txt b/02/40.txt index 62456ef..4a62886 100644 --- a/02/40.txt +++ b/02/40.txt @@ -1 +1 @@ -\v 40 Con moitas, vervas él testificou e exhortou dicindo; " Salvarvos desta xeneración malvada" \v 41 Enton eles recebiron sua vervas e foron engadidos nese día preto de tres milm animas. \v 42 Eles seguiron nos insinos dos apostolos no confraternidad no partimento do pan e das oracions. \ No newline at end of file +\v 40 Con moitas, vervas él testificou e exhortou dicindo; " Salvarvos desta xeneración malvada" \v 41 Enton eles recebiron sua vervas e foron engadidos nese día preto de tres milm animas. \v 42 Eles seguiron nos insinos dos apostolos na confraternidad no partimento do pan e das oracions. \ No newline at end of file diff --git a/02/46.txt b/02/46.txt new file mode 100644 index 0000000..fb106f1 --- /dev/null +++ b/02/46.txt @@ -0,0 +1 @@ +Asín que día \ No newline at end of file diff --git a/manifest.json b/manifest.json index 0a9387f..50f9a53 100644 --- a/manifest.json +++ b/manifest.json @@ -62,6 +62,7 @@ "02-29", "02-32", "02-34", - "02-37" + "02-37", + "02-40" ] } \ No newline at end of file From 5720a5c5846004b52fced60332f302c36f431e3d Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 13:41:56 +0100 Subject: [PATCH 223/977] =?UTF-8?q?Sat=20Mar=2019=202022=2013:41:56=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/46.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/46.txt b/02/46.txt index fb106f1..6a5c092 100644 --- a/02/46.txt +++ b/02/46.txt @@ -1 +1 @@ -Asín que día \ No newline at end of file +Asín que día tras dáa siguian cun un único propósito \ No newline at end of file From 0b7a4214260707c1c3e6e4e8189ada5766803220 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 13:43:56 +0100 Subject: [PATCH 224/977] =?UTF-8?q?Sat=20Mar=2019=202022=2013:43:56=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/46.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/46.txt b/02/46.txt index 6a5c092..474af09 100644 --- a/02/46.txt +++ b/02/46.txt @@ -1 +1 @@ -Asín que día tras dáa siguian cun un único propósito \ No newline at end of file +Asín que día tras dáa siguian cun un único propósito no templo e rompian o pan nas fogares e \ No newline at end of file From eb4a4f6b173d534b76f7c4788414a36f6ef2f4e8 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 13:45:56 +0100 Subject: [PATCH 225/977] =?UTF-8?q?Sat=20Mar=2019=202022=2013:45:56=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/46.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/46.txt b/02/46.txt index 474af09..be1aa5b 100644 --- a/02/46.txt +++ b/02/46.txt @@ -1 +1 @@ -Asín que día tras dáa siguian cun un único propósito no templo e rompian o pan nas fogares e \ No newline at end of file +Asín que día tras dáa siguian cun un único propósito no templo e rompian o pan nas fogares e compartian \ No newline at end of file From 79e744ba7ca17e72fddb7f1b4b35f90939c2d899 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 13:47:56 +0100 Subject: [PATCH 226/977] =?UTF-8?q?Sat=20Mar=2019=202022=2013:47:56=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/46.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/46.txt b/02/46.txt index be1aa5b..f69c1f8 100644 --- a/02/46.txt +++ b/02/46.txt @@ -1 +1 @@ -Asín que día tras dáa siguian cun un único propósito no templo e rompian o pan nas fogares e compartian \ No newline at end of file +Asín que día tras dáa siguian cun un único propósito no templo e rompian o pan nas fogares e compartian a comida con delicia do corazón e loubaban a Deus e tiñan o favor de todas persoas o Señor engadia día adía aos que se salvaban. \ No newline at end of file From 53d199d7c84a0cb1426d26363ebf5c3e6bd1ad4c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 14:49:15 +0100 Subject: [PATCH 227/977] =?UTF-8?q?Sat=20Mar=2019=202022=2014:49:10=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/46.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/46.txt b/02/46.txt index f69c1f8..5ba54b6 100644 --- a/02/46.txt +++ b/02/46.txt @@ -1 +1 @@ -Asín que día tras dáa siguian cun un único propósito no templo e rompian o pan nas fogares e compartian a comida con delicia do corazón e loubaban a Deus e tiñan o favor de todas persoas o Señor engadia día adía aos que se salvaban. \ No newline at end of file +\v 46 \v 47 Asín que día tras dáa siguian cun un único propósito no templo e rompian o pan nas fogares e compartian a comida con delicia do corazón e loubaban a Deus e tiñan o favor de todas persoas o Señor engadia día adía aos que se salvaban. \ No newline at end of file From 889a2940aa15e443f4e5071e571f1f2c26c9d5ba Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 14:53:10 +0100 Subject: [PATCH 228/977] =?UTF-8?q?Sat=20Mar=2019=202022=2014:53:10=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/46.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/02/46.txt b/02/46.txt index 5ba54b6..dd0c031 100644 --- a/02/46.txt +++ b/02/46.txt @@ -1 +1 @@ -\v 46 \v 47 Asín que día tras dáa siguian cun un único propósito no templo e rompian o pan nas fogares e compartian a comida con delicia do corazón e loubaban a Deus e tiñan o favor de todas persoas o Señor engadia día adía aos que se salvaban. \ No newline at end of file +\v 46 Asín que día tras dáa siguian cun un único propósito no templo e rompian o pan nas fogares e compartian a comida con delicia do corazón \v 47 eles loubaban a Deus e tiñan o favor de todas as persoas o Señor engadia día a día aos que se salvaban. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 50f9a53..8b55247 100644 --- a/manifest.json +++ b/manifest.json @@ -63,6 +63,7 @@ "02-32", "02-34", "02-37", - "02-40" + "02-40", + "02-46" ] } \ No newline at end of file From d4c236ff5f1dd1079556186548f9793cf63cdb22 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 14:57:10 +0100 Subject: [PATCH 229/977] =?UTF-8?q?Sat=20Mar=2019=202022=2014:57:10=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/01.txt | 1 + 03/title.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 03/01.txt create mode 100644 03/title.txt diff --git a/03/01.txt b/03/01.txt new file mode 100644 index 0000000..aad00e3 --- /dev/null +++ b/03/01.txt @@ -0,0 +1 @@ +\c 3 Agora Pedro e Xoan soben a o templo a hora da pregaria a hora novena \ No newline at end of file diff --git a/03/title.txt b/03/title.txt new file mode 100644 index 0000000..daa74b8 --- /dev/null +++ b/03/title.txt @@ -0,0 +1 @@ +Capitolo 3 \ No newline at end of file From d0b0e0b3a18d0f4aeecbf5750e564236f48c1c88 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 14:59:10 +0100 Subject: [PATCH 230/977] =?UTF-8?q?Sat=20Mar=2019=202022=2014:59:10=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/01.txt b/03/01.txt index aad00e3..3abe36b 100644 --- a/03/01.txt +++ b/03/01.txt @@ -1 +1 @@ -\c 3 Agora Pedro e Xoan soben a o templo a hora da pregaria a hora novena \ No newline at end of file +\c 3 Agora Pedro e Xoan soben a o templo a hora da pregaria a hora novena. Certo home coxo dende seu nacementoo levaban cada día e o puñan a porta de templo chamada Fermosa, pra que él \ No newline at end of file From 248e3d963e6fe43792d2a2a29575a9ad0d833507 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 15:01:10 +0100 Subject: [PATCH 231/977] =?UTF-8?q?Sat=20Mar=2019=202022=2015:01:10=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/01.txt b/03/01.txt index 3abe36b..9922d85 100644 --- a/03/01.txt +++ b/03/01.txt @@ -1 +1 @@ -\c 3 Agora Pedro e Xoan soben a o templo a hora da pregaria a hora novena. Certo home coxo dende seu nacementoo levaban cada día e o puñan a porta de templo chamada Fermosa, pra que él \ No newline at end of file +\c 3 Agora Pedro e Xoan soben a o templo a hora da pregaria a hora novena. Certo home coxo dende seu nacementoo levaban cada día e o puñan a porta de templo chamada Fermosa, pra que él poidera pidir esmola de as persoas que \ No newline at end of file From 95cc72a0b6ca10163715f8c3b8f8f7843cad1ccb Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 15:03:11 +0100 Subject: [PATCH 232/977] =?UTF-8?q?Sat=20Mar=2019=202022=2015:03:10=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/01.txt b/03/01.txt index 9922d85..98e4e9d 100644 --- a/03/01.txt +++ b/03/01.txt @@ -1 +1 @@ -\c 3 Agora Pedro e Xoan soben a o templo a hora da pregaria a hora novena. Certo home coxo dende seu nacementoo levaban cada día e o puñan a porta de templo chamada Fermosa, pra que él poidera pidir esmola de as persoas que \ No newline at end of file +\c 3 Agora Pedro e Xoan soben a o templo a hora da pregaria a hora novena. Certo home coxo dende seu nacementoo levaban cada día e o puñan a porta de templo chamada Fermosa, pra que él poidera pidir esmola de as persoas que viñan a o templo. Cando él mirou a Pedro e a Xoan a piq \ No newline at end of file From b0b95ebcbe7a585125f919d1c36cc54f43deb419 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 15:05:10 +0100 Subject: [PATCH 233/977] =?UTF-8?q?Sat=20Mar=2019=202022=2015:05:10=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/01.txt b/03/01.txt index 98e4e9d..834738e 100644 --- a/03/01.txt +++ b/03/01.txt @@ -1 +1 @@ -\c 3 Agora Pedro e Xoan soben a o templo a hora da pregaria a hora novena. Certo home coxo dende seu nacementoo levaban cada día e o puñan a porta de templo chamada Fermosa, pra que él poidera pidir esmola de as persoas que viñan a o templo. Cando él mirou a Pedro e a Xoan a piq \ No newline at end of file +\c 3 \v 1 \v 2 \v 3 Agora Pedro e Xoan soben a o templo a hora da pregaria a hora novena. Certo home coxo dende seu nacementoo levaban cada día e o puñan a porta de templo chamada Fermosa, pra que él poidera pidir esmola de as persoas que viñan a o templo. Cando él mirou a Pedro e a Xoan a piques de entrar no templo, él pediull esmola \ No newline at end of file From e26ec3b932620d9422319bed2cb518380dff4512 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 15:07:10 +0100 Subject: [PATCH 234/977] =?UTF-8?q?Sat=20Mar=2019=202022=2015:07:10=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/01.txt b/03/01.txt index 834738e..7f7850a 100644 --- a/03/01.txt +++ b/03/01.txt @@ -1 +1 @@ -\c 3 \v 1 \v 2 \v 3 Agora Pedro e Xoan soben a o templo a hora da pregaria a hora novena. Certo home coxo dende seu nacementoo levaban cada día e o puñan a porta de templo chamada Fermosa, pra que él poidera pidir esmola de as persoas que viñan a o templo. Cando él mirou a Pedro e a Xoan a piques de entrar no templo, él pediull esmola \ No newline at end of file +\c 3 \v 1 \v 2 \v 3 Agora Pedro e Xoan soben a o templo a hora da pregaria a hora novena. Certo home coxo dende seu nacemento o levaban cada día e o puñan a porta de templo chamada Fermosa, pra que él poidera pidir esmola de as persoas que viñan a o templo. Cando él mirou a Pedro e a Xoan a piques de entrar no templo, él lle pediu esmola. \ No newline at end of file From 62b7ff3d490a66b4042e87e702e52bc1f23be3aa Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 15:09:10 +0100 Subject: [PATCH 235/977] =?UTF-8?q?Sat=20Mar=2019=202022=2015:09:10=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/01.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/03/01.txt b/03/01.txt index 7f7850a..2ab4cf7 100644 --- a/03/01.txt +++ b/03/01.txt @@ -1 +1 @@ -\c 3 \v 1 \v 2 \v 3 Agora Pedro e Xoan soben a o templo a hora da pregaria a hora novena. Certo home coxo dende seu nacemento o levaban cada día e o puñan a porta de templo chamada Fermosa, pra que él poidera pidir esmola de as persoas que viñan a o templo. Cando él mirou a Pedro e a Xoan a piques de entrar no templo, él lle pediu esmola. \ No newline at end of file +\c 3 \v 1 Agora Pedro e Xoan soben a o templo a hora da pregaria a hora novena. \v 2 Certo home coxo dende seu nacemento o levaban cada día e o puñan a porta de templo chamada Fermosa, pra que él poidera pidir esmola de as persoas que viñan a o templo. \v 3 Cando él mirou a Pedro e a Xoan a piques de entrar no templo, él lle pediu esmola. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 8b55247..b118f00 100644 --- a/manifest.json +++ b/manifest.json @@ -64,6 +64,7 @@ "02-34", "02-37", "02-40", - "02-46" + "02-46", + "03-01" ] } \ No newline at end of file From 746dcb7d44218c73f4eaba50a9e5f7f7c6244caf Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 15:17:10 +0100 Subject: [PATCH 236/977] =?UTF-8?q?Sat=20Mar=2019=202022=2015:17:10=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/04.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 03/04.txt diff --git a/03/04.txt b/03/04.txt new file mode 100644 index 0000000..882287e --- /dev/null +++ b/03/04.txt @@ -0,0 +1 @@ +Pedro xunto con Xoan fixaron seus ollos \ No newline at end of file From 5384fbeb910c46684904821d8c09efd8e1899729 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 15:21:10 +0100 Subject: [PATCH 237/977] =?UTF-8?q?Sat=20Mar=2019=202022=2015:21:10=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/04.txt b/03/04.txt index 882287e..d7befdd 100644 --- a/03/04.txt +++ b/03/04.txt @@ -1 +1 @@ -Pedro xunto con Xoan fixaron seus ollos \ No newline at end of file +Pedro xunto con Xoan fixaron seus ollos nel e dixo;" \ No newline at end of file From e03852b35e6e670e2423124df087fe64caaa4ac6 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 15:27:10 +0100 Subject: [PATCH 238/977] =?UTF-8?q?Sat=20Mar=2019=202022=2015:27:10=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/04.txt b/03/04.txt index d7befdd..74f392d 100644 --- a/03/04.txt +++ b/03/04.txt @@ -1 +1 @@ -Pedro xunto con Xoan fixaron seus ollos nel e dixo;" \ No newline at end of file +Pedro xunto con Xoan fixaron seus ollos nel e dixo;" Mira \ No newline at end of file From 81288ca75528c87280aaa885357b680f6125f314 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 15:29:10 +0100 Subject: [PATCH 239/977] =?UTF-8?q?Sat=20Mar=2019=202022=2015:29:10=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/04.txt b/03/04.txt index 74f392d..b0f5488 100644 --- a/03/04.txt +++ b/03/04.txt @@ -1 +1 @@ -Pedro xunto con Xoan fixaron seus ollos nel e dixo;" Mira \ No newline at end of file +Pedro xunto con Xoan fixaron seus ollos nel e dixo;" Miranos," O coxo os mirou, a espera de recebir algo deles. Pero Pedro lle dixo:Prata e ouro non teño, pero o que teño. eu darai \ No newline at end of file From 1b459ea8a7ce1750c80fac01d533d579e132dd53 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 15:31:10 +0100 Subject: [PATCH 240/977] =?UTF-8?q?Sat=20Mar=2019=202022=2015:31:10=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/04.txt b/03/04.txt index b0f5488..74ebff4 100644 --- a/03/04.txt +++ b/03/04.txt @@ -1 +1 @@ -Pedro xunto con Xoan fixaron seus ollos nel e dixo;" Miranos," O coxo os mirou, a espera de recebir algo deles. Pero Pedro lle dixo:Prata e ouro non teño, pero o que teño. eu darai \ No newline at end of file +Pedro xunto con Xoan fixaron seus ollos nel e dixo;" Miranos," O coxo os mirou, a espera de recebir algo deles. Pero Pedro lle dixo: Prata e ouro non teño, pero o que teño. eu dareiche. No nome de Xecuscristo de Nazaret, anda. \ No newline at end of file From 7d7ef9a211c816ee8baa5210d3683833ea4ef6c1 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 15:33:11 +0100 Subject: [PATCH 241/977] =?UTF-8?q?Sat=20Mar=2019=202022=2015:33:10=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/04.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/03/04.txt b/03/04.txt index 74ebff4..a867457 100644 --- a/03/04.txt +++ b/03/04.txt @@ -1 +1 @@ -Pedro xunto con Xoan fixaron seus ollos nel e dixo;" Miranos," O coxo os mirou, a espera de recebir algo deles. Pero Pedro lle dixo: Prata e ouro non teño, pero o que teño. eu dareiche. No nome de Xecuscristo de Nazaret, anda. \ No newline at end of file +\v 4 Pedro xunto con Xoan fixaron seus ollos nel e dixo;" \v 5 Miranos," O coxo os mirou, a espera de recebir algo deles. \v 6 Pero Pedro lle dixo: "Prata e ouro non teño, pero o que teño. eu dareiche. No nome de Xecuscristo de Nazaret, anda. \ No newline at end of file diff --git a/manifest.json b/manifest.json index b118f00..a775953 100644 --- a/manifest.json +++ b/manifest.json @@ -65,6 +65,7 @@ "02-37", "02-40", "02-46", - "03-01" + "03-01", + "03-04" ] } \ No newline at end of file From 3737dde9dbd6f4c81fe0f0c4cd21bc66000b4e8d Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 15:35:10 +0100 Subject: [PATCH 242/977] =?UTF-8?q?Sat=20Mar=2019=202022=2015:35:10=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/07.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 03/07.txt diff --git a/03/07.txt b/03/07.txt new file mode 100644 index 0000000..e4a566e --- /dev/null +++ b/03/07.txt @@ -0,0 +1 @@ +Pedro colleuno da man dereita. o levantou; e de súpeto \ No newline at end of file From 86a528e7830152d874bcdf9ffc73afe534ec8f1c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 15:37:10 +0100 Subject: [PATCH 243/977] =?UTF-8?q?Sat=20Mar=2019=202022=2015:37:10=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/07.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/07.txt b/03/07.txt index e4a566e..8fe2f58 100644 --- a/03/07.txt +++ b/03/07.txt @@ -1 +1 @@ -Pedro colleuno da man dereita. o levantou; e de súpeto \ No newline at end of file +Pedro colleuno da man dereita. o levantou; e de súpeto seus pes e os osos de seus nocellos reciberon forzas. \ No newline at end of file From b5abf3275b6c16ecc2d17d040d16fdbaa2dd64a1 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 15:39:10 +0100 Subject: [PATCH 244/977] =?UTF-8?q?Sat=20Mar=2019=202022=2015:39:10=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/07.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/07.txt b/03/07.txt index 8fe2f58..22a2079 100644 --- a/03/07.txt +++ b/03/07.txt @@ -1 +1 @@ -Pedro colleuno da man dereita. o levantou; e de súpeto seus pes e os osos de seus nocellos reciberon forzas. \ No newline at end of file +Pedro colleuno da man dereita. o levantou; e de súpeto seus pes e os osos de seus nocellos reciberon forzas. \ No newline at end of file From e385174ba764f30f98887bfaac8076c8da19c3ef Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 15:41:10 +0100 Subject: [PATCH 245/977] =?UTF-8?q?Sat=20Mar=2019=202022=2015:41:10=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/07.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/07.txt b/03/07.txt index 22a2079..db391ab 100644 --- a/03/07.txt +++ b/03/07.txt @@ -1 +1 @@ -Pedro colleuno da man dereita. o levantou; e de súpeto seus pes e os osos de seus nocellos reciberon forzas. \ No newline at end of file +Pedro colleuno da man dereita. o levantou; e de súpeto seus pes e os osos de seus nocellos reciberon forzas. Brincando, o coxo parouse e escomenzou a \ No newline at end of file From 1b0106ea455428e2338c4997487a786785fab230 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 15:47:10 +0100 Subject: [PATCH 246/977] =?UTF-8?q?Sat=20Mar=2019=202022=2015:47:10=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/07.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/07.txt b/03/07.txt index db391ab..d88252f 100644 --- a/03/07.txt +++ b/03/07.txt @@ -1 +1 @@ -Pedro colleuno da man dereita. o levantou; e de súpeto seus pes e os osos de seus nocellos reciberon forzas. Brincando, o coxo parouse e escomenzou a \ No newline at end of file +Pedro colleuno da man dereita. o levantou; e de súpeto seus pes e os osos de seus nocellos reciberon forzas. Brincando, o coxo parouse e escomenzou a camiñar \ No newline at end of file From c8e3bd4797de966ee87e1694c54749ad32ddda20 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 15:49:10 +0100 Subject: [PATCH 247/977] =?UTF-8?q?Sat=20Mar=2019=202022=2015:49:10=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/07.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/07.txt b/03/07.txt index d88252f..a82a785 100644 --- a/03/07.txt +++ b/03/07.txt @@ -1 +1 @@ -Pedro colleuno da man dereita. o levantou; e de súpeto seus pes e os osos de seus nocellos reciberon forzas. Brincando, o coxo parouse e escomenzou a camiñar \ No newline at end of file +\v 7 \v 8 Pedro colleuno da man dereita. o levantou; e de súpeto seus pes e os osos de seus nocellos reciberon forzas. Brincando, o coxo parouse e escomenzou a camiñar; el entrou con Pedrol e Xoan a o templo, camiñando, brincando e loubando a Deus. \ No newline at end of file From 040e257227c3c882ff892bd124c53053996ae694 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 15:51:11 +0100 Subject: [PATCH 248/977] =?UTF-8?q?Sat=20Mar=2019=202022=2015:51:10=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/07.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/03/07.txt b/03/07.txt index a82a785..bd89743 100644 --- a/03/07.txt +++ b/03/07.txt @@ -1 +1 @@ -\v 7 \v 8 Pedro colleuno da man dereita. o levantou; e de súpeto seus pes e os osos de seus nocellos reciberon forzas. Brincando, o coxo parouse e escomenzou a camiñar; el entrou con Pedrol e Xoan a o templo, camiñando, brincando e loubando a Deus. \ No newline at end of file +\v 7 Pedro colleuno da man dereita. o levantou; e de súpeto seus pes e os osos de seus nocellos reciberon forzas. \v 8 Brincando, o coxo parouse e escomenzou a camiñar; el entrou con Pedrol e Xoan a o templo, camiñando, brincando e loubando a Deus. \ No newline at end of file diff --git a/manifest.json b/manifest.json index a775953..c6616d8 100644 --- a/manifest.json +++ b/manifest.json @@ -66,6 +66,7 @@ "02-40", "02-46", "03-01", - "03-04" + "03-04", + "03-07" ] } \ No newline at end of file From 91d4dec8d34c0e2977e43ddaff80ee02f84a0cbd Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 15:53:10 +0100 Subject: [PATCH 249/977] =?UTF-8?q?Sat=20Mar=2019=202022=2015:53:10=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/43.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 02/43.txt diff --git a/02/43.txt b/02/43.txt new file mode 100644 index 0000000..8f2e12e --- /dev/null +++ b/02/43.txt @@ -0,0 +1 @@ +Medo veu sobre todas as ánima \ No newline at end of file From 5ffd2a7a84e224b2f49eaf601c888e92da2697d7 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 15:55:10 +0100 Subject: [PATCH 250/977] =?UTF-8?q?Sat=20Mar=2019=202022=2015:55:10=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/43.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/43.txt b/02/43.txt index 8f2e12e..10ffbf3 100644 --- a/02/43.txt +++ b/02/43.txt @@ -1 +1 @@ -Medo veu sobre todas as ánima \ No newline at end of file +Medo veu sobre todas as ánimas e moitas maravillas e sinais foron feitas polos apostolos \ No newline at end of file From cf66d4ad71d25292acb6dd415cea2720122f8504 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 15:57:10 +0100 Subject: [PATCH 251/977] =?UTF-8?q?Sat=20Mar=2019=202022=2015:57:10=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/43.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/43.txt b/02/43.txt index 10ffbf3..e5f3cdf 100644 --- a/02/43.txt +++ b/02/43.txt @@ -1 +1 @@ -Medo veu sobre todas as ánimas e moitas maravillas e sinais foron feitas polos apostolos \ No newline at end of file +Medo veu sobre todas as ánimas e moitas maravillas e sinais foron feitas por medio dos apostolos. Todos os que ceeron estaban xuntos e tiñan todas as cousas en \ No newline at end of file From f5c88e862e03f7803bf9e38d9439cde21f04d132 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 16:03:10 +0100 Subject: [PATCH 252/977] =?UTF-8?q?Sat=20Mar=2019=202022=2016:03:10=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/43.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/43.txt b/02/43.txt index e5f3cdf..5de4aa8 100644 --- a/02/43.txt +++ b/02/43.txt @@ -1 +1 @@ -Medo veu sobre todas as ánimas e moitas maravillas e sinais foron feitas por medio dos apostolos. Todos os que ceeron estaban xuntos e tiñan todas as cousas en \ No newline at end of file +Medo veu sobre todas as ánimas e moitas maravillas e sinais foron feitas por medio dos apostolos. Todos os que ceeron estaban xuntos e tiñan todas as cousas en común, e eles venderon as suas propiedades e posesións e as doaron a tos \ No newline at end of file From bd312d3bea95a7d7827be15dd5bbd09d7237c6ef Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 16:05:10 +0100 Subject: [PATCH 253/977] =?UTF-8?q?Sat=20Mar=2019=202022=2016:05:10=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/43.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/43.txt b/02/43.txt index 5de4aa8..4c6425b 100644 --- a/02/43.txt +++ b/02/43.txt @@ -1 +1 @@ -Medo veu sobre todas as ánimas e moitas maravillas e sinais foron feitas por medio dos apostolos. Todos os que ceeron estaban xuntos e tiñan todas as cousas en común, e eles venderon as suas propiedades e posesións e as doaron a tos \ No newline at end of file +Medo veu sobre todas as ánimas e moitas maravillas e sinais foron feitas por medio dos apostolos. Todos os que ceeron estaban xuntos e tiñan todas as cousas en común, e eles venderon as suas propiedades e posesións e as doaron a todos, de , en \ No newline at end of file From af6b7818084a2bf7d798a0ba710be85562f06c8a Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 16:07:10 +0100 Subject: [PATCH 254/977] =?UTF-8?q?Sat=20Mar=2019=202022=2016:07:10=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/43.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/43.txt b/02/43.txt index 4c6425b..0c2caa2 100644 --- a/02/43.txt +++ b/02/43.txt @@ -1 +1 @@ -Medo veu sobre todas as ánimas e moitas maravillas e sinais foron feitas por medio dos apostolos. Todos os que ceeron estaban xuntos e tiñan todas as cousas en común, e eles venderon as suas propiedades e posesións e as doaron a todos, de , en \ No newline at end of file +Medo veu sobre todas as ánimas e moitas maravillas e sinais foron feitas por medio dos apostolos. Todos os que ceeron estaban xuntos e tiñan todas as cousas en común, e eles venderon as suas propiedades e posesións e as doaron a todos, de , en acordo as necesidades necesidades que calquera tivera \ No newline at end of file From fb7058b7956fa93c1844d8bc26585dd4ad155fc4 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 16:09:11 +0100 Subject: [PATCH 255/977] =?UTF-8?q?Sat=20Mar=2019=202022=2016:09:10=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/43.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/02/43.txt b/02/43.txt index 0c2caa2..a6b9dbc 100644 --- a/02/43.txt +++ b/02/43.txt @@ -1 +1 @@ -Medo veu sobre todas as ánimas e moitas maravillas e sinais foron feitas por medio dos apostolos. Todos os que ceeron estaban xuntos e tiñan todas as cousas en común, e eles venderon as suas propiedades e posesións e as doaron a todos, de , en acordo as necesidades necesidades que calquera tivera \ No newline at end of file +\v 43 Medo veu sobre todas as ánimas e moitas maravillas e sinais foron feitas por medio dos apostolos. \v 44 Todos os que ceeron estaban xuntos e tiñan todas as cousas en común, \v 45 e eles venderon as suas propiedades e posesións e as doaron a todos, de , en acordo as necesidades necesidades que calquera tivera- \ No newline at end of file diff --git a/manifest.json b/manifest.json index c6616d8..8d3d5f1 100644 --- a/manifest.json +++ b/manifest.json @@ -64,6 +64,7 @@ "02-34", "02-37", "02-40", + "02-43", "02-46", "03-01", "03-04", From cb916ac37e6db8c6aa91fe506bcb15124af9fea6 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 16:15:10 +0100 Subject: [PATCH 256/977] =?UTF-8?q?Sat=20Mar=2019=202022=2016:15:10=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/09.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 03/09.txt diff --git a/03/09.txt b/03/09.txt new file mode 100644 index 0000000..4ec5c7b --- /dev/null +++ b/03/09.txt @@ -0,0 +1 @@ +Todas as persoas o miraron andando \ No newline at end of file From 063af269c43c1d898ececa7a60d799db3e60bbd5 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 16:17:11 +0100 Subject: [PATCH 257/977] =?UTF-8?q?Sat=20Mar=2019=202022=2016:17:10=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/09.txt b/03/09.txt index 4ec5c7b..b1c3ee0 100644 --- a/03/09.txt +++ b/03/09.txt @@ -1 +1 @@ -Todas as persoas o miraron andando \ No newline at end of file +Todas as persoas o miraron andando e loubando a Deus. Eles viron que era o home que estaba sentado para \ No newline at end of file From d8fdffed00c254cb324fe1b093a2a02f543b8b24 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 16:19:11 +0100 Subject: [PATCH 258/977] =?UTF-8?q?Sat=20Mar=2019=202022=2016:19:10=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/09.txt b/03/09.txt index b1c3ee0..3fa80ca 100644 --- a/03/09.txt +++ b/03/09.txt @@ -1 +1 @@ -Todas as persoas o miraron andando e loubando a Deus. Eles viron que era o home que estaba sentado para \ No newline at end of file +Todas as persoas o miraron andando e loubando a Deus. Eles decatáronse que era o home que estaba sentado a recebre \ No newline at end of file From eb17cb48af902ffe03584da8f513e93b9d8a8d69 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 16:21:11 +0100 Subject: [PATCH 259/977] =?UTF-8?q?Sat=20Mar=2019=202022=2016:21:11=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/09.txt b/03/09.txt index 3fa80ca..0ee870c 100644 --- a/03/09.txt +++ b/03/09.txt @@ -1 +1 @@ -Todas as persoas o miraron andando e loubando a Deus. Eles decatáronse que era o home que estaba sentado a recebre \ No newline at end of file +Todas as persoas o miraron andando e loubando a Deus. Eles decatáronse que era o home que estaba sentado a recebre esmolas na porta do templo , AHermosa \ No newline at end of file From bd0f04b4f55d6395abc0e148254c26b8f978e768 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 16:27:11 +0100 Subject: [PATCH 260/977] =?UTF-8?q?Sat=20Mar=2019=202022=2016:27:10=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/09.txt b/03/09.txt index 0ee870c..e9a9689 100644 --- a/03/09.txt +++ b/03/09.txt @@ -1 +1 @@ -Todas as persoas o miraron andando e loubando a Deus. Eles decatáronse que era o home que estaba sentado a recebre esmolas na porta do templo , AHermosa \ No newline at end of file +Todas as persoas o miraron andando e loubando a Deus. Eles decatáronse que era o home que estaba sentado a recebre esmolas na porta do templo , A Hermosa e eles foron cheos de \ No newline at end of file From 6916fbed8400176e25e7db6850026dff48962aa8 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 16:29:11 +0100 Subject: [PATCH 261/977] =?UTF-8?q?Sat=20Mar=2019=202022=2016:29:10=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/09.txt b/03/09.txt index e9a9689..d700c13 100644 --- a/03/09.txt +++ b/03/09.txt @@ -1 +1 @@ -Todas as persoas o miraron andando e loubando a Deus. Eles decatáronse que era o home que estaba sentado a recebre esmolas na porta do templo , A Hermosa e eles foron cheos de \ No newline at end of file +Todas as persoas o miraron andando e loubando a Deus. Eles decatáronse que era o home que estaba sentado a recebre esmolas na porta do templo , A Hermosa e eles foron cheos de abrai e admiración por causa do que lles \ No newline at end of file From efa4e7c9583d0d9180f6f66914b07d1f9ba58b4c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 16:31:11 +0100 Subject: [PATCH 262/977] =?UTF-8?q?Sat=20Mar=2019=202022=2016:31:10=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/09.txt b/03/09.txt index d700c13..fb28608 100644 --- a/03/09.txt +++ b/03/09.txt @@ -1 +1 @@ -Todas as persoas o miraron andando e loubando a Deus. Eles decatáronse que era o home que estaba sentado a recebre esmolas na porta do templo , A Hermosa e eles foron cheos de abrai e admiración por causa do que lles \ No newline at end of file +Todas as persoas o miraron andando e loubando a Deus. Eles decatáronse que era o home que estaba sentado a receber esmolas na porta do templo , A Hermosa e eles foron cheos de abraio e admiración po lo que llle pasara a él. \ No newline at end of file From 8ca3dfefb2933ed93dfe1fbdd11f263e249a3f40 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 16:33:11 +0100 Subject: [PATCH 263/977] =?UTF-8?q?Sat=20Mar=2019=202022=2016:33:10=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/09.txt | 2 +- 03/11.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 03/11.txt diff --git a/03/09.txt b/03/09.txt index fb28608..5c03f32 100644 --- a/03/09.txt +++ b/03/09.txt @@ -1 +1 @@ -Todas as persoas o miraron andando e loubando a Deus. Eles decatáronse que era o home que estaba sentado a receber esmolas na porta do templo , A Hermosa e eles foron cheos de abraio e admiración po lo que llle pasara a él. \ No newline at end of file +\v 9 Todas as persoas o miraron andando e loubando a Deus. \v 10 Eles decatáronse que era o home que estaba sentado a receber esmolas na porta do templo , A Hermosa e eles foron cheos de abraio e admiración po lo que lle ocorrera a él. \ No newline at end of file diff --git a/03/11.txt b/03/11.txt new file mode 100644 index 0000000..8a071ce --- /dev/null +++ b/03/11.txt @@ -0,0 +1 @@ +Mentras él \ No newline at end of file diff --git a/manifest.json b/manifest.json index 8d3d5f1..7d668a0 100644 --- a/manifest.json +++ b/manifest.json @@ -68,6 +68,7 @@ "02-46", "03-01", "03-04", - "03-07" + "03-07", + "03-09" ] } \ No newline at end of file From eca1ee388e7df1867825fcaf0cbfa5a6b64f8678 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 16:35:11 +0100 Subject: [PATCH 264/977] =?UTF-8?q?Sat=20Mar=2019=202022=2016:35:10=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/11.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/11.txt b/03/11.txt index 8a071ce..4bd8e69 100644 --- a/03/11.txt +++ b/03/11.txt @@ -1 +1 @@ -Mentras él \ No newline at end of file +Mentras él aguntabase de Pedro e Xoan, todas as persoas correron a eles a o p \ No newline at end of file From 7c6ce4a59e76afee63d55c1e4b1bba1baaf25f64 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 16:37:11 +0100 Subject: [PATCH 265/977] =?UTF-8?q?Sat=20Mar=2019=202022=2016:37:10=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/11.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/11.txt b/03/11.txt index 4bd8e69..9eb8aa9 100644 --- a/03/11.txt +++ b/03/11.txt @@ -1 +1 @@ -Mentras él aguntabase de Pedro e Xoan, todas as persoas correron a eles a o p \ No newline at end of file +Mentras él aguntabase de Pedro e Xoan, todas as persoas correron a eles a o álpendre que e chamado de Salomón, abraiandp \ No newline at end of file From 3a5d8d538577b670303fdc55222096e8ebf9de62 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 16:39:11 +0100 Subject: [PATCH 266/977] =?UTF-8?q?Sat=20Mar=2019=202022=2016:39:11=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/11.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/11.txt b/03/11.txt index 9eb8aa9..8473612 100644 --- a/03/11.txt +++ b/03/11.txt @@ -1 +1 @@ -Mentras él aguntabase de Pedro e Xoan, todas as persoas correron a eles a o álpendre que e chamado de Salomón, abraiandp \ No newline at end of file +Mentras él aguntabase de Pedro e Xoan, todas as persoas correron a eles a o álpendre que e chamado de Salomón, abraiandose moito. Cando Pedro viu isto, lle resondeu a xente: ·Vostedes homes de Israel,¿por \ No newline at end of file From 44070f1717a2a7347fb0fd15a58a382b32aad639 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 16:41:11 +0100 Subject: [PATCH 267/977] =?UTF-8?q?Sat=20Mar=2019=202022=2016:41:10=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/11.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/11.txt b/03/11.txt index 8473612..b03f1c4 100644 --- a/03/11.txt +++ b/03/11.txt @@ -1 +1 @@ -Mentras él aguntabase de Pedro e Xoan, todas as persoas correron a eles a o álpendre que e chamado de Salomón, abraiandose moito. Cando Pedro viu isto, lle resondeu a xente: ·Vostedes homes de Israel,¿por \ No newline at end of file +Mentras él aguntabase de Pedro e Xoan, todas as persoas correron a eles a o álpendre que e chamado de Salomón, abraiandose moito. Cando Pedro viu isto, lle resondeu a xente: ·Vostedes homes de Israel,¿por que fixan seus ollos en nosco, cama se nos houberamos feito que él camiñara por noso propio poderio o \ No newline at end of file From a89fae0c2e364e6b5c64e2c40615b9116cda1751 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 16:43:11 +0100 Subject: [PATCH 268/977] =?UTF-8?q?Sat=20Mar=2019=202022=2016:43:10=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/11.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/03/11.txt b/03/11.txt index b03f1c4..f4340f2 100644 --- a/03/11.txt +++ b/03/11.txt @@ -1 +1 @@ -Mentras él aguntabase de Pedro e Xoan, todas as persoas correron a eles a o álpendre que e chamado de Salomón, abraiandose moito. Cando Pedro viu isto, lle resondeu a xente: ·Vostedes homes de Israel,¿por que fixan seus ollos en nosco, cama se nos houberamos feito que él camiñara por noso propio poderio o \ No newline at end of file +\v 11 Mentras él aguntabase de Pedro e Xoan, todas as persoas correron a eles a o álpendre que e chamado de Salomón, abraiandose moito. \v 12 Cando Pedro viu isto, lle resondeu a xente: ·Vostedes homes de Israel,¿por que fixan seus ollos en nosco, cama se nos houberamos feito que él camiñara por noso propio poder o piedad? \ No newline at end of file diff --git a/manifest.json b/manifest.json index 7d668a0..d4b8691 100644 --- a/manifest.json +++ b/manifest.json @@ -69,6 +69,7 @@ "03-01", "03-04", "03-07", - "03-09" + "03-09", + "03-11" ] } \ No newline at end of file From ccc84e046fa29a4f35fdca537fb4d855df58583e Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 18:07:48 +0100 Subject: [PATCH 269/977] =?UTF-8?q?Sat=20Mar=2019=202022=2018:07:47=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/13.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 03/13.txt diff --git a/03/13.txt b/03/13.txt new file mode 100644 index 0000000..23d1676 --- /dev/null +++ b/03/13.txt @@ -0,0 +1 @@ +O Deus de Abraham, e Isaac, e Xacob, o Deus de nosos pais, \ No newline at end of file From 367f911570d812d8191f439b3d42c51362531369 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 18:09:48 +0100 Subject: [PATCH 270/977] =?UTF-8?q?Sat=20Mar=2019=202022=2018:09:47=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/13.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/13.txt b/03/13.txt index 23d1676..a853972 100644 --- a/03/13.txt +++ b/03/13.txt @@ -1 +1 @@ -O Deus de Abraham, e Isaac, e Xacob, o Deus de nosos pais, \ No newline at end of file +O Deus de Abraham, e Isaac, e Xacob, o Deus de nosos pais, \ No newline at end of file From 98c9a6ccd250fdd53adf1fcd1f1a236d13348e49 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 18:11:48 +0100 Subject: [PATCH 271/977] =?UTF-8?q?Sat=20Mar=2019=202022=2018:11:47=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/13.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/13.txt b/03/13.txt index a853972..95d409c 100644 --- a/03/13.txt +++ b/03/13.txt @@ -1 +1 @@ -O Deus de Abraham, e Isaac, e Xacob, o Deus de nosos pais, \ No newline at end of file +O Deus de Abraham, e Isaac, e Xacob, o Deus de nosos pais, glorificaron a seu Servo, Xesús. Él e Aquel a quen vostedes entregaron \ No newline at end of file From f7761f82b32c018dcdc93493a7df571fc8e8396b Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 18:13:48 +0100 Subject: [PATCH 272/977] =?UTF-8?q?Sat=20Mar=2019=202022=2018:13:47=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/13.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/13.txt b/03/13.txt index 95d409c..e0d88bd 100644 --- a/03/13.txt +++ b/03/13.txt @@ -1 +1 @@ -O Deus de Abraham, e Isaac, e Xacob, o Deus de nosos pais, glorificaron a seu Servo, Xesús. Él e Aquel a quen vostedes entregaron \ No newline at end of file +O Deus de Abraham, e Isaac, e Xacob, o Deus de nosos pais, glorificaron a seu Servo, Xesús. Él e Aquel a quen vostedes entregaron e descartaron diante da cara de Pilato, cando dicidiu liberalo \ No newline at end of file From 248143fe9325446cbf9be15a85fcf8989b32f31a Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 18:15:48 +0100 Subject: [PATCH 273/977] =?UTF-8?q?Sat=20Mar=2019=202022=2018:15:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/13.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/13.txt b/03/13.txt index e0d88bd..a443b12 100644 --- a/03/13.txt +++ b/03/13.txt @@ -1 +1 @@ -O Deus de Abraham, e Isaac, e Xacob, o Deus de nosos pais, glorificaron a seu Servo, Xesús. Él e Aquel a quen vostedes entregaron e descartaron diante da cara de Pilato, cando dicidiu liberalo \ No newline at end of file +O Deus de Abraham, e Isaac, e Xacob, o Deus de nosos pais, glorificaron a seu Servo, Xesús. Él e Aquel a quen vostedes entregaron e descartaron diante da cara de Pilato, cando dicidiu liberalo. Vostedes rexeitaron a o Santo e Xusto, e pidiron en cambio fura libero \ No newline at end of file From cf561d306b7b86f7db9c92023667ebbd2b32d4d4 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 18:17:48 +0100 Subject: [PATCH 274/977] =?UTF-8?q?Sat=20Mar=2019=202022=2018:17:47=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/13.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/13.txt b/03/13.txt index a443b12..4531564 100644 --- a/03/13.txt +++ b/03/13.txt @@ -1 +1 @@ -O Deus de Abraham, e Isaac, e Xacob, o Deus de nosos pais, glorificaron a seu Servo, Xesús. Él e Aquel a quen vostedes entregaron e descartaron diante da cara de Pilato, cando dicidiu liberalo. Vostedes rexeitaron a o Santo e Xusto, e pidiron en cambio fura libero \ No newline at end of file +\v 13 \v 14 O Deus de Abraham, e Isaac, e Xacob, o Deus de nosos pais, glorificaron a seu Servo, Xesús. Él e Aquel a quen vostedes entregaron e descartaron diante da cara de Pilato, cando dicidiu liberalo. Vostedes rexeitaron a o Santo e Xusto, e pidiron no seu sien cambio fora \ No newline at end of file From 106a02c9541c997b9105537e13e220c911a50858 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 18:19:48 +0100 Subject: [PATCH 275/977] =?UTF-8?q?Sat=20Mar=2019=202022=2018:19:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/13.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/03/13.txt b/03/13.txt index 4531564..4aeea8d 100644 --- a/03/13.txt +++ b/03/13.txt @@ -1 +1 @@ -\v 13 \v 14 O Deus de Abraham, e Isaac, e Xacob, o Deus de nosos pais, glorificaron a seu Servo, Xesús. Él e Aquel a quen vostedes entregaron e descartaron diante da cara de Pilato, cando dicidiu liberalo. Vostedes rexeitaron a o Santo e Xusto, e pidiron no seu sien cambio fora \ No newline at end of file +\v 13 O Deus de Abraham, e Isaac, e Xacob, o Deus de nosos pais, glorificaron a seu Servo, Xesús. Él e Aquel a quen vostedes entregaron e descartaron diante da cara de Pilato, cando dicidiu liberalo. \v 14 Vostedes rexeitaron a o Santo e Xusto, e pidiron no seu sitio a un sisino para ser liberado . \ No newline at end of file diff --git a/manifest.json b/manifest.json index d4b8691..c707be1 100644 --- a/manifest.json +++ b/manifest.json @@ -70,6 +70,7 @@ "03-04", "03-07", "03-09", - "03-11" + "03-11", + "03-13" ] } \ No newline at end of file From b3a04ded63910b5a01e348f4c799a0c66807e451 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 18:21:48 +0100 Subject: [PATCH 276/977] =?UTF-8?q?Sat=20Mar=2019=202022=2018:21:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/15.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 03/15.txt diff --git a/03/15.txt b/03/15.txt new file mode 100644 index 0000000..9049789 --- /dev/null +++ b/03/15.txt @@ -0,0 +1 @@ +Vostedes mataron a o Principe da Vida, a quen Deus resucitou \ No newline at end of file From bc9498e5f77b130ba4ba51a3f7f451058670e784 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 18:23:48 +0100 Subject: [PATCH 277/977] =?UTF-8?q?Sat=20Mar=2019=202022=2018:23:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/15.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/15.txt b/03/15.txt index 9049789..6e24d16 100644 --- a/03/15.txt +++ b/03/15.txt @@ -1 +1 @@ -Vostedes mataron a o Principe da Vida, a quen Deus resucitou \ No newline at end of file +Vostedes mataron a o Principe da Vida, a quen Deus resucitou dente os mortos, e nos somos testemuñas diso. Agora, pola fe no se \ No newline at end of file From 231c8623e40a142af7d487ae4a6f4efff63c469f Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 18:25:48 +0100 Subject: [PATCH 278/977] =?UTF-8?q?Sat=20Mar=2019=202022=2018:25:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/15.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/15.txt b/03/15.txt index 6e24d16..130baf5 100644 --- a/03/15.txt +++ b/03/15.txt @@ -1 +1 @@ -Vostedes mataron a o Principe da Vida, a quen Deus resucitou dente os mortos, e nos somos testemuñas diso. Agora, pola fe no se \ No newline at end of file +Vostedes mataron a o Principe da Vida, a quen Deus resucitou dente os mortos, e nos somos testemuñas diso. Agora, pola fe no Seu nome, este home a quen vos ve coñocedes \ No newline at end of file From d0d476db40a07f939b5fd2e5193dee2a8e2e454f Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 18:27:48 +0100 Subject: [PATCH 279/977] =?UTF-8?q?Sat=20Mar=2019=202022=2018:27:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/15.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/15.txt b/03/15.txt index 130baf5..f4594aa 100644 --- a/03/15.txt +++ b/03/15.txt @@ -1 +1 @@ -Vostedes mataron a o Principe da Vida, a quen Deus resucitou dente os mortos, e nos somos testemuñas diso. Agora, pola fe no Seu nome, este home a quen vos ve coñocedes \ No newline at end of file +Vostedes mataron a o Principe da Vida, a quen Deus resucitou dente os mortos, e nos somos testemuñas diso. Agora, pola fe no Seu nome, este home a quen vos ven e coñoceden. este mesmo nome o a feito forte. A fe que e \ No newline at end of file From 120c9a7a607d27b6a8417f4091d6c99070d75e7b Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 18:29:48 +0100 Subject: [PATCH 280/977] =?UTF-8?q?Sat=20Mar=2019=202022=2018:29:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/15.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/15.txt b/03/15.txt index f4594aa..bce4c08 100644 --- a/03/15.txt +++ b/03/15.txt @@ -1 +1 @@ -Vostedes mataron a o Principe da Vida, a quen Deus resucitou dente os mortos, e nos somos testemuñas diso. Agora, pola fe no Seu nome, este home a quen vos ven e coñoceden. este mesmo nome o a feito forte. A fe que e \ No newline at end of file +Vostedes mataron a o Principe da Vida, a quen Deus resucitou dente os mortos, e nos somos testemuñas diso. Agora, pola fe no Seu nome, este home a quen vos ven e coñoceden. este mesmo nome o a feito forte. A fe que e stá a través de Xesús deulle esta saúde completa na sua presencia \ No newline at end of file From e6808bad6de8e87ba65ca11eeff632a11279d2b9 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 18:31:48 +0100 Subject: [PATCH 281/977] =?UTF-8?q?Sat=20Mar=2019=202022=2018:31:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/15.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/03/15.txt b/03/15.txt index bce4c08..b900497 100644 --- a/03/15.txt +++ b/03/15.txt @@ -1 +1,2 @@ -Vostedes mataron a o Principe da Vida, a quen Deus resucitou dente os mortos, e nos somos testemuñas diso. Agora, pola fe no Seu nome, este home a quen vos ven e coñoceden. este mesmo nome o a feito forte. A fe que e stá a través de Xesús deulle esta saúde completa na sua presencia \ No newline at end of file +Vostedes mataron a o Principe da Vida, a quen Deus resucitou dente os mortos, e nos somos testemuñas diso. Agora, pola fe no Seu nome, este home a quen vos miran e coñocen. este mesmo nome o a feito forte. A fe que e stá a través de Xesús deulle esta saúde completa na presencia de vostedes +. \ No newline at end of file From d4aa0282bd5ffbdfae6604692ce8fda51e069007 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 18:33:48 +0100 Subject: [PATCH 282/977] =?UTF-8?q?Sat=20Mar=2019=202022=2018:33:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/15.txt | 4 ++-- 03/17.txt | 1 + manifest.json | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 03/17.txt diff --git a/03/15.txt b/03/15.txt index b900497..3068d4d 100644 --- a/03/15.txt +++ b/03/15.txt @@ -1,2 +1,2 @@ -Vostedes mataron a o Principe da Vida, a quen Deus resucitou dente os mortos, e nos somos testemuñas diso. Agora, pola fe no Seu nome, este home a quen vos miran e coñocen. este mesmo nome o a feito forte. A fe que e stá a través de Xesús deulle esta saúde completa na presencia de vostedes -. \ No newline at end of file +\v 15 Vostedes mataron a o Principe da Vida, a quen Deus resucitou dente os mortos, e nos somos testemuñas diso. \v 16 Agora, pola fe no Seu nome, este home a quen vos miran e coñocen. este mesmo nome o fixo forte. A fe que está a través de Xesús deulle esta saúde completa na presencia de vostedes +. \ No newline at end of file diff --git a/03/17.txt b/03/17.txt new file mode 100644 index 0000000..be93b4a --- /dev/null +++ b/03/17.txt @@ -0,0 +1 @@ +Agora, hirmans, eu seique vostedes \ No newline at end of file diff --git a/manifest.json b/manifest.json index c707be1..df5c75a 100644 --- a/manifest.json +++ b/manifest.json @@ -71,6 +71,7 @@ "03-07", "03-09", "03-11", - "03-13" + "03-13", + "03-15" ] } \ No newline at end of file From b48a7dca411dcc335753ae80ea0c816e0d5eba31 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 18:35:48 +0100 Subject: [PATCH 283/977] =?UTF-8?q?Sat=20Mar=2019=202022=2018:35:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/17.txt b/03/17.txt index be93b4a..85e0aff 100644 --- a/03/17.txt +++ b/03/17.txt @@ -1 +1 @@ -Agora, hirmans, eu seique vostedes \ No newline at end of file +Agora, hirmans, eu seique que vostedes fixestes ignorancia coma os vosos gobernantes \ No newline at end of file From b839d1d4874bda67bc1ffe54935e5207fef929de Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 18:37:48 +0100 Subject: [PATCH 284/977] =?UTF-8?q?Sat=20Mar=2019=202022=2018:37:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/17.txt b/03/17.txt index 85e0aff..d3db5f9 100644 --- a/03/17.txt +++ b/03/17.txt @@ -1 +1 @@ -Agora, hirmans, eu seique que vostedes fixestes ignorancia coma os vosos gobernantes \ No newline at end of file +Agora, hirmans, eu seique que vostedes fixestes ignorancia coma tamen fixeron os vosos gobernantes. Pero as cousas que Deus \ No newline at end of file From 4534aedc204ab3b02c9e391dbfb0d1f0f751a80f Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 18:47:48 +0100 Subject: [PATCH 285/977] =?UTF-8?q?Sat=20Mar=2019=202022=2018:47:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/17.txt b/03/17.txt index d3db5f9..09d7bcd 100644 --- a/03/17.txt +++ b/03/17.txt @@ -1 +1 @@ -Agora, hirmans, eu seique que vostedes fixestes ignorancia coma tamen fixeron os vosos gobernantes. Pero as cousas que Deus \ No newline at end of file +Agora, hirmans, eu seique que vostedes fixestes ignorancia coma tamen fixeron os vosos gobernantes. Pero as cousas que Deus anunciou de anteman po la boca de todos os profetas que Su Cristo tiña que sofrir, Él agora as foi cumplindo \ No newline at end of file From ebae219b9e3a700a578229768b18b4c4f081610f Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 18:49:48 +0100 Subject: [PATCH 286/977] =?UTF-8?q?Sat=20Mar=2019=202022=2018:49:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/17.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/03/17.txt b/03/17.txt index 09d7bcd..00dc570 100644 --- a/03/17.txt +++ b/03/17.txt @@ -1 +1 @@ -Agora, hirmans, eu seique que vostedes fixestes ignorancia coma tamen fixeron os vosos gobernantes. Pero as cousas que Deus anunciou de anteman po la boca de todos os profetas que Su Cristo tiña que sofrir, Él agora as foi cumplindo \ No newline at end of file +\v 17 Agora, hirmans, eu seique que vostedes fixestes ignorancia coma tamen fixeron os vosos gobernantes. \v 18 Pero as cousas que Deus anunciou de anteman po la boca de todos os profetas que Su Cristo tiña que sofrir, Él agora as foi cumplindo . \ No newline at end of file diff --git a/manifest.json b/manifest.json index df5c75a..260c39d 100644 --- a/manifest.json +++ b/manifest.json @@ -72,6 +72,7 @@ "03-09", "03-11", "03-13", - "03-15" + "03-15", + "03-17" ] } \ No newline at end of file From a354db466fa3cde77f29e59f9e23f8ef5f94e8b1 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 18:59:48 +0100 Subject: [PATCH 287/977] =?UTF-8?q?Sat=20Mar=2019=202022=2018:59:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/19.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 03/19.txt diff --git a/03/19.txt b/03/19.txt new file mode 100644 index 0000000..45fb3c5 --- /dev/null +++ b/03/19.txt @@ -0,0 +1 @@ +Arrepentanse, po lo tanto \ No newline at end of file From 716ef20e3812966132274ef5bc66df546873d31c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 19:01:48 +0100 Subject: [PATCH 288/977] =?UTF-8?q?Sat=20Mar=2019=202022=2019:01:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/19.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/19.txt b/03/19.txt index 45fb3c5..3fa8870 100644 --- a/03/19.txt +++ b/03/19.txt @@ -1 +1 @@ -Arrepentanse, po lo tanto \ No newline at end of file +Arrepentanse, po lo tanto, e voltense, pra que seus pecados sexan quitados, pra que poidan chegar tem \ No newline at end of file From 6107d7cb8eba2bd4c4fe53b14a0a4d392664a242 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 19:03:48 +0100 Subject: [PATCH 289/977] =?UTF-8?q?Sat=20Mar=2019=202022=2019:03:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/19.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/19.txt b/03/19.txt index 3fa8870..8528529 100644 --- a/03/19.txt +++ b/03/19.txt @@ -1 +1 @@ -Arrepentanse, po lo tanto, e voltense, pra que seus pecados sexan quitados, pra que poidan chegar tem \ No newline at end of file +Arrepentanse, po lo tanto, e voltense, pra que seus pecados sexan quitados, pra que poidan chegar tempos de refrixerio \ No newline at end of file From 64be4abe5a83b225503cb4075aaf86bed5205268 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 19:07:48 +0100 Subject: [PATCH 290/977] =?UTF-8?q?Sat=20Mar=2019=202022=2019:07:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/19.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/19.txt b/03/19.txt index 8528529..2cd4b98 100644 --- a/03/19.txt +++ b/03/19.txt @@ -1 +1 @@ -Arrepentanse, po lo tanto, e voltense, pra que seus pecados sexan quitados, pra que poidan chegar tempos de refrixerio \ No newline at end of file +Arrepentanse, po lo tanto, e voltense, pra que seus pecados sexan quitados, pra que poidan chegar tempos de refrixerio dende a presencia do señor; \ No newline at end of file From c26fd4c2b64cf016335b0881a096c30561df5e71 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 19:11:48 +0100 Subject: [PATCH 291/977] =?UTF-8?q?Sat=20Mar=2019=202022=2019:11:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/19.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/19.txt b/03/19.txt index 2cd4b98..12ee64a 100644 --- a/03/19.txt +++ b/03/19.txt @@ -1 +1 @@ -Arrepentanse, po lo tanto, e voltense, pra que seus pecados sexan quitados, pra que poidan chegar tempos de refrixerio dende a presencia do señor; \ No newline at end of file +Arrepentanse, po lo tanto, e voltense, pra que seus pecados sexan quitados, pra que poidan chegar tempos de refrixerio dende a presencia do señor; e que Él pueda \ No newline at end of file From 5d57eebe93121a36a5160046b683b316058a017f Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 19:13:48 +0100 Subject: [PATCH 292/977] =?UTF-8?q?Sat=20Mar=2019=202022=2019:13:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/19.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/19.txt b/03/19.txt index 12ee64a..c4f00b3 100644 --- a/03/19.txt +++ b/03/19.txt @@ -1 +1 @@ -Arrepentanse, po lo tanto, e voltense, pra que seus pecados sexan quitados, pra que poidan chegar tempos de refrixerio dende a presencia do señor; e que Él pueda \ No newline at end of file +Arrepentanse, po lo tanto, e voltense, pra que seus pecados sexan quitados, pra que poidan chegar tempos de refrixerio dende a presencia do señor; e que Él pueda enviar a Cristo, que foi \ No newline at end of file From a0aa94ea08a03eb88d0fef5412b2e65d027b4eb9 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 19:17:48 +0100 Subject: [PATCH 293/977] =?UTF-8?q?Sat=20Mar=2019=202022=2019:17:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/19.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/19.txt b/03/19.txt index c4f00b3..7d94ca5 100644 --- a/03/19.txt +++ b/03/19.txt @@ -1 +1 @@ -Arrepentanse, po lo tanto, e voltense, pra que seus pecados sexan quitados, pra que poidan chegar tempos de refrixerio dende a presencia do señor; e que Él pueda enviar a Cristo, que foi \ No newline at end of file +\v 19 \v 20 Arrepentanse, po lo tanto, e voltense, pra que seus pecados sexan borrados pra que poidan chegar tempos de refrixerio dende a presencia do señor; e que Él pueda enviar a Cristo, que foi \ No newline at end of file From 4051624be109496c22bdb2dcee831d2027085436 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 19:19:48 +0100 Subject: [PATCH 294/977] =?UTF-8?q?Sat=20Mar=2019=202022=2019:19:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/19.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/19.txt b/03/19.txt index 7d94ca5..eb28f81 100644 --- a/03/19.txt +++ b/03/19.txt @@ -1 +1 @@ -\v 19 \v 20 Arrepentanse, po lo tanto, e voltense, pra que seus pecados sexan borrados pra que poidan chegar tempos de refrixerio dende a presencia do señor; e que Él pueda enviar a Cristo, que foi \ No newline at end of file +\v 19 \v 20 Arrepentanse, po lo tanto, e voltense, pra que seus pecados sexan borrados pra que poidan chegar tempos de refrixerio dende a presencia do señor; e que Él pueda enviar a Cristo, que foi designados \ No newline at end of file From d8bc4b94cb8252df6f9a073c1a395bcb79020a82 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 19:27:48 +0100 Subject: [PATCH 295/977] =?UTF-8?q?Sat=20Mar=2019=202022=2019:27:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/19.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/19.txt b/03/19.txt index eb28f81..5950f6d 100644 --- a/03/19.txt +++ b/03/19.txt @@ -1 +1 @@ -\v 19 \v 20 Arrepentanse, po lo tanto, e voltense, pra que seus pecados sexan borrados pra que poidan chegar tempos de refrixerio dende a presencia do señor; e que Él pueda enviar a Cristo, que foi designados \ No newline at end of file +\v 19 \v 20 Arrepentaídevos , po lo tanto, e voltense, pra que seus pecados sexan borrados pra que poidan chegar tempos de refrixerio dende a presencia do señor; e que Él pueda enviar a Cristo, que foi designados \ No newline at end of file From c1848eb53032929f62d343d39d62703fe90264a7 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 19:29:48 +0100 Subject: [PATCH 296/977] =?UTF-8?q?Sat=20Mar=2019=202022=2019:29:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/19.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/19.txt b/03/19.txt index 5950f6d..d4778d5 100644 --- a/03/19.txt +++ b/03/19.txt @@ -1 +1 @@ -\v 19 \v 20 Arrepentaídevos , po lo tanto, e voltense, pra que seus pecados sexan borrados pra que poidan chegar tempos de refrixerio dende a presencia do señor; e que Él pueda enviar a Cristo, que foi designados \ No newline at end of file +\v 19 \v 20 Arrepentaídevos , po lo tanto, e cambiade, pra que vosos pecados sexan borrados pra que veñas per poidan chegar tempos de refrixerio dende a presencia do señor; e que Él pueda enviar a Cristo, que foi designados \ No newline at end of file From 3b7fbbf27e0633256ee86daa175b798d95f775b8 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 19:31:48 +0100 Subject: [PATCH 297/977] =?UTF-8?q?Sat=20Mar=2019=202022=2019:31:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/19.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/19.txt b/03/19.txt index d4778d5..646d3a5 100644 --- a/03/19.txt +++ b/03/19.txt @@ -1 +1 @@ -\v 19 \v 20 Arrepentaídevos , po lo tanto, e cambiade, pra que vosos pecados sexan borrados pra que veñas per poidan chegar tempos de refrixerio dende a presencia do señor; e que Él pueda enviar a Cristo, que foi designados \ No newline at end of file +\v 19 \v 20 Arrepentaídevos , po lo tanto, e cambiade, pra que vosos pecados sexan borrados pra que veñas períodosde rrefrixerioda presencia do Señor de refrixerio dende a presencia do señor; e que Él pueda enviar a Cristo, que foi designados \ No newline at end of file From 2776e023aecc23a42a9378f35a043131c0275a0f Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 19:33:48 +0100 Subject: [PATCH 298/977] =?UTF-8?q?Sat=20Mar=2019=202022=2019:33:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/19.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/19.txt b/03/19.txt index 646d3a5..3bb7c20 100644 --- a/03/19.txt +++ b/03/19.txt @@ -1 +1 @@ -\v 19 \v 20 Arrepentaídevos , po lo tanto, e cambiade, pra que vosos pecados sexan borrados pra que veñas períodosde rrefrixerioda presencia do Señor de refrixerio dende a presencia do señor; e que Él pueda enviar a Cristo, que foi designados \ No newline at end of file +\v 19 \v 20 Arrepentaídevos , po lo tanto, e cambiade, pra que vosos pecados sexan borrados pra que veñas períodosde rrefrixerio da presencia do Señor; e que Él poida mand \ No newline at end of file From 8feb363ebeb3e88c7ecef39714e4b0980367cff1 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 19:35:48 +0100 Subject: [PATCH 299/977] =?UTF-8?q?Sat=20Mar=2019=202022=2019:35:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/19.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/19.txt b/03/19.txt index 3bb7c20..b753477 100644 --- a/03/19.txt +++ b/03/19.txt @@ -1 +1 @@ -\v 19 \v 20 Arrepentaídevos , po lo tanto, e cambiade, pra que vosos pecados sexan borrados pra que veñas períodosde rrefrixerio da presencia do Señor; e que Él poida mand \ No newline at end of file +\v 19 Arrepentaídevos , po lo tanto, e cambiade, pra que vosos pecados sexan borrados pra que veñas períodosde rrefrixerio da presencia do Señor; e \v 20 que Él poida enviar ao Cristo que foi desinado para vostedes, Xesús. \ No newline at end of file From 889ddb2835b021a8e634754b8ff1dae798f85ac5 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 19:37:48 +0100 Subject: [PATCH 300/977] =?UTF-8?q?Sat=20Mar=2019=202022=2019:37:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/19.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/03/19.txt b/03/19.txt index b753477..a1b743d 100644 --- a/03/19.txt +++ b/03/19.txt @@ -1 +1 @@ -\v 19 Arrepentaídevos , po lo tanto, e cambiade, pra que vosos pecados sexan borrados pra que veñas períodosde rrefrixerio da presencia do Señor; e \v 20 que Él poida enviar ao Cristo que foi desinado para vostedes, Xesús. \ No newline at end of file +\v 19 Arrepentaídevos , po lo tanto, e cambiade, pra que vosos pecados sexan borrados pra que veñas períodosde rrefrixerio da presencia do Señor; \v 20 e que Él poida enviar ao Cristo que foi desinado para vostedes, Xesús. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 260c39d..993e948 100644 --- a/manifest.json +++ b/manifest.json @@ -73,6 +73,7 @@ "03-11", "03-13", "03-15", - "03-17" + "03-17", + "03-19" ] } \ No newline at end of file From 95cb7932a08f89c195964a13dc908637e6a2e108 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 19:39:48 +0100 Subject: [PATCH 301/977] =?UTF-8?q?Sat=20Mar=2019=202022=2019:39:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/21.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 03/21.txt diff --git a/03/21.txt b/03/21.txt new file mode 100644 index 0000000..7511fa5 --- /dev/null +++ b/03/21.txt @@ -0,0 +1 @@ +Él é o que no ceo twn de recebir ata o tempo da restayración de todas as cousa, do que Deus faluo fai tempo po la boca do S \ No newline at end of file From e3d9f59cba7cef75afd9cde4e438988b0e120e2a Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 19:41:48 +0100 Subject: [PATCH 302/977] =?UTF-8?q?Sat=20Mar=2019=202022=2019:41:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/21.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/21.txt b/03/21.txt index 7511fa5..f67e629 100644 --- a/03/21.txt +++ b/03/21.txt @@ -1 +1 @@ -Él é o que no ceo twn de recebir ata o tempo da restayración de todas as cousa, do que Deus faluo fai tempo po la boca do S \ No newline at end of file +Él é o que no ceo twn de recebir ata o tempo da restayración de todas as cousa, do que Deus faluo fai tempo po la boca dos Seus santos profetas. Moisés certamente dixo<, ÉL SEÑOR DEUS LEVANTÁRA UN PROFETA \ No newline at end of file From 78abb9d256f64dfbd37b066ab99a618bfffacabf Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 19:43:48 +0100 Subject: [PATCH 303/977] =?UTF-8?q?Sat=20Mar=2019=202022=2019:43:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/21.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/21.txt b/03/21.txt index f67e629..cd5b5de 100644 --- a/03/21.txt +++ b/03/21.txt @@ -1 +1 @@ -Él é o que no ceo twn de recebir ata o tempo da restayración de todas as cousa, do que Deus faluo fai tempo po la boca dos Seus santos profetas. Moisés certamente dixo<, ÉL SEÑOR DEUS LEVANTÁRA UN PROFETA \ No newline at end of file +Él é o que no ceo twn de recebir ata o tempo da restayración de todas as cousa, do que Deus faluo fai tempo po la boca dos Seus santos profetas. Moisés certamente dixo<, ÉL SEÑOR DEUS LEVANTÁRA UN PROFETA COMA EU ENTRE SEUS HIRMANS. VOSTEDES ESCOITARAN TODO O QUE ÉL LLES FALARÁ \ No newline at end of file From 30e6f5b3fd56d47f41b838bdd02514c881daa1ef Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 19:45:48 +0100 Subject: [PATCH 304/977] =?UTF-8?q?Sat=20Mar=2019=202022=2019:45:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/21.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/21.txt b/03/21.txt index cd5b5de..96595dd 100644 --- a/03/21.txt +++ b/03/21.txt @@ -1 +1 @@ -Él é o que no ceo twn de recebir ata o tempo da restayración de todas as cousa, do que Deus faluo fai tempo po la boca dos Seus santos profetas. Moisés certamente dixo<, ÉL SEÑOR DEUS LEVANTÁRA UN PROFETA COMA EU ENTRE SEUS HIRMANS. VOSTEDES ESCOITARAN TODO O QUE ÉL LLES FALARÁ \ No newline at end of file +Él é o que no ceo twn de recebir ata o tempo da restayración de todas as cousa, do que Deus faluo fai tempo po la boca dos Seus santos profetas. Moisés certamente dixo<, ÉL SEÑOR DEUS LEVANTÁRA UN PROFETA COMA EU ENTRE SEUS HIRMANS. VOSTEDES ESCOITARAN TODO O QUE ÉL LLES FALARÁ. SUCEDERA QUE TODA PERSOA QUE NON ESCOITE A ESE PROFETA SERÁ COMPL \ No newline at end of file From d8dd1b7e93e0b592c9b2148505b4af03760ccc18 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 19:47:48 +0100 Subject: [PATCH 305/977] =?UTF-8?q?Sat=20Mar=2019=202022=2019:47:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/21.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/03/21.txt b/03/21.txt index 96595dd..2b3a769 100644 --- a/03/21.txt +++ b/03/21.txt @@ -1 +1 @@ -Él é o que no ceo twn de recebir ata o tempo da restayración de todas as cousa, do que Deus faluo fai tempo po la boca dos Seus santos profetas. Moisés certamente dixo<, ÉL SEÑOR DEUS LEVANTÁRA UN PROFETA COMA EU ENTRE SEUS HIRMANS. VOSTEDES ESCOITARAN TODO O QUE ÉL LLES FALARÁ. SUCEDERA QUE TODA PERSOA QUE NON ESCOITE A ESE PROFETA SERÁ COMPL \ No newline at end of file +\v 21 Él é o que no ceo twn de recebir ata o tempo da restayración de todas as cousa, do que Deus faluo fai tempo po la boca dos Seus santos profetas. \v 22 Moisés certamente dixo<, ÉL SEÑOR DEUS LEVANTÁRA UN PROFETA COMA EU ENTRE SEUS HIRMANS. VOSTEDES ESCOITARAN TODO O QUE ÉL LLES FALARÁ. \v 23 SUCEDERA QUE TODA PERSOA QUE NON ESCOITE A ESE PROFETA SERÁ COMPLETAMENTE DESTRUIDOS DE ENTRE O POBO" \ No newline at end of file diff --git a/manifest.json b/manifest.json index 993e948..6f50fc0 100644 --- a/manifest.json +++ b/manifest.json @@ -74,6 +74,7 @@ "03-13", "03-15", "03-17", - "03-19" + "03-19", + "03-21" ] } \ No newline at end of file From f0addde467f832f8dccc5261a7149e4d48691009 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 19:51:48 +0100 Subject: [PATCH 306/977] =?UTF-8?q?Sat=20Mar=2019=202022=2019:51:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/24.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 03/24.txt diff --git a/03/24.txt b/03/24.txt new file mode 100644 index 0000000..f625f97 --- /dev/null +++ b/03/24.txt @@ -0,0 +1 @@ +Sï, e todos os profetas dende Samuel e os que viñer \ No newline at end of file From 97431c7c7d2a4bc5781fbe749549c6e70d3fb1ad Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 19:53:48 +0100 Subject: [PATCH 307/977] =?UTF-8?q?Sat=20Mar=2019=202022=2019:53:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/24.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/24.txt b/03/24.txt index f625f97..dcb4a7e 100644 --- a/03/24.txt +++ b/03/24.txt @@ -1 +1 @@ -Sï, e todos os profetas dende Samuel e os que viñer \ No newline at end of file +Sï, e todos os profetas dende Samuel e os que viñeron despois de él, todos falaron e anunciaron estos días. Vostedes son os fillos dos profetas \ No newline at end of file From ba1b8374fc4f69018a8feae5390b45f5f8219bdf Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 19:55:48 +0100 Subject: [PATCH 308/977] =?UTF-8?q?Sat=20Mar=2019=202022=2019:55:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/24.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/24.txt b/03/24.txt index dcb4a7e..f4b0f2b 100644 --- a/03/24.txt +++ b/03/24.txt @@ -1 +1 @@ -Sï, e todos os profetas dende Samuel e os que viñeron despois de él, todos falaron e anunciaron estos días. Vostedes son os fillos dos profetas \ No newline at end of file +Sï, e todos os profetas dende Samuel e os que viñeron despois de él, todos falaron e anunciaron estos días. Vostedes son os fillos dos profetas e do pacto que Deus fixo con seus ancestros, coma Él dixo a Abraham; EN TUA SEMENTE TODAS AS FAMILIAS DA TERRA SERAN BENDECIDAS. dEPOIS QUE dEUS RESUCITOU \ No newline at end of file From abb8e17df2d7ba4c9fe44fc5ff6a5f833d77dd28 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 19:57:48 +0100 Subject: [PATCH 309/977] =?UTF-8?q?Sat=20Mar=2019=202022=2019:57:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/24.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/24.txt b/03/24.txt index f4b0f2b..47f1101 100644 --- a/03/24.txt +++ b/03/24.txt @@ -1 +1 @@ -Sï, e todos os profetas dende Samuel e os que viñeron despois de él, todos falaron e anunciaron estos días. Vostedes son os fillos dos profetas e do pacto que Deus fixo con seus ancestros, coma Él dixo a Abraham; EN TUA SEMENTE TODAS AS FAMILIAS DA TERRA SERAN BENDECIDAS. dEPOIS QUE dEUS RESUCITOU \ No newline at end of file +Sï, e todos os profetas dende Samuel e os que viñeron despois de él, todos falaron e anunciaron estos días. Vostedes son os fillos dos profetas e do pacto que Deus fixo con seus ancestros, coma Él dixo a Abraham; EN TUA SEMENTE TODAS AS FAMILIAS DA TERRA SERAN BENDECIDAS. Depoís \ No newline at end of file From 71e3b7ffa3a743293569329ede324cfe001aae88 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 20:01:48 +0100 Subject: [PATCH 310/977] =?UTF-8?q?Sat=20Mar=2019=202022=2020:01:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/24.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/24.txt b/03/24.txt index 47f1101..5e0becc 100644 --- a/03/24.txt +++ b/03/24.txt @@ -1 +1 @@ -Sï, e todos os profetas dende Samuel e os que viñeron despois de él, todos falaron e anunciaron estos días. Vostedes son os fillos dos profetas e do pacto que Deus fixo con seus ancestros, coma Él dixo a Abraham; EN TUA SEMENTE TODAS AS FAMILIAS DA TERRA SERAN BENDECIDAS. Depoís \ No newline at end of file +Sï, e todos os profetas dende Samuel e os que viñeron despois de él, todos falaron e anunciaron estos días. Vostedes son os fillos dos profetas e do pacto que Deus fixo con seus ancestros, coma Él dixo a Abraham; EN TUA SEMENTE TODAS AS FAMILIAS DA TERRA SERAN BENDECIDAS. Depoís que Deus resucitou a Seu dervo, Él o mandou primeramente a vostedes, co fin de bendecilos a \ No newline at end of file From bd088cc406490fd5dc9228155c975c8a2c716509 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 20:03:48 +0100 Subject: [PATCH 311/977] =?UTF-8?q?Sat=20Mar=2019=202022=2020:03:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/24.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/24.txt b/03/24.txt index 5e0becc..a73a85c 100644 --- a/03/24.txt +++ b/03/24.txt @@ -1 +1 @@ -Sï, e todos os profetas dende Samuel e os que viñeron despois de él, todos falaron e anunciaron estos días. Vostedes son os fillos dos profetas e do pacto que Deus fixo con seus ancestros, coma Él dixo a Abraham; EN TUA SEMENTE TODAS AS FAMILIAS DA TERRA SERAN BENDECIDAS. Depoís que Deus resucitou a Seu dervo, Él o mandou primeramente a vostedes, co fin de bendecilos a \ No newline at end of file +\v 24 \v 25 Sï, e todos os profetas dende Samuel e os que viñeron despois de él, todos falaron e anunciaron estos días. \v 26 Vostedes son os fillos dos profetas e do pacto que Deus fixo con seus ancestros, coma Él dixo a Abraham; "EN TUA SEMENTE TODAS AS FAMILIAS DA TERRA SERAN BENDECIDAS. Depoís que Deus resucitou a Seu dervo, Él o mandou primeramente a vostedes, co fin de bendecilos a o apartarse cada un de vostedes da sua maldade." \ No newline at end of file From ce86f2d4c9d6d301adc2ebb1a6e0562dff505733 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 19 Mar 2022 20:04:48 +0100 Subject: [PATCH 312/977] =?UTF-8?q?Sat=20Mar=2019=202022=2020:04:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/24.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/03/24.txt b/03/24.txt index a73a85c..4111ec5 100644 --- a/03/24.txt +++ b/03/24.txt @@ -1 +1 @@ -\v 24 \v 25 Sï, e todos os profetas dende Samuel e os que viñeron despois de él, todos falaron e anunciaron estos días. \v 26 Vostedes son os fillos dos profetas e do pacto que Deus fixo con seus ancestros, coma Él dixo a Abraham; "EN TUA SEMENTE TODAS AS FAMILIAS DA TERRA SERAN BENDECIDAS. Depoís que Deus resucitou a Seu dervo, Él o mandou primeramente a vostedes, co fin de bendecilos a o apartarse cada un de vostedes da sua maldade." \ No newline at end of file +\v 24 Sï, e todos os profetas dende Samuel e os que viñeron despois de él, todos falaron e anunciaron estos días. \v 25 Vostedes son os fillos dos profetas e do pacto que Deus fixo con seus ancestros, coma Él dixo a Abraham; "EN TUA SEMENTE TODAS AS FAMILIAS DA TERRA SERAN BENDECIDAS. \v 26 Depoís que Deus resucitou a Seu dervo, Él o mandou primeramente a vostedes, co fin de bendecilos a o apartarse cada un de vostedes da sua maldade." \ No newline at end of file diff --git a/manifest.json b/manifest.json index 6f50fc0..bbc54d3 100644 --- a/manifest.json +++ b/manifest.json @@ -75,6 +75,7 @@ "03-15", "03-17", "03-19", - "03-21" + "03-21", + "03-24" ] } \ No newline at end of file From 17d9393c86b67349c9b0a0a92a66b81a1caff744 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sun, 20 Mar 2022 19:14:44 +0100 Subject: [PATCH 313/977] =?UTF-8?q?Sun=20Mar=2020=202022=2019:14:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/01.txt | 1 + 04/title.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 04/01.txt create mode 100644 04/title.txt diff --git a/04/01.txt b/04/01.txt new file mode 100644 index 0000000..6ecafc0 --- /dev/null +++ b/04/01.txt @@ -0,0 +1 @@ +\c 4 Mentr \ No newline at end of file diff --git a/04/title.txt b/04/title.txt new file mode 100644 index 0000000..3c4cc13 --- /dev/null +++ b/04/title.txt @@ -0,0 +1 @@ +Capítolo 4 \ No newline at end of file From db2145ac90039844102dd962240368663040447c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sun, 20 Mar 2022 19:16:44 +0100 Subject: [PATCH 314/977] =?UTF-8?q?Sun=20Mar=2020=202022=2019:16:44=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/01.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 04/01.txt diff --git a/04/01.txt b/04/01.txt deleted file mode 100644 index 6ecafc0..0000000 --- a/04/01.txt +++ /dev/null @@ -1 +0,0 @@ -\c 4 Mentr \ No newline at end of file From 32cc937de71efd2b5e3b69fbd2c8221128c8d3c1 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sun, 20 Mar 2022 19:20:43 +0100 Subject: [PATCH 315/977] =?UTF-8?q?Sun=20Mar=2020=202022=2019:20:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/01.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 04/01.txt diff --git a/04/01.txt b/04/01.txt new file mode 100644 index 0000000..e051e4a --- /dev/null +++ b/04/01.txt @@ -0,0 +1 @@ +\c 4 Mentres Pedro e Xoán falaban coa xente, os sacerdotes e o capitán \ No newline at end of file From 7c97213508255b621424b804128c3a82cd2d17a7 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sun, 20 Mar 2022 19:22:44 +0100 Subject: [PATCH 316/977] =?UTF-8?q?Sun=20Mar=2020=202022=2019:22:44=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/01.txt b/04/01.txt index e051e4a..24be596 100644 --- a/04/01.txt +++ b/04/01.txt @@ -1 +1 @@ -\c 4 Mentres Pedro e Xoán falaban coa xente, os sacerdotes e o capitán \ No newline at end of file +\c 4 \v 1 \v 2 \v 3 \v 4 Mentres Pedro e Xoán falaban coa xente, os sacerdotes e o capitán do templo \ No newline at end of file From 6e1419a14876218dc61832f50e22febfc318bc92 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sun, 20 Mar 2022 19:24:44 +0100 Subject: [PATCH 317/977] =?UTF-8?q?Sun=20Mar=2020=202022=2019:24:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/01.txt b/04/01.txt index 24be596..d71ad10 100644 --- a/04/01.txt +++ b/04/01.txt @@ -1 +1 @@ -\c 4 \v 1 \v 2 \v 3 \v 4 Mentres Pedro e Xoán falaban coa xente, os sacerdotes e o capitán do templo \ No newline at end of file +\c 4 \v 1 \v 2 \v 3 \v 4 Mentres Pedro e Xoán falaban coa xente, os sacerdotes e o capitán do templo chegaronse a eles os saduceos \ No newline at end of file From fe5a141789769a2e08240d08e9865d824df0daa4 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sun, 20 Mar 2022 19:26:44 +0100 Subject: [PATCH 318/977] =?UTF-8?q?Sun=20Mar=2020=202022=2019:26:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/01.txt b/04/01.txt index d71ad10..c189f9d 100644 --- a/04/01.txt +++ b/04/01.txt @@ -1 +1 @@ -\c 4 \v 1 \v 2 \v 3 \v 4 Mentres Pedro e Xoán falaban coa xente, os sacerdotes e o capitán do templo chegaronse a eles os saduceos \ No newline at end of file +\c 4 \v 1 \v 2 \v 3 \v 4 Mentres Pedro e Xoán falaban coa xente, os sacerdotes e o capitán do templo chegaronse a eles os saduceos. \ No newline at end of file From 923022708d88b509de09413649c6763bf4cb596e Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sun, 20 Mar 2022 19:30:44 +0100 Subject: [PATCH 319/977] =?UTF-8?q?Sun=20Mar=2020=202022=2019:30:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/01.txt b/04/01.txt index c189f9d..05b202d 100644 --- a/04/01.txt +++ b/04/01.txt @@ -1 +1 @@ -\c 4 \v 1 \v 2 \v 3 \v 4 Mentres Pedro e Xoán falaban coa xente, os sacerdotes e o capitán do templo chegaronse a eles os saduceos. \ No newline at end of file +\c 4 \v 1 \v 2 \v 3 \v 4 Mentres Pedro e Xoán falaban coa xente, os sacerdotes e o capitán do templo chegaronse a eles os saduceos. Ele estaban profundamente \ No newline at end of file From a7cf5d04af0a0571fd2f051365f5667529827b4f Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sun, 20 Mar 2022 19:32:44 +0100 Subject: [PATCH 320/977] =?UTF-8?q?Sun=20Mar=2020=202022=2019:32:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/01.txt b/04/01.txt index 05b202d..b30995e 100644 --- a/04/01.txt +++ b/04/01.txt @@ -1 +1 @@ -\c 4 \v 1 \v 2 \v 3 \v 4 Mentres Pedro e Xoán falaban coa xente, os sacerdotes e o capitán do templo chegaronse a eles os saduceos. Ele estaban profundamente \ No newline at end of file +\c 4 \v 1 \v 2 \v 3 \v 4 Mentres Pedro e Xoán falaban coa xente, os sacerdotes e o capitán do templo chegaronse a eles os saduceos. Ele estaban profundamente preocupados poque Pedro e Xoan estiberan ensinando a xente e proclamando \ No newline at end of file From f26cf6a18251fc009d156e9429224afa227097a6 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sun, 20 Mar 2022 19:34:44 +0100 Subject: [PATCH 321/977] =?UTF-8?q?Sun=20Mar=2020=202022=2019:34:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/01.txt b/04/01.txt index b30995e..9e13065 100644 --- a/04/01.txt +++ b/04/01.txt @@ -1 +1 @@ -\c 4 \v 1 \v 2 \v 3 \v 4 Mentres Pedro e Xoán falaban coa xente, os sacerdotes e o capitán do templo chegaronse a eles os saduceos. Ele estaban profundamente preocupados poque Pedro e Xoan estiberan ensinando a xente e proclamando \ No newline at end of file +\c 4 \v 1 \v 2 \v 3 \v 4 Mentres Pedro e Xoán falaban coa xente, os sacerdotes e o capitán do templo chegaronse a eles os saduceos. Ele estaban profundamente preocupados poque Pedro e Xoan estiberan ensinando á xente e proclamando do os mortos . Detivero \ No newline at end of file From 14632603b8bd07c911b86d9392f32c9f55a51347 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sun, 20 Mar 2022 19:36:44 +0100 Subject: [PATCH 322/977] =?UTF-8?q?Sun=20Mar=2020=202022=2019:36:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/01.txt b/04/01.txt index 9e13065..18f7a10 100644 --- a/04/01.txt +++ b/04/01.txt @@ -1 +1 @@ -\c 4 \v 1 \v 2 \v 3 \v 4 Mentres Pedro e Xoán falaban coa xente, os sacerdotes e o capitán do templo chegaronse a eles os saduceos. Ele estaban profundamente preocupados poque Pedro e Xoan estiberan ensinando á xente e proclamando do os mortos . Detivero \ No newline at end of file +\c 4 \v 1 \v 2 \v 3 \v 4 Mentres Pedro e Xoán falaban coa xente, os sacerdotes e o capitán do templo chegaronse a eles os saduceos. Ele estaban profundamente preocupados poque Pedro e Xoan estiberan ensinando á xente e proclamando do os mortos . Detivéronos e meteronos na cadea atá maña deguinte, xa er \ No newline at end of file From f69b10dd4c6f6e48f917e84a9ac1fdbcd200ea10 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sun, 20 Mar 2022 19:38:44 +0100 Subject: [PATCH 323/977] =?UTF-8?q?Sun=20Mar=2020=202022=2019:38:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/01.txt b/04/01.txt index 18f7a10..591cc4e 100644 --- a/04/01.txt +++ b/04/01.txt @@ -1 +1 @@ -\c 4 \v 1 \v 2 \v 3 \v 4 Mentres Pedro e Xoán falaban coa xente, os sacerdotes e o capitán do templo chegaronse a eles os saduceos. Ele estaban profundamente preocupados poque Pedro e Xoan estiberan ensinando á xente e proclamando do os mortos . Detivéronos e meteronos na cadea atá maña deguinte, xa er \ No newline at end of file +\c 4 \v 1 \v 2 \v 3 \v 4 Mentres Pedro e Xoán falaban coa xente, os sacerdotes e o capitán do templo chegaronse a eles os saduceos. Ele estaban profundamente preocupados poque Pedro e Xoan estiberan ensinando á xente e proclamando do os mortos . Detivéronos e meteronos na cadea atá maña deguinte, xa que era de noite.Pero moitas das persoas que escoitaban a menxase creeron e o número \ No newline at end of file From a6fdcda6c8d9872c4f8b56393834ea520a71f55a Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sun, 20 Mar 2022 19:40:44 +0100 Subject: [PATCH 324/977] =?UTF-8?q?Sun=20Mar=2020=202022=2019:40:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/01.txt b/04/01.txt index 591cc4e..57b7331 100644 --- a/04/01.txt +++ b/04/01.txt @@ -1 +1 @@ -\c 4 \v 1 \v 2 \v 3 \v 4 Mentres Pedro e Xoán falaban coa xente, os sacerdotes e o capitán do templo chegaronse a eles os saduceos. Ele estaban profundamente preocupados poque Pedro e Xoan estiberan ensinando á xente e proclamando do os mortos . Detivéronos e meteronos na cadea atá maña deguinte, xa que era de noite.Pero moitas das persoas que escoitaban a menxase creeron e o número \ No newline at end of file +\c 4 \v 1 \v 2 \v 3 \v 4 Mentres Pedro e Xoán falaban coa xente, os sacerdotes e o capitán do templo é os Saduceos chegaronse a eles os saduceos. Ele estaban profundamente preocupados poque Pedro e Xoan estiberan ensinando á xente e proclamando do os mortos . Detivéronos e meteronos na cadea atá maña deguinte, xa que era de noite.Pero moitas das persoas que escoitaban a menxase creeron e o número de homes que creeron foi coma cinco mil. \ No newline at end of file From ee53f5df4266ff3ac2a9d0b7e6c60670bfd05ebc Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sun, 20 Mar 2022 19:42:44 +0100 Subject: [PATCH 325/977] =?UTF-8?q?Sun=20Mar=2020=202022=2019:42:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/01.txt b/04/01.txt index 57b7331..063d395 100644 --- a/04/01.txt +++ b/04/01.txt @@ -1 +1 @@ -\c 4 \v 1 \v 2 \v 3 \v 4 Mentres Pedro e Xoán falaban coa xente, os sacerdotes e o capitán do templo é os Saduceos chegaronse a eles os saduceos. Ele estaban profundamente preocupados poque Pedro e Xoan estiberan ensinando á xente e proclamando do os mortos . Detivéronos e meteronos na cadea atá maña deguinte, xa que era de noite.Pero moitas das persoas que escoitaban a menxase creeron e o número de homes que creeron foi coma cinco mil. \ No newline at end of file +\c 4 \v 1 \v 2 \v 3 \v 4 Mentres Pedro e Xoán falaban coa xente, os sacerdotes e o capitán do templo é os Saduceos chegaronse a eles .. Eles estaban profundamente preocupados poque Pedro e Xoan estiberan ensinando á xente e proclamando do en Xesús, a resurección os mortos . Detivéronos e meteronos na cadea atá maña deguinte, xa que era de noite.Pero moitas das persoas que escoitaban a menxase creeron e o número de homes que creeron foi coma cinco mil. \ No newline at end of file From 48ac74dbe5fb2ad2d2d77c6bffa369309f1b4e0e Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sun, 20 Mar 2022 19:44:44 +0100 Subject: [PATCH 326/977] =?UTF-8?q?Sun=20Mar=2020=202022=2019:44:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/01.txt b/04/01.txt index 063d395..f6958c7 100644 --- a/04/01.txt +++ b/04/01.txt @@ -1 +1 @@ -\c 4 \v 1 \v 2 \v 3 \v 4 Mentres Pedro e Xoán falaban coa xente, os sacerdotes e o capitán do templo é os Saduceos chegaronse a eles .. Eles estaban profundamente preocupados poque Pedro e Xoan estiberan ensinando á xente e proclamando do en Xesús, a resurección os mortos . Detivéronos e meteronos na cadea atá maña deguinte, xa que era de noite.Pero moitas das persoas que escoitaban a menxase creeron e o número de homes que creeron foi coma cinco mil. \ No newline at end of file +\c 4 \v 1 \v 2 \v 3 \v 4 Mentres Pedro e Xoán falaban coa xente, os sacerdotes e o capitán do templo é os Saduceos chegaronse a eles .. Eles estaban profundamente preocupados poque Pedro e Xoan estiberan ensinando á xente e proclamando do en Xesús, a resurección do medio dos mortos . Eles os detivéron meteronos na cadea atá maña deguinte, xa que era de noite.Pero moitas das persoas que escoitaban a menxase creeron e o número de homes que creeron foi coma cinco mil. \ No newline at end of file From 89bc8bc26261493a1c7a69780417b47faf9f961d Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sun, 20 Mar 2022 19:46:44 +0100 Subject: [PATCH 327/977] =?UTF-8?q?Sun=20Mar=2020=202022=2019:46:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/01.txt b/04/01.txt index f6958c7..4f1a8a0 100644 --- a/04/01.txt +++ b/04/01.txt @@ -1 +1 @@ -\c 4 \v 1 \v 2 \v 3 \v 4 Mentres Pedro e Xoán falaban coa xente, os sacerdotes e o capitán do templo é os Saduceos chegaronse a eles .. Eles estaban profundamente preocupados poque Pedro e Xoan estiberan ensinando á xente e proclamando do en Xesús, a resurección do medio dos mortos . Eles os detivéron meteronos na cadea atá maña deguinte, xa que era de noite.Pero moitas das persoas que escoitaban a menxase creeron e o número de homes que creeron foi coma cinco mil. \ No newline at end of file +\c 4 \v 1 Mentres Pedro e Xoán falaban coa xente, os sacerdotes e o capitán do templo é os Saduceos chegaronse a eles .. \v 2 Eles estaban profundamente preocupados poque Pedro e Xoan estiberan ensinando á xente e proclamando do en Xesús, a resurección do medio dos mortos . \v 3 Eles os detivéron é os puxeron na cadea atá maña seguinte, xa que era de noite. \v 4 Pero moitas das persoas que escoitaban a menxase creeron e o número de homes que creeron foi coma cinco mil. \ No newline at end of file From a7c4b4578a61b4ef10bf32f34e9e10e4f54cf6ff Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sun, 20 Mar 2022 19:48:44 +0100 Subject: [PATCH 328/977] =?UTF-8?q?Sun=20Mar=2020=202022=2019:48:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/05.txt | 1 + manifest.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 04/05.txt diff --git a/04/05.txt b/04/05.txt new file mode 100644 index 0000000..5ab9475 --- /dev/null +++ b/04/05.txt @@ -0,0 +1 @@ +Sucedeu o seguinte dí, que os gobernantes, ancians é escribas se xuntaron en Xerusalén- Anás o sumo \ No newline at end of file diff --git a/manifest.json b/manifest.json index bbc54d3..9845fb6 100644 --- a/manifest.json +++ b/manifest.json @@ -76,6 +76,7 @@ "03-17", "03-19", "03-21", - "03-24" + "03-24", + "04-01" ] } \ No newline at end of file From 93f43ddb0a48cbe0f7a8fe2f644f9de1e8d808d5 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sun, 20 Mar 2022 19:50:44 +0100 Subject: [PATCH 329/977] =?UTF-8?q?Sun=20Mar=2020=202022=2019:50:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/05.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/05.txt b/04/05.txt index 5ab9475..7458ad4 100644 --- a/04/05.txt +++ b/04/05.txt @@ -1 +1 @@ -Sucedeu o seguinte dí, que os gobernantes, ancians é escribas se xuntaron en Xerusalén- Anás o sumo \ No newline at end of file +Sucedeu o seguinte dí, que os gobernantes, ancians é escribas se xuntaron en Xerusalén- Anás o sumo sacerdote Estaban alí \ No newline at end of file From 3d2a4c00bf64aa046023f63fe91dcf591e41915c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sun, 20 Mar 2022 19:54:44 +0100 Subject: [PATCH 330/977] =?UTF-8?q?Sun=20Mar=2020=202022=2019:54:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/05.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/05.txt b/04/05.txt index 7458ad4..aad0986 100644 --- a/04/05.txt +++ b/04/05.txt @@ -1 +1 @@ -Sucedeu o seguinte dí, que os gobernantes, ancians é escribas se xuntaron en Xerusalén- Anás o sumo sacerdote Estaban alí \ No newline at end of file +Sucedeu o seguinte dí, que os gobernantes, ancians é escribas se xuntaron en Xerusalén- Anás o sumo sacerdote Estaban alí, Caifás, é Xan, é Alexandro, é todolos que eran parentes do sumo sacerdote. Cando eles ouberan \ No newline at end of file From b3529e90913b8b0b9c1ce96d5fada3a4f6fd8d77 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sun, 20 Mar 2022 19:56:44 +0100 Subject: [PATCH 331/977] =?UTF-8?q?Sun=20Mar=2020=202022=2019:56:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/05.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/05.txt b/04/05.txt index aad0986..99c4f41 100644 --- a/04/05.txt +++ b/04/05.txt @@ -1 +1 @@ -Sucedeu o seguinte dí, que os gobernantes, ancians é escribas se xuntaron en Xerusalén- Anás o sumo sacerdote Estaban alí, Caifás, é Xan, é Alexandro, é todolos que eran parentes do sumo sacerdote. Cando eles ouberan \ No newline at end of file +Sucedeu o seguinte dí, que os gobernantes, ancians é escribas se xuntaron en Xerusalén- Anás o sumo sacerdote Estaban alí, Caifás, é Xoan, é Alexandro, é todolos que eran parentes do sumo sacerdote. Cando eles puxeron a Pedro é a Xoan no medio de eles, eles lle preguntaron: ¿Con q \ No newline at end of file From 102b094d37bbd7dea3d376b3ca5c91e986efc228 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sun, 20 Mar 2022 19:58:44 +0100 Subject: [PATCH 332/977] =?UTF-8?q?Sun=20Mar=2020=202022=2019:58:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/05.txt | 2 +- 04/08.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 04/08.txt diff --git a/04/05.txt b/04/05.txt index 99c4f41..e4e4821 100644 --- a/04/05.txt +++ b/04/05.txt @@ -1 +1 @@ -Sucedeu o seguinte dí, que os gobernantes, ancians é escribas se xuntaron en Xerusalén- Anás o sumo sacerdote Estaban alí, Caifás, é Xoan, é Alexandro, é todolos que eran parentes do sumo sacerdote. Cando eles puxeron a Pedro é a Xoan no medio de eles, eles lle preguntaron: ¿Con q \ No newline at end of file +\v 5 Sucedeu o seguinte dí, que os gobernantes, ancians é escribas se xuntaron en Xerusalén- \v 6 Anás o sumo sacerdote Estaban alí, Caifás, é Xoan, é Alexandro, é todolos que eran parentes do sumo sacerdote. \v 7 Cando eles puxeron a Pedro é a Xoan no medio de eles, eles lle preguntaron: ¿Con qué poder o en qué nome, vostedes fan isto?. \ No newline at end of file diff --git a/04/08.txt b/04/08.txt new file mode 100644 index 0000000..c4b17f1 --- /dev/null +++ b/04/08.txt @@ -0,0 +1 @@ +Entó \ No newline at end of file diff --git a/manifest.json b/manifest.json index 9845fb6..e0d4a5d 100644 --- a/manifest.json +++ b/manifest.json @@ -77,6 +77,7 @@ "03-19", "03-21", "03-24", - "04-01" + "04-01", + "04-05" ] } \ No newline at end of file From 7e47e39e2ac57107da1a2f3d3f5868f1ded80d3e Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sun, 20 Mar 2022 20:00:44 +0100 Subject: [PATCH 333/977] =?UTF-8?q?Sun=20Mar=2020=202022=2020:00:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/08.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/08.txt b/04/08.txt index c4b17f1..27ea97a 100644 --- a/04/08.txt +++ b/04/08.txt @@ -1 +1 @@ -Entó \ No newline at end of file +Entón Pedro cheo do Espírito Santo, lles dixo: " Vostedes, gobernantes do pobo é ancians, se nos \ No newline at end of file From cceac642473bc2710014e6181a1cbe6158b0d7a4 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sun, 20 Mar 2022 20:02:44 +0100 Subject: [PATCH 334/977] =?UTF-8?q?Sun=20Mar=2020=202022=2020:02:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/08.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/08.txt b/04/08.txt index 27ea97a..d737622 100644 --- a/04/08.txt +++ b/04/08.txt @@ -1 +1 @@ -Entón Pedro cheo do Espírito Santo, lles dixo: " Vostedes, gobernantes do pobo é ancians, se nos \ No newline at end of file +Entón Pedro cheo do Espírito Santo, lles dixo: " Vostedes, gobernantes do pobo é ancians, se nos este día estamos sindo interrogados polas boas accións \ No newline at end of file From c1bb32d28807ad59052aaf885bf7ca3855876d8c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sun, 20 Mar 2022 20:04:44 +0100 Subject: [PATCH 335/977] =?UTF-8?q?Sun=20Mar=2020=202022=2020:04:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/08.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/08.txt b/04/08.txt index d737622..21add55 100644 --- a/04/08.txt +++ b/04/08.txt @@ -1 +1 @@ -Entón Pedro cheo do Espírito Santo, lles dixo: " Vostedes, gobernantes do pobo é ancians, se nos este día estamos sindo interrogados polas boas accións \ No newline at end of file +Entón Pedro cheo do Espírito Santo, lles dixo: " Vostedes, gobernantes do pobo é ancians, se nos este día estamos sindo interrogados polas boas accións feita a un home enfermo, ¿por qué medios se curou este home? Que isto sexa conocido a todos vos \ No newline at end of file From c46fe8a4c843ea48766693575b49623ce4d2d3f0 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sun, 20 Mar 2022 20:06:44 +0100 Subject: [PATCH 336/977] =?UTF-8?q?Sun=20Mar=2020=202022=2020:06:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/08.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/08.txt b/04/08.txt index 21add55..1981082 100644 --- a/04/08.txt +++ b/04/08.txt @@ -1 +1 @@ -Entón Pedro cheo do Espírito Santo, lles dixo: " Vostedes, gobernantes do pobo é ancians, se nos este día estamos sindo interrogados polas boas accións feita a un home enfermo, ¿por qué medios se curou este home? Que isto sexa conocido a todos vos \ No newline at end of file +Entón Pedro cheo do Espírito Santo, lles dixo: " Vostedes, gobernantes do pobo é ancians, se nos este día estamos sindo interrogados polas boas accións feita a un home enfermo, ¿por qué medios se curou este home? Que isto sexa conocido a todos vostedes é a todo o pobo de Israel, que no nome de Xesuscristo de Nazaret, a quen vostedes crucificaron, é a quen Deus levantou do medio dos mortos \ No newline at end of file From ec5f4ccb0e02ec0c90152e63c3004a7b7a49df2e Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sun, 20 Mar 2022 20:08:44 +0100 Subject: [PATCH 337/977] =?UTF-8?q?Sun=20Mar=2020=202022=2020:08:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/08.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/08.txt b/04/08.txt index 1981082..c1b3758 100644 --- a/04/08.txt +++ b/04/08.txt @@ -1 +1 @@ -Entón Pedro cheo do Espírito Santo, lles dixo: " Vostedes, gobernantes do pobo é ancians, se nos este día estamos sindo interrogados polas boas accións feita a un home enfermo, ¿por qué medios se curou este home? Que isto sexa conocido a todos vostedes é a todo o pobo de Israel, que no nome de Xesuscristo de Nazaret, a quen vostedes crucificaron, é a quen Deus levantou do medio dos mortos \ No newline at end of file +\v 8 \v 10 Entón Pedro cheo do Espírito Santo, lles dixo: " Vostedes, gobernantes do pobo é \v 9 ancians, se nos este día estamos sindo interrogados polas boas accións feita a un home enfermo, ¿por qué medios se curou este home? Que isto sexa conocido a todos vostedes é a todo o pobo de Israel, que no nome de Xesuscristo de Nazaret, a quen vostedes crucificaron, é a quen Deus levantou dos mortos, é por Él, que este home está eiquí de pe sano diente de vostedes. \ No newline at end of file From 54c9aed1019a7b150fdd5f283d94d12c899c3c10 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sun, 20 Mar 2022 20:10:44 +0100 Subject: [PATCH 338/977] =?UTF-8?q?Sun=20Mar=2020=202022=2020:10:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/08.txt | 2 +- 04/11.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 04/11.txt diff --git a/04/08.txt b/04/08.txt index c1b3758..4616a26 100644 --- a/04/08.txt +++ b/04/08.txt @@ -1 +1 @@ -\v 8 \v 10 Entón Pedro cheo do Espírito Santo, lles dixo: " Vostedes, gobernantes do pobo é \v 9 ancians, se nos este día estamos sindo interrogados polas boas accións feita a un home enfermo, ¿por qué medios se curou este home? Que isto sexa conocido a todos vostedes é a todo o pobo de Israel, que no nome de Xesuscristo de Nazaret, a quen vostedes crucificaron, é a quen Deus levantou dos mortos, é por Él, que este home está eiquí de pe sano diente de vostedes. \ No newline at end of file +\v 8 Entón Pedro cheo do Espírito Santo, lles dixo: " Vostedes, gobernantes do pobo é ancians, v 9 \v 9 se nos este día estamos sindo interrogados polas boas accións feita a un home enfermo, ¿por qué medios se curou este home? \v 10 Que isto sexa conocido a todos vostedes é a todo o pobo de Israel, que no nome de Xesuscristo de Nazaret, a quen vostedes crucificaron, é a quen Deus levantou dos mortos, é por Él, que este home está eiquí de pe sano diente de vostedes. \ No newline at end of file diff --git a/04/11.txt b/04/11.txt new file mode 100644 index 0000000..9fb3595 --- /dev/null +++ b/04/11.txt @@ -0,0 +1 @@ +Xesuscristo é a pedra que vostedes \ No newline at end of file diff --git a/manifest.json b/manifest.json index e0d4a5d..7b308ae 100644 --- a/manifest.json +++ b/manifest.json @@ -78,6 +78,7 @@ "03-21", "03-24", "04-01", - "04-05" + "04-05", + "04-08" ] } \ No newline at end of file From 0c7d0572432dd772726952ceea764513b251dcea Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sun, 20 Mar 2022 20:12:44 +0100 Subject: [PATCH 339/977] =?UTF-8?q?Sun=20Mar=2020=202022=2020:12:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/11.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/11.txt b/04/11.txt index 9fb3595..d5177d5 100644 --- a/04/11.txt +++ b/04/11.txt @@ -1 +1 @@ -Xesuscristo é a pedra que vostedes \ No newline at end of file +Xesuscristo é a pedra que vostedes coma constructores desprezab´des pero foi feita pedra angular \ No newline at end of file From b18b1670d4790d136f96ee338308cc56c2c040e9 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sun, 20 Mar 2022 20:14:44 +0100 Subject: [PATCH 340/977] =?UTF-8?q?Sun=20Mar=2020=202022=2020:14:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/11.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/11.txt b/04/11.txt index d5177d5..7216158 100644 --- a/04/11.txt +++ b/04/11.txt @@ -1 +1 @@ -Xesuscristo é a pedra que vostedes coma constructores desprezab´des pero foi feita pedra angular \ No newline at end of file +Xesuscristo é a pedra que vostedes coma constructores desprezab´des pero foi feita pedra angular. Non hai salvación en ninguén, porque non hai outro nome debaixo do ceo \ No newline at end of file From 5bd16b98db32f3fc1efdeafc8b20927dd9ae331c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sun, 20 Mar 2022 20:16:44 +0100 Subject: [PATCH 341/977] =?UTF-8?q?Sun=20Mar=2020=202022=2020:16:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/11.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/11.txt b/04/11.txt index 7216158..3053b94 100644 --- a/04/11.txt +++ b/04/11.txt @@ -1 +1 @@ -Xesuscristo é a pedra que vostedes coma constructores desprezab´des pero foi feita pedra angular. Non hai salvación en ninguén, porque non hai outro nome debaixo do ceo \ No newline at end of file +Xesuscristo é a pedra que vostedes coma constructores desprezab´des pero foi feita pedra angular. Non hai salvación en ningua , persoa pois non hai outro nome debaixo do ceo , que foi dado entre os homes, polo cal nos temos de ser salvos \ No newline at end of file From cefdcfa37e3b3c66e8afb5bedbb56d123f0c4ea8 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sun, 20 Mar 2022 20:18:44 +0100 Subject: [PATCH 342/977] =?UTF-8?q?Sun=20Mar=2020=202022=2020:18:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/11.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/11.txt b/04/11.txt index 3053b94..9a93142 100644 --- a/04/11.txt +++ b/04/11.txt @@ -1 +1 @@ -Xesuscristo é a pedra que vostedes coma constructores desprezab´des pero foi feita pedra angular. Non hai salvación en ningua , persoa pois non hai outro nome debaixo do ceo , que foi dado entre os homes, polo cal nos temos de ser salvos \ No newline at end of file +Xesuscristo é a pedra que vostedes coma constructores desprezaron´ más non foi feita pedra angular. deso nome debaixo do ceo , que foi dado entre os homes, polo cal nos temos de ser salvos \ No newline at end of file From c02fd634f7822c21688f53aa3de529b500966f14 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sun, 20 Mar 2022 20:20:44 +0100 Subject: [PATCH 343/977] =?UTF-8?q?Sun=20Mar=2020=202022=2020:20:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/11.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/11.txt b/04/11.txt index 9a93142..730f716 100644 --- a/04/11.txt +++ b/04/11.txt @@ -1 +1 @@ -Xesuscristo é a pedra que vostedes coma constructores desprezaron´ más non foi feita pedra angular. deso nome debaixo do ceo , que foi dado entre os homes, polo cal nos temos de ser salvos \ No newline at end of file +Xesuscristo é a pedra que vostedes coma constructores desprezaron´ mais non foi feita pedra angular. Non hai salvación en ningua outra persoa, pois . deso nome debaixo do ceo , que foi dado entre os homes, polo cal nos temos de ser salvos \ No newline at end of file From a35b0f7ec3491f9b7a6e8fd970f14edb7ba90065 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sun, 20 Mar 2022 20:22:44 +0100 Subject: [PATCH 344/977] =?UTF-8?q?Sun=20Mar=2020=202022=2020:22:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/11.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/11.txt b/04/11.txt index 730f716..e000eda 100644 --- a/04/11.txt +++ b/04/11.txt @@ -1 +1 @@ -Xesuscristo é a pedra que vostedes coma constructores desprezaron´ mais non foi feita pedra angular. Non hai salvación en ningua outra persoa, pois . deso nome debaixo do ceo , que foi dado entre os homes, polo cal nos temos de ser salvos \ No newline at end of file +Xesuscristo é a pedra que vostedes coma constructores desprezaron´ mais non foi feita pedra angular. Non hai salvación en ningua outra persoa, pois . non hai outro nome baixo o ceo , que foi dado entre os homes, polo cal nos temos de ser salvos \ No newline at end of file From 1301fc88b967fdff809a179b4e5a6cf13c467197 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sun, 20 Mar 2022 20:24:44 +0100 Subject: [PATCH 345/977] =?UTF-8?q?Sun=20Mar=2020=202022=2020:24:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/11.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/04/11.txt b/04/11.txt index e000eda..8d1c973 100644 --- a/04/11.txt +++ b/04/11.txt @@ -1 +1 @@ -Xesuscristo é a pedra que vostedes coma constructores desprezaron´ mais non foi feita pedra angular. Non hai salvación en ningua outra persoa, pois . non hai outro nome baixo o ceo , que foi dado entre os homes, polo cal nos temos de ser salvos \ No newline at end of file +\v 11 Xesuscristo é a pedra que vostedes coma constructores desprezaron´ mais non foi feita pedra angular. \v 12 Non hai salvación en ningua outra persoa, pois . non hai outro nome baixo o ceo , que foi dado entre os homes, polo cal nos temos de ser salvos \ No newline at end of file diff --git a/manifest.json b/manifest.json index 7b308ae..8619e25 100644 --- a/manifest.json +++ b/manifest.json @@ -79,6 +79,7 @@ "03-24", "04-01", "04-05", - "04-08" + "04-08", + "04-11" ] } \ No newline at end of file From 6460fb2506d1535bebd257b3e254b4e2a5633ce3 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sun, 20 Mar 2022 20:26:44 +0100 Subject: [PATCH 346/977] =?UTF-8?q?Sun=20Mar=2020=202022=2020:26:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/13.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 04/13.txt diff --git a/04/13.txt b/04/13.txt new file mode 100644 index 0000000..71682a3 --- /dev/null +++ b/04/13.txt @@ -0,0 +1 @@ +Agora ben, cando viron a ousadía \ No newline at end of file From 9f2d2cab7a3bd51dff714476d897f1de82e73362 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sun, 20 Mar 2022 20:28:44 +0100 Subject: [PATCH 347/977] =?UTF-8?q?Sun=20Mar=2020=202022=2020:28:44=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/13.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/13.txt b/04/13.txt index 71682a3..713404f 100644 --- a/04/13.txt +++ b/04/13.txt @@ -1 +1 @@ -Agora ben, cando viron a ousadía \ No newline at end of file +Agora ben, cando viron a ousadía de pedroe Xoán, e deDECATARONSEDE QUE ELES ERAN HOMES COMUÚNSSEN EDUCACIÓN \ No newline at end of file From 4d39dc5be3d8388946f1d2ed8e6900f5b0d99c93 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sun, 20 Mar 2022 20:30:44 +0100 Subject: [PATCH 348/977] =?UTF-8?q?Sun=20Mar=2020=202022=2020:30:44=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/13.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/13.txt b/04/13.txt index 713404f..ea5cfca 100644 --- a/04/13.txt +++ b/04/13.txt @@ -1 +1 @@ -Agora ben, cando viron a ousadía de pedroe Xoán, e deDECATARONSEDE QUE ELES ERAN HOMES COMUÚNSSEN EDUCACIÓN \ No newline at end of file +Agora ben, cando viron a ousadía de pedroe Xoán, e decataronse que eran homes comúns sen educació, quedaron abrallados ao conprenderque Xoán estivera con Xesús.DECATARONSEDE QUE ELES ERAN HOMES COMUÚNSSEN EDUCACIÓN \ No newline at end of file From 77aca573d7bf55539c73bc44126f0b4af9bb148e Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sun, 20 Mar 2022 20:32:44 +0100 Subject: [PATCH 349/977] =?UTF-8?q?Sun=20Mar=2020=202022=2020:32:44=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/13.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/13.txt b/04/13.txt index ea5cfca..2ef9ed6 100644 --- a/04/13.txt +++ b/04/13.txt @@ -1 +1 @@ -Agora ben, cando viron a ousadía de pedroe Xoán, e decataronse que eran homes comúns sen educació, quedaron abrallados ao conprenderque Xoán estivera con Xesús.DECATARONSEDE QUE ELES ERAN HOMES COMUÚNSSEN EDUCACIÓN \ No newline at end of file +Agora ben, cando viron a ousadía de pedroe Xoán, e decataronse que eran homes comúns sen educació, quedaron abrallados ao conprenderque Xoán estivera con Xesús.Poia a mirar eles a o home que foi curado de pé \ No newline at end of file From ea4862bd235ecb0fc9497ece564ae87c6f38d78f Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sun, 20 Mar 2022 20:34:44 +0100 Subject: [PATCH 350/977] =?UTF-8?q?Sun=20Mar=2020=202022=2020:34:44=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/13.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/13.txt b/04/13.txt index 2ef9ed6..d8c4275 100644 --- a/04/13.txt +++ b/04/13.txt @@ -1 +1 @@ -Agora ben, cando viron a ousadía de pedroe Xoán, e decataronse que eran homes comúns sen educació, quedaron abrallados ao conprenderque Xoán estivera con Xesús.Poia a mirar eles a o home que foi curado de pé \ No newline at end of file +Agora ben, cando viron a ousadía de pedroe Xoán, e decataronse que eran homes comúns sen educació, quedaron abrallados ao conprenderque Xoán estivera con Xesús.Poia a mirar eles ó home que foi curado de pé \ No newline at end of file From 6b1ce34b9bbbf8e31e0cd3578623b05698a2a0e7 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sun, 20 Mar 2022 20:36:44 +0100 Subject: [PATCH 351/977] =?UTF-8?q?Sun=20Mar=2020=202022=2020:36:44=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/13.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/13.txt b/04/13.txt index d8c4275..326ad4b 100644 --- a/04/13.txt +++ b/04/13.txt @@ -1 +1 @@ -Agora ben, cando viron a ousadía de pedroe Xoán, e decataronse que eran homes comúns sen educació, quedaron abrallados ao conprenderque Xoán estivera con Xesús.Poia a mirar eles ó home que foi curado de pé \ No newline at end of file +Agora ben, cando viron a ousadía de pedroe e Xoán, e se decataronse que eran homes comúns sen educació, quedaron abrallados ao conprenderque Xoán estivera con Xesús.Poia a mirar eles ó home que foi curado de pé aó seu carón, eles non tiñan dada que dicir contra iso \ No newline at end of file From 4484ac01414a3545408629968ec9666e3c355e8e Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sun, 20 Mar 2022 20:38:16 +0100 Subject: [PATCH 352/977] =?UTF-8?q?Sun=20Mar=2020=202022=2020:38:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/13.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/04/13.txt b/04/13.txt index 326ad4b..b92f863 100644 --- a/04/13.txt +++ b/04/13.txt @@ -1 +1 @@ -Agora ben, cando viron a ousadía de pedroe e Xoán, e se decataronse que eran homes comúns sen educació, quedaron abrallados ao conprenderque Xoán estivera con Xesús.Poia a mirar eles ó home que foi curado de pé aó seu carón, eles non tiñan dada que dicir contra iso \ No newline at end of file +\v 13 Agora ben, cando viron a ousadía de pedroe e Xoán, e se decataronse que eran homes comúns sen educació, quedaron abrallados ao conprender que Xoán estivera con Xesús. \v 14 Po is a mirar eles ó home que foi curado de pé aó seu carón, eles non tiñan nada que dicir contra iso \ No newline at end of file diff --git a/manifest.json b/manifest.json index 8619e25..91cf1eb 100644 --- a/manifest.json +++ b/manifest.json @@ -80,6 +80,7 @@ "04-01", "04-05", "04-08", - "04-11" + "04-11", + "04-13" ] } \ No newline at end of file From 5d4c0e004c69724eeeec3c5827e76899669ede0f Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 11:40:51 +0100 Subject: [PATCH 353/977] =?UTF-8?q?Mon=20Mar=2021=202022=2011:40:51=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/15.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 04/15.txt diff --git a/04/15.txt b/04/15.txt new file mode 100644 index 0000000..c93de04 --- /dev/null +++ b/04/15.txt @@ -0,0 +1 @@ +Pero logo de que \ No newline at end of file From 7429ee2da9d73a13ad6ecef174a1d8d6aaae7510 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 11:42:51 +0100 Subject: [PATCH 354/977] =?UTF-8?q?Mon=20Mar=2021=202022=2011:42:51=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/15.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/15.txt b/04/15.txt index c93de04..9de1196 100644 --- a/04/15.txt +++ b/04/15.txt @@ -1 +1 @@ -Pero logo de que \ No newline at end of file +Pero logo de que eles mandaran \ No newline at end of file From d823bd67daa2f9f5fc57ea8221294d995b0adaa3 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 11:44:51 +0100 Subject: [PATCH 355/977] =?UTF-8?q?Mon=20Mar=2021=202022=2011:44:51=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/15.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/15.txt b/04/15.txt index 9de1196..07e3c60 100644 --- a/04/15.txt +++ b/04/15.txt @@ -1 +1 @@ -Pero logo de que eles mandaran \ No newline at end of file +Pero logo de que eles mandaran aos apóstolos que sairan da xuntanza do concilio, falaron \ No newline at end of file From 53eb0935153aece3e166a74bdc315fe8dd2f41d2 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 11:46:51 +0100 Subject: [PATCH 356/977] =?UTF-8?q?Mon=20Mar=2021=202022=2011:46:51=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/15.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/15.txt b/04/15.txt index 07e3c60..6cf08a5 100644 --- a/04/15.txt +++ b/04/15.txt @@ -1 +1 @@ -Pero logo de que eles mandaran aos apóstolos que sairan da xuntanza do concilio, falaron \ No newline at end of file +Pero logo de que eles mandaran aos apóstolos que sairan da xuntanza do concilio, eles falaron entre eles. Eles dixeron;"¿ Qué lle faremos a estes homes? Porque o feito de ca u \ No newline at end of file From 41b3819e9953fdb486bef3a99eb8bd1e38655ca6 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 11:48:51 +0100 Subject: [PATCH 357/977] =?UTF-8?q?Mon=20Mar=2021=202022=2011:48:51=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/15.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/15.txt b/04/15.txt index 6cf08a5..519a0e5 100644 --- a/04/15.txt +++ b/04/15.txt @@ -1 +1 @@ -Pero logo de que eles mandaran aos apóstolos que sairan da xuntanza do concilio, eles falaron entre eles. Eles dixeron;"¿ Qué lle faremos a estes homes? Porque o feito de ca u \ No newline at end of file +Pero logo de que eles mandaran aos apóstolos que sairan da xuntanza do concilio, eles falaron entre eles. Eles dixeron;"¿ Qué lle faremos a estes homes? Porque o feito de ca un milagre maravilloso foi feito polo med \ No newline at end of file From ef31e9c742fcdc602754a34c060f89d36a25a125 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 11:50:51 +0100 Subject: [PATCH 358/977] =?UTF-8?q?Mon=20Mar=2021=202022=2011:50:51=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/15.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/15.txt b/04/15.txt index 519a0e5..930b785 100644 --- a/04/15.txt +++ b/04/15.txt @@ -1 +1 @@ -Pero logo de que eles mandaran aos apóstolos que sairan da xuntanza do concilio, eles falaron entre eles. Eles dixeron;"¿ Qué lle faremos a estes homes? Porque o feito de ca un milagre maravilloso foi feito polo med \ No newline at end of file +Pero logo de que eles mandaran aos apóstolos que sairan da xuntanza do concilio, eles falaron entre eles. Eles dixeron;"¿ Qué lle faremos a estes homes? Porque o feito de ca un milagre maravilloso foi feito por medio de eles é coñecido por tods \ No newline at end of file From bc1e3842db1d18e23810485d88009900b017e40c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 11:52:51 +0100 Subject: [PATCH 359/977] =?UTF-8?q?Mon=20Mar=2021=202022=2011:52:51=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/15.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/15.txt b/04/15.txt index 930b785..d8a4d0a 100644 --- a/04/15.txt +++ b/04/15.txt @@ -1 +1 @@ -Pero logo de que eles mandaran aos apóstolos que sairan da xuntanza do concilio, eles falaron entre eles. Eles dixeron;"¿ Qué lle faremos a estes homes? Porque o feito de ca un milagre maravilloso foi feito por medio de eles é coñecido por tods \ No newline at end of file +Pero logo de que eles mandaran aos apóstolos que sairan da xuntanza do concilio, eles falaron entre eles. Eles dixeron;"¿ Qué lle faremos a estes homes? Porque o feito de ca un milagre maravilloso foi feito por medio de eles é coñecido por tods os que viven en Xerusalén e non podemos negalo. \ No newline at end of file From 10f4114faa3ae68923b8504cd9307a6e9056a080 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 12:00:51 +0100 Subject: [PATCH 360/977] =?UTF-8?q?Mon=20Mar=2021=202022=2012:00:51=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/15.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/15.txt b/04/15.txt index d8a4d0a..845fbd0 100644 --- a/04/15.txt +++ b/04/15.txt @@ -1 +1 @@ -Pero logo de que eles mandaran aos apóstolos que sairan da xuntanza do concilio, eles falaron entre eles. Eles dixeron;"¿ Qué lle faremos a estes homes? Porque o feito de ca un milagre maravilloso foi feito por medio de eles é coñecido por tods os que viven en Xerusalén e non podemos negalo. \ No newline at end of file +Pero logo de que eles mandaran aos apóstolos que sairan da xuntanza do concilio, eles falaron entre eles. Eles dixeron;"¿ Qué lle faremos a estes homes? Porque o feito de ca un milagre maravilloso foi feito por medio de eles é coñecido por tods os que viven en Xerusalén e non podemos negalo.. Pro para que isto non se espa \ No newline at end of file From 6356114d36fa219ddc1f4d5b55290f5a5cc048e3 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 12:02:52 +0100 Subject: [PATCH 361/977] =?UTF-8?q?Mon=20Mar=2021=202022=2012:02:51=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/15.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/15.txt b/04/15.txt index 845fbd0..85e0c96 100644 --- a/04/15.txt +++ b/04/15.txt @@ -1 +1 @@ -Pero logo de que eles mandaran aos apóstolos que sairan da xuntanza do concilio, eles falaron entre eles. Eles dixeron;"¿ Qué lle faremos a estes homes? Porque o feito de ca un milagre maravilloso foi feito por medio de eles é coñecido por tods os que viven en Xerusalén e non podemos negalo.. Pro para que isto non se espa \ No newline at end of file +Pero logo de que eles mandaran aos apóstolos que sairan da xuntanza do concilio, eles falaron entre eles. Eles dixeron;"¿ Qué lle faremos a estes homes? Porque o feito de ca un milagre maravilloso foi feito por medio de eles é coñecido por tods os que viven en Xerusalén e non podemos negalo.. Pro para que isto non se espalle máis entre a xentwe imos dicirlles que non falen máis a ninguén neste Nome. eles chamaron a Pedro e á Xo \ No newline at end of file From db8bc72d72461b61680af8d25458c54972f6d123 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 12:04:51 +0100 Subject: [PATCH 362/977] =?UTF-8?q?Mon=20Mar=2021=202022=2012:04:51=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/15.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/15.txt b/04/15.txt index 85e0c96..6b394ef 100644 --- a/04/15.txt +++ b/04/15.txt @@ -1 +1 @@ -Pero logo de que eles mandaran aos apóstolos que sairan da xuntanza do concilio, eles falaron entre eles. Eles dixeron;"¿ Qué lle faremos a estes homes? Porque o feito de ca un milagre maravilloso foi feito por medio de eles é coñecido por tods os que viven en Xerusalén e non podemos negalo.. Pro para que isto non se espalle máis entre a xentwe imos dicirlles que non falen máis a ninguén neste Nome. eles chamaron a Pedro e á Xo \ No newline at end of file +Pero logo de que eles mandaran aos apóstolos que sairan da xuntanza do concilio, eles falaron entre eles. Eles dixeron;"¿ Qué lle faremos a estes homes? Porque o feito de ca un milagre maravilloso foi feito por medio de eles é coñecido por tods os que viven en Xerusalén e non podemos negalo.. Pro para que isto non se espalle máis entre a xentwe imos dicirlles que non falen máis a ninguén neste Nome. eles chamaron a Pedro e á Xoán para que entraran e mandáronlles \ No newline at end of file From 901b04d10dff5e7fbf1a918e1bac8d338b30e325 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 15:45:27 +0100 Subject: [PATCH 363/977] =?UTF-8?q?Mon=20Mar=2021=202022=2015:45:26=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/15.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/15.txt b/04/15.txt index 6b394ef..f5dec0a 100644 --- a/04/15.txt +++ b/04/15.txt @@ -1 +1 @@ -Pero logo de que eles mandaran aos apóstolos que sairan da xuntanza do concilio, eles falaron entre eles. Eles dixeron;"¿ Qué lle faremos a estes homes? Porque o feito de ca un milagre maravilloso foi feito por medio de eles é coñecido por tods os que viven en Xerusalén e non podemos negalo.. Pro para que isto non se espalle máis entre a xentwe imos dicirlles que non falen máis a ninguén neste Nome. eles chamaron a Pedro e á Xoán para que entraran e mandáronlles \ No newline at end of file +\v 15 \v 16 \v 17 \v 18 Pero logo de que eles mandaran aos apóstolos que sairan da xuntanza do concilio, eles falaron entre eles. Eles dixeron;"¿ Qué lle faremos a estes homes? Porque o feito de ca un milagre maravilloso foi feito por medio de eles é coñecido por tods os que viven en Xerusalén e non podemos negalo.. Pro para que isto non se espalle máis entre a xentwe imos dicirlles que non falen máis a ninguén neste Nome. eles chamaron a Pedro e á Xoán para que entraran e mandáronlles \ No newline at end of file From 705cd17248c9698a76560c18bef302cff61667bf Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 15:47:22 +0100 Subject: [PATCH 364/977] =?UTF-8?q?Mon=20Mar=2021=202022=2015:47:21=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/15.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/15.txt b/04/15.txt index f5dec0a..162fb62 100644 --- a/04/15.txt +++ b/04/15.txt @@ -1 +1 @@ -\v 15 \v 16 \v 17 \v 18 Pero logo de que eles mandaran aos apóstolos que sairan da xuntanza do concilio, eles falaron entre eles. Eles dixeron;"¿ Qué lle faremos a estes homes? Porque o feito de ca un milagre maravilloso foi feito por medio de eles é coñecido por tods os que viven en Xerusalén e non podemos negalo.. Pro para que isto non se espalle máis entre a xentwe imos dicirlles que non falen máis a ninguén neste Nome. eles chamaron a Pedro e á Xoán para que entraran e mandáronlles \ No newline at end of file +\v 15 \v 16 \v 17 \v 18 Pero logo de que eles mandaran aos apóstolos que sairan da xuntanza do concilio, eles falaron entre eles. Eles dixeron;"¿ Qué lle faremos a estes homes? Porque o feito de ca un milagre maravilloso foi feito por medio de eles é coñecido por tods os que viven en Xerusalén e non podemos negalo.. Pro para que isto non se espalle máis entre a xentwe imos dicirlles que non falen máis a ninguén neste Nome. Eles chamaron a Pedro e á Xoán para que entraran e mandáronlles non falar nada nin sin \ No newline at end of file From 7fb1dd133995065350bfe27023379ce1a03c3025 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 15:49:22 +0100 Subject: [PATCH 365/977] =?UTF-8?q?Mon=20Mar=2021=202022=2015:49:21=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/15.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/15.txt b/04/15.txt index 162fb62..2c2ef62 100644 --- a/04/15.txt +++ b/04/15.txt @@ -1 +1 @@ -\v 15 \v 16 \v 17 \v 18 Pero logo de que eles mandaran aos apóstolos que sairan da xuntanza do concilio, eles falaron entre eles. Eles dixeron;"¿ Qué lle faremos a estes homes? Porque o feito de ca un milagre maravilloso foi feito por medio de eles é coñecido por tods os que viven en Xerusalén e non podemos negalo.. Pro para que isto non se espalle máis entre a xentwe imos dicirlles que non falen máis a ninguén neste Nome. Eles chamaron a Pedro e á Xoán para que entraran e mandáronlles non falar nada nin sin \ No newline at end of file +\v 15 \v 16 Pero logo de que eles mandaran aos apóstolos que sairan da xuntanza do concilio, eles falaron entre eles. Eles dixeron;"¿ Qué lle faremos a estes homes? Porque o feito de ca un milagre maravilloso foi feito por medio de eles é coñecido por tods os que viven en Xerusalén e non podemos negalo.. \v 17 Pro para que isto non se espalle máis entre a xentwe imos dicirlles que non falen máis a ninguén neste Nome. \v 18 Eles chamaron a Pedro e á Xoán para que entraran e mandáronlles non falar nada nin ensinasen no nome de Xesús. \ No newline at end of file From d66b9d06168803ef9f15131941b6ee783c15bb18 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 15:51:22 +0100 Subject: [PATCH 366/977] =?UTF-8?q?Mon=20Mar=2021=202022=2015:51:21=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/15.txt | 2 +- 04/21.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 04/21.txt diff --git a/04/15.txt b/04/15.txt index 2c2ef62..7b9a7a2 100644 --- a/04/15.txt +++ b/04/15.txt @@ -1 +1 @@ -\v 15 \v 16 Pero logo de que eles mandaran aos apóstolos que sairan da xuntanza do concilio, eles falaron entre eles. Eles dixeron;"¿ Qué lle faremos a estes homes? Porque o feito de ca un milagre maravilloso foi feito por medio de eles é coñecido por tods os que viven en Xerusalén e non podemos negalo.. \v 17 Pro para que isto non se espalle máis entre a xentwe imos dicirlles que non falen máis a ninguén neste Nome. \v 18 Eles chamaron a Pedro e á Xoán para que entraran e mandáronlles non falar nada nin ensinasen no nome de Xesús. \ No newline at end of file +\v 15 Pero logo de que eles mandaran aos apóstolos que sairan da xuntanza do concilio, eles falaron entre eles. \v 16 Eles dixeron;"¿ Qué lle faremos a estes homes? Porque o feito de ca un milagre maravilloso foi feito por medio de eles é coñecido por tods os que viven en Xerusalén e non podemos negalo.. \v 17 Para que isto non se espalle máis entre a xentwe imos dicirlles que non falen máis a ninguén neste Nome. \v 18 Eles chamaron a Pedro e á Xoán para que entraran e mandáronlles non falar nada nin ensinasen no nome de Xesús. \ No newline at end of file diff --git a/04/21.txt b/04/21.txt new file mode 100644 index 0000000..92ab2ad --- /dev/null +++ b/04/21.txt @@ -0,0 +1 @@ +Pero Pedrp e \ No newline at end of file diff --git a/manifest.json b/manifest.json index 91cf1eb..c1df920 100644 --- a/manifest.json +++ b/manifest.json @@ -81,6 +81,7 @@ "04-05", "04-08", "04-11", - "04-13" + "04-13", + "04-15" ] } \ No newline at end of file From 7fa9c70a463924879da0cb8987ba1eef048ae064 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 15:53:22 +0100 Subject: [PATCH 367/977] =?UTF-8?q?Mon=20Mar=2021=202022=2015:53:21=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/21.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/21.txt b/04/21.txt index 92ab2ad..0f4908f 100644 --- a/04/21.txt +++ b/04/21.txt @@ -1 +1 @@ -Pero Pedrp e \ No newline at end of file +Depois de moitas advertencias , Pedrp e Xoán responderon e dixéronlles; s \ No newline at end of file From c245ec77697d571a813b32da2c409570ffbb7ffa Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 15:55:22 +0100 Subject: [PATCH 368/977] =?UTF-8?q?Mon=20Mar=2021=202022=2015:55:21=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/19.txt | 1 + 04/21.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 04/19.txt diff --git a/04/19.txt b/04/19.txt new file mode 100644 index 0000000..dbee928 --- /dev/null +++ b/04/19.txt @@ -0,0 +1 @@ +Pero Pedro e Xoán respostaronlle e dixéronlle \ No newline at end of file diff --git a/04/21.txt b/04/21.txt index 0f4908f..cc5f84a 100644 --- a/04/21.txt +++ b/04/21.txt @@ -1 +1 @@ -Depois de moitas advertencias , Pedrp e Xoán responderon e dixéronlles; s \ No newline at end of file +\v 21 \v 22 Depois de moitas advertencias , Pedrp e Xoán responderon e dixéronlles; se é correcto ante Deus ou decir \ No newline at end of file From 152c54804f8d2a6f65726c06d811438948c933f5 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 15:57:22 +0100 Subject: [PATCH 369/977] =?UTF-8?q?Mon=20Mar=2021=202022=2015:57:21=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/19.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/19.txt b/04/19.txt index dbee928..7b4fc07 100644 --- a/04/19.txt +++ b/04/19.txt @@ -1 +1 @@ -Pero Pedro e Xoán respostaronlle e dixéronlle \ No newline at end of file +\v 19 \v 20 Pero Pedro e Xoán respostaronlle e dixéronlles se é correcto ante Deus ou dicir o que vós xulgades en lugar del, porque \ No newline at end of file From 50ddeaaea2d5cc70a8b22c8c28ed999554349f54 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 15:59:22 +0100 Subject: [PATCH 370/977] =?UTF-8?q?Mon=20Mar=2021=202022=2015:59:21=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/19.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/19.txt b/04/19.txt index 7b4fc07..fba91a0 100644 --- a/04/19.txt +++ b/04/19.txt @@ -1 +1 @@ -\v 19 \v 20 Pero Pedro e Xoán respostaronlle e dixéronlles se é correcto ante Deus ou dicir o que vós xulgades en lugar del, porque \ No newline at end of file +\v 19 \v 20 Pero Pedro e Xoán respostaronlle e dixéronlles: Se é correcto ante Deus ou obedeceños a vostedes no sitio de Él, xulgen vostedes. dicir o que vós xulgades en lugar del, porque \ No newline at end of file From dc5d2a0c264406e2e26892980c4e58e7e64eda0b Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 16:01:22 +0100 Subject: [PATCH 371/977] =?UTF-8?q?Mon=20Mar=2021=202022=2016:01:21=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/19.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/19.txt b/04/19.txt index fba91a0..25692bc 100644 --- a/04/19.txt +++ b/04/19.txt @@ -1 +1 @@ -\v 19 \v 20 Pero Pedro e Xoán respostaronlle e dixéronlles: Se é correcto ante Deus ou obedeceños a vostedes no sitio de Él, xulgen vostedes. dicir o que vós xulgades en lugar del, porque \ No newline at end of file +\v 19 \v 20 Pero Pedro e Xoán respostaronlle e dixéronlles: Se é correcto ante Deus ou obedeceños a vostedes no sitio de Él, xulgen vostedes. Porque non podemos deixar de falar das cousas que nos miramos e escoitamos \ No newline at end of file From 1e8c0c1aa28b30ffb23ce495e5d4ecd07dfbd8e4 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 16:03:22 +0100 Subject: [PATCH 372/977] =?UTF-8?q?Mon=20Mar=2021=202022=2016:03:21=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/21.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/21.txt b/04/21.txt index cc5f84a..f6f0848 100644 --- a/04/21.txt +++ b/04/21.txt @@ -1 +1 @@ -\v 21 \v 22 Depois de moitas advertencias , Pedrp e Xoán responderon e dixéronlles; se é correcto ante Deus ou decir \ No newline at end of file +\v 21 \v 22 Depois de moitas advertencias , Pedo e Xoán responderon e dixéronlles; se é correcto ante Deus ou decir \ No newline at end of file From 6ceae9868dddd32bfa91352981fba6703040cabe Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 16:05:22 +0100 Subject: [PATCH 373/977] =?UTF-8?q?Mon=20Mar=2021=202022=2016:05:21=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/21.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/21.txt b/04/21.txt index f6f0848..cd2e510 100644 --- a/04/21.txt +++ b/04/21.txt @@ -1 +1 @@ -\v 21 \v 22 Depois de moitas advertencias , Pedo e Xoán responderon e dixéronlles; se é correcto ante Deus ou decir \ No newline at end of file +\v 21 \v 22 Depois de moitas avisos , Pedo e Xoán , eles os deixaron ir, Eles \ No newline at end of file From beb130440754a58ec62303d636ddf2f9f0f6b580 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 16:07:22 +0100 Subject: [PATCH 374/977] =?UTF-8?q?Mon=20Mar=2021=202022=2016:07:22=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/21.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/21.txt b/04/21.txt index cd2e510..6235c41 100644 --- a/04/21.txt +++ b/04/21.txt @@ -1 +1 @@ -\v 21 \v 22 Depois de moitas avisos , Pedo e Xoán , eles os deixaron ir, Eles \ No newline at end of file +\v 21 \v 22 Depois de moitas avisos , Pedo e Xoán , eles os deixaron ir, Eles non foron quen de atopar ningunha para castigalos, \ No newline at end of file From 1dda0898ef355dc36e21319fbd4cbe39dc408f64 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 16:09:22 +0100 Subject: [PATCH 375/977] =?UTF-8?q?Mon=20Mar=2021=202022=2016:09:22=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/21.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/21.txt b/04/21.txt index 6235c41..c93e013 100644 --- a/04/21.txt +++ b/04/21.txt @@ -1 +1 @@ -\v 21 \v 22 Depois de moitas avisos , Pedo e Xoán , eles os deixaron ir, Eles non foron quen de atopar ningunha para castigalos, \ No newline at end of file +\v 21 \v 22 Depois de moitas avisos , Pedo e Xoán , eles os deixaron ir, Eles non foron quen de atopar ningunha para castigalos, porque dodas as persoas louvaban a Deus fixera. O home que \ No newline at end of file From 0595a9c6ee95a9d68cde284abef5318cbf1e7423 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 16:11:22 +0100 Subject: [PATCH 376/977] =?UTF-8?q?Mon=20Mar=2021=202022=2016:11:22=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/21.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/21.txt b/04/21.txt index c93e013..73ec54c 100644 --- a/04/21.txt +++ b/04/21.txt @@ -1 +1 @@ -\v 21 \v 22 Depois de moitas avisos , Pedo e Xoán , eles os deixaron ir, Eles non foron quen de atopar ningunha para castigalos, porque dodas as persoas louvaban a Deus fixera. O home que \ No newline at end of file +\v 21 \v 22 Depois de moitos avisos , Pedo e Xoán deix , eles os deixaron ir, Eles non foron quen de atopar ningunha para castigalos, porque dodas as persoas louvaban a Deus fixera. O home que experimentara o milagre da sua sanidade tiña máis de coarenta anos. \ No newline at end of file From b36bb94433543c679b6eb34ee68142dd6e985aec Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 16:13:22 +0100 Subject: [PATCH 377/977] =?UTF-8?q?Mon=20Mar=2021=202022=2016:13:22=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/21.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/21.txt b/04/21.txt index 73ec54c..c6172e6 100644 --- a/04/21.txt +++ b/04/21.txt @@ -1 +1 @@ -\v 21 \v 22 Depois de moitos avisos , Pedo e Xoán deix , eles os deixaron ir, Eles non foron quen de atopar ningunha para castigalos, porque dodas as persoas louvaban a Deus fixera. O home que experimentara o milagre da sua sanidade tiña máis de coarenta anos. \ No newline at end of file +\v 21 \v 22 Depois de moitos avisos , Pedo e Xoán deixaroos ir. Eles non foron quen de atopar ningunha excusa para castigalos, porque todas as persoas louvaban a Deus fixera. O home que experimentara o milagre da sua sanidade tiña máis de coarenta anos. \ No newline at end of file From d0c4ad44f3f841b1bd14b6aa0506b6bc2110557c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 16:15:22 +0100 Subject: [PATCH 378/977] =?UTF-8?q?Mon=20Mar=2021=202022=2016:15:22=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/21.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/04/21.txt b/04/21.txt index c6172e6..066d899 100644 --- a/04/21.txt +++ b/04/21.txt @@ -1 +1 @@ -\v 21 \v 22 Depois de moitos avisos , Pedo e Xoán deixaroos ir. Eles non foron quen de atopar ningunha excusa para castigalos, porque todas as persoas louvaban a Deus fixera. O home que experimentara o milagre da sua sanidade tiña máis de coarenta anos. \ No newline at end of file +\v 21 Depois de moitos avisos , Pedo e Xoán deixaroos ir. Eles non foron quen de atopar ningunha excusa para castigalos, porque todas as persoas louvaban a Deus polo que fixera. \v 22 O home que experimentou o milagre da sua sanidade tiña máis de coarenta anos. \ No newline at end of file diff --git a/manifest.json b/manifest.json index c1df920..5cf95c2 100644 --- a/manifest.json +++ b/manifest.json @@ -82,6 +82,7 @@ "04-08", "04-11", "04-13", - "04-15" + "04-15", + "04-21" ] } \ No newline at end of file From ec6867c38912b1e6ca0436ab95b1afc233edb572 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 16:21:22 +0100 Subject: [PATCH 379/977] =?UTF-8?q?Mon=20Mar=2021=202022=2016:21:22=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/23.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 04/23.txt diff --git a/04/23.txt b/04/23.txt new file mode 100644 index 0000000..96b77dc --- /dev/null +++ b/04/23.txt @@ -0,0 +1 @@ +Depois que eles foro \ No newline at end of file From 2dfb7813f1571ecb69897a8741df2cf5f4a0471b Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 16:23:22 +0100 Subject: [PATCH 380/977] =?UTF-8?q?Mon=20Mar=2021=202022=2016:23:22=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/23.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/04/23.txt b/04/23.txt index 96b77dc..1fe7010 100644 --- a/04/23.txt +++ b/04/23.txt @@ -1 +1,2 @@ -Depois que eles foro \ No newline at end of file +Depois +de que foron liberados, Pedro e Xoán acudiron á sdúa foron \ No newline at end of file From 4b83923e9fe5591ee4dd213cfd2f141d14c27852 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 16:25:22 +0100 Subject: [PATCH 381/977] =?UTF-8?q?Mon=20Mar=2021=202022=2016:25:22=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/23.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/23.txt b/04/23.txt index 1fe7010..40f9970 100644 --- a/04/23.txt +++ b/04/23.txt @@ -1,2 +1,2 @@ Depois -de que foron liberados, Pedro e Xoán acudiron á sdúa foron \ No newline at end of file +de que foron liberados, Pedro e Xoán acudiron á sdúa xente e falaron todo o que eles dixeran os sumos sacerdotes e os ancians cando o escoitaron, \ No newline at end of file From 3b887a414bbcecc2c884658cfebb3c7c3e0fba0a Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 16:27:22 +0100 Subject: [PATCH 382/977] =?UTF-8?q?Mon=20Mar=2021=202022=2016:27:22=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/23.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/04/23.txt b/04/23.txt index 40f9970..3a7b071 100644 --- a/04/23.txt +++ b/04/23.txt @@ -1,2 +1 @@ -Depois -de que foron liberados, Pedro e Xoán acudiron á sdúa xente e falaron todo o que eles dixeran os sumos sacerdotes e os ancians cando o escoitaron, \ No newline at end of file +Depois de que foron liberados, Pedro e Xoán acudiron á sdúa xente e finformaronlles todo o que eles dixeran os sumos sacerdotes e os ancians cando o escoitaron, e todo o que hai neles \ No newline at end of file From 9eac86c5142a8e1d1a3372d7ac675b12c6d3e670 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 16:29:22 +0100 Subject: [PATCH 383/977] =?UTF-8?q?Mon=20Mar=2021=202022=2016:29:22=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/23.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/23.txt b/04/23.txt index 3a7b071..1e11937 100644 --- a/04/23.txt +++ b/04/23.txt @@ -1 +1 @@ -Depois de que foron liberados, Pedro e Xoán acudiron á sdúa xente e finformaronlles todo o que eles dixeran os sumos sacerdotes e os ancians cando o escoitaron, e todo o que hai neles \ No newline at end of file +Depois de que foron liberados, Pedro e Xoán acudiron á sdúa xente e finformaronlles todo o que eles dixeran os sumos sacerdotes e os ancians dixeran , Cando eles oescoitaron, levantaron xuntos suas voces e tdixeron: \ No newline at end of file From d1f22cde53f43057ab1ffebeb6c4d8fbc6697d0a Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 16:31:22 +0100 Subject: [PATCH 384/977] =?UTF-8?q?Mon=20Mar=2021=202022=2016:31:22=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/23.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/23.txt b/04/23.txt index 1e11937..c3c89b0 100644 --- a/04/23.txt +++ b/04/23.txt @@ -1 +1 @@ -Depois de que foron liberados, Pedro e Xoán acudiron á sdúa xente e finformaronlles todo o que eles dixeran os sumos sacerdotes e os ancians dixeran , Cando eles oescoitaron, levantaron xuntos suas voces e tdixeron: \ No newline at end of file +Depois de que foron liberados, Pedro e Xoán acudiron á sdúa xente e finformaronlles todo o que eles dixeran os sumos sacerdotes e os ancians dixeran , Cando eles oescoitaron, levantaron xuntos suas voces e tdixeron: Siñor, Tí que FIXESTE OS CEOS E A TERRA E O MAR, E TODOLO QUE ESTÁ NELES . tÍ QUE POLO eSPÍRITO sANTO, POLA BOC \ No newline at end of file From 27a9b89ac7ed69dc24fd227f78e68981fb335c78 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 16:33:22 +0100 Subject: [PATCH 385/977] =?UTF-8?q?Mon=20Mar=2021=202022=2016:33:22=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/23.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/23.txt b/04/23.txt index c3c89b0..8e495ac 100644 --- a/04/23.txt +++ b/04/23.txt @@ -1 +1 @@ -Depois de que foron liberados, Pedro e Xoán acudiron á sdúa xente e finformaronlles todo o que eles dixeran os sumos sacerdotes e os ancians dixeran , Cando eles oescoitaron, levantaron xuntos suas voces e tdixeron: Siñor, Tí que FIXESTE OS CEOS E A TERRA E O MAR, E TODOLO QUE ESTÁ NELES . tÍ QUE POLO eSPÍRITO sANTO, POLA BOC \ No newline at end of file +Depois de que foron liberados, Pedro e Xoán acudiron á sdúa xente e finformaronlles todo o que eles dixeran os sumos sacerdotes e os ancians dixeran , Cando eles oescoitaron, levantaron xuntos suas voces e tdixeron: Siñor, Tí que FIXESTE OS CEOS E A TERRA E O MAR, E TODOLO QUE ESTÁ NELES . TÍ QUE POLO ESPÍRITO SANTO, POLA BOCA DO NOSO PAI DAVID tEU SERVO, DIXESTE:¿ \ No newline at end of file From 58d339d019e7240d7cf8a99f72a23960c08d3b42 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 16:35:22 +0100 Subject: [PATCH 386/977] =?UTF-8?q?Mon=20Mar=2021=202022=2016:35:22=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/23.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/23.txt b/04/23.txt index 8e495ac..22bf62f 100644 --- a/04/23.txt +++ b/04/23.txt @@ -1 +1 @@ -Depois de que foron liberados, Pedro e Xoán acudiron á sdúa xente e finformaronlles todo o que eles dixeran os sumos sacerdotes e os ancians dixeran , Cando eles oescoitaron, levantaron xuntos suas voces e tdixeron: Siñor, Tí que FIXESTE OS CEOS E A TERRA E O MAR, E TODOLO QUE ESTÁ NELES . TÍ QUE POLO ESPÍRITO SANTO, POLA BOCA DO NOSO PAI DAVID tEU SERVO, DIXESTE:¿ \ No newline at end of file +Depois de que foron liberados, Pedro e Xoán acudiron á sdúa xente e finformaronlles todo o que eles dixeran os sumos sacerdotes e os ancians dixeran , Cando eles oescoitaron, levantaron xuntos suas voces e dixeron: Siñor, Tí que FIXESTE OS CEOS E A TERRA E O MAR, E TODOLO QUE ESTÁ NELES . TÍ que polo Espírito Santo, pola boca do noso \ No newline at end of file From 1012eaf2e0b82e3390b8b9f7c82a483ccd43125c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 16:37:23 +0100 Subject: [PATCH 387/977] =?UTF-8?q?Mon=20Mar=2021=202022=2016:37:22=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/23.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/23.txt b/04/23.txt index 22bf62f..d650351 100644 --- a/04/23.txt +++ b/04/23.txt @@ -1 +1 @@ -Depois de que foron liberados, Pedro e Xoán acudiron á sdúa xente e finformaronlles todo o que eles dixeran os sumos sacerdotes e os ancians dixeran , Cando eles oescoitaron, levantaron xuntos suas voces e dixeron: Siñor, Tí que FIXESTE OS CEOS E A TERRA E O MAR, E TODOLO QUE ESTÁ NELES . TÍ que polo Espírito Santo, pola boca do noso \ No newline at end of file +Depois de que foron liberados, Pedro e Xoán acudiron á sdúa xente e finformaronlles todo o que eles dixeran os sumos sacerdotes e os ancians dixeran , Cando eles oescoitaron, levantaron xuntos suas voces e dixeron: Siñor, Tí que FIXESTE OS CEOS E A TERRA E O MAR, E TODOLO QUE ESTÁ NELES . TÍ que polo Espírito Santo, pola boca do noso pai David teu servo, dixeste ¿PORQUÉ AS NACIONS XENTILES ENFURECENSE E OS POB \ No newline at end of file From eaa7008064a9c39f20b9bfef859b63bd1c985ca7 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 16:39:22 +0100 Subject: [PATCH 388/977] =?UTF-8?q?Mon=20Mar=2021=202022=2016:39:22=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/23.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/23.txt b/04/23.txt index d650351..82da6fc 100644 --- a/04/23.txt +++ b/04/23.txt @@ -1 +1 @@ -Depois de que foron liberados, Pedro e Xoán acudiron á sdúa xente e finformaronlles todo o que eles dixeran os sumos sacerdotes e os ancians dixeran , Cando eles oescoitaron, levantaron xuntos suas voces e dixeron: Siñor, Tí que FIXESTE OS CEOS E A TERRA E O MAR, E TODOLO QUE ESTÁ NELES . TÍ que polo Espírito Santo, pola boca do noso pai David teu servo, dixeste ¿PORQUÉ AS NACIONS XENTILES ENFURECENSE E OS POB \ No newline at end of file +Depois de que foron liberados, Pedro e Xoán acudiron á sdúa xente e finformaronlles todo o que eles dixeran os sumos sacerdotes e os ancians dixeran , Cando eles oescoitaron, levantaron xuntos suas voces e dixeron: Siñor, Tí que FIXESTE OS CEOS E A TERRA E O MAR, E TODOLO QUE ESTÁ NELES . TÍ que polo Espírito Santo, pola boca do noso pai David teu servo, dixeste ¿PORQUÉ AS NACIONS XENTILES ENFURECENSE E OS POBAOS IMAXINAN COUSAS \ No newline at end of file From df3f2f132c5cc098feb5fdb22822a2785c683a61 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 16:41:22 +0100 Subject: [PATCH 389/977] =?UTF-8?q?Mon=20Mar=2021=202022=2016:41:22=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/23.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/23.txt b/04/23.txt index 82da6fc..8d7ba86 100644 --- a/04/23.txt +++ b/04/23.txt @@ -1 +1 @@ -Depois de que foron liberados, Pedro e Xoán acudiron á sdúa xente e finformaronlles todo o que eles dixeran os sumos sacerdotes e os ancians dixeran , Cando eles oescoitaron, levantaron xuntos suas voces e dixeron: Siñor, Tí que FIXESTE OS CEOS E A TERRA E O MAR, E TODOLO QUE ESTÁ NELES . TÍ que polo Espírito Santo, pola boca do noso pai David teu servo, dixeste ¿PORQUÉ AS NACIONS XENTILES ENFURECENSE E OS POBAOS IMAXINAN COUSAS \ No newline at end of file +\v 23 \v 24 \v 25 Depois de que foron liberados, Pedro e Xoán acudiron á sdúa xente e finformaronlles todo o que eles dixeran os sumos sacerdotes e os ancians dixeran , Cando eles oescoitaron, levantaron xuntos suas voces e dixeron: Siñor, Tí que FIXESTE OS CEOS E A TERRA E O MAR, E TODOLO QUE ESTÁ NELES . TÍ que polo Espírito Santo, pola boca do noso pai David teu servo, dixeste ¿PORQUÉ AS NACIONS XENTILES ENFURECENSE E OS POBAOS IMAXINAN COUSAS VANAS? \ No newline at end of file From 74b12e51b2549f38b566d9b62d9f073c8e456056 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 16:43:22 +0100 Subject: [PATCH 390/977] =?UTF-8?q?Mon=20Mar=2021=202022=2016:43:22=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/23.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/04/23.txt b/04/23.txt index 8d7ba86..e07310e 100644 --- a/04/23.txt +++ b/04/23.txt @@ -1 +1 @@ -\v 23 \v 24 \v 25 Depois de que foron liberados, Pedro e Xoán acudiron á sdúa xente e finformaronlles todo o que eles dixeran os sumos sacerdotes e os ancians dixeran , Cando eles oescoitaron, levantaron xuntos suas voces e dixeron: Siñor, Tí que FIXESTE OS CEOS E A TERRA E O MAR, E TODOLO QUE ESTÁ NELES . TÍ que polo Espírito Santo, pola boca do noso pai David teu servo, dixeste ¿PORQUÉ AS NACIONS XENTILES ENFURECENSE E OS POBAOS IMAXINAN COUSAS VANAS? \ No newline at end of file +\v 23 Depois de que foron liberados, Pedro e Xoán acudiron á sdúa xente e finformaronlles todo o que eles dixeran os sumos sacerdotes e os ancians dixeran , \v 24 Cando eles oescoitaron, levantaron xuntos suas voces e dixeron: Siñor, Tí que FIXESTE OS CEOS E A TERRA E O MAR, E TODOLO QUE ESTÁ NELES . \v 25 TÍ que polo Espírito Santo, pola boca do noso pai David teu servo, dixeste ¿PORQUÉ AS NACIONS XENTILES ENFURECENSE E OS POBAOS IMAXINAN COUSAS VANAS? \ No newline at end of file diff --git a/manifest.json b/manifest.json index 5cf95c2..09ffac5 100644 --- a/manifest.json +++ b/manifest.json @@ -83,6 +83,7 @@ "04-11", "04-13", "04-15", - "04-21" + "04-21", + "04-23" ] } \ No newline at end of file From 76cd6f18a34735a2ff65c71f14cf8ce20d8f9156 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 19:57:16 +0100 Subject: [PATCH 391/977] =?UTF-8?q?Mon=20Mar=2021=202022=2019:57:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/26.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 04/26.txt diff --git a/04/26.txt b/04/26.txt new file mode 100644 index 0000000..ee53b11 --- /dev/null +++ b/04/26.txt @@ -0,0 +1 @@ +OS REISES DA TERRA AGRUPARONSE XUNTARONSE É LOS GOBERNANTES SE \ No newline at end of file From 6d53cf9877edb7ec0a6b4b687de431feeada878f Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 19:59:16 +0100 Subject: [PATCH 392/977] =?UTF-8?q?Mon=20Mar=2021=202022=2019:59:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/26.txt b/04/26.txt index ee53b11..5e7f455 100644 --- a/04/26.txt +++ b/04/26.txt @@ -1 +1 @@ -OS REISES DA TERRA AGRUPARONSE XUNTARONSE É LOS GOBERNANTES SE \ No newline at end of file +OS REISES DA TERRA AGRUPARONSE É LOS GOBERNANTES SE REUNIRON EN CONTRA DO sEÑOR É ENCONTRA DO DEU cRISTO \ No newline at end of file From 45b8722be83e0f6bd6fdde632ebe642cb67cccd4 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 20:03:16 +0100 Subject: [PATCH 393/977] =?UTF-8?q?Mon=20Mar=2021=202022=2020:03:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/26.txt b/04/26.txt index 5e7f455..70e6755 100644 --- a/04/26.txt +++ b/04/26.txt @@ -1 +1 @@ -OS REISES DA TERRA AGRUPARONSE É LOS GOBERNANTES SE REUNIRON EN CONTRA DO sEÑOR É ENCONTRA DO DEU cRISTO \ No newline at end of file +\v 26 OS REIS DA TERRA AGRUPARONSE É OS GOBERNANTES SE XUNTARON EN CONTRA DO SEÑOR É CONTRA DO SEU CRISTO \ No newline at end of file From dede72dac4d317a61cf4812458e687281ed543d6 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 20:05:16 +0100 Subject: [PATCH 394/977] =?UTF-8?q?Mon=20Mar=2021=202022=2020:05:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/27.txt | 1 + manifest.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 04/27.txt diff --git a/04/27.txt b/04/27.txt new file mode 100644 index 0000000..2dbd596 --- /dev/null +++ b/04/27.txt @@ -0,0 +1 @@ +Defeito, tanto Herodes coma Poncio Pilato, xunto \ No newline at end of file diff --git a/manifest.json b/manifest.json index 09ffac5..1c5e3b5 100644 --- a/manifest.json +++ b/manifest.json @@ -84,6 +84,7 @@ "04-13", "04-15", "04-21", - "04-23" + "04-23", + "04-26" ] } \ No newline at end of file From 1e39fd59ff4528fa6d46588572c19e4a889f4f49 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 20:07:16 +0100 Subject: [PATCH 395/977] =?UTF-8?q?Mon=20Mar=2021=202022=2020:07:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/27.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/27.txt b/04/27.txt index 2dbd596..5588392 100644 --- a/04/27.txt +++ b/04/27.txt @@ -1 +1 @@ -Defeito, tanto Herodes coma Poncio Pilato, xunto \ No newline at end of file +Defeito, tanto Herodes coma Poncio Pilato, xunto cos xentiles e o pobo de Israel, unironse nesta cidade contra o teu santo Servo Xesús a quen escolleñes \ No newline at end of file From fe8e7e4b69a0dec53878cf4332d2c60032b316aa Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 20:09:16 +0100 Subject: [PATCH 396/977] =?UTF-8?q?Mon=20Mar=2021=202022=2020:09:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/27.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/27.txt b/04/27.txt index 5588392..58690c7 100644 --- a/04/27.txt +++ b/04/27.txt @@ -1 +1 @@ -Defeito, tanto Herodes coma Poncio Pilato, xunto cos xentiles e o pobo de Israel, unironse nesta cidade contra o teu santo Servo Xesús a quen escolleñes \ No newline at end of file +Defeito, tanto Herodes coma Poncio Pilato, xunto cos xentiles e o pobo de Israel, unironse nesta cidade contra o teu santo Servo Xesús a quen unxisches. Eles xuntaronse para facer dodo o que a Tua mane Teu desexo decidiron \ No newline at end of file From 2d86b5ed3c783546300be2cde87b0abfb041ba12 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 20:11:16 +0100 Subject: [PATCH 397/977] =?UTF-8?q?Mon=20Mar=2021=202022=2020:11:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/27.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/04/27.txt b/04/27.txt index 58690c7..e0975e7 100644 --- a/04/27.txt +++ b/04/27.txt @@ -1 +1 @@ -Defeito, tanto Herodes coma Poncio Pilato, xunto cos xentiles e o pobo de Israel, unironse nesta cidade contra o teu santo Servo Xesús a quen unxisches. Eles xuntaronse para facer dodo o que a Tua mane Teu desexo decidiron \ No newline at end of file +\v 27 Defeito, tanto Herodes coma Poncio Pilato, xunto cos xentiles e o pobo de Israel, unironse nesta cidade contra o teu santo Servo Xesús a quen unxisches. \v 28 Eles xuntaronse para facer todo o que a Tua mane e Teu desexo decidiron de anteman que ocorreria. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 1c5e3b5..dddd28b 100644 --- a/manifest.json +++ b/manifest.json @@ -85,6 +85,7 @@ "04-15", "04-21", "04-23", - "04-26" + "04-26", + "04-27" ] } \ No newline at end of file From 4f11613277801d94bdd8364bc42ae5a4fa73ddf2 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 20:15:16 +0100 Subject: [PATCH 398/977] =?UTF-8?q?Mon=20Mar=2021=202022=2020:15:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/29.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 04/29.txt diff --git a/04/29.txt b/04/29.txt new file mode 100644 index 0000000..dcdd447 --- /dev/null +++ b/04/29.txt @@ -0,0 +1 @@ +Arestora \ No newline at end of file From bc2b60edee3cab8ccf54bb0020b32817c4a9d4c1 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 20:17:16 +0100 Subject: [PATCH 399/977] =?UTF-8?q?Mon=20Mar=2021=202022=2020:17:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/29.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/29.txt b/04/29.txt index dcdd447..9e423a6 100644 --- a/04/29.txt +++ b/04/29.txt @@ -1 +1 @@ -Arestora \ No newline at end of file +Agora, Señor \ No newline at end of file From 1d5866a38fb60835bc3ea5b0cf0d20871cacecc9 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 20:23:16 +0100 Subject: [PATCH 400/977] =?UTF-8?q?Mon=20Mar=2021=202022=2020:23:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/29.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/29.txt b/04/29.txt index 9e423a6..e5fd46c 100644 --- a/04/29.txt +++ b/04/29.txt @@ -1 +1 @@ -Agora, Señor \ No newline at end of file +Agora, Señor, considera a seus avisos e permitelle a teus servos falar Tua \ No newline at end of file From 78054fc194e8ea98da61d31bc62a1d04ab0a9740 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 20:25:16 +0100 Subject: [PATCH 401/977] =?UTF-8?q?Mon=20Mar=2021=202022=2020:25:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/29.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/29.txt b/04/29.txt index e5fd46c..8a1b9ce 100644 --- a/04/29.txt +++ b/04/29.txt @@ -1 +1 @@ -Agora, Señor, considera a seus avisos e permitelle a teus servos falar Tua \ No newline at end of file +Agora, Señor, considera a seus avisos e permitelle a teus servos falar Tua verba \ No newline at end of file From 59c803abbde4ac584c0505ec91d8cac96d66438c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 20:27:16 +0100 Subject: [PATCH 402/977] =?UTF-8?q?Mon=20Mar=2021=202022=2020:27:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/29.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/29.txt b/04/29.txt index 8a1b9ce..585fa90 100644 --- a/04/29.txt +++ b/04/29.txt @@ -1 +1 @@ -Agora, Señor, considera a seus avisos e permitelle a teus servos falar Tua verba \ No newline at end of file +Agora, Señor, considera a seus avisos e permitelle a teus servos falar Túa verba con todo coraxe , \ No newline at end of file From 3a6e32064a7aa0611214f962e80874abdb3f1c93 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 20:29:16 +0100 Subject: [PATCH 403/977] =?UTF-8?q?Mon=20Mar=2021=202022=2020:29:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/29.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/29.txt b/04/29.txt index 585fa90..5c280d5 100644 --- a/04/29.txt +++ b/04/29.txt @@ -1 +1 @@ -Agora, Señor, considera a seus avisos e permitelle a teus servos falar Túa verba con todo coraxe , \ No newline at end of file +Agora, Señor, considera a seus avisos e permitelle a teus servos falar Túa verba con todo coraxe , Así que mentres estendes a man para curar siñales podeiran \ No newline at end of file From a39381ce034beb3202d32f7f4250366f320a2b00 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 20:31:16 +0100 Subject: [PATCH 404/977] =?UTF-8?q?Mon=20Mar=2021=202022=2020:31:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/29.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/29.txt b/04/29.txt index 5c280d5..767b8af 100644 --- a/04/29.txt +++ b/04/29.txt @@ -1 +1 @@ -Agora, Señor, considera a seus avisos e permitelle a teus servos falar Túa verba con todo coraxe , Así que mentres estendes a man para curar siñales podeiran \ No newline at end of file +Agora, Señor, considera a seus avisos e permitelle a teus servos falar Túa verba con todo coraxe , Así que mentres estendes a man para curar sinais e maravillas poden ocorrer por \ No newline at end of file From 284c104bf50c27e427937a38fba31d3079835340 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 20:33:16 +0100 Subject: [PATCH 405/977] =?UTF-8?q?Mon=20Mar=2021=202022=2020:33:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/29.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/29.txt b/04/29.txt index 767b8af..9ea9e5e 100644 --- a/04/29.txt +++ b/04/29.txt @@ -1 +1 @@ -Agora, Señor, considera a seus avisos e permitelle a teus servos falar Túa verba con todo coraxe , Así que mentres estendes a man para curar sinais e maravillas poden ocorrer por \ No newline at end of file +Agora, Señor, considera a seus avisos e permitelle a teus servos falar Túa verba con todo coraxe , Así que mentres estendes a man para curar sinais e maravillas poden ocorrer poa través do nome do teu Santo Servo Xesús. Cando eles remataron de pregar, o lugar onde estaban xuntos foi \ No newline at end of file From 3929974322be4f2723ca7eb14bac3228a169a5be Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 20:35:16 +0100 Subject: [PATCH 406/977] =?UTF-8?q?Mon=20Mar=2021=202022=2020:35:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/29.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/29.txt b/04/29.txt index 9ea9e5e..22fa62a 100644 --- a/04/29.txt +++ b/04/29.txt @@ -1 +1 @@ -Agora, Señor, considera a seus avisos e permitelle a teus servos falar Túa verba con todo coraxe , Así que mentres estendes a man para curar sinais e maravillas poden ocorrer poa través do nome do teu Santo Servo Xesús. Cando eles remataron de pregar, o lugar onde estaban xuntos foi \ No newline at end of file +Agora, Señor, considera seus avisos e permitelle a teus servos falar Túa verba con todo coraxe , Así que mentres estendes a man para curar sinais e maravillas poden ocorrer poa través do nome do teu Santo Servo Xesús. Cando eles remataron de pregar, o lugar onde estaban xuntos foi axitado, e todos eles foron cheos co Espírito Santo, e eles falaron a verba de Deus con coraxe. \ No newline at end of file From d78736f8c8da947a5deb1aad260c66e9aad4d817 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 20:37:16 +0100 Subject: [PATCH 407/977] =?UTF-8?q?Mon=20Mar=2021=202022=2020:37:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/29.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/04/29.txt b/04/29.txt index 22fa62a..b8fc739 100644 --- a/04/29.txt +++ b/04/29.txt @@ -1 +1 @@ -Agora, Señor, considera seus avisos e permitelle a teus servos falar Túa verba con todo coraxe , Así que mentres estendes a man para curar sinais e maravillas poden ocorrer poa través do nome do teu Santo Servo Xesús. Cando eles remataron de pregar, o lugar onde estaban xuntos foi axitado, e todos eles foron cheos co Espírito Santo, e eles falaron a verba de Deus con coraxe. \ No newline at end of file +\v 29 Agora, Señor, considera seus avisos e permitelle a teus servos falar Túa verba con todo coraxe , \v 30 Así que mentres estendes a man para curar, sinais e maravillas poden ocorrer a través do nome do teu Santo Servo Xesús. \v 31 Cando eles remataron de pregar, o lugar onde estaban xuntos foi axitado, e todos eles foron cheos co Espírito Santo, e eles falaron a verba de Deus con coraxe. \ No newline at end of file diff --git a/manifest.json b/manifest.json index dddd28b..4a9a512 100644 --- a/manifest.json +++ b/manifest.json @@ -86,6 +86,7 @@ "04-21", "04-23", "04-26", - "04-27" + "04-27", + "04-29" ] } \ No newline at end of file From d617ac76f690d157581e6fc5fdfdade71ef9d6e4 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 20:39:16 +0100 Subject: [PATCH 408/977] =?UTF-8?q?Mon=20Mar=2021=202022=2020:39:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/32.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 04/32.txt diff --git a/04/32.txt b/04/32.txt new file mode 100644 index 0000000..b23c7f0 --- /dev/null +++ b/04/32.txt @@ -0,0 +1 @@ +\v 32 \v 33 O grande numero de aqueles que creeron foi de corazón e ánima, e \ No newline at end of file From 6341899d798ddc8741c042bc30b1d3a01a93c536 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 20:41:16 +0100 Subject: [PATCH 409/977] =?UTF-8?q?Mon=20Mar=2021=202022=2020:41:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/32.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/32.txt b/04/32.txt index b23c7f0..fe526f0 100644 --- a/04/32.txt +++ b/04/32.txt @@ -1 +1 @@ -\v 32 \v 33 O grande numero de aqueles que creeron foi de corazón e ánima, e \ No newline at end of file +\v 32 \v 33 O grande numero de aqueles que creeron foi de corazón e ánima, e nin un dixo que o que posuia era realmente seu, defeito tiñan tol \ No newline at end of file From dcbc3cebb75c9ffab344ff5ca5617b5ac4536829 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 20:43:16 +0100 Subject: [PATCH 410/977] =?UTF-8?q?Mon=20Mar=2021=202022=2020:43:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/32.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/32.txt b/04/32.txt index fe526f0..8cbc191 100644 --- a/04/32.txt +++ b/04/32.txt @@ -1 +1 @@ -\v 32 \v 33 O grande numero de aqueles que creeron foi de corazón e ánima, e nin un dixo que o que posuia era realmente seu, defeito tiñan tol \ No newline at end of file +\v 32 \v 33 O grande numero de aqueles que creeron foi de corazón e ánima, e nin un dixo que o que posuia era realmente seu, defeito tiñan todas as cousas en comun. Con grande poder os apóstolos \ No newline at end of file From 3ef46cfe5d3b97b93b3f8ed23e37afa5e6e499de Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 20:45:16 +0100 Subject: [PATCH 411/977] =?UTF-8?q?Mon=20Mar=2021=202022=2020:45:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/32.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/32.txt b/04/32.txt index 8cbc191..93ea225 100644 --- a/04/32.txt +++ b/04/32.txt @@ -1 +1 @@ -\v 32 \v 33 O grande numero de aqueles que creeron foi de corazón e ánima, e nin un dixo que o que posuia era realmente seu, defeito tiñan todas as cousas en comun. Con grande poder os apóstolos \ No newline at end of file +\v 32 \v 33 O grande numero de aqueles que creeron foi de corazón e ánima, e nin un dixo que o que posuia era realmente seu, defeito tiñan todas as cousas en comun. Con grande poder os apóstolos proclamaban \ No newline at end of file From 7bc26dd8df54b032e0258fad2571b91f1831f016 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 20:49:16 +0100 Subject: [PATCH 412/977] =?UTF-8?q?Mon=20Mar=2021=202022=2020:49:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/32.txt | 2 +- 04/36.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 04/36.txt diff --git a/04/32.txt b/04/32.txt index 93ea225..edf4ff3 100644 --- a/04/32.txt +++ b/04/32.txt @@ -1 +1 @@ -\v 32 \v 33 O grande numero de aqueles que creeron foi de corazón e ánima, e nin un dixo que o que posuia era realmente seu, defeito tiñan todas as cousas en comun. Con grande poder os apóstolos proclamaban \ No newline at end of file +\v 32 O grande numero de aqueles que creeron foi de corazón e ánima, e nin un dixo que o que posuia era realmente seu, defeito tiñan todas as cousas en comun. \v 33 Con grande poder os apóstolos proclamaban \ No newline at end of file diff --git a/04/36.txt b/04/36.txt new file mode 100644 index 0000000..de65fe6 --- /dev/null +++ b/04/36.txt @@ -0,0 +1 @@ +Xosé un Levita, un home de Chipre, lle \ No newline at end of file diff --git a/manifest.json b/manifest.json index 4a9a512..a5e740a 100644 --- a/manifest.json +++ b/manifest.json @@ -87,6 +87,7 @@ "04-23", "04-26", "04-27", - "04-29" + "04-29", + "04-32" ] } \ No newline at end of file From 33b9794fd1f28a4178c7f362181ae60828e97418 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 20:51:16 +0100 Subject: [PATCH 413/977] =?UTF-8?q?Mon=20Mar=2021=202022=2020:51:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/36.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/36.txt b/04/36.txt index de65fe6..0dce7d7 100644 --- a/04/36.txt +++ b/04/36.txt @@ -1 +1 @@ -Xosé un Levita, un home de Chipre, lle \ No newline at end of file +Xosé un Levita, un home de Chipre, lle foi dado o nome de Bernabé po los apóstolos( iso e, sindo \ No newline at end of file From c72fdc0a66d91bc541c8b79fdb814b534082c9aa Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 20:53:16 +0100 Subject: [PATCH 414/977] =?UTF-8?q?Mon=20Mar=2021=202022=2020:53:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/36.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/36.txt b/04/36.txt index 0dce7d7..993f3af 100644 --- a/04/36.txt +++ b/04/36.txt @@ -1 +1 @@ -Xosé un Levita, un home de Chipre, lle foi dado o nome de Bernabé po los apóstolos( iso e, sindo \ No newline at end of file +Xosé un Levita, un home de Chipre, lle foi dado o nome de Bernabé po los apóstolos( iso e, sindo interpretado, fillo de consalación \ No newline at end of file From ba1db7ef1a688ef20d72d8bb11b19da0161c345a Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 20:55:16 +0100 Subject: [PATCH 415/977] =?UTF-8?q?Mon=20Mar=2021=202022=2020:55:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/36.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/36.txt b/04/36.txt index 993f3af..10823ca 100644 --- a/04/36.txt +++ b/04/36.txt @@ -1 +1 @@ -Xosé un Levita, un home de Chipre, lle foi dado o nome de Bernabé po los apóstolos( iso e, sindo interpretado, fillo de consalación \ No newline at end of file +Xosé un Levita, un home de Chipre, lle foi dado o nome de Bernabé po los apóstolos( iso e, sindo interpretado, fillo de consalación) Tendo un terreo él vendeuno e truxo os cartos \ No newline at end of file From 967df619f44973ab9e3dc3f41c687203e7c1a477 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 20:57:16 +0100 Subject: [PATCH 416/977] =?UTF-8?q?Mon=20Mar=2021=202022=2020:57:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/34.txt | 1 + 04/36.txt | 2 +- manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 04/34.txt diff --git a/04/34.txt b/04/34.txt new file mode 100644 index 0000000..a6d76be --- /dev/null +++ b/04/34.txt @@ -0,0 +1 @@ +Non había ningua persoa entre eles a quen falar algures , porque dodo aquel que t \ No newline at end of file diff --git a/04/36.txt b/04/36.txt index 10823ca..ae9f6b7 100644 --- a/04/36.txt +++ b/04/36.txt @@ -1 +1 @@ -Xosé un Levita, un home de Chipre, lle foi dado o nome de Bernabé po los apóstolos( iso e, sindo interpretado, fillo de consalación) Tendo un terreo él vendeuno e truxo os cartos \ No newline at end of file +\v 36 Xosé un Levita, un home de Chipre, lle foi dado o nome de Bernabé po los apóstolos( iso e, sindo interpretado, fillo de consalación) \v 37 Tendo un terreo él vendeuno e truxo os cartos e os poxo a os pes dos apóstolos \ No newline at end of file diff --git a/manifest.json b/manifest.json index a5e740a..af26616 100644 --- a/manifest.json +++ b/manifest.json @@ -88,6 +88,7 @@ "04-26", "04-27", "04-29", - "04-32" + "04-32", + "04-36" ] } \ No newline at end of file From 639390a5a1e9904fd6f3e4f619c91c3a8a6c11a4 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 20:59:16 +0100 Subject: [PATCH 417/977] =?UTF-8?q?Mon=20Mar=2021=202022=2020:59:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/34.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/34.txt b/04/34.txt index a6d76be..b9c8e22 100644 --- a/04/34.txt +++ b/04/34.txt @@ -1 +1 @@ -Non había ningua persoa entre eles a quen falar algures , porque dodo aquel que t \ No newline at end of file +Non había ningua persoa entre eles a quen falar algures , porque dodo aquel que tivera titulos de propiedade de terras óu casas os vendia e traía os cartos das cousas v \ No newline at end of file From 49775c0dbb27fc2a14a6a058edade0658a218e7c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 21:01:16 +0100 Subject: [PATCH 418/977] =?UTF-8?q?Mon=20Mar=2021=202022=2021:01:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/34.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/34.txt b/04/34.txt index b9c8e22..73031c8 100644 --- a/04/34.txt +++ b/04/34.txt @@ -1 +1 @@ -Non había ningua persoa entre eles a quen falar algures , porque dodo aquel que tivera titulos de propiedade de terras óu casas os vendia e traía os cartos das cousas v \ No newline at end of file +Non había ningua persoa entre eles a quen falar algures , porque dodo aquel que tivera titulos de propiedade de terras óu casas os vendia e traía os cartos das cousas vendidas e o puñan a os pes dos apóstolos. E o reparto faciase a cada un de acordo as necesidades de cada un \ No newline at end of file From 752795ae6ced230d1100a2babe403d9b2f55daef Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 21:03:16 +0100 Subject: [PATCH 419/977] =?UTF-8?q?Mon=20Mar=2021=202022=2021:03:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/34.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/34.txt b/04/34.txt index 73031c8..d5ca94d 100644 --- a/04/34.txt +++ b/04/34.txt @@ -1 +1 @@ -Non había ningua persoa entre eles a quen falar algures , porque dodo aquel que tivera titulos de propiedade de terras óu casas os vendia e traía os cartos das cousas vendidas e o puñan a os pes dos apóstolos. E o reparto faciase a cada un de acordo as necesidades de cada un \ No newline at end of file +\v 34 \v 35 Non había ningua persoa entre eles a quen falar algures , porque dodo aquel que tivera titulos de propiedade de terras óu casas os vendia e traía os cartos das cousas vendidas e o puñan a os pes dos apóstolos. E o reparto faciase a cada un de acordo as necesidades de cada un \ No newline at end of file From 4ef15ff737e4fd3a59624005467763a0b07824ef Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Mon, 21 Mar 2022 21:05:16 +0100 Subject: [PATCH 420/977] =?UTF-8?q?Mon=20Mar=2021=202022=2021:05:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/34.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/04/34.txt b/04/34.txt index d5ca94d..fe6c171 100644 --- a/04/34.txt +++ b/04/34.txt @@ -1 +1 @@ -\v 34 \v 35 Non había ningua persoa entre eles a quen falar algures , porque dodo aquel que tivera titulos de propiedade de terras óu casas os vendia e traía os cartos das cousas vendidas e o puñan a os pes dos apóstolos. E o reparto faciase a cada un de acordo as necesidades de cada un \ No newline at end of file +\v 34 Non había ningua persoa entre eles a quen falar algures , porque dodo aquel que tivera titulos de propiedade de terras óu casas os vendia e traía os cartos das cousas vendidas- \v 35 e o puñan a os pes dos apóstolos. E o reparto faciase a cada un de acordo as necesidades de cada un \ No newline at end of file diff --git a/manifest.json b/manifest.json index af26616..f31f7d8 100644 --- a/manifest.json +++ b/manifest.json @@ -89,6 +89,7 @@ "04-27", "04-29", "04-32", + "04-34", "04-36" ] } \ No newline at end of file From d20e7cac776290e25b80f73de4f9601c6daad8c4 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 10:50:09 +0100 Subject: [PATCH 421/977] =?UTF-8?q?Tue=20Mar=2022=202022=2010:50:09=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/01.txt | 1 + 05/title.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 05/01.txt create mode 100644 05/title.txt diff --git a/05/01.txt b/05/01.txt new file mode 100644 index 0000000..6d053f4 --- /dev/null +++ b/05/01.txt @@ -0,0 +1 @@ +\c 5 Agora un certo home chamado Ananías, con Safira sua muller \ No newline at end of file diff --git a/05/title.txt b/05/title.txt new file mode 100644 index 0000000..674ad14 --- /dev/null +++ b/05/title.txt @@ -0,0 +1 @@ +Capítolo 5 \ No newline at end of file From e75f75631bece155014adedca95366aa20787388 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 10:52:09 +0100 Subject: [PATCH 422/977] =?UTF-8?q?Tue=20Mar=2022=202022=2010:52:09=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/01.txt b/05/01.txt index 6d053f4..befb0da 100644 --- a/05/01.txt +++ b/05/01.txt @@ -1 +1 @@ -\c 5 Agora un certo home chamado Ananías, con Safira sua muller \ No newline at end of file +\c 5 Agora un certo home chamado Ananías, con Safira sua muller, vendeu unha parte da sua propiedade, e él quedou con parte dos cartos da venda( sua muller tamén o sabia), e tuxo a outra parte e o puxo a os pes \ No newline at end of file From 43fbb848ea334a3dbf0d3d6857bc5060d8a6dc2a Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 10:54:09 +0100 Subject: [PATCH 423/977] =?UTF-8?q?Tue=20Mar=2022=202022=2010:54:09=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/01.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/05/01.txt b/05/01.txt index befb0da..1972757 100644 --- a/05/01.txt +++ b/05/01.txt @@ -1 +1 @@ -\c 5 Agora un certo home chamado Ananías, con Safira sua muller, vendeu unha parte da sua propiedade, e él quedou con parte dos cartos da venda( sua muller tamén o sabia), e tuxo a outra parte e o puxo a os pes \ No newline at end of file +\c 5 \v 1 Agora un certo home chamado Ananías, con Safira sua muller, vendeu unha parte da sua propiedade, \v 2 e él quedou con parte dos cartos da venda( sua muller tamén o sabia), e tuxo a outra parte e o puxo a os pes dos apóstolos. \ No newline at end of file diff --git a/manifest.json b/manifest.json index f31f7d8..eb22621 100644 --- a/manifest.json +++ b/manifest.json @@ -90,6 +90,7 @@ "04-29", "04-32", "04-34", - "04-36" + "04-36", + "05-01" ] } \ No newline at end of file From b4f4e9c83fa4efedd3ef743748f293c121ef7d2f Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 11:42:15 +0100 Subject: [PATCH 424/977] =?UTF-8?q?Tue=20Mar=2022=202022=2011:42:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/03.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 05/03.txt diff --git a/05/03.txt b/05/03.txt new file mode 100644 index 0000000..3015bd9 --- /dev/null +++ b/05/03.txt @@ -0,0 +1 @@ +Pero Pedro dixo: ¿ \ No newline at end of file From 1d05355b7e0bde8d11cb4d16f1e6a7e8072c1b1c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 11:44:15 +0100 Subject: [PATCH 425/977] =?UTF-8?q?Tue=20Mar=2022=202022=2011:44:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/03.txt b/05/03.txt index 3015bd9..f74e699 100644 --- a/05/03.txt +++ b/05/03.txt @@ -1 +1 @@ -Pero Pedro dixo: ¿ \ No newline at end of file +Pero Pedro dixo: Ananías ¿por qué Satanas encheu o teu corazón pra mentirlle ao Espírito Santo e quedates con \ No newline at end of file From 29ac3b5714be10abda1502180e15f9d61af5bf9c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 11:46:15 +0100 Subject: [PATCH 426/977] =?UTF-8?q?Tue=20Mar=2022=202022=2011:46:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/03.txt b/05/03.txt index f74e699..892ff23 100644 --- a/05/03.txt +++ b/05/03.txt @@ -1 +1 @@ -Pero Pedro dixo: Ananías ¿por qué Satanas encheu o teu corazón pra mentirlle ao Espírito Santo e quedates con \ No newline at end of file +Pero Pedro dixo: Ananías ¿por qué Satanas encheu o teu corazón pra mentirlle ao Espírito Santo e quedaches con parte do prezo do terreo? Mentras se mantivo \ No newline at end of file From 7f619eeb53ee01d35db845c4cfea42283a85b9de Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 11:48:15 +0100 Subject: [PATCH 427/977] =?UTF-8?q?Tue=20Mar=2022=202022=2011:48:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/03.txt b/05/03.txt index 892ff23..495b071 100644 --- a/05/03.txt +++ b/05/03.txt @@ -1 +1 @@ -Pero Pedro dixo: Ananías ¿por qué Satanas encheu o teu corazón pra mentirlle ao Espírito Santo e quedaches con parte do prezo do terreo? Mentras se mantivo \ No newline at end of file +Pero Pedro dixo: Ananías ¿por qué Satanas encheu o teu corazón pra mentirlle ao Espírito Santo e quedaches con parte do prezo do terreo? Mentras non o vendeste,¿ non era teu? \ No newline at end of file From d3c12ebc2a8c5036fb1ed0c7942322e5fea40659 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 11:50:15 +0100 Subject: [PATCH 428/977] =?UTF-8?q?Tue=20Mar=2022=202022=2011:50:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/03.txt b/05/03.txt index 495b071..c61ec8d 100644 --- a/05/03.txt +++ b/05/03.txt @@ -1 +1 @@ -Pero Pedro dixo: Ananías ¿por qué Satanas encheu o teu corazón pra mentirlle ao Espírito Santo e quedaches con parte do prezo do terreo? Mentras non o vendeste,¿ non era teu? \ No newline at end of file +Pero Pedro dixo: Ananías ¿por qué Satanas encheu o teu corazón pra mentirlle ao Espírito Santo e quedaches con parte do prezo do terreo? Mentras non o vendeste,¿ non era teu? E depois de vendelo, ¿non estaba baixo o teu control? ¿Cóma e que pensasches esta cousa no teu corazón? Tí non mentiches \ No newline at end of file From 51d4b414369fa02a97671fea98d1a67104a8a5c1 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 11:52:15 +0100 Subject: [PATCH 429/977] =?UTF-8?q?Tue=20Mar=2022=202022=2011:52:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/03.txt b/05/03.txt index c61ec8d..448e7cb 100644 --- a/05/03.txt +++ b/05/03.txt @@ -1 +1 @@ -Pero Pedro dixo: Ananías ¿por qué Satanas encheu o teu corazón pra mentirlle ao Espírito Santo e quedaches con parte do prezo do terreo? Mentras non o vendeste,¿ non era teu? E depois de vendelo, ¿non estaba baixo o teu control? ¿Cóma e que pensasches esta cousa no teu corazón? Tí non mentiches \ No newline at end of file +Pero Pedro dixo: Ananías ¿por qué Satanas encheu o teu corazón pra mentirlle ao Espírito Santo e quedaches con parte do prezo do terreo? Mentras non o vendeste,¿ non era teu? E depois de vendelo, ¿non estaba baixo o teu control? ¿Cóma e que pensasches esta cousa no teu corazón? Tí non mentiches a os homes, mentiches a Deus. Escoitando estas verbas, Ananñías caiu \ No newline at end of file From 6bd706d9b0d32d097d45b669740c07da72e54a9d Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 11:54:15 +0100 Subject: [PATCH 430/977] =?UTF-8?q?Tue=20Mar=2022=202022=2011:54:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/03.txt b/05/03.txt index 448e7cb..ac64bad 100644 --- a/05/03.txt +++ b/05/03.txt @@ -1 +1 @@ -Pero Pedro dixo: Ananías ¿por qué Satanas encheu o teu corazón pra mentirlle ao Espírito Santo e quedaches con parte do prezo do terreo? Mentras non o vendeste,¿ non era teu? E depois de vendelo, ¿non estaba baixo o teu control? ¿Cóma e que pensasches esta cousa no teu corazón? Tí non mentiches a os homes, mentiches a Deus. Escoitando estas verbas, Ananñías caiu \ No newline at end of file +Pero Pedro dixo: Ananías ¿por qué Satanas encheu o teu corazón pra mentirlle ao Espírito Santo e quedaches con parte do prezo do terreo? Mentras non o vendeste,¿ non era teu? E depois de vendelo, ¿non estaba baixo o teu control? ¿Cóma e que pensasches esta cousa no teu corazón? Tí non mentiches a os homes, mentiches a Deus. ao escoitar estas estas verbas, Ananñías caeu e \ No newline at end of file From c39ea9b2c9323abc1fc3fb98086f0add555d6410 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 11:56:15 +0100 Subject: [PATCH 431/977] =?UTF-8?q?Tue=20Mar=2022=202022=2011:56:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/03.txt b/05/03.txt index ac64bad..e9e54e6 100644 --- a/05/03.txt +++ b/05/03.txt @@ -1 +1 @@ -Pero Pedro dixo: Ananías ¿por qué Satanas encheu o teu corazón pra mentirlle ao Espírito Santo e quedaches con parte do prezo do terreo? Mentras non o vendeste,¿ non era teu? E depois de vendelo, ¿non estaba baixo o teu control? ¿Cóma e que pensasches esta cousa no teu corazón? Tí non mentiches a os homes, mentiches a Deus. ao escoitar estas estas verbas, Ananñías caeu e \ No newline at end of file +Pero Pedro dixo: Ananías ¿por qué Satanas encheu o teu corazón pra mentirlle ao Espírito Santo e quedaches con parte do prezo do terreo? Mentras non o vendeste,¿ non era teu? E depois de vendelo, ¿non estaba baixo o teu control? ¿Cóma e que pensasches esta cousa no teu corazón? Tí non mentiches a os homes, mentiches a Deus. ao escoitar estas estas verbas, Ananñías caeu e respirou o derradeiro sospiro e un grande medo spoderouse de todolos que escoitaron. Os mozos viñeron á fronte arrouparonno l \ No newline at end of file From 1da1e159ddc9f02809a31602b232618faf7a9053 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 11:58:15 +0100 Subject: [PATCH 432/977] =?UTF-8?q?Tue=20Mar=2022=202022=2011:58:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/03.txt b/05/03.txt index e9e54e6..0477aa6 100644 --- a/05/03.txt +++ b/05/03.txt @@ -1 +1 @@ -Pero Pedro dixo: Ananías ¿por qué Satanas encheu o teu corazón pra mentirlle ao Espírito Santo e quedaches con parte do prezo do terreo? Mentras non o vendeste,¿ non era teu? E depois de vendelo, ¿non estaba baixo o teu control? ¿Cóma e que pensasches esta cousa no teu corazón? Tí non mentiches a os homes, mentiches a Deus. ao escoitar estas estas verbas, Ananñías caeu e respirou o derradeiro sospiro e un grande medo spoderouse de todolos que escoitaron. Os mozos viñeron á fronte arrouparonno l \ No newline at end of file +Pero Pedro dixo: Ananías ¿por qué Satanas encheu o teu corazón pra mentirlle ao Espírito Santo e quedaches con parte do prezo do terreo? Mentras non o vendeste,¿ non era teu? E depois de vendelo, ¿non estaba baixo o teu control? ¿Cóma e que pensasches esta cousa no teu corazón? Tí non mentiches aos homes, mentiches a Deus. ao escoitar estas estas verbas, Ananñías caeu e respirou o derradeiro sospiro e un grande medo spoderouse de todolos que escoitaron. Os mozos viñeron á fronte arrouparonno levánrono fora e soterárono. \ No newline at end of file From 635dddead6ad1de18e0d26d8514c309d4d6ded84 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 12:00:15 +0100 Subject: [PATCH 433/977] =?UTF-8?q?Tue=20Mar=2022=202022=2012:00:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/03.txt b/05/03.txt index 0477aa6..f328879 100644 --- a/05/03.txt +++ b/05/03.txt @@ -1 +1 @@ -Pero Pedro dixo: Ananías ¿por qué Satanas encheu o teu corazón pra mentirlle ao Espírito Santo e quedaches con parte do prezo do terreo? Mentras non o vendeste,¿ non era teu? E depois de vendelo, ¿non estaba baixo o teu control? ¿Cóma e que pensasches esta cousa no teu corazón? Tí non mentiches aos homes, mentiches a Deus. ao escoitar estas estas verbas, Ananñías caeu e respirou o derradeiro sospiro e un grande medo spoderouse de todolos que escoitaron. Os mozos viñeron á fronte arrouparonno levánrono fora e soterárono. \ No newline at end of file +\v 3 \v 6 Pero Pedro dixo: Ananías ¿por qué Satanas encheu o teu corazón pra mentirlle ao Espírito Santo e quedaches con parte do prezo do terreo? \v 4 Mentras non o vendeste,¿ non era teu? E depois de vendelo, ¿non estaba baixo o teu control? ¿Cóma e que pensasches esta cousa no teu corazón? Tí non mentiches aos homes, mentiches a Deus. \v 5 ao escoitar estas verbas, Ananías caeu e respirou o derradeiro sospiro e un grande medo apoderouse de todolos que escoitaron. Os mozos viñeron á fronte arrouparonno levánrono fora e soterárono. \ No newline at end of file From 3c6a1b2d8b5f446bd1cc2bf01693736fe97b9164 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 12:02:15 +0100 Subject: [PATCH 434/977] =?UTF-8?q?Tue=20Mar=2022=202022=2012:02:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/03.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/05/03.txt b/05/03.txt index f328879..0958d24 100644 --- a/05/03.txt +++ b/05/03.txt @@ -1 +1 @@ -\v 3 \v 6 Pero Pedro dixo: Ananías ¿por qué Satanas encheu o teu corazón pra mentirlle ao Espírito Santo e quedaches con parte do prezo do terreo? \v 4 Mentras non o vendeste,¿ non era teu? E depois de vendelo, ¿non estaba baixo o teu control? ¿Cóma e que pensasches esta cousa no teu corazón? Tí non mentiches aos homes, mentiches a Deus. \v 5 ao escoitar estas verbas, Ananías caeu e respirou o derradeiro sospiro e un grande medo apoderouse de todolos que escoitaron. Os mozos viñeron á fronte arrouparonno levánrono fora e soterárono. \ No newline at end of file +\v 3 Pero Pedro dixo: Ananías ¿por qué Satanas encheu o teu corazón pra mentirlle ao Espírito Santo e quedaches con parte do prezo do terreo? \v 4 Mentras non o vendeste,¿ non era teu? E depois de vendelo, ¿non estaba baixo o teu control? ¿Cóma e que pensasches esta cousa no teu corazón? Tí non mentiches aos homes, mentiches a Deus. \v 5 Escoitando estas verbas, Ananías caeu e respirou o derradeiro sospiro e un grande medo apoderouse de todolos que escoitaron. \v 6 Os mozos viñeron á fronte arrouparonno levánrono fora e soterárono. \ No newline at end of file diff --git a/manifest.json b/manifest.json index eb22621..a011214 100644 --- a/manifest.json +++ b/manifest.json @@ -91,6 +91,7 @@ "04-32", "04-34", "04-36", - "05-01" + "05-01", + "05-03" ] } \ No newline at end of file From ce251297b798d4e51e47a5198cd8b75eca4d4c01 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 12:04:15 +0100 Subject: [PATCH 435/977] =?UTF-8?q?Tue=20Mar=2022=202022=2012:04:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/07.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 05/07.txt diff --git a/05/07.txt b/05/07.txt new file mode 100644 index 0000000..505c5e5 --- /dev/null +++ b/05/07.txt @@ -0,0 +1 @@ +Coma tres houras depois , sua muller entrou, non sabendo o que ocorrera, Pedro lle dixo: \ No newline at end of file From b51d3d076ff0df9d607ffa56432364dd98c895e8 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 12:06:15 +0100 Subject: [PATCH 436/977] =?UTF-8?q?Tue=20Mar=2022=202022=2012:06:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/07.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/07.txt b/05/07.txt index 505c5e5..8d797ae 100644 --- a/05/07.txt +++ b/05/07.txt @@ -1 +1 @@ -Coma tres houras depois , sua muller entrou, non sabendo o que ocorrera, Pedro lle dixo: \ No newline at end of file +Coma tres houras depois , sua muller entrou, non sabendo o que ocorrera, Pedro lle dixo: " Dime se vendeste o terreo por esta cantidade, Ela dixo." Si, foi por esa cantidade". que era por esa cantidade \ No newline at end of file From f81e08e0b90fa5ce3db5642ad00c37f6f914c324 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 12:08:15 +0100 Subject: [PATCH 437/977] =?UTF-8?q?Tue=20Mar=2022=202022=2012:08:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/07.txt | 2 +- 05/09.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 05/09.txt diff --git a/05/07.txt b/05/07.txt index 8d797ae..2830ca4 100644 --- a/05/07.txt +++ b/05/07.txt @@ -1 +1 @@ -Coma tres houras depois , sua muller entrou, non sabendo o que ocorrera, Pedro lle dixo: " Dime se vendeste o terreo por esta cantidade, Ela dixo." Si, foi por esa cantidade". que era por esa cantidade \ No newline at end of file +\v 7 Coma tres houras depois , sua muller entrou, non sabendo o que ocorrera, \v 8 Pedro lle dixo: " Dime se vendeste o terreo por esta cantidade, Ela dixo." Si, foi por esa cantidade". \ No newline at end of file diff --git a/05/09.txt b/05/09.txt new file mode 100644 index 0000000..772a757 --- /dev/null +++ b/05/09.txt @@ -0,0 +1 @@ +Entón Pedro lle dixo a ela: ¿Coma é que \ No newline at end of file diff --git a/manifest.json b/manifest.json index a011214..2aef7fa 100644 --- a/manifest.json +++ b/manifest.json @@ -92,6 +92,7 @@ "04-34", "04-36", "05-01", - "05-03" + "05-03", + "05-07" ] } \ No newline at end of file From 2a8ce82e71d6bfea037941e293221f7cdda8a5d3 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 12:10:15 +0100 Subject: [PATCH 438/977] =?UTF-8?q?Tue=20Mar=2022=202022=2012:10:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/09.txt b/05/09.txt index 772a757..064e3d9 100644 --- a/05/09.txt +++ b/05/09.txt @@ -1 +1 @@ -Entón Pedro lle dixo a ela: ¿Coma é que \ No newline at end of file +Entón Pedro lle dixo a ela: ¿Coma é que aceptaches por a proba ao Espírito do Señor?. \ No newline at end of file From 835927f5ef45bdf4d76f0188e08089d4b597fef6 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 12:12:15 +0100 Subject: [PATCH 439/977] =?UTF-8?q?Tue=20Mar=2022=202022=2012:12:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/09.txt b/05/09.txt index 064e3d9..11a3e67 100644 --- a/05/09.txt +++ b/05/09.txt @@ -1 +1 @@ -Entón Pedro lle dixo a ela: ¿Coma é que aceptaches por a proba ao Espírito do Señor?. \ No newline at end of file +Entón Pedro lle dixo a ela: ¿Coma é que aceptaches por a proba ao Espírito do Señor?. Olla os pes de estes que soterraron ao teu home estan na porta \ No newline at end of file From ccd2bb4a011a64a52ef6b386dfab9ffd839abdfc Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 12:14:15 +0100 Subject: [PATCH 440/977] =?UTF-8?q?Tue=20Mar=2022=202022=2012:14:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/09.txt b/05/09.txt index 11a3e67..d6a6b15 100644 --- a/05/09.txt +++ b/05/09.txt @@ -1 +1 @@ -Entón Pedro lle dixo a ela: ¿Coma é que aceptaches por a proba ao Espírito do Señor?. Olla os pes de estes que soterraron ao teu home estan na porta \ No newline at end of file +Entón Pedro lle dixo a ela: ¿Coma é que aceptaches por a proba ao Espírito do Señor?. Olla os pes de estes que soterraron ao teu home estan a porta, e eles sacarante a tí tamén. Ela de súpito caeu aos seus pes \ No newline at end of file From e82b0cd1c57a7428b20b9b9ab5aab946b06f4587 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 12:16:15 +0100 Subject: [PATCH 441/977] =?UTF-8?q?Tue=20Mar=2022=202022=2012:16:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/09.txt b/05/09.txt index d6a6b15..99f030e 100644 --- a/05/09.txt +++ b/05/09.txt @@ -1 +1 @@ -Entón Pedro lle dixo a ela: ¿Coma é que aceptaches por a proba ao Espírito do Señor?. Olla os pes de estes que soterraron ao teu home estan a porta, e eles sacarante a tí tamén. Ela de súpito caeu aos seus pes \ No newline at end of file +Entón Pedro lle dixo a ela: ¿Coma é que aceptaches por a proba ao Espírito do Señor?. Olla os pes de estes que soterraron ao teu home estan a porta, e eles sacarante a tí tamén. Ela de súpito caeu aos seus pes, e reirou seu derradeiro alento, os mozos entraron e toparon morta ; eles a \ No newline at end of file From 79d8a4d7763d0a0adea5eaa001d914353e9aaff3 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 12:18:15 +0100 Subject: [PATCH 442/977] =?UTF-8?q?Tue=20Mar=2022=202022=2012:18:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/09.txt b/05/09.txt index 99f030e..96d9c7f 100644 --- a/05/09.txt +++ b/05/09.txt @@ -1 +1 @@ -Entón Pedro lle dixo a ela: ¿Coma é que aceptaches por a proba ao Espírito do Señor?. Olla os pes de estes que soterraron ao teu home estan a porta, e eles sacarante a tí tamén. Ela de súpito caeu aos seus pes, e reirou seu derradeiro alento, os mozos entraron e toparon morta ; eles a \ No newline at end of file +Entón Pedro lle dixo a ela: ¿Coma é que aceptaches por a proba ao Espírito do Señor?. Olla os pes de estes que soterraron ao teu home estan a porta, e eles sacarante a tí tamén. Ela de súpito caeu aos seus pes, e reirou seu derradeiro alento, os mozos entraron e toparon morta ; eles leváronna fóra e soterraronna ao caron do seu marido. Un grande medo invadiu \ No newline at end of file From f5235ace4b4074645c44eb33e7f33afb51e31375 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 12:20:15 +0100 Subject: [PATCH 443/977] =?UTF-8?q?Tue=20Mar=2022=202022=2012:20:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/09.txt b/05/09.txt index 96d9c7f..1e2bec6 100644 --- a/05/09.txt +++ b/05/09.txt @@ -1 +1 @@ -Entón Pedro lle dixo a ela: ¿Coma é que aceptaches por a proba ao Espírito do Señor?. Olla os pes de estes que soterraron ao teu home estan a porta, e eles sacarante a tí tamén. Ela de súpito caeu aos seus pes, e reirou seu derradeiro alento, os mozos entraron e toparon morta ; eles leváronna fóra e soterraronna ao caron do seu marido. Un grande medo invadiu \ No newline at end of file +Entón Pedro lle dixo a ela: ¿Coma é que aceptaches por a proba ao Espírito do Señor?. Olla os pes de estes que soterraron ao teu home estan a porta, e eles sacarante a tí tamén. Ela de súpito caeu aos seus pes, e reirou seu derradeiro alento, os mozos entraron e toparon morta ; eles leváronna fóra e soterraronna ao caron do seu marido. Un grande medo invadiu a igresxa enteira e sobre todo aos que escoitaron estas cousas. \ No newline at end of file From f782ef95b473b5a66ffb8e229fefa11a8b37b2f2 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 12:22:15 +0100 Subject: [PATCH 444/977] =?UTF-8?q?Tue=20Mar=2022=202022=2012:22:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/09.txt b/05/09.txt index 1e2bec6..5ba840e 100644 --- a/05/09.txt +++ b/05/09.txt @@ -1 +1 @@ -Entón Pedro lle dixo a ela: ¿Coma é que aceptaches por a proba ao Espírito do Señor?. Olla os pes de estes que soterraron ao teu home estan a porta, e eles sacarante a tí tamén. Ela de súpito caeu aos seus pes, e reirou seu derradeiro alento, os mozos entraron e toparon morta ; eles leváronna fóra e soterraronna ao caron do seu marido. Un grande medo invadiu a igresxa enteira e sobre todo aos que escoitaron estas cousas. \ No newline at end of file +Entón Pedro lle dixo a ela: ¿Coma é que aceptaches por a proba ao Espírito do Señor?. Olla os pes de estes que soterraron ao teu home estan a porta, e eles sacarante a tí tamén. Ela de súpito caeu aos seus pes, e respirou seu derradeiro alento, os mozos entraron ea toparon morta ; eles leváronna fóra e soterraronna ao caron do seu marido. Un grande medo invadiu a igresxa enteira e sobre todo aos que escoitaron estas cousas. \ No newline at end of file From b98ffa3e42970dc000bf0cf5565f68e182917ac2 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 12:24:15 +0100 Subject: [PATCH 445/977] =?UTF-8?q?Tue=20Mar=2022=202022=2012:24:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/09.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/05/09.txt b/05/09.txt index 5ba840e..39a1c5e 100644 --- a/05/09.txt +++ b/05/09.txt @@ -1 +1 @@ -Entón Pedro lle dixo a ela: ¿Coma é que aceptaches por a proba ao Espírito do Señor?. Olla os pes de estes que soterraron ao teu home estan a porta, e eles sacarante a tí tamén. Ela de súpito caeu aos seus pes, e respirou seu derradeiro alento, os mozos entraron ea toparon morta ; eles leváronna fóra e soterraronna ao caron do seu marido. Un grande medo invadiu a igresxa enteira e sobre todo aos que escoitaron estas cousas. \ No newline at end of file +\v 9 Entón Pedro lle dixo a ela: ¿Coma é que aceptaches por a proba ao Espírito do Señor?. Olla os pes de estes que soterraron ao teu home estan a porta, e eles sacarante a tí tamén. \v 10 Ela de súpito caeu aos seus pes, e respirou seu derradeiro alento, os mozos entraron ea toparon morta ; eles leváronna fóra e soterraronna ao caron do seu marido. \v 11 Un grande medo invadiu a igresxa enteira e sobre todo aos que escoitaron estas cousas. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 2aef7fa..4824ceb 100644 --- a/manifest.json +++ b/manifest.json @@ -93,6 +93,7 @@ "04-36", "05-01", "05-03", - "05-07" + "05-07", + "05-09" ] } \ No newline at end of file From 4cbb853761f56ef14111fab1f19bd9c165cb0f40 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 14:35:13 +0100 Subject: [PATCH 446/977] =?UTF-8?q?Tue=20Mar=2022=202022=2014:35:12=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/12.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 05/12.txt diff --git a/05/12.txt b/05/12.txt new file mode 100644 index 0000000..95b1054 --- /dev/null +++ b/05/12.txt @@ -0,0 +1 @@ +Moitas siñais e maravillas estaban a ocorrer entre a xente por \ No newline at end of file From a6e368099bc50a2dfdfb2b511c091cecbdbc3604 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 14:37:13 +0100 Subject: [PATCH 447/977] =?UTF-8?q?Tue=20Mar=2022=202022=2014:37:12=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/12.txt b/05/12.txt index 95b1054..295422c 100644 --- a/05/12.txt +++ b/05/12.txt @@ -1 +1 @@ -Moitas siñais e maravillas estaban a ocorrer entre a xente por \ No newline at end of file +Moitas siñais e maravillas estaban a ocorrer entre a xente r \ No newline at end of file From a7df093c70595f48025e3ad70d83a9f6613f54ce Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 14:39:13 +0100 Subject: [PATCH 448/977] =?UTF-8?q?Tue=20Mar=2022=202022=2014:39:12=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/12.txt b/05/12.txt index 295422c..8c48cf5 100644 --- a/05/12.txt +++ b/05/12.txt @@ -1 +1 @@ -Moitas siñais e maravillas estaban a ocorrer entre a xente r \ No newline at end of file +Moitas siñais e prodixios estaban a ocorrer entre a xente a través das mans dos apóstolos, todos xu \ No newline at end of file From 2e2f99232a6ca694dda24c8c3279a4a9949e0d9c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 14:41:13 +0100 Subject: [PATCH 449/977] =?UTF-8?q?Tue=20Mar=2022=202022=2014:41:12=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/12.txt b/05/12.txt index 8c48cf5..cc1b2b1 100644 --- a/05/12.txt +++ b/05/12.txt @@ -1 +1 @@ -Moitas siñais e prodixios estaban a ocorrer entre a xente a través das mans dos apóstolos, todos xu \ No newline at end of file +Moitas siñais e prodixios estaban a ocorrer entre a xente a través das mans dos apóstolos, todos xuntos no Pórtico de Salomón, más ninguén maís tivo o coraxa de xuntarse a eles, pero eran tidos \ No newline at end of file From 0f6d1233efe669a3587680d6bb6c4a9e85b6b2d3 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 14:43:13 +0100 Subject: [PATCH 450/977] =?UTF-8?q?Tue=20Mar=2022=202022=2014:43:12=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/12.txt b/05/12.txt index cc1b2b1..7b677e8 100644 --- a/05/12.txt +++ b/05/12.txt @@ -1 +1 @@ -Moitas siñais e prodixios estaban a ocorrer entre a xente a través das mans dos apóstolos, todos xuntos no Pórtico de Salomón, más ninguén maís tivo o coraxa de xuntarse a eles, pero eran tidos \ No newline at end of file +Moitas siñais e prodixios estaban a ocorrer entre a xente a través das mans dos apóstolos, Eles estabán todos xuntos no Pórtico de Salomón, Maís ninguén maís tivo o coraxa de xuntarse a eles, pero eran temidos polo pobo \ No newline at end of file From fd1a32b7584cf2b424506053d7cac795924e1c3d Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 14:45:13 +0100 Subject: [PATCH 451/977] =?UTF-8?q?Tue=20Mar=2022=202022=2014:45:12=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/12.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/05/12.txt b/05/12.txt index 7b677e8..19891ec 100644 --- a/05/12.txt +++ b/05/12.txt @@ -1 +1 @@ -Moitas siñais e prodixios estaban a ocorrer entre a xente a través das mans dos apóstolos, Eles estabán todos xuntos no Pórtico de Salomón, Maís ninguén maís tivo o coraxa de xuntarse a eles, pero eran temidos polo pobo \ No newline at end of file +\v 12 Moitas siñais e prodixios estaban a ocorrer entre a xente a través das mans dos apóstolos, Eles estabán todos xuntos no Pórtico de Salomón, \v 13 Maís ninguén tivo a coraxe de xuntarse a eles, pero eran timidos polo pobo \ No newline at end of file diff --git a/manifest.json b/manifest.json index 4824ceb..215a345 100644 --- a/manifest.json +++ b/manifest.json @@ -94,6 +94,7 @@ "05-01", "05-03", "05-07", - "05-09" + "05-09", + "05-12" ] } \ No newline at end of file From 281fe0bea7588926cd4596925c5a5a53de5c6d5e Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 14:47:13 +0100 Subject: [PATCH 452/977] =?UTF-8?q?Tue=20Mar=2022=202022=2014:47:12=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/14.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 05/14.txt diff --git a/05/14.txt b/05/14.txt new file mode 100644 index 0000000..8a53293 --- /dev/null +++ b/05/14.txt @@ -0,0 +1 @@ +Ainda maís xente foron engadidos ao Señor, , \ No newline at end of file From 967b6bcc9879d721739b77241a5c95b9a2840f72 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 14:49:13 +0100 Subject: [PATCH 453/977] =?UTF-8?q?Tue=20Mar=2022=202022=2014:49:12=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/14.txt b/05/14.txt index 8a53293..0cf434c 100644 --- a/05/14.txt +++ b/05/14.txt @@ -1 +1 @@ -Ainda maís xente foron engadidos ao Señor, , \ No newline at end of file +Ainda maís xente foron engadidos ao Señor, , multitudes de homes é melleres, atal punto que hasta \ No newline at end of file From b7d7d18f19ee583db894f21a617589062462075c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 14:51:13 +0100 Subject: [PATCH 454/977] =?UTF-8?q?Tue=20Mar=2022=202022=2014:51:12=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/14.txt b/05/14.txt index 0cf434c..5d98835 100644 --- a/05/14.txt +++ b/05/14.txt @@ -1 +1 @@ -Ainda maís xente foron engadidos ao Señor, , multitudes de homes é melleres, atal punto que hasta \ No newline at end of file +Ainda maís xente foron engadidos ao Señor, , multitudes de homes é melleres, atal punto que cargaban cons enfermos á rúa e os deitaban en camas \ No newline at end of file From 6cf120c5c019560036edfc952d9bb37397cc8880 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 14:53:13 +0100 Subject: [PATCH 455/977] =?UTF-8?q?Tue=20Mar=2022=202022=2014:53:12=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/14.txt b/05/14.txt index 5d98835..6df7ed3 100644 --- a/05/14.txt +++ b/05/14.txt @@ -1 +1 @@ -Ainda maís xente foron engadidos ao Señor, , multitudes de homes é melleres, atal punto que cargaban cons enfermos á rúa e os deitaban en camas \ No newline at end of file +Ainda maís xente foron engadidos ao Señor, , multitudes de homes é melleres, atal punto que cargaban cons enfermos á rúa e os deitaban en camas e padiolas para que ao pasar Pedro e lle caira sua sombra en riba deles, tamén se xuntou unha grande cantidade de xente \ No newline at end of file From a2047ec614e18715cc7665ddef80a6c3acac191c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 14:55:13 +0100 Subject: [PATCH 456/977] =?UTF-8?q?Tue=20Mar=2022=202022=2014:55:12=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/14.txt b/05/14.txt index 6df7ed3..37c0b2b 100644 --- a/05/14.txt +++ b/05/14.txt @@ -1 +1 @@ -Ainda maís xente foron engadidos ao Señor, , multitudes de homes é melleres, atal punto que cargaban cons enfermos á rúa e os deitaban en camas e padiolas para que ao pasar Pedro e lle caira sua sombra en riba deles, tamén se xuntou unha grande cantidade de xente \ No newline at end of file +Ainda maís xente foron engadidos ao Señor, , multitudes de homes é melleres, atal punto que cargaban cons enfermos á rúa e os deitaban en camas e padiolas para que ao pasar Pedro e lle caira sua sombra en riba deles, tamén se xuntou unha grande cantidade de xente dos pobos arrededor do Xerusalén traindo a enfermos e aflixidos de espírito e inmundos e todos \ No newline at end of file From 59daa0be87ead52ee57034dd2c5e7ba12e59d2cb Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 14:57:13 +0100 Subject: [PATCH 457/977] =?UTF-8?q?Tue=20Mar=2022=202022=2014:57:12=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/14.txt b/05/14.txt index 37c0b2b..b54ff06 100644 --- a/05/14.txt +++ b/05/14.txt @@ -1 +1 @@ -Ainda maís xente foron engadidos ao Señor, , multitudes de homes é melleres, atal punto que cargaban cons enfermos á rúa e os deitaban en camas e padiolas para que ao pasar Pedro e lle caira sua sombra en riba deles, tamén se xuntou unha grande cantidade de xente dos pobos arrededor do Xerusalén traindo a enfermos e aflixidos de espírito e inmundos e todos \ No newline at end of file +Ainda maís xente foron engadidos ao Señor, , multitudes de homes é melleres, atal punto que cargaban cons enfermos dás rúa e os deitaban en camas e padiolas para que ao pasar Pedro e lle caira sua sombra en riba deles, tamén se xuntou unha grande cantidade de xente dos pobos arrededor do Xerusalén traindo a enfermos e aflixidos de espírito e inmundos e todos eles foron curados. \ No newline at end of file From 9be12357da365afc904d11fd2bd804067332f5ca Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 14:59:13 +0100 Subject: [PATCH 458/977] =?UTF-8?q?Tue=20Mar=2022=202022=2014:59:12=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/14.txt b/05/14.txt index b54ff06..6978388 100644 --- a/05/14.txt +++ b/05/14.txt @@ -1 +1 @@ -Ainda maís xente foron engadidos ao Señor, , multitudes de homes é melleres, atal punto que cargaban cons enfermos dás rúa e os deitaban en camas e padiolas para que ao pasar Pedro e lle caira sua sombra en riba deles, tamén se xuntou unha grande cantidade de xente dos pobos arrededor do Xerusalén traindo a enfermos e aflixidos de espírito e inmundos e todos eles foron curados. \ No newline at end of file +Ainda maís xente foron engadidos ao Señor, , multitudes de homes é melleres, atal punto que cargaban cons enfermos dás rúa e os deitaban en camas e padiolas para que ao pasar Pedroa, sua sombra poidera l caira en riba deles, tamén se xuntou unha grande cantidade de xente dos pobos arrededor do Xerusalén traindo a enfermos e aflixidos de espírito e inmundos e todos eles foron curados. \ No newline at end of file From 71425276ebf9d405ae2022adba3220f0096eb376 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 15:01:13 +0100 Subject: [PATCH 459/977] =?UTF-8?q?Tue=20Mar=2022=202022=2015:01:12=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/14.txt b/05/14.txt index 6978388..d7ed8e4 100644 --- a/05/14.txt +++ b/05/14.txt @@ -1 +1 @@ -Ainda maís xente foron engadidos ao Señor, , multitudes de homes é melleres, atal punto que cargaban cons enfermos dás rúa e os deitaban en camas e padiolas para que ao pasar Pedroa, sua sombra poidera l caira en riba deles, tamén se xuntou unha grande cantidade de xente dos pobos arrededor do Xerusalén traindo a enfermos e aflixidos de espírito e inmundos e todos eles foron curados. \ No newline at end of file +\v 14 \v 15 Ainda maís xente foron engadidos ao Señor, , multitudes de homes é melleres, \v 15. atal punto que cargaban cons enfermos dás rúa e os deitaban en camas e padiolas para que ao pasar Pedroa, sua sombra poidera cair en riba deles, tamén se xuntou unha grande cantidade de xente dos pobos arrededor do Xerusalén traindo a enfermos e aflixidos de espírito inmundos, e todos eles foron curados. \ No newline at end of file From 38bf1b8c7de11e515e71412a5c62d36003737b86 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 15:03:13 +0100 Subject: [PATCH 460/977] =?UTF-8?q?Tue=20Mar=2022=202022=2015:03:12=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/14.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/05/14.txt b/05/14.txt index d7ed8e4..9872715 100644 --- a/05/14.txt +++ b/05/14.txt @@ -1 +1 @@ -\v 14 \v 15 Ainda maís xente foron engadidos ao Señor, , multitudes de homes é melleres, \v 15. atal punto que cargaban cons enfermos dás rúa e os deitaban en camas e padiolas para que ao pasar Pedroa, sua sombra poidera cair en riba deles, tamén se xuntou unha grande cantidade de xente dos pobos arrededor do Xerusalén traindo a enfermos e aflixidos de espírito inmundos, e todos eles foron curados. \ No newline at end of file +\v 14 Ainda maís xente foron engadidos ao Señor, , multitudes de homes é melleres, . \v 15 atal punto que cargaban cons enfermos dás rúa e os deitaban en camas e padiolas para que ao pasar Pedroa, sua sombra poidera cair en riba deles, \v 16 Tamén se xuntou unha grande cantidade de xente dos pobos arrededor do Xerusalén traindo a enfermos e aflixidos de espírito inmundos, e todos eles foron curados. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 215a345..ab80107 100644 --- a/manifest.json +++ b/manifest.json @@ -95,6 +95,7 @@ "05-03", "05-07", "05-09", - "05-12" + "05-12", + "05-14" ] } \ No newline at end of file From 613f6baa1de8190f3d71b388941bf40071dd05c0 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 15:05:13 +0100 Subject: [PATCH 461/977] =?UTF-8?q?Tue=20Mar=2022=202022=2015:05:12=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/17.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 05/17.txt diff --git a/05/17.txt b/05/17.txt new file mode 100644 index 0000000..1ec1cb2 --- /dev/null +++ b/05/17.txt @@ -0,0 +1 @@ +Pero o sumo sacerdote levantouse From 39df8dddd9c0802c0d59a6f2ea166c0f094937a2 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 15:07:13 +0100 Subject: [PATCH 462/977] =?UTF-8?q?Tue=20Mar=2022=202022=2015:07:12=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/17.txt b/05/17.txt index 1ec1cb2..f75358b 100644 --- a/05/17.txt +++ b/05/17.txt @@ -1 +1 @@ -Pero o sumo sacerdote levantouse +Pero o sumo sacerdote ergüiuise e todos os saduceos socn él ( que son los Sa From ae8d4e053cc69caa5550bc4ac2692f2ba50bcc11 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 15:09:13 +0100 Subject: [PATCH 463/977] =?UTF-8?q?Tue=20Mar=2022=202022=2015:09:12=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/17.txt b/05/17.txt index f75358b..6bd7814 100644 --- a/05/17.txt +++ b/05/17.txt @@ -1 +1 @@ -Pero o sumo sacerdote ergüiuise e todos os saduceos socn él ( que son los Sa +Pero o sumo sacerdote ergüiuise e todos os que estaban con íl ( que son os Saduceos), From 0b80156350e7c7e2b4a8a6bf9c006b4320670a8b Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 15:11:13 +0100 Subject: [PATCH 464/977] =?UTF-8?q?Tue=20Mar=2022=202022=2015:11:12=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/17.txt b/05/17.txt index 6bd7814..16157be 100644 --- a/05/17.txt +++ b/05/17.txt @@ -1 +1 @@ -Pero o sumo sacerdote ergüiuise e todos os que estaban con íl ( que son os Saduceos), +Pero o sumo sacerdote ergüiuise e todos os que estaban con íl ( que son os Saduceos), e se encheron de celo e botaron man dos apóstoños, e os puxeron a cárcere pública. From e70078beb0cc494fd4df46c1cdbf23908d3b3d16 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 15:13:13 +0100 Subject: [PATCH 465/977] =?UTF-8?q?Tue=20Mar=2022=202022=2015:13:12=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/17.txt b/05/17.txt index 16157be..0ef61c0 100644 --- a/05/17.txt +++ b/05/17.txt @@ -1 +1 @@ -Pero o sumo sacerdote ergüiuise e todos os que estaban con íl ( que son os Saduceos), e se encheron de celo e botaron man dos apóstoños, e os puxeron a cárcere pública. +\v 17 Pero o sumo sacerdote ergüiuise e todos os que estaban con íl ( que son os Saduceos), \v 18 e se encheron de celo e botaron man dos apóstoños, e os puxeron a cárcere pública. \ No newline at end of file From 83067f946827038b720590f7c4d0987e194765ba Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 15:19:13 +0100 Subject: [PATCH 466/977] =?UTF-8?q?Tue=20Mar=2022=202022=2015:19:12=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/17.txt b/05/17.txt index 0ef61c0..3d1989b 100644 --- a/05/17.txt +++ b/05/17.txt @@ -1 +1 @@ -\v 17 Pero o sumo sacerdote ergüiuise e todos os que estaban con íl ( que son os Saduceos), \v 18 e se encheron de celo e botaron man dos apóstoños, e os puxeron a cárcere pública. \ No newline at end of file +\v 17 Pero o sumo sacerdote ergüiuise e todos os que estaban con íl ( que son os Saduceos), e se encheron de celo e botaron man dos apóstoños, e os puxeron a cárcere pública. \ No newline at end of file From d1741725be03e7e0004562825b146c2dc085774d Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 15:21:13 +0100 Subject: [PATCH 467/977] =?UTF-8?q?Tue=20Mar=2022=202022=2015:21:12=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/17.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/05/17.txt b/05/17.txt index 3d1989b..ddee28c 100644 --- a/05/17.txt +++ b/05/17.txt @@ -1 +1 @@ -\v 17 Pero o sumo sacerdote ergüiuise e todos os que estaban con íl ( que son os Saduceos), e se encheron de celo e botaron man dos apóstoños, e os puxeron a cárcere pública. \ No newline at end of file +\v 18 \v 17 Pero o sumo sacerdote ergüiuise e todos os que estaban con íl ( que son os Saduceos), e se encheron de celo, v.18.e botaron man dos apóstoños, e os puxeron a cárcere pública. \ No newline at end of file diff --git a/manifest.json b/manifest.json index ab80107..05024b9 100644 --- a/manifest.json +++ b/manifest.json @@ -96,6 +96,7 @@ "05-07", "05-09", "05-12", - "05-14" + "05-14", + "05-17" ] } \ No newline at end of file From 3259d5b6069ff3f1bb7a037292c14bc2d31c93a2 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 15:29:13 +0100 Subject: [PATCH 468/977] =?UTF-8?q?Tue=20Mar=2022=202022=2015:29:12=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/19.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 05/19.txt diff --git a/05/19.txt b/05/19.txt new file mode 100644 index 0000000..0519ecb --- /dev/null +++ b/05/19.txt @@ -0,0 +1 @@ + \ No newline at end of file From 9d8b7887aa60c25345413a703ff60900ae313525 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 16:11:58 +0100 Subject: [PATCH 469/977] =?UTF-8?q?Tue=20Mar=2022=202022=2016:11:58=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/19.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 05/19.txt diff --git a/05/19.txt b/05/19.txt deleted file mode 100644 index 0519ecb..0000000 --- a/05/19.txt +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file From ef2358fca8bd12a11c61867a34524494518cb3cb Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 16:15:51 +0100 Subject: [PATCH 470/977] =?UTF-8?q?Tue=20Mar=2022=202022=2016:15:51=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/19.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 05/19.txt diff --git a/05/19.txt b/05/19.txt new file mode 100644 index 0000000..0113957 --- /dev/null +++ b/05/19.txt @@ -0,0 +1 @@ +Pero ssurante a noite un anxo do Señor abriu as portas da cadea e \ No newline at end of file From 0945cc68a900a9a698d2784a6963ce16556afd1f Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 16:17:51 +0100 Subject: [PATCH 471/977] =?UTF-8?q?Tue=20Mar=2022=202022=2016:17:51=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/19.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/19.txt b/05/19.txt index 0113957..d9710b9 100644 --- a/05/19.txt +++ b/05/19.txt @@ -1 +1 @@ -Pero ssurante a noite un anxo do Señor abriu as portas da cadea e \ No newline at end of file +Pero ssurante a noite un anxo do Señor abriu as portas da cadea e dirixiunnos para fóra e dixoes que ides is ao templo e falarlle a xente t \ No newline at end of file From d2fce872ec37f8c580a0b24be448af7195c9a5f3 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 16:19:51 +0100 Subject: [PATCH 472/977] =?UTF-8?q?Tue=20Mar=2022=202022=2016:19:51=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/19.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/19.txt b/05/19.txt index d9710b9..acd6b96 100644 --- a/05/19.txt +++ b/05/19.txt @@ -1 +1 @@ -Pero ssurante a noite un anxo do Señor abriu as portas da cadea e dirixiunnos para fóra e dixoes que ides is ao templo e falarlle a xente t \ No newline at end of file +Pero ssurante a noite un anxo do Señor abriu as portas da cadea e dirixiunnos para fóra e dixoes que ides is ao templo e falarlle a xente todas as verbas destea Vida. Cando eles escoitaron isto, eles entraron no Tem \ No newline at end of file From 504bd75a4fef918c4dbe433d0fbc289842bffa7c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 16:21:52 +0100 Subject: [PATCH 473/977] =?UTF-8?q?Tue=20Mar=2022=202022=2016:21:51=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/19.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/19.txt b/05/19.txt index acd6b96..d035bf9 100644 --- a/05/19.txt +++ b/05/19.txt @@ -1 +1 @@ -Pero ssurante a noite un anxo do Señor abriu as portas da cadea e dirixiunnos para fóra e dixoes que ides is ao templo e falarlle a xente todas as verbas destea Vida. Cando eles escoitaron isto, eles entraron no Tem \ No newline at end of file +Pero ssurante a noite un anxo do Señor abriu as portas da cadea e dirixiunnos para fóra e dixoes que ides is ao templo e falarlle a xente todas as verbas destea Vida. Cando eles escoitaron isto, eles entraron no Templo preto do amancer e insinaro. Pero o sumo sacerdote e os estaban con él viñeron, e \ No newline at end of file From a9621a7337feb055771dbe903d628e3cab27c358 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 16:23:52 +0100 Subject: [PATCH 474/977] =?UTF-8?q?Tue=20Mar=2022=202022=2016:23:51=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/19.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/19.txt b/05/19.txt index d035bf9..77de85a 100644 --- a/05/19.txt +++ b/05/19.txt @@ -1 +1 @@ -Pero ssurante a noite un anxo do Señor abriu as portas da cadea e dirixiunnos para fóra e dixoes que ides is ao templo e falarlle a xente todas as verbas destea Vida. Cando eles escoitaron isto, eles entraron no Templo preto do amancer e insinaro. Pero o sumo sacerdote e os estaban con él viñeron, e \ No newline at end of file +Pero ssurante a noite un anxo do Señor abriu as portas da cadea e dirixiunnos para fóra e dixoes que ides is ao templo e falarlle a xente todas as verbas destea Vida. Cando eles escoitaron isto, eles entraron no Templo preto do amancer e insinaro. Pero o sumo sacerdote e os estaban con él viñeron, e chamaron a todos los ancians do pobo de Israél, e mandaron traer aos apóstolos \ No newline at end of file From 17d2b497200da1c8b1d0b1d26c2c9c6a855251ab Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 16:25:52 +0100 Subject: [PATCH 475/977] =?UTF-8?q?Tue=20Mar=2022=202022=2016:25:51=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/19.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/19.txt b/05/19.txt index 77de85a..0140884 100644 --- a/05/19.txt +++ b/05/19.txt @@ -1 +1 @@ -Pero ssurante a noite un anxo do Señor abriu as portas da cadea e dirixiunnos para fóra e dixoes que ides is ao templo e falarlle a xente todas as verbas destea Vida. Cando eles escoitaron isto, eles entraron no Templo preto do amancer e insinaro. Pero o sumo sacerdote e os estaban con él viñeron, e chamaron a todos los ancians do pobo de Israél, e mandaron traer aos apóstolos \ No newline at end of file +Pero na noite un anxo do Señor abriu as portas da cadea e dirixiunnos para fóra e díxolles que ides is ao templo e falarlle a xente todas as verbas destea Vida. Cando eles escoitaron isto, eles entraron no Templo preto do amancer e insinaro. Pero o sumo sacerdote e os estaban con él viñeron, e chamaron a todos los ancians do pobo de Israél, e mandaron traer aos apóstolos de a cadea. \ No newline at end of file From 4e4e978aa29f726b0616dd26283ad7572050a138 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 16:27:52 +0100 Subject: [PATCH 476/977] =?UTF-8?q?Tue=20Mar=2022=202022=2016:27:51=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/19.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/19.txt b/05/19.txt index 0140884..92dcad9 100644 --- a/05/19.txt +++ b/05/19.txt @@ -1 +1 @@ -Pero na noite un anxo do Señor abriu as portas da cadea e dirixiunnos para fóra e díxolles que ides is ao templo e falarlle a xente todas as verbas destea Vida. Cando eles escoitaron isto, eles entraron no Templo preto do amancer e insinaro. Pero o sumo sacerdote e os estaban con él viñeron, e chamaron a todos los ancians do pobo de Israél, e mandaron traer aos apóstolos de a cadea. \ No newline at end of file +Pero na noite un anxo do Señor abriu as portas da cadea e dirixiunnos para fóra e díxolles. ide, is ao templo e falarlle a xente todas as verbas destea Vida. Cando eles escoitaron isto, eles entraron no Templo preto do amancer e insinaro. Pero o sumo sacerdote e os estaban con él viñeron, e chamaron a todos los ancians do pobo de Israél, e mandaron traer aos apóstolos de a cadea. \ No newline at end of file From 4c422da103c1eb65e2464338745d19a8045a3dde Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 16:31:52 +0100 Subject: [PATCH 477/977] =?UTF-8?q?Tue=20Mar=2022=202022=2016:31:51=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/19.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/19.txt b/05/19.txt index 92dcad9..0d07377 100644 --- a/05/19.txt +++ b/05/19.txt @@ -1 +1 @@ -Pero na noite un anxo do Señor abriu as portas da cadea e dirixiunnos para fóra e díxolles. ide, is ao templo e falarlle a xente todas as verbas destea Vida. Cando eles escoitaron isto, eles entraron no Templo preto do amancer e insinaro. Pero o sumo sacerdote e os estaban con él viñeron, e chamaron a todos los ancians do pobo de Israél, e mandaron traer aos apóstolos de a cadea. \ No newline at end of file +Pero na noite un anxo do Señor abriu as portas da cadea e dirixiunnos para fóra e díxolles. ide, ao templo e falarlle a xente todas as verbas desta Vida. Cando eles escoitaron isto, eles entraron no Templo preto do amancer e insinaron. Pero o sumo sacerdote e os estaban con él viñeron, e chamaron a todos los ancians do pobo de Israél, e mandaron traer aos apóstolos de a cadea. \ No newline at end of file From c8bbdddc8c10b66ff0510294b1c00d520dac2173 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 16:33:52 +0100 Subject: [PATCH 478/977] =?UTF-8?q?Tue=20Mar=2022=202022=2016:33:51=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/19.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/05/19.txt b/05/19.txt index 0d07377..d05c771 100644 --- a/05/19.txt +++ b/05/19.txt @@ -1 +1 @@ -Pero na noite un anxo do Señor abriu as portas da cadea e dirixiunnos para fóra e díxolles. ide, ao templo e falarlle a xente todas as verbas desta Vida. Cando eles escoitaron isto, eles entraron no Templo preto do amancer e insinaron. Pero o sumo sacerdote e os estaban con él viñeron, e chamaron a todos los ancians do pobo de Israél, e mandaron traer aos apóstolos de a cadea. \ No newline at end of file +\v 19 Pero na noite un anxo do Señor abriu as portas da cadea e dirixiunnos para fóra e díxolles. \v 20 Ide, ao templo e falarlle a xente todas as verbas desta Vida. \v 21 Cando eles escoitaron isto, eles entraron no Templo preto do amancer e insinaron. Pero o sumo sacerdote e os que estaban con él viñeron, e chamaron a todos los ancians do pobo de Israél, e mandaronlle traer aos apóstolos da cadea. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 05024b9..f3f3997 100644 --- a/manifest.json +++ b/manifest.json @@ -97,6 +97,7 @@ "05-09", "05-12", "05-14", - "05-17" + "05-17", + "05-19" ] } \ No newline at end of file From b58190084f086a3d3e0fdf0b0408cc81371c9f1d Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 16:49:51 +0100 Subject: [PATCH 479/977] =?UTF-8?q?Tue=20Mar=2022=202022=2016:49:51=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/22.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 05/22.txt diff --git a/05/22.txt b/05/22.txt new file mode 100644 index 0000000..9728a80 --- /dev/null +++ b/05/22.txt @@ -0,0 +1 @@ +Pero os oficiais que foron no \ No newline at end of file From 211dbdefff98bf1ce489cf41cca0190e240063a7 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 16:51:51 +0100 Subject: [PATCH 480/977] =?UTF-8?q?Tue=20Mar=2022=202022=2016:51:51=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/22.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/22.txt b/05/22.txt index 9728a80..3763e18 100644 --- a/05/22.txt +++ b/05/22.txt @@ -1 +1 @@ -Pero os oficiais que foron no \ No newline at end of file +Pero os oficiais que foron no nos atoparon na cadea , e eles volveron e informaron: Nos atopamos a carcere pechada de moso seguro e a os gardas parados na porta, \ No newline at end of file From 5f4a5055d6b8aa000239e76bab6c1a988a1f5014 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 16:53:51 +0100 Subject: [PATCH 481/977] =?UTF-8?q?Tue=20Mar=2022=202022=2016:53:51=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/22.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/22.txt b/05/22.txt index 3763e18..fe312f7 100644 --- a/05/22.txt +++ b/05/22.txt @@ -1 +1 @@ -Pero os oficiais que foron no nos atoparon na cadea , e eles volveron e informaron: Nos atopamos a carcere pechada de moso seguro e a os gardas parados na porta, \ No newline at end of file +Pero os oficiais que foron no nos atoparon na cadea , e eles volveron e informaron: Nos atopamos a carcere pechada de moso seguro e a os gardas parados na porta, maís cando nos abrimos, non atopamos a ninguén dendrto. \ No newline at end of file From 39570423ce8302630adec70422bf97d65cd7e2ab Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 22 Mar 2022 16:55:51 +0100 Subject: [PATCH 482/977] =?UTF-8?q?Tue=20Mar=2022=202022=2016:55:51=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/22.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/05/22.txt b/05/22.txt index fe312f7..aa47237 100644 --- a/05/22.txt +++ b/05/22.txt @@ -1 +1 @@ -Pero os oficiais que foron no nos atoparon na cadea , e eles volveron e informaron: Nos atopamos a carcere pechada de moso seguro e a os gardas parados na porta, maís cando nos abrimos, non atopamos a ninguén dendrto. \ No newline at end of file +\v 22 Pero os oficiais que foron no nos atoparon na cadea , e eles volveron e informaron: \v 23 " Nos atopamos a carcere pechada de moso seguro e a os gardas parados na porta, maís cando nos abrimos, non atopamos a ninguén dendrto." \ No newline at end of file diff --git a/manifest.json b/manifest.json index f3f3997..ce6f3a1 100644 --- a/manifest.json +++ b/manifest.json @@ -98,6 +98,7 @@ "05-12", "05-14", "05-17", - "05-19" + "05-19", + "05-22" ] } \ No newline at end of file From 431a506c46001351b4922872fb565239f1457c50 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Wed, 23 Mar 2022 15:04:35 +0100 Subject: [PATCH 483/977] =?UTF-8?q?Wed=20Mar=2023=202022=2015:04:35=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/24.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 05/24.txt diff --git a/05/24.txt b/05/24.txt new file mode 100644 index 0000000..505c9c2 --- /dev/null +++ b/05/24.txt @@ -0,0 +1 @@ +Cando o capitán do témpo \ No newline at end of file From 929e8248e447bf5147c22c704441d961677bfc89 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Wed, 23 Mar 2022 15:06:35 +0100 Subject: [PATCH 484/977] =?UTF-8?q?Wed=20Mar=2023=202022=2015:06:35=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/24.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/24.txt b/05/24.txt index 505c9c2..bea6444 100644 --- a/05/24.txt +++ b/05/24.txt @@ -1 +1 @@ -Cando o capitán do témpo \ No newline at end of file +Cando o capitán do témpo e os principais sacerdotes escoitaron eistas verbas, eles \ No newline at end of file From 2364be59b427aa232b6ca45ab9eaef74b3154f20 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Wed, 23 Mar 2022 15:08:35 +0100 Subject: [PATCH 485/977] =?UTF-8?q?Wed=20Mar=2023=202022=2015:08:35=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/24.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/24.txt b/05/24.txt index bea6444..27acf73 100644 --- a/05/24.txt +++ b/05/24.txt @@ -1 +1 @@ -Cando o capitán do témpo e os principais sacerdotes escoitaron eistas verbas, eles \ No newline at end of file +\v 24 \v 25 Cando o capitán do témpo e os principais sacerdotes escoitaron eistas verbas, eles \ No newline at end of file From 325e36cb33f2d8170d0f981aa63d317629b1e11e Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 13:15:55 +0100 Subject: [PATCH 486/977] =?UTF-8?q?Thu=20Mar=2024=202022=2013:15:55=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/24.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/24.txt b/05/24.txt index 27acf73..e568f12 100644 --- a/05/24.txt +++ b/05/24.txt @@ -1 +1 @@ -\v 24 \v 25 Cando o capitán do témpo e os principais sacerdotes escoitaron eistas verbas, eles \ No newline at end of file +\v 24 \v 25 Cando o capitán do témpo e os principais sacerdotes escoitaron eistas verbas, eles \ No newline at end of file From cedf09f9d05487e02106e01f20adf4f6bdf739a6 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 13:17:55 +0100 Subject: [PATCH 487/977] =?UTF-8?q?Thu=20Mar=2024=202022=2013:17:55=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/24.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/24.txt b/05/24.txt index e568f12..48f91a7 100644 --- a/05/24.txt +++ b/05/24.txt @@ -1 +1 @@ -\v 24 \v 25 Cando o capitán do témpo e os principais sacerdotes escoitaron eistas verbas, eles \ No newline at end of file +\v 24 \v 25 Cando o capitán do témpo e os principais sacerdotes escoitaron eistas verbas, eles quedaron mui perplexos en canto deles e que poderia sair diso \ No newline at end of file From 80134cd9d59d1a090fbcacbeaa9d743ebc7a98cf Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 13:19:55 +0100 Subject: [PATCH 488/977] =?UTF-8?q?Thu=20Mar=2024=202022=2013:19:55=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/24.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/24.txt b/05/24.txt index 48f91a7..29d83e0 100644 --- a/05/24.txt +++ b/05/24.txt @@ -1 +1 @@ -\v 24 \v 25 Cando o capitán do témpo e os principais sacerdotes escoitaron eistas verbas, eles quedaron mui perplexos en canto deles e que poderia sair diso \ No newline at end of file +\v 24 \v 25 Cando o capitán do témpo e os principais sacerdotes escoitaron eistas verbas, eles quedaron mui perplexos en canto deles e que poderia sair diso Entón veu alguén e deixolles: os homes que vostedes m \ No newline at end of file From b181551a11d015abbe0dabd19b2c4718fe472a0e Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 13:21:55 +0100 Subject: [PATCH 489/977] =?UTF-8?q?Thu=20Mar=2024=202022=2013:21:55=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/24.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/24.txt b/05/24.txt index 29d83e0..2abeb91 100644 --- a/05/24.txt +++ b/05/24.txt @@ -1 +1 @@ -\v 24 \v 25 Cando o capitán do témpo e os principais sacerdotes escoitaron eistas verbas, eles quedaron mui perplexos en canto deles e que poderia sair diso Entón veu alguén e deixolles: os homes que vostedes m \ No newline at end of file +\v 24 \v 25 Cando o capitán do témpo e os principais sacerdotes escoitaron istas verbas, eles quedaron mui perplexos en canto deles e que podería sair diso Entón veu alguén e deixolles: os homes que vostedes meteron na cadea están no Templo ensinando á xente. \ No newline at end of file From 1fab4409337fdc5c8c4af6351db324ca421139d3 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 13:23:55 +0100 Subject: [PATCH 490/977] =?UTF-8?q?Thu=20Mar=2024=202022=2013:23:55=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/24.txt | 2 +- 05/26.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 05/26.txt diff --git a/05/24.txt b/05/24.txt index 2abeb91..ccd8e75 100644 --- a/05/24.txt +++ b/05/24.txt @@ -1 +1 @@ -\v 24 \v 25 Cando o capitán do témpo e os principais sacerdotes escoitaron istas verbas, eles quedaron mui perplexos en canto deles e que podería sair diso Entón veu alguén e deixolles: os homes que vostedes meteron na cadea están no Templo ensinando á xente. \ No newline at end of file +\v 24 Cando o capitán do témpo e os principais sacerdotes escoitaron istas verbas, eles quedaron mui perplexos en canto deles e que podería sair diso. \v 25 Entón veu alguén e deixolles: os homes que vostedes meteron na cadea están no Templo ensinando á xente. \ No newline at end of file diff --git a/05/26.txt b/05/26.txt new file mode 100644 index 0000000..d946ccf --- /dev/null +++ b/05/26.txt @@ -0,0 +1 @@ +Asín que o capitán foi con os oficiais, e os truxeron \ No newline at end of file diff --git a/manifest.json b/manifest.json index ce6f3a1..50f874d 100644 --- a/manifest.json +++ b/manifest.json @@ -99,6 +99,7 @@ "05-14", "05-17", "05-19", - "05-22" + "05-22", + "05-24" ] } \ No newline at end of file From b9e684ec4fa51e684573ee74c5f3b579b0e6cba1 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 13:25:55 +0100 Subject: [PATCH 491/977] =?UTF-8?q?Thu=20Mar=2024=202022=2013:25:55=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/26.txt b/05/26.txt index d946ccf..f5fc35d 100644 --- a/05/26.txt +++ b/05/26.txt @@ -1 +1 @@ -Asín que o capitán foi con os oficiais, e os truxeron \ No newline at end of file +Asín que o capitán foi con os oficiais, e os truxeron de volta pero sen \ No newline at end of file From 2fa5646fd9f63e859135e6ea2b85093d6c1a504e Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 14:10:43 +0100 Subject: [PATCH 492/977] =?UTF-8?q?Thu=20Mar=2024=202022=2014:10:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/26.txt b/05/26.txt index f5fc35d..22ee6b8 100644 --- a/05/26.txt +++ b/05/26.txt @@ -1 +1 @@ -Asín que o capitán foi con os oficiais, e os truxeron de volta pero sen \ No newline at end of file +\v 26 \v 27 \v 28 Asín que o capitán foi con os oficiais, e os truxeron de volta pero sen \ No newline at end of file From fdb96606423a49abd1d58af65666bfdc2937ef59 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 14:12:38 +0100 Subject: [PATCH 493/977] =?UTF-8?q?Thu=20Mar=2024=202022=2014:12:38=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/26.txt b/05/26.txt index 22ee6b8..9b52267 100644 --- a/05/26.txt +++ b/05/26.txt @@ -1 +1 @@ -\v 26 \v 27 \v 28 Asín que o capitán foi con os oficiais, e os truxeron de volta pero sen \ No newline at end of file +\v 26 \v 27 \v 28 Asín que o capitán foi con os oficiais, e os truxeron de volta pero sen \ No newline at end of file From 6a1133e449b24bcb0d9fb09b90adccee9fcc9a9a Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 14:16:38 +0100 Subject: [PATCH 494/977] =?UTF-8?q?Thu=20Mar=2024=202022=2014:16:38=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/26.txt b/05/26.txt index 9b52267..a7b1ba5 100644 --- a/05/26.txt +++ b/05/26.txt @@ -1 +1 @@ -\v 26 \v 27 \v 28 Asín que o capitán foi con os oficiais, e os truxeron de volta pero sen \ No newline at end of file +\v 26 \v 27 \v 28 Asín que o capitán foi con os oficiais, e os truxeron de volta pero sen violencia pous eles tremian \ No newline at end of file From 8b81d4bda55a6ddaf703bf0c0bf08aea7579b25f Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 14:28:38 +0100 Subject: [PATCH 495/977] =?UTF-8?q?Thu=20Mar=2024=202022=2014:28:38=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/26.txt b/05/26.txt index a7b1ba5..91ab9b9 100644 --- a/05/26.txt +++ b/05/26.txt @@ -1 +1 @@ -\v 26 \v 27 \v 28 Asín que o capitán foi con os oficiais, e os truxeron de volta pero sen violencia pous eles tremian \ No newline at end of file +\v 26 \v 27 \v 28 Asín que o capitán foi con os oficiais, e os truxeron de volta pero sen violencia pous eles tremian ca xente los apedreara. Cando eles os truxero, os puxeron ao frente \ No newline at end of file From 473c5dc9466e59b665d39aac10e454476bc05c7f Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 14:30:38 +0100 Subject: [PATCH 496/977] =?UTF-8?q?Thu=20Mar=2024=202022=2014:30:38=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/26.txt b/05/26.txt index 91ab9b9..7419f54 100644 --- a/05/26.txt +++ b/05/26.txt @@ -1 +1 @@ -\v 26 \v 27 \v 28 Asín que o capitán foi con os oficiais, e os truxeron de volta pero sen violencia pous eles tremian ca xente los apedreara. Cando eles os truxero, os puxeron ao frente \ No newline at end of file +\v 26 \v 27 \v 28 Asín que o capitán foi con os oficiais, e os truxeron de volta pero sen violencia pous eles tremian ca xente los apedreara. Cando eles os truxero, os puxeron frente ao concilio concilio. O sumo sacerdote os interrogou, dicindo." Ns \ No newline at end of file From 689ab13bb4cf4c708845912e5be6fec8e5a3eebc Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 14:32:38 +0100 Subject: [PATCH 497/977] =?UTF-8?q?Thu=20Mar=2024=202022=2014:32:38=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/26.txt b/05/26.txt index 7419f54..03221e5 100644 --- a/05/26.txt +++ b/05/26.txt @@ -1 +1 @@ -\v 26 \v 27 \v 28 Asín que o capitán foi con os oficiais, e os truxeron de volta pero sen violencia pous eles tremian ca xente los apedreara. Cando eles os truxero, os puxeron frente ao concilio concilio. O sumo sacerdote os interrogou, dicindo." Ns \ No newline at end of file +\v 26 \v 27 \v 28 Asín que o capitán foi con os oficiais, e os truxeron de volta pero sen violencia pous eles tremian ca xente los apedreara. Cando eles os truxero, os puxeron frente ao concilio concilio. O sumo sacerdote os interrogou, dicindo." Nos encargamosxes \ No newline at end of file From 884b1625192235564d4055febd4cb38ea4ccbaa5 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 14:42:38 +0100 Subject: [PATCH 498/977] =?UTF-8?q?Thu=20Mar=2024=202022=2014:42:38=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/26.txt b/05/26.txt index 03221e5..158587d 100644 --- a/05/26.txt +++ b/05/26.txt @@ -1 +1 @@ -\v 26 \v 27 \v 28 Asín que o capitán foi con os oficiais, e os truxeron de volta pero sen violencia pous eles tremian ca xente los apedreara. Cando eles os truxero, os puxeron frente ao concilio concilio. O sumo sacerdote os interrogou, dicindo." Nos encargamosxes \ No newline at end of file +\v 26 \v 27 \v 28 Asín que o capitán foi con os oficiais, e os truxeron de volta pero sen violencia pous eles tremian ca xente los apedreara. Cando eles os truxero, os puxeron frente ao concilio concilio. O sumo sacerdote os interrogou, dicindo." Nos encargamosxes estritomente lles \ No newline at end of file From 513279514b0d74d92b0df893dc419fcaf883dc8b Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 14:44:38 +0100 Subject: [PATCH 499/977] =?UTF-8?q?Thu=20Mar=2024=202022=2014:44:38=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/26.txt b/05/26.txt index 158587d..c272a5a 100644 --- a/05/26.txt +++ b/05/26.txt @@ -1 +1 @@ -\v 26 \v 27 \v 28 Asín que o capitán foi con os oficiais, e os truxeron de volta pero sen violencia pous eles tremian ca xente los apedreara. Cando eles os truxero, os puxeron frente ao concilio concilio. O sumo sacerdote os interrogou, dicindo." Nos encargamosxes estritomente lles \ No newline at end of file +\v 26 \v 27 \v 28 Asín que o capitán foi con os oficiais, e os truxeron de volta pero sen violencia pous eles tremian ca xente los apedreara. Cando eles os truxero, os puxeron frente ao concilio concilio. O sumo sacerdote os interrogou, dicindo." Nos encargamosxes estritomente lles encoemdamoslles \ No newline at end of file From 8b4110035e76cb885c6e3e94b1e4623795a6d2cc Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 14:46:38 +0100 Subject: [PATCH 500/977] =?UTF-8?q?Thu=20Mar=2024=202022=2014:46:38=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/26.txt b/05/26.txt index c272a5a..f1b6bb2 100644 --- a/05/26.txt +++ b/05/26.txt @@ -1 +1 @@ -\v 26 \v 27 \v 28 Asín que o capitán foi con os oficiais, e os truxeron de volta pero sen violencia pous eles tremian ca xente los apedreara. Cando eles os truxero, os puxeron frente ao concilio concilio. O sumo sacerdote os interrogou, dicindo." Nos encargamosxes estritomente lles encoemdamoslles \ No newline at end of file +\v 26 \v 27 \v 28 Asín que o capitán foi con os oficiais, e os truxeron de volta pero sen violencia pous eles tremian ca xente los apedreara. Cando eles os truxero, os puxeron frente ao concilio concilio. O sumo sacerdote os interrogou, dicindo." Nos encargamosxes estritomente lles encoemdamoslles que non ensinaran nese Nome, e añínda enchenches Xerusalén \ No newline at end of file From f66dccae06d75b2fcaf7103f6143744a20c01f0e Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 14:48:38 +0100 Subject: [PATCH 501/977] =?UTF-8?q?Thu=20Mar=2024=202022=2014:48:38=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/26.txt b/05/26.txt index f1b6bb2..f3153bb 100644 --- a/05/26.txt +++ b/05/26.txt @@ -1 +1 @@ -\v 26 \v 27 \v 28 Asín que o capitán foi con os oficiais, e os truxeron de volta pero sen violencia pous eles tremian ca xente los apedreara. Cando eles os truxero, os puxeron frente ao concilio concilio. O sumo sacerdote os interrogou, dicindo." Nos encargamosxes estritomente lles encoemdamoslles que non ensinaran nese Nome, e añínda enchenches Xerusalén \ No newline at end of file +\v 26 \v 27 \v 28 Asín que o capitán foi con os oficiais, e os truxeron de volta pero sen violencia pous eles tremian ca xente los apedreara. Cando eles os truxero, os puxeron frente ao concilio concilio. O sumo sacerdote os interrogou, dicindo." Nos encargamosxes estritomente lles encoemdamoslles que non ensinaran nese Nome, e añínda enchenches Xerusalén coas suas ensinanzas e queredes traer o sangue dese Home sobre nos. \ No newline at end of file From dbca2128ae2ff9738881da7ec498445b96a292a9 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 14:50:38 +0100 Subject: [PATCH 502/977] =?UTF-8?q?Thu=20Mar=2024=202022=2014:50:38=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/26.txt b/05/26.txt index f3153bb..ef448c4 100644 --- a/05/26.txt +++ b/05/26.txt @@ -1 +1 @@ -\v 26 \v 27 \v 28 Asín que o capitán foi con os oficiais, e os truxeron de volta pero sen violencia pous eles tremian ca xente los apedreara. Cando eles os truxero, os puxeron frente ao concilio concilio. O sumo sacerdote os interrogou, dicindo." Nos encargamosxes estritomente lles encoemdamoslles que non ensinaran nese Nome, e añínda enchenches Xerusalén coas suas ensinanzas e queredes traer o sangue dese Home sobre nos. \ No newline at end of file +\v 26 \v 28 Asín que o capitán foi con os oficiais, e os truxeron de volta pero sen violencia pous eles tremian ca xente los apedreara. \v 27 Cando eles os truxero, os puxeron frente ao concilio concilio. O sumo sacerdote os interrogou, dicindo." Nos encargamosxes estritomente encoemdamoslles que non ensinaran nese Nome, e aínda enchénches a Xerusalén coas súas ensinanzas e queredes traer o sangue dese Home sobre nos. \ No newline at end of file From a2720eff8b39474912117de58f0cc626f0b513a1 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 14:52:38 +0100 Subject: [PATCH 503/977] =?UTF-8?q?Thu=20Mar=2024=202022=2014:52:38=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/26.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/05/26.txt b/05/26.txt index ef448c4..9d157fe 100644 --- a/05/26.txt +++ b/05/26.txt @@ -1 +1 @@ -\v 26 \v 28 Asín que o capitán foi con os oficiais, e os truxeron de volta pero sen violencia pous eles tremian ca xente los apedreara. \v 27 Cando eles os truxero, os puxeron frente ao concilio concilio. O sumo sacerdote os interrogou, dicindo." Nos encargamosxes estritomente encoemdamoslles que non ensinaran nese Nome, e aínda enchénches a Xerusalén coas súas ensinanzas e queredes traer o sangue dese Home sobre nos. \ No newline at end of file +\v 26 Asín que o capitán foi con os oficiais, e os truxeron de volta pero sen violencia pous eles tremian ca xente los apedreara. \v 27 Cando eles os truxero, os puxeron frente ao concilio concilio. O sumo sacerdote os interrogou, \v 28 dicindo." Nos encargamosxes estritomente encoemdamoslles que non ensinaran nese Nome, e aínda enchénches a Xerusalén coas súas ensinanzas e queredes traer o sangue dese Home sobre nos. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 50f874d..fdc54d6 100644 --- a/manifest.json +++ b/manifest.json @@ -100,6 +100,7 @@ "05-17", "05-19", "05-22", - "05-24" + "05-24", + "05-26" ] } \ No newline at end of file From d90b8631c1ec55edac522ff16068b22ca7a88dec Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 14:58:38 +0100 Subject: [PATCH 504/977] =?UTF-8?q?Thu=20Mar=2024=202022=2014:58:38=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/33.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 05/33.txt diff --git a/05/33.txt b/05/33.txt new file mode 100644 index 0000000..f6d4c32 --- /dev/null +++ b/05/33.txt @@ -0,0 +1 @@ +Cando os membros do \ No newline at end of file From cf2f225abbf7fd6840866400b608e76fe0a5887f Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 15:00:38 +0100 Subject: [PATCH 505/977] =?UTF-8?q?Thu=20Mar=2024=202022=2015:00:38=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/33.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/33.txt b/05/33.txt index f6d4c32..b6a176b 100644 --- a/05/33.txt +++ b/05/33.txt @@ -1 +1 @@ -Cando os membros do \ No newline at end of file +Cando os membros do concilio escoitaron isto, eles estaban \ No newline at end of file From 1561c1219b0ca7f52ecff903f30a0f0931ba67f1 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 15:36:39 +0100 Subject: [PATCH 506/977] =?UTF-8?q?Thu=20Mar=2024=202022=2015:36:33=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/33.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/33.txt b/05/33.txt index b6a176b..0fcfe24 100644 --- a/05/33.txt +++ b/05/33.txt @@ -1 +1 @@ -Cando os membros do concilio escoitaron isto, eles estaban \ No newline at end of file +\v 33 \v 34 Cando os membros do concilio escoitaron isto, eles estaban \ No newline at end of file From 10b78839c2fbb56e43a41fc7da084260f5c6a97c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 15:48:38 +0100 Subject: [PATCH 507/977] =?UTF-8?q?Thu=20Mar=2024=202022=2015:48:37=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/33.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/33.txt b/05/33.txt index 0fcfe24..73aeca6 100644 --- a/05/33.txt +++ b/05/33.txt @@ -1 +1 @@ -\v 33 \v 34 Cando os membros do concilio escoitaron isto, eles estaban \ No newline at end of file +\v 33 \v 34 Cando os membros do concilio escoitaron isto, eles estaban furiosos e quirian matar aos apóstolos. \ No newline at end of file From 015e65c2444da435375eea49d946749b72d7291c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 15:50:38 +0100 Subject: [PATCH 508/977] =?UTF-8?q?Thu=20Mar=2024=202022=2015:50:37=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/33.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/33.txt b/05/33.txt index 73aeca6..2e9d0d6 100644 --- a/05/33.txt +++ b/05/33.txt @@ -1 +1 @@ -\v 33 \v 34 Cando os membros do concilio escoitaron isto, eles estaban furiosos e quirian matar aos apóstolos. \ No newline at end of file +\v 33 \v 34 Cando os membros do concilio escoitaron isto, eles estaban furiosos e quirían matar aos apóstolos. Pero un fariseo chamado Ga \ No newline at end of file From d176bfcb2868e62b928e6291d487aead9914f1f3 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 15:52:38 +0100 Subject: [PATCH 509/977] =?UTF-8?q?Thu=20Mar=2024=202022=2015:52:37=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/33.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/33.txt b/05/33.txt index 2e9d0d6..61ab15d 100644 --- a/05/33.txt +++ b/05/33.txt @@ -1 +1 @@ -\v 33 \v 34 Cando os membros do concilio escoitaron isto, eles estaban furiosos e quirían matar aos apóstolos. Pero un fariseo chamado Ga \ No newline at end of file +\v 33 \v 34 Cando os membros do concilio escoitaron isto, eles estaban furiosos e quirían matar aos apóstolos. Pero un fariseo chamado Gamaliel, mestre da lei honrado por todo o pobo, levantouse e mandou cos apóstolos fosen levados uns intres \ No newline at end of file From 34826249d7f36a22c6490424771e2ced6ddf6ea7 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 15:54:38 +0100 Subject: [PATCH 510/977] =?UTF-8?q?Thu=20Mar=2024=202022=2015:54:38=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/33.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/33.txt b/05/33.txt index 61ab15d..1f44675 100644 --- a/05/33.txt +++ b/05/33.txt @@ -1 +1 @@ -\v 33 \v 34 Cando os membros do concilio escoitaron isto, eles estaban furiosos e quirían matar aos apóstolos. Pero un fariseo chamado Gamaliel, mestre da lei honrado por todo o pobo, levantouse e mandou cos apóstolos fosen levados uns intres \ No newline at end of file +\v 33 \v 34 Cando os membros do concilio escoitaron isto, eles estaban furiosos e quirían matar aos apóstolos. Pero un fariseo chamado Gamaliel, mestre da lei honrado por todo o pobo, levantouse e mandou cos apóstolos fosen levados fora por uns intres. \ No newline at end of file From 9e69e624758ea3ac49cbad89223eab949f5d1fd5 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 15:58:39 +0100 Subject: [PATCH 511/977] =?UTF-8?q?Thu=20Mar=2024=202022=2015:58:39=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/29.txt | 1 + 05/33.txt | 2 +- manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 05/29.txt diff --git a/05/29.txt b/05/29.txt new file mode 100644 index 0000000..9e2dde1 --- /dev/null +++ b/05/29.txt @@ -0,0 +1 @@ +\v 29 \v 30 \v 31 \v 32 Pero Pedro e os apóstolos responderon:" \ No newline at end of file diff --git a/05/33.txt b/05/33.txt index 1f44675..50fba4b 100644 --- a/05/33.txt +++ b/05/33.txt @@ -1 +1 @@ -\v 33 \v 34 Cando os membros do concilio escoitaron isto, eles estaban furiosos e quirían matar aos apóstolos. Pero un fariseo chamado Gamaliel, mestre da lei honrado por todo o pobo, levantouse e mandou cos apóstolos fosen levados fora por uns intres. \ No newline at end of file +\v 33 Cando os membros do concilio escoitaron isto, eles estaban furiosos e quirían matar aos apóstolos. \v 34 Pero un fariseo chamado Gamaliel, mestre da lei honrado por todo o pobo, levantouse e mandou cos apóstolos fosen levados fora por uns intres. \ No newline at end of file diff --git a/manifest.json b/manifest.json index fdc54d6..25ff6e9 100644 --- a/manifest.json +++ b/manifest.json @@ -101,6 +101,7 @@ "05-19", "05-22", "05-24", - "05-26" + "05-26", + "05-33" ] } \ No newline at end of file From afee698e8106c5eb6cd689fe9dfd8603b433e47f Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 16:08:42 +0100 Subject: [PATCH 512/977] =?UTF-8?q?Thu=20Mar=2024=202022=2016:08:41=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/29.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/29.txt b/05/29.txt index 9e2dde1..9379226 100644 --- a/05/29.txt +++ b/05/29.txt @@ -1 +1 @@ -\v 29 \v 30 \v 31 \v 32 Pero Pedro e os apóstolos responderon:" \ No newline at end of file +\v 29 \v 30 \v 31 \v 32 Pero Pedro e os apóstolos responderon:" Nos obedecemos a Deus no lugar de aos homes. O \ No newline at end of file From 9138852523628414bae1f0017b1695319919867c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 16:10:42 +0100 Subject: [PATCH 513/977] =?UTF-8?q?Thu=20Mar=2024=202022=2016:10:42=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/29.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/29.txt b/05/29.txt index 9379226..6b62394 100644 --- a/05/29.txt +++ b/05/29.txt @@ -1 +1 @@ -\v 29 \v 30 \v 31 \v 32 Pero Pedro e os apóstolos responderon:" Nos obedecemos a Deus no lugar de aos homes. O \ No newline at end of file +\v 29 \v 30 \v 31 \v 32 Pero Pedro e os apóstolos responderon:" Nos obedecemos a Deus no lugar de aos homes. O Deus de nosos pais levantou a Xesús, a quen vostedes mataron, colgadoo dun árbire. Deus o esaltou a Sua man dereita \ No newline at end of file From 689a2eadff05d44eef6398ef8250799d66088ad1 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 16:12:42 +0100 Subject: [PATCH 514/977] =?UTF-8?q?Thu=20Mar=2024=202022=2016:12:42=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/29.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/29.txt b/05/29.txt index 6b62394..8912da3 100644 --- a/05/29.txt +++ b/05/29.txt @@ -1 +1 @@ -\v 29 \v 30 \v 31 \v 32 Pero Pedro e os apóstolos responderon:" Nos obedecemos a Deus no lugar de aos homes. O Deus de nosos pais levantou a Xesús, a quen vostedes mataron, colgadoo dun árbire. Deus o esaltou a Sua man dereita \ No newline at end of file +\v 29 \v 30 \v 31 \v 32 Pero Pedro e os apóstolos responderon:" Nos obedecemos a Deus no lugar de aos homes. O Deus de nosos pais levantou a Xesús, a quen vostedes mataron, colgadoo dun árbire. Deus o esaltou a Sua man dereita para ser Princpe e Salvador, para darlle arrepentemento a Israel, e o perdón dos pecados. Nos somos testemuñas destas cousas, e tamen o Espírito Santo, aquen Deus, \ No newline at end of file From 8daea4d59da2ce5c740a471af7256b202996dcce Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 16:14:42 +0100 Subject: [PATCH 515/977] =?UTF-8?q?Thu=20Mar=2024=202022=2016:14:42=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/29.txt | 2 +- 05/35.txt | 1 + manifest.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 05/35.txt diff --git a/05/29.txt b/05/29.txt index 8912da3..44e5b35 100644 --- a/05/29.txt +++ b/05/29.txt @@ -1 +1 @@ -\v 29 \v 30 \v 31 \v 32 Pero Pedro e os apóstolos responderon:" Nos obedecemos a Deus no lugar de aos homes. O Deus de nosos pais levantou a Xesús, a quen vostedes mataron, colgadoo dun árbire. Deus o esaltou a Sua man dereita para ser Princpe e Salvador, para darlle arrepentemento a Israel, e o perdón dos pecados. Nos somos testemuñas destas cousas, e tamen o Espírito Santo, aquen Deus, \ No newline at end of file +\v 29 Pero Pedro e os apóstolos responderon:" Nos obedecemos a Deus no lugar de aos homes. \v 30 O Deus de nosos pais levantou a Xesús, a quen vostedes mataron, colgadoo dun árbire. \v 31 Deus o esaltou a Sua man dereita para ser Princpe e Salvador, para darlle arrepentemento a Israel, e o perdón dos pecados. \v 32 Nos somos testemuñas destas cousas, e tamen o Espírito Santo, aquen Deus, lle deu a aqueles que lle obedecen. \ No newline at end of file diff --git a/05/35.txt b/05/35.txt new file mode 100644 index 0000000..9a552b1 --- /dev/null +++ b/05/35.txt @@ -0,0 +1 @@ +Entón él lles dixo \ No newline at end of file diff --git a/manifest.json b/manifest.json index 25ff6e9..61c013b 100644 --- a/manifest.json +++ b/manifest.json @@ -102,6 +102,7 @@ "05-22", "05-24", "05-26", + "05-29", "05-33" ] } \ No newline at end of file From 0e8c0f9508a53770ba11b960c57e2ba7d689a817 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 16:16:42 +0100 Subject: [PATCH 516/977] =?UTF-8?q?Thu=20Mar=2024=202022=2016:16:42=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/35.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/35.txt b/05/35.txt index 9a552b1..bb45cec 100644 --- a/05/35.txt +++ b/05/35.txt @@ -1 +1 @@ -Entón él lles dixo \ No newline at end of file +Entón él lles dixo: "Homes de Israel, poñan moita atención ao que vostedes se propoñen facer co estas persoas. Fai algún tempo, Teudas se levantau pretendendo ser alguen, e \ No newline at end of file From 5ff04fc3068b20fad4900d006397a0e5ffbdc114 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 16:18:42 +0100 Subject: [PATCH 517/977] =?UTF-8?q?Thu=20Mar=2024=202022=2016:18:42=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/35.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/35.txt b/05/35.txt index bb45cec..b85b106 100644 --- a/05/35.txt +++ b/05/35.txt @@ -1 +1 @@ -Entón él lles dixo: "Homes de Israel, poñan moita atención ao que vostedes se propoñen facer co estas persoas. Fai algún tempo, Teudas se levantau pretendendo ser alguen, e \ No newline at end of file +Entón él lles dixo: "Homes de Israel, poñan moita atención ao que vostedes se propoñen facer co estas persoas. Fai algún tempo, Teudas se levantau pretendendo ser alguen, e un numaro de homes, coma catrocentos, se lle uniron. Él foi asisinado, e todos os que obedeceron foron espallados e quedaron en nada. \ No newline at end of file From 285747401aab68eb5e953053c125c2e6271f0f53 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 16:20:42 +0100 Subject: [PATCH 518/977] =?UTF-8?q?Thu=20Mar=2024=202022=2016:20:42=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/35.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/35.txt b/05/35.txt index b85b106..1916eaa 100644 --- a/05/35.txt +++ b/05/35.txt @@ -1 +1 @@ -Entón él lles dixo: "Homes de Israel, poñan moita atención ao que vostedes se propoñen facer co estas persoas. Fai algún tempo, Teudas se levantau pretendendo ser alguen, e un numaro de homes, coma catrocentos, se lle uniron. Él foi asisinado, e todos os que obedeceron foron espallados e quedaron en nada. \ No newline at end of file +Entón él lles dixo: "Homes de Israel, poñan moita atención ao que vostedes se propoñen facer co estas persoas. Fai algún tempo, Teudas se levantau pretendendo ser alguen, e un numaro de homes, coma catrocentos, se lle uniron. Él foi asisinado, e todos os que obedeceron foron espallados e quedaron en nada. Depois deste home, Xudas de Galilea, se levantou nos días do censo e levou algu \ No newline at end of file From 084043f2ccb680a4fc530270641cf2756600057e Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 16:22:42 +0100 Subject: [PATCH 519/977] =?UTF-8?q?Thu=20Mar=2024=202022=2016:22:42=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/35.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/35.txt b/05/35.txt index 1916eaa..99283c8 100644 --- a/05/35.txt +++ b/05/35.txt @@ -1 +1 @@ -Entón él lles dixo: "Homes de Israel, poñan moita atención ao que vostedes se propoñen facer co estas persoas. Fai algún tempo, Teudas se levantau pretendendo ser alguen, e un numaro de homes, coma catrocentos, se lle uniron. Él foi asisinado, e todos os que obedeceron foron espallados e quedaron en nada. Depois deste home, Xudas de Galilea, se levantou nos días do censo e levou algu \ No newline at end of file +\v 35 \v 36 Entón él lles dixo: "Homes de Israel, poñan moita atención ao que vostedes se propoñen facer co estas persoas. Fai algún tempo, Teudas se levantau pretendendo ser alguen, e un numaro de homes, coma catrocentos, se lle uniron. Él foi asisinado, e todos os que obedeceron foron espallados e quedaron en nada. \v 37 Depois deste home, Xudas de Galilea, se levantou nos días do censo e levou algunha xente detras del. Él tamén pereceu e todos os que lle obedeceran foron espallados. \ No newline at end of file From 5f1e3d1405389da618d40bde638a45bbf841110a Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 16:24:42 +0100 Subject: [PATCH 520/977] =?UTF-8?q?Thu=20Mar=2024=202022=2016:24:42=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/35.txt | 2 +- 05/38.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 05/38.txt diff --git a/05/35.txt b/05/35.txt index 99283c8..f992a8b 100644 --- a/05/35.txt +++ b/05/35.txt @@ -1 +1 @@ -\v 35 \v 36 Entón él lles dixo: "Homes de Israel, poñan moita atención ao que vostedes se propoñen facer co estas persoas. Fai algún tempo, Teudas se levantau pretendendo ser alguen, e un numaro de homes, coma catrocentos, se lle uniron. Él foi asisinado, e todos os que obedeceron foron espallados e quedaron en nada. \v 37 Depois deste home, Xudas de Galilea, se levantou nos días do censo e levou algunha xente detras del. Él tamén pereceu e todos os que lle obedeceran foron espallados. \ No newline at end of file +\v 35 Entón él lles dixo: "Homes de Israel, poñan moita atención ao que vostedes se propoñen facer co estas persoas. \v 36 Fai algún tempo, Teudas se levantau pretendendo ser alguen, e un numaro de homes, coma catrocentos, se lle uniron. Él foi asisinado, e todos os que obedeceron foron espallados e quedaron en nada. \v 37 Depois deste home, Xudas de Galilea, se levantou nos días do censo e levou algunha xente detras del. Él tamén pereceu e todos os que lle obedeceran foron espallados. \ No newline at end of file diff --git a/05/38.txt b/05/38.txt new file mode 100644 index 0000000..e18a6d0 --- /dev/null +++ b/05/38.txt @@ -0,0 +1 @@ +Agora igosvo \ No newline at end of file diff --git a/manifest.json b/manifest.json index 61c013b..1d21553 100644 --- a/manifest.json +++ b/manifest.json @@ -103,6 +103,7 @@ "05-24", "05-26", "05-29", - "05-33" + "05-33", + "05-35" ] } \ No newline at end of file From 43b275ceb7ee7cee216ee4dbcbe71f0efffeea5c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 16:26:42 +0100 Subject: [PATCH 521/977] =?UTF-8?q?Thu=20Mar=2024=202022=2016:26:42=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/38.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/38.txt b/05/38.txt index e18a6d0..2cb3f79 100644 --- a/05/38.txt +++ b/05/38.txt @@ -1 +1 @@ -Agora igosvo \ No newline at end of file +Agora dígosvo: alexense destes homes e déixaos en pa, porque se este proxecto ou obra \ No newline at end of file From c9d8b24365b4d05321a53703aaf7a09cc8e37c39 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 16:28:42 +0100 Subject: [PATCH 522/977] =?UTF-8?q?Thu=20Mar=2024=202022=2016:28:42=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/38.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/38.txt b/05/38.txt index 2cb3f79..3ef4e17 100644 --- a/05/38.txt +++ b/05/38.txt @@ -1 +1 @@ -Agora dígosvo: alexense destes homes e déixaos en pa, porque se este proxecto ou obra \ No newline at end of file +Agora dígosvo: alexense destes homes e déixaos en pa, porque se este proxecto ou obra é de homes, será destruído, pERO SE É DE dEUS, NON PODERAS DESTRUÍLOS, quizas incluso descobras questás loitando contr \ No newline at end of file From 97cae93c444a3a94b2a48cf19f8fbd1a8a868f9e Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 16:30:42 +0100 Subject: [PATCH 523/977] =?UTF-8?q?Thu=20Mar=2024=202022=2016:30:42=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/38.txt | 2 +- 05/40.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 05/40.txt diff --git a/05/38.txt b/05/38.txt index 3ef4e17..258c814 100644 --- a/05/38.txt +++ b/05/38.txt @@ -1 +1 @@ -Agora dígosvo: alexense destes homes e déixaos en pa, porque se este proxecto ou obra é de homes, será destruído, pERO SE É DE dEUS, NON PODERAS DESTRUÍLOS, quizas incluso descobras questás loitando contr \ No newline at end of file +\v 38 \v 39 Agora dígosvo: alexense destes homes e déixaos en pa, porque se este proxecto ou obra é de homes, será destruído, pERO SE É DE dEUS, NON PODERAS DESTRUÍLOS, quizas incluso descobras questás loitando contra Deus " Así foron persuadisos. \ No newline at end of file diff --git a/05/40.txt b/05/40.txt new file mode 100644 index 0000000..0e6d3c4 --- /dev/null +++ b/05/40.txt @@ -0,0 +1 @@ +Entón chamaron aos apóstolo, golpearonlles e mandaronlles que non falasen \ No newline at end of file From b38bc8ac06fdd4e01d51aaba7fd1982c59316c62 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 16:32:42 +0100 Subject: [PATCH 524/977] =?UTF-8?q?Thu=20Mar=2024=202022=2016:32:42=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/40.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/40.txt b/05/40.txt index 0e6d3c4..27adf1e 100644 --- a/05/40.txt +++ b/05/40.txt @@ -1 +1 @@ -Entón chamaron aos apóstolo, golpearonlles e mandaronlles que non falasen \ No newline at end of file +Entón chamaron aos apóstolo, golpearonlles e mandaronlles que non falasen no nome de Xesús, e soltáronlos. Saíron do concilio ledos de ser considerados de dignos de sofrir \ No newline at end of file From 2a815ca4ad9f8f81ec314e990d67c43aae178a61 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 16:34:42 +0100 Subject: [PATCH 525/977] =?UTF-8?q?Thu=20Mar=2024=202022=2016:34:42=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/40.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/40.txt b/05/40.txt index 27adf1e..abc1910 100644 --- a/05/40.txt +++ b/05/40.txt @@ -1 +1 @@ -Entón chamaron aos apóstolo, golpearonlles e mandaronlles que non falasen no nome de Xesús, e soltáronlos. Saíron do concilio ledos de ser considerados de dignos de sofrir \ No newline at end of file +Entón chamaron aos apóstolo, golpearonlles e mandaronlles que non falasen no nome de Xesús, e soltáronlos. Saíron do concilio ledos de ser considerados de dignos de sofrir deshora polo Nome . Apartire dese día, no Templo e de fogar en fogar \ No newline at end of file From 407f94845b4b7afcc524d3a26af91713eab71078 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 16:36:42 +0100 Subject: [PATCH 526/977] =?UTF-8?q?Thu=20Mar=2024=202022=2016:36:42=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/40.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/40.txt b/05/40.txt index abc1910..564dd77 100644 --- a/05/40.txt +++ b/05/40.txt @@ -1 +1 @@ -Entón chamaron aos apóstolo, golpearonlles e mandaronlles que non falasen no nome de Xesús, e soltáronlos. Saíron do concilio ledos de ser considerados de dignos de sofrir deshora polo Nome . Apartire dese día, no Templo e de fogar en fogar \ No newline at end of file +\v 40 \v 42 Entón chamaron aos apóstolo, golpearonlles e mandaronlles que non falasen no nome de Xesús, e soltáronlos. \v 41 aíron do concilio ledos de ser considerados de dignos de sofrir deshora polo Nome . Apartire dese día, no Templo e de fogar en fogar, insinaron e predicaron de seguido sobre Xesús como o Cristo. \ No newline at end of file From 0ed561c6f6e48fa63a62cadfb6f1608a5e5aaad6 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 16:38:02 +0100 Subject: [PATCH 527/977] =?UTF-8?q?Thu=20Mar=2024=202022=2016:38:01=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/40.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/05/40.txt b/05/40.txt index 564dd77..184c4ec 100644 --- a/05/40.txt +++ b/05/40.txt @@ -1 +1 @@ -\v 40 \v 42 Entón chamaron aos apóstolo, golpearonlles e mandaronlles que non falasen no nome de Xesús, e soltáronlos. \v 41 aíron do concilio ledos de ser considerados de dignos de sofrir deshora polo Nome . Apartire dese día, no Templo e de fogar en fogar, insinaron e predicaron de seguido sobre Xesús como o Cristo. \ No newline at end of file +\v 40 Entón chamaron aos apóstolo, golpearonlles e mandaronlles que non falasen no nome de Xesús, e soltáronlos. \v 41 Eles aíron do concilio ledos de ser considerados de dignos de sofrir deshora polo Nome . \v 42 Apartires dese día, no Templo e de fogar en fogar, insinaron e predicaron de seguido sobre Xesús como o Cristo. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 1d21553..9602a63 100644 --- a/manifest.json +++ b/manifest.json @@ -104,6 +104,7 @@ "05-26", "05-29", "05-33", - "05-35" + "05-35", + "05-40" ] } \ No newline at end of file From 89c90df1e2adb7fa868f899f494bbd4729748993 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 22:03:49 +0100 Subject: [PATCH 528/977] =?UTF-8?q?Thu=20Mar=2024=202022=2022:03:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/38.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/38.txt b/05/38.txt index 258c814..44f9ec7 100644 --- a/05/38.txt +++ b/05/38.txt @@ -1 +1 @@ -\v 38 \v 39 Agora dígosvo: alexense destes homes e déixaos en pa, porque se este proxecto ou obra é de homes, será destruído, pERO SE É DE dEUS, NON PODERAS DESTRUÍLOS, quizas incluso descobras questás loitando contra Deus " Así foron persuadisos. \ No newline at end of file +\v 38 \v 39 Agora dígosvo: alexense destes homes e déixaos en pa, porque se este proxecto ou obra é de homes, será destruído, PERO SE É DE dEUS, NON PODERAS DESTRUÍLOS, quizas incluso descobras questás loitando contra Deus " Así foron persuadisos. \ No newline at end of file From ace44231be033702218db0e307a3f09b34052fb8 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 22:05:49 +0100 Subject: [PATCH 529/977] =?UTF-8?q?Thu=20Mar=2024=202022=2022:05:48=20GMT+?= =?UTF-8?q?0100=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 | 1 - 1 file changed, 1 deletion(-) diff --git a/manifest.json b/manifest.json index 9602a63..1ef7869 100644 --- a/manifest.json +++ b/manifest.json @@ -103,7 +103,6 @@ "05-24", "05-26", "05-29", - "05-33", "05-35", "05-40" ] From a49d57a5565265fbdac06952e51ca679d949a917 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 22:07:49 +0100 Subject: [PATCH 530/977] =?UTF-8?q?Thu=20Mar=2024=202022=2022:07:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05/38.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/05/38.txt b/05/38.txt index 44f9ec7..9196c0b 100644 --- a/05/38.txt +++ b/05/38.txt @@ -1 +1 @@ -\v 38 \v 39 Agora dígosvo: alexense destes homes e déixaos en pa, porque se este proxecto ou obra é de homes, será destruído, PERO SE É DE dEUS, NON PODERAS DESTRUÍLOS, quizas incluso descobras questás loitando contra Deus " Así foron persuadisos. \ No newline at end of file +\v 38 Agora dígosvo: alexense destes homes e déixaos en pa, porque se este proxecto ou obra é de homes, será destruído, \v 39 PERO SE É DE dEUS, NON PODERAS DESTRUÍLOS, quizas incluso descobras questás loitando contra Deus " Así foron persuadidos. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 1ef7869..a2adfbc 100644 --- a/manifest.json +++ b/manifest.json @@ -104,6 +104,7 @@ "05-26", "05-29", "05-35", + "05-38", "05-40" ] } \ No newline at end of file From 8c23d0067000831e1d634518d8879b9471a7825f Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 22:09:49 +0100 Subject: [PATCH 531/977] =?UTF-8?q?Thu=20Mar=2024=202022=2022:09:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/01.txt | 1 + 06/title.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 06/01.txt create mode 100644 06/title.txt diff --git a/06/01.txt b/06/01.txt new file mode 100644 index 0000000..414be4a --- /dev/null +++ b/06/01.txt @@ -0,0 +1 @@ +\c 6 Agora naq \ No newline at end of file diff --git a/06/title.txt b/06/title.txt new file mode 100644 index 0000000..aa16d1f --- /dev/null +++ b/06/title.txt @@ -0,0 +1 @@ +Capítolo 6 \ No newline at end of file From 24c3dfafc2e7264e55dcdfc675118ea43cd335a2 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 22:11:49 +0100 Subject: [PATCH 532/977] =?UTF-8?q?Thu=20Mar=2024=202022=2022:11:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06/01.txt b/06/01.txt index 414be4a..2bbdcf0 100644 --- a/06/01.txt +++ b/06/01.txt @@ -1 +1 @@ -\c 6 Agora naq \ No newline at end of file +\c 6 Agora naqueles días, cando o númaro dos descípolos se moltiplicaban \ No newline at end of file From 0957b6ce9047f1cac080013bad4d396654619ec9 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 22:13:49 +0100 Subject: [PATCH 533/977] =?UTF-8?q?Thu=20Mar=2024=202022=2022:13:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06/01.txt b/06/01.txt index 2bbdcf0..06bdc9a 100644 --- a/06/01.txt +++ b/06/01.txt @@ -1 +1 @@ -\c 6 Agora naqueles días, cando o númaro dos descípolos se moltiplicaban \ No newline at end of file +\c 6 Agora naqueles días, cando o númaro dos descípolos se moltiplicaban, surdiu unha queixa dos Greco-Xudíos contra os Hebreos, qorque suas viuvas \ No newline at end of file From d2d3b4e6fa1cae5c3caf17a368d218025a9091d8 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 22:15:49 +0100 Subject: [PATCH 534/977] =?UTF-8?q?Thu=20Mar=2024=202022=2022:15:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06/01.txt b/06/01.txt index 06bdc9a..1b35940 100644 --- a/06/01.txt +++ b/06/01.txt @@ -1 +1 @@ -\c 6 Agora naqueles días, cando o númaro dos descípolos se moltiplicaban, surdiu unha queixa dos Greco-Xudíos contra os Hebreos, qorque suas viuvas \ No newline at end of file +\c 6 Agora naqueles días, cando o númaro dos descípolos se moltiplicaban, surdiu unha queixa dos Greco-Xudíos contra os Hebreos, qorque as súas viúvasestaban sendo descoidadas na distribuci \ No newline at end of file From 18e123a8bd050c58070690f423f5e476ccb54240 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 22:17:49 +0100 Subject: [PATCH 535/977] =?UTF-8?q?Thu=20Mar=2024=202022=2022:17:48=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06/01.txt b/06/01.txt index 1b35940..13cebfd 100644 --- a/06/01.txt +++ b/06/01.txt @@ -1 +1 @@ -\c 6 Agora naqueles días, cando o númaro dos descípolos se moltiplicaban, surdiu unha queixa dos Greco-Xudíos contra os Hebreos, qorque as súas viúvasestaban sendo descoidadas na distribuci \ No newline at end of file +\c 6 \v 1 Agora naqueles días, cando o númaro dos descípolos se moltiplicaban, surdiu unha queixa dos Greco-Xudos contra os Hebreos, qorque as súas viúvasestaban sendo descoidadas no reparto diario dos alimentos. \ No newline at end of file From f7f999d2d01b37f6900cd4c454bc58ac76d9a22b Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 22:19:49 +0100 Subject: [PATCH 536/977] =?UTF-8?q?Thu=20Mar=2024=202022=2022:19:49=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/01.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/06/01.txt b/06/01.txt index 13cebfd..6c5439c 100644 --- a/06/01.txt +++ b/06/01.txt @@ -1 +1 @@ -\c 6 \v 1 Agora naqueles días, cando o númaro dos descípolos se moltiplicaban, surdiu unha queixa dos Greco-Xudos contra os Hebreos, qorque as súas viúvasestaban sendo descoidadas no reparto diario dos alimentos. \ No newline at end of file +\c 6 \v 1 Agora naqueles días, cando o númaro dos descípolos se moltiplicaban, surdiu unha queixa dos Greco-Xudeos contra os Hebreos, qorque as súas viúvasestaban sendo descoidadas no reparto diario dos alimentos. \ No newline at end of file diff --git a/manifest.json b/manifest.json index a2adfbc..23e76db 100644 --- a/manifest.json +++ b/manifest.json @@ -105,6 +105,7 @@ "05-29", "05-35", "05-38", - "05-40" + "05-40", + "06-01" ] } \ No newline at end of file From 6c06902ef0b4ea94ea690d36b171bcbbd6db6120 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 22:57:17 +0100 Subject: [PATCH 537/977] =?UTF-8?q?Thu=20Mar=2024=202022=2022:57:17=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 19/38.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 19/38.txt diff --git a/19/38.txt b/19/38.txt new file mode 100644 index 0000000..1408419 --- /dev/null +++ b/19/38.txt @@ -0,0 +1 @@ +Polo tanto, si Demetrio e os artesan queren \ No newline at end of file From 604b8c2259baec53be776578ac9633ed9328d50a Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 22:59:17 +0100 Subject: [PATCH 538/977] =?UTF-8?q?Thu=20Mar=2024=202022=2022:59:17=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 19/38.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/19/38.txt b/19/38.txt index 1408419..a659441 100644 --- a/19/38.txt +++ b/19/38.txt @@ -1 +1 @@ -Polo tanto, si Demetrio e os artesan queren \ No newline at end of file +Polo tanto, si Demetrio e os artesán querens estan con él teñen unha acusación con \ No newline at end of file From fef24e43ce412643b9ee9097336393a7e0e9884a Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 23:01:17 +0100 Subject: [PATCH 539/977] =?UTF-8?q?Thu=20Mar=2024=202022=2023:01:17=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 19/38.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/19/38.txt b/19/38.txt index a659441..d3779b4 100644 --- a/19/38.txt +++ b/19/38.txt @@ -1 +1 @@ -Polo tanto, si Demetrio e os artesán querens estan con él teñen unha acusación con \ No newline at end of file +Polo tanto, si Demetrio e os artesán querens estan con él teñen unha acusación contra alguén, os Xulgados están abertoas e hai procónsules celosos que se algo buscan outros asuntoas hai que decilo na ASAMBLEA OR \ No newline at end of file From 9a49e2f5c1a7ecce0d3be5e81ff5d42f02a85525 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 23:03:17 +0100 Subject: [PATCH 540/977] =?UTF-8?q?Thu=20Mar=2024=202022=2023:03:17=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 19/38.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/19/38.txt b/19/38.txt index d3779b4..7c27370 100644 --- a/19/38.txt +++ b/19/38.txt @@ -1 +1 @@ -Polo tanto, si Demetrio e os artesán querens estan con él teñen unha acusación contra alguén, os Xulgados están abertoas e hai procónsules celosos que se algo buscan outros asuntoas hai que decilo na ASAMBLEA OR \ No newline at end of file +Polo tanto, si Demetrio e os artesán querens estan con él teñen unha acusación contra alguén, os Xulgados están abertoas e hai procónsules celosos que se algo buscan outros asuntoas hai que decilo na Asamblea ordinaria porque estamos en perigo de ser acusados por destruir \ No newline at end of file From 99fa153b40ab386de4019d5a20ca301364f7e4ea Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 23:07:17 +0100 Subject: [PATCH 541/977] =?UTF-8?q?Thu=20Mar=2024=202022=2023:07:17=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 19/38.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/19/38.txt b/19/38.txt index 7c27370..512dd61 100644 --- a/19/38.txt +++ b/19/38.txt @@ -1 +1 @@ -Polo tanto, si Demetrio e os artesán querens estan con él teñen unha acusación contra alguén, os Xulgados están abertoas e hai procónsules celosos que se algo buscan outros asuntoas hai que decilo na Asamblea ordinaria porque estamos en perigo de ser acusados por destruir \ No newline at end of file +Polo tanto, si Demetrio e os artesán querens estan con él teñen unha acusación contra alguén, os Xulgados están abertoas e hai procónsules. Déixenos que se celosos que se algo buscan outros asuntoas hai que decilo na Asamblea ordinaria porque estamos en perigo de ser acusados por destruir \ No newline at end of file From 54db2aed746c7839f82471772981261dac1e7856 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 23:09:17 +0100 Subject: [PATCH 542/977] =?UTF-8?q?Thu=20Mar=2024=202022=2023:09:17=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 19/38.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/19/38.txt b/19/38.txt index 512dd61..35f64ca 100644 --- a/19/38.txt +++ b/19/38.txt @@ -1 +1 @@ -Polo tanto, si Demetrio e os artesán querens estan con él teñen unha acusación contra alguén, os Xulgados están abertoas e hai procónsules. Déixenos que se celosos que se algo buscan outros asuntoas hai que decilo na Asamblea ordinaria porque estamos en perigo de ser acusados por destruir \ No newline at end of file +Polo tanto, si Demetrio e os artesán querens estan con él teñen unha acusación contra alguén, os Xulgados están abertoas e hai procónsules. Déixenos que se acusen uns a outros acelosos que se algo buscan outros asuntoas hai que decilo na Asamblea ordinaria porque estamos en perigo de ser acusados por destruir \ No newline at end of file From 5f590017fdea50b926e95fff8981e1b6793223af Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 23:11:17 +0100 Subject: [PATCH 543/977] =?UTF-8?q?Thu=20Mar=2024=202022=2023:11:17=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 19/38.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/19/38.txt b/19/38.txt index 35f64ca..53219e4 100644 --- a/19/38.txt +++ b/19/38.txt @@ -1 +1 @@ -Polo tanto, si Demetrio e os artesán querens estan con él teñen unha acusación contra alguén, os Xulgados están abertoas e hai procónsules. Déixenos que se acusen uns a outros acelosos que se algo buscan outros asuntoas hai que decilo na Asamblea ordinaria porque estamos en perigo de ser acusados por destruir \ No newline at end of file +Polo tanto, si Demetrio e os artesán querens estan con él teñen unha acusación contra alguén, os Xulgados están abertoas e hai procónsules. Déixenos que se acusen entre eles pero se buscan alfgo noutros asuntos hai que decidilo na Asamblea ordinaria \ No newline at end of file From 63ee777f1248dc9291a5662f480ba4d422c30a3c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 23:13:17 +0100 Subject: [PATCH 544/977] =?UTF-8?q?Thu=20Mar=2024=202022=2023:13:17=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 19/38.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/19/38.txt b/19/38.txt index 53219e4..8c6155f 100644 --- a/19/38.txt +++ b/19/38.txt @@ -1 +1 @@ -Polo tanto, si Demetrio e os artesán querens estan con él teñen unha acusación contra alguén, os Xulgados están abertoas e hai procónsules. Déixenos que se acusen entre eles pero se buscan alfgo noutros asuntos hai que decidilo na Asamblea ordinaria \ No newline at end of file +\v 38 \v 39 \v 40 \v 41 Polo tanto, si Demetrio e os artesán querens estan con él teñen unha acusación contra alguén, os Xulgados están abertos e haí teñen procónsules. Déixenos que se acusen entre eles pero se buscan algo noutros asuntos hai que decidilo na Asamblea ordinaria. \ No newline at end of file From 3fba5ec9386e8f3420017ab471d4c15646fc79cb Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 23:15:17 +0100 Subject: [PATCH 545/977] =?UTF-8?q?Thu=20Mar=2024=202022=2023:15:17=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 19/38.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/19/38.txt b/19/38.txt index 8c6155f..1ae8f4c 100644 --- a/19/38.txt +++ b/19/38.txt @@ -1 +1 @@ -\v 38 \v 39 \v 40 \v 41 Polo tanto, si Demetrio e os artesán querens estan con él teñen unha acusación contra alguén, os Xulgados están abertos e haí teñen procónsules. Déixenos que se acusen entre eles pero se buscan algo noutros asuntos hai que decidilo na Asamblea ordinaria. \ No newline at end of file +\v 38 \v 39 \v 40 \v 41 Polo tanto, si Demetrio e os artesán querens estan con él teñen unha acusación contra alguén, os Xulgados están abertos e haí teñen procónsules. Déixenos que se acusen entre eles pero se buscan algo noutros asuntos hai que decidilo na Asamblea ordinaria. Porque certamentemestamos en perigo de ser \ No newline at end of file From 2b34a944af1dd72dabcf72fa80bb4f5e07e24c0b Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 23:19:17 +0100 Subject: [PATCH 546/977] =?UTF-8?q?Thu=20Mar=2024=202022=2023:19:17=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 19/38.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/19/38.txt b/19/38.txt index 1ae8f4c..044d761 100644 --- a/19/38.txt +++ b/19/38.txt @@ -1 +1 @@ -\v 38 \v 39 \v 40 \v 41 Polo tanto, si Demetrio e os artesán querens estan con él teñen unha acusación contra alguén, os Xulgados están abertos e haí teñen procónsules. Déixenos que se acusen entre eles pero se buscan algo noutros asuntos hai que decidilo na Asamblea ordinaria. Porque certamentemestamos en perigo de ser \ No newline at end of file +\v 38 \v 39 \v 40 \v 41 Polo tanto, si Demetrio e os artesán querens estan con él teñen unha acusación contra alguén, os Xulgados están abertos e haí teñen procónsules. Déixenos que se acusen entre eles pero se buscan algo noutros asuntos hai que decidilo na Asamblea ordinaria. Porque certamentemestamos en perigo de ser acusados po lo desturbio de oxe. No¡n hai pra iste barullo, e nos non seriamos quen de esplicalo. \ No newline at end of file From fea27701e722f15369ad1dcee51274b4e19efed7 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 23:21:17 +0100 Subject: [PATCH 547/977] =?UTF-8?q?Thu=20Mar=2024=202022=2023:21:17=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 19/38.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/19/38.txt b/19/38.txt index 044d761..4b1555e 100644 --- a/19/38.txt +++ b/19/38.txt @@ -1 +1 @@ -\v 38 \v 39 \v 40 \v 41 Polo tanto, si Demetrio e os artesán querens estan con él teñen unha acusación contra alguén, os Xulgados están abertos e haí teñen procónsules. Déixenos que se acusen entre eles pero se buscan algo noutros asuntos hai que decidilo na Asamblea ordinaria. Porque certamentemestamos en perigo de ser acusados po lo desturbio de oxe. No¡n hai pra iste barullo, e nos non seriamos quen de esplicalo. \ No newline at end of file +\v 38 \v 39 \v 40 \v 41 Polo tanto, si Demetrio e os artesán querens estan con él teñen unha acusación contra alguén, os Xulgados están abertos e haí teñen procónsules. Déixenos que se acusen entre eles. Pero se buscan algo noutros asuntos hai que decidilo na Asamblea ordinaria. Porque certamentemestamos en perigo de ser acusados po lo desturbio de oxe. No¡n hai pra iste barullo, e nos non seriamos quen de esplicalo. Cando él dixo isto, él despediu a asamblea. \ No newline at end of file From dfa36f42cb6348958deda059f9821a512bfa549d Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 23:23:18 +0100 Subject: [PATCH 548/977] =?UTF-8?q?Thu=20Mar=2024=202022=2023:23:17=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 19/38.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/19/38.txt b/19/38.txt index 4b1555e..30fb18a 100644 --- a/19/38.txt +++ b/19/38.txt @@ -1 +1 @@ -\v 38 \v 39 \v 40 \v 41 Polo tanto, si Demetrio e os artesán querens estan con él teñen unha acusación contra alguén, os Xulgados están abertos e haí teñen procónsules. Déixenos que se acusen entre eles. Pero se buscan algo noutros asuntos hai que decidilo na Asamblea ordinaria. Porque certamentemestamos en perigo de ser acusados po lo desturbio de oxe. No¡n hai pra iste barullo, e nos non seriamos quen de esplicalo. Cando él dixo isto, él despediu a asamblea. \ No newline at end of file +\v 38 Polo tanto, si Demetrio e os artesán querens estan con él teñen unha acusación contra alguén, os Xulgados están abertos e haí teñen procónsules. Déixenos que se acusen entre eles. \v 39 Pero se buscan algo noutros asuntos hai que decidilo na Asamblea ordinaria. \v 40 Porque certamentemestamos en perigo de ser acusados po lo desturbio de oxe. No¡n hai pra iste barullo, e nos non seriamos quen de esplicalo. \v 41 Cando él dixo isto, él despediu a asamblea. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 23e76db..517be04 100644 --- a/manifest.json +++ b/manifest.json @@ -106,6 +106,7 @@ "05-35", "05-38", "05-40", - "06-01" + "06-01", + "19-38" ] } \ No newline at end of file From fa79c4576902b2280019a83d6aed422f71c58f4c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 23:25:17 +0100 Subject: [PATCH 549/977] =?UTF-8?q?Thu=20Mar=2024=202022=2023:25:17=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/02.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 06/02.txt diff --git a/06/02.txt b/06/02.txt new file mode 100644 index 0000000..ce254eb --- /dev/null +++ b/06/02.txt @@ -0,0 +1 @@ +Os doce chamaron a m \ No newline at end of file From be5f79a9f06bedb4f46a79d5fec3e0dcd14d17f2 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 23:27:17 +0100 Subject: [PATCH 550/977] =?UTF-8?q?Thu=20Mar=2024=202022=2023:27:17=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/02.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06/02.txt b/06/02.txt index ce254eb..9e58820 100644 --- a/06/02.txt +++ b/06/02.txt @@ -1 +1 @@ -Os doce chamaron a m \ No newline at end of file +Os doce chamaron a moltitude dos descípolos e dixeron: Non e \ No newline at end of file From b6eead144847b4e6ec3677cb8543cf636a7eec9c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 23:33:20 +0100 Subject: [PATCH 551/977] =?UTF-8?q?Thu=20Mar=2024=202022=2023:33:19=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/02.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06/02.txt b/06/02.txt index 9e58820..3a5fa7b 100644 --- a/06/02.txt +++ b/06/02.txt @@ -1 +1 @@ -Os doce chamaron a moltitude dos descípolos e dixeron: Non e \ No newline at end of file +Os doce chamaron á moltitude dos descípolos e dixeron: Non e \ No newline at end of file From ea4bbde30569774243ed71f6a72c7da57da2da98 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 23:35:17 +0100 Subject: [PATCH 552/977] =?UTF-8?q?Thu=20Mar=2024=202022=2023:35:17=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/02.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06/02.txt b/06/02.txt index 3a5fa7b..c4166ac 100644 --- a/06/02.txt +++ b/06/02.txt @@ -1 +1 @@ -Os doce chamaron á moltitude dos descípolos e dixeron: Non e \ No newline at end of file +Os doce chamaron á moltitude dos descípulos é dixeron: Non é correcto que abandonemos a Palabra de Deus pra servir as mesas, polo que debedes \ No newline at end of file From e453778c90e2c25d5b3e325f9b99b75e3c60de60 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 23:37:17 +0100 Subject: [PATCH 553/977] =?UTF-8?q?Thu=20Mar=2024=202022=2023:37:17=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/02.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06/02.txt b/06/02.txt index c4166ac..f1bf1bd 100644 --- a/06/02.txt +++ b/06/02.txt @@ -1 +1 @@ -Os doce chamaron á moltitude dos descípulos é dixeron: Non é correcto que abandonemos a Palabra de Deus pra servir as mesas, polo que debedes \ No newline at end of file +Os doce chamaron á moltitude dos descípulos é dixeron: Non é correcto que abandonemos a Palabra de Deus pra servir as mesas, polo que debedes escoller dentre vos sete homes de boa reputación, cheos do Espírito e da sabedoria a quen podemos no \ No newline at end of file From 056e184ee3b65ed108b4849ecee44fca6558bacf Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 23:39:17 +0100 Subject: [PATCH 554/977] =?UTF-8?q?Thu=20Mar=2024=202022=2023:39:17=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/02.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06/02.txt b/06/02.txt index f1bf1bd..d281924 100644 --- a/06/02.txt +++ b/06/02.txt @@ -1 +1 @@ -Os doce chamaron á moltitude dos descípulos é dixeron: Non é correcto que abandonemos a Palabra de Deus pra servir as mesas, polo que debedes escoller dentre vos sete homes de boa reputación, cheos do Espírito e da sabedoria a quen podemos no \ No newline at end of file +Os doce chamaron á moltitude dos descípulos é dixeron: Non é correcto que abandonemos a Palabra de Deus pra servir as mesas, polo que debedes escoller dentre vos sete homes de boa reputación, cheos do Espírito e da sabedoria a quen podemos nomear e en segundo lugar para atender este asunto con respecto a nós, seguiremossempre na oración e no ministerio da palabra \ No newline at end of file From 0596cb91bd5621531140d1e9fabbf964695f0362 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 23:41:17 +0100 Subject: [PATCH 555/977] =?UTF-8?q?Thu=20Mar=2024=202022=2023:41:17=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/02.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06/02.txt b/06/02.txt index d281924..8653d2f 100644 --- a/06/02.txt +++ b/06/02.txt @@ -1 +1 @@ -Os doce chamaron á moltitude dos descípulos é dixeron: Non é correcto que abandonemos a Palabra de Deus pra servir as mesas, polo que debedes escoller dentre vos sete homes de boa reputación, cheos do Espírito e da sabedoria a quen podemos nomear e en segundo lugar para atender este asunto con respecto a nós, seguiremossempre na oración e no ministerio da palabra \ No newline at end of file +Os doce chamaron á moltitude dos descípulos é dixeron: Non é correcto que abandoemos a Palabra de Deus pra servir as mesas, polo que debedes escoller dentre vos sete homes de boa reputación, cheos do Espírito e da sabedoria a quen podemos nomear pàra atender este asunto. respecto a nós, seguiremossempre na oración e no ministerio da palabra \ No newline at end of file From 342c8160c478d6d1741ef0bb4ae1b0a5bebfd3a2 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 23:43:17 +0100 Subject: [PATCH 556/977] =?UTF-8?q?Thu=20Mar=2024=202022=2023:43:17=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/02.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06/02.txt b/06/02.txt index 8653d2f..8eee2fa 100644 --- a/06/02.txt +++ b/06/02.txt @@ -1 +1 @@ -Os doce chamaron á moltitude dos descípulos é dixeron: Non é correcto que abandoemos a Palabra de Deus pra servir as mesas, polo que debedes escoller dentre vos sete homes de boa reputación, cheos do Espírito e da sabedoria a quen podemos nomear pàra atender este asunto. respecto a nós, seguiremossempre na oración e no ministerio da palabra \ No newline at end of file +\v 2 Os doce chamaron á moltitude dos descípulos é dixeron: Non é correcto que abandoemos a Palabra de Deus pra servir as mesas, \v 3 polo que debedes escoller dentre vos sete homes de boa reputación, cheos do Espírito e da sabedoria a quen podemos nomear pàra atender este asunto. \v 4 En canto a nós, seguiremos sempre na oración e no ministerio da palabra \ No newline at end of file From 19fda32d62cac368041d446efeb7d50e7071c73f Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 23:44:36 +0100 Subject: [PATCH 557/977] =?UTF-8?q?Thu=20Mar=2024=202022=2023:44:36=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/02.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/06/02.txt b/06/02.txt index 8eee2fa..c73c8c8 100644 --- a/06/02.txt +++ b/06/02.txt @@ -1 +1 @@ -\v 2 Os doce chamaron á moltitude dos descípulos é dixeron: Non é correcto que abandoemos a Palabra de Deus pra servir as mesas, \v 3 polo que debedes escoller dentre vos sete homes de boa reputación, cheos do Espírito e da sabedoria a quen podemos nomear pàra atender este asunto. \v 4 En canto a nós, seguiremos sempre na oración e no ministerio da palabra \ No newline at end of file +\v 2 Os doce chamaron á moltitude dos descípulos é dixeron: Non é correcto que abandoemos a Palabra de Deus pra servir as mesas, \v 3 Polo que debedes escoller dentre vos sete homes de boa reputación, cheos do Espírito e da sabedoria a quen podemos nomear pàra atender este asunto. \v 4 En canto a nós, seguiremos sempre na oración e no ministerio da palabra \ No newline at end of file diff --git a/manifest.json b/manifest.json index 517be04..eb032a9 100644 --- a/manifest.json +++ b/manifest.json @@ -107,6 +107,7 @@ "05-38", "05-40", "06-01", + "06-02", "19-38" ] } \ No newline at end of file From 4fbc5cad79c4692c421b0ad170439c950a796baf Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 24 Mar 2022 23:45:38 +0100 Subject: [PATCH 558/977] =?UTF-8?q?Thu=20Mar=2024=202022=2023:45:38=20GMT+?= =?UTF-8?q?0100=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 | 1 - 1 file changed, 1 deletion(-) diff --git a/manifest.json b/manifest.json index eb032a9..517be04 100644 --- a/manifest.json +++ b/manifest.json @@ -107,7 +107,6 @@ "05-38", "05-40", "06-01", - "06-02", "19-38" ] } \ No newline at end of file From c23be01ad6ebb4c8069e5f6292f5f552158a3b04 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 15:28:14 +0100 Subject: [PATCH 559/977] =?UTF-8?q?Fri=20Mar=2025=202022=2015:28:12=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/02.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06/02.txt b/06/02.txt index c73c8c8..a72789c 100644 --- a/06/02.txt +++ b/06/02.txt @@ -1 +1 @@ -\v 2 Os doce chamaron á moltitude dos descípulos é dixeron: Non é correcto que abandoemos a Palabra de Deus pra servir as mesas, \v 3 Polo que debedes escoller dentre vos sete homes de boa reputación, cheos do Espírito e da sabedoria a quen podemos nomear pàra atender este asunto. \v 4 En canto a nós, seguiremos sempre na oración e no ministerio da palabra \ No newline at end of file +\v 2 Os doce chamaron á moltitude dos descípulos é dixeron: Non é correcto que abandoemos a Palabra de Deus pra servir as mesas, \v 3 Polo que debedes escoller dentre vos sete homes de boa reputación, cheos do Espírito e da sabedoria a quen podemos nomear pàra atender este asunto. \v 4 En canto a nós, siguiremos sempre na oración e no ministerio da palabra \ No newline at end of file From 1b443da927e805c2a53bd152cd361f99cecc8896 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 15:30:13 +0100 Subject: [PATCH 560/977] =?UTF-8?q?Fri=20Mar=2025=202022=2015:30:12=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/02.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06/02.txt b/06/02.txt index a72789c..7e9ecf6 100644 --- a/06/02.txt +++ b/06/02.txt @@ -1 +1 @@ -\v 2 Os doce chamaron á moltitude dos descípulos é dixeron: Non é correcto que abandoemos a Palabra de Deus pra servir as mesas, \v 3 Polo que debedes escoller dentre vos sete homes de boa reputación, cheos do Espírito e da sabedoria a quen podemos nomear pàra atender este asunto. \v 4 En canto a nós, siguiremos sempre na oración e no ministerio da palabra \ No newline at end of file +\v 2 Os doce chamaron á moltitude dos descípulos é dixeron: Non é correcto que abandoemos a Palabra de Deus pra servir as mesas, \v 3 Polo que debedes escoller dentre vos sete homes de boa reputación, cheos do Espírito e da sabedoria a quen podemos nomear pàra atender este asunto. \v 4 En canto a nós, siguiremos sempre na pregaria e no ministerio da palabra \ No newline at end of file From 64e53ded6e715d1c1925e7774781360540c5610d Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 16:23:43 +0100 Subject: [PATCH 561/977] =?UTF-8?q?Fri=20Mar=2025=202022=2016:23:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/02.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06/02.txt b/06/02.txt index 7e9ecf6..609e383 100644 --- a/06/02.txt +++ b/06/02.txt @@ -1 +1 @@ -\v 2 Os doce chamaron á moltitude dos descípulos é dixeron: Non é correcto que abandoemos a Palabra de Deus pra servir as mesas, \v 3 Polo que debedes escoller dentre vos sete homes de boa reputación, cheos do Espírito e da sabedoria a quen podemos nomear pàra atender este asunto. \v 4 En canto a nós, siguiremos sempre na pregaria e no ministerio da palabra \ No newline at end of file +\v 2 Os doce chamaron á moltitude dos descípulos é dixeron: Non é doado que abandoemos a Palabra de Deus pra servir as mesas, \v 3 Polo que debedes escoller dentre vos sete homes de boa reputación, cheos do Espírito e da sabedoria a quen podemos nomear pàra atender este asunto. \v 4 En canto a nós, siguiremos sempre na pregaria e no ministerio da palabra \ No newline at end of file From 4b0663555630ae850ed245429ada94442ac10fa5 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 16:25:43 +0100 Subject: [PATCH 562/977] =?UTF-8?q?Fri=20Mar=2025=202022=2016:25:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/02.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/06/02.txt b/06/02.txt index 609e383..d892e8c 100644 --- a/06/02.txt +++ b/06/02.txt @@ -1 +1 @@ -\v 2 Os doce chamaron á moltitude dos descípulos é dixeron: Non é doado que abandoemos a Palabra de Deus pra servir as mesas, \v 3 Polo que debedes escoller dentre vos sete homes de boa reputación, cheos do Espírito e da sabedoria a quen podemos nomear pàra atender este asunto. \v 4 En canto a nós, siguiremos sempre na pregaria e no ministerio da palabra \ No newline at end of file +\v 2 Os doce chamaron á moltitude dos descípulos é dixeron: Non é doado que abandoemos a Palabra de Deus pra servir as mesas, \v 3 Polo que debedes escoller dentre vos sete homes de boa reputación, cheos do Espírito e da sabedoria a quen podemos nomear pàra atender este asunto. \v 4 En canto a nós, siguiremos sempre na pregaria e no ministerio da palabra \ No newline at end of file diff --git a/manifest.json b/manifest.json index 517be04..eb032a9 100644 --- a/manifest.json +++ b/manifest.json @@ -107,6 +107,7 @@ "05-38", "05-40", "06-01", + "06-02", "19-38" ] } \ No newline at end of file From 5e520f4c197f771ecdefb202bcc8d11fb863d3cd Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 16:27:43 +0100 Subject: [PATCH 563/977] =?UTF-8?q?Fri=20Mar=2025=202022=2016:27:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/05.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 06/05.txt diff --git a/06/05.txt b/06/05.txt new file mode 100644 index 0000000..1db515f --- /dev/null +++ b/06/05.txt @@ -0,0 +1 @@ +S \ No newline at end of file From a9487dd42ac999f206b768b06d9f1d55a9a65198 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 16:29:43 +0100 Subject: [PATCH 564/977] =?UTF-8?q?Fri=20Mar=2025=202022=2016:29:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/05.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06/05.txt b/06/05.txt index 1db515f..eebaacc 100644 --- a/06/05.txt +++ b/06/05.txt @@ -1 +1 @@ -S \ No newline at end of file +As cuas verbas agradaron a toda a moltitude. Asín que escolleron a Estevo, un home cheo de fe e do Espítito Santo, Nicanor, Timón, Nicolas, un prosé \ No newline at end of file From 1a12a2a93afaa8e7d370c4ff0e1b9bee317496a1 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 16:31:44 +0100 Subject: [PATCH 565/977] =?UTF-8?q?Fri=20Mar=2025=202022=2016:31:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/05.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/06/05.txt b/06/05.txt index eebaacc..f4c97cd 100644 --- a/06/05.txt +++ b/06/05.txt @@ -1 +1 @@ -As cuas verbas agradaron a toda a moltitude. Asín que escolleron a Estevo, un home cheo de fe e do Espítito Santo, Nicanor, Timón, Nicolas, un prosé \ No newline at end of file +\v 5 As cuas verbas agradaron a toda a moltitude. Asín que escolleron a Estevo, un home cheo de fe e do Espítito Santo, Nicanor, Timón, Nicolas, un prosélito da Anrioqía. \v 6 Os crentes truixeron a estos homes diante dos apóstolos quens pregaron e puxeron suas mans enriba deles. \ No newline at end of file diff --git a/manifest.json b/manifest.json index eb032a9..68dac76 100644 --- a/manifest.json +++ b/manifest.json @@ -108,6 +108,7 @@ "05-40", "06-01", "06-02", + "06-05", "19-38" ] } \ No newline at end of file From f8bd771c736e83e9e8e4fa5d9b5ce6bf083be253 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 16:33:43 +0100 Subject: [PATCH 566/977] =?UTF-8?q?Fri=20Mar=2025=202022=2016:33:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/07.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 06/07.txt diff --git a/06/07.txt b/06/07.txt new file mode 100644 index 0000000..b655a1b --- /dev/null +++ b/06/07.txt @@ -0,0 +1 @@ +Asin que a palabra de Deus creceu, e o numaro dos descipulos se moltipliocó e \ No newline at end of file From f8bcbb47fe8294650ebeab6c27eca4afea0c5575 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 16:35:43 +0100 Subject: [PATCH 567/977] =?UTF-8?q?Fri=20Mar=2025=202022=2016:35:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/07.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06/07.txt b/06/07.txt index b655a1b..182d6d2 100644 --- a/06/07.txt +++ b/06/07.txt @@ -1 +1 @@ -Asin que a palabra de Deus creceu, e o numaro dos descipulos se moltipliocó e \ No newline at end of file +Asin que a palabra de Deus creceu, e o numaro dos descipulos se moltipliocó en extremos \ No newline at end of file From 83b0e10b6541b76d796c00cc52be48ec17e448fc Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 16:41:44 +0100 Subject: [PATCH 568/977] =?UTF-8?q?Fri=20Mar=2025=202022=2016:41:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/07.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06/07.txt b/06/07.txt index 182d6d2..75185aa 100644 --- a/06/07.txt +++ b/06/07.txt @@ -1 +1 @@ -Asin que a palabra de Deus creceu, e o numaro dos descipulos se moltipliocó en extremos \ No newline at end of file +\v 7 Asin que a palabra de Deus creceu, e o numaro dos descipulos se moltipliocó en extremo en Xerusalén; e nun gran númaro dos sacerdotes fixeronse \ No newline at end of file From cb20940ac3773227094b4dc7e780b26dc411f644 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 16:43:43 +0100 Subject: [PATCH 569/977] =?UTF-8?q?Fri=20Mar=2025=202022=2016:43:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/07.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06/07.txt b/06/07.txt index 75185aa..063f0b2 100644 --- a/06/07.txt +++ b/06/07.txt @@ -1 +1 @@ -\v 7 Asin que a palabra de Deus creceu, e o numaro dos descipulos se moltipliocó en extremo en Xerusalén; e nun gran númaro dos sacerdotes fixeronse \ No newline at end of file +\v 7 Asin que a palabra de Deus creceu, e o numaro dos descipulos se moltipliocó en extremo en Xerusalén; e nun gran númaro dos sacerdotes fixeronse obedentes a fe. \ No newline at end of file From 0116830c97df73fcb5cccd942ac29a2371ffdff4 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 16:45:43 +0100 Subject: [PATCH 570/977] =?UTF-8?q?Fri=20Mar=2025=202022=2016:45:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/10.txt | 1 + manifest.json | 1 + 2 files changed, 2 insertions(+) create mode 100644 06/10.txt diff --git a/06/10.txt b/06/10.txt new file mode 100644 index 0000000..0858bbe --- /dev/null +++ b/06/10.txt @@ -0,0 +1 @@ +Pero eles non eran quén de ergerse contra a sabedu \ No newline at end of file diff --git a/manifest.json b/manifest.json index 68dac76..ae9e71f 100644 --- a/manifest.json +++ b/manifest.json @@ -109,6 +109,7 @@ "06-01", "06-02", "06-05", + "06-07", "19-38" ] } \ No newline at end of file From 7e7c2b703a115636ff7a328e56471099c177e4a1 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 16:47:43 +0100 Subject: [PATCH 571/977] =?UTF-8?q?Fri=20Mar=2025=202022=2016:47:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06/10.txt b/06/10.txt index 0858bbe..3a03f2c 100644 --- a/06/10.txt +++ b/06/10.txt @@ -1 +1 @@ -Pero eles non eran quén de ergerse contra a sabedu \ No newline at end of file +Pero eles non eran quén de ergerse contra da sabeduría ´o Espírito con o que Estevo \ No newline at end of file From fe0eed99c520aa40fa27056e3c29c9176e704731 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 16:49:43 +0100 Subject: [PATCH 572/977] =?UTF-8?q?Fri=20Mar=2025=202022=2016:49:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06/10.txt b/06/10.txt index 3a03f2c..d6abe38 100644 --- a/06/10.txt +++ b/06/10.txt @@ -1 +1 @@ -Pero eles non eran quén de ergerse contra da sabeduría ´o Espírito con o que Estevo \ No newline at end of file +Pero eles non eran quén de ergerse contra da sabeduría ´o Espírito con o que Estevo falaba. Entón eles \ No newline at end of file From 9f8627edb8f8c6c4fd8da143a7799efdf596999b Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 16:59:43 +0100 Subject: [PATCH 573/977] =?UTF-8?q?Fri=20Mar=2025=202022=2016:59:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06/10.txt b/06/10.txt index d6abe38..e766dfb 100644 --- a/06/10.txt +++ b/06/10.txt @@ -1 +1 @@ -Pero eles non eran quén de ergerse contra da sabeduría ´o Espírito con o que Estevo falaba. Entón eles \ No newline at end of file +Pero eles non eran quén de ergerse contra da sabeduría ´o Espírito con o que Estevo falaba. Entón eles persuadiron en secredo alguns \ No newline at end of file From 829a9b1b9bde03b32e7a20efdcfd54ec94fabc4f Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 17:05:43 +0100 Subject: [PATCH 574/977] =?UTF-8?q?Fri=20Mar=2025=202022=2017:05:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06/10.txt b/06/10.txt index e766dfb..2234f04 100644 --- a/06/10.txt +++ b/06/10.txt @@ -1 +1 @@ -Pero eles non eran quén de ergerse contra da sabeduría ´o Espírito con o que Estevo falaba. Entón eles persuadiron en secredo alguns \ No newline at end of file +Pero eles non eran quén de ergerse contra da sabeduría ´o Espírito con o que Estevo falaba. Entón eles persuadiron en secredo alguns \ No newline at end of file From 131a0ccf717df435ea05e1489d54f8be44dc8b09 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 17:09:44 +0100 Subject: [PATCH 575/977] =?UTF-8?q?Fri=20Mar=2025=202022=2017:09:43=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06/10.txt b/06/10.txt index 2234f04..517106f 100644 --- a/06/10.txt +++ b/06/10.txt @@ -1 +1 @@ -Pero eles non eran quén de ergerse contra da sabeduría ´o Espírito con o que Estevo falaba. Entón eles persuadiron en secredo alguns \ No newline at end of file +Pero eles non eran quén de ergerse contra da sabeduría ´o Espírito con o que Estevo falaba. Entón eles persuadiron en secredo alguns homes \ No newline at end of file From 1e0049c4be83e56ea2f3909edb29f4259c9b6cad Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 17:57:51 +0100 Subject: [PATCH 576/977] =?UTF-8?q?Fri=20Mar=2025=202022=2017:57:50=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06/10.txt b/06/10.txt index 517106f..47e110d 100644 --- a/06/10.txt +++ b/06/10.txt @@ -1 +1 @@ -Pero eles non eran quén de ergerse contra da sabeduría ´o Espírito con o que Estevo falaba. Entón eles persuadiron en secredo alguns homes \ No newline at end of file +\v 10 \v 11 Pero eles non eran quén de ergerse contra da sabeduría ´o Espírito con o que Estevo falaba. Entón eles persuadiron en secredo alguns homes \ No newline at end of file From 161e1c6443455533b53f4e610aae71ed9907d9bb Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 19:04:40 +0100 Subject: [PATCH 577/977] =?UTF-8?q?Fri=20Mar=2025=202022=2019:04:39=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06/10.txt b/06/10.txt index 47e110d..c519649 100644 --- a/06/10.txt +++ b/06/10.txt @@ -1 +1 @@ -\v 10 \v 11 Pero eles non eran quén de ergerse contra da sabeduría ´o Espírito con o que Estevo falaba. Entón eles persuadiron en secredo alguns homes \ No newline at end of file +\v 10 \v 11 Pero eles non eran quén de ergerse contra da sabeduría ´o Espírito con o que Estevo falaba. Entón eles persuadiron en secredo alguns homes para decires: " Nos escoitamos a Estev \ No newline at end of file From 1a56d5e435de0593023b5de6031bb3a38c713a64 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 19:06:40 +0100 Subject: [PATCH 578/977] =?UTF-8?q?Fri=20Mar=2025=202022=2019:06:39=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/10.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/06/10.txt b/06/10.txt index c519649..baee182 100644 --- a/06/10.txt +++ b/06/10.txt @@ -1 +1 @@ -\v 10 \v 11 Pero eles non eran quén de ergerse contra da sabeduría ´o Espírito con o que Estevo falaba. Entón eles persuadiron en secredo alguns homes para decires: " Nos escoitamos a Estev \ No newline at end of file +\v 10 Pero eles non eran quén de ergerse contra da sabeduría ´o Espírito con o que Estevo falaba. \v 11 Entón eles persuadiron en secredo alguns homes para decires: " Nos escoitamos a Estevo didir verbas Blasfemas contra Moisés e contra Deus. \ No newline at end of file diff --git a/manifest.json b/manifest.json index ae9e71f..d49cfec 100644 --- a/manifest.json +++ b/manifest.json @@ -110,6 +110,7 @@ "06-02", "06-05", "06-07", + "06-10", "19-38" ] } \ No newline at end of file From e5bee36021b18fb3442ca76d45ca825c712531ef Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 19:08:40 +0100 Subject: [PATCH 579/977] =?UTF-8?q?Fri=20Mar=2025=202022=2019:08:39=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/12.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 06/12.txt diff --git a/06/12.txt b/06/12.txt new file mode 100644 index 0000000..21f46d2 --- /dev/null +++ b/06/12.txt @@ -0,0 +1 @@ +Eles \ No newline at end of file From 7845a035119147f9a952fd14b9dd7acadaccec10 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 19:14:40 +0100 Subject: [PATCH 580/977] =?UTF-8?q?Fri=20Mar=2025=202022=2019:14:39=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06/12.txt b/06/12.txt index 21f46d2..03ca5b4 100644 --- a/06/12.txt +++ b/06/12.txt @@ -1 +1 @@ -Eles \ No newline at end of file +Eles \ No newline at end of file From 30abb386930f10995387d13cc11c897c626c21d9 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 19:20:40 +0100 Subject: [PATCH 581/977] =?UTF-8?q?Fri=20Mar=2025=202022=2019:20:40=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06/12.txt b/06/12.txt index 03ca5b4..742bdd8 100644 --- a/06/12.txt +++ b/06/12.txt @@ -1 +1 @@ -Eles \ No newline at end of file +\v 12 \v 13 \v 14 \v 15 Eles \ No newline at end of file From 910a886cac2b23f63bf514872021b8a10f8503f2 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 19:26:40 +0100 Subject: [PATCH 582/977] =?UTF-8?q?Fri=20Mar=2025=202022=2019:26:39=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06/12.txt b/06/12.txt index 742bdd8..601d51b 100644 --- a/06/12.txt +++ b/06/12.txt @@ -1 +1 @@ -\v 12 \v 13 \v 14 \v 15 Eles \ No newline at end of file +\v 12 \v 13 \v 14 \v 15 Eles a \ No newline at end of file From aebcac40ac140dafd444b5f823e0cdc4800c0055 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 19:28:40 +0100 Subject: [PATCH 583/977] =?UTF-8?q?Fri=20Mar=2025=202022=2019:28:39=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06/12.txt b/06/12.txt index 601d51b..e6a8b53 100644 --- a/06/12.txt +++ b/06/12.txt @@ -1 +1 @@ -\v 12 \v 13 \v 14 \v 15 Eles a \ No newline at end of file +\v 12 \v 13 \v 14 \v 15 Eles axitaron ao pobo. e os ancians e escribas \ No newline at end of file From 1148867ed45612398179f3785222dca4dbb1ec6b Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 19:30:40 +0100 Subject: [PATCH 584/977] =?UTF-8?q?Fri=20Mar=2025=202022=2019:30:39=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06/12.txt b/06/12.txt index e6a8b53..fb85763 100644 --- a/06/12.txt +++ b/06/12.txt @@ -1 +1 @@ -\v 12 \v 13 \v 14 \v 15 Eles axitaron ao pobo. e os ancians e escribas \ No newline at end of file +\v 12 \v 13 \v 14 \v 15 Eles axitaron ao pobo. e os ancians e escribas e enfrontáron a Estevo, agarárono \ No newline at end of file From 7785d078d503426beb23d9e5f47414f6462e7e7d Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 19:32:40 +0100 Subject: [PATCH 585/977] =?UTF-8?q?Fri=20Mar=2025=202022=2019:32:40=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06/12.txt b/06/12.txt index fb85763..701df02 100644 --- a/06/12.txt +++ b/06/12.txt @@ -1 +1 @@ -\v 12 \v 13 \v 14 \v 15 Eles axitaron ao pobo. e os ancians e escribas e enfrontáron a Estevo, agarárono \ No newline at end of file +\v 12 \v 13 \v 14 \v 15 Eles axitaron ao pobo. e os ancians e escribas e enfrontáronse a Estevo, agaráronoe levárono ao concilio. trouxwron twsrtemuñaS FAL \ No newline at end of file From 1a431746dd2cbcd3cb35935b6ac5bdee49d807d2 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 19:34:40 +0100 Subject: [PATCH 586/977] =?UTF-8?q?Fri=20Mar=2025=202022=2019:34:39=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06/12.txt b/06/12.txt index 701df02..44ea00a 100644 --- a/06/12.txt +++ b/06/12.txt @@ -1 +1 @@ -\v 12 \v 13 \v 14 \v 15 Eles axitaron ao pobo. e os ancians e escribas e enfrontáronse a Estevo, agaráronoe levárono ao concilio. trouxwron twsrtemuñaS FAL \ No newline at end of file +\v 12 \v 13 \v 14 \v 15 Eles axitaron ao pobo. e os ancians e escribas e enfrontáronse a Estevo, agaráronoe levárono ao concilio. trouxeron testemuñas falsas FALSAS, QUE DIXERON ESTE HOME NON PARA DE FALAR CONTRA \ No newline at end of file From 149bcb0f3e06f1da18ec42e4147603643992ddd3 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 19:36:40 +0100 Subject: [PATCH 587/977] =?UTF-8?q?Fri=20Mar=2025=202022=2019:36:40=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/12.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/06/12.txt b/06/12.txt index 44ea00a..ce293da 100644 --- a/06/12.txt +++ b/06/12.txt @@ -1 +1,2 @@ -\v 12 \v 13 \v 14 \v 15 Eles axitaron ao pobo. e os ancians e escribas e enfrontáronse a Estevo, agaráronoe levárono ao concilio. trouxeron testemuñas falsas FALSAS, QUE DIXERON ESTE HOME NON PARA DE FALAR CONTRA \ No newline at end of file +\v 12 \v 13 \v 14 \v 15 Eles axitaron ao pobo. e os ancians e escribas e enfrontáronse a Estevo, agaráronoe levárono ao concilio. trouxeron testemuñas falsas,, + que dixeron." Este home non para de falar verbas contra este lugar sagrado e da Lei. \ No newline at end of file From ec26711cdcbaead53b447c6e1ec47effab9764d4 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 19:38:40 +0100 Subject: [PATCH 588/977] =?UTF-8?q?Fri=20Mar=2025=202022=2019:38:39=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06/12.txt b/06/12.txt index ce293da..814c7a6 100644 --- a/06/12.txt +++ b/06/12.txt @@ -1,2 +1,2 @@ \v 12 \v 13 \v 14 \v 15 Eles axitaron ao pobo. e os ancians e escribas e enfrontáronse a Estevo, agaráronoe levárono ao concilio. trouxeron testemuñas falsas,, - que dixeron." Este home non para de falar verbas contra este lugar sagrado e da Lei. \ No newline at end of file + que dixeron." Este home non para de falar verbas contra este lugar sagrado e da Lei. porque escoitamos dicir qeste Xesús de Nazaret derribara este lugar e trocara \ No newline at end of file From e0f761287d6b5cb7bbb9150f6e44e8fa14dc2550 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 19:40:40 +0100 Subject: [PATCH 589/977] =?UTF-8?q?Fri=20Mar=2025=202022=2019:40:39=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06/12.txt b/06/12.txt index 814c7a6..6d777f7 100644 --- a/06/12.txt +++ b/06/12.txt @@ -1,2 +1,2 @@ \v 12 \v 13 \v 14 \v 15 Eles axitaron ao pobo. e os ancians e escribas e enfrontáronse a Estevo, agaráronoe levárono ao concilio. trouxeron testemuñas falsas,, - que dixeron." Este home non para de falar verbas contra este lugar sagrado e da Lei. porque escoitamos dicir qeste Xesús de Nazaret derribara este lugar e trocara \ No newline at end of file + que dixeron." Este home non para de falar verbas contra este lugar sagrado e da Lei. porque escoitamos dicir qeste Xesús de Nazaret derribara este lugar e trocara as costumes que Moisés nos deixou \ No newline at end of file From b90557ab678d01f7598e13169fc16d78f6f14146 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 19:42:40 +0100 Subject: [PATCH 590/977] =?UTF-8?q?Fri=20Mar=2025=202022=2019:42:39=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/12.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/06/12.txt b/06/12.txt index 6d777f7..f9e181e 100644 --- a/06/12.txt +++ b/06/12.txt @@ -1,2 +1,3 @@ \v 12 \v 13 \v 14 \v 15 Eles axitaron ao pobo. e os ancians e escribas e enfrontáronse a Estevo, agaráronoe levárono ao concilio. trouxeron testemuñas falsas,, - que dixeron." Este home non para de falar verbas contra este lugar sagrado e da Lei. porque escoitamos dicir qeste Xesús de Nazaret derribara este lugar e trocara as costumes que Moisés nos deixou \ No newline at end of file + que dixeron." Este home non para de falar verbas contra este lugar sagrado e da Lei. porque escoitamos dicir qeste Xesús de Nazaret +derrubara este lugar e trocara as costumes que Moisés nos deixou \ No newline at end of file From fa146bd8cd50d9570e08c3e38a9432a91c7b877c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 19:44:40 +0100 Subject: [PATCH 591/977] =?UTF-8?q?Fri=20Mar=2025=202022=2019:44:39=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/12.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/06/12.txt b/06/12.txt index f9e181e..bc2ee6e 100644 --- a/06/12.txt +++ b/06/12.txt @@ -1,3 +1,2 @@ \v 12 \v 13 \v 14 \v 15 Eles axitaron ao pobo. e os ancians e escribas e enfrontáronse a Estevo, agaráronoe levárono ao concilio. trouxeron testemuñas falsas,, - que dixeron." Este home non para de falar verbas contra este lugar sagrado e da Lei. porque escoitamos dicir qeste Xesús de Nazaret -derrubara este lugar e trocara as costumes que Moisés nos deixou \ No newline at end of file + que dixeron." Este home non para de falar verbas contra este lugar sagrado e da Lei. porque escoitamos dicir qeste Xesús de Nazaret derrubara este lugar e trocara as costumes que Moisés nos deixou" Todos os que se sentaron no concilio fixaron seus o \ No newline at end of file From 501a35df87265a06a78a117a63cf8f98c4385e5a Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 19:46:40 +0100 Subject: [PATCH 592/977] =?UTF-8?q?Fri=20Mar=2025=202022=2019:46:40=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06/12.txt b/06/12.txt index bc2ee6e..d248177 100644 --- a/06/12.txt +++ b/06/12.txt @@ -1,2 +1,2 @@ \v 12 \v 13 \v 14 \v 15 Eles axitaron ao pobo. e os ancians e escribas e enfrontáronse a Estevo, agaráronoe levárono ao concilio. trouxeron testemuñas falsas,, - que dixeron." Este home non para de falar verbas contra este lugar sagrado e da Lei. porque escoitamos dicir qeste Xesús de Nazaret derrubara este lugar e trocara as costumes que Moisés nos deixou" Todos os que se sentaron no concilio fixaron seus o \ No newline at end of file + que dixeron." Este home non para de falar verbas contra este lugar sagrado e da Lei. porque escoitamos dicir qeste Xesús de Nazaret derrubaría este lugar e trocara as costumes que Moisés nos deixou" Todos os que se sentaron no concilio fixaron seus ollos nel e viron a sua cara coma a cara dun anx \ No newline at end of file From 295a91392d3c3e346469fd7bc9d0745038dbd43b Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 19:48:40 +0100 Subject: [PATCH 593/977] =?UTF-8?q?Fri=20Mar=2025=202022=2019:48:40=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/12.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/06/12.txt b/06/12.txt index d248177..389d15f 100644 --- a/06/12.txt +++ b/06/12.txt @@ -1,2 +1,2 @@ -\v 12 \v 13 \v 14 \v 15 Eles axitaron ao pobo. e os ancians e escribas e enfrontáronse a Estevo, agaráronoe levárono ao concilio. trouxeron testemuñas falsas,, - que dixeron." Este home non para de falar verbas contra este lugar sagrado e da Lei. porque escoitamos dicir qeste Xesús de Nazaret derrubaría este lugar e trocara as costumes que Moisés nos deixou" Todos os que se sentaron no concilio fixaron seus ollos nel e viron a sua cara coma a cara dun anx \ No newline at end of file +\v 12 \v 13 \v 14 \v 15 Eles axitaron ao pobo. e os ancians e escribas en enfrontáronse a Estevo, agarárono e levárono ao concilio. trouxeron testemuñas falsas,, + que dixeron." Este home non para de falar verbas contra este lugar sagrado e da Lei. porque escoitamos dicir qeste Xesús de Nazaret derrubaría este lugar e trocara as costumes que Moisés nos deixou" Todos os que se sentaron no concilio fixaron seus ollos nel e viron a sua cara coma a cara dun anxo \ No newline at end of file From 2a4406f9b0f9763367eaa6db143433000d21bdfa Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 19:50:40 +0100 Subject: [PATCH 594/977] =?UTF-8?q?Fri=20Mar=2025=202022=2019:50:40=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06/12.txt b/06/12.txt index 389d15f..17474fd 100644 --- a/06/12.txt +++ b/06/12.txt @@ -1,2 +1,2 @@ \v 12 \v 13 \v 14 \v 15 Eles axitaron ao pobo. e os ancians e escribas en enfrontáronse a Estevo, agarárono e levárono ao concilio. trouxeron testemuñas falsas,, - que dixeron." Este home non para de falar verbas contra este lugar sagrado e da Lei. porque escoitamos dicir qeste Xesús de Nazaret derrubaría este lugar e trocara as costumes que Moisés nos deixou" Todos os que se sentaron no concilio fixaron seus ollos nel e viron a sua cara coma a cara dun anxo \ No newline at end of file + que dixeron." Este home non para de falar verbas contra este lugar sagrado e da Lei. porque escoitamos dicir queste Xesús de Nazaret derrubaría este lugar e trocaría as costumes que Moisés nos deixou" Todos os que se sentaron no concilio fixaron seus ollos nel e viron a sua cara coma a cara dun anxo \ No newline at end of file From 435729a3e04eec994960efe5a65a1a72a81d309e Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 19:52:40 +0100 Subject: [PATCH 595/977] =?UTF-8?q?Fri=20Mar=2025=202022=2019:52:40=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/12.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/06/12.txt b/06/12.txt index 17474fd..faec23c 100644 --- a/06/12.txt +++ b/06/12.txt @@ -1,2 +1,2 @@ -\v 12 \v 13 \v 14 \v 15 Eles axitaron ao pobo. e os ancians e escribas en enfrontáronse a Estevo, agarárono e levárono ao concilio. trouxeron testemuñas falsas,, - que dixeron." Este home non para de falar verbas contra este lugar sagrado e da Lei. porque escoitamos dicir queste Xesús de Nazaret derrubaría este lugar e trocaría as costumes que Moisés nos deixou" Todos os que se sentaron no concilio fixaron seus ollos nel e viron a sua cara coma a cara dun anxo \ No newline at end of file +\v 12 Eles axitaron ao pobo. e os ancians e escribas en enfrontáronse a Estevo, agarárono e levárono ao concilio. Eles . trouxeron testemuñas falsas,, + que dixeron." \v 13 Este home non para de falar verbas contra este lugar sagrado e da Lei. \v 14 Porque escoitamos dicir queste Xesús de Nazaret derrubaría este lugar e trocaría as costumes que Moisés nos deixou" \v 15 Todos os que se sentaron no concilio fixaron seus ollos nel e viron a sua cara coma a cara dun anxo \ No newline at end of file From 7dd2ba5acf82e7cf7d03e21401302cbb60f748e9 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 19:54:40 +0100 Subject: [PATCH 596/977] =?UTF-8?q?Fri=20Mar=2025=202022=2019:54:40=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06/12.txt | 4 ++-- 07/title.txt | 1 + manifest.json | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 07/title.txt diff --git a/06/12.txt b/06/12.txt index faec23c..5e1c2a9 100644 --- a/06/12.txt +++ b/06/12.txt @@ -1,2 +1,2 @@ -\v 12 Eles axitaron ao pobo. e os ancians e escribas en enfrontáronse a Estevo, agarárono e levárono ao concilio. Eles . trouxeron testemuñas falsas,, - que dixeron." \v 13 Este home non para de falar verbas contra este lugar sagrado e da Lei. \v 14 Porque escoitamos dicir queste Xesús de Nazaret derrubaría este lugar e trocaría as costumes que Moisés nos deixou" \v 15 Todos os que se sentaron no concilio fixaron seus ollos nel e viron a sua cara coma a cara dun anxo \ No newline at end of file +\v 12 Eles axitaron ao pobo. e os ancians e escribas en enfrontáronse a Estevo, agarárono e levárono ao concilio. \v 13 Eles . trouxeron testemuñas falsas,, + que dixeron." Este home non para de falar verbas contra este lugar sagrado e da Lei. \v 14 Porque escoitamos dicir queste Xesús de Nazaret derrubaría este lugar e trocaría as costumes que Moisés nos deixou" \v 15 Todos os que se sentaron no concilio fixaron seus ollos nel e viron a sua cara coma a cara dun anxo \ No newline at end of file diff --git a/07/title.txt b/07/title.txt new file mode 100644 index 0000000..b412b16 --- /dev/null +++ b/07/title.txt @@ -0,0 +1 @@ +Captolo \ No newline at end of file diff --git a/manifest.json b/manifest.json index d49cfec..b08d52a 100644 --- a/manifest.json +++ b/manifest.json @@ -111,6 +111,7 @@ "06-05", "06-07", "06-10", + "06-12", "19-38" ] } \ No newline at end of file From 71253373d2bd0ed41a37ed67383b0bba077d5c8b Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 19:56:40 +0100 Subject: [PATCH 597/977] =?UTF-8?q?Fri=20Mar=2025=202022=2019:56:40=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/01.txt | 1 + 07/title.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 07/01.txt diff --git a/07/01.txt b/07/01.txt new file mode 100644 index 0000000..3d85adf --- /dev/null +++ b/07/01.txt @@ -0,0 +1 @@ +\c 7 O sumo sacerdote dixo."¿ Sos istas cousas certas?. Estevo dixo:" Hirmans e pais escoitarme. O Deus de gloria apare \ No newline at end of file diff --git a/07/title.txt b/07/title.txt index b412b16..2265a4d 100644 --- a/07/title.txt +++ b/07/title.txt @@ -1 +1 @@ -Captolo \ No newline at end of file +Capítolo \ No newline at end of file From 726b20e6de2fe471f948e3c8200cabdd8f326aaf Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 19:58:40 +0100 Subject: [PATCH 598/977] =?UTF-8?q?Fri=20Mar=2025=202022=2019:58:40=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/01.txt b/07/01.txt index 3d85adf..558e677 100644 --- a/07/01.txt +++ b/07/01.txt @@ -1 +1 @@ -\c 7 O sumo sacerdote dixo."¿ Sos istas cousas certas?. Estevo dixo:" Hirmans e pais escoitarme. O Deus de gloria apare \ No newline at end of file +\c 7 O sumo sacerdote dixo."¿ Sos istas cousas certas?. Estevo dixo:" Hirmans e pais escoitarme. O Deus de gloria apareceuse a noso pai Abrham cando él esntraba en Mesopotamia, antes quel vivira en Haráan; Él lle dixo: DEIXA TUAS \ No newline at end of file From b3b8d45a9193213fae4a6296e0a67cd672a86c3a Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 20:00:40 +0100 Subject: [PATCH 599/977] =?UTF-8?q?Fri=20Mar=2025=202022=2020:00:40=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/01.txt b/07/01.txt index 558e677..63d5597 100644 --- a/07/01.txt +++ b/07/01.txt @@ -1 +1 @@ -\c 7 O sumo sacerdote dixo."¿ Sos istas cousas certas?. Estevo dixo:" Hirmans e pais escoitarme. O Deus de gloria apareceuse a noso pai Abrham cando él esntraba en Mesopotamia, antes quel vivira en Haráan; Él lle dixo: DEIXA TUAS \ No newline at end of file +\c 7 O sumo sacerdote dixo."¿ Sos istas cousas certas?. Estevo dixo:" Hirmans e pais escoitarme. O Deus de gloria apareceuse a noso pai Abrham cando él esntraba en Mesopotamia, antes quel vivira en Haráan; Él lle dixo: DEIXA TUAS TERRAS E TEUS PARENTES E VAI A TERRA QUE EU TE MOSTRAREÍ. \ No newline at end of file From 0ba3d3faaa8a17164e89fcc124c836e04d97b142 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 20:02:41 +0100 Subject: [PATCH 600/977] =?UTF-8?q?Fri=20Mar=2025=202022=2020:02:40=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/01.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/07/01.txt b/07/01.txt index 63d5597..88644c1 100644 --- a/07/01.txt +++ b/07/01.txt @@ -1 +1 @@ -\c 7 O sumo sacerdote dixo."¿ Sos istas cousas certas?. Estevo dixo:" Hirmans e pais escoitarme. O Deus de gloria apareceuse a noso pai Abrham cando él esntraba en Mesopotamia, antes quel vivira en Haráan; Él lle dixo: DEIXA TUAS TERRAS E TEUS PARENTES E VAI A TERRA QUE EU TE MOSTRAREÍ. \ No newline at end of file +\c 7 \v 1 O sumo sacerdote dixo."¿ Sos istas cousas certas?. \v 2 Estevo dixo:" Hirmans e pais escoitarme. O Deus de gloria apareceuse a noso pai Abrham cando él esntraba en Mesopotamia, antes quel vivira en Haráan; \v 3 Él lle dixo: DEIXA TUAS TERRAS E TEUS PARENTES E VAI A TERRA QUE EU TE MOSTRAREÍ. \ No newline at end of file diff --git a/manifest.json b/manifest.json index b08d52a..72ef691 100644 --- a/manifest.json +++ b/manifest.json @@ -112,6 +112,7 @@ "06-07", "06-10", "06-12", + "07-01", "19-38" ] } \ No newline at end of file From e1801e2526ab1814aabc37cb3ff0ae56e8fbc7eb Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 20:04:40 +0100 Subject: [PATCH 601/977] =?UTF-8?q?Fri=20Mar=2025=202022=2020:04:40=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/04.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 07/04.txt diff --git a/07/04.txt b/07/04.txt new file mode 100644 index 0000000..ef35e80 --- /dev/null +++ b/07/04.txt @@ -0,0 +1 @@ +Despois él deixou a terra dos Caldeos e viviu en Harán dende a \ No newline at end of file From b2f99f80052541b0e6c772e9699067d049cf3080 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 20:06:40 +0100 Subject: [PATCH 602/977] =?UTF-8?q?Fri=20Mar=2025=202022=2020:06:40=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/04.txt b/07/04.txt index ef35e80..13a7611 100644 --- a/07/04.txt +++ b/07/04.txt @@ -1 +1 @@ -Despois él deixou a terra dos Caldeos e viviu en Harán dende a \ No newline at end of file +Despois él deixou a terra dos Caldeos e viviu en Harán dende alí, despois de morrer seu pai, Deus o truxo a esta terra, onde vostedes viven agora, Non lle deu nada en herencia a él, nin \ No newline at end of file From a2ad123151799278590a4b561e6f6e5f7800cbd1 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 20:10:40 +0100 Subject: [PATCH 603/977] =?UTF-8?q?Fri=20Mar=2025=202022=2020:10:40=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/04.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/07/04.txt b/07/04.txt index 13a7611..ec853a6 100644 --- a/07/04.txt +++ b/07/04.txt @@ -1 +1,2 @@ -Despois él deixou a terra dos Caldeos e viviu en Harán dende alí, despois de morrer seu pai, Deus o truxo a esta terra, onde vostedes viven agora, Non lle deu nada en herencia a él, nin \ No newline at end of file +Despois él deixou a terra dos Caldeos e viviu en Harán dende alí, despois de morrer seu pai, Deus o truxo a esta terra, onde vostedes viven agora, Non lle deu nada en herdanza + a él, non, nin sequera para para oñer un pé \ No newline at end of file From 9886ff5d080644afefcb3e8f66522cfad86967b7 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 20:12:40 +0100 Subject: [PATCH 604/977] =?UTF-8?q?Fri=20Mar=2025=202022=2020:12:40=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/04.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/07/04.txt b/07/04.txt index ec853a6..ab1825e 100644 --- a/07/04.txt +++ b/07/04.txt @@ -1,2 +1 @@ -Despois él deixou a terra dos Caldeos e viviu en Harán dende alí, despois de morrer seu pai, Deus o truxo a esta terra, onde vostedes viven agora, Non lle deu nada en herdanza - a él, non, nin sequera para para oñer un pé \ No newline at end of file +\v 4 \v 5 Despois él deixou a terra dos Caldeos e viviu en Harán dende alí, despois de morrer seu pai, Deus o truxo a esta terra, onde vostedes viven agora, Non lle deu nada en herdanza a él, non, nin sequera para para oñer un pé Pero Él prometeulle ainda que lle daría unha posesión para él e os seus descententes. \ No newline at end of file From 4c5863ae2dc44f3d3952816c385533598245139d Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 20:14:40 +0100 Subject: [PATCH 605/977] =?UTF-8?q?Fri=20Mar=2025=202022=2020:14:40=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/04.txt b/07/04.txt index ab1825e..620b038 100644 --- a/07/04.txt +++ b/07/04.txt @@ -1 +1 @@ -\v 4 \v 5 Despois él deixou a terra dos Caldeos e viviu en Harán dende alí, despois de morrer seu pai, Deus o truxo a esta terra, onde vostedes viven agora, Non lle deu nada en herdanza a él, non, nin sequera para para oñer un pé Pero Él prometeulle ainda que lle daría unha posesión para él e os seus descententes. \ No newline at end of file +\v 4 \v 5 Despois él deixou a terra dos Caldeos e viviu en Harán dende alí, despois de morrer seu pai, Deus o truxo a esta terra, onde vostedes viven agora, Non lle deu nada en herdanza a él, non, nin sequera para para oñer un pé Pero Él prometeulle que ainda que Abrahan que lle daría unha posesión para él e os seus descententes. \ No newline at end of file From e0de9fc2ac1e4620baa6430a600c598c2d6c8acb Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 21:15:05 +0100 Subject: [PATCH 606/977] =?UTF-8?q?Fri=20Mar=2025=202022=2021:15:04=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/04.txt b/07/04.txt index 620b038..4b41fb1 100644 --- a/07/04.txt +++ b/07/04.txt @@ -1 +1 @@ -\v 4 \v 5 Despois él deixou a terra dos Caldeos e viviu en Harán dende alí, despois de morrer seu pai, Deus o truxo a esta terra, onde vostedes viven agora, Non lle deu nada en herdanza a él, non, nin sequera para para oñer un pé Pero Él prometeulle que ainda que Abrahan que lle daría unha posesión para él e os seus descententes. \ No newline at end of file +\v 4 \v 5 Despois él deixou a terra dos Caldeos e viviu en Harán dende alí, despois de morrer seu pai, Deus o truxo a esta terra, onde vostedes viven agora, Non lle deu nada en herdanza a él, non, nin sequera para para oñer un pé Pero Él prometeulle que ainda que Abrahan non tiña fillos que lle daría unha posesión para él e os seus descententes. \ No newline at end of file From 67042cd6e4ea1e48fe4ab732b923bc1ad3d39fb3 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 21:17:05 +0100 Subject: [PATCH 607/977] =?UTF-8?q?Fri=20Mar=2025=202022=2021:17:04=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/04.txt b/07/04.txt index 4b41fb1..51dedd2 100644 --- a/07/04.txt +++ b/07/04.txt @@ -1 +1 @@ -\v 4 \v 5 Despois él deixou a terra dos Caldeos e viviu en Harán dende alí, despois de morrer seu pai, Deus o truxo a esta terra, onde vostedes viven agora, Non lle deu nada en herdanza a él, non, nin sequera para para oñer un pé Pero Él prometeulle que ainda que Abrahan non tiña fillos que lle daría unha posesión para él e os seus descententes. \ No newline at end of file +\v 4 \v 5 Despois él deixou a terra dos Caldeos e viviu en Harán dende alí, despois de morrer seu pai, Deus o truxo a esta terra, onde vostedes viven agora, Non lle deu nada en herdanza a él, non, nin sequera para para oñer un pé Pero Él prometeulle que apesares ca Abrahan non tiña fillos aínda que lle daría unha posesión para él e os seus descententes. \ No newline at end of file From 6bd1af2e4b0ec82065404c938268123e12b30b37 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 21:19:05 +0100 Subject: [PATCH 608/977] =?UTF-8?q?Fri=20Mar=2025=202022=2021:19:04=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/04.txt b/07/04.txt index 51dedd2..277b546 100644 --- a/07/04.txt +++ b/07/04.txt @@ -1 +1 @@ -\v 4 \v 5 Despois él deixou a terra dos Caldeos e viviu en Harán dende alí, despois de morrer seu pai, Deus o truxo a esta terra, onde vostedes viven agora, Non lle deu nada en herdanza a él, non, nin sequera para para oñer un pé Pero Él prometeulle que apesares ca Abrahan non tiña fillos aínda que lle daría unha posesión para él e os seus descententes. \ No newline at end of file +\v 4 \v 5 Despois él deixou a terra dos Caldeos e viviu en Harán dende alí, despois de morrer seu pai, Deus o truxo a esta terra, onde vostedes viven agora, Non lle deu nada en herdanza a él, non, nin sequera para para oñer un pé Pero Él prometeulle que apesares ca Abrahan non tiña fillos aínda que ËL LLE DARÍA A TERRA COMA UNHA POSESIÓN PRA ÉL E SEUS DESCENDENTES DEPOS DEL. \ No newline at end of file From 3ab46ac54018211007b4b87d1dd2426d5f164332 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 25 Mar 2022 21:21:02 +0100 Subject: [PATCH 609/977] =?UTF-8?q?Fri=20Mar=2025=202022=2021:21:01=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/04.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/07/04.txt b/07/04.txt index 277b546..72c30c8 100644 --- a/07/04.txt +++ b/07/04.txt @@ -1 +1 @@ -\v 4 \v 5 Despois él deixou a terra dos Caldeos e viviu en Harán dende alí, despois de morrer seu pai, Deus o truxo a esta terra, onde vostedes viven agora, Non lle deu nada en herdanza a él, non, nin sequera para para oñer un pé Pero Él prometeulle que apesares ca Abrahan non tiña fillos aínda que ËL LLE DARÍA A TERRA COMA UNHA POSESIÓN PRA ÉL E SEUS DESCENDENTES DEPOS DEL. \ No newline at end of file +\v 4 Despois él deixou a terra dos Caldeos e viviu en Harán dende alí, despois de morrer seu pai, Deus o truxo a esta terra, onde vostedes viven agora, \v 5 Non lle deu nada en herdanza a él, nón, nin sequera para poñer un pé Pero Él prometeulle que apesares ca Abrahan non tiña fillos aínda que ËL LLE DARÍA A TERRA COMA UNHA POSESIÓN PRA ÉL E SEUS DESCENDENTES DEPOS DEL. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 72ef691..7ab60d1 100644 --- a/manifest.json +++ b/manifest.json @@ -113,6 +113,7 @@ "06-10", "06-12", "07-01", + "07-04", "19-38" ] } \ No newline at end of file From b057e40a55904694bc3e7e1d46f05f83afa3f980 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 10:10:14 +0100 Subject: [PATCH 610/977] =?UTF-8?q?Sat=20Mar=2026=202022=2010:10:14=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/06.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 07/06.txt diff --git a/07/06.txt b/07/06.txt new file mode 100644 index 0000000..11464e5 --- /dev/null +++ b/07/06.txt @@ -0,0 +1 @@ +Deus lle falaba a él así: QUE SEUS DESCENDENTES VIVIRIÁN \ No newline at end of file From eff38026ce098196369c6d1954ca6f7454428785 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 10:12:14 +0100 Subject: [PATCH 611/977] =?UTF-8?q?Sat=20Mar=2026=202022=2010:12:14=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/06.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/06.txt b/07/06.txt index 11464e5..6ad36cd 100644 --- a/07/06.txt +++ b/07/06.txt @@ -1 +1 @@ -Deus lle falaba a él así: QUE SEUS DESCENDENTES VIVIRIÁN \ No newline at end of file +Deus lle falaba a él así: QUE SEUS DESCENDENTES VIVIRIÁN UN TEMPO NUHA TERRA ESTRANXEIRA E QUE OS HABITANTES ALÍ OS LEVARIAN \ No newline at end of file From b4ad0616a38203b9ce291b534bd2f78ea0483572 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 10:14:14 +0100 Subject: [PATCH 612/977] =?UTF-8?q?Sat=20Mar=2026=202022=2010:14:14=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/06.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/06.txt b/07/06.txt index 6ad36cd..3958a68 100644 --- a/07/06.txt +++ b/07/06.txt @@ -1 +1 @@ -Deus lle falaba a él así: QUE SEUS DESCENDENTES VIVIRIÁN UN TEMPO NUHA TERRA ESTRANXEIRA E QUE OS HABITANTES ALÍ OS LEVARIAN \ No newline at end of file +Deus lle falaba a él así: QUE SEUS DESCENDENTES VIVIRIÁN UN TEMPO NUHA TERRA ESTRANXEIRA E QUE OS HABITANTES ALÍ OS LEVARÍAN COMA ESCRAVOS E OS MACHACARIÁN DURANTE COARENTA AÑOS. EU XULGARÉ \ No newline at end of file From aebec459f5a8be0bf1d0dfcaee604f85b3afeb35 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 10:16:14 +0100 Subject: [PATCH 613/977] =?UTF-8?q?Sat=20Mar=2026=202022=2010:16:14=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/06.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/06.txt b/07/06.txt index 3958a68..d374925 100644 --- a/07/06.txt +++ b/07/06.txt @@ -1 +1 @@ -Deus lle falaba a él así: QUE SEUS DESCENDENTES VIVIRIÁN UN TEMPO NUHA TERRA ESTRANXEIRA E QUE OS HABITANTES ALÍ OS LEVARÍAN COMA ESCRAVOS E OS MACHACARIÁN DURANTE COARENTA AÑOS. EU XULGARÉ \ No newline at end of file +Deus lle falaba a él así: QUE SEUS DESCENDENTES VIVIRIÁN UN TEMPO NUHA TERRA ESTRANXEIRA E QUE OS HABITANTES ALÍ OS LEVARÍAN COMA ESCRAVOS E OS MACHACARIÁN DURANTE COARENTA AÑOS. EU XULGARÉ A NACIÓN NA COAL EÑES SERÁN ESCRAVOS; dixo Deus, " E DEPOIS DISTO ELES SALIRAN E LOUBARÁN NESTE SITIO \ No newline at end of file From 24b4b255acb8cf9ed4da98d1825aa90ca264a70e Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 10:18:14 +0100 Subject: [PATCH 614/977] =?UTF-8?q?Sat=20Mar=2026=202022=2010:18:14=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/06.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/06.txt b/07/06.txt index d374925..37bca18 100644 --- a/07/06.txt +++ b/07/06.txt @@ -1 +1 @@ -Deus lle falaba a él así: QUE SEUS DESCENDENTES VIVIRIÁN UN TEMPO NUHA TERRA ESTRANXEIRA E QUE OS HABITANTES ALÍ OS LEVARÍAN COMA ESCRAVOS E OS MACHACARIÁN DURANTE COARENTA AÑOS. EU XULGARÉ A NACIÓN NA COAL EÑES SERÁN ESCRAVOS; dixo Deus, " E DEPOIS DISTO ELES SALIRAN E LOUBARÁN NESTE SITIO \ No newline at end of file +Deus lle falaba a él así: QUE SEUS DESCENDENTES VIVIRIÁN UN TEMPO NUHA TERRA ESTRANXEIRA E QUE OS HABITANTES ALÍ OS LEVARÍAN COMA ESCRAVOS E OS MACHACARIÁN DURANTE COARENTA AÑOS. EU XULGARÉ A NACIÓN NA COAL EÑES SERÁN ESCRAVOS; dixo Deus, " E DEPOIS DISTO ELES SALIRAN E LOUBARÁN NESTE SITIO. E Él lle dixo a Abrahan o pacto da circunsición \ No newline at end of file From bf98d31dfe3c8990c0f3a169a6253ace92ff5482 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 10:20:15 +0100 Subject: [PATCH 615/977] =?UTF-8?q?Sat=20Mar=2026=202022=2010:20:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/06.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/06.txt b/07/06.txt index 37bca18..ac2f90d 100644 --- a/07/06.txt +++ b/07/06.txt @@ -1 +1 @@ -Deus lle falaba a él así: QUE SEUS DESCENDENTES VIVIRIÁN UN TEMPO NUHA TERRA ESTRANXEIRA E QUE OS HABITANTES ALÍ OS LEVARÍAN COMA ESCRAVOS E OS MACHACARIÁN DURANTE COARENTA AÑOS. EU XULGARÉ A NACIÓN NA COAL EÑES SERÁN ESCRAVOS; dixo Deus, " E DEPOIS DISTO ELES SALIRAN E LOUBARÁN NESTE SITIO. E Él lle dixo a Abrahan o pacto da circunsición \ No newline at end of file +Deus lle falaba a él así: QUE SEUS DESCENDENTES VIVIRIÁN UN TEMPO NUHA TERRA ESTRANXEIRA E QUE OS HABITANTES ALÍ OS LEVARÍAN COMA ESCRAVOS E OS MACHACARIÁN DURANTE COARENTA AÑOS. EU XULGARÉ A NACIÓN NA COAL EÑES SERÁN ESCRAVOS; dixo Deus, " E DEPOIS DISTO ELES SALIRAN E LOUBARÁN NESTE SITIO. E Él lle oitavo día a Abrahan o pacto da circunsición \ No newline at end of file From eadf09d8505d817a7c4eb221a76992f9d7b14d44 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 10:22:14 +0100 Subject: [PATCH 616/977] =?UTF-8?q?Sat=20Mar=2026=202022=2010:22:14=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/06.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/06.txt b/07/06.txt index ac2f90d..1c7a52b 100644 --- a/07/06.txt +++ b/07/06.txt @@ -1 +1 @@ -Deus lle falaba a él así: QUE SEUS DESCENDENTES VIVIRIÁN UN TEMPO NUHA TERRA ESTRANXEIRA E QUE OS HABITANTES ALÍ OS LEVARÍAN COMA ESCRAVOS E OS MACHACARIÁN DURANTE COARENTA AÑOS. EU XULGARÉ A NACIÓN NA COAL EÑES SERÁN ESCRAVOS; dixo Deus, " E DEPOIS DISTO ELES SALIRAN E LOUBARÁN NESTE SITIO. E Él lle oitavo día a Abrahan o pacto da circunsición \ No newline at end of file +Deus lle falaba a él así: QUE SEUS DESCENDENTES VIVIRIÁN UN TEMPO NUHA TERRA ESTRANXEIRA E QUE OS HABITANTES ALÍ OS LEVARÍAN COMA ESCRAVOS E OS MACHACARIÁN DURANTE COARENTA AÑOS. EU XULGARÉ A NACIÓN NA COAL EÑES SERÁN ESCRAVOS; dixo Deus, " E DEPOIS DISTO ELES SALIRAN E LOUBARÁN NESTE SITIO. E Él lle deulle a Abra oitavo día a Abrahan o pacto da circunsición \ No newline at end of file From 505d5121f0fdacd71a5b8384cc38ba32d02978b2 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 10:24:14 +0100 Subject: [PATCH 617/977] =?UTF-8?q?Sat=20Mar=2026=202022=2010:24:14=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/06.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/06.txt b/07/06.txt index 1c7a52b..36d965f 100644 --- a/07/06.txt +++ b/07/06.txt @@ -1 +1 @@ -Deus lle falaba a él así: QUE SEUS DESCENDENTES VIVIRIÁN UN TEMPO NUHA TERRA ESTRANXEIRA E QUE OS HABITANTES ALÍ OS LEVARÍAN COMA ESCRAVOS E OS MACHACARIÁN DURANTE COARENTA AÑOS. EU XULGARÉ A NACIÓN NA COAL EÑES SERÁN ESCRAVOS; dixo Deus, " E DEPOIS DISTO ELES SALIRAN E LOUBARÁN NESTE SITIO. E Él lle deulle a Abra oitavo día a Abrahan o pacto da circunsición \ No newline at end of file +Deus lle falaba a él así: QUE SEUS DESCENDENTES VIVIRIÁN UN TEMPO NUHA TERRA ESTRANXEIRA E QUE OS HABITANTES ALÍ OS LEVARÍAN COMA ESCRAVOS E OS MACHACARIÁN DURANTE COARENTA AÑOS. EU XULGARÉ A NACIÓN NA COAL EÑES SERÁN ESCRAVOS; dixo Deus, " E DEPOIS DISTO ELES SALIRAN E LOUBARÁN NESTE SITIO. E Él deulle a Abrahan o pacto da circunsión oitavo día a Abrahan o pacto da circunsición \ No newline at end of file From 6a88af248af565f56633e90db546cfa39b75d4df Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 10:26:14 +0100 Subject: [PATCH 618/977] =?UTF-8?q?Sat=20Mar=2026=202022=2010:26:14=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/06.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/06.txt b/07/06.txt index 36d965f..576b48d 100644 --- a/07/06.txt +++ b/07/06.txt @@ -1 +1 @@ -Deus lle falaba a él así: QUE SEUS DESCENDENTES VIVIRIÁN UN TEMPO NUHA TERRA ESTRANXEIRA E QUE OS HABITANTES ALÍ OS LEVARÍAN COMA ESCRAVOS E OS MACHACARIÁN DURANTE COARENTA AÑOS. EU XULGARÉ A NACIÓN NA COAL EÑES SERÁN ESCRAVOS; dixo Deus, " E DEPOIS DISTO ELES SALIRAN E LOUBARÁN NESTE SITIO. E Él deulle a Abrahan o pacto da circunsión oitavo día a Abrahan o pacto da circunsición \ No newline at end of file +Deus lle falaba a él así: QUE SEUS DESCENDENTES VIVIRIÁN UN TEMPO NUHA TERRA ESTRANXEIRA E QUE OS HABITANTES ALÍ OS LEVARÍAN COMA ESCRAVOS E OS MACHACARIÁN DURANTE COARENTA AÑOS. EU XULGARÉ A NACIÓN NA COAL EÑES SERÁN ESCRAVOS; dixo Deus, " E DEPOIS DISTO ELES SALIRAN E LOUBARÁN NESTE SITIO. E Él deulle a Abrahan o pacto da circunsión, así Abrahan viu a ser o pai de Isaac e o circuncidou a oitavo día; Isaac \ No newline at end of file From 22a04610091f15d858bcacbbedd03c9d2ee838bc Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 10:28:14 +0100 Subject: [PATCH 619/977] =?UTF-8?q?Sat=20Mar=2026=202022=2010:28:14=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/06.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/06.txt b/07/06.txt index 576b48d..7d4070a 100644 --- a/07/06.txt +++ b/07/06.txt @@ -1 +1 @@ -Deus lle falaba a él así: QUE SEUS DESCENDENTES VIVIRIÁN UN TEMPO NUHA TERRA ESTRANXEIRA E QUE OS HABITANTES ALÍ OS LEVARÍAN COMA ESCRAVOS E OS MACHACARIÁN DURANTE COARENTA AÑOS. EU XULGARÉ A NACIÓN NA COAL EÑES SERÁN ESCRAVOS; dixo Deus, " E DEPOIS DISTO ELES SALIRAN E LOUBARÁN NESTE SITIO. E Él deulle a Abrahan o pacto da circunsión, así Abrahan viu a ser o pai de Isaac e o circuncidou a oitavo día; Isaac \ No newline at end of file +\v 6 \v 8 Deus lle falaba a él así: QUE SEUS DESCENDENTES VIVIRIÁN UN TEMPO NUHA TERRA ESTRANXEIRA E QUE OS HABITANTES ALÍ OS LEVARÍAN COMA ESCRAVOS E OS MACHACARIÁN DURANTE COARENTA AÑOS. \v 7 EU XULGARÉ A NACIÓN NA COAL EÑES SERÁN ESCRAVOS; dixo Deus, " E DEPOIS DISTO ELES SALIRAN E LOUBARÁN NESTE SITIO. E Él deulle a Abrahan o pacto da circunsión, así Abrahan viu a ser o pai de Isaac e o circuncidou a oitavo día; Isaac foi a ser o pai de Xacob e Xacob o pai dos doce patriarcas \ No newline at end of file From 1785d0c8329817755622f59591b126bc83da0a0e Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 10:30:15 +0100 Subject: [PATCH 620/977] =?UTF-8?q?Sat=20Mar=2026=202022=2010:30:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/06.txt | 2 +- 07/09.txt | 1 + manifest.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 07/09.txt diff --git a/07/06.txt b/07/06.txt index 7d4070a..a5b9700 100644 --- a/07/06.txt +++ b/07/06.txt @@ -1 +1 @@ -\v 6 \v 8 Deus lle falaba a él así: QUE SEUS DESCENDENTES VIVIRIÁN UN TEMPO NUHA TERRA ESTRANXEIRA E QUE OS HABITANTES ALÍ OS LEVARÍAN COMA ESCRAVOS E OS MACHACARIÁN DURANTE COARENTA AÑOS. \v 7 EU XULGARÉ A NACIÓN NA COAL EÑES SERÁN ESCRAVOS; dixo Deus, " E DEPOIS DISTO ELES SALIRAN E LOUBARÁN NESTE SITIO. E Él deulle a Abrahan o pacto da circunsión, así Abrahan viu a ser o pai de Isaac e o circuncidou a oitavo día; Isaac foi a ser o pai de Xacob e Xacob o pai dos doce patriarcas \ No newline at end of file +\v 6 Deus lle falaba a él así: QUE SEUS DESCENDENTES VIVIRIÁN UN TEMPO NUHA TERRA ESTRANXEIRA E QUE OS HABITANTES ALÍ OS LEVARÍAN COMA ESCRAVOS E OS MACHACARIÁN DURANTE COARENTA AÑOS. \v 7 EU XULGARÉ A NACIÓN NA COAL EÑES SERÁN ESCRAVOS; dixo Deus, " E DEPOIS DISTO ELES SALIRAN E LOUBARÁN NESTE SITIO. \v 8 E Él deulle a Abrahan o pacto da circunsión, así Abrahan viu a ser o pai de Isaac e o circuncidou a oitavo día; Isaac foi a ser o pai de Xacob e Xacob o pai dos doce patriarcas \ No newline at end of file diff --git a/07/09.txt b/07/09.txt new file mode 100644 index 0000000..81b7bad --- /dev/null +++ b/07/09.txt @@ -0,0 +1 @@ +Os patriarcas foron movidos po \ No newline at end of file diff --git a/manifest.json b/manifest.json index 7ab60d1..fb8ee1a 100644 --- a/manifest.json +++ b/manifest.json @@ -114,6 +114,7 @@ "06-12", "07-01", "07-04", + "07-06", "19-38" ] } \ No newline at end of file From 189573b1f47de8a0f10e41a42680510be7355a22 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 10:32:14 +0100 Subject: [PATCH 621/977] =?UTF-8?q?Sat=20Mar=2026=202022=2010:32:14=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/09.txt b/07/09.txt index 81b7bad..5ee02b1 100644 --- a/07/09.txt +++ b/07/09.txt @@ -1 +1 @@ -Os patriarcas foron movidos po \ No newline at end of file +Os patriarcas foron movidos pola envexa contra Xosé e vendérono a Exipto e tón Deus estivo con él \ No newline at end of file From 870d05ff32eb8cb84b70340597c98856ecd434e1 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 10:34:15 +0100 Subject: [PATCH 622/977] =?UTF-8?q?Sat=20Mar=2026=202022=2010:34:14=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/09.txt b/07/09.txt index 5ee02b1..a9e90a9 100644 --- a/07/09.txt +++ b/07/09.txt @@ -1 +1 @@ -Os patriarcas foron movidos pola envexa contra Xosé e vendérono a Exipto e tón Deus estivo con él \ No newline at end of file +Os patriarcas foron movidos pola envexa contra Xosé e vendérono a Exipto e tón Deus estivo con él e salvouno de dodos os seus sofrementos e deulle favor e sabedoría ante o Faraón \ No newline at end of file From 4b5f8c05244410f1424873be04a03fb0c4c81d5a Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 10:36:15 +0100 Subject: [PATCH 623/977] =?UTF-8?q?Sat=20Mar=2026=202022=2010:36:14=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/09.txt b/07/09.txt index a9e90a9..3c53f58 100644 --- a/07/09.txt +++ b/07/09.txt @@ -1 +1 @@ -Os patriarcas foron movidos pola envexa contra Xosé e vendérono a Exipto e tón Deus estivo con él e salvouno de dodos os seus sofrementos e deulle favor e sabedoría ante o Faraón \ No newline at end of file +Os patriarcas foron movidos pola envexa contra Xosé e vendérono a Exipto e tón Deus estivo con él e salvouno de dodos os seus sofrementos e deulle favor e sabedoría ante o Faraón rei de Exipto. Faraón enton lle fixo gobernante por riba de Exipto e por riba \ No newline at end of file From 2216ea65550afb012166068e368fe14dc45dd5a1 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 10:38:14 +0100 Subject: [PATCH 624/977] =?UTF-8?q?Sat=20Mar=2026=202022=2010:38:14=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/09.txt b/07/09.txt index 3c53f58..9d70a59 100644 --- a/07/09.txt +++ b/07/09.txt @@ -1 +1 @@ -Os patriarcas foron movidos pola envexa contra Xosé e vendérono a Exipto e tón Deus estivo con él e salvouno de dodos os seus sofrementos e deulle favor e sabedoría ante o Faraón rei de Exipto. Faraón enton lle fixo gobernante por riba de Exipto e por riba \ No newline at end of file +Os patriarcas foron movidos pola envexa contra Xosé e vendérono a Exipto e tón Deus estivo con él e salvouno de dodos os seus sofrementos e deulle favor e sabedoría ante o Faraón rei de Exipto. Faraón enton lle fixo gobernante sobre Exipto e sobre toda a súa casa. \ No newline at end of file From 33f1a4fea2724c549d113868ee26992eb9beeb6c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 10:40:16 +0100 Subject: [PATCH 625/977] =?UTF-8?q?Sat=20Mar=2026=202022=2010:40:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/09.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/07/09.txt b/07/09.txt index 9d70a59..ee22aea 100644 --- a/07/09.txt +++ b/07/09.txt @@ -1 +1 @@ -Os patriarcas foron movidos pola envexa contra Xosé e vendérono a Exipto e tón Deus estivo con él e salvouno de dodos os seus sofrementos e deulle favor e sabedoría ante o Faraón rei de Exipto. Faraón enton lle fixo gobernante sobre Exipto e sobre toda a súa casa. \ No newline at end of file +\v 9 Os patriarcas foron movidos pola envexa contra Xosé e vendérono a Exipto entón Deus estivo con él \v 10 e salvouno de dodos os seus sofrementos e deulle favor e sabedoría ante o Faraón rei de Exipto. Faraón enton lle fixo gobernante sobre Exipto e sobre toda a súa casa. \ No newline at end of file diff --git a/manifest.json b/manifest.json index fb8ee1a..0a9896e 100644 --- a/manifest.json +++ b/manifest.json @@ -115,6 +115,7 @@ "07-01", "07-04", "07-06", + "07-09", "19-38" ] } \ No newline at end of file From 416d9be9418365dc1c1cc0345b9fbedde3dbf61f Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 10:52:15 +0100 Subject: [PATCH 626/977] =?UTF-8?q?Sat=20Mar=2026=202022=2010:52:14=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/11.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 07/11.txt diff --git a/07/11.txt b/07/11.txt new file mode 100644 index 0000000..f582e1f --- /dev/null +++ b/07/11.txt @@ -0,0 +1 @@ +Agora, viu unha fame \ No newline at end of file From 7d344e21476b18acf4b3cfeabbd895cbe023616c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 10:54:15 +0100 Subject: [PATCH 627/977] =?UTF-8?q?Sat=20Mar=2026=202022=2010:54:14=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/11.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/11.txt b/07/11.txt index f582e1f..ff87e81 100644 --- a/07/11.txt +++ b/07/11.txt @@ -1 +1 @@ -Agora, viu unha fame \ No newline at end of file +\v 11 \v 12 \v 13 Agora, viu unha fame sobre todo Exipto e Canaán e grande sofremento e nosos pais \ No newline at end of file From 18b37c64fa0e5e53792d3f73c65b872d38cc0c04 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 10:56:15 +0100 Subject: [PATCH 628/977] =?UTF-8?q?Sat=20Mar=2026=202022=2010:56:14=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/11.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/11.txt b/07/11.txt index ff87e81..b5de98b 100644 --- a/07/11.txt +++ b/07/11.txt @@ -1 +1 @@ -\v 11 \v 12 \v 13 Agora, viu unha fame sobre todo Exipto e Canaán e grande sofremento e nosos pais \ No newline at end of file +\v 11 \v 12 \v 13 Agora, viu unha fame sobre todo Exipto e Canaán e grande sofremento e nosos pais non atoparon alementos. Pero cando Xacob escoitou que en Exipto había millo él mandou \ No newline at end of file From f891bd86e7eb2aa21138c1171facb9786e2c7b26 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 10:58:15 +0100 Subject: [PATCH 629/977] =?UTF-8?q?Sat=20Mar=2026=202022=2010:58:14=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/11.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/11.txt b/07/11.txt index b5de98b..3e2414f 100644 --- a/07/11.txt +++ b/07/11.txt @@ -1 +1 @@ -\v 11 \v 12 \v 13 Agora, viu unha fame sobre todo Exipto e Canaán e grande sofremento e nosos pais non atoparon alementos. Pero cando Xacob escoitou que en Exipto había millo él mandou \ No newline at end of file +\v 11 \v 12 \v 13 Agora, viu unha fame sobre todo Exipto e Canaán e grande sofremento e nosos pais non atoparon alementos. Pero cando Xacob escoitou que en Exipto había millo él mandou a nosos ancestros a primeira vez. A segunda vez Xosé mostróuse a él mesmo a seus hirmans e a familia de Xosé coñocida por Faraón \ No newline at end of file From 87e23df7ba78095d9346df2534bd9fd805ca2162 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 11:00:15 +0100 Subject: [PATCH 630/977] =?UTF-8?q?Sat=20Mar=2026=202022=2011:00:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/14.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 07/14.txt diff --git a/07/14.txt b/07/14.txt new file mode 100644 index 0000000..cf172e2 --- /dev/null +++ b/07/14.txt @@ -0,0 +1 @@ +Xosé mandau a seus hirmans de volta para decirlle a Xacob seu pai que viñera a Exipto, xunto a todos seus parentes, s \ No newline at end of file From 4f8c0804853fa2cffaf8f956443c207bd36e9328 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 11:02:15 +0100 Subject: [PATCH 631/977] =?UTF-8?q?Sat=20Mar=2026=202022=2011:02:14=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/14.txt b/07/14.txt index cf172e2..955635d 100644 --- a/07/14.txt +++ b/07/14.txt @@ -1 +1 @@ -Xosé mandau a seus hirmans de volta para decirlle a Xacob seu pai que viñera a Exipto, xunto a todos seus parentes, s \ No newline at end of file +Xosé mandau a seus hirmans de volta para decirlle a Xacob seu pai que viñera a Exipto, xunto a todos seus parentes, setenta e cinco persoas \ No newline at end of file From 0a14b346708871d3b595dc8e8faad7a107aa3d27 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 11:08:15 +0100 Subject: [PATCH 632/977] =?UTF-8?q?Sat=20Mar=2026=202022=2011:08:14=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/11.txt | 2 +- 07/14.txt | 2 +- manifest.json | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/07/11.txt b/07/11.txt index 3e2414f..ca5d032 100644 --- a/07/11.txt +++ b/07/11.txt @@ -1 +1 @@ -\v 11 \v 12 \v 13 Agora, viu unha fame sobre todo Exipto e Canaán e grande sofremento e nosos pais non atoparon alementos. Pero cando Xacob escoitou que en Exipto había millo él mandou a nosos ancestros a primeira vez. A segunda vez Xosé mostróuse a él mesmo a seus hirmans e a familia de Xosé coñocida por Faraón \ No newline at end of file +\v 11 Agora, viu unha fame sobre todo Exipto e Canaán e grande sofremento e nosos pais non atoparon alementos. \v 12 Pero cando Xacob escoitou que en Exipto había millo él mandou a nosos ancestros a primeira vez. \v 13 A segunda vez Xosé mostróuse a él mesmo a seus hirmans e a familia de Xosé coñocida por Faraón \ No newline at end of file diff --git a/07/14.txt b/07/14.txt index 955635d..d151df4 100644 --- a/07/14.txt +++ b/07/14.txt @@ -1 +1 @@ -Xosé mandau a seus hirmans de volta para decirlle a Xacob seu pai que viñera a Exipto, xunto a todos seus parentes, setenta e cinco persoas \ No newline at end of file +\v 14 \v 15 \v 16 Xosé mandau a seus hirmans de volta para decirlle a Xacob seu pai que viñera a Exipto, xunto a todos seus parentes, setenta e cinco persoas \ No newline at end of file diff --git a/manifest.json b/manifest.json index 0a9896e..8fcba8e 100644 --- a/manifest.json +++ b/manifest.json @@ -116,6 +116,7 @@ "07-04", "07-06", "07-09", + "07-11", "19-38" ] } \ No newline at end of file From 387916d0afeebba66d2a5c77790bdafa720110b7 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 11:40:15 +0100 Subject: [PATCH 633/977] =?UTF-8?q?Sat=20Mar=2026=202022=2011:40:14=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/14.txt b/07/14.txt index d151df4..2eb3b55 100644 --- a/07/14.txt +++ b/07/14.txt @@ -1 +1 @@ -\v 14 \v 15 \v 16 Xosé mandau a seus hirmans de volta para decirlle a Xacob seu pai que viñera a Exipto, xunto a todos seus parentes, setenta e cinco persoas \ No newline at end of file +\v 14 \v 15 \v 16 Xosé mandau a seus hirmans de volta para decirlle a Xacob seu pai que viñera a Exipto, xunto a todos seus parentes, setenta e cinco persoas \ No newline at end of file From 49f110c8d6692d09a0568ae348127d741e599e63 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 11:42:15 +0100 Subject: [PATCH 634/977] =?UTF-8?q?Sat=20Mar=2026=202022=2011:42:14=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/14.txt b/07/14.txt index 2eb3b55..4fe5d6d 100644 --- a/07/14.txt +++ b/07/14.txt @@ -1 +1 @@ -\v 14 \v 15 \v 16 Xosé mandau a seus hirmans de volta para decirlle a Xacob seu pai que viñera a Exipto, xunto a todos seus parentes, setenta e cinco persoas \ No newline at end of file +\v 14 \v 15 \v 16 Xosé mandau a seus hirmans de volta para decirlle a Xacob seu pai que viñera a Exipto, xunto a todos seus parentes, setenta e cinco persoas total, enton \ No newline at end of file From a684a55b822e89b82008a4f09ed53ff1aa1c5cb5 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 11:44:15 +0100 Subject: [PATCH 635/977] =?UTF-8?q?Sat=20Mar=2026=202022=2011:44:14=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/14.txt b/07/14.txt index 4fe5d6d..574fb6f 100644 --- a/07/14.txt +++ b/07/14.txt @@ -1 +1 @@ -\v 14 \v 15 \v 16 Xosé mandau a seus hirmans de volta para decirlle a Xacob seu pai que viñera a Exipto, xunto a todos seus parentes, setenta e cinco persoas total, enton \ No newline at end of file +\v 14 \v 15 \v 16 Xosé mandau a seus hirmans de volta para decirlle a Xacob seu pai que viñera a Exipto, xunto a todos seus parentes, setenta e cinco persoas total, enton Xacobo baixou a exipto depois de morrer el mesmo e os nosdos ancestros foron levados a fundir e foron postos na tumba de Abra \ No newline at end of file From 6871f454b6fded13850259c43ebd65251293554b Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 11:46:15 +0100 Subject: [PATCH 636/977] =?UTF-8?q?Sat=20Mar=2026=202022=2011:46:14=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/14.txt b/07/14.txt index 574fb6f..dd4ce99 100644 --- a/07/14.txt +++ b/07/14.txt @@ -1 +1 @@ -\v 14 \v 15 \v 16 Xosé mandau a seus hirmans de volta para decirlle a Xacob seu pai que viñera a Exipto, xunto a todos seus parentes, setenta e cinco persoas total, enton Xacobo baixou a exipto depois de morrer el mesmo e os nosdos ancestros foron levados a fundir e foron postos na tumba de Abra \ No newline at end of file +\v 14 \v 15 \v 16 Xosé mandau a seus hirmans de volta para decirlle a Xacob seu pai que viñera a Exipto, xunto a todos seus parentes, setenta e cinco persoas total, enton Xacobo baixou a exipto depois de morrer el mesmo e os nosdos ancestros foron levados a fundir e foron postos na tumba de Abrahabn comprada por prezo de prata polos fillos damor \ No newline at end of file From c7ef1dcde7c835bc8e962fe11791af5f4f79a0de Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 11:48:15 +0100 Subject: [PATCH 637/977] =?UTF-8?q?Sat=20Mar=2026=202022=2011:48:14=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/14.txt b/07/14.txt index dd4ce99..ca2b58b 100644 --- a/07/14.txt +++ b/07/14.txt @@ -1 +1 @@ -\v 14 \v 15 \v 16 Xosé mandau a seus hirmans de volta para decirlle a Xacob seu pai que viñera a Exipto, xunto a todos seus parentes, setenta e cinco persoas total, enton Xacobo baixou a exipto depois de morrer el mesmo e os nosdos ancestros foron levados a fundir e foron postos na tumba de Abrahabn comprada por prezo de prata polos fillos damor \ No newline at end of file +\v 14 \v 15 \v 16 Xosé mandau a seus hirmans de volta para decirlle a Xacob seu pai que viñera a Exipto, xunto a todos seus parentes, setenta e cinco persoas total, enton Xacobo baixou a exipto depois de morrer el mesmo e os nosdos ancestros foron levados a fundir e foron postos na tumba de Abrahabn comprada por prezo en prata dos fillos de Hamor en Siquen. From d696ff28685b0df5f571a7981e73850053da0fed Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 11:50:15 +0100 Subject: [PATCH 638/977] =?UTF-8?q?Sat=20Mar=2026=202022=2011:50:14=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/14.txt b/07/14.txt index ca2b58b..78aa09f 100644 --- a/07/14.txt +++ b/07/14.txt @@ -1 +1 @@ -\v 14 \v 15 \v 16 Xosé mandau a seus hirmans de volta para decirlle a Xacob seu pai que viñera a Exipto, xunto a todos seus parentes, setenta e cinco persoas total, enton Xacobo baixou a exipto depois de morrer el mesmo e os nosdos ancestros foron levados a fundir e foron postos na tumba de Abrahabn comprada por prezo en prata dos fillos de Hamor en Siquen. +\v 14 \v 15 \v 16 Xosé mandau a seus hirmans de volta para decirlle a Xacob seu pai que viñera a Exipto, xunto a todos seus parentes, setenta e cinco persoas total. Entón Xacobo baixou a Exipto depois él morreu él mesmo e os nosos ancestros foron levados a fundir e foron postos na tumba de Abrahabn comprada por prezo en prata dos fillos de Hamor en Siquen. From be2f16c8744b4772c4f6467cc59dce0c8c3bc005 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 11:52:15 +0100 Subject: [PATCH 639/977] =?UTF-8?q?Sat=20Mar=2026=202022=2011:52:14=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/14.txt b/07/14.txt index 78aa09f..947723a 100644 --- a/07/14.txt +++ b/07/14.txt @@ -1 +1 @@ -\v 14 \v 15 \v 16 Xosé mandau a seus hirmans de volta para decirlle a Xacob seu pai que viñera a Exipto, xunto a todos seus parentes, setenta e cinco persoas total. Entón Xacobo baixou a Exipto depois él morreu él mesmo e os nosos ancestros foron levados a fundir e foron postos na tumba de Abrahabn comprada por prezo en prata dos fillos de Hamor en Siquen. +\v 14 \v 15 \v 16 Xosé mandau a seus hirmans de volta para decirlle a Xacob seu pai que viñera a Exipto, xunto a todos seus parentes, setenta e cinco persoas total. Entón Xacobo baixou a Exipto depois él morreu él mesmo e os nosos ancestros. Foron levados a Siquen e foron postos na tumba que Abrahabn comprou por prezo en prata dos fillos de Hamor en Siquen. From d102cf5c9e1ce2071ea4fd35914a253886d9f763 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 11:54:15 +0100 Subject: [PATCH 640/977] =?UTF-8?q?Sat=20Mar=2026=202022=2011:54:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/14.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/07/14.txt b/07/14.txt index 947723a..1d7621f 100644 --- a/07/14.txt +++ b/07/14.txt @@ -1 +1 @@ -\v 14 \v 15 \v 16 Xosé mandau a seus hirmans de volta para decirlle a Xacob seu pai que viñera a Exipto, xunto a todos seus parentes, setenta e cinco persoas total. Entón Xacobo baixou a Exipto depois él morreu él mesmo e os nosos ancestros. Foron levados a Siquen e foron postos na tumba que Abrahabn comprou por prezo en prata dos fillos de Hamor en Siquen. +\v 14 Xosé mandau a seus hirmans de volta para decirlle a Xacob seu pai que viñera a Exipto, xunto a todos seus parentes, setenta e cinco persoas total. \v 15 Entón Xacobo baixou a Exipto depois él morreu él mesmo e os nosos ancestros. \v 16 Eles foron levados a Siquen e foron postos na tumba que Abrahabn comprou por prezo en prata dos fillos de Hamor en Siquen. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 8fcba8e..dd3fb55 100644 --- a/manifest.json +++ b/manifest.json @@ -117,6 +117,7 @@ "07-06", "07-09", "07-11", + "07-14", "19-38" ] } \ No newline at end of file From af32f49753dd92c09bd853d327378f758beeb2b0 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 11:56:15 +0100 Subject: [PATCH 641/977] =?UTF-8?q?Sat=20Mar=2026=202022=2011:56:14=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/17.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 07/17.txt diff --git a/07/17.txt b/07/17.txt new file mode 100644 index 0000000..fe194ab --- /dev/null +++ b/07/17.txt @@ -0,0 +1 @@ +Mentres o tempo da promesa sé achegaba, a promesa qué Deus lle dixera a Abraham, o pobo, medraba e se moltiplicaba en \ No newline at end of file From bbd48d619e176871462ac3c58793e6191e72b112 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 11:58:15 +0100 Subject: [PATCH 642/977] =?UTF-8?q?Sat=20Mar=2026=202022=2011:58:14=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/17.txt b/07/17.txt index fe194ab..e5ad661 100644 --- a/07/17.txt +++ b/07/17.txt @@ -1 +1 @@ -Mentres o tempo da promesa sé achegaba, a promesa qué Deus lle dixera a Abraham, o pobo, medraba e se moltiplicaba en \ No newline at end of file +Mentres o tempo da promesa sé achegaba, a promesa qué Deus lle dixera a Abraham, o pobo, medraba e se moltiplicaba en Exipto, hata que se levantou outro rei en Wxipto, un rei quen non coñocia a Xosé. Iste mesmo rei enganou a noso pobo e maltatouno \ No newline at end of file From 88748c9e6942f78e60c1ed127255ce39c77593ef Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 12:00:15 +0100 Subject: [PATCH 643/977] =?UTF-8?q?Sat=20Mar=2026=202022=2012:00:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/17.txt b/07/17.txt index e5ad661..1102e51 100644 --- a/07/17.txt +++ b/07/17.txt @@ -1 +1 @@ -Mentres o tempo da promesa sé achegaba, a promesa qué Deus lle dixera a Abraham, o pobo, medraba e se moltiplicaba en Exipto, hata que se levantou outro rei en Wxipto, un rei quen non coñocia a Xosé. Iste mesmo rei enganou a noso pobo e maltatouno \ No newline at end of file +Mentres o tempo da promesa sé achegaba, a promesa qué Deus lle dixera a Abraham, o pobo, medraba e se moltiplicaba en Exipto, hata que se levantou outro rei en Wxipto, un rei quen non coñocia a Xosé. Iste mesmo rei enganou a noso pobo e maltratou a nosos ancestros tan duramente, que eles tiñan que expoñer a seus \ No newline at end of file From bedddca64c669c62f540804dfed9908c799e9559 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 12:02:15 +0100 Subject: [PATCH 644/977] =?UTF-8?q?Sat=20Mar=2026=202022=2012:02:14=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/17.txt b/07/17.txt index 1102e51..b7dc437 100644 --- a/07/17.txt +++ b/07/17.txt @@ -1 +1 @@ -Mentres o tempo da promesa sé achegaba, a promesa qué Deus lle dixera a Abraham, o pobo, medraba e se moltiplicaba en Exipto, hata que se levantou outro rei en Wxipto, un rei quen non coñocia a Xosé. Iste mesmo rei enganou a noso pobo e maltratou a nosos ancestros tan duramente, que eles tiñan que expoñer a seus \ No newline at end of file +\v 17 \v 18 \v 19 Mentres o tempo da promesa sé achegaba, a promesa qué Deus lle dixera a Abraham, o pobo, medraba e se moltiplicaba en Exipto, hata que se levantou outro rei en Wxipto, un rei quen non coñocia a Xosé. Iste mesmo rei enganou a noso pobo e maltratou a nosos ancestros tan duramente, que eles tiñan que expoñer a seus \ No newline at end of file From 504d39ed1c4a53e2915c5be60fa1bcf08463c099 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 12:20:15 +0100 Subject: [PATCH 645/977] =?UTF-8?q?Sat=20Mar=2026=202022=2012:20:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/17.txt b/07/17.txt index b7dc437..1fa62cd 100644 --- a/07/17.txt +++ b/07/17.txt @@ -1 +1 @@ -\v 17 \v 18 \v 19 Mentres o tempo da promesa sé achegaba, a promesa qué Deus lle dixera a Abraham, o pobo, medraba e se moltiplicaba en Exipto, hata que se levantou outro rei en Wxipto, un rei quen non coñocia a Xosé. Iste mesmo rei enganou a noso pobo e maltratou a nosos ancestros tan duramente, que eles tiñan que expoñer a seus \ No newline at end of file +\v 17 \v 18 \v 19 Mentres o tempo da promesa sé achegaba, a promesa qué Deus lle dixera a Abraham, o pobo, medraba e se moltiplicaba en Exipto, hata que se levantou outro rei en Wxipto, un rei quen non coñocia a Xosé. Iste mesmo rei enganou a noso pobo e maltratou a nosos ancestros tan duramente, que eles tiñan que expoñer a seus nenos a o prerigo \ No newline at end of file From a2365642407f743eacc990dca30de77160dfdfae Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 12:22:15 +0100 Subject: [PATCH 646/977] =?UTF-8?q?Sat=20Mar=2026=202022=2012:22:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/17.txt b/07/17.txt index 1fa62cd..bb385c7 100644 --- a/07/17.txt +++ b/07/17.txt @@ -1 +1 @@ -\v 17 \v 18 \v 19 Mentres o tempo da promesa sé achegaba, a promesa qué Deus lle dixera a Abraham, o pobo, medraba e se moltiplicaba en Exipto, hata que se levantou outro rei en Wxipto, un rei quen non coñocia a Xosé. Iste mesmo rei enganou a noso pobo e maltratou a nosos ancestros tan duramente, que eles tiñan que expoñer a seus nenos a o prerigo \ No newline at end of file +\v 17 \v 18 \v 19 Mentres o tempo da promesa sé achegaba, a promesa qué Deus lle dixera a Abraham, o pobo, medraba e se moltiplicaba en Exipto , hata que se levantou outro rei en Exipto, un rei quen non coñocera a Xosé. Iste mesmo rei enganou a noso pobo e maltratou a nosos ancestros tan duramente, que eles tiñan que expoñer a seus nenos a o prerigo \ No newline at end of file From 9e94323bb77dcc95663ec1f2c913b119ca9389d7 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 12:24:15 +0100 Subject: [PATCH 647/977] =?UTF-8?q?Sat=20Mar=2026=202022=2012:24:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/17.txt b/07/17.txt index bb385c7..4a515b6 100644 --- a/07/17.txt +++ b/07/17.txt @@ -1 +1 @@ -\v 17 \v 18 \v 19 Mentres o tempo da promesa sé achegaba, a promesa qué Deus lle dixera a Abraham, o pobo, medraba e se moltiplicaba en Exipto , hata que se levantou outro rei en Exipto, un rei quen non coñocera a Xosé. Iste mesmo rei enganou a noso pobo e maltratou a nosos ancestros tan duramente, que eles tiñan que expoñer a seus nenos a o prerigo \ No newline at end of file +\v 17 \v 18 \v 19 Mentres o tempo da promesa sé achegaba, a promesa qué Deus lle dixera a Abraham, o pobo, medraba e se moltiplicaba en Exipto , hata que se levantou outro rei en Exipto, un rei quen non coñocera a Xosé. Iste mesmo rei enganou a noso pobo e maltratou a nosos ancestros tan duramente, que eles tiñan que expoñer a seus nenos a o prerigo coa esperanza que eles sobreviviran. \ No newline at end of file From 8a9e438c38d9611ed9633488bf5e6ccaf711f6ad Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 12:36:16 +0100 Subject: [PATCH 648/977] =?UTF-8?q?Sat=20Mar=2026=202022=2012:36:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/17.txt b/07/17.txt index 4a515b6..3fa66db 100644 --- a/07/17.txt +++ b/07/17.txt @@ -1 +1 @@ -\v 17 \v 18 \v 19 Mentres o tempo da promesa sé achegaba, a promesa qué Deus lle dixera a Abraham, o pobo, medraba e se moltiplicaba en Exipto , hata que se levantou outro rei en Exipto, un rei quen non coñocera a Xosé. Iste mesmo rei enganou a noso pobo e maltratou a nosos ancestros tan duramente, que eles tiñan que expoñer a seus nenos a o prerigo coa esperanza que eles sobreviviran. \ No newline at end of file +\v 17 \v 18 Mentres o tempo da promesa sé achegaba, a promesa qué Deus lle dixera a Abraham, o pobo, medraba e se moltiplicaba en Exipto , hata que se levantou outro rei en Exipto, un rei quen non coñocera a Xosé. \v 19 Iste mesmo rei enganou a noso pobo e maltratou a nosos ancestros tan duramente, que eles tiñan que expoñer a seus nenos a o prerigo coa esperanza que eles sobreviviran. \ No newline at end of file From da83a6f1d1f182f9c28f43646341aed848d274d1 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 12:38:16 +0100 Subject: [PATCH 649/977] =?UTF-8?q?Sat=20Mar=2026=202022=2012:38:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/17.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/07/17.txt b/07/17.txt index 3fa66db..4e25269 100644 --- a/07/17.txt +++ b/07/17.txt @@ -1 +1 @@ -\v 17 \v 18 Mentres o tempo da promesa sé achegaba, a promesa qué Deus lle dixera a Abraham, o pobo, medraba e se moltiplicaba en Exipto , hata que se levantou outro rei en Exipto, un rei quen non coñocera a Xosé. \v 19 Iste mesmo rei enganou a noso pobo e maltratou a nosos ancestros tan duramente, que eles tiñan que expoñer a seus nenos a o prerigo coa esperanza que eles sobreviviran. \ No newline at end of file +\v 17 Mentres o tempo da promesa sé achegaba, a promesa qué Deus lle dixera a Abraham, o pobo, medraba e se moltiplicaba en Exipto , \v 18 hata que se levantou outro rei en Exipto, un rei quen non coñocera a Xosé. \v 19 Iste mesmo rei enganou a noso pobo e maltratou a nosos ancestros tan duramente, que eles tiñan que expoñer a seus nenos a o prerigo coa esperanza que eles sobreviviran. \ No newline at end of file diff --git a/manifest.json b/manifest.json index dd3fb55..1104a2f 100644 --- a/manifest.json +++ b/manifest.json @@ -118,6 +118,7 @@ "07-09", "07-11", "07-14", + "07-17", "19-38" ] } \ No newline at end of file From 3f44379121bdcefd3d09e65571ac17bf7fd3bbf1 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 12:40:17 +0100 Subject: [PATCH 650/977] =?UTF-8?q?Sat=20Mar=2026=202022=2012:40:17=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/20.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 07/20.txt diff --git a/07/20.txt b/07/20.txt new file mode 100644 index 0000000..cb6b4bc --- /dev/null +++ b/07/20.txt @@ -0,0 +1 @@ +Por este tempo Moisés naceu, él era diante de Deus e foi \ No newline at end of file From 6345f05d354e4e8c6a1adb030f707bef238162cb Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 12:42:16 +0100 Subject: [PATCH 651/977] =?UTF-8?q?Sat=20Mar=2026=202022=2012:42:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/20.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/20.txt b/07/20.txt index cb6b4bc..202ce45 100644 --- a/07/20.txt +++ b/07/20.txt @@ -1 +1 @@ -Por este tempo Moisés naceu, él era diante de Deus e foi \ No newline at end of file +Por este tempo Moisés naceu, él era diante de Deus e foi alimentado por tres meses na casa de seu pai. Cando él foi posto afora, a filla do Faraón o \ No newline at end of file From 0c8c6e034c39128b35836172b9206a4af0f18e3b Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 12:46:16 +0100 Subject: [PATCH 652/977] =?UTF-8?q?Sat=20Mar=2026=202022=2012:46:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/20.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/07/20.txt b/07/20.txt index 202ce45..93a0b4e 100644 --- a/07/20.txt +++ b/07/20.txt @@ -1 +1 @@ -Por este tempo Moisés naceu, él era diante de Deus e foi alimentado por tres meses na casa de seu pai. Cando él foi posto afora, a filla do Faraón o \ No newline at end of file +\v 20 Por este tempo Moisés naceu, él era diante de Deus e foi alimentado por tres meses na casa de seu pai. \v 21 Cando él foi posto afora, a filla do Faraón o adoptou e criouno coma seu propio fillo. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 1104a2f..264f620 100644 --- a/manifest.json +++ b/manifest.json @@ -119,6 +119,7 @@ "07-11", "07-14", "07-17", + "07-20", "19-38" ] } \ No newline at end of file From e2ce43d3f63ebc81fa9073e0d567e8ea5f6ab001 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 12:48:16 +0100 Subject: [PATCH 653/977] =?UTF-8?q?Sat=20Mar=2026=202022=2012:48:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/22.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 07/22.txt diff --git a/07/22.txt b/07/22.txt new file mode 100644 index 0000000..4ae8786 --- /dev/null +++ b/07/22.txt @@ -0,0 +1 @@ +Moisés foi \ No newline at end of file From 91722eaf0631b34d70ce4411ee51e56c285b6b9e Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 12:50:16 +0100 Subject: [PATCH 654/977] =?UTF-8?q?Sat=20Mar=2026=202022=2012:50:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/22.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/22.txt b/07/22.txt index 4ae8786..c2752c4 100644 --- a/07/22.txt +++ b/07/22.txt @@ -1 +1 @@ -Moisés foi \ No newline at end of file +Moisés foi educado en todas as ensinanzas dos Exipcios; e él foi poderoso nos seuas varbas e feitos. Mais \ No newline at end of file From 4b0f3d51fa60ca13a085bdba17ae4be62aaa52f7 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 12:52:16 +0100 Subject: [PATCH 655/977] =?UTF-8?q?Sat=20Mar=2026=202022=2012:52:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/22.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/22.txt b/07/22.txt index c2752c4..fa83307 100644 --- a/07/22.txt +++ b/07/22.txt @@ -1 +1 @@ -Moisés foi educado en todas as ensinanzas dos Exipcios; e él foi poderoso nos seuas varbas e feitos. Mais \ No newline at end of file +Moisés foi educado en todas as ensinanzas dos Exipcios; e él foi poderoso nos seuas varbas e feitos. Mais cando él tiña preto de coarenta anos de idade, viu a seu corazón vititar a seus hirmans, os fillos de Israél. Vindo que un \ No newline at end of file From d36c2ba7fdaf2f7bc5b8b33661ce0dc493c1075e Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 12:54:16 +0100 Subject: [PATCH 656/977] =?UTF-8?q?Sat=20Mar=2026=202022=2012:54:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/22.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/22.txt b/07/22.txt index fa83307..7e2770d 100644 --- a/07/22.txt +++ b/07/22.txt @@ -1 +1 @@ -Moisés foi educado en todas as ensinanzas dos Exipcios; e él foi poderoso nos seuas varbas e feitos. Mais cando él tiña preto de coarenta anos de idade, viu a seu corazón vititar a seus hirmans, os fillos de Israél. Vindo que un \ No newline at end of file +Moisés foi educado en todas as ensinanzas dos Exipcios; e él foi poderoso nos seuas varbas e feitos. Mais cando él tiña preto de coarenta anos de idade, viu a seu corazón vititar a seus hirmans, os fillos de Israél. Vindo que un israelita taba siendo maltratado, Moisés o defendeu e vingou aquel que foi \ No newline at end of file From 6d357ca19fa3ee29b122f64dbd3d22b708b44197 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 12:56:16 +0100 Subject: [PATCH 657/977] =?UTF-8?q?Sat=20Mar=2026=202022=2012:56:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/22.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/22.txt b/07/22.txt index 7e2770d..35a9af5 100644 --- a/07/22.txt +++ b/07/22.txt @@ -1 +1 @@ -Moisés foi educado en todas as ensinanzas dos Exipcios; e él foi poderoso nos seuas varbas e feitos. Mais cando él tiña preto de coarenta anos de idade, viu a seu corazón vititar a seus hirmans, os fillos de Israél. Vindo que un israelita taba siendo maltratado, Moisés o defendeu e vingou aquel que foi \ No newline at end of file +Moisés foi educado en todas as ensinanzas dos Exipcios; e él foi poderoso nos seuas varbas e feitos. Mais cando él tiña preto de coarenta anos de idade, viu a seu corazón vititar a seus hirmans, os fillos de Israél. Vindo que un israelita taba siendo maltratado, Moisés o defendeu e vingou aquel que foi opremido matando ao esipcio. Él pensou ca seus hirmas \ No newline at end of file From e334f757df748c48900a4e4a75b4bde17e03b4da Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 13:00:16 +0100 Subject: [PATCH 658/977] =?UTF-8?q?Sat=20Mar=2026=202022=2013:00:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/22.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/22.txt b/07/22.txt index 35a9af5..ea93d76 100644 --- a/07/22.txt +++ b/07/22.txt @@ -1 +1 @@ -Moisés foi educado en todas as ensinanzas dos Exipcios; e él foi poderoso nos seuas varbas e feitos. Mais cando él tiña preto de coarenta anos de idade, viu a seu corazón vititar a seus hirmans, os fillos de Israél. Vindo que un israelita taba siendo maltratado, Moisés o defendeu e vingou aquel que foi opremido matando ao esipcio. Él pensou ca seus hirmas \ No newline at end of file +\v 22 Moisés foi educado en todas as ensinanzas dos Exipcios; e él foi poderoso nos seuas varbas e feitos. \v 23 Mais cando él tiña preto de coarenta anos de idade, viu a seu corazón vititar a seus hirmans, os fillos de Israél. \v 24 Vindo que un israelita taba siendo maltratado, Moisés o defendeu e vingou aquel que foi opremido matando ao esipcio. \v 25 Él pensou ca seus hirmas \ No newline at end of file From 6450aba4204e6cc6f84e158670a65caa46306530 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 13:02:16 +0100 Subject: [PATCH 659/977] =?UTF-8?q?Sat=20Mar=2026=202022=2013:02:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/22.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/22.txt b/07/22.txt index ea93d76..d5be79b 100644 --- a/07/22.txt +++ b/07/22.txt @@ -1 +1 @@ -\v 22 Moisés foi educado en todas as ensinanzas dos Exipcios; e él foi poderoso nos seuas varbas e feitos. \v 23 Mais cando él tiña preto de coarenta anos de idade, viu a seu corazón vititar a seus hirmans, os fillos de Israél. \v 24 Vindo que un israelita taba siendo maltratado, Moisés o defendeu e vingou aquel que foi opremido matando ao esipcio. \v 25 Él pensou ca seus hirmas \ No newline at end of file +\v 22 Moisés foi educado en todas as ensinanzas dos Exipcios; e él foi poderoso nos seuas varbas e feitos. \v 23 Mais cando él tiña preto de coarenta anos de idade, viu a seu corazón vititar a seus hirmans, os fillos de Israél. \v 24 Vindo que un israelita taba siendo maltratado, Moisés o defendeu e vingou aquel que foi opremido matando ao esipcio. \v 25 Él pensou ca seus hirmas comprenderían que Deus pola sua man estaba rescatandollos, pero eles non o comprenderon. \ No newline at end of file From 3595e735cdcc43238089dc1154a5b013c6a2f5a0 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 13:04:16 +0100 Subject: [PATCH 660/977] =?UTF-8?q?Sat=20Mar=2026=202022=2013:04:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/26.txt | 1 + manifest.json | 1 + 2 files changed, 2 insertions(+) create mode 100644 07/26.txt diff --git a/07/26.txt b/07/26.txt new file mode 100644 index 0000000..3a413b1 --- /dev/null +++ b/07/26.txt @@ -0,0 +1 @@ +A outro día en mirou a uns israelitas mentras eles estaban a descutir; él tratou de poñelos en paz entre eles; \ No newline at end of file diff --git a/manifest.json b/manifest.json index 264f620..0595752 100644 --- a/manifest.json +++ b/manifest.json @@ -120,6 +120,7 @@ "07-14", "07-17", "07-20", + "07-22", "19-38" ] } \ No newline at end of file From 8becc679e303ce7a5b2834fa33bb98ddccf5667e Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 13:06:16 +0100 Subject: [PATCH 661/977] =?UTF-8?q?Sat=20Mar=2026=202022=2013:06:15=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/26.txt b/07/26.txt index 3a413b1..1f52545 100644 --- a/07/26.txt +++ b/07/26.txt @@ -1 +1 @@ -A outro día en mirou a uns israelitas mentras eles estaban a descutir; él tratou de poñelos en paz entre eles; \ No newline at end of file +A outro día en mirou a uns israelitas mentras eles estaban a descutir; él tratou de poñelos en paz entre eles; él dixo; Siñores, vostedes son hirmans; ¿ por qué se firen un a outro? Pero él \ No newline at end of file From f8ac5be86615027a1b34066c3f6e9a8b101b5b70 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 13:08:16 +0100 Subject: [PATCH 662/977] =?UTF-8?q?Sat=20Mar=2026=202022=2013:08:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/26.txt b/07/26.txt index 1f52545..ac100c9 100644 --- a/07/26.txt +++ b/07/26.txt @@ -1 +1 @@ -A outro día en mirou a uns israelitas mentras eles estaban a descutir; él tratou de poñelos en paz entre eles; él dixo; Siñores, vostedes son hirmans; ¿ por qué se firen un a outro? Pero él \ No newline at end of file +A outro día en mirou a uns israelitas mentras eles estaban a descutir; él tratou de poñelos en paz entre eles; él dixo; Siñores, vostedes son hirmans; ¿ por qué se firen un a outro? Pero o que lle fixo dano a seu prójimo, o empurrou e dixo; ¿QUEN TE FIXO GOBERNANTE E X \ No newline at end of file From 31fb31361b28fab1e32e6b4bbb11651a3786cb83 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 13:10:16 +0100 Subject: [PATCH 663/977] =?UTF-8?q?Sat=20Mar=2026=202022=2013:10:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/26.txt b/07/26.txt index ac100c9..656932b 100644 --- a/07/26.txt +++ b/07/26.txt @@ -1 +1 @@ -A outro día en mirou a uns israelitas mentras eles estaban a descutir; él tratou de poñelos en paz entre eles; él dixo; Siñores, vostedes son hirmans; ¿ por qué se firen un a outro? Pero o que lle fixo dano a seu prójimo, o empurrou e dixo; ¿QUEN TE FIXO GOBERNANTE E X \ No newline at end of file +\v 26 \v 27 A outro día en mirou a uns israelitas mentras eles estaban a descutir; él tratou de poñelos en paz entre eles; él dixo; Siñores, vostedes son hirmans; ¿ por qué se firen un a outro? Pero o que lle fixo dano a seu prójimo, o empurrou e dixo; ¿QUEN TE FIXO GOBERNANTE E XUIZ POR RIBA DE NOS? \v 28 ¿GOSTARIATE MATARME, COMA MATASTE AO EXIPCIO ONTE? \ No newline at end of file From 6ee6728dda71e6f2870096a6fa5940314bf891dc Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 13:12:16 +0100 Subject: [PATCH 664/977] =?UTF-8?q?Sat=20Mar=2026=202022=2013:12:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/26.txt | 2 +- 07/29.txt | 1 + manifest.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 07/29.txt diff --git a/07/26.txt b/07/26.txt index 656932b..f966a01 100644 --- a/07/26.txt +++ b/07/26.txt @@ -1 +1 @@ -\v 26 \v 27 A outro día en mirou a uns israelitas mentras eles estaban a descutir; él tratou de poñelos en paz entre eles; él dixo; Siñores, vostedes son hirmans; ¿ por qué se firen un a outro? Pero o que lle fixo dano a seu prójimo, o empurrou e dixo; ¿QUEN TE FIXO GOBERNANTE E XUIZ POR RIBA DE NOS? \v 28 ¿GOSTARIATE MATARME, COMA MATASTE AO EXIPCIO ONTE? \ No newline at end of file +\v 26 A outro día en mirou a uns israelitas mentras eles estaban a descutir; él tratou de poñelos en paz entre eles; él dixo; Siñores, vostedes son hirmans; ¿ por qué se firen un a outro? \v 27 Pero o que lle fixo dano a seu prójimo, o empurrou e dixo; ¿QUEN TE FIXO GOBERNANTE E XUIZ POR RIBA DE NOS? \v 28 ¿GOSTARIATE MATARME, COMA MATASTE AO EXIPCIO ONTE? \ No newline at end of file diff --git a/07/29.txt b/07/29.txt new file mode 100644 index 0000000..de5a887 --- /dev/null +++ b/07/29.txt @@ -0,0 +1 @@ +Moisés fuxiu depois de escoitar ísto \ No newline at end of file diff --git a/manifest.json b/manifest.json index 0595752..3178f2e 100644 --- a/manifest.json +++ b/manifest.json @@ -121,6 +121,7 @@ "07-17", "07-20", "07-22", + "07-26", "19-38" ] } \ No newline at end of file From 2496efb69c573a3a18254e54a4bfbcb2a3d50989 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 13:28:19 +0100 Subject: [PATCH 665/977] =?UTF-8?q?Sat=20Mar=2026=202022=2013:28:18=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/29.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/29.txt b/07/29.txt index de5a887..965b425 100644 --- a/07/29.txt +++ b/07/29.txt @@ -1 +1 @@ -Moisés fuxiu depois de escoitar ísto \ No newline at end of file +\v 29 \v 30 Moisés fuxiu depois de escoita r ísto, él \ No newline at end of file From 5d7d617241c9773d29802e20b31c769e8cc68b0d Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 13:30:19 +0100 Subject: [PATCH 666/977] =?UTF-8?q?Sat=20Mar=2026=202022=2013:30:18=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/29.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/29.txt b/07/29.txt index 965b425..902eea3 100644 --- a/07/29.txt +++ b/07/29.txt @@ -1 +1 @@ -\v 29 \v 30 Moisés fuxiu depois de escoita r ísto, él \ No newline at end of file +\v 29 \v 30 Moisés fuxiu depois de \ No newline at end of file From ad6f7be1647270597856f50daca6d13e365b87d7 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 13:32:19 +0100 Subject: [PATCH 667/977] =?UTF-8?q?Sat=20Mar=2026=202022=2013:32:18=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/29.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/29.txt b/07/29.txt index 902eea3..720774d 100644 --- a/07/29.txt +++ b/07/29.txt @@ -1 +1 @@ -\v 29 \v 30 Moisés fuxiu depois de \ No newline at end of file +\v 29 \v 30 Moisés fuxiu depois de escoitar ísto; él convirtiuse \ No newline at end of file From 8cf858ac6e5d4b870b936756d3a8298d0b086761 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 13:36:19 +0100 Subject: [PATCH 668/977] =?UTF-8?q?Sat=20Mar=2026=202022=2013:36:18=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/29.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/29.txt b/07/29.txt index 720774d..08bc0c0 100644 --- a/07/29.txt +++ b/07/29.txt @@ -1 +1 @@ -\v 29 \v 30 Moisés fuxiu depois de escoitar ísto; él convirtiuse \ No newline at end of file +\v 29 \v 30 Moisés fuxiu depois de escoitar ísto; él fixose estranxeiro na terra de Madían, onde él viu a ser pai de dous fillos. Cando \ No newline at end of file From 4221e487cf16a52ae2a221f8a5ec306d639fbafd Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 13:38:19 +0100 Subject: [PATCH 669/977] =?UTF-8?q?Sat=20Mar=2026=202022=2013:38:18=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/29.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/29.txt b/07/29.txt index 08bc0c0..49273ff 100644 --- a/07/29.txt +++ b/07/29.txt @@ -1 +1 @@ -\v 29 \v 30 Moisés fuxiu depois de escoitar ísto; él fixose estranxeiro na terra de Madían, onde él viu a ser pai de dous fillos. Cando \ No newline at end of file +\v 29 \v 30 Moisés fuxiu depois de escoitar ísto; él fixose estranxeiro na terra de Madían, onde él viu a ser pai de dous fillos. Cando courenta anos xa pasaron un anxo se lle apareceu no deserto do Monte Sinaí, nuha chama de fogo nunha xesta \ No newline at end of file From 2ecf46b700b78f58ecf8edde55e06d6265fc2b2f Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 13:40:19 +0100 Subject: [PATCH 670/977] =?UTF-8?q?Sat=20Mar=2026=202022=2013:40:18=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/29.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/29.txt b/07/29.txt index 49273ff..7deeb2f 100644 --- a/07/29.txt +++ b/07/29.txt @@ -1 +1 @@ -\v 29 \v 30 Moisés fuxiu depois de escoitar ísto; él fixose estranxeiro na terra de Madían, onde él viu a ser pai de dous fillos. Cando courenta anos xa pasaron un anxo se lle apareceu no deserto do Monte Sinaí, nuha chama de fogo nunha xesta \ No newline at end of file +\v 29 \v 30 Moisés fuxiu depois de escoitar ísto; él fixose estranxeiro na terra de Madían, onde él viu a ser pai de dous fillos. Cando courenta anos xa pasaron un anxo se lle apareceu no deserto do Monte Sinaí, nuha chama de lume nun arbusto \ No newline at end of file From 7fd7427e16711462b9d5740c3d4fe7a702ae1a41 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 13:42:19 +0100 Subject: [PATCH 671/977] =?UTF-8?q?Sat=20Mar=2026=202022=2013:42:19=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/29.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/07/29.txt b/07/29.txt index 7deeb2f..7fb551f 100644 --- a/07/29.txt +++ b/07/29.txt @@ -1 +1 @@ -\v 29 \v 30 Moisés fuxiu depois de escoitar ísto; él fixose estranxeiro na terra de Madían, onde él viu a ser pai de dous fillos. Cando courenta anos xa pasaron un anxo se lle apareceu no deserto do Monte Sinaí, nuha chama de lume nun arbusto \ No newline at end of file +\v 29 Moisés fuxiu depois de escoitar ísto; él fixose estranxeiro na terra de Madían, onde él viu a ser pai de dous fillos. \v 30 Cando courenta anos xa pasaron un anxo se lle apareceu no deserto do Monte Sinaí, nuha chama de lume nun arbusto \ No newline at end of file diff --git a/manifest.json b/manifest.json index 3178f2e..bebbfd8 100644 --- a/manifest.json +++ b/manifest.json @@ -122,6 +122,7 @@ "07-20", "07-22", "07-26", + "07-29", "19-38" ] } \ No newline at end of file From 852b6ce8b9c9bbccef69787e9584cdf374162257 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 13:58:21 +0100 Subject: [PATCH 672/977] =?UTF-8?q?Sat=20Mar=2026=202022=2013:58:20=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/31.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 07/31.txt diff --git a/07/31.txt b/07/31.txt new file mode 100644 index 0000000..49d8eb6 --- /dev/null +++ b/07/31.txt @@ -0,0 +1 @@ +Cando Mo \ No newline at end of file From 246ab22f2d728a8a2873db829af1e62f76f2ff2a Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 14:00:21 +0100 Subject: [PATCH 673/977] =?UTF-8?q?Sat=20Mar=2026=202022=2014:00:21=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/31.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/31.txt b/07/31.txt index 49d8eb6..53b3e7b 100644 --- a/07/31.txt +++ b/07/31.txt @@ -1 +1 @@ -Cando Mo \ No newline at end of file +Cando Moisés viu o llume, maravillouse coa visión, e mentras quél se arrimaba pra ollala, viu una voz \ No newline at end of file From 77da4d8483f7b0e43de276f19858ef95c49de4d9 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 14:02:21 +0100 Subject: [PATCH 674/977] =?UTF-8?q?Sat=20Mar=2026=202022=2014:02:20=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/31.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/31.txt b/07/31.txt index 53b3e7b..cac9fc8 100644 --- a/07/31.txt +++ b/07/31.txt @@ -1 +1 @@ -Cando Moisés viu o llume, maravillouse coa visión, e mentras quél se arrimaba pra ollala, viu una voz \ No newline at end of file +Cando Moisés viu o llume, maravillouse coa visión, e mentras quél se achegaba pra ollala, veu a voz do Señor que dicía \ No newline at end of file From 2c9c919fbe0eb122622e6fd526108372e2194bdb Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 14:04:21 +0100 Subject: [PATCH 675/977] =?UTF-8?q?Sat=20Mar=2026=202022=2014:04:20=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/31.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/31.txt b/07/31.txt index cac9fc8..3ea0e1a 100644 --- a/07/31.txt +++ b/07/31.txt @@ -1 +1 @@ -Cando Moisés viu o llume, maravillouse coa visión, e mentras quél se achegaba pra ollala, veu a voz do Señor que dicía \ No newline at end of file +Cando Moisés viu o llume, maravillouse coa visión, e mentras quél se achegaba pra ollala, veu a voz do Señor que dicía: EU SON O DEUS DE TEUS PAIS, O DEUS DE ABRAHAM E DE ISAAC E DE XACOB. Moisés tre \ No newline at end of file From a30f59d5dff690c9100fcc18623860231942ee3e Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 14:06:21 +0100 Subject: [PATCH 676/977] =?UTF-8?q?Sat=20Mar=2026=202022=2014:06:21=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/31.txt | 2 +- 07/33.txt | 1 + manifest.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 07/33.txt diff --git a/07/31.txt b/07/31.txt index 3ea0e1a..0f67c1d 100644 --- a/07/31.txt +++ b/07/31.txt @@ -1 +1 @@ -Cando Moisés viu o llume, maravillouse coa visión, e mentras quél se achegaba pra ollala, veu a voz do Señor que dicía: EU SON O DEUS DE TEUS PAIS, O DEUS DE ABRAHAM E DE ISAAC E DE XACOB. Moisés tre \ No newline at end of file +\v 31 Cando Moisés viu o llume, maravillouse coa visión, e mentras quél se achegaba pra ollala, veu a voz do Señor que dicía: \v 32 EU SON O DEUS DE TEUS PAIS, O DEUS DE ABRAHAM E DE ISAAC E DE XACOB. Moisés tremeu e non era quen de ollar. \ No newline at end of file diff --git a/07/33.txt b/07/33.txt new file mode 100644 index 0000000..8fd3a71 --- /dev/null +++ b/07/33.txt @@ -0,0 +1 @@ +O Señor \ No newline at end of file diff --git a/manifest.json b/manifest.json index bebbfd8..c392eab 100644 --- a/manifest.json +++ b/manifest.json @@ -123,6 +123,7 @@ "07-22", "07-26", "07-29", + "07-31", "19-38" ] } \ No newline at end of file From c6b6cb572ecc47d84229c0551f4f48dcfe0ed467 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 14:08:21 +0100 Subject: [PATCH 677/977] =?UTF-8?q?Sat=20Mar=2026=202022=2014:08:21=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/33.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/33.txt b/07/33.txt index 8fd3a71..6b2a5d8 100644 --- a/07/33.txt +++ b/07/33.txt @@ -1 +1 @@ -O Señor \ No newline at end of file +O Señor lle dixo a él: QUITA \ No newline at end of file From 15e2b18bf3b8185213a8e3f475e738c70d7ed667 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 14:10:22 +0100 Subject: [PATCH 678/977] =?UTF-8?q?Sat=20Mar=2026=202022=2014:10:22=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/33.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/33.txt b/07/33.txt index 6b2a5d8..7e1981c 100644 --- a/07/33.txt +++ b/07/33.txt @@ -1 +1 @@ -O Señor lle dixo a él: QUITA \ No newline at end of file +O Señor lle dixo a él: QUITA AS SANDASLIAS, PORUE O LUGAR ONDE ESTAS PARADO E TERRA SANTA. DE CERTO EU MIREI O SOFREMENTO DO MEU POBO \ No newline at end of file From d22503b0c0bfdf0d3ad0ba3ce77248e928185802 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 14:12:21 +0100 Subject: [PATCH 679/977] =?UTF-8?q?Sat=20Mar=2026=202022=2014:12:21=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/33.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/33.txt b/07/33.txt index 7e1981c..6683b0f 100644 --- a/07/33.txt +++ b/07/33.txt @@ -1 +1 @@ -O Señor lle dixo a él: QUITA AS SANDASLIAS, PORUE O LUGAR ONDE ESTAS PARADO E TERRA SANTA. DE CERTO EU MIREI O SOFREMENTO DO MEU POBO \ No newline at end of file +O Señor lle dixo a él: QUITA AS SANDASLIAS, PORUE O LUGAR ONDE ESTAS PARADO E TERRA SANTA. DE CERTO EU MIREI O SOFREMENTO DO MEU POBO QUESTA EN EXIPTO; EU ESCOITEI SEUS XEMIDOS E EU BAIXEI A RESCATALOS AGORA VEN, EU TE MANDA \ No newline at end of file From 98dc4203a7b01fdfe5b95cf77988a6c2b9610b88 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 14:12:58 +0100 Subject: [PATCH 680/977] =?UTF-8?q?Sat=20Mar=2026=202022=2014:12:58=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/33.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/07/33.txt b/07/33.txt index 6683b0f..8f01398 100644 --- a/07/33.txt +++ b/07/33.txt @@ -1 +1 @@ -O Señor lle dixo a él: QUITA AS SANDASLIAS, PORUE O LUGAR ONDE ESTAS PARADO E TERRA SANTA. DE CERTO EU MIREI O SOFREMENTO DO MEU POBO QUESTA EN EXIPTO; EU ESCOITEI SEUS XEMIDOS E EU BAIXEI A RESCATALOS AGORA VEN, EU TE MANDA \ No newline at end of file +\v 33 O Señor lle dixo a él: QUITA AS SANDASLIAS, PORUE O LUGAR ONDE ESTAS PARADO E TERRA SANTA. \v 34 DE CERTO EU MIREI O SOFREMENTO DO MEU POBO QUESTA EN EXIPTO; EU ESCOITEI SEUS XEMIDOS E EU BAIXEI A RESCATALOS AGORA VEN, EU TE MANDAREI A EXIPTO. \ No newline at end of file diff --git a/manifest.json b/manifest.json index c392eab..f9b30b1 100644 --- a/manifest.json +++ b/manifest.json @@ -124,6 +124,7 @@ "07-26", "07-29", "07-31", + "07-33", "19-38" ] } \ No newline at end of file From 3472130b0bd928cb445e60a200e9f7600757dd59 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 18:22:55 +0100 Subject: [PATCH 681/977] =?UTF-8?q?Sat=20Mar=2026=202022=2018:22:55=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/35.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 07/35.txt diff --git a/07/35.txt b/07/35.txt new file mode 100644 index 0000000..bb68a8f --- /dev/null +++ b/07/35.txt @@ -0,0 +1 @@ +O Moisés. a quen eles esbotaron cando lle dixeron: \ No newline at end of file From c96fd962f82c8d56fcd785f4eef1baf4d65004c9 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 18:24:55 +0100 Subject: [PATCH 682/977] =?UTF-8?q?Sat=20Mar=2026=202022=2018:24:54=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/35.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/35.txt b/07/35.txt index bb68a8f..3db1fa1 100644 --- a/07/35.txt +++ b/07/35.txt @@ -1 +1 @@ -O Moisés. a quen eles esbotaron cando lle dixeron: \ No newline at end of file +\v 35 \v 36 \v 37 O Moisés. a quen eles esbotaron cando lle dixeron: ¿QYÉN TE FIXO GOBERNANTE E XUIZ? Él era aquél a quen Deus mandou coma gobernador e libertador \ No newline at end of file From 4e54809f036785c76b8630c795c6ae9e830759fa Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 18:26:55 +0100 Subject: [PATCH 683/977] =?UTF-8?q?Sat=20Mar=2026=202022=2018:26:54=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/35.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/35.txt b/07/35.txt index 3db1fa1..ab8e72c 100644 --- a/07/35.txt +++ b/07/35.txt @@ -1 +1 @@ -\v 35 \v 36 \v 37 O Moisés. a quen eles esbotaron cando lle dixeron: ¿QYÉN TE FIXO GOBERNANTE E XUIZ? Él era aquél a quen Deus mandou coma gobernador e libertador \ No newline at end of file +\v 35 \v 36 \v 37 O Moisés. a quen eles esbotaron cando lle dixeron: ¿QYÉN TE FIXO GOBERNANTE E XUIZ? Él era aquél a quen Deus mandou coma gobernador e libertador. Deus o mandou pola man do anxo que aopareceú no arbusto. Moisés os guioui a eles fora \ No newline at end of file From 9e34322bfa9f985396b441cb3f4a6a8ecfb06ecb Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 18:28:55 +0100 Subject: [PATCH 684/977] =?UTF-8?q?Sat=20Mar=2026=202022=2018:28:54=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/35.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/35.txt b/07/35.txt index ab8e72c..c700871 100644 --- a/07/35.txt +++ b/07/35.txt @@ -1 +1 @@ -\v 35 \v 36 \v 37 O Moisés. a quen eles esbotaron cando lle dixeron: ¿QYÉN TE FIXO GOBERNANTE E XUIZ? Él era aquél a quen Deus mandou coma gobernador e libertador. Deus o mandou pola man do anxo que aopareceú no arbusto. Moisés os guioui a eles fora \ No newline at end of file +\v 35 \v 36 \v 37 O Moisés. a quen eles esbotaron cando lle dixeron: ¿QYÉN TE FIXO GOBERNANTE E XUIZ? Él era aquél a quen Deus mandou coma gobernador e libertador. Deus o mandou pola man do anxo que aopareceú no arbusto. Moisés os guioui a eles fora de Exipto depois de hacer milagres e señais en Exipto e no Mar roxo \ No newline at end of file From bbc6e365b960b038cbbb0eaae462c4df39016ff4 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 18:30:55 +0100 Subject: [PATCH 685/977] =?UTF-8?q?Sat=20Mar=2026=202022=2018:30:54=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/35.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/35.txt b/07/35.txt index c700871..de082af 100644 --- a/07/35.txt +++ b/07/35.txt @@ -1 +1 @@ -\v 35 \v 36 \v 37 O Moisés. a quen eles esbotaron cando lle dixeron: ¿QYÉN TE FIXO GOBERNANTE E XUIZ? Él era aquél a quen Deus mandou coma gobernador e libertador. Deus o mandou pola man do anxo que aopareceú no arbusto. Moisés os guioui a eles fora de Exipto depois de hacer milagres e señais en Exipto e no Mar roxo \ No newline at end of file +\v 35 \v 36 \v 37 O Moisés. a quen eles esbotaron cando lle dixeron: ¿QYÉN TE FIXO GOBERNANTE E XUIZ? Él era aquél a quen Deus mandou coma gobernador e libertador. Deus o mandou pola man do anxo que aopareceú no arbusto. Moisés os guioui a eles fora de Exipto depois de hacer milagres e señais en Exipto e no Mar Roxo, e no deserto dourante coarenta anos. E o mesmo Moisés quen dixo ao pobo de Israél;DEUS ERGUERÁ UN PROFETA PARA VOSTEDES \ No newline at end of file From f8711a2fb8b56ce0d945fdb7e95fc4f2f5637d55 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 18:32:55 +0100 Subject: [PATCH 686/977] =?UTF-8?q?Sat=20Mar=2026=202022=2018:32:54=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/35.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/35.txt b/07/35.txt index de082af..c963fc4 100644 --- a/07/35.txt +++ b/07/35.txt @@ -1 +1 @@ -\v 35 \v 36 \v 37 O Moisés. a quen eles esbotaron cando lle dixeron: ¿QYÉN TE FIXO GOBERNANTE E XUIZ? Él era aquél a quen Deus mandou coma gobernador e libertador. Deus o mandou pola man do anxo que aopareceú no arbusto. Moisés os guioui a eles fora de Exipto depois de hacer milagres e señais en Exipto e no Mar Roxo, e no deserto dourante coarenta anos. E o mesmo Moisés quen dixo ao pobo de Israél;DEUS ERGUERÁ UN PROFETA PARA VOSTEDES \ No newline at end of file +\v 35 \v 36 \v 37 O Moisés. a quen eles esbotaron cando lle dixeron: ¿QYÉN TE FIXO GOBERNANTE E XUIZ? Él era aquél a quen Deus mandou coma gobernador e libertador. Deus o mandou pola man do anxo que aopareceú no arbusto. Moisés os guioui a eles fora de Exipto depois de hacer milagres e señais en Exipto e no Mar Roxo, e no deserto dourante coarenta anos. E o mesmo Moisés quen dixo ao pobo de Israél ;DEUS ERGUERÁ UN PROFETA PARA VOSTEDES \ No newline at end of file From 6c6fbb4cd9940e90510f9fb6e93d5ac14482f3e3 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 18:34:55 +0100 Subject: [PATCH 687/977] =?UTF-8?q?Sat=20Mar=2026=202022=2018:34:54=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/35.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/35.txt b/07/35.txt index c963fc4..1ac6bbf 100644 --- a/07/35.txt +++ b/07/35.txt @@ -1 +1 @@ -\v 35 \v 36 \v 37 O Moisés. a quen eles esbotaron cando lle dixeron: ¿QYÉN TE FIXO GOBERNANTE E XUIZ? Él era aquél a quen Deus mandou coma gobernador e libertador. Deus o mandou pola man do anxo que aopareceú no arbusto. Moisés os guioui a eles fora de Exipto depois de hacer milagres e señais en Exipto e no Mar Roxo, e no deserto dourante coarenta anos. E o mesmo Moisés quen dixo ao pobo de Israél ;DEUS ERGUERÁ UN PROFETA PARA VOSTEDES \ No newline at end of file +\v 35 \v 36 \v 37 O Moisés. a quen eles esbotaron cando lle dixeron: ¿QYÉN TE FIXO GOBERNANTE E XUIZ? Él era aquél a quen Deus mandou coma gobernador e libertador. Deus o mandou pola man do anxo que aopareceú no arbusto. Moisés os guioui a eles fora de Exipto depois de hacer milagres e señais en Exipto e no Mar Roxo, e no deserto dourante coarenta anos. E o mesmo Moisés quen dixo ao pobo de Israél ;DEUS ERGUERÁ UN PROFETA PARA VOSTEDES ENTRE VOSOS HIEMANS, UN PROFETA COMA MÍN \ No newline at end of file From 6168199b1954cd23a6bf5ef89eac7f7f609f9271 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 18:38:55 +0100 Subject: [PATCH 688/977] =?UTF-8?q?Sat=20Mar=2026=202022=2018:38:54=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/35.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/35.txt b/07/35.txt index 1ac6bbf..40b4a5a 100644 --- a/07/35.txt +++ b/07/35.txt @@ -1 +1 @@ -\v 35 \v 36 \v 37 O Moisés. a quen eles esbotaron cando lle dixeron: ¿QYÉN TE FIXO GOBERNANTE E XUIZ? Él era aquél a quen Deus mandou coma gobernador e libertador. Deus o mandou pola man do anxo que aopareceú no arbusto. Moisés os guioui a eles fora de Exipto depois de hacer milagres e señais en Exipto e no Mar Roxo, e no deserto dourante coarenta anos. E o mesmo Moisés quen dixo ao pobo de Israél ;DEUS ERGUERÁ UN PROFETA PARA VOSTEDES ENTRE VOSOS HIEMANS, UN PROFETA COMA MÍN \ No newline at end of file +\v 35 O Moisés. a quen eles esbotaron cando lle dixeron: ¿QUÉN TE FIXO GOBERNANTE E XUIZ? Él era aquél a quen Deus mandou coma gobernador e libertador. Deus o mandou pola man do anxo que aopareceú no arbusto. \v 36 Moisés os guiou a eles fora de Exipto depois de hacer milagres e señais en Exipto e no Mar Roxo, e no deserto dourante coarenta anos. \v 37 E o mesmo Moisés quen dixo ao pobo de Israél ;DEUS ERGUERÁ UN PROFETA PARA VOSTEDES ENTRE VOSOS HIEMANS, UN PROFETA COMA MÍN \ No newline at end of file From 0390d3f6048751f99e984f48d23e977b5844d492 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 18:40:55 +0100 Subject: [PATCH 689/977] =?UTF-8?q?Sat=20Mar=2026=202022=2018:40:55=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/35.txt | 2 +- 07/38.txt | 1 + manifest.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 07/38.txt diff --git a/07/35.txt b/07/35.txt index 40b4a5a..e2da652 100644 --- a/07/35.txt +++ b/07/35.txt @@ -1 +1 @@ -\v 35 O Moisés. a quen eles esbotaron cando lle dixeron: ¿QUÉN TE FIXO GOBERNANTE E XUIZ? Él era aquél a quen Deus mandou coma gobernador e libertador. Deus o mandou pola man do anxo que aopareceú no arbusto. \v 36 Moisés os guiou a eles fora de Exipto depois de hacer milagres e señais en Exipto e no Mar Roxo, e no deserto dourante coarenta anos. \v 37 E o mesmo Moisés quen dixo ao pobo de Israél ;DEUS ERGUERÁ UN PROFETA PARA VOSTEDES ENTRE VOSOS HIEMANS, UN PROFETA COMA MÍN \ No newline at end of file +\v 35 O Moisés. a quen eles esbotaron cando lle dixeron: ¿QUÉN TE FIXO GOBERNANTE E XUIZ? Él era aquél a quen Deus mandou coma gobernador e libertador. Deus o mandou pola man do anxo que aopareceú no arbusto. \v 36 Moisés os guiou a eles fora de Exipto depois de facer milagres e señais en Exipto e no Mar Roxo, e no deserto dourante coarenta anos. \v 37 E o mesmo Moisés quen dixo ao pobo de Israél ;DEUS ERGUERÁ UN PROFETA PARA VOSTEDES ENTRE VOSOS HIEMANS, UN PROFETA COMA MÍN \ No newline at end of file diff --git a/07/38.txt b/07/38.txt new file mode 100644 index 0000000..1a76d00 --- /dev/null +++ b/07/38.txt @@ -0,0 +1 @@ +Este e o home que estaba na asamblea no deseto con o anxo \ No newline at end of file diff --git a/manifest.json b/manifest.json index f9b30b1..077e083 100644 --- a/manifest.json +++ b/manifest.json @@ -125,6 +125,7 @@ "07-29", "07-31", "07-33", + "07-35", "19-38" ] } \ No newline at end of file From bc226198c12de1718355bd5679fea9888b57c87d Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 18:42:55 +0100 Subject: [PATCH 690/977] =?UTF-8?q?Sat=20Mar=2026=202022=2018:42:55=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/38.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/38.txt b/07/38.txt index 1a76d00..161a0be 100644 --- a/07/38.txt +++ b/07/38.txt @@ -1 +1 @@ -Este e o home que estaba na asamblea no deseto con o anxo \ No newline at end of file +Éste e o home que estaba na asamblea no deseto con o anxo quen lle falou a él no Monte Sinaí. Éste e o home quen estaba con nosos ancestros; este e \ No newline at end of file From 0c10fb92a38644abb08285a9c08c79da6f580560 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 18:44:55 +0100 Subject: [PATCH 691/977] =?UTF-8?q?Sat=20Mar=2026=202022=2018:44:55=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/38.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/38.txt b/07/38.txt index 161a0be..77a2d03 100644 --- a/07/38.txt +++ b/07/38.txt @@ -1 +1 @@ -Éste e o home que estaba na asamblea no deseto con o anxo quen lle falou a él no Monte Sinaí. Éste e o home quen estaba con nosos ancestros; este e \ No newline at end of file +\v 38 \v 39 \v 40 Éste e o home que estaba na asamblea no deseto con o anxo quen lle falou a él no Monte Sinaí. Éste e o home quen estaba con nosos ancestros; éste e o hpme quen recibíu verbas vivas para darmolas a nos . Éste e o home a qu \ No newline at end of file From 04db42498b23e2b429e92b8737d2d5f907c7cc3e Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 18:46:55 +0100 Subject: [PATCH 692/977] =?UTF-8?q?Sat=20Mar=2026=202022=2018:46:55=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/38.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/38.txt b/07/38.txt index 77a2d03..bd9b98f 100644 --- a/07/38.txt +++ b/07/38.txt @@ -1 +1 @@ -\v 38 \v 39 \v 40 Éste e o home que estaba na asamblea no deseto con o anxo quen lle falou a él no Monte Sinaí. Éste e o home quen estaba con nosos ancestros; éste e o hpme quen recibíu verbas vivas para darmolas a nos . Éste e o home a qu \ No newline at end of file +\v 38 \v 39 \v 40 Éste e o home que estaba na asamblea no deseto con o anxo quen lle falou a él no Monte Sinaí. Éste e o home quen estaba con nosos ancestros; éste e o hpme quen recibíu verbas vivas para darmolas a nos . Éste e o home a quen nosos ancestross negaronse a obedecelo; eles o apastaron de eles mismos. e nos seus corazpns \ No newline at end of file From 1e180d43d4b8636a36689f8777ad60b587f624d1 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 18:48:55 +0100 Subject: [PATCH 693/977] =?UTF-8?q?Sat=20Mar=2026=202022=2018:48:55=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/38.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/38.txt b/07/38.txt index bd9b98f..b77df78 100644 --- a/07/38.txt +++ b/07/38.txt @@ -1 +1 @@ -\v 38 \v 39 \v 40 Éste e o home que estaba na asamblea no deseto con o anxo quen lle falou a él no Monte Sinaí. Éste e o home quen estaba con nosos ancestros; éste e o hpme quen recibíu verbas vivas para darmolas a nos . Éste e o home a quen nosos ancestross negaronse a obedecelo; eles o apastaron de eles mismos. e nos seus corazpns \ No newline at end of file +\v 38 \v 39 \v 40 Éste e o home que estaba na asamblea no deseto con o anxo quen lle falou a él no Monte Sinaí. Éste e o home quen estaba con nosos ancestros; éste e o hpme quen recibíu verbas vivas para darmolas a nos . Éste e o home a quen nosos ancestross negaronse a obedecelo; eles o apastaron de eles mismos. e nos seus corazons volveronse a Exipto. Naquel tempo; eles dixeron a Aaron \ No newline at end of file From 9af3ff62d297580db4035fe12969c04d6de8dcd9 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 18:50:55 +0100 Subject: [PATCH 694/977] =?UTF-8?q?Sat=20Mar=2026=202022=2018:50:55=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/38.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/38.txt b/07/38.txt index b77df78..2625bbc 100644 --- a/07/38.txt +++ b/07/38.txt @@ -1 +1 @@ -\v 38 \v 39 \v 40 Éste e o home que estaba na asamblea no deseto con o anxo quen lle falou a él no Monte Sinaí. Éste e o home quen estaba con nosos ancestros; éste e o hpme quen recibíu verbas vivas para darmolas a nos . Éste e o home a quen nosos ancestross negaronse a obedecelo; eles o apastaron de eles mismos. e nos seus corazons volveronse a Exipto. Naquel tempo; eles dixeron a Aaron \ No newline at end of file +\v 38 \v 39 \v 40 Éste e o home que estaba na asamblea no deseto con o anxo quen lle falou a él no Monte Sinaí. Éste e o home quen estaba con nosos ancestros; éste e o hpme quen recibíu verbas vivas para darmolas a nos . Éste e o home a quen nosos ancestross negaronse a obedecelo; eles o apastaron de eles mismos. e nos seus corazons volveronse a Exipto. Naquel tempo; eles dixeron a Aaron :FAINOS DEUSES PRA QUE NOS GUIEN EN CANTO A ÉSTE MOISÉS, QUEN NOS DIRIXIU FORA DA TERRA DE EXIPTO, NON SABEMOS QUE LLE PASOU. \ No newline at end of file From b3a291f8bb2bac9bc23116d0b3d5ad990e883e4c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 18:52:56 +0100 Subject: [PATCH 695/977] =?UTF-8?q?Sat=20Mar=2026=202022=2018:52:55=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/38.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/07/38.txt b/07/38.txt index 2625bbc..5bd18a7 100644 --- a/07/38.txt +++ b/07/38.txt @@ -1 +1 @@ -\v 38 \v 39 \v 40 Éste e o home que estaba na asamblea no deseto con o anxo quen lle falou a él no Monte Sinaí. Éste e o home quen estaba con nosos ancestros; éste e o hpme quen recibíu verbas vivas para darmolas a nos . Éste e o home a quen nosos ancestross negaronse a obedecelo; eles o apastaron de eles mismos. e nos seus corazons volveronse a Exipto. Naquel tempo; eles dixeron a Aaron :FAINOS DEUSES PRA QUE NOS GUIEN EN CANTO A ÉSTE MOISÉS, QUEN NOS DIRIXIU FORA DA TERRA DE EXIPTO, NON SABEMOS QUE LLE PASOU. \ No newline at end of file +\v 38 Éste e o home que estaba na asamblea no deseto con o anxo quen lle falou a él no Monte Sinaí. Éste e o home quen estaba con nosos ancestros; éste e o hpme quen recibíu verbas vivas para darmolas a nos . \v 39 Éste e o home a quen nosos ancestross negaronse a obedecelo; eles o apastaron de eles mismos. e nos seus corazons volveronse a Exipto. \v 40 Naquel tempo; eles dixeron a Aaron :FAINOS DEUSES PRA QUE NOS GUIEN EN CANTO A ÉSTE MOISÉS, QUEN NOS DIRIXIU FORA DA TERRA DE EXIPTO, NON SABEMOS QUE LLE PASOU. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 077e083..868b589 100644 --- a/manifest.json +++ b/manifest.json @@ -126,6 +126,7 @@ "07-31", "07-33", "07-35", + "07-38", "19-38" ] } \ No newline at end of file From fe814ab2136af38e941775abcb8e97c33f3245d6 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 20:07:17 +0100 Subject: [PATCH 696/977] =?UTF-8?q?Sat=20Mar=2026=202022=2020:07:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/41.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 07/41.txt diff --git a/07/41.txt b/07/41.txt new file mode 100644 index 0000000..2d3cd03 --- /dev/null +++ b/07/41.txt @@ -0,0 +1 @@ +Entón na queles días eñes fixeron un \ No newline at end of file From 4c12c81c742d18c26ada095fb4abf8cb386fa202 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 20:09:17 +0100 Subject: [PATCH 697/977] =?UTF-8?q?Sat=20Mar=2026=202022=2020:09:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/41.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/41.txt b/07/41.txt index 2d3cd03..b91921f 100644 --- a/07/41.txt +++ b/07/41.txt @@ -1 +1 @@ -Entón na queles días eñes fixeron un \ No newline at end of file +Naqueles días eles fixeron un becerro de ouro \ No newline at end of file From 6bc42f395f47130298c99d91b84d9f751403760f Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 20:11:17 +0100 Subject: [PATCH 698/977] =?UTF-8?q?Sat=20Mar=2026=202022=2020:11:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/41.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/41.txt b/07/41.txt index b91921f..c619273 100644 --- a/07/41.txt +++ b/07/41.txt @@ -1 +1 @@ -Naqueles días eles fixeron un becerro de ouro \ No newline at end of file +Naqueles días eles fixeron un becerro e truxeron un sacreficio ao ídolo e reloncaron \ No newline at end of file From c8d4d3be81752ffe90728c764878b174e590cf29 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 20:13:17 +0100 Subject: [PATCH 699/977] =?UTF-8?q?Sat=20Mar=2026=202022=2020:13:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/41.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/41.txt b/07/41.txt index c619273..1c6fc4d 100644 --- a/07/41.txt +++ b/07/41.txt @@ -1 +1 @@ -Naqueles días eles fixeron un becerro e truxeron un sacreficio ao ídolo e reloncaron \ No newline at end of file +Naqueles días eles fixeron un becerro e truxeron un sacreficio ao ídolo e reloncaron \ No newline at end of file From ac86c74efda24d6ac27e76b20b1dc9b1c5f42f96 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 20:15:17 +0100 Subject: [PATCH 700/977] =?UTF-8?q?Sat=20Mar=2026=202022=2020:15:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/41.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/41.txt b/07/41.txt index 1c6fc4d..1b869a5 100644 --- a/07/41.txt +++ b/07/41.txt @@ -1 +1 @@ -Naqueles días eles fixeron un becerro e truxeron un sacreficio ao ídolo e reloncaron \ No newline at end of file +Naqueles días eles fixeron un becerro e truxeron un sacreficio ao ídolo e reloncaron pola obra que fixeron coa sus mans Pero Deus afastouse e os entregou a loubar \ No newline at end of file From 9c975a2d1522de8d950e8f2f50f734159b874009 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 20:17:17 +0100 Subject: [PATCH 701/977] =?UTF-8?q?Sat=20Mar=2026=202022=2020:17:16=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/41.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/41.txt b/07/41.txt index 1b869a5..8747052 100644 --- a/07/41.txt +++ b/07/41.txt @@ -1 +1 @@ -Naqueles días eles fixeron un becerro e truxeron un sacreficio ao ídolo e reloncaron pola obra que fixeron coa sus mans Pero Deus afastouse e os entregou a loubar \ No newline at end of file +Naqueles días eles fixeron un becerro e truxeron un sacreficio ao ídolo e reloncaron pola obra que fixeron coa sus mans Pero Deus afastouse e os entregou a loubar as estrelas no ceo, tal comasta escribido no libro dos perofetas.¿ \ No newline at end of file From e6478601567d9974f45398d571904e5bb10d10d1 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 20:19:17 +0100 Subject: [PATCH 702/977] =?UTF-8?q?Sat=20Mar=2026=202022=2020:19:17=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/41.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/41.txt b/07/41.txt index 8747052..f631910 100644 --- a/07/41.txt +++ b/07/41.txt @@ -1 +1 @@ -Naqueles días eles fixeron un becerro e truxeron un sacreficio ao ídolo e reloncaron pola obra que fixeron coa sus mans Pero Deus afastouse e os entregou a loubar as estrelas no ceo, tal comasta escribido no libro dos perofetas.¿ \ No newline at end of file +Naqueles días eles fixeron un becerro e truxeron un sacreficio ao ídolo e reloncaron pola obra que fixeron coa sus mans Pero Deus afastouse e os entregou a loubar as estrelas no ceo, tal comasta escribido no libro dos perofetas.¿ QUIZAIS ME OFRECETES BESTAS MORTAS E SACREFICIOS NOS COARENTA ANOS NO DESERTO, CASA DE \ No newline at end of file From beced3dc41fcbd2f176fa4bca9554141940c89aa Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 26 Mar 2022 20:21:17 +0100 Subject: [PATCH 703/977] =?UTF-8?q?Sat=20Mar=2026=202022=2020:21:17=20GMT+?= =?UTF-8?q?0100=20(hora=20est=C3=A1ndar=20de=20Europa=20central)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07/41.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/07/41.txt b/07/41.txt index f631910..80192da 100644 --- a/07/41.txt +++ b/07/41.txt @@ -1 +1 @@ -Naqueles días eles fixeron un becerro e truxeron un sacreficio ao ídolo e reloncaron pola obra que fixeron coa sus mans Pero Deus afastouse e os entregou a loubar as estrelas no ceo, tal comasta escribido no libro dos perofetas.¿ QUIZAIS ME OFRECETES BESTAS MORTAS E SACREFICIOS NOS COARENTA ANOS NO DESERTO, CASA DE \ No newline at end of file +\v 41 Naqueles días eles fixeron un becerro e truxeron un sacreficio ao ídolo e reloncaron pola obra que fixeron coa sus mans \v 42 Pero Deus afastouse e os entregou a loubar as estrelas no ceo, tal comasta escribido no libro dos perofetas.¿ QUIZAIS ME OFRECETES BESTAS MORTAS E SACREFICIOS NOS COARENTA ANOS NO DESERTO, CASA DE ISRAÉL? \ No newline at end of file diff --git a/manifest.json b/manifest.json index 868b589..85c8982 100644 --- a/manifest.json +++ b/manifest.json @@ -127,6 +127,7 @@ "07-33", "07-35", "07-38", + "07-41", "19-38" ] } \ No newline at end of file From 16bba9af5e4ed93687753f104e67b6ad999755c4 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 10:30:55 +0200 Subject: [PATCH 704/977] Tue Mar 29 2022 10:30:55 GMT+0200 (hora de verano de Europa central) --- 07/43.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 07/43.txt diff --git a/07/43.txt b/07/43.txt new file mode 100644 index 0000000..656a466 --- /dev/null +++ b/07/43.txt @@ -0,0 +1 @@ +Vostedes aceptachedes o tabernáculo \ No newline at end of file From 81fa10ca458f11db6aa41a076dbc7cea6c4a1e33 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 10:32:55 +0200 Subject: [PATCH 705/977] Tue Mar 29 2022 10:32:55 GMT+0200 (hora de verano de Europa central) --- 07/43.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/43.txt b/07/43.txt index 656a466..0de9ab0 100644 --- a/07/43.txt +++ b/07/43.txt @@ -1 +1 @@ -Vostedes aceptachedes o tabernáculo \ No newline at end of file +Vostedes aceptachedes o tabernáculo de Moloc e a estrela do deus RENFAN E IMAXES QUE CREASTDES PARA ADORALAS E E EU OS LEVAREÍ MÁ \ No newline at end of file From 3ea004f88985228af5af55fcd039e481e0e12fff Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 10:34:55 +0200 Subject: [PATCH 706/977] Tue Mar 29 2022 10:34:55 GMT+0200 (hora de verano de Europa central) --- 07/43.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/43.txt b/07/43.txt index 0de9ab0..d698d8a 100644 --- a/07/43.txt +++ b/07/43.txt @@ -1 +1 @@ -Vostedes aceptachedes o tabernáculo de Moloc e a estrela do deus RENFAN E IMAXES QUE CREASTDES PARA ADORALAS E E EU OS LEVAREÍ MÁ \ No newline at end of file +VOSTEDES ACEPTASTES O TABERNÁCU o tabernáculo de Moloc e a estrela do deus RENFAN E IMAXES QUE CREASTDES PARA ADORALAS E E EU OS LEVAREÍ MÁÍS ALÓ DA BABILONÍA \ No newline at end of file From b8c7a6c54febaf02cb7d708639f179dbfae9c926 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 10:36:55 +0200 Subject: [PATCH 707/977] Tue Mar 29 2022 10:36:55 GMT+0200 (hora de verano de Europa central) --- 07/43.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/43.txt b/07/43.txt index d698d8a..be85637 100644 --- a/07/43.txt +++ b/07/43.txt @@ -1 +1 @@ -VOSTEDES ACEPTASTES O TABERNÁCU o tabernáculo de Moloc e a estrela do deus RENFAN E IMAXES QUE CREASTDES PARA ADORALAS E E EU OS LEVAREÍ MÁÍS ALÓ DA BABILONÍA \ No newline at end of file +VOSTEDES ACEPTASTES O TABERNÁCULO DE MOLOC E A ESTRELA DO DEUS RENFAN E AS IMAXES QUE VOSTEDES o tabernáculo de Moloc E A ARA ADORALAS E E EU OS LEVAREÍ MÁÍS ALÓ DA BABILONÍA \ No newline at end of file From ef16ca5368a9876883bc323e49446e18ba1bd309 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 10:38:55 +0200 Subject: [PATCH 708/977] Tue Mar 29 2022 10:38:55 GMT+0200 (hora de verano de Europa central) --- 07/43.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/43.txt b/07/43.txt index be85637..371f83f 100644 --- a/07/43.txt +++ b/07/43.txt @@ -1 +1 @@ -VOSTEDES ACEPTASTES O TABERNÁCULO DE MOLOC E A ESTRELA DO DEUS RENFAN E AS IMAXES QUE VOSTEDES o tabernáculo de Moloc E A ARA ADORALAS E E EU OS LEVAREÍ MÁÍS ALÓ DA BABILONÍA \ No newline at end of file +VOSTEDES ACEPTASTES O TABERNÁCULO DE MOLOC E A ESTRELA DO DEUS RENFAN E AS IMAXES QUE VOSTEDES CREACHES PARA ADORALAS E A ARA ADORALAS E E EU OS LEVAREÍ MÁÍS ALÓ DA BABILONÍA \ No newline at end of file From a217649bb07c259820fd6988494778b68986a135 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 10:40:55 +0200 Subject: [PATCH 709/977] Tue Mar 29 2022 10:40:55 GMT+0200 (hora de verano de Europa central) --- 07/43.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/07/43.txt b/07/43.txt index 371f83f..9d61024 100644 --- a/07/43.txt +++ b/07/43.txt @@ -1 +1 @@ -VOSTEDES ACEPTASTES O TABERNÁCULO DE MOLOC E A ESTRELA DO DEUS RENFAN E AS IMAXES QUE VOSTEDES CREACHES PARA ADORALAS E A ARA ADORALAS E E EU OS LEVAREÍ MÁÍS ALÓ DA BABILONÍA \ No newline at end of file +\v 43 VOSTEDES ACEPTASTES O TABERNÁCULO DE MOLOC E A ESTRELA DO DEUS RENFAN E AS IMAXES QUE VOSTEDES CREACHES PARA ADORALAS E EU OS LEVAREÍ MÁÍS ALÓ DA BABILONÍA \ No newline at end of file diff --git a/manifest.json b/manifest.json index 85c8982..96cd0c3 100644 --- a/manifest.json +++ b/manifest.json @@ -128,6 +128,7 @@ "07-35", "07-38", "07-41", + "07-43", "19-38" ] } \ No newline at end of file From 52c8718e2c8ce83b41eade41f3745995f2d7f74d Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 11:41:26 +0200 Subject: [PATCH 710/977] Tue Mar 29 2022 11:41:26 GMT+0200 (hora de verano de Europa central) --- 07/44.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 07/44.txt diff --git a/07/44.txt b/07/44.txt new file mode 100644 index 0000000..bb3e5bc --- /dev/null +++ b/07/44.txt @@ -0,0 +1 @@ +Nosos ancestros tiveron o tabernác \ No newline at end of file From 1ab2d79a02ece7cde3f2b25228c4f68e8d0854f0 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 11:43:26 +0200 Subject: [PATCH 711/977] Tue Mar 29 2022 11:43:26 GMT+0200 (hora de verano de Europa central) --- 07/44.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/44.txt b/07/44.txt index bb3e5bc..2491dec 100644 --- a/07/44.txt +++ b/07/44.txt @@ -1 +1 @@ -Nosos ancestros tiveron o tabernác \ No newline at end of file +Nosos ancestros tiveron o tabernáculo do testemuño no deserto e coma Deus dixolle a Moisés qco fixera coma o modelo que vira . Esta e a data \ No newline at end of file From d32daaa389722261c5947e6008464f8e11ba989f Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 11:45:27 +0200 Subject: [PATCH 712/977] Tue Mar 29 2022 11:45:26 GMT+0200 (hora de verano de Europa central) --- 07/44.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/44.txt b/07/44.txt index 2491dec..1d60fed 100644 --- a/07/44.txt +++ b/07/44.txt @@ -1 +1 @@ -Nosos ancestros tiveron o tabernáculo do testemuño no deserto e coma Deus dixolle a Moisés qco fixera coma o modelo que vira . Esta e a data \ No newline at end of file +Nosos ancestros tiveron o tabernáculo do testemuño no deserto e coma Deus dixolle a Moisés qco fixera coma o modelo que vira . Esta e a tenda cos nosos ancestros trouxeron á terra con Xpsué á súa vez cando \ No newline at end of file From ee85232ed98a9da0e736b4b5a612d4150194ec1e Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 11:47:27 +0200 Subject: [PATCH 713/977] Tue Mar 29 2022 11:47:26 GMT+0200 (hora de verano de Europa central) --- 07/44.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/44.txt b/07/44.txt index 1d60fed..f98fee8 100644 --- a/07/44.txt +++ b/07/44.txt @@ -1 +1 @@ -Nosos ancestros tiveron o tabernáculo do testemuño no deserto e coma Deus dixolle a Moisés qco fixera coma o modelo que vira . Esta e a tenda cos nosos ancestros trouxeron á terra con Xpsué á súa vez cando \ No newline at end of file +Nosos ancestros tiveron o tabernáculo do testemuño no deserto e coma Deus dixolle a Moisés qco fixera coma o modelo que vira . Esta e a tenda cos nosos ancestros trouxeron á terra con Xpsué á súa vez cando se apoderaron das nacións, que Deus votou fora ante a presenza dos nosos ancestros. Isto era así ata os días de David, quen t \ No newline at end of file From 59864d3ea62f91ef994d51b2123a6fd88718bc9a Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 11:49:26 +0200 Subject: [PATCH 714/977] Tue Mar 29 2022 11:49:26 GMT+0200 (hora de verano de Europa central) --- 07/44.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/44.txt b/07/44.txt index f98fee8..e577202 100644 --- a/07/44.txt +++ b/07/44.txt @@ -1 +1 @@ -Nosos ancestros tiveron o tabernáculo do testemuño no deserto e coma Deus dixolle a Moisés qco fixera coma o modelo que vira . Esta e a tenda cos nosos ancestros trouxeron á terra con Xpsué á súa vez cando se apoderaron das nacións, que Deus votou fora ante a presenza dos nosos ancestros. Isto era así ata os días de David, quen t \ No newline at end of file +Nosos ancestros tiveron o tabernáculo do testemuño no deserto e coma Deus dixolle a Moisés qco fixera coma o modelo que vira . Esta e a tenda cos nosos ancestros trouxeron á terra con Xpsué á súa vez cando se apoderaron das nacións, que Deus votou fora ante a presenza dos nosos ancestros. Isto era así ata os días de David, quen tiña favor a vista de Deus; \ No newline at end of file From 23a43fbd03cf7bdbda2948a0549da3491a6c8e36 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 11:51:26 +0200 Subject: [PATCH 715/977] Tue Mar 29 2022 11:51:26 GMT+0200 (hora de verano de Europa central) --- 07/44.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/44.txt b/07/44.txt index e577202..eceba7b 100644 --- a/07/44.txt +++ b/07/44.txt @@ -1 +1 @@ -Nosos ancestros tiveron o tabernáculo do testemuño no deserto e coma Deus dixolle a Moisés qco fixera coma o modelo que vira . Esta e a tenda cos nosos ancestros trouxeron á terra con Xpsué á súa vez cando se apoderaron das nacións, que Deus votou fora ante a presenza dos nosos ancestros. Isto era así ata os días de David, quen tiña favor a vista de Deus; \ No newline at end of file +Nosos ancestros tiveron o tabernáculo do testemuño no deserto e coma Deus dixolle a Moisés co fixera coma o modelo que vira . Esta e a tenda cos nosos ancestros trouxeron á terra con Xpsué á súa vez cando se apoderaron das nacións, que Deus votou fora ante a presenza dos nosos ancestros. Isto era así ata os días de David, quen tiña favor a vista de Deus; el pidiu topar unha morada para o Deus de Xacob. \ No newline at end of file From 6ef49295bec91c396ac511b7dea3c72e1be8efff Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 11:53:26 +0200 Subject: [PATCH 716/977] Tue Mar 29 2022 11:53:26 GMT+0200 (hora de verano de Europa central) --- 07/44.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/44.txt b/07/44.txt index eceba7b..8ea8856 100644 --- a/07/44.txt +++ b/07/44.txt @@ -1 +1 @@ -Nosos ancestros tiveron o tabernáculo do testemuño no deserto e coma Deus dixolle a Moisés co fixera coma o modelo que vira . Esta e a tenda cos nosos ancestros trouxeron á terra con Xpsué á súa vez cando se apoderaron das nacións, que Deus votou fora ante a presenza dos nosos ancestros. Isto era así ata os días de David, quen tiña favor a vista de Deus; el pidiu topar unha morada para o Deus de Xacob. \ No newline at end of file +Nosos ancestros tiveron o tabernáculo do testemuño no deserto tal coma Deus lle dixeralle a Moisés co fixera coma o modelo que vira . Esta e a tenda cos nosos ancestros trouxeron á terra con Xpsué á súa vez cando se apoderaron das nacións, que Deus votou fora ante a presenza dos nosos ancestros. Isto era así ata os días de David, quen tiña favor a vista de Deus; el pidiu topar unha morada para o Deus de Xacob. \ No newline at end of file From f684e4504fddcbc7c420dc6fdfe608c928058e1d Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 11:55:27 +0200 Subject: [PATCH 717/977] Tue Mar 29 2022 11:55:26 GMT+0200 (hora de verano de Europa central) --- 07/44.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/07/44.txt b/07/44.txt index 8ea8856..19014af 100644 --- a/07/44.txt +++ b/07/44.txt @@ -1 +1,2 @@ -Nosos ancestros tiveron o tabernáculo do testemuño no deserto tal coma Deus lle dixeralle a Moisés co fixera coma o modelo que vira . Esta e a tenda cos nosos ancestros trouxeron á terra con Xpsué á súa vez cando se apoderaron das nacións, que Deus votou fora ante a presenza dos nosos ancestros. Isto era así ata os días de David, quen tiña favor a vista de Deus; el pidiu topar unha morada para o Deus de Xacob. \ No newline at end of file +Nosos ancestros tiveron o tabernáculo do testemuño no deserto tal coma Deus lle dixera a Moisés Él lle falou a Moisés + co fixera coma o modelo que vira . Esta e a tenda cos nosos ancestros trouxeron á terra con Xpsué á súa vez cando se apoderaron das nacións, que Deus votou fora ante a presenza dos nosos ancestros. Isto era así ata os días de David, quen tiña favor a vista de Deus; el pidiu topar unha morada para o Deus de Xacob. \ No newline at end of file From 756640d7480ad9108cf1080a8ffd33cc2c4e0fa0 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 11:57:27 +0200 Subject: [PATCH 718/977] Tue Mar 29 2022 11:57:26 GMT+0200 (hora de verano de Europa central) --- 07/44.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/07/44.txt b/07/44.txt index 19014af..9776e47 100644 --- a/07/44.txt +++ b/07/44.txt @@ -1,2 +1 @@ -Nosos ancestros tiveron o tabernáculo do testemuño no deserto tal coma Deus lle dixera a Moisés Él lle falou a Moisés - co fixera coma o modelo que vira . Esta e a tenda cos nosos ancestros trouxeron á terra con Xpsué á súa vez cando se apoderaron das nacións, que Deus votou fora ante a presenza dos nosos ancestros. Isto era así ata os días de David, quen tiña favor a vista de Deus; el pidiu topar unha morada para o Deus de Xacob. \ No newline at end of file +\v 44 \v 45 \v 46 Nosos ancestros tiveron o tabernáculo do testemuño no deserto tal coma Deus lle dixera a Moisés Él lle falou a Moisés que él deberia facelo coma o modelo que vira . Esta e a tenda cos nosos ancestros trouxeron á terra con Xosué á súa vez cando se apoderaron das nacións, que Deus votou fora ante a presenza dos nosos ancestros. Isto era así ata os días de David, quen tiña favor a vista de Deus; el pidiu topar unha morada para o Deus de Xacob. \ No newline at end of file From ea96a32ed5409dfe4f08d846c66e48e19e992480 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 11:59:27 +0200 Subject: [PATCH 719/977] Tue Mar 29 2022 11:59:26 GMT+0200 (hora de verano de Europa central) --- 07/44.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/44.txt b/07/44.txt index 9776e47..40cedb3 100644 --- a/07/44.txt +++ b/07/44.txt @@ -1 +1 @@ -\v 44 \v 45 \v 46 Nosos ancestros tiveron o tabernáculo do testemuño no deserto tal coma Deus lle dixera a Moisés Él lle falou a Moisés que él deberia facelo coma o modelo que vira . Esta e a tenda cos nosos ancestros trouxeron á terra con Xosué á súa vez cando se apoderaron das nacións, que Deus votou fora ante a presenza dos nosos ancestros. Isto era así ata os días de David, quen tiña favor a vista de Deus; el pidiu topar unha morada para o Deus de Xacob. \ No newline at end of file +\v 44 \v 45 Nosos ancestros tiveron o tabernáculo do testemuño no deserto tal coma Deus lle dixera a Moisés Él lle falou a Moisés que él deberia facelo coma o modelo que vira . \v 46 Esta e a tenda cos nosos ancestros trouxeron á terra con Xosué á súa vez. Isto pasou cando eles se apoderaron das nacións, que Deus votou fora ante a presenza dos nosos ancestros. Isto era así ata os días de David, quen tiña favor a vista de Deus; el pidiu topar unha morada para o Deus de Xacob. \ No newline at end of file From 7b44dda4e06657bfec36357e6da1d93c10681e03 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 12:01:27 +0200 Subject: [PATCH 720/977] Tue Mar 29 2022 12:01:26 GMT+0200 (hora de verano de Europa central) --- 07/44.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/07/44.txt b/07/44.txt index 40cedb3..be3affb 100644 --- a/07/44.txt +++ b/07/44.txt @@ -1 +1 @@ -\v 44 \v 45 Nosos ancestros tiveron o tabernáculo do testemuño no deserto tal coma Deus lle dixera a Moisés Él lle falou a Moisés que él deberia facelo coma o modelo que vira . \v 46 Esta e a tenda cos nosos ancestros trouxeron á terra con Xosué á súa vez. Isto pasou cando eles se apoderaron das nacións, que Deus votou fora ante a presenza dos nosos ancestros. Isto era así ata os días de David, quen tiña favor a vista de Deus; el pidiu topar unha morada para o Deus de Xacob. \ No newline at end of file +\v 45 Nosos ancestros tiveron o tabernáculo do testemuño no deserto tal coma Deus lle dixera a Moisés Él lle falou a Moisés que él deberia facelo coma o modelo que vira . \v 46 Esta e a tenda cos nosos ancestros trouxeron á terra con Xosué á súa vez. Isto pasou cando eles se apoderaron das nacións, que Deus votou fora ante a presenza dos nosos ancestros. Isto era así ata os días de David, \v 44 quen tiña favor a vista de Deus; el pidiu topar unha morada para o Deus de Xacob. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 96cd0c3..e7b6d4c 100644 --- a/manifest.json +++ b/manifest.json @@ -129,6 +129,7 @@ "07-38", "07-41", "07-43", + "07-44", "19-38" ] } \ No newline at end of file From 0f06858241a306805cc3f0a514a281c423cc68a2 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 15:21:42 +0200 Subject: [PATCH 721/977] Tue Mar 29 2022 15:21:42 GMT+0200 (hora de verano de Europa central) --- 07/47.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 07/47.txt diff --git a/07/47.txt b/07/47.txt new file mode 100644 index 0000000..9281a9f --- /dev/null +++ b/07/47.txt @@ -0,0 +1 @@ +Pero Salomón construíu unha casa para Deus. \ No newline at end of file From de94674ac280cef363f874fcab8fadd7e10cd83e Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 15:23:42 +0200 Subject: [PATCH 722/977] Tue Mar 29 2022 15:23:42 GMT+0200 (hora de verano de Europa central) --- 07/47.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/47.txt b/07/47.txt index 9281a9f..6b1682c 100644 --- a/07/47.txt +++ b/07/47.txt @@ -1 +1 @@ -Pero Salomón construíu unha casa para Deus. \ No newline at end of file +Pero Salomón construíu unha casa para Deus. Con todo, o Altisimo non vive en c \ No newline at end of file From 6a3fea02028776e8339ccac861daeff525197d4e Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 15:25:42 +0200 Subject: [PATCH 723/977] Tue Mar 29 2022 15:25:42 GMT+0200 (hora de verano de Europa central) --- 07/47.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/47.txt b/07/47.txt index 6b1682c..42c81f3 100644 --- a/07/47.txt +++ b/07/47.txt @@ -1 +1 @@ -Pero Salomón construíu unha casa para Deus. Con todo, o Altisimo non vive en c \ No newline at end of file +Pero Salomón construíu unha casa para Deus. Con todo, o Altisimo non vive en casas feitas por mans de homes, isto e coma di o profeta. O CEO É MEU TRONO, E A TERRA Ó ESTRADO PARA OS MEUS PES \ No newline at end of file From e52811096ff26538e9978626f911f5b632ed3d44 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 15:27:42 +0200 Subject: [PATCH 724/977] Tue Mar 29 2022 15:27:42 GMT+0200 (hora de verano de Europa central) --- 07/47.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/47.txt b/07/47.txt index 42c81f3..b3e22f4 100644 --- a/07/47.txt +++ b/07/47.txt @@ -1 +1 @@ -Pero Salomón construíu unha casa para Deus. Con todo, o Altisimo non vive en casas feitas por mans de homes, isto e coma di o profeta. O CEO É MEU TRONO, E A TERRA Ó ESTRADO PARA OS MEUS PES \ No newline at end of file +Pero Salomón construíu unha casa para Deus. Con todo, o Altisimo non vive en casas feitas por mans de homes, isto e coma di o profeta. O CEO É MEU TRONO, E A TERRA Ó ESTRADO PARA OS MEUS PES.¿QUE TIPO DE CLASA ME PODEN CONSTRUÉRE VOSTEDES? dí o Señor. ¿ ONDE ES \ No newline at end of file From d44d33c26625f15202580958bf4dd683a924c9a9 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 15:29:42 +0200 Subject: [PATCH 725/977] Tue Mar 29 2022 15:29:42 GMT+0200 (hora de verano de Europa central) --- 07/47.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/47.txt b/07/47.txt index b3e22f4..ceb60f3 100644 --- a/07/47.txt +++ b/07/47.txt @@ -1 +1 @@ -Pero Salomón construíu unha casa para Deus. Con todo, o Altisimo non vive en casas feitas por mans de homes, isto e coma di o profeta. O CEO É MEU TRONO, E A TERRA Ó ESTRADO PARA OS MEUS PES.¿QUE TIPO DE CLASA ME PODEN CONSTRUÉRE VOSTEDES? dí o Señor. ¿ ONDE ES \ No newline at end of file +\v 47 \v 48 \v 49 \v 50 Pero Salomón construíu unha casa para Deus. Con todo, o Altisimo non vive en casas feitas por mans de homes, isto e coma di o profeta. O CEO É MEU TRONO, E A TERRA Ó ESTRADO PARA OS MEUS PES.¿QUE TIPO DE CLASA ME PODEN CONSTRUÉRE VOSTEDES? dí o Señor. ¿ ONDE ESTÁ O SITIO PARA MEU REPOUSO? ¿NON FIXO MIÑA MAU TODS ISTAS COUSAS? \ No newline at end of file From 12184173a0d9b6f444bdf895b4938d783bdc8e72 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 15:31:42 +0200 Subject: [PATCH 726/977] Tue Mar 29 2022 15:31:42 GMT+0200 (hora de verano de Europa central) --- 07/51.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 07/51.txt diff --git a/07/51.txt b/07/51.txt new file mode 100644 index 0000000..ed03af2 --- /dev/null +++ b/07/51.txt @@ -0,0 +1 @@ +Vostedes que son taimudos é incorcisos de corazón e de oido \ No newline at end of file From 57a1a91150c3ac13d7569571022d9d47421286ab Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 15:33:42 +0200 Subject: [PATCH 727/977] Tue Mar 29 2022 15:33:42 GMT+0200 (hora de verano de Europa central) --- 07/51.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/51.txt b/07/51.txt index ed03af2..fcb27d8 100644 --- a/07/51.txt +++ b/07/51.txt @@ -1 +1 @@ -Vostedes que son taimudos é incorcisos de corazón e de oido \ No newline at end of file +Vostedes que son taimudos é incorcisos de corazón e de oidos sempres resisten ao Espírito Santo, fan co \ No newline at end of file From c4136971e04e404a725ca31a0af1b965326371a5 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 15:35:42 +0200 Subject: [PATCH 728/977] Tue Mar 29 2022 15:35:42 GMT+0200 (hora de verano de Europa central) --- 07/51.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/51.txt b/07/51.txt index fcb27d8..4268a19 100644 --- a/07/51.txt +++ b/07/51.txt @@ -1 +1 @@ -Vostedes que son taimudos é incorcisos de corazón e de oidos sempres resisten ao Espírito Santo, fan co \ No newline at end of file +Vostedes que son taimudos é incorcisos de corazón e de oidos sempres resisten ao Espírito Santo,; vostedes fan coma seus ancestros facían. ¿ Cal dos profetas non persiguíron seus ancestros? \ No newline at end of file From 0f1ad0ebe04abb029e93eba29cd56999fad1be03 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 15:37:42 +0200 Subject: [PATCH 729/977] Tue Mar 29 2022 15:37:42 GMT+0200 (hora de verano de Europa central) --- 07/51.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/51.txt b/07/51.txt index 4268a19..b5037c1 100644 --- a/07/51.txt +++ b/07/51.txt @@ -1 +1 @@ -Vostedes que son taimudos é incorcisos de corazón e de oidos sempres resisten ao Espírito Santo,; vostedes fan coma seus ancestros facían. ¿ Cal dos profetas non persiguíron seus ancestros? \ No newline at end of file +Vostedes que son taimudos é incorcisos de corazón e de oidos sempres resisten ao Espírito Santo,; vostedes fan coma seus ancestros facían. ¿ Cal dos profetas non persiguíron seus ancestros? Eles asasinaron a os profetas quens apareceron antes da chegada do Xusto \ No newline at end of file From a82950ae68af0eb27f0820a00ca8ab9289895d68 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 15:39:42 +0200 Subject: [PATCH 730/977] Tue Mar 29 2022 15:39:42 GMT+0200 (hora de verano de Europa central) --- 07/51.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/51.txt b/07/51.txt index b5037c1..d289946 100644 --- a/07/51.txt +++ b/07/51.txt @@ -1 +1 @@ -Vostedes que son taimudos é incorcisos de corazón e de oidos sempres resisten ao Espírito Santo,; vostedes fan coma seus ancestros facían. ¿ Cal dos profetas non persiguíron seus ancestros? Eles asasinaron a os profetas quens apareceron antes da chegada do Xusto \ No newline at end of file +Vostedes que son taimudos é incorcisos de corazón e de oidos sempres resisten ao Espírito Santo,; vostedes fan coma seus ancestros facían. ¿ Cal dos profetas non persiguíron seus ancestros? Eles asasinaron a os profetas quens apareceron antes da chegada do Xusto; e ahora vostedes convertedesvos en traidores e asasinos de \ No newline at end of file From f52bf41fffc4477c226054acce3ae11e4221e626 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 15:41:42 +0200 Subject: [PATCH 731/977] Tue Mar 29 2022 15:41:42 GMT+0200 (hora de verano de Europa central) --- 07/51.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/51.txt b/07/51.txt index d289946..fa8993b 100644 --- a/07/51.txt +++ b/07/51.txt @@ -1 +1 @@ -Vostedes que son taimudos é incorcisos de corazón e de oidos sempres resisten ao Espírito Santo,; vostedes fan coma seus ancestros facían. ¿ Cal dos profetas non persiguíron seus ancestros? Eles asasinaron a os profetas quens apareceron antes da chegada do Xusto; e ahora vostedes convertedesvos en traidores e asasinos de \ No newline at end of file +Vostedes que son taimudos é incorcisos de corazón e de oidos sempres resisten ao Espírito Santo,; vostedes fan coma seus ancestros facían. ¿ Cal dos profetas non persiguíron seus ancestros? Eles asasinaron a os profetas quens apareceron antes da chegada do Xusto; e ahora vostedes convertedesvos en traidores e asasinos de Él tamén. Vos que recebistes a lei que estableceron os anxos, pero non a cumprichedes \ No newline at end of file From b66c1f59ec7a396c3df0c3f6332b831b68f9e648 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 15:43:43 +0200 Subject: [PATCH 732/977] Tue Mar 29 2022 15:43:42 GMT+0200 (hora de verano de Europa central) --- 07/51.txt | 2 +- 07/54.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 07/54.txt diff --git a/07/51.txt b/07/51.txt index fa8993b..a2f6833 100644 --- a/07/51.txt +++ b/07/51.txt @@ -1 +1 @@ -Vostedes que son taimudos é incorcisos de corazón e de oidos sempres resisten ao Espírito Santo,; vostedes fan coma seus ancestros facían. ¿ Cal dos profetas non persiguíron seus ancestros? Eles asasinaron a os profetas quens apareceron antes da chegada do Xusto; e ahora vostedes convertedesvos en traidores e asasinos de Él tamén. Vos que recebistes a lei que estableceron os anxos, pero non a cumprichedes \ No newline at end of file +\v 51 \v 52 \v 53 Vostedes que son taimudos é incorcisos de corazón e de oidos sempres resisten ao Espírito Santo,; vostedes fan coma seus ancestros facían. ¿ Cal dos profetas non persiguíron seus ancestros? Eles asasinaron a os profetas quens apareceron antes da chegada do Xusto; e ahora vos convertedesvos en traidores e asasinos de Él tamén. Vos que recebistes a lei que estableceron os anxos, pero non a cumprichedes. \ No newline at end of file diff --git a/07/54.txt b/07/54.txt new file mode 100644 index 0000000..51be32e --- /dev/null +++ b/07/54.txt @@ -0,0 +1 @@ +Agora os menbros do concílio escoitaron estas cousas. eles se anoxaron en extrem \ No newline at end of file From f01191098bf08257b281dc58f8278d8cffd9c92b Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 15:45:42 +0200 Subject: [PATCH 733/977] Tue Mar 29 2022 15:45:42 GMT+0200 (hora de verano de Europa central) --- 07/54.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/54.txt b/07/54.txt index 51be32e..9a2417a 100644 --- a/07/54.txt +++ b/07/54.txt @@ -1 +1 @@ -Agora os menbros do concílio escoitaron estas cousas. eles se anoxaron en extrem \ No newline at end of file +Agora os menbros do concílio escoitaron estas cousas. eles se anoxaron moito e rechnaron os dentes contra Estevo \ No newline at end of file From d27f078d30eecb4b7219359442bc0dc4166ca8e4 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 15:47:42 +0200 Subject: [PATCH 734/977] Tue Mar 29 2022 15:47:42 GMT+0200 (hora de verano de Europa central) --- 07/54.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/54.txt b/07/54.txt index 9a2417a..0737709 100644 --- a/07/54.txt +++ b/07/54.txt @@ -1 +1 @@ -Agora os menbros do concílio escoitaron estas cousas. eles se anoxaron moito e rechnaron os dentes contra Estevo \ No newline at end of file +\v 54 \v 55 \v 56 Agora os menbros do concílio escoitaron estas cousas. eles se anoxaron moito e rechnaron os dentes contra Estebo \ No newline at end of file From e88f62a02888e6984645c7baf451091ce2e4d1bd Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 15:49:42 +0200 Subject: [PATCH 735/977] Tue Mar 29 2022 15:49:42 GMT+0200 (hora de verano de Europa central) --- 07/54.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/54.txt b/07/54.txt index 0737709..d63a110 100644 --- a/07/54.txt +++ b/07/54.txt @@ -1 +1 @@ -\v 54 \v 55 \v 56 Agora os menbros do concílio escoitaron estas cousas. eles se anoxaron moito e rechnaron os dentes contra Estebo \ No newline at end of file +\v 54 \v 55 \v 56 Agora os menbros do concílio escoitaron estas cousas. eles se anoxaron moito e rechnaron os dentes contra Estevo. M \ No newline at end of file From 1d24c0673668ea2219f2566107908a17211a4f3f Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 15:51:42 +0200 Subject: [PATCH 736/977] Tue Mar 29 2022 15:51:42 GMT+0200 (hora de verano de Europa central) --- 07/54.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/54.txt b/07/54.txt index d63a110..e45d364 100644 --- a/07/54.txt +++ b/07/54.txt @@ -1 +1 @@ -\v 54 \v 55 \v 56 Agora os menbros do concílio escoitaron estas cousas. eles se anoxaron moito e rechnaron os dentes contra Estevo. M \ No newline at end of file +\v 54 \v 55 \v 56 Agora os menbros do concílio escoitaron estas cousas. eles se anoxaron moito e rechnaron os dentes contra Estevo. Mais él, sendo cheo do Espírito Santo, mirou fixamente ao ceo e mirou a gloria de Deus; é él mirou a Xesús parado a man dereita de Deus. Este \ No newline at end of file From fe765cc81bab47fe95a804d6a513f007f3c23da8 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 15:53:42 +0200 Subject: [PATCH 737/977] Tue Mar 29 2022 15:53:42 GMT+0200 (hora de verano de Europa central) --- 07/54.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/54.txt b/07/54.txt index e45d364..3e7652a 100644 --- a/07/54.txt +++ b/07/54.txt @@ -1 +1 @@ -\v 54 \v 55 \v 56 Agora os menbros do concílio escoitaron estas cousas. eles se anoxaron moito e rechnaron os dentes contra Estevo. Mais él, sendo cheo do Espírito Santo, mirou fixamente ao ceo e mirou a gloria de Deus; é él mirou a Xesús parado a man dereita de Deus. Este \ No newline at end of file +\v 54 \v 55 \v 56 Agora os menbros do concílio escoitaron estas cousas. eles se anoxaron moito e rechnaron os dentes contra Estevo. Mais él, sendo cheo do Espírito Santo, mirou fixamente ao ceo e mirou a gloria de Deus; é él mirou a Xesús parado a man dereita de Deus. Estevo dixo; " Miraide, eu miro os ceos abertos, e ao Fixo do Home \ No newline at end of file From 584aed7a4abcf06281c650a98277f02e31c0a16b Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 15:55:42 +0200 Subject: [PATCH 738/977] Tue Mar 29 2022 15:55:42 GMT+0200 (hora de verano de Europa central) --- 07/54.txt | 2 +- 07/57.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 07/57.txt diff --git a/07/54.txt b/07/54.txt index 3e7652a..8d3f2d0 100644 --- a/07/54.txt +++ b/07/54.txt @@ -1 +1 @@ -\v 54 \v 55 \v 56 Agora os menbros do concílio escoitaron estas cousas. eles se anoxaron moito e rechnaron os dentes contra Estevo. Mais él, sendo cheo do Espírito Santo, mirou fixamente ao ceo e mirou a gloria de Deus; é él mirou a Xesús parado a man dereita de Deus. Estevo dixo; " Miraide, eu miro os ceos abertos, e ao Fixo do Home \ No newline at end of file +\v 54 \v 55 \v 56 Agora os menbros do concílio escoitaron estas cousas. eles se anoxaron moito e rechnaron os dentes contra Estevo. Mais él, sendo cheo do Espírito Santo, mirou fixamente ao ceo e mirou a gloria de Deus; é él mirou a Xesús parado a man dereita de Deus. Estevo dixo; " Miraide, eu miro os ceos abertos, e ao Fixo do Home parado a man dereita de Deus. \ No newline at end of file diff --git a/07/57.txt b/07/57.txt new file mode 100644 index 0000000..06fc72d --- /dev/null +++ b/07/57.txt @@ -0,0 +1 @@ +Peo os membros do concílio berraron \ No newline at end of file From a14b7a95bc5d9693c7264e44d7cd9a42a3571a79 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 15:57:42 +0200 Subject: [PATCH 739/977] Tue Mar 29 2022 15:57:42 GMT+0200 (hora de verano de Europa central) --- 07/57.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/57.txt b/07/57.txt index 06fc72d..20c2140 100644 --- a/07/57.txt +++ b/07/57.txt @@ -1 +1 @@ -Peo os membros do concílio berraron \ No newline at end of file +Peo os membros do concílio berraron con alta voz e \ No newline at end of file From 66c9af7c46837b8a3310056f2f4d9aef93cf67b1 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 15:59:42 +0200 Subject: [PATCH 740/977] Tue Mar 29 2022 15:59:42 GMT+0200 (hora de verano de Europa central) --- 07/57.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/57.txt b/07/57.txt index 20c2140..42c9010 100644 --- a/07/57.txt +++ b/07/57.txt @@ -1 +1 @@ -Peo os membros do concílio berraron con alta voz e \ No newline at end of file +Peo os membros do concílio berraron con alta voz e tapaban seus oidos e correro \ No newline at end of file From 82a958e18b12039da587ad2152ace874068d482b Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 16:01:42 +0200 Subject: [PATCH 741/977] Tue Mar 29 2022 16:01:42 GMT+0200 (hora de verano de Europa central) --- 07/57.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/57.txt b/07/57.txt index 42c9010..ca3b8bb 100644 --- a/07/57.txt +++ b/07/57.txt @@ -1 +1 @@ -Peo os membros do concílio berraron con alta voz e tapaban seus oidos e correro \ No newline at end of file +Peo os membros do concílio berraron con alta voz e tapaban seus oidos e correron xuntos cara a él. Eles o botaron fuera de la ciudad e o apedrárono \ No newline at end of file From 6c6ee1b35adbd6343d90bce708cdfec475f309f1 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 16:03:42 +0200 Subject: [PATCH 742/977] Tue Mar 29 2022 16:03:42 GMT+0200 (hora de verano de Europa central) --- 07/57.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/57.txt b/07/57.txt index ca3b8bb..b633acd 100644 --- a/07/57.txt +++ b/07/57.txt @@ -1 +1 @@ -Peo os membros do concílio berraron con alta voz e tapaban seus oidos e correron xuntos cara a él. Eles o botaron fuera de la ciudad e o apedrárono \ No newline at end of file +Peo os membros do concílio berraron con alta voz e tapaban seus oidos e correron xuntos cara a él. Eles o botaron fuera de la ciudad e o apedrárono e as testemuñas puxeron os seus vistidos aos pes dun mozo chamado Saulo \ No newline at end of file From 2c6932608137cbf1c24732f4df60872861017ad4 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 16:05:42 +0200 Subject: [PATCH 743/977] Tue Mar 29 2022 16:05:42 GMT+0200 (hora de verano de Europa central) --- 07/57.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/57.txt b/07/57.txt index b633acd..012c650 100644 --- a/07/57.txt +++ b/07/57.txt @@ -1 +1 @@ -Peo os membros do concílio berraron con alta voz e tapaban seus oidos e correron xuntos cara a él. Eles o botaron fuera de la ciudad e o apedrárono e as testemuñas puxeron os seus vistidos aos pes dun mozo chamado Saulo \ No newline at end of file +Peo os membros do concílio berraron con alta voz e tapaban seus oidos e correron xuntos cara a él. Eles o botaron fora da cidade e o apedrárono e as testemuñas puxerona suas roupas s seus vistidos aos pes dun mozo chamado Saulo \ No newline at end of file From 54ec4a135f832f71478dfea8c7a6285bb4845819 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 16:07:42 +0200 Subject: [PATCH 744/977] Tue Mar 29 2022 16:07:42 GMT+0200 (hora de verano de Europa central) --- 07/57.txt | 2 +- 07/59.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 07/59.txt diff --git a/07/57.txt b/07/57.txt index 012c650..445a027 100644 --- a/07/57.txt +++ b/07/57.txt @@ -1 +1 @@ -Peo os membros do concílio berraron con alta voz e tapaban seus oidos e correron xuntos cara a él. Eles o botaron fora da cidade e o apedrárono e as testemuñas puxerona suas roupas s seus vistidos aos pes dun mozo chamado Saulo \ No newline at end of file +\v 57 \v 58 Peo os membros do concílio berraron con alta voz e tapaban seus oidos e correron xuntos cara a él. Eles o botaron fora da cidade e o apedrárono e as testemuñas puxerona suas roupas exteriores aos pes dun mozo chamado Saulo. \ No newline at end of file diff --git a/07/59.txt b/07/59.txt new file mode 100644 index 0000000..f150fc2 --- /dev/null +++ b/07/59.txt @@ -0,0 +1 @@ +Mentras eles apedraban a Estevo, él sigía chamando a \ No newline at end of file From 3036da51f0c7b9c9149b1ca7bffe0e417f57b882 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 16:09:42 +0200 Subject: [PATCH 745/977] Tue Mar 29 2022 16:09:42 GMT+0200 (hora de verano de Europa central) --- 07/59.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/59.txt b/07/59.txt index f150fc2..826513c 100644 --- a/07/59.txt +++ b/07/59.txt @@ -1 +1 @@ -Mentras eles apedraban a Estevo, él sigía chamando a \ No newline at end of file +Mentras eles apedraban a Estevo, él sigía chamando ao Señor dicindo; · Señor Xesús ricibe o meu espírito." Él asionllouse \ No newline at end of file From acd7e1b0a5671a507e6eebbcb6f287eab641702e Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 16:11:42 +0200 Subject: [PATCH 746/977] Tue Mar 29 2022 16:11:42 GMT+0200 (hora de verano de Europa central) --- 07/59.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/59.txt b/07/59.txt index 826513c..d93e6ec 100644 --- a/07/59.txt +++ b/07/59.txt @@ -1 +1 @@ -Mentras eles apedraban a Estevo, él sigía chamando ao Señor dicindo; · Señor Xesús ricibe o meu espírito." Él asionllouse \ No newline at end of file +Mentras eles apedraban a Estevo, él sigía chamando ao Señor dicindo; · Señor Xesús ricibe o meu espírito." Él axeonllouse e berrou en vos alta: " Señor non tomes este pecado contra eles . " C \ No newline at end of file From b49ead1efb69a214d9d00eb2a3bc17e72165c3d3 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 16:13:43 +0200 Subject: [PATCH 747/977] Tue Mar 29 2022 16:13:42 GMT+0200 (hora de verano de Europa central) --- 07/47.txt | 2 +- 07/51.txt | 2 +- 07/59.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/07/47.txt b/07/47.txt index ceb60f3..6cef147 100644 --- a/07/47.txt +++ b/07/47.txt @@ -1 +1 @@ -\v 47 \v 48 \v 49 \v 50 Pero Salomón construíu unha casa para Deus. Con todo, o Altisimo non vive en casas feitas por mans de homes, isto e coma di o profeta. O CEO É MEU TRONO, E A TERRA Ó ESTRADO PARA OS MEUS PES.¿QUE TIPO DE CLASA ME PODEN CONSTRUÉRE VOSTEDES? dí o Señor. ¿ ONDE ESTÁ O SITIO PARA MEU REPOUSO? ¿NON FIXO MIÑA MAU TODS ISTAS COUSAS? \ No newline at end of file +\v 47 \v 50 Pero Salomón construíu unha casa para Deus. \v 48 Con todo, o Altisimo non vive en casas feitas por mans de homes, isto e coma di o profeta. \v 49 O CEO É MEU TRONO, E A TERRA Ó ESTRADO PARA OS MEUS PES.¿QUE TIPO DE CLASA ME PODEN CONSTRUÉRE VOSTEDES? dí o Señor. ¿ ONDE ESTÁ O SITIO PARA MEU REPOUSO? ¿NON FIXO MIÑA MAU TODS ISTAS COUSAS? \ No newline at end of file diff --git a/07/51.txt b/07/51.txt index a2f6833..ca18f0e 100644 --- a/07/51.txt +++ b/07/51.txt @@ -1 +1 @@ -\v 51 \v 52 \v 53 Vostedes que son taimudos é incorcisos de corazón e de oidos sempres resisten ao Espírito Santo,; vostedes fan coma seus ancestros facían. ¿ Cal dos profetas non persiguíron seus ancestros? Eles asasinaron a os profetas quens apareceron antes da chegada do Xusto; e ahora vos convertedesvos en traidores e asasinos de Él tamén. Vos que recebistes a lei que estableceron os anxos, pero non a cumprichedes. \ No newline at end of file +\v 51 Vostedes que son taimudos é incorcisos de corazón e de oidos sempres resisten ao Espírito Santo,; vostedes fan coma seus ancestros facían. \v 52 ¿ Cal dos profetas non persiguíron seus ancestros? Eles asasinaron a os profetas quens apareceron antes da chegada do Xusto; e ahora vos convertedesvos en traidores e asasinos de Él tamén. \v 53 Vos que recebistes a lei que estableceron os anxos, pero non a cumprichedes. \ No newline at end of file diff --git a/07/59.txt b/07/59.txt index d93e6ec..456bed3 100644 --- a/07/59.txt +++ b/07/59.txt @@ -1 +1 @@ -Mentras eles apedraban a Estevo, él sigía chamando ao Señor dicindo; · Señor Xesús ricibe o meu espírito." Él axeonllouse e berrou en vos alta: " Señor non tomes este pecado contra eles . " C \ No newline at end of file +\v 59 \v 60 Mentras eles apedraban a Estevo, él sigía chamando ao Señor dicindo; · Señor Xesús ricibe o meu espírito." Él axeonllouse e berrou en vos alta: " Señor non tomes este pecado contra eles . " Cando él dixo isto, durmiuse. \ No newline at end of file From 4c988f2878e95e3fe9af9a6358ed5f387b590ed8 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 16:15:44 +0200 Subject: [PATCH 748/977] Tue Mar 29 2022 16:15:43 GMT+0200 (hora de verano de Europa central) --- 07/47.txt | 2 +- 07/54.txt | 2 +- 07/57.txt | 2 +- 07/59.txt | 2 +- manifest.json | 5 +++++ 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/07/47.txt b/07/47.txt index 6cef147..c582364 100644 --- a/07/47.txt +++ b/07/47.txt @@ -1 +1 @@ -\v 47 \v 50 Pero Salomón construíu unha casa para Deus. \v 48 Con todo, o Altisimo non vive en casas feitas por mans de homes, isto e coma di o profeta. \v 49 O CEO É MEU TRONO, E A TERRA Ó ESTRADO PARA OS MEUS PES.¿QUE TIPO DE CLASA ME PODEN CONSTRUÉRE VOSTEDES? dí o Señor. ¿ ONDE ESTÁ O SITIO PARA MEU REPOUSO? ¿NON FIXO MIÑA MAU TODS ISTAS COUSAS? \ No newline at end of file +\v 47 Pero Salomón construíu unha casa para Deus. \v 48 Con todo, o Altisimo non vive en casas feitas por mans de homes, isto e coma di o profeta. \v 49 O CEO É MEU TRONO, E A TERRA Ó ESTRADO PARA OS MEUS PES.¿QUE TIPO DE CLASA ME PODEN CONSTRUÉRE VOSTEDES? dí o Señor. ¿ ONDE ESTÁ O SITIO PARA MEU REPOUSO? \v 50 ¿NON FIXO MIÑA MAU TODS ISTAS COUSAS? \ No newline at end of file diff --git a/07/54.txt b/07/54.txt index 8d3f2d0..4cf2c85 100644 --- a/07/54.txt +++ b/07/54.txt @@ -1 +1 @@ -\v 54 \v 55 \v 56 Agora os menbros do concílio escoitaron estas cousas. eles se anoxaron moito e rechnaron os dentes contra Estevo. Mais él, sendo cheo do Espírito Santo, mirou fixamente ao ceo e mirou a gloria de Deus; é él mirou a Xesús parado a man dereita de Deus. Estevo dixo; " Miraide, eu miro os ceos abertos, e ao Fixo do Home parado a man dereita de Deus. \ No newline at end of file +\v 54 Agora os menbros do concílio escoitaron estas cousas. eles se anoxaron moito e rechnaron os dentes contra Estevo. \v 55 Mais él, sendo cheo do Espírito Santo, mirou fixamente ao ceo e mirou a gloria de Deus; é él mirou a Xesús parado a man dereita de Deus. \v 56 Estevo dixo; " Miraide, eu miro os ceos abertos, e ao Fixo do Home parado a man dereita de Deus. \ No newline at end of file diff --git a/07/57.txt b/07/57.txt index 445a027..5fb1183 100644 --- a/07/57.txt +++ b/07/57.txt @@ -1 +1 @@ -\v 57 \v 58 Peo os membros do concílio berraron con alta voz e tapaban seus oidos e correron xuntos cara a él. Eles o botaron fora da cidade e o apedrárono e as testemuñas puxerona suas roupas exteriores aos pes dun mozo chamado Saulo. \ No newline at end of file +\v 57 Peo os membros do concílio berraron con alta voz e tapaban seus oidos e correron xuntos cara a él. \v 58 Eles o botaron fora da cidade e o apedrárono e as testemuñas puxerona suas roupas exteriores aos pes dun mozo chamado Saulo. \ No newline at end of file diff --git a/07/59.txt b/07/59.txt index 456bed3..bed9cc1 100644 --- a/07/59.txt +++ b/07/59.txt @@ -1 +1 @@ -\v 59 \v 60 Mentras eles apedraban a Estevo, él sigía chamando ao Señor dicindo; · Señor Xesús ricibe o meu espírito." Él axeonllouse e berrou en vos alta: " Señor non tomes este pecado contra eles . " Cando él dixo isto, durmiuse. \ No newline at end of file +\v 59 Mentras eles apedraban a Estevo, él sigía chamando ao Señor dicindo; · Señor Xesús ricibe o meu espírito." \v 60 Él axeonllouse e berrou en vos alta: " Señor non tomes este pecado contra eles . " Cando él dixo isto, durmiuse. \ No newline at end of file diff --git a/manifest.json b/manifest.json index e7b6d4c..16b1277 100644 --- a/manifest.json +++ b/manifest.json @@ -130,6 +130,11 @@ "07-41", "07-43", "07-44", + "07-47", + "07-51", + "07-54", + "07-57", + "07-59", "19-38" ] } \ No newline at end of file From ea9878e0e9cac5117a9c5d87fb40946490b3bc03 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 16:17:43 +0200 Subject: [PATCH 749/977] Tue Mar 29 2022 16:17:42 GMT+0200 (hora de verano de Europa central) --- 11/29.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 11/29.txt diff --git a/11/29.txt b/11/29.txt new file mode 100644 index 0000000..6ffc1ea --- /dev/null +++ b/11/29.txt @@ -0,0 +1 @@ +Entón os descipulos \ No newline at end of file From cfacbe74d240132da94459dc939948242fe45194 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 16:19:42 +0200 Subject: [PATCH 750/977] Tue Mar 29 2022 16:19:42 GMT+0200 (hora de verano de Europa central) --- 11/29.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11/29.txt b/11/29.txt index 6ffc1ea..bbcfb87 100644 --- a/11/29.txt +++ b/11/29.txt @@ -1 +1 @@ -Entón os descipulos \ No newline at end of file +Entón os descipulos, según cada un era capaz, dicidiron mandar a os hirmans en Xudea. Eles fixeron isto, eles mandaron diñeiro a os ancians \ No newline at end of file From e79777abf4545401cc479e77242726328d184e02 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 16:21:42 +0200 Subject: [PATCH 751/977] Tue Mar 29 2022 16:21:42 GMT+0200 (hora de verano de Europa central) --- 11/27.txt | 1 + 11/29.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 11/27.txt diff --git a/11/27.txt b/11/27.txt new file mode 100644 index 0000000..6e789b2 --- /dev/null +++ b/11/27.txt @@ -0,0 +1 @@ +Agora en queles días alguns profetas baixaron de Xerusalén a Antioquía. UN deles. de nome Abag \ No newline at end of file diff --git a/11/29.txt b/11/29.txt index bbcfb87..6eb7169 100644 --- a/11/29.txt +++ b/11/29.txt @@ -1 +1 @@ -Entón os descipulos, según cada un era capaz, dicidiron mandar a os hirmans en Xudea. Eles fixeron isto, eles mandaron diñeiro a os ancians \ No newline at end of file +\v 29 \v 30 Entón os descipulos, según cada un era capaz, dicidiron mandar a os hirmans en Xudea. Eles fixeron isto, eles mandaron diñeiro a os ancians por mans de Bernabé e Saulo. \ No newline at end of file From d0b83ab6ee01b854d7fcaa19d0809d7be8f5ee89 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 16:23:42 +0200 Subject: [PATCH 752/977] Tue Mar 29 2022 16:23:42 GMT+0200 (hora de verano de Europa central) --- 11/25.txt | 1 + 11/27.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 11/25.txt diff --git a/11/25.txt b/11/25.txt new file mode 100644 index 0000000..217c68d --- /dev/null +++ b/11/25.txt @@ -0,0 +1 @@ +Enton Bernabé f \ No newline at end of file diff --git a/11/27.txt b/11/27.txt index 6e789b2..8170577 100644 --- a/11/27.txt +++ b/11/27.txt @@ -1 +1 @@ -Agora en queles días alguns profetas baixaron de Xerusalén a Antioquía. UN deles. de nome Abag \ No newline at end of file +\v 27 \v 28 Agora en queles días alguns profetas baixaron de Xerusalén a Antioquía. UN deles. de nome Agabo, se parou e dixo polo Espírito Santo que unha grande Fame ocorreria en todo o mundo. Isto sucedeu nos días de Caudio. \ No newline at end of file From a9368ffe2a1041dd4140a1743cdb2a2d8dc197e8 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 16:25:42 +0200 Subject: [PATCH 753/977] Tue Mar 29 2022 16:25:42 GMT+0200 (hora de verano de Europa central) --- 11/25.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11/25.txt b/11/25.txt index 217c68d..e04af4d 100644 --- a/11/25.txt +++ b/11/25.txt @@ -1 +1 @@ -Enton Bernabé f \ No newline at end of file +Enton Bernabé foi a Tarso a buscar a Saulo. Cando él o topou, o truxo a Antioquía. Foi preto de un ano enteiro eles reunianse xunto co a igrexa e ins \ No newline at end of file From 96ca86841a65af64804301c0bbcc3e1c62a7422e Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 16:27:43 +0200 Subject: [PATCH 754/977] Tue Mar 29 2022 16:27:42 GMT+0200 (hora de verano de Europa central) --- 11/25.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11/25.txt b/11/25.txt index e04af4d..bebb3e4 100644 --- a/11/25.txt +++ b/11/25.txt @@ -1 +1 @@ -Enton Bernabé foi a Tarso a buscar a Saulo. Cando él o topou, o truxo a Antioquía. Foi preto de un ano enteiro eles reunianse xunto co a igrexa e ins \ No newline at end of file +\v 25 \v 26 Enton Bernabé foi a Tarso a buscar a Saulo. Cando él o topou, o truxo a Antioquía. Foi preto de un ano enteiro eles reunianse xunto co a igrexa e insinaban a muitas persoas. Os descípulos foron chamados cristianos por primeira vez en Antioquia . \ No newline at end of file From 849a80c495afd9d3f37a7119af49d0deefac0148 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 17:03:21 +0200 Subject: [PATCH 755/977] Tue Mar 29 2022 17:03:20 GMT+0200 (hora de verano de Europa central) --- 08/01.txt | 1 + 08/title.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 08/01.txt create mode 100644 08/title.txt diff --git a/08/01.txt b/08/01.txt new file mode 100644 index 0000000..559015f --- /dev/null +++ b/08/01.txt @@ -0,0 +1 @@ +\c 8 Saulo estaba de acordo \ No newline at end of file diff --git a/08/title.txt b/08/title.txt new file mode 100644 index 0000000..4e9189f --- /dev/null +++ b/08/title.txt @@ -0,0 +1 @@ +Capíolo 8 \ No newline at end of file From a71483be2e757a6bbda13389bc18b6246dab03bb Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 17:05:21 +0200 Subject: [PATCH 756/977] Tue Mar 29 2022 17:05:20 GMT+0200 (hora de verano de Europa central) --- 08/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/01.txt b/08/01.txt index 559015f..3b68ed1 100644 --- a/08/01.txt +++ b/08/01.txt @@ -1 +1 @@ -\c 8 Saulo estaba de acordo \ No newline at end of file +\c 8 Saulo estiva de acordo co a súa morte. Asi que ese día escomemnzou \ No newline at end of file From 3f1290754149935de651464eb9779556d5b40978 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 17:07:21 +0200 Subject: [PATCH 757/977] Tue Mar 29 2022 17:07:20 GMT+0200 (hora de verano de Europa central) --- 08/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/01.txt b/08/01.txt index 3b68ed1..388160f 100644 --- a/08/01.txt +++ b/08/01.txt @@ -1 +1 @@ -\c 8 Saulo estiva de acordo co a súa morte. Asi que ese día escomemnzou \ No newline at end of file +\c 8 Saulo estiva de acordo co a súa morte. Polo que ese día comenzou unha gran persecución contra a igrexa que estaba en Xerusalén e todos os creentes estaban expallados polas rexións \ No newline at end of file From e1d87425a1bc519cc6bee2530e7051cc9b4840fd Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 17:09:21 +0200 Subject: [PATCH 758/977] Tue Mar 29 2022 17:09:21 GMT+0200 (hora de verano de Europa central) --- 08/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/01.txt b/08/01.txt index 388160f..e01daec 100644 --- a/08/01.txt +++ b/08/01.txt @@ -1 +1 @@ -\c 8 Saulo estiva de acordo co a súa morte. Polo que ese día comenzou unha gran persecución contra a igrexa que estaba en Xerusalén e todos os creentes estaban expallados polas rexións \ No newline at end of file +\c 8 Saulo estiva de acordo co a súa morte. Polo que ese día comenzou unha gran persecución contra a igrexa que estaba en Xerusalén e todos os creentes estaban expallados polas rexións de Xudea e Samaría, agas os apostolos. Homes devotos soterraron a Estevo e puxeron un \ No newline at end of file From 1e9454492d67f5982155ce88a19fd7fca88d9906 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 17:11:21 +0200 Subject: [PATCH 759/977] Tue Mar 29 2022 17:11:20 GMT+0200 (hora de verano de Europa central) --- 08/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/01.txt b/08/01.txt index e01daec..8c8ec7a 100644 --- a/08/01.txt +++ b/08/01.txt @@ -1 +1 @@ -\c 8 Saulo estiva de acordo co a súa morte. Polo que ese día comenzou unha gran persecución contra a igrexa que estaba en Xerusalén e todos os creentes estaban expallados polas rexións de Xudea e Samaría, agas os apostolos. Homes devotos soterraron a Estevo e puxeron un \ No newline at end of file +\c 8 Saulo estiva de acordo co a súa morte. Polo que ese día comenzou unha gran persecución contra a igrexa que estaba en Xerusalén e todos os creentes estaban expallados polas rexións de Xudea e Samaría, agas os apostolos. Homes devotos soterraron a Estevo e puxeronlle un loito, pero Saulo lle fixo moito dano a igrexa ; él entraba casa por casa e \ No newline at end of file From ed36d7626ad90182bbb692f12979f5386adcd9d0 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 17:13:21 +0200 Subject: [PATCH 760/977] Tue Mar 29 2022 17:13:20 GMT+0200 (hora de verano de Europa central) --- 08/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/01.txt b/08/01.txt index 8c8ec7a..67376af 100644 --- a/08/01.txt +++ b/08/01.txt @@ -1 +1 @@ -\c 8 Saulo estiva de acordo co a súa morte. Polo que ese día comenzou unha gran persecución contra a igrexa que estaba en Xerusalén e todos os creentes estaban expallados polas rexións de Xudea e Samaría, agas os apostolos. Homes devotos soterraron a Estevo e puxeronlle un loito, pero Saulo lle fixo moito dano a igrexa ; él entraba casa por casa e \ No newline at end of file +\c 8 Saulo estiva de acordo co a súa morte. Polo que ese día comenzou unha gran persecución contra a igrexa que estaba en Xerusalén e todos os creentes estaban expallados polas rexións de Xudea e Samaría, agas os apostolos. Homes devotos soterraron a Estevo e puxeronlle un loito, pero Saulo lle fixo moito dano a igrexa ; él entrou casa por casa evotando a rrastro fora a homes e mulleres e os puña na ca \ No newline at end of file From 41f3b02855ef5bedd0f3e1be07188c3d694bae86 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 17:15:21 +0200 Subject: [PATCH 761/977] Tue Mar 29 2022 17:15:20 GMT+0200 (hora de verano de Europa central) --- 08/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/01.txt b/08/01.txt index 67376af..14a5a3e 100644 --- a/08/01.txt +++ b/08/01.txt @@ -1 +1 @@ -\c 8 Saulo estiva de acordo co a súa morte. Polo que ese día comenzou unha gran persecución contra a igrexa que estaba en Xerusalén e todos os creentes estaban expallados polas rexións de Xudea e Samaría, agas os apostolos. Homes devotos soterraron a Estevo e puxeronlle un loito, pero Saulo lle fixo moito dano a igrexa ; él entrou casa por casa evotando a rrastro fora a homes e mulleres e os puña na ca \ No newline at end of file +\c 8 Saulo estiva de acordo co a súa morte. Polo que ese día comenzou unha gran persecución contra a igrexa que estaba en Xerusalén e todos os creentes estaban expallados polas rexións de Xudea e Samaría, agas os apostolos. Homes devotos soterraron a Estevo e puxeronlle un loito, pero Saulo lle fixo moito dano a igrexa ; él entrou casa por casa evotando a rrastro fora a homes e mulleres e os puña na cadea \ No newline at end of file From a2b79016ab44b97039ec724eb49da2e560a4f418 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 17:17:21 +0200 Subject: [PATCH 762/977] Tue Mar 29 2022 17:17:21 GMT+0200 (hora de verano de Europa central) --- 08/01.txt | 2 +- 08/04.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 08/04.txt diff --git a/08/01.txt b/08/01.txt index 14a5a3e..c167f92 100644 --- a/08/01.txt +++ b/08/01.txt @@ -1 +1 @@ -\c 8 Saulo estiva de acordo co a súa morte. Polo que ese día comenzou unha gran persecución contra a igrexa que estaba en Xerusalén e todos os creentes estaban expallados polas rexións de Xudea e Samaría, agas os apostolos. Homes devotos soterraron a Estevo e puxeronlle un loito, pero Saulo lle fixo moito dano a igrexa ; él entrou casa por casa evotando a rrastro fora a homes e mulleres e os puña na cadea \ No newline at end of file +\c 8 \v 1 \v 2 \v 3 Saulo estiva de acordo co a súa morte. Polo que ese día comenzou unha gran persecución contra a igrexa que estaba en Xerusalén e todos os creentes estaban expallados polas rexións de Xudea e Samaría, agas os apostolos. Homes devotos soterraron a Estevo e puxeronlle un loito, pero Saulo lle fixo moito dano a igrexa ; él entrou casa por casa evotando a rrastro fora a homes e mulleres e os puña na cadea \ No newline at end of file diff --git a/08/04.txt b/08/04.txt new file mode 100644 index 0000000..efd3d12 --- /dev/null +++ b/08/04.txt @@ -0,0 +1 @@ + os crentes que foran espaxados e \ No newline at end of file From ee9353c2483871be19bd219feabdef49c91dc138 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 17:19:21 +0200 Subject: [PATCH 763/977] Tue Mar 29 2022 17:19:20 GMT+0200 (hora de verano de Europa central) --- 08/04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/04.txt b/08/04.txt index efd3d12..f2c89d3 100644 --- a/08/04.txt +++ b/08/04.txt @@ -1 +1 @@ - os crentes que foran espaxados e \ No newline at end of file + os crentes que foran espaxados e que estaba \ No newline at end of file From 6f6f2d7299fcfaeece078f32b93aa1bc16be6828 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 17:21:21 +0200 Subject: [PATCH 764/977] Tue Mar 29 2022 17:21:20 GMT+0200 (hora de verano de Europa central) --- 08/04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/04.txt b/08/04.txt index f2c89d3..3a51235 100644 --- a/08/04.txt +++ b/08/04.txt @@ -1 +1 @@ - os crentes que foran espaxados e que estaba \ No newline at end of file + os crentes que foran espaxados, iban predicando la palabra . Felipe baixou a ciudade de Samaria e lles \ No newline at end of file From 1ab031e979749ee0258815f73be1cf324b5c1765 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 17:23:21 +0200 Subject: [PATCH 765/977] Tue Mar 29 2022 17:23:20 GMT+0200 (hora de verano de Europa central) --- 08/04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/04.txt b/08/04.txt index 3a51235..4b131de 100644 --- a/08/04.txt +++ b/08/04.txt @@ -1 +1 @@ - os crentes que foran espaxados, iban predicando la palabra . Felipe baixou a ciudade de Samaria e lles \ No newline at end of file + os crentes que foran espaxados, iban predicando la palabra . Felipe baixou á ciudade de Samaria e proclamouslle de Cristo. \ No newline at end of file From 2f904670441bc9f03a9697b6e3a89fc6d9f2d871 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 17:25:22 +0200 Subject: [PATCH 766/977] Tue Mar 29 2022 17:25:21 GMT+0200 (hora de verano de Europa central) --- 08/04.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/08/04.txt b/08/04.txt index 4b131de..863f8f5 100644 --- a/08/04.txt +++ b/08/04.txt @@ -1 +1 @@ - os crentes que foran espaxados, iban predicando la palabra . Felipe baixou á ciudade de Samaria e proclamouslle de Cristo. \ No newline at end of file +\v 4 Porén os crentes que foran espaxados, iban predicando la palabra . \v 5 Felipe baixou á ciudade de Samaria e proclamouslle de Cristo. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 16b1277..9c0a30b 100644 --- a/manifest.json +++ b/manifest.json @@ -135,6 +135,7 @@ "07-54", "07-57", "07-59", + "08-04", "19-38" ] } \ No newline at end of file From 2dd5d4d977757507db62056424cf84b49a7eadac Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 17:27:21 +0200 Subject: [PATCH 767/977] Tue Mar 29 2022 17:27:20 GMT+0200 (hora de verano de Europa central) --- 08/01.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/08/01.txt b/08/01.txt index c167f92..f7d213b 100644 --- a/08/01.txt +++ b/08/01.txt @@ -1 +1 @@ -\c 8 \v 1 \v 2 \v 3 Saulo estiva de acordo co a súa morte. Polo que ese día comenzou unha gran persecución contra a igrexa que estaba en Xerusalén e todos os creentes estaban expallados polas rexións de Xudea e Samaría, agas os apostolos. Homes devotos soterraron a Estevo e puxeronlle un loito, pero Saulo lle fixo moito dano a igrexa ; él entrou casa por casa evotando a rrastro fora a homes e mulleres e os puña na cadea \ No newline at end of file +\c 8 \v 1 Saulo estiva de acordo co a súa morte. Polo que ese día comenzou unha gran persecución contra a igrexa que estaba en Xerusalén e todos os creentes estaban expallados polas rexións de Xudea e Samaría, agas os apostolos. \v 2 Homes devotos soterraron a Estevo e puxeronlle un loito, \v 3 Pero Saulo lle fixo moito dano a igrexa ; él entrou casa por casa evotando a rrastro fora a homes e mulleres e os puña na cadea \ No newline at end of file diff --git a/manifest.json b/manifest.json index 9c0a30b..352c03c 100644 --- a/manifest.json +++ b/manifest.json @@ -135,6 +135,7 @@ "07-54", "07-57", "07-59", + "08-01", "08-04", "19-38" ] From 8b26c576eb22cee7d82d6a51f999faee99b0ebae Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 21:45:24 +0200 Subject: [PATCH 768/977] Tue Mar 29 2022 21:45:23 GMT+0200 (hora de verano de Europa central) --- 08/06.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 08/06.txt diff --git a/08/06.txt b/08/06.txt new file mode 100644 index 0000000..f1a2e43 --- /dev/null +++ b/08/06.txt @@ -0,0 +1 @@ +Cando \ No newline at end of file From 3651a2dce9d231c88f2edf7057541971a53c3783 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Tue, 29 Mar 2022 23:05:55 +0200 Subject: [PATCH 769/977] Tue Mar 29 2022 23:05:54 GMT+0200 (hora de verano de Europa central) --- 08/06.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/06.txt b/08/06.txt index f1a2e43..2b4af9b 100644 --- a/08/06.txt +++ b/08/06.txt @@ -1 +1 @@ -Cando \ No newline at end of file +\v 6 \v 7 \v 8 Cando \ No newline at end of file From e23be774b79a7edae46a4c81c06554900091c434 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Wed, 30 Mar 2022 10:16:14 +0200 Subject: [PATCH 770/977] Wed Mar 30 2022 10:16:13 GMT+0200 (hora de verano de Europa central) --- 08/06.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/06.txt b/08/06.txt index 2b4af9b..c809987 100644 --- a/08/06.txt +++ b/08/06.txt @@ -1 +1 @@ -\v 6 \v 7 \v 8 Cando \ No newline at end of file +\v 6 \v 7 \v 8 Cando unha multitude de persoas escoitaron e viron as señais que Felipr \ No newline at end of file From 3470ed6df8e1bb9c526cafd8dae7d4860501d389 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Wed, 30 Mar 2022 10:18:14 +0200 Subject: [PATCH 771/977] Wed Mar 30 2022 10:18:13 GMT+0200 (hora de verano de Europa central) --- 08/06.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/06.txt b/08/06.txt index c809987..5f477f1 100644 --- a/08/06.txt +++ b/08/06.txt @@ -1 +1 @@ -\v 6 \v 7 \v 8 Cando unha multitude de persoas escoitaron e viron as señais que Felipr \ No newline at end of file +\v 6 \v 7 \v 8 Cando unha multitude de persoas escoitaron e viron as señais que Felipr fixera, eles xuntos \ No newline at end of file From eceba143d17d0959f32e123a601f791d18bf9e6d Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Wed, 30 Mar 2022 10:50:26 +0200 Subject: [PATCH 772/977] Wed Mar 30 2022 10:50:25 GMT+0200 (hora de verano de Europa central) --- 08/06.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/06.txt b/08/06.txt index 5f477f1..80bb912 100644 --- a/08/06.txt +++ b/08/06.txt @@ -1 +1 @@ -\v 6 \v 7 \v 8 Cando unha multitude de persoas escoitaron e viron as señais que Felipr fixera, eles xuntos \ No newline at end of file +\v 6 \v 7 \v 8 Cando unha multitude de persoas escoitaron e viron as señais que Felipr fixera, eles xuntos \ No newline at end of file From b046c934f8eba2364b03e20a91123f2d07c1be7f Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Wed, 30 Mar 2022 13:23:45 +0200 Subject: [PATCH 773/977] Wed Mar 30 2022 13:23:44 GMT+0200 (hora de verano de Europa central) --- 08/06.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/06.txt b/08/06.txt index 80bb912..e0d6056 100644 --- a/08/06.txt +++ b/08/06.txt @@ -1 +1 @@ -\v 6 \v 7 \v 8 Cando unha multitude de persoas escoitaron e viron as señais que Felipr fixera, eles xuntos \ No newline at end of file +\v 6 \v 7 \v 8 Cando multitude de persoas escoitaron e miraron as siñais que Felipe facia \ No newline at end of file From f558b65911de0fde211f1df48a4bb975ac753b48 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Wed, 30 Mar 2022 13:25:44 +0200 Subject: [PATCH 774/977] Wed Mar 30 2022 13:25:44 GMT+0200 (hora de verano de Europa central) --- 08/06.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/06.txt b/08/06.txt index e0d6056..d25fefc 100644 --- a/08/06.txt +++ b/08/06.txt @@ -1 +1 @@ -\v 6 \v 7 \v 8 Cando multitude de persoas escoitaron e miraron as siñais que Felipe facia \ No newline at end of file +\v 6 \v 7 \v 8 Cando multitude de persoas escoitaron e miraron as siñais que Felipe facia, eles xuntos puxeron atención ao que dician. Porque de moitas persoas que os tiñan, espíritos impuros saian a fora berrando \ No newline at end of file From c2f7e7190727ef4a7f30abf6b63d063c61dc6772 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Wed, 30 Mar 2022 13:27:45 +0200 Subject: [PATCH 775/977] Wed Mar 30 2022 13:27:44 GMT+0200 (hora de verano de Europa central) --- 08/06.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/06.txt b/08/06.txt index d25fefc..a902f61 100644 --- a/08/06.txt +++ b/08/06.txt @@ -1 +1 @@ -\v 6 \v 7 \v 8 Cando multitude de persoas escoitaron e miraron as siñais que Felipe facia, eles xuntos puxeron atención ao que dician. Porque de moitas persoas que os tiñan, espíritos impuros saian a fora berrando \ No newline at end of file +\v 6 \v 7 \v 8 Cando multitude de persoas escoitaron e miraron as siñais que Felipe facia, eles xuntos puxeron atención ao que dician. Porque de moitas persoas que os tiñan, espíritos impuros saian a fora berrando \ No newline at end of file From 27145f7170a81f40eb3c152647721794b20b84ea Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Wed, 30 Mar 2022 13:49:55 +0200 Subject: [PATCH 776/977] Wed Mar 30 2022 13:49:54 GMT+0200 (hora de verano de Europa central) --- 08/06.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/06.txt b/08/06.txt index a902f61..3bd1aa7 100644 --- a/08/06.txt +++ b/08/06.txt @@ -1 +1 @@ -\v 6 \v 7 \v 8 Cando multitude de persoas escoitaron e miraron as siñais que Felipe facia, eles xuntos puxeron atención ao que dician. Porque de moitas persoas que os tiñan, espíritos impuros saian a fora berrando \ No newline at end of file +\v 6 \v 7 \v 8 Cando multitude de persoas escoitaron e miraron as siñais que Felipe facia, eles xuntos puxeron atención ao que dician. Porque de moitas persoas que os tiñan, espíritos impuros saian a fora berrando a gran voz \ No newline at end of file From 1203dcbd918cda80d4c93b032f698533f6b22ccc Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Wed, 30 Mar 2022 13:51:55 +0200 Subject: [PATCH 777/977] Wed Mar 30 2022 13:51:54 GMT+0200 (hora de verano de Europa central) --- 08/06.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/06.txt b/08/06.txt index 3bd1aa7..4b8c4b8 100644 --- a/08/06.txt +++ b/08/06.txt @@ -1 +1 @@ -\v 6 \v 7 \v 8 Cando multitude de persoas escoitaron e miraron as siñais que Felipe facia, eles xuntos puxeron atención ao que dician. Porque de moitas persoas que os tiñan, espíritos impuros saian a fora berrando a gran voz \ No newline at end of file +\v 6 \v 7 \v 8 Cando multitude de persoas escoitaron e miraron as siñais que Felipe facia, eles xuntos puxeron atención ao que dician. Porque de moitas persoas que os tiñan, espíritos impuros saian a fora berrando a gran voz e moitos paralizados e coxos foron curados. E haía gran \ No newline at end of file From a0d43aecb297bf9fbb571f77ebeee8f41283839e Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Wed, 30 Mar 2022 13:53:55 +0200 Subject: [PATCH 778/977] Wed Mar 30 2022 13:53:54 GMT+0200 (hora de verano de Europa central) --- 08/06.txt | 2 +- 08/09.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 08/09.txt diff --git a/08/06.txt b/08/06.txt index 4b8c4b8..8e1b88d 100644 --- a/08/06.txt +++ b/08/06.txt @@ -1 +1 @@ -\v 6 \v 7 \v 8 Cando multitude de persoas escoitaron e miraron as siñais que Felipe facia, eles xuntos puxeron atención ao que dician. Porque de moitas persoas que os tiñan, espíritos impuros saian a fora berrando a gran voz e moitos paralizados e coxos foron curados. E haía gran \ No newline at end of file +\v 6 \v 7 \v 8 Cando multitude de persoas escoitaron e miraron as siñais que Felipe facia, eles xuntos puxeron atención ao que dician. Porque de moitas persoas que os tiñan, espíritos impuros saian a fora berrando a gran voz e moitos paralizados e coxos foron curados. E haía gran gozo naquela cidade. \ No newline at end of file diff --git a/08/09.txt b/08/09.txt new file mode 100644 index 0000000..4ade3fc --- /dev/null +++ b/08/09.txt @@ -0,0 +1 @@ +Peo había na cidade un home que antes facia bruxwría \ No newline at end of file From 4a8f2bb7937ce71a14542aec99c678b093cbc742 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Wed, 30 Mar 2022 13:55:55 +0200 Subject: [PATCH 779/977] Wed Mar 30 2022 13:55:54 GMT+0200 (hora de verano de Europa central) --- 08/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/09.txt b/08/09.txt index 4ade3fc..3bd195f 100644 --- a/08/09.txt +++ b/08/09.txt @@ -1 +1 @@ -Peo había na cidade un home que antes facia bruxwría \ No newline at end of file +Peo había na cidade un home que antes facia bruxwría ; él adoitába sorprender á xente de Samaria mentres o \ No newline at end of file From d7a394b60109dca7a601a02ae5f7b0933ad3cf9a Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Wed, 30 Mar 2022 13:57:55 +0200 Subject: [PATCH 780/977] Wed Mar 30 2022 13:57:54 GMT+0200 (hora de verano de Europa central) --- 08/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/09.txt b/08/09.txt index 3bd195f..78515cd 100644 --- a/08/09.txt +++ b/08/09.txt @@ -1 +1 @@ -Peo había na cidade un home que antes facia bruxwría ; él adoitába sorprender á xente de Samaria mentres o \ No newline at end of file +Peo había na cidade un home que antes facia bruxwría ; él adoitába sorprender á xente de Samaria mentres o afirma ser unha persoa importante. \ No newline at end of file From 102ffa5850555022e6de7743e31090ce9e7ea31d Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Wed, 30 Mar 2022 15:01:32 +0200 Subject: [PATCH 781/977] Wed Mar 30 2022 15:01:26 GMT+0200 (hora de verano de Europa central) --- 08/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/09.txt b/08/09.txt index 78515cd..882be6e 100644 --- a/08/09.txt +++ b/08/09.txt @@ -1 +1 @@ -Peo había na cidade un home que antes facia bruxwría ; él adoitába sorprender á xente de Samaria mentres o afirma ser unha persoa importante. \ No newline at end of file +\v 9 \v 10 \v 11 Peo había na cidade un home que antes facia bruxwría ; él adoitába sorprender á xente de Samaria mentres o afirma ser unha persoa importante. \ No newline at end of file From 968c7dbe391af514d6cccaeee376cb0fc5e006ff Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Wed, 30 Mar 2022 23:06:44 +0200 Subject: [PATCH 782/977] Wed Mar 30 2022 23:06:44 GMT+0200 (hora de verano de Europa central) --- 08/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/09.txt b/08/09.txt index 882be6e..7464140 100644 --- a/08/09.txt +++ b/08/09.txt @@ -1 +1 @@ -\v 9 \v 10 \v 11 Peo había na cidade un home que antes facia bruxwría ; él adoitába sorprender á xente de Samaria mentres o afirma ser unha persoa importante. \ No newline at end of file +\v 9 \v 10 \v 11 Peo había na cidade un home que antes facia bruxwría ; él adoitába sorprender á xente de Samaria mentres o afirma ser unha persoa importante. Dodos os Samaritanos, dende o mais cativos ata os mais gra \ No newline at end of file From 61e4aeeb4c5670f972eb98ee796fdd92c9103a77 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Wed, 30 Mar 2022 23:08:44 +0200 Subject: [PATCH 783/977] Wed Mar 30 2022 23:08:44 GMT+0200 (hora de verano de Europa central) --- 08/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/09.txt b/08/09.txt index 7464140..f59fe93 100644 --- a/08/09.txt +++ b/08/09.txt @@ -1 +1 @@ -\v 9 \v 10 \v 11 Peo había na cidade un home que antes facia bruxwría ; él adoitába sorprender á xente de Samaria mentres o afirma ser unha persoa importante. Dodos os Samaritanos, dende o mais cativos ata os mais gra \ No newline at end of file +\v 9 \v 10 \v 11 Peo había na cidade un home que antes facia bruxwría ; él adoitába sorprender á xente de Samaria mentres o afirma ser unha persoa importante. Dodos os Samaritanos, dende o mais cativos ata os mais grandes, atendian a él. Eles dician, "Este home e ese podeer de Deus o que e chamado Grande. Eles o escoitaban, porque os uubera \ No newline at end of file From 19a7904c81bbf5f9de999e3e0ad3c9edbd074fe5 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Wed, 30 Mar 2022 23:10:44 +0200 Subject: [PATCH 784/977] Wed Mar 30 2022 23:10:44 GMT+0200 (hora de verano de Europa central) --- 08/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/09.txt b/08/09.txt index f59fe93..02a32cd 100644 --- a/08/09.txt +++ b/08/09.txt @@ -1 +1 @@ -\v 9 \v 10 \v 11 Peo había na cidade un home que antes facia bruxwría ; él adoitába sorprender á xente de Samaria mentres o afirma ser unha persoa importante. Dodos os Samaritanos, dende o mais cativos ata os mais grandes, atendian a él. Eles dician, "Este home e ese podeer de Deus o que e chamado Grande. Eles o escoitaban, porque os uubera \ No newline at end of file +\v 9 \v 10 \v 11 Peo había na cidade un home que antes facia bruxwría ; él adoitába sorprender á xente de Samaria mentres o afirma ser unha persoa importante. Dodos os Samaritanos, dende o mais cativos ata os mais grandes, atendian a él. Eles dician, "Este home e ese podeer de Deus o que e chamado Grande. Eles o escoitaban, porque os ubera asombrado, por moito tempo con bruxerias. \ No newline at end of file From ad04700eaa57737ec3cb26f9e03c65f7e4054dca Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 31 Mar 2022 09:42:25 +0200 Subject: [PATCH 785/977] Thu Mar 31 2022 09:42:24 GMT+0200 (hora de verano de Europa central) --- 08/06.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/06.txt b/08/06.txt index 8e1b88d..26377ed 100644 --- a/08/06.txt +++ b/08/06.txt @@ -1 +1 @@ -\v 6 \v 7 \v 8 Cando multitude de persoas escoitaron e miraron as siñais que Felipe facia, eles xuntos puxeron atención ao que dician. Porque de moitas persoas que os tiñan, espíritos impuros saian a fora berrando a gran voz e moitos paralizados e coxos foron curados. E haía gran gozo naquela cidade. \ No newline at end of file +\v 6 \v 7 \v 8 Cando multitude de persoas escoitaron e miraron as siñais que Felipe facia, eles xuntos puxeron atención ao que dician. Porque de moitas persoas que os tiñan, espíritos impuros saian a fora berrando a gran voz e moitos paralizados e coxos foron curados. E houbo moiyo gozo naquela cidade. \ No newline at end of file From 47a7fa092afddb49c3d65e4750fe2eb9f21fb88d Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 31 Mar 2022 09:44:25 +0200 Subject: [PATCH 786/977] Thu Mar 31 2022 09:44:24 GMT+0200 (hora de verano de Europa central) --- 08/06.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/08/06.txt b/08/06.txt index 26377ed..c271ff7 100644 --- a/08/06.txt +++ b/08/06.txt @@ -1 +1 @@ -\v 6 \v 7 \v 8 Cando multitude de persoas escoitaron e miraron as siñais que Felipe facia, eles xuntos puxeron atención ao que dician. Porque de moitas persoas que os tiñan, espíritos impuros saian a fora berrando a gran voz e moitos paralizados e coxos foron curados. E houbo moiyo gozo naquela cidade. \ No newline at end of file +\v 6 Cando multitude de persoas escoitaron e miraron as siñais que Felipe facia, eles xuntos puxeron atención ao que dician. \v 7 Porque de moitas persoas que os tiñan, espíritos impuros saian a fora berrando a gran voz e moitos paralizados e coxos foron curados. \v 8 E houbo moiyo gozo naquela cidade. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 352c03c..70d42b8 100644 --- a/manifest.json +++ b/manifest.json @@ -137,6 +137,7 @@ "07-59", "08-01", "08-04", + "08-06", "19-38" ] } \ No newline at end of file From 25f60bf74adf47e084ce24261acb4c52a2694c79 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 31 Mar 2022 12:53:46 +0200 Subject: [PATCH 787/977] Thu Mar 31 2022 12:53:46 GMT+0200 (hora de verano de Europa central) --- 08/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/09.txt b/08/09.txt index 02a32cd..d7cfeed 100644 --- a/08/09.txt +++ b/08/09.txt @@ -1 +1 @@ -\v 9 \v 10 \v 11 Peo había na cidade un home que antes facia bruxwría ; él adoitába sorprender á xente de Samaria mentres o afirma ser unha persoa importante. Dodos os Samaritanos, dende o mais cativos ata os mais grandes, atendian a él. Eles dician, "Este home e ese podeer de Deus o que e chamado Grande. Eles o escoitaban, porque os ubera asombrado, por moito tempo con bruxerias. \ No newline at end of file +\v 9 \v 10 \v 11 Peo había na cidade un home que antes facia bruxería ; él adoitába sorprendere á xente de Samaria mentres o afirma ser unha persoa importante. Dodos os Samaritanos, dende o mais cativos ata os mais grandes, atendian a él. Eles dician, "Este home e ese podeer de Deus o que e chamado Grande. Eles o escoitaban, porque os ubera asombrado, por moito tempo con bruxerias. \ No newline at end of file From 2fc70a1e3fa9bfc016219dbf637d745d18d2a2e6 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 31 Mar 2022 12:55:47 +0200 Subject: [PATCH 788/977] Thu Mar 31 2022 12:55:46 GMT+0200 (hora de verano de Europa central) --- 08/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/09.txt b/08/09.txt index d7cfeed..1201a23 100644 --- a/08/09.txt +++ b/08/09.txt @@ -1 +1 @@ -\v 9 \v 10 \v 11 Peo había na cidade un home que antes facia bruxería ; él adoitába sorprendere á xente de Samaria mentres o afirma ser unha persoa importante. Dodos os Samaritanos, dende o mais cativos ata os mais grandes, atendian a él. Eles dician, "Este home e ese podeer de Deus o que e chamado Grande. Eles o escoitaban, porque os ubera asombrado, por moito tempo con bruxerias. \ No newline at end of file +\v 9 \v 10 \v 11 Peo había na cidade un home que antes facia bruxería ; él adoitába sorprendere á xente de Samaria mentres o dicia ser unha persoa importante. Todos os Samaritanos, dende o mais cativos ata os mais grandes, atendian a él. Eles dician, "Este home e ese podeer de Deus o que e chamado Grande. Eles o escoitaban, porque os ubera asombrado, por moito tempo con bruxerias. \ No newline at end of file From aa84f278c66745dbd7675399f69319b37db21a34 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 31 Mar 2022 13:13:47 +0200 Subject: [PATCH 789/977] Thu Mar 31 2022 13:13:47 GMT+0200 (hora de verano de Europa central) --- 08/09.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/08/09.txt b/08/09.txt index 1201a23..30c152a 100644 --- a/08/09.txt +++ b/08/09.txt @@ -1 +1 @@ -\v 9 \v 10 \v 11 Peo había na cidade un home que antes facia bruxería ; él adoitába sorprendere á xente de Samaria mentres o dicia ser unha persoa importante. Todos os Samaritanos, dende o mais cativos ata os mais grandes, atendian a él. Eles dician, "Este home e ese podeer de Deus o que e chamado Grande. Eles o escoitaban, porque os ubera asombrado, por moito tempo con bruxerias. \ No newline at end of file +\v 9 Peo había na cidade un home que antes facia bruxería ; él adoitába sorprendere á xente de Samaria mentres o dicia ser unha persoa importante. \v 10 Todos os Samaritanos, dende o mais cativos ata os mais grandes, atendian a él. Eles dician, "Este home e ese podeer de Deus o que e chamado Grande. \v 11 Eles o escoitaban, porque os ubera asombrado, por moito tempo con bruxerias. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 70d42b8..a03a8e0 100644 --- a/manifest.json +++ b/manifest.json @@ -138,6 +138,7 @@ "08-01", "08-04", "08-06", + "08-09", "19-38" ] } \ No newline at end of file From 1f16df85c189e16b0b7e0a45fdf6e2e3c698191d Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 31 Mar 2022 14:39:32 +0200 Subject: [PATCH 790/977] Thu Mar 31 2022 14:39:32 GMT+0200 (hora de verano de Europa central) --- 08/12.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 08/12.txt diff --git a/08/12.txt b/08/12.txt new file mode 100644 index 0000000..b63059a --- /dev/null +++ b/08/12.txt @@ -0,0 +1 @@ +Pero cando eles creeron o que Felipe \ No newline at end of file From d1f429ac26f53b7551c80bf49bce76fb65ed388a Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 31 Mar 2022 14:41:32 +0200 Subject: [PATCH 791/977] Thu Mar 31 2022 14:41:32 GMT+0200 (hora de verano de Europa central) --- 08/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/12.txt b/08/12.txt index b63059a..a6f5251 100644 --- a/08/12.txt +++ b/08/12.txt @@ -1 +1 @@ -Pero cando eles creeron o que Felipe \ No newline at end of file +Pero cando eles creeron o que Felipe predicou sobor \ No newline at end of file From 3230c7df22372245a8c931629e6a93b741b6109b Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 31 Mar 2022 14:43:32 +0200 Subject: [PATCH 792/977] Thu Mar 31 2022 14:43:32 GMT+0200 (hora de verano de Europa central) --- 08/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/12.txt b/08/12.txt index a6f5251..6aff7bd 100644 --- a/08/12.txt +++ b/08/12.txt @@ -1 +1 @@ -Pero cando eles creeron o que Felipe predicou sobor \ No newline at end of file +Pero cando eles creeron o que Felipe predicou sobre o evanxelio \ No newline at end of file From f2e565cc40f0fe8ee61a80490f6fdb63d84ebac1 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 31 Mar 2022 15:14:07 +0200 Subject: [PATCH 793/977] Thu Mar 31 2022 15:14:06 GMT+0200 (hora de verano de Europa central) --- 08/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/12.txt b/08/12.txt index 6aff7bd..0684050 100644 --- a/08/12.txt +++ b/08/12.txt @@ -1 +1 @@ -Pero cando eles creeron o que Felipe predicou sobre o evanxelio \ No newline at end of file +\v 12 \v 13 Pero cando eles creeron o que Felipe predicou sobre o evanxelio \ No newline at end of file From 117dd0cca8d3692e0b9c92ef8b5713a70a656876 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 31 Mar 2022 15:26:03 +0200 Subject: [PATCH 794/977] Thu Mar 31 2022 15:26:02 GMT+0200 (hora de verano de Europa central) --- 08/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/12.txt b/08/12.txt index 0684050..9ca9bbe 100644 --- a/08/12.txt +++ b/08/12.txt @@ -1 +1 @@ -\v 12 \v 13 Pero cando eles creeron o que Felipe predicou sobre o evanxelio \ No newline at end of file +\v 12 \v 13 Pero cando eles creeron o que Felipe predicou sobre o evanxelio concernente ao Reina de Deus ea o nome de Xesúscristo, eles foron bautizados, tanto homes coma muxeres. \ No newline at end of file From 9f2092a9372d182d9462bd09fd45031d7a3e28db Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 31 Mar 2022 15:32:02 +0200 Subject: [PATCH 795/977] Thu Mar 31 2022 15:32:02 GMT+0200 (hora de verano de Europa central) --- 08/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/12.txt b/08/12.txt index 9ca9bbe..6760810 100644 --- a/08/12.txt +++ b/08/12.txt @@ -1 +1 @@ -\v 12 \v 13 Pero cando eles creeron o que Felipe predicou sobre o evanxelio concernente ao Reina de Deus ea o nome de Xesúscristo, eles foron bautizados, tanto homes coma muxeres. \ No newline at end of file +\v 12 \v 13 Pero cando eles creeron o que Felipe predicou sobre o evanxelio concernente ao Reina de Deus ea o nome de Xesúscristo, eles foron bautizados, tanto homes coma muxeres. Ë Simón mesmo cando eles creeron o que Felpe \ No newline at end of file From 646381deb9b86a54c33228207290f7379257eb68 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 31 Mar 2022 15:34:02 +0200 Subject: [PATCH 796/977] Thu Mar 31 2022 15:34:02 GMT+0200 (hora de verano de Europa central) --- 08/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/12.txt b/08/12.txt index 6760810..0007175 100644 --- a/08/12.txt +++ b/08/12.txt @@ -1 +1 @@ -\v 12 \v 13 Pero cando eles creeron o que Felipe predicou sobre o evanxelio concernente ao Reina de Deus ea o nome de Xesúscristo, eles foron bautizados, tanto homes coma muxeres. Ë Simón mesmo cando eles creeron o que Felpe \ No newline at end of file +\v 12 \v 13 Pero cando eles creeron o que Felipe predicou sobre o evanxelio concernente ao Reina de Deus ea o nome de Xesúscristo, eles foron bautizados, tanto homes coma muxeres. Ë Simón mesmo tamen creeu. \ No newline at end of file From bc51b9e34aa5f606f4c2c183a0a7029f5357922d Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 31 Mar 2022 15:36:03 +0200 Subject: [PATCH 797/977] Thu Mar 31 2022 15:36:02 GMT+0200 (hora de verano de Europa central) --- 08/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/12.txt b/08/12.txt index 0007175..fc93fc5 100644 --- a/08/12.txt +++ b/08/12.txt @@ -1 +1 @@ -\v 12 \v 13 Pero cando eles creeron o que Felipe predicou sobre o evanxelio concernente ao Reina de Deus ea o nome de Xesúscristo, eles foron bautizados, tanto homes coma muxeres. Ë Simón mesmo tamen creeu. \ No newline at end of file +\v 12 \v 13 Pero cando eles creeron o que Felipe predicou sobre o evanxelio concernente ao Reina de Deus ea o nome de Xesúscristo, eles foron bautizados, tanto homes coma muxeres. Ë Simón mesmo tamen creeu. Despóis ca él foi bautizado \ No newline at end of file From 66d18f5dccbde946ce744fd2fbb3e4555877f89a Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 31 Mar 2022 18:37:36 +0200 Subject: [PATCH 798/977] Thu Mar 31 2022 18:37:35 GMT+0200 (hora de verano de Europa central) --- 08/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/12.txt b/08/12.txt index fc93fc5..c56d7e9 100644 --- a/08/12.txt +++ b/08/12.txt @@ -1 +1 @@ -\v 12 \v 13 Pero cando eles creeron o que Felipe predicou sobre o evanxelio concernente ao Reina de Deus ea o nome de Xesúscristo, eles foron bautizados, tanto homes coma muxeres. Ë Simón mesmo tamen creeu. Despóis ca él foi bautizado \ No newline at end of file +\v 12 \v 13 Pero cando eles creeron o que Felipe predicou sobre o evanxelio concernente ao Reina de Deus ea o nome de Xesúscristo, eles foron bautizados, tanto homes coma muxeres. Ë Simón mesmo tamen creeu. Despóis ca él foi bautizado,él \ No newline at end of file From d640961f9da1826de1598d51f3da564cd3c7552d Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 31 Mar 2022 18:39:35 +0200 Subject: [PATCH 799/977] Thu Mar 31 2022 18:39:35 GMT+0200 (hora de verano de Europa central) --- 08/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/12.txt b/08/12.txt index c56d7e9..293c978 100644 --- a/08/12.txt +++ b/08/12.txt @@ -1 +1 @@ -\v 12 \v 13 Pero cando eles creeron o que Felipe predicou sobre o evanxelio concernente ao Reina de Deus ea o nome de Xesúscristo, eles foron bautizados, tanto homes coma muxeres. Ë Simón mesmo tamen creeu. Despóis ca él foi bautizado,él \ No newline at end of file +\v 12 \v 13 Pero cando eles creeron o que Felipe predicou sobre o evanxelio concernente ao Reina de Deus ea o nome de Xesúscristo, eles foron bautizados, tanto homes coma muxeres. Ë Simón mesmo tamen creeu. Despóis ca él foi bautizado,él seguiu estando con Felipe, cando él viu siña \ No newline at end of file From cbe7d7833a3cc225f7161a9289807ad887cc9472 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 31 Mar 2022 18:41:35 +0200 Subject: [PATCH 800/977] Thu Mar 31 2022 18:41:35 GMT+0200 (hora de verano de Europa central) --- 08/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/12.txt b/08/12.txt index 293c978..417a063 100644 --- a/08/12.txt +++ b/08/12.txt @@ -1 +1 @@ -\v 12 \v 13 Pero cando eles creeron o que Felipe predicou sobre o evanxelio concernente ao Reina de Deus ea o nome de Xesúscristo, eles foron bautizados, tanto homes coma muxeres. Ë Simón mesmo tamen creeu. Despóis ca él foi bautizado,él seguiu estando con Felipe, cando él viu siña \ No newline at end of file +\v 12 \v 13 Pero cando eles creeron o que Felipe predicou sobre o evanxelio concernente ao Reina de Deus ea o nome de Xesúscristo, eles foron bautizados, tanto homes coma muxeres. Ë Simón mesmo tamen creeu. Despóis ca él foi bautizado,él seguiu estando con Felipe, cando él viu siñales facer siñales poderosas, él quedou sorprendiso \ No newline at end of file From da8c243a7acc042f67558cadad243bef000a2c23 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 31 Mar 2022 18:45:38 +0200 Subject: [PATCH 801/977] Thu Mar 31 2022 18:45:37 GMT+0200 (hora de verano de Europa central) --- 08/12.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/08/12.txt b/08/12.txt index 417a063..3828eb7 100644 --- a/08/12.txt +++ b/08/12.txt @@ -1 +1 @@ -\v 12 \v 13 Pero cando eles creeron o que Felipe predicou sobre o evanxelio concernente ao Reina de Deus ea o nome de Xesúscristo, eles foron bautizados, tanto homes coma muxeres. Ë Simón mesmo tamen creeu. Despóis ca él foi bautizado,él seguiu estando con Felipe, cando él viu siñales facer siñales poderosas, él quedou sorprendiso \ No newline at end of file +\v 12 Pero cando eles creeron o que Felipe predicou sobre o evanxelio concernente ao Reina de Deus ea o nome de Xesúscristo, eles foron bautizados, tanto homes coma muxeres. \v 13 Ë Simón mesmo tamen creeu. Despóis ca él foi bautizado,él seguiu estando con Felipe, cando él viu siñales facer siñales poderosas, él quedou sorprendido. \ No newline at end of file diff --git a/manifest.json b/manifest.json index a03a8e0..8d41fc3 100644 --- a/manifest.json +++ b/manifest.json @@ -139,6 +139,7 @@ "08-04", "08-06", "08-09", + "08-12", "19-38" ] } \ No newline at end of file From feb4d3fb157cb1500b19234864822ea4c284ae9e Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 31 Mar 2022 18:57:42 +0200 Subject: [PATCH 802/977] Thu Mar 31 2022 18:57:41 GMT+0200 (hora de verano de Europa central) --- 08/14.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 08/14.txt diff --git a/08/14.txt b/08/14.txt new file mode 100644 index 0000000..7be4bf9 --- /dev/null +++ b/08/14.txt @@ -0,0 +1 @@ +Agora cando os apost \ No newline at end of file From 1c7841a0a15762fb61145239535b71700e3804f3 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 31 Mar 2022 18:59:41 +0200 Subject: [PATCH 803/977] Thu Mar 31 2022 18:59:41 GMT+0200 (hora de verano de Europa central) --- 08/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/14.txt b/08/14.txt index 7be4bf9..a2ee2df 100644 --- a/08/14.txt +++ b/08/14.txt @@ -1 +1 @@ -Agora cando os apost \ No newline at end of file +Agora cando os apóstolos en Xerusalén escoitaron que Samaria \ No newline at end of file From 6835cc70fb1a529c848a02e641973950cebaf976 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 31 Mar 2022 19:01:42 +0200 Subject: [PATCH 804/977] Thu Mar 31 2022 19:01:42 GMT+0200 (hora de verano de Europa central) --- 08/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/14.txt b/08/14.txt index a2ee2df..9223410 100644 --- a/08/14.txt +++ b/08/14.txt @@ -1 +1 @@ -Agora cando os apóstolos en Xerusalén escoitaron que Samaria \ No newline at end of file +\v 14 \v 15 \v 16 \v 17 Agora cando os apóstolos en Xerusalén escoitaron que Samaria recibira a Palabra de Deus. enviaron a eles a Pedro e Xoán. \ No newline at end of file From c4f08ae2fbe324bde21db580af083b163b1d3999 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 31 Mar 2022 19:13:48 +0200 Subject: [PATCH 805/977] Thu Mar 31 2022 19:13:47 GMT+0200 (hora de verano de Europa central) --- 08/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/14.txt b/08/14.txt index 9223410..a25e150 100644 --- a/08/14.txt +++ b/08/14.txt @@ -1 +1 @@ -\v 14 \v 15 \v 16 \v 17 Agora cando os apóstolos en Xerusalén escoitaron que Samaria recibira a Palabra de Deus. enviaron a eles a Pedro e Xoán. \ No newline at end of file +\v 14 \v 15 \v 16 \v 17 Agora cando os apóstolos en Xerusalén escoitaron que Samaria recibira a Palabra de Deus. enviaron a eles a Pedro e Xoán..Cando eles baixaron \ No newline at end of file From 9e94ae01fc6c99ff1d17accca147d22f0642d063 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 31 Mar 2022 19:17:47 +0200 Subject: [PATCH 806/977] Thu Mar 31 2022 19:17:47 GMT+0200 (hora de verano de Europa central) --- 08/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/14.txt b/08/14.txt index a25e150..3b3a2a7 100644 --- a/08/14.txt +++ b/08/14.txt @@ -1 +1 @@ -\v 14 \v 15 \v 16 \v 17 Agora cando os apóstolos en Xerusalén escoitaron que Samaria recibira a Palabra de Deus. enviaron a eles a Pedro e Xoán..Cando eles baixaron \ No newline at end of file +\v 14 \v 15 \v 16 \v 17 Agora cando os apóstolos en Xerusalén escoitaron que Samaria recibira a Palabra de Deus. enviaron a eles a Pedro e Xoán..Cando eles baixaron pregaron por eles, para que eñes recibiran ao Espírito Santo. Porque ata e \ No newline at end of file From 1bde9d859c679ab9cff02e02295e01b18dc5a20a Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 31 Mar 2022 19:19:48 +0200 Subject: [PATCH 807/977] Thu Mar 31 2022 19:19:47 GMT+0200 (hora de verano de Europa central) --- 08/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/14.txt b/08/14.txt index 3b3a2a7..3dbc524 100644 --- a/08/14.txt +++ b/08/14.txt @@ -1 +1 @@ -\v 14 \v 15 \v 16 \v 17 Agora cando os apóstolos en Xerusalén escoitaron que Samaria recibira a Palabra de Deus. enviaron a eles a Pedro e Xoán..Cando eles baixaron pregaron por eles, para que eñes recibiran ao Espírito Santo. Porque ata e \ No newline at end of file +\v 14 \v 15 \v 16 \v 17 Agora cando os apóstolos en Xerusalén escoitaron que Samaria recibira a Palabra de Deus. enviaron a eles a Pedro e Xoán..Cando eles baixaron pregaron por eles, para que eñes recibiran ao Espírito Santo. Porque ata ese tempo, el Espítito Santo non viñera sobre ningín deles, eles solo frecibran a bautismo no nome do Señor Xesús. Enton Pedro é Xoán \ No newline at end of file From eb482cbd0f9d509f8889e2ee655d4c56ccac49a9 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 31 Mar 2022 19:21:47 +0200 Subject: [PATCH 808/977] Thu Mar 31 2022 19:21:47 GMT+0200 (hora de verano de Europa central) --- 08/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/14.txt b/08/14.txt index 3dbc524..7dbcdcd 100644 --- a/08/14.txt +++ b/08/14.txt @@ -1 +1 @@ -\v 14 \v 15 \v 16 \v 17 Agora cando os apóstolos en Xerusalén escoitaron que Samaria recibira a Palabra de Deus. enviaron a eles a Pedro e Xoán..Cando eles baixaron pregaron por eles, para que eñes recibiran ao Espírito Santo. Porque ata ese tempo, el Espítito Santo non viñera sobre ningín deles, eles solo frecibran a bautismo no nome do Señor Xesús. Enton Pedro é Xoán \ No newline at end of file +\v 14 \v 15 \v 16 \v 17 Agora cando os apóstolos en Xerusalén escoitaron que Samaria recibira a Palabra de Deus. enviaron a eles a Pedro e Xoán..Cando eles baixaron pregaron por eles, para que eñes recibiran ao Espírito Santo. Porque ata ese tempo, el Espítito Santo non viñera sobre ningín deles, eles solo frecibran a bautismo no nome do Señor Xesús. Enton Pedro é Xoán puxeron as mas riba deles, e eles recibirun o Espírito Santo. \ No newline at end of file From 80b36158d2f0beeb2e7043ca574a9626e7eac5ca Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 31 Mar 2022 19:43:51 +0200 Subject: [PATCH 809/977] Thu Mar 31 2022 19:43:51 GMT+0200 (hora de verano de Europa central) --- 08/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/14.txt b/08/14.txt index 7dbcdcd..209e99c 100644 --- a/08/14.txt +++ b/08/14.txt @@ -1 +1 @@ -\v 14 \v 15 \v 16 \v 17 Agora cando os apóstolos en Xerusalén escoitaron que Samaria recibira a Palabra de Deus. enviaron a eles a Pedro e Xoán..Cando eles baixaron pregaron por eles, para que eñes recibiran ao Espírito Santo. Porque ata ese tempo, el Espítito Santo non viñera sobre ningín deles, eles solo frecibran a bautismo no nome do Señor Xesús. Enton Pedro é Xoán puxeron as mas riba deles, e eles recibirun o Espírito Santo. \ No newline at end of file +\v 14 \v 15 \v 16 \v 17 Agora cando os apóstolos en Xerusalén escoitaron que Samaria recibira a Palabra de Deus. enviaron a eles a Pedro e Xoán..Cando eles baixaron pregaron por eles, para que eles recibiran ao Espírito Santo. Porque ata ese tempo, el Espítito Santo non viñera sobre ningín deles, eles solo frecibran a bautismo no nome do Señor Xesús. Enton Pedro é Xoán puxeron as mas riba deles, e eles recibirun o Espírito Santo. \ No newline at end of file From 24ce1d1f8fdfbcd533940ef0f5a7860e047c1c10 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 31 Mar 2022 19:45:51 +0200 Subject: [PATCH 810/977] Thu Mar 31 2022 19:45:51 GMT+0200 (hora de verano de Europa central) --- 08/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/14.txt b/08/14.txt index 209e99c..62f9442 100644 --- a/08/14.txt +++ b/08/14.txt @@ -1 +1 @@ -\v 14 \v 15 \v 16 \v 17 Agora cando os apóstolos en Xerusalén escoitaron que Samaria recibira a Palabra de Deus. enviaron a eles a Pedro e Xoán..Cando eles baixaron pregaron por eles, para que eles recibiran ao Espírito Santo. Porque ata ese tempo, el Espítito Santo non viñera sobre ningín deles, eles solo frecibran a bautismo no nome do Señor Xesús. Enton Pedro é Xoán puxeron as mas riba deles, e eles recibirun o Espírito Santo. \ No newline at end of file +\v 14 \v 15 \v 16 \v 17 Agora cando os apóstolos en Xerusalén escoitaron que Samaria recibira a Palabra de Deus. enviaron a eles a Pedro e Xoán..Cando eles baixaron pregaron por eles, para que eles recibiran ao Espírito Santo. Porque ata ese tempo, o Espítito Santo non viñera sobre ningún deles, eles solo frecibran a bautismo no nome do Señor Xesús. Enton Pedro é Xoán puxeron as mas riba deles, e eles recibirun o Espírito Santo. \ No newline at end of file From 8f4af48415f2dd69f2a0e2c4f2ac64a53defa2e1 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 31 Mar 2022 19:47:51 +0200 Subject: [PATCH 811/977] Thu Mar 31 2022 19:47:51 GMT+0200 (hora de verano de Europa central) --- 08/14.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/08/14.txt b/08/14.txt index 62f9442..5accd3f 100644 --- a/08/14.txt +++ b/08/14.txt @@ -1 +1 @@ -\v 14 \v 15 \v 16 \v 17 Agora cando os apóstolos en Xerusalén escoitaron que Samaria recibira a Palabra de Deus. enviaron a eles a Pedro e Xoán..Cando eles baixaron pregaron por eles, para que eles recibiran ao Espírito Santo. Porque ata ese tempo, o Espítito Santo non viñera sobre ningún deles, eles solo frecibran a bautismo no nome do Señor Xesús. Enton Pedro é Xoán puxeron as mas riba deles, e eles recibirun o Espírito Santo. \ No newline at end of file +\v 14 Agora cando os apóstolos en Xerusalén escoitaron que Samaria recibira a Palabra de Deus. enviaron a eles a Pedro e Xoán. \v 15 Cando eles baixaron pregaron por eles, para que eles recibiran ao Espírito Santo. \v 16 Porque ata ese tempo, o Espítito Santo non viñera sobre ningún deles, eles solo frecibran a bautismo no nome do Señor Xesús. \v 17 Enton Pedro é Xoán puxeron as mas riba deles, e eles recibirun o Espírito Santo. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 8d41fc3..1bcf29f 100644 --- a/manifest.json +++ b/manifest.json @@ -140,6 +140,7 @@ "08-06", "08-09", "08-12", + "08-14", "19-38" ] } \ No newline at end of file From 9a4cf4ecebb1ed0b339b862b69451a91d3036671 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 31 Mar 2022 19:49:51 +0200 Subject: [PATCH 812/977] Thu Mar 31 2022 19:49:51 GMT+0200 (hora de verano de Europa central) --- 08/18.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 08/18.txt diff --git a/08/18.txt b/08/18.txt new file mode 100644 index 0000000..dfedef0 --- /dev/null +++ b/08/18.txt @@ -0,0 +1 @@ +Agora, cando Simón viu que o Espírito Santo \ No newline at end of file From 6b97b52ea1f85f1c3892ef5e6d55c2be8aa5c23d Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 31 Mar 2022 19:51:51 +0200 Subject: [PATCH 813/977] Thu Mar 31 2022 19:51:51 GMT+0200 (hora de verano de Europa central) --- 08/18.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/18.txt b/08/18.txt index dfedef0..f5e064a 100644 --- a/08/18.txt +++ b/08/18.txt @@ -1 +1 @@ -Agora, cando Simón viu que o Espírito Santo \ No newline at end of file +Agora, cando Simón viu que o Espírito Santo foi dado \ No newline at end of file From 93fc36208eedbacef402b477c8f08fe4b0172a67 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 31 Mar 2022 19:57:52 +0200 Subject: [PATCH 814/977] Thu Mar 31 2022 19:57:51 GMT+0200 (hora de verano de Europa central) --- 08/18.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/18.txt b/08/18.txt index f5e064a..839f79a 100644 --- a/08/18.txt +++ b/08/18.txt @@ -1 +1 @@ -Agora, cando Simón viu que o Espírito Santo foi dado \ No newline at end of file +\v 18 \v 19 Agora, cando Simón viu que o Espírito Santo foi dado mediante a imposición de mans dos apóstolos, él lles ofreceu a eles diñeiro. Él dixo e \ No newline at end of file From d47394c639574512c841c905ef7747a5d04455bb Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 31 Mar 2022 19:59:51 +0200 Subject: [PATCH 815/977] Thu Mar 31 2022 19:59:51 GMT+0200 (hora de verano de Europa central) --- 08/18.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/18.txt b/08/18.txt index 839f79a..0064ac3 100644 --- a/08/18.txt +++ b/08/18.txt @@ -1 +1 @@ -\v 18 \v 19 Agora, cando Simón viu que o Espírito Santo foi dado mediante a imposición de mans dos apóstolos, él lles ofreceu a eles diñeiro. Él dixo e \ No newline at end of file +\v 18 \v 19 Agora, cando Simón viu que o Espírito Santo foi dado mediante a imposición de mans dos apóstolos, él lles ofreceu a eles diñeiro. Él dixo: eso darme ese poder tamén que calquera que eu poña as miñas mans \ No newline at end of file From 2d7b06f071156320fcea34a0181d53e8a0ea8e08 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 31 Mar 2022 20:01:51 +0200 Subject: [PATCH 816/977] Thu Mar 31 2022 20:01:51 GMT+0200 (hora de verano de Europa central) --- 08/18.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/18.txt b/08/18.txt index 0064ac3..e417196 100644 --- a/08/18.txt +++ b/08/18.txt @@ -1 +1 @@ -\v 18 \v 19 Agora, cando Simón viu que o Espírito Santo foi dado mediante a imposición de mans dos apóstolos, él lles ofreceu a eles diñeiro. Él dixo: eso darme ese poder tamén que calquera que eu poña as miñas mans \ No newline at end of file +\v 18 \v 19 Agora, cando Simón viu que o Espírito Santo foi dado mediante a imposición de mans dos apóstolos, él lles ofreceu a eles diñeiro. Él dixo: eso darme ese poder tamén que calquera que eu poña as miñas mans , poda recebir o Espírito Santo. \ No newline at end of file From ead4eb1b04fce691a06ed34ce20d6d1001a1f269 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Thu, 31 Mar 2022 21:35:36 +0200 Subject: [PATCH 817/977] Thu Mar 31 2022 21:35:35 GMT+0200 (hora de verano de Europa central) --- 08/18.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/08/18.txt b/08/18.txt index e417196..859aae1 100644 --- a/08/18.txt +++ b/08/18.txt @@ -1 +1 @@ -\v 18 \v 19 Agora, cando Simón viu que o Espírito Santo foi dado mediante a imposición de mans dos apóstolos, él lles ofreceu a eles diñeiro. Él dixo: eso darme ese poder tamén que calquera que eu poña as miñas mans , poda recebir o Espírito Santo. \ No newline at end of file +\v 18 Agora, cando Simón viu que o Espírito Santo foi dado mediante a imposición de mans dos apóstolos, él lles ofreceu a eles diñeiro. \v 19 Él dixo: "Darme ese poder tamén que calquera que eu poña as miñas mans , poda recebir o Espírito Santo". \ No newline at end of file diff --git a/manifest.json b/manifest.json index 1bcf29f..4516ba7 100644 --- a/manifest.json +++ b/manifest.json @@ -141,6 +141,7 @@ "08-09", "08-12", "08-14", + "08-18", "19-38" ] } \ No newline at end of file From 60a27efe778a8a0d802b35f320fe3afed8d7ab3e Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 03:53:14 +0200 Subject: [PATCH 818/977] Fri Apr 01 2022 03:53:14 GMT+0200 (hora de verano de Europa central) --- 08/20.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 08/20.txt diff --git a/08/20.txt b/08/20.txt new file mode 100644 index 0000000..779785b --- /dev/null +++ b/08/20.txt @@ -0,0 +1 @@ +Pero Pedro lle dixo:" ca tua prata \ No newline at end of file From 93d2980bc440aae8e1df4f1b710b836333f764ae Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 04:07:14 +0200 Subject: [PATCH 819/977] Fri Apr 01 2022 04:07:14 GMT+0200 (hora de verano de Europa central) --- 08/20.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/20.txt b/08/20.txt index 779785b..8cf30c4 100644 --- a/08/20.txt +++ b/08/20.txt @@ -1 +1 @@ -Pero Pedro lle dixo:" ca tua prata \ No newline at end of file +\v 20 \v 21 \v 22 \v 23 Pero Pedro lle :" Ca tua prata pereza xunto contigo, porque tí penx \ No newline at end of file From 2ca324819f6f07f56b01853b1de8f9381d306737 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 04:09:14 +0200 Subject: [PATCH 820/977] Fri Apr 01 2022 04:09:14 GMT+0200 (hora de verano de Europa central) --- 08/20.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/20.txt b/08/20.txt index 8cf30c4..01215d1 100644 --- a/08/20.txt +++ b/08/20.txt @@ -1 +1 @@ -\v 20 \v 21 \v 22 \v 23 Pero Pedro lle :" Ca tua prata pereza xunto contigo, porque tí penx \ No newline at end of file +\v 20 \v 21 \v 22 \v 23 Pero Pedro lle :" Ca tua prata pereza xunto contigo, porque tí penxaches conseguir o don de Deus con cartos. Tí non tes parte nin \ No newline at end of file From 9fde1e4fc77072759b591468e0d0866e6157f820 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 04:11:15 +0200 Subject: [PATCH 821/977] Fri Apr 01 2022 04:11:14 GMT+0200 (hora de verano de Europa central) --- 08/20.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/20.txt b/08/20.txt index 01215d1..8762537 100644 --- a/08/20.txt +++ b/08/20.txt @@ -1 +1 @@ -\v 20 \v 21 \v 22 \v 23 Pero Pedro lle :" Ca tua prata pereza xunto contigo, porque tí penxaches conseguir o don de Deus con cartos. Tí non tes parte nin \ No newline at end of file +\v 20 \v 21 \v 22 \v 23 Pero Pedro lle :" Ca tua prata pereza xunto contigo, porque tí penxaches conseguir o don de Deus con cartos. Tí non tes parte nin participación neste asunto, porque teu corazón no e dereito con Deus \ No newline at end of file From b13d618297de965f80e86756fddd04a50f7e8ad0 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 04:13:14 +0200 Subject: [PATCH 822/977] Fri Apr 01 2022 04:13:14 GMT+0200 (hora de verano de Europa central) --- 08/20.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/20.txt b/08/20.txt index 8762537..736d7e5 100644 --- a/08/20.txt +++ b/08/20.txt @@ -1 +1 @@ -\v 20 \v 21 \v 22 \v 23 Pero Pedro lle :" Ca tua prata pereza xunto contigo, porque tí penxaches conseguir o don de Deus con cartos. Tí non tes parte nin participación neste asunto, porque teu corazón no e dereito con Deus \ No newline at end of file +\v 20 \v 21 \v 22 \v 23 Pero Pedro lle :" Ca tua prata pereza xunto contigo, porque tí penxaches conseguir o don de Deus con cartos. Tí non tes parte nin participación neste asunto, porque teu corazón no e rectcon Deus \ No newline at end of file From d0c4bf69b2c03bdbf3fcad875349e20cb46b3f6f Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 04:15:14 +0200 Subject: [PATCH 823/977] Fri Apr 01 2022 04:15:14 GMT+0200 (hora de verano de Europa central) --- 08/20.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/20.txt b/08/20.txt index 736d7e5..4609326 100644 --- a/08/20.txt +++ b/08/20.txt @@ -1 +1 @@ -\v 20 \v 21 \v 22 \v 23 Pero Pedro lle :" Ca tua prata pereza xunto contigo, porque tí penxaches conseguir o don de Deus con cartos. Tí non tes parte nin participación neste asunto, porque teu corazón no e rectcon Deus \ No newline at end of file +\v 20 \v 21 \v 22 \v 23 Pero Pedro lle :" Ca tua prata pereza xunto contigo, porque tí penxaches conseguir o don de Deus con cartos. Tí non tes parte nin participación neste asunto, porque teu corazón no e recto con Deus . Polo tanto, arrepentete desta maldad \ No newline at end of file From 9a292b982214439d70366a9984ee57bfb016ac86 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 04:17:14 +0200 Subject: [PATCH 824/977] Fri Apr 01 2022 04:17:14 GMT+0200 (hora de verano de Europa central) --- 08/20.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/20.txt b/08/20.txt index 4609326..49d2d63 100644 --- a/08/20.txt +++ b/08/20.txt @@ -1 +1 @@ -\v 20 \v 21 \v 22 \v 23 Pero Pedro lle :" Ca tua prata pereza xunto contigo, porque tí penxaches conseguir o don de Deus con cartos. Tí non tes parte nin participación neste asunto, porque teu corazón no e recto con Deus . Polo tanto, arrepentete desta maldad \ No newline at end of file +\v 20 \v 21 \v 22 \v 23 Pero Pedro lle :" Ca tua prata pereza xunto contigo, porque tí penxaches conseguir o don de Deus con cartos. Tí non tes parte nin participación neste asunto, porque teu corazón no e recto con Deus . Polo tanto, arrepintete desta maldade túa e prega ao Señor , para que Él poida \ No newline at end of file From 2142dbdf94de4cffc46653ac6a90c5ca0bd0ebaa Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 04:19:14 +0200 Subject: [PATCH 825/977] Fri Apr 01 2022 04:19:14 GMT+0200 (hora de verano de Europa central) --- 08/20.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/20.txt b/08/20.txt index 49d2d63..008ab5b 100644 --- a/08/20.txt +++ b/08/20.txt @@ -1 +1 @@ -\v 20 \v 21 \v 22 \v 23 Pero Pedro lle :" Ca tua prata pereza xunto contigo, porque tí penxaches conseguir o don de Deus con cartos. Tí non tes parte nin participación neste asunto, porque teu corazón no e recto con Deus . Polo tanto, arrepintete desta maldade túa e prega ao Señor , para que Él poida \ No newline at end of file +\v 20 \v 21 \v 22 \v 23 Pero Pedro lle :" Ca tua prata pereza xunto contigo, porque tí penxaches conseguir o don de Deus con cartos. Tí non tes parte nin participación neste asunto, porque teu corazón no e recto con Deus . Polo tanto, arrepintete desta maldade túa e prega ao Señor , para que Él poida quizais perdoarte pola \ No newline at end of file From 730ef68b72ad651433579394a5afed8d899b575b Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 04:21:14 +0200 Subject: [PATCH 826/977] Fri Apr 01 2022 04:21:14 GMT+0200 (hora de verano de Europa central) --- 08/20.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/20.txt b/08/20.txt index 008ab5b..e422c33 100644 --- a/08/20.txt +++ b/08/20.txt @@ -1 +1 @@ -\v 20 \v 21 \v 22 \v 23 Pero Pedro lle :" Ca tua prata pereza xunto contigo, porque tí penxaches conseguir o don de Deus con cartos. Tí non tes parte nin participación neste asunto, porque teu corazón no e recto con Deus . Polo tanto, arrepintete desta maldade túa e prega ao Señor , para que Él poida quizais perdoarte pola \ No newline at end of file +\v 20 \v 21 \v 22 \v 23 Pero Pedro lle :" Ca tua prata pereza xunto contigo, porque tí penxaches conseguir o don de Deus con cartos. Tí non tes parte nin participación neste asunto, porque teu corazón no e recto con Deus . Polo tanto, arrepintete desta maldade túa e prega ao Señor , para que Él poida quizais perdoe a maldade do teu corazón. Porque miro que tí te \ No newline at end of file From ea7b9f6b3258d429919396c09ec7bbe3f6b690cf Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 04:23:14 +0200 Subject: [PATCH 827/977] Fri Apr 01 2022 04:23:14 GMT+0200 (hora de verano de Europa central) --- 08/20.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/20.txt b/08/20.txt index e422c33..8e661b2 100644 --- a/08/20.txt +++ b/08/20.txt @@ -1 +1 @@ -\v 20 \v 21 \v 22 \v 23 Pero Pedro lle :" Ca tua prata pereza xunto contigo, porque tí penxaches conseguir o don de Deus con cartos. Tí non tes parte nin participación neste asunto, porque teu corazón no e recto con Deus . Polo tanto, arrepintete desta maldade túa e prega ao Señor , para que Él poida quizais perdoe a maldade do teu corazón. Porque miro que tí te \ No newline at end of file +\v 20 \v 21 \v 22 \v 23 Pero Pedro lle :" Ca tua prata pereza xunto contigo, porque tí penxaches conseguir o don de Deus con cartos. Tí non tes parte nin participación neste asunto, porque teu corazón no e recto con Deus . Polo tanto, arrepintete desta maldade túa e prega ao Señor , para que Él poida quizais perdoe a maldade do teu corazón. Porque miro que tí tes o veleno da \ No newline at end of file From a9ce316cc89081cb1d40962b9a5073661c7457aa Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 04:25:14 +0200 Subject: [PATCH 828/977] Fri Apr 01 2022 04:25:14 GMT+0200 (hora de verano de Europa central) --- 08/20.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/20.txt b/08/20.txt index 8e661b2..5097b40 100644 --- a/08/20.txt +++ b/08/20.txt @@ -1 +1 @@ -\v 20 \v 21 \v 22 \v 23 Pero Pedro lle :" Ca tua prata pereza xunto contigo, porque tí penxaches conseguir o don de Deus con cartos. Tí non tes parte nin participación neste asunto, porque teu corazón no e recto con Deus . Polo tanto, arrepintete desta maldade túa e prega ao Señor , para que Él poida quizais perdoe a maldade do teu corazón. Porque miro que tí tes o veleno da \ No newline at end of file +\v 20 \v 21 \v 22 \v 23 Pero Pedro lle :" Ca tua prata pereza xunto contigo, porque tí penxaches conseguir o don de Deus con cartos. Tí non tes parte nin participación neste asunto, porque teu corazón no e recto con Deus . Polo tanto, arrepintete desta maldade túa e prega ao Señor , para que Él poida quizais perdoe a maldade do teu corazón. Porque miro que tí tes o veleno da amagua \ No newline at end of file From 1a6c57284e5fd9b00f19ee264ada933871ebf8d6 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 04:27:14 +0200 Subject: [PATCH 829/977] Fri Apr 01 2022 04:27:14 GMT+0200 (hora de verano de Europa central) --- 08/20.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/20.txt b/08/20.txt index 5097b40..c1cfc1e 100644 --- a/08/20.txt +++ b/08/20.txt @@ -1 +1 @@ -\v 20 \v 21 \v 22 \v 23 Pero Pedro lle :" Ca tua prata pereza xunto contigo, porque tí penxaches conseguir o don de Deus con cartos. Tí non tes parte nin participación neste asunto, porque teu corazón no e recto con Deus . Polo tanto, arrepintete desta maldade túa e prega ao Señor , para que Él poida quizais perdoe a maldade do teu corazón. Porque miro que tí tes o veleno da amagua \ No newline at end of file +\v 20 \v 21 \v 22 \v 23 Pero Pedro lle :" Ca tua prata pereza xunto contigo, porque tí penxaches conseguir o don de Deus con cartos. Tí non tes parte nin participación neste asunto, porque teu corazón no e recto con Deus . Polo tanto, arrepintete desta maldade túa e prega ao Señor , para que Él poida quizais perdoe a maldade do teu corazón. Porque miro que tí tes o veleno da mágoa e os lazos do pecado \ No newline at end of file From b858c392753a0bc6f938046d95c5102f709a13c2 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 04:29:15 +0200 Subject: [PATCH 830/977] Fri Apr 01 2022 04:29:14 GMT+0200 (hora de verano de Europa central) --- 08/20.txt | 2 +- 08/24.txt | 1 + manifest.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 08/24.txt diff --git a/08/20.txt b/08/20.txt index c1cfc1e..d1a6ef2 100644 --- a/08/20.txt +++ b/08/20.txt @@ -1 +1 @@ -\v 20 \v 21 \v 22 \v 23 Pero Pedro lle :" Ca tua prata pereza xunto contigo, porque tí penxaches conseguir o don de Deus con cartos. Tí non tes parte nin participación neste asunto, porque teu corazón no e recto con Deus . Polo tanto, arrepintete desta maldade túa e prega ao Señor , para que Él poida quizais perdoe a maldade do teu corazón. Porque miro que tí tes o veleno da mágoa e os lazos do pecado \ No newline at end of file +\v 20 Pero Pedro lle :" Ca tua prata pereza xunto contigo, porque tí penxaches conseguir o don de Deus con cartos. \v 21 Tí non tes parte nin participación neste asunto, porque teu corazón no e recto con Deus . \v 22 Polo tanto, arrepintete desta maldade túa e prega ao Señor , para que Él poida quizais perdoe a maldade do teu corazón. \v 23 Porque miro que tí tes o veleno da mágoa nos lazos do pecado. \ No newline at end of file diff --git a/08/24.txt b/08/24.txt new file mode 100644 index 0000000..0834449 --- /dev/null +++ b/08/24.txt @@ -0,0 +1 @@ +Simón respondeu e di \ No newline at end of file diff --git a/manifest.json b/manifest.json index 4516ba7..6715c3f 100644 --- a/manifest.json +++ b/manifest.json @@ -142,6 +142,7 @@ "08-12", "08-14", "08-18", + "08-20", "19-38" ] } \ No newline at end of file From cf3989be4f47bc257c474b9cee4748bfffb4a9d4 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 04:31:14 +0200 Subject: [PATCH 831/977] Fri Apr 01 2022 04:31:14 GMT+0200 (hora de verano de Europa central) --- 08/24.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/24.txt b/08/24.txt index 0834449..5ef17b2 100644 --- a/08/24.txt +++ b/08/24.txt @@ -1 +1 @@ -Simón respondeu e di \ No newline at end of file +\v 24 Simón respondeu e dixo:" Preguen ao Señor por mín , que ningunha destas cousas das que vostedes falaron me pasen a mín \ No newline at end of file From 6f3cacb6d8404622963dbcf1012ecdf33fdaf8dd Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 04:33:14 +0200 Subject: [PATCH 832/977] Fri Apr 01 2022 04:33:14 GMT+0200 (hora de verano de Europa central) --- 08/24.txt | 2 +- 08/25.txt | 1 + manifest.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 08/25.txt diff --git a/08/24.txt b/08/24.txt index 5ef17b2..906acc0 100644 --- a/08/24.txt +++ b/08/24.txt @@ -1 +1 @@ -\v 24 Simón respondeu e dixo:" Preguen ao Señor por mín , que ningunha destas cousas das que vostedes falaron me pasen a mín \ No newline at end of file +\v 24 Simón respondeu e dixo:" Preguen ao Señor por mín , que ningunha destas cousas das que vostedes falaron me pasen a mín" \ No newline at end of file diff --git a/08/25.txt b/08/25.txt new file mode 100644 index 0000000..06bd375 --- /dev/null +++ b/08/25.txt @@ -0,0 +1 @@ +Cando Pedro e Pablo declararan e falar \ No newline at end of file diff --git a/manifest.json b/manifest.json index 6715c3f..0f93cb1 100644 --- a/manifest.json +++ b/manifest.json @@ -143,6 +143,7 @@ "08-14", "08-18", "08-20", + "08-24", "19-38" ] } \ No newline at end of file From cff80cbf37cf5487bb24a627d9da5dd1f12f0935 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 04:35:14 +0200 Subject: [PATCH 833/977] Fri Apr 01 2022 04:35:14 GMT+0200 (hora de verano de Europa central) --- 08/25.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/25.txt b/08/25.txt index 06bd375..8a1d9b8 100644 --- a/08/25.txt +++ b/08/25.txt @@ -1 +1 @@ -Cando Pedro e Pablo declararan e falar \ No newline at end of file +Cando Pedro e Pablo declararan e falaran da palabra do Señor, eles vo \ No newline at end of file From e27ec8c515c9e8a62c2b7f2319448cdc25c31d4a Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 04:37:14 +0200 Subject: [PATCH 834/977] Fri Apr 01 2022 04:37:14 GMT+0200 (hora de verano de Europa central) --- 08/25.txt | 2 +- 08/26.txt | 1 + manifest.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 08/26.txt diff --git a/08/25.txt b/08/25.txt index 8a1d9b8..54c2067 100644 --- a/08/25.txt +++ b/08/25.txt @@ -1 +1 @@ -Cando Pedro e Pablo declararan e falaran da palabra do Señor, eles vo \ No newline at end of file +\v 25 Cando Pedro e Pablo declararan e falaran da palabra do Señor, eles volveron a Xerusalén. No camiño, predicaban o evanxelio a moitas vilas dos Samaritanos \ No newline at end of file diff --git a/08/26.txt b/08/26.txt new file mode 100644 index 0000000..8c7e5a6 --- /dev/null +++ b/08/26.txt @@ -0,0 +1 @@ +A \ No newline at end of file diff --git a/manifest.json b/manifest.json index 0f93cb1..228f8d8 100644 --- a/manifest.json +++ b/manifest.json @@ -144,6 +144,7 @@ "08-18", "08-20", "08-24", + "08-25", "19-38" ] } \ No newline at end of file From d607149dabe5cabd40b2b48371e930420a0184a2 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 04:39:14 +0200 Subject: [PATCH 835/977] Fri Apr 01 2022 04:39:14 GMT+0200 (hora de verano de Europa central) --- 08/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/26.txt b/08/26.txt index 8c7e5a6..1a23f5d 100644 --- a/08/26.txt +++ b/08/26.txt @@ -1 +1 @@ -A \ No newline at end of file +Agora un anxo do Señor falou a Felipe e lle dixo: " Erguete e vai a o sur, ao camiño que baixa dende Xerusalén a Gaza. ( \ No newline at end of file From 328cb993727fe64795c4f0fba5e72db29a8275cc Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 04:41:14 +0200 Subject: [PATCH 836/977] Fri Apr 01 2022 04:41:14 GMT+0200 (hora de verano de Europa central) --- 08/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/26.txt b/08/26.txt index 1a23f5d..f6b8298 100644 --- a/08/26.txt +++ b/08/26.txt @@ -1 +1 @@ -Agora un anxo do Señor falou a Felipe e lle dixo: " Erguete e vai a o sur, ao camiño que baixa dende Xerusalén a Gaza. ( \ No newline at end of file +Agora un anxo do Señor falou a Felipe e lle dixo: " Erguete e vai a o sur, ao camiño que baixa dende Xerusalén a Gaza. ( Este camiño está no deserto) Él ergueuse e foi. Entón había alí un home da Etiopía \ No newline at end of file From 076d90204f59da8bcb85d0c19033f9dc8fbd2494 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 04:43:14 +0200 Subject: [PATCH 837/977] Fri Apr 01 2022 04:43:14 GMT+0200 (hora de verano de Europa central) --- 08/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/26.txt b/08/26.txt index f6b8298..602fe3a 100644 --- a/08/26.txt +++ b/08/26.txt @@ -1 +1 @@ -Agora un anxo do Señor falou a Felipe e lle dixo: " Erguete e vai a o sur, ao camiño que baixa dende Xerusalén a Gaza. ( Este camiño está no deserto) Él ergueuse e foi. Entón había alí un home da Etiopía \ No newline at end of file +Agora un anxo do Señor falou a Felipe e lle dixo: " Erguete e vai a o sur, ao camiño que baixa dende Xerusalén a Gaza. ( Este camiño está no deserto) Él ergueuse e foi. Entón había alí un home da Etiopía, nenuco de grande autoridade baixo Candace, raiña dos Etíopes. Él tiña o cargo \ No newline at end of file From 1da9744249e0daff98b9089baa37fb48e4ca08e6 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 04:45:14 +0200 Subject: [PATCH 838/977] Fri Apr 01 2022 04:45:14 GMT+0200 (hora de verano de Europa central) --- 08/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/26.txt b/08/26.txt index 602fe3a..e73c6b8 100644 --- a/08/26.txt +++ b/08/26.txt @@ -1 +1 @@ -Agora un anxo do Señor falou a Felipe e lle dixo: " Erguete e vai a o sur, ao camiño que baixa dende Xerusalén a Gaza. ( Este camiño está no deserto) Él ergueuse e foi. Entón había alí un home da Etiopía, nenuco de grande autoridade baixo Candace, raiña dos Etíopes. Él tiña o cargo \ No newline at end of file +Agora un anxo do Señor falou a Felipe e lle dixo: " Erguete e vai a o sur, ao camiño que baixa dende Xerusalén a Gaza. ( Este camiño está no deserto) Él ergueuse e foi. Entón había alí un home da Etiopía, nenuco de grande autoridade baixo Candace, raiña dos Etíopes. Él tiña o cargo de todos seus tesouros.Él viu a Xerusalén para loubar. Él voltava \ No newline at end of file From c925c5b739442cb0df7d0b50ed063f03de7b04aa Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 04:47:15 +0200 Subject: [PATCH 839/977] Fri Apr 01 2022 04:47:14 GMT+0200 (hora de verano de Europa central) --- 08/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/26.txt b/08/26.txt index e73c6b8..957e0bc 100644 --- a/08/26.txt +++ b/08/26.txt @@ -1 +1 @@ -Agora un anxo do Señor falou a Felipe e lle dixo: " Erguete e vai a o sur, ao camiño que baixa dende Xerusalén a Gaza. ( Este camiño está no deserto) Él ergueuse e foi. Entón había alí un home da Etiopía, nenuco de grande autoridade baixo Candace, raiña dos Etíopes. Él tiña o cargo de todos seus tesouros.Él viu a Xerusalén para loubar. Él voltava \ No newline at end of file +Agora un anxo do Señor falou a Felipe e lle dixo: " Erguete e vai a o sur, ao camiño que baixa dende Xerusalén a Gaza. ( Este camiño está no deserto) Él ergueuse e foi. Entón había alí un home da Etiopía, nenuco de grande autoridade baixo Candace, raiña dos Etíopes. Él tiña o cargo de todos seus tesouros.Él viu a Xerusalén para loubar. Él volvía sentado no seu carruaxe e estaba \ No newline at end of file From d0d5b1ecbc905bdf79e752bd9aaea768612d4b50 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 04:49:14 +0200 Subject: [PATCH 840/977] Fri Apr 01 2022 04:49:14 GMT+0200 (hora de verano de Europa central) --- 08/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/26.txt b/08/26.txt index 957e0bc..d6132cf 100644 --- a/08/26.txt +++ b/08/26.txt @@ -1 +1 @@ -Agora un anxo do Señor falou a Felipe e lle dixo: " Erguete e vai a o sur, ao camiño que baixa dende Xerusalén a Gaza. ( Este camiño está no deserto) Él ergueuse e foi. Entón había alí un home da Etiopía, nenuco de grande autoridade baixo Candace, raiña dos Etíopes. Él tiña o cargo de todos seus tesouros.Él viu a Xerusalén para loubar. Él volvía sentado no seu carruaxe e estaba \ No newline at end of file +\v 26 Agora un anxo do Señor falou a Felipe e lle dixo: " Erguete e vai a o sur, ao camiño que baixa dende Xerusalén a Gaza. ( Este camiño está no deserto) \v 27 Él ergueuse e foi. Entón había alí un home da Etiopía, nenuco de grande autoridade baixo Candace, raiña dos Etíopes. Él tiña o cargo de todos seus tesouros. \v 28 Él viu a Xerusalén para loubar. Él volvía sentado no seu carruaxe e estaba lendo ao profeta Isaías \ No newline at end of file From 3691c8665af4b7abc78222c796a55cbcda5e5efe Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 04:51:15 +0200 Subject: [PATCH 841/977] Fri Apr 01 2022 04:51:15 GMT+0200 (hora de verano de Europa central) --- 08/29.txt | 1 + manifest.json | 1 + 2 files changed, 2 insertions(+) create mode 100644 08/29.txt diff --git a/08/29.txt b/08/29.txt new file mode 100644 index 0000000..2fe2f98 --- /dev/null +++ b/08/29.txt @@ -0,0 +1 @@ +O Espírito dixolle a Felipe: " Vai alá e achegate a ese carruaxe". Entón Felipe correu ata \ No newline at end of file diff --git a/manifest.json b/manifest.json index 228f8d8..7710d1a 100644 --- a/manifest.json +++ b/manifest.json @@ -145,6 +145,7 @@ "08-20", "08-24", "08-25", + "08-26", "19-38" ] } \ No newline at end of file From 8cef2df8c43ef95c30220904d6a2ff631e051ebf Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 04:53:15 +0200 Subject: [PATCH 842/977] Fri Apr 01 2022 04:53:14 GMT+0200 (hora de verano de Europa central) --- 08/29.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/29.txt b/08/29.txt index 2fe2f98..334e2ee 100644 --- a/08/29.txt +++ b/08/29.txt @@ -1 +1 @@ -O Espírito dixolle a Felipe: " Vai alá e achegate a ese carruaxe". Entón Felipe correu ata \ No newline at end of file +O Espírito dixolle a Felipe: " Vai alá e achegate a ese carruaxe". Entón Felipe correu ata él, e escoitouno leendo ao profeta Isaías, e lle dixo:¿" Entendes o que estas a leer? El \ No newline at end of file From 79fa5092bdf6573776d4a7306c73a8948142b325 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 04:55:15 +0200 Subject: [PATCH 843/977] Fri Apr 01 2022 04:55:14 GMT+0200 (hora de verano de Europa central) --- 08/29.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/29.txt b/08/29.txt index 334e2ee..27b5002 100644 --- a/08/29.txt +++ b/08/29.txt @@ -1 +1 @@ -O Espírito dixolle a Felipe: " Vai alá e achegate a ese carruaxe". Entón Felipe correu ata él, e escoitouno leendo ao profeta Isaías, e lle dixo:¿" Entendes o que estas a leer? El \ No newline at end of file +O Espírito dixolle a Felipe: " Vai alá e achegate a ese carruaxe". Entón Felipe correu ata él, e escoitouno leendo ao profeta Isaías, e lle dixo:¿" Entendes o que estas a leer? El Etíope dixo: ¿" Cóma poderéi sen alguen que me guie? Él rogou a Feli \ No newline at end of file From fcc2c2ccf983e58889520ad0991230649cc239e6 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 04:57:15 +0200 Subject: [PATCH 844/977] Fri Apr 01 2022 04:57:14 GMT+0200 (hora de verano de Europa central) --- 08/29.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/29.txt b/08/29.txt index 27b5002..034681d 100644 --- a/08/29.txt +++ b/08/29.txt @@ -1 +1 @@ -O Espírito dixolle a Felipe: " Vai alá e achegate a ese carruaxe". Entón Felipe correu ata él, e escoitouno leendo ao profeta Isaías, e lle dixo:¿" Entendes o que estas a leer? El Etíope dixo: ¿" Cóma poderéi sen alguen que me guie? Él rogou a Feli \ No newline at end of file +\v 29 \v 30 O Espírito dixolle a Felipe: " Vai alá e achegate a ese carruaxe". Entón Felipe correu ata él, e escoitouno leendo ao profeta Isaías, e lle dixo:¿" Entendes o que estas a leer? \v 31 O Etíope dixo: ¿" Cóma poderéi sen alguén que me guie? Él rogou a Felipe pra que subira ao carruaxe e se sentara con él. \ No newline at end of file From c30f5f9a7e44163d7528fa167dfd23bfee463058 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 04:59:04 +0200 Subject: [PATCH 845/977] Fri Apr 01 2022 04:59:03 GMT+0200 (hora de verano de Europa central) --- 08/29.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/08/29.txt b/08/29.txt index 034681d..541383d 100644 --- a/08/29.txt +++ b/08/29.txt @@ -1 +1 @@ -\v 29 \v 30 O Espírito dixolle a Felipe: " Vai alá e achegate a ese carruaxe". Entón Felipe correu ata él, e escoitouno leendo ao profeta Isaías, e lle dixo:¿" Entendes o que estas a leer? \v 31 O Etíope dixo: ¿" Cóma poderéi sen alguén que me guie? Él rogou a Felipe pra que subira ao carruaxe e se sentara con él. \ No newline at end of file +\v 29 O Espírito dixolle a Felipe: " Vai alá e achegate a ese carruaxe". \v 30 Entón Felipe correu ata él, e escoitouno leendo ao profeta Isaías, e lle dixo:¿" Entendes o que estas a leer? \v 31 O Etíope dixo: ¿" Cóma poderéi sen alguén que me guie? Él rogou a Felipe pra que subira ao carruaxe e se sentara con él. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 7710d1a..5f1a028 100644 --- a/manifest.json +++ b/manifest.json @@ -146,6 +146,7 @@ "08-24", "08-25", "08-26", + "08-29", "19-38" ] } \ No newline at end of file From b234a09cf11a8553967156847fe7889448423f90 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 19:07:11 +0200 Subject: [PATCH 846/977] Fri Apr 01 2022 19:07:11 GMT+0200 (hora de verano de Europa central) --- 08/32.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 08/32.txt diff --git a/08/32.txt b/08/32.txt new file mode 100644 index 0000000..6cef8f4 --- /dev/null +++ b/08/32.txt @@ -0,0 +1 @@ +Agora a pasaxe da Escretura que o Etíope estaba a leer era éste; "ÉL FOI LEVADO COMA OVELLA \ No newline at end of file From 09482484606b15f80454a35fbec5dde3e47adefe Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 19:09:11 +0200 Subject: [PATCH 847/977] Fri Apr 01 2022 19:09:11 GMT+0200 (hora de verano de Europa central) --- 08/32.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/32.txt b/08/32.txt index 6cef8f4..c003905 100644 --- a/08/32.txt +++ b/08/32.txt @@ -1 +1 @@ -Agora a pasaxe da Escretura que o Etíope estaba a leer era éste; "ÉL FOI LEVADO COMA OVELLA \ No newline at end of file +Agora a pasaxe da Escretura que o Etíope estaba a leer era éste; "ÉL FOI LEVADO COMA OVELLA A O MATADOIRO E COMO CORDEIRO DIANTE DO SEU ESQ E COMA \ No newline at end of file From 56e2caa82f4e72bb7107866fe7ca6d9adeec941d Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 19:11:11 +0200 Subject: [PATCH 848/977] Fri Apr 01 2022 19:11:11 GMT+0200 (hora de verano de Europa central) --- 08/32.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/32.txt b/08/32.txt index c003905..9ec5f30 100644 --- a/08/32.txt +++ b/08/32.txt @@ -1 +1 @@ -Agora a pasaxe da Escretura que o Etíope estaba a leer era éste; "ÉL FOI LEVADO COMA OVELLA A O MATADOIRO E COMO CORDEIRO DIANTE DO SEU ESQ E COMA \ No newline at end of file +Agora a pasaxe da Escretura que o Etíope estaba a leer era o siguinte: "ÉL FOI LEVADO COMA OVELLA A O MATADOIRO E COMO CORDEIRO DIANTE DO SEU ESQUILADOR CALOU E NON ABRIU A BOCA E COMA \ No newline at end of file From f51d38fde15fb488ec46af91533015bdc854a5de Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 19:13:11 +0200 Subject: [PATCH 849/977] Fri Apr 01 2022 19:13:11 GMT+0200 (hora de verano de Europa central) --- 08/32.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/32.txt b/08/32.txt index 9ec5f30..6ec4ba4 100644 --- a/08/32.txt +++ b/08/32.txt @@ -1 +1 @@ -Agora a pasaxe da Escretura que o Etíope estaba a leer era o siguinte: "ÉL FOI LEVADO COMA OVELLA A O MATADOIRO E COMO CORDEIRO DIANTE DO SEU ESQUILADOR CALOU E NON ABRIU A BOCA E COMA \ No newline at end of file +Agora a pasaxe da Escretura que o Etíope estaba a leer era o siguinte: "ÉL FOI LEVADO COMA OVELLA A O MATADOIRO E COMO CORDEIRO DIANTE DO SEU ESQUILADOR ECALOU E NON ABRIU A BOCA. NA SUA HUMILLACIÓN FOI QUITADO O SEU XU \ No newline at end of file From f4f54ca4fbf318c6f2b0e2ec59ace42469244240 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 19:15:11 +0200 Subject: [PATCH 850/977] Fri Apr 01 2022 19:15:11 GMT+0200 (hora de verano de Europa central) --- 08/32.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/32.txt b/08/32.txt index 6ec4ba4..1f9ea27 100644 --- a/08/32.txt +++ b/08/32.txt @@ -1 +1 @@ -Agora a pasaxe da Escretura que o Etíope estaba a leer era o siguinte: "ÉL FOI LEVADO COMA OVELLA A O MATADOIRO E COMO CORDEIRO DIANTE DO SEU ESQUILADOR ECALOU E NON ABRIU A BOCA. NA SUA HUMILLACIÓN FOI QUITADO O SEU XU \ No newline at end of file +Agora a pasaxe da Escretura que o Etíope estaba a leer era o siguinte: "ÉL FOI LEVADO COMA OVELLA A O MATADOIRO E COMO CORDEIRO DIANTE DO SEU ESQUILADOR ECALOU E NON ABRIU A BOCA. NA SUA HUMILLACIÓN FOI QUITADO O SEU XUIZO, QUEN DECJLARARÁ A SUA XENERACIÓN? PORQUE A SÚS VIDA FOI TOMADA DA TERRA \ No newline at end of file From 1911ee0883bdfc04da1c43e007ab9974bc4a2b28 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 19:17:11 +0200 Subject: [PATCH 851/977] Fri Apr 01 2022 19:17:11 GMT+0200 (hora de verano de Europa central) --- 08/32.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/32.txt b/08/32.txt index 1f9ea27..e4198fe 100644 --- a/08/32.txt +++ b/08/32.txt @@ -1 +1 @@ -Agora a pasaxe da Escretura que o Etíope estaba a leer era o siguinte: "ÉL FOI LEVADO COMA OVELLA A O MATADOIRO E COMO CORDEIRO DIANTE DO SEU ESQUILADOR ECALOU E NON ABRIU A BOCA. NA SUA HUMILLACIÓN FOI QUITADO O SEU XUIZO, QUEN DECJLARARÁ A SUA XENERACIÓN? PORQUE A SÚS VIDA FOI TOMADA DA TERRA \ No newline at end of file +Agora a pasaxe da Escretura que o Etíope estaba a leer era o siguinte: "ÉL FOI LEVADO COMA OVELLA A O MATADOIRO E COMO CORDEIRO DIANTE DO SEU ESQUILADOR ECALOU, ÉL NON ABRIU A BOCA. NA SUA HUMILLACIÓN FOI QUITADO O SEU XUIZO, ¿QUEN DECJLARARÁ A SUA XENERACIÓN? PORQUE A SÚS VIDA FOI TOMADA DA TERRA \ No newline at end of file From b08db427a88bec0e7bafab588fa070ba2622ce77 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 19:19:12 +0200 Subject: [PATCH 852/977] Fri Apr 01 2022 19:19:12 GMT+0200 (hora de verano de Europa central) --- 08/32.txt | 2 +- 08/34.txt | 1 + manifest.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 08/34.txt diff --git a/08/32.txt b/08/32.txt index e4198fe..260c1b7 100644 --- a/08/32.txt +++ b/08/32.txt @@ -1 +1 @@ -Agora a pasaxe da Escretura que o Etíope estaba a leer era o siguinte: "ÉL FOI LEVADO COMA OVELLA A O MATADOIRO E COMO CORDEIRO DIANTE DO SEU ESQUILADOR ECALOU, ÉL NON ABRIU A BOCA. NA SUA HUMILLACIÓN FOI QUITADO O SEU XUIZO, ¿QUEN DECJLARARÁ A SUA XENERACIÓN? PORQUE A SÚS VIDA FOI TOMADA DA TERRA \ No newline at end of file +\v 32 Agora a pasaxe da Escretura que o Etíope estaba a leer era o siguinte: "ÉL FOI LEVADO COMA OVELLA A O MATADOIRO E COMO CORDEIRO DIANTE DO SEU ESQUILADOR ECALOU, ÉL NON ABRIU A BOCA. \v 33 NA SUA HUMILLACIÓN FOI QUITADO O SEU XUIZO, ¿QUEN DECJLARARÁ A SUA XENERACIÓN? PORQUE A SUA VIDA FOI TOMADA DA TERRA" \ No newline at end of file diff --git a/08/34.txt b/08/34.txt new file mode 100644 index 0000000..2237968 --- /dev/null +++ b/08/34.txt @@ -0,0 +1 @@ +Entón o eunuco preguntou a Felipe e dixo \ No newline at end of file diff --git a/manifest.json b/manifest.json index 5f1a028..7467d79 100644 --- a/manifest.json +++ b/manifest.json @@ -147,6 +147,7 @@ "08-25", "08-26", "08-29", + "08-32", "19-38" ] } \ No newline at end of file From a1fc3730875018fb0378bc3e8064bbe98cce29bd Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 19:21:11 +0200 Subject: [PATCH 853/977] Fri Apr 01 2022 19:21:11 GMT+0200 (hora de verano de Europa central) --- 08/34.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/34.txt b/08/34.txt index 2237968..379a01e 100644 --- a/08/34.txt +++ b/08/34.txt @@ -1 +1 @@ -Entón o eunuco preguntou a Felipe e dixo \ No newline at end of file +Entón o eunuco preguntou a Felipe e dixo: " Prégoche ¿e quén esta falando o profeta? \ No newline at end of file From f9901075c6d0a7bca343dc86d131d1b64cef601f Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 19:23:12 +0200 Subject: [PATCH 854/977] Fri Apr 01 2022 19:23:11 GMT+0200 (hora de verano de Europa central) --- 08/34.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/34.txt b/08/34.txt index 379a01e..58e80f4 100644 --- a/08/34.txt +++ b/08/34.txt @@ -1 +1 @@ -Entón o eunuco preguntou a Felipe e dixo: " Prégoche ¿e quén esta falando o profeta? \ No newline at end of file +Entón o eunuco preguntou a Felipe e dixo: " Prégoche ¿e quén esta falando o profeta?¿ De sí e ou doutra persoa Felipe comenzou a falarismo \ No newline at end of file From 08e1c8cb3d8b5ad251abcc3914aa7763dbd31974 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 19:25:11 +0200 Subject: [PATCH 855/977] Fri Apr 01 2022 19:25:11 GMT+0200 (hora de verano de Europa central) --- 08/34.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/34.txt b/08/34.txt index 58e80f4..cb116f2 100644 --- a/08/34.txt +++ b/08/34.txt @@ -1 +1 @@ -Entón o eunuco preguntou a Felipe e dixo: " Prégoche ¿e quén esta falando o profeta?¿ De sí e ou doutra persoa Felipe comenzou a falarismo \ No newline at end of file +Entón o eunuco preguntou a Felipe e dixo: " Prégoche ¿e quén esta falando o profeta?¿ De sí e ou doutra persoa Felipe comenzou a falar, ; Él comenzou con esta escretura en Isaías para predicarlle ismo \ No newline at end of file From b935d4389e1b8ad54ca0fb627a8a416397640e80 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 19:29:11 +0200 Subject: [PATCH 856/977] Fri Apr 01 2022 19:29:11 GMT+0200 (hora de verano de Europa central) --- 08/34.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/34.txt b/08/34.txt index cb116f2..dbc7ea2 100644 --- a/08/34.txt +++ b/08/34.txt @@ -1 +1 @@ -Entón o eunuco preguntou a Felipe e dixo: " Prégoche ¿e quén esta falando o profeta?¿ De sí e ou doutra persoa Felipe comenzou a falar, ; Él comenzou con esta escretura en Isaías para predicarlle ismo \ No newline at end of file +Entón o eunuco preguntou a Felipe e dixo: " Prégoche, ¿de quén fala o profeta?¿ De sí e ou doutra persoa Felipe comenzou a falar, ; Él comenzou con esta escretura en Isaías para predicarlle sobre Xesús. \ No newline at end of file From 11a9efd35b962b7b88d55d45a971717e0ed4f37d Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 19:31:11 +0200 Subject: [PATCH 857/977] Fri Apr 01 2022 19:31:11 GMT+0200 (hora de verano de Europa central) --- 08/34.txt | 2 +- 08/36.txt | 1 + manifest.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 08/36.txt diff --git a/08/34.txt b/08/34.txt index dbc7ea2..d0e3f2a 100644 --- a/08/34.txt +++ b/08/34.txt @@ -1 +1 @@ -Entón o eunuco preguntou a Felipe e dixo: " Prégoche, ¿de quén fala o profeta?¿ De sí e ou doutra persoa Felipe comenzou a falar, ; Él comenzou con esta escretura en Isaías para predicarlle sobre Xesús. \ No newline at end of file +\v 34 Entón o eunuco preguntou a Felipe e dixo: " Prégoche, ¿de quén fala o profeta?¿ De sí ou doutra persoa? \v 35 Felipe comenzou a falar, ; Él comenzou con esta escretura en Isaías para predicarlle sobre Xesús. \ No newline at end of file diff --git a/08/36.txt b/08/36.txt new file mode 100644 index 0000000..30172c1 --- /dev/null +++ b/08/36.txt @@ -0,0 +1 @@ +Mentras eles ivan polo camiño, eles chegaron \ No newline at end of file diff --git a/manifest.json b/manifest.json index 7467d79..1f76812 100644 --- a/manifest.json +++ b/manifest.json @@ -148,6 +148,7 @@ "08-26", "08-29", "08-32", + "08-34", "19-38" ] } \ No newline at end of file From e4abf5906bdca9bf288b881e450d0fdf1d60e02b Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 19:33:11 +0200 Subject: [PATCH 858/977] Fri Apr 01 2022 19:33:11 GMT+0200 (hora de verano de Europa central) --- 08/36.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/36.txt b/08/36.txt index 30172c1..0b8626f 100644 --- a/08/36.txt +++ b/08/36.txt @@ -1 +1 @@ -Mentras eles ivan polo camiño, eles chegaron \ No newline at end of file +Mentras eles ivan polo camiño, eles chegaron a certa augua ; o eunuco dixo: " Mira, hay augua eiquí, ¿qué me \ No newline at end of file From 08cf8e2909b849ab16862613562b987adc2491aa Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 19:37:11 +0200 Subject: [PATCH 859/977] Fri Apr 01 2022 19:37:11 GMT+0200 (hora de verano de Europa central) --- 08/36.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/36.txt b/08/36.txt index 0b8626f..02ba484 100644 --- a/08/36.txt +++ b/08/36.txt @@ -1 +1 @@ -Mentras eles ivan polo camiño, eles chegaron a certa augua ; o eunuco dixo: " Mira, hay augua eiquí, ¿qué me \ No newline at end of file +Mentras eles ivan polo camiño, eles chegaron a certa augua ; o eunuco dixo: " Mira, hay augua eiquí, ¿qué me impide ser bautizado? Felipe dixo: Si tí crees con todo teu corazón podes ser bautizado" \ No newline at end of file From 4b1379e9c5a62a0dfdf42f69b1eb5e4ff25b6216 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 19:39:12 +0200 Subject: [PATCH 860/977] Fri Apr 01 2022 19:39:11 GMT+0200 (hora de verano de Europa central) --- 08/36.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/36.txt b/08/36.txt index 02ba484..c153193 100644 --- a/08/36.txt +++ b/08/36.txt @@ -1 +1 @@ -Mentras eles ivan polo camiño, eles chegaron a certa augua ; o eunuco dixo: " Mira, hay augua eiquí, ¿qué me impide ser bautizado? Felipe dixo: Si tí crees con todo teu corazón podes ser bautizado" \ No newline at end of file +Mentras eles ivan polo camiño, eles chegaron a certa augua ; o eunuco dixo: " Mira, hay augua eiquí, ¿qué me impide ser bautizado? Felipe dixo: Si tí crees con todo teu corazón podes ser bautizado". El Etíope respondeu: · Eu creo que Xesúscristo e o Fillo de Deus." Enton o Etíope mandou deter o carruaxe. Eles baixaron a ou a \ No newline at end of file From f3699ac27250988b3c67ce60fa96632e1c8acaf7 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 19:41:11 +0200 Subject: [PATCH 861/977] Fri Apr 01 2022 19:41:11 GMT+0200 (hora de verano de Europa central) --- 08/36.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/36.txt b/08/36.txt index c153193..c91d934 100644 --- a/08/36.txt +++ b/08/36.txt @@ -1 +1 @@ -Mentras eles ivan polo camiño, eles chegaron a certa augua ; o eunuco dixo: " Mira, hay augua eiquí, ¿qué me impide ser bautizado? Felipe dixo: Si tí crees con todo teu corazón podes ser bautizado". El Etíope respondeu: · Eu creo que Xesúscristo e o Fillo de Deus." Enton o Etíope mandou deter o carruaxe. Eles baixaron a ou a \ No newline at end of file +Mentras eles ivan polo camiño, eles chegaron a certa augua ; o eunuco dixo: " Mira, hay augua eiquí, ¿qué me impide ser bautizado? Felipe dixo: Si tí crees con todo teu corazón podes ser bautizado". O Etíope respondeu: · Eu creo que Xesúscristo e o Fillo de Deus." Entón o Etíope mandou deter a carruaxe. Eles baixaron a agua. Felipe eo eunuco, e Felipe bautizouno. \ No newline at end of file From f9522bc7d97570ac7ff378d155beddf62d67864d Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 19:43:11 +0200 Subject: [PATCH 862/977] Fri Apr 01 2022 19:43:11 GMT+0200 (hora de verano de Europa central) --- 08/36.txt | 2 +- 08/39.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 08/39.txt diff --git a/08/36.txt b/08/36.txt index c91d934..d18f2e6 100644 --- a/08/36.txt +++ b/08/36.txt @@ -1 +1 @@ -Mentras eles ivan polo camiño, eles chegaron a certa augua ; o eunuco dixo: " Mira, hay augua eiquí, ¿qué me impide ser bautizado? Felipe dixo: Si tí crees con todo teu corazón podes ser bautizado". O Etíope respondeu: · Eu creo que Xesúscristo e o Fillo de Deus." Entón o Etíope mandou deter a carruaxe. Eles baixaron a agua. Felipe eo eunuco, e Felipe bautizouno. \ No newline at end of file +\v 36 Mentras eles ivan polo camiño, eles chegaron a certa augua ; o eunuco dixo: " Mira, hay augua eiquí, ¿qué me impide ser bautizado? \v 37 Felipe dixo: Si tí crees con todo teu corazón podes ser bautizado". O Etíope respondeu: · Eu creo que Xesúscristo e o Fillo de Deus." \v 38 Entón o Etíope mandou deter a carruaxe. Eles baixaron a agua. Felipe eo eunuco, e Felipe bautizouno. \ No newline at end of file diff --git a/08/39.txt b/08/39.txt new file mode 100644 index 0000000..7320405 --- /dev/null +++ b/08/39.txt @@ -0,0 +1 @@ +\v 39 \v 40 Cando eles sairon do auga \ No newline at end of file From 5bc798912ee5e011a5d6628fa8585acf152f361a Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 19:45:12 +0200 Subject: [PATCH 863/977] Fri Apr 01 2022 19:45:11 GMT+0200 (hora de verano de Europa central) --- 08/36.txt | 2 +- 08/39.txt | 2 +- manifest.json | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/08/36.txt b/08/36.txt index d18f2e6..a93cd4a 100644 --- a/08/36.txt +++ b/08/36.txt @@ -1 +1 @@ -\v 36 Mentras eles ivan polo camiño, eles chegaron a certa augua ; o eunuco dixo: " Mira, hay augua eiquí, ¿qué me impide ser bautizado? \v 37 Felipe dixo: Si tí crees con todo teu corazón podes ser bautizado". O Etíope respondeu: · Eu creo que Xesúscristo e o Fillo de Deus." \v 38 Entón o Etíope mandou deter a carruaxe. Eles baixaron a agua. Felipe eo eunuco, e Felipe bautizouno. \ No newline at end of file +\v 36 Mentras eles ivan polo camiño, eles chegaron a certa augua ; o eunuco dixo: " Mira, hay auga eiquí, ¿qué me impide ser bautizado? \v 37 Felipe dixo: Si tí crees con todo teu corazón podes ser bautizado". O Etíope respondeu: · Eu creo que Xesúscristo e o Fillo de Deus." \v 38 Entón o Etíope mandou deter a carruaxe. Eles baixaron a auga. Felipe eo eunuco, e Felipe bautizouno. \ No newline at end of file diff --git a/08/39.txt b/08/39.txt index 7320405..b6c25a0 100644 --- a/08/39.txt +++ b/08/39.txt @@ -1 +1 @@ -\v 39 \v 40 Cando eles sairon do auga \ No newline at end of file +\v 39 \v 40 Cando eles sairon do auga o Espírito do Señor levouse \ No newline at end of file diff --git a/manifest.json b/manifest.json index 1f76812..1011885 100644 --- a/manifest.json +++ b/manifest.json @@ -149,6 +149,7 @@ "08-29", "08-32", "08-34", + "08-36", "19-38" ] } \ No newline at end of file From 3c5c5991a5f63ff5881145406bc15068c15d04bb Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 19:47:11 +0200 Subject: [PATCH 864/977] Fri Apr 01 2022 19:47:11 GMT+0200 (hora de verano de Europa central) --- 08/39.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/39.txt b/08/39.txt index b6c25a0..46dd7a9 100644 --- a/08/39.txt +++ b/08/39.txt @@ -1 +1 @@ -\v 39 \v 40 Cando eles sairon do auga o Espírito do Señor levouse \ No newline at end of file +\v 39 \v 40 Cando eles sairon do auga o Espírito do Señor levou a Felipe, o eunuco no no mirou maís. e marchou polo seu camiño cheo de gozop \ No newline at end of file From ff48e604d17e9790455222785525a675c1eced75 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 19:49:11 +0200 Subject: [PATCH 865/977] Fri Apr 01 2022 19:49:11 GMT+0200 (hora de verano de Europa central) --- 08/39.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/39.txt b/08/39.txt index 46dd7a9..70f8335 100644 --- a/08/39.txt +++ b/08/39.txt @@ -1 +1 @@ -\v 39 \v 40 Cando eles sairon do auga o Espírito do Señor levou a Felipe, o eunuco no no mirou maís. e marchou polo seu camiño cheo de gozop \ No newline at end of file +\v 39 \v 40 Cando eles sairon do auga o Espírito do Señor levou a Felipe, o eunuco no no mirou maís. e marchou polo seu camiño cheo de gozo. Maís Felipe apareceu en Azoto. El pasou pola rexión e predicou o evanxelio en todalas cidades \ No newline at end of file From 038979ffbc48d94bec7367cedd6eec76330a8a05 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 19:51:23 +0200 Subject: [PATCH 866/977] Fri Apr 01 2022 19:51:22 GMT+0200 (hora de verano de Europa central) --- 08/39.txt | 2 +- 09/title.txt | 1 + manifest.json | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 09/title.txt diff --git a/08/39.txt b/08/39.txt index 70f8335..cc0b633 100644 --- a/08/39.txt +++ b/08/39.txt @@ -1 +1 @@ -\v 39 \v 40 Cando eles sairon do auga o Espírito do Señor levou a Felipe, o eunuco no no mirou maís. e marchou polo seu camiño cheo de gozo. Maís Felipe apareceu en Azoto. El pasou pola rexión e predicou o evanxelio en todalas cidades \ No newline at end of file +\v 39 Cando eles sairon do auga o Espírito do Señor levou a Felipe, o eunuco no no mirou maís. e marchou polo seu camiño cheo de gozo. \v 40 Maís Felipe apareceu en Azoto. El pasou pola rexión e predicou o evanxelio en todalas cidades ata que chegou a Cesarea. \ No newline at end of file diff --git a/09/title.txt b/09/title.txt new file mode 100644 index 0000000..c446569 --- /dev/null +++ b/09/title.txt @@ -0,0 +1 @@ +Capítolo 9 \ No newline at end of file diff --git a/manifest.json b/manifest.json index 1011885..4a8d1a9 100644 --- a/manifest.json +++ b/manifest.json @@ -150,6 +150,8 @@ "08-32", "08-34", "08-36", + "08-39", + "09-title", "19-38" ] } \ No newline at end of file From b19d979a1d9e4ce9930c49f1d6b79c0ab183bfbc Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 19:53:15 +0200 Subject: [PATCH 867/977] Fri Apr 01 2022 19:53:15 GMT+0200 (hora de verano de Europa central) --- 23/04.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 23/04.txt diff --git a/23/04.txt b/23/04.txt new file mode 100644 index 0000000..36fc962 --- /dev/null +++ b/23/04.txt @@ -0,0 +1 @@ +Aqueles estaban parados xunto a él dixeron \ No newline at end of file From 234ca2b2ffd54405f110d67d1e8218d7d9c20c75 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 19:55:14 +0200 Subject: [PATCH 868/977] Fri Apr 01 2022 19:55:14 GMT+0200 (hora de verano de Europa central) --- 23/04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/23/04.txt b/23/04.txt index 36fc962..8481dbb 100644 --- a/23/04.txt +++ b/23/04.txt @@ -1 +1 @@ -Aqueles estaban parados xunto a él dixeron \ No newline at end of file +Aqueles que estaban parados xunto a él dixeron, · ¿ Así e coma tí \ No newline at end of file From 372e396ad8a70d3fcde131d2988fd3a979c12208 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 19:59:14 +0200 Subject: [PATCH 869/977] Fri Apr 01 2022 19:59:14 GMT+0200 (hora de verano de Europa central) --- 23/04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/23/04.txt b/23/04.txt index 8481dbb..c7289bc 100644 --- a/23/04.txt +++ b/23/04.txt @@ -1 +1 @@ -Aqueles que estaban parados xunto a él dixeron, · ¿ Así e coma tí \ No newline at end of file +Aqueles que estaban parados xunto a él dixeron, · ¿ Así e coma tí o \ No newline at end of file From 5012ad66d92cb6343c862ef389bb76c2341760a2 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 20:01:14 +0200 Subject: [PATCH 870/977] Fri Apr 01 2022 20:01:14 GMT+0200 (hora de verano de Europa central) --- 23/04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/23/04.txt b/23/04.txt index c7289bc..8a9493b 100644 --- a/23/04.txt +++ b/23/04.txt @@ -1 +1 @@ -Aqueles que estaban parados xunto a él dixeron, · ¿ Así e coma tí o \ No newline at end of file +Aqueles que estaban parados xunto a él dixeron, · ¿ Así e coma tí ofendes ao sumo sacerdote de Deus?" Pablo dixo, " Eu non sabía, hermans quel era sumo sacerdote. Pois escribido está.tÍ NON FALARAS MAL D \ No newline at end of file From c8a891e9c5abefb0abb336d40cbd898444e31045 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 20:03:14 +0200 Subject: [PATCH 871/977] Fri Apr 01 2022 20:03:14 GMT+0200 (hora de verano de Europa central) --- 23/04.txt | 2 +- 23/title.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 23/title.txt diff --git a/23/04.txt b/23/04.txt index 8a9493b..c8cf831 100644 --- a/23/04.txt +++ b/23/04.txt @@ -1 +1 @@ -Aqueles que estaban parados xunto a él dixeron, · ¿ Así e coma tí ofendes ao sumo sacerdote de Deus?" Pablo dixo, " Eu non sabía, hermans quel era sumo sacerdote. Pois escribido está.tÍ NON FALARAS MAL D \ No newline at end of file +\v 4 Aqueles que estaban parados xunto a él dixeron, · ¿ Así e coma tí ofendes ao sumo sacerdote de Deus?" \v 5 Pablo dixo, " Eu non sabía, hermans quel era sumo sacerdote. Pois escribido está.tÍ NON FALARAS MAL DOS QUE GOBERNAN DO TEU POBO" \ No newline at end of file diff --git a/23/title.txt b/23/title.txt new file mode 100644 index 0000000..3d4f334 --- /dev/null +++ b/23/title.txt @@ -0,0 +1 @@ +Capítolo 23 \ No newline at end of file diff --git a/manifest.json b/manifest.json index 4a8d1a9..94cffb1 100644 --- a/manifest.json +++ b/manifest.json @@ -152,6 +152,7 @@ "08-36", "08-39", "09-title", - "19-38" + "19-38", + "23-04" ] } \ No newline at end of file From eb04363507605e16d11493161913d8ebfdfa6843 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 20:07:14 +0200 Subject: [PATCH 872/977] Fri Apr 01 2022 20:07:14 GMT+0200 (hora de verano de Europa central) --- 21/01.txt | 1 + 21/title.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 21/01.txt create mode 100644 21/title.txt diff --git a/21/01.txt b/21/01.txt new file mode 100644 index 0000000..8c82b32 --- /dev/null +++ b/21/01.txt @@ -0,0 +1 @@ +\c 21 Cando nos nos \ No newline at end of file diff --git a/21/title.txt b/21/title.txt new file mode 100644 index 0000000..ba86a1c --- /dev/null +++ b/21/title.txt @@ -0,0 +1 @@ +Capitolo 21. \ No newline at end of file From e7c232a95277315fcd2b1907244152880a2ebfc0 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 20:15:15 +0200 Subject: [PATCH 873/977] Fri Apr 01 2022 20:15:14 GMT+0200 (hora de verano de Europa central) --- 21/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/01.txt b/21/01.txt index 8c82b32..75b1296 100644 --- a/21/01.txt +++ b/21/01.txt @@ -1 +1 @@ -\c 21 Cando nos nos \ No newline at end of file +\c 21 \v 1 \v 2 Cando nos nos \ No newline at end of file From 5d2a07d8494ffb8683abb8bf14597a79f6c52e65 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 20:17:14 +0200 Subject: [PATCH 874/977] Fri Apr 01 2022 20:17:14 GMT+0200 (hora de verano de Europa central) --- 21/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/01.txt b/21/01.txt index 75b1296..f75cbd8 100644 --- a/21/01.txt +++ b/21/01.txt @@ -1 +1 @@ -\c 21 \v 1 \v 2 Cando nos nos \ No newline at end of file +\c 21 \v 1 \v 2 Cando nos nos apartamos deles e nos perparamos pra embarcar, fomos cara a cidade de Cos, eo \ No newline at end of file From cd1f8f9303cb928fd580b3651776bf0e9a6c183b Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 20:19:14 +0200 Subject: [PATCH 875/977] Fri Apr 01 2022 20:19:14 GMT+0200 (hora de verano de Europa central) --- 21/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/01.txt b/21/01.txt index f75cbd8..29a4138 100644 --- a/21/01.txt +++ b/21/01.txt @@ -1 +1 @@ -\c 21 \v 1 \v 2 Cando nos nos apartamos deles e nos perparamos pra embarcar, fomos cara a cidade de Cos, eo \ No newline at end of file +\c 21 \v 1 \v 2 Cando nos nos apartamos deles e nos perparamos pra embarcar, fomos cara a cidade de Cos, eo día sifuinte a cidade de Rodes, e dai a cidade de Pátara. Cando atopamos un barco \ No newline at end of file From 7dd3ece04a990a4c01855a89ef332008a7543e4a Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 20:21:14 +0200 Subject: [PATCH 876/977] Fri Apr 01 2022 20:21:14 GMT+0200 (hora de verano de Europa central) --- 21/01.txt | 2 +- 21/03.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 21/03.txt diff --git a/21/01.txt b/21/01.txt index 29a4138..ad74ac2 100644 --- a/21/01.txt +++ b/21/01.txt @@ -1 +1 @@ -\c 21 \v 1 \v 2 Cando nos nos apartamos deles e nos perparamos pra embarcar, fomos cara a cidade de Cos, eo día sifuinte a cidade de Rodes, e dai a cidade de Pátara. Cando atopamos un barco \ No newline at end of file +\c 21 \v 1 \v 2 Cando nos nos apartamos deles e nos perparamos pra embarcar, fomos cara a cidade de Cos, eo día sifuinte a cidade de Rodes, e dai a cidade de Pátara. Cando atopamos un barco cruzando sobre Fenicia , soibimos a borda e nos aparellamos para sair. \ No newline at end of file diff --git a/21/03.txt b/21/03.txt new file mode 100644 index 0000000..b3bfe19 --- /dev/null +++ b/21/03.txt @@ -0,0 +1 @@ +Depois que miramos \ No newline at end of file From 9f12692b13f87f9f6651a081cc6083eb04076950 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 20:23:14 +0200 Subject: [PATCH 877/977] Fri Apr 01 2022 20:23:14 GMT+0200 (hora de verano de Europa central) --- 21/03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/03.txt b/21/03.txt index b3bfe19..8288a0d 100644 --- a/21/03.txt +++ b/21/03.txt @@ -1 +1 @@ -Depois que miramos \ No newline at end of file +Depois que miramos Chipre, pasámosla de largo polo lado ezqu \ No newline at end of file From 859f313ca6bd620c797dbf41a9f72b1fb7b37f72 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 20:35:15 +0200 Subject: [PATCH 878/977] Fri Apr 01 2022 20:35:14 GMT+0200 (hora de verano de Europa central) --- 21/03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/03.txt b/21/03.txt index 8288a0d..de7e29e 100644 --- a/21/03.txt +++ b/21/03.txt @@ -1 +1 @@ -Depois que miramos Chipre, pasámosla de largo polo lado ezqu \ No newline at end of file +Depois que miramos Chipre, pasámosla de largo polo lado ezquerdo do barco navegamios a Siria e \ No newline at end of file From 80341f976a0f1db1e6d2e708f0ae453983754795 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 20:39:15 +0200 Subject: [PATCH 879/977] Fri Apr 01 2022 20:39:14 GMT+0200 (hora de verano de Europa central) --- 21/03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/03.txt b/21/03.txt index de7e29e..ecec497 100644 --- a/21/03.txt +++ b/21/03.txt @@ -1 +1 @@ -Depois que miramos Chipre, pasámosla de largo polo lado ezquerdo do barco navegamios a Siria e \ No newline at end of file +Depois que miramos Chipre, pasámosla de largo polo lado ezquerdo do barco navegamios a Siria e desembarcamos en Tito, onde o barco tiña que desgargar o cargamento. Depóis ca topamos os descipolos , nos quedamos \ No newline at end of file From 240486408d181d247c518bd3d1e8831cfec06804 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 20:41:15 +0200 Subject: [PATCH 880/977] Fri Apr 01 2022 20:41:14 GMT+0200 (hora de verano de Europa central) --- 21/03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/03.txt b/21/03.txt index ecec497..741bc1f 100644 --- a/21/03.txt +++ b/21/03.txt @@ -1 +1 @@ -Depois que miramos Chipre, pasámosla de largo polo lado ezquerdo do barco navegamios a Siria e desembarcamos en Tito, onde o barco tiña que desgargar o cargamento. Depóis ca topamos os descipolos , nos quedamos \ No newline at end of file +Depois que miramos Chipre, pasámosla de largo polo lado ezquerdo do barco navegamios a Siria e desembarcamos en Tito, onde o barco tiña que desgargar o cargamento. Depóis ca topamos os descipolos , nos quedamos alí por sete días. Por mor do Espírito os descipolos advirtiron a P \ No newline at end of file From a10895c460040f220f2235d53a6fe224f2993c00 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 20:43:15 +0200 Subject: [PATCH 881/977] Fri Apr 01 2022 20:43:14 GMT+0200 (hora de verano de Europa central) --- 21/03.txt | 2 +- 21/05.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 21/05.txt diff --git a/21/03.txt b/21/03.txt index 741bc1f..6c393ec 100644 --- a/21/03.txt +++ b/21/03.txt @@ -1 +1 @@ -Depois que miramos Chipre, pasámosla de largo polo lado ezquerdo do barco navegamios a Siria e desembarcamos en Tito, onde o barco tiña que desgargar o cargamento. Depóis ca topamos os descipolos , nos quedamos alí por sete días. Por mor do Espírito os descipolos advirtiron a P \ No newline at end of file +\v 3 \v 4 Depois que miramos Chipre, pasámosla de largo polo lado ezquerdo do barco navegamios a Siria e desembarcamos en Tito, onde o barco tiña que desgargar o cargamento. Depóis ca topamos os descipolos , nos quedamos alí por sete días. Por mor do Espírito os descipolos advirtiron a Paulo que non fora a Xerusalén \ No newline at end of file diff --git a/21/05.txt b/21/05.txt new file mode 100644 index 0000000..acce825 --- /dev/null +++ b/21/05.txt @@ -0,0 +1 @@ +Cando nosos días se cumpliron, nos fomos e continamos noso viaxe, e todolos \ No newline at end of file From 93d9d30a4109b2a0efcc664eda8968f553b38554 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 20:45:15 +0200 Subject: [PATCH 882/977] Fri Apr 01 2022 20:45:14 GMT+0200 (hora de verano de Europa central) --- 21/05.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/21/05.txt b/21/05.txt index acce825..4972d2f 100644 --- a/21/05.txt +++ b/21/05.txt @@ -1 +1,2 @@ -Cando nosos días se cumpliron, nos fomos e continamos noso viaxe, e todolos \ No newline at end of file +Cando nosos días se cumpliron, nos fomos e continamos noso viaxe, e todos eles, con a suas mulleres e fillos. n +escoltaron \ No newline at end of file From 62dce4ee4c2d7dfe7137dfae292d8389aebadb49 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 20:47:15 +0200 Subject: [PATCH 883/977] Fri Apr 01 2022 20:47:14 GMT+0200 (hora de verano de Europa central) --- 21/05.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/05.txt b/21/05.txt index 4972d2f..7e6b201 100644 --- a/21/05.txt +++ b/21/05.txt @@ -1,2 +1,2 @@ Cando nosos días se cumpliron, nos fomos e continamos noso viaxe, e todos eles, con a suas mulleres e fillos. n -escoltaron \ No newline at end of file +escoltaronnós fóra da cidade. entón nos aseonllamos na praia e \ No newline at end of file From e8c6dcee38ccbb4eae521aa28c0f000146e1245e Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 20:49:15 +0200 Subject: [PATCH 884/977] Fri Apr 01 2022 20:49:14 GMT+0200 (hora de verano de Europa central) --- 21/05.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/05.txt b/21/05.txt index 7e6b201..31099ae 100644 --- a/21/05.txt +++ b/21/05.txt @@ -1,2 +1,2 @@ Cando nosos días se cumpliron, nos fomos e continamos noso viaxe, e todos eles, con a suas mulleres e fillos. n -escoltaronnós fóra da cidade. entón nos aseonllamos na praia e \ No newline at end of file +escoltaronnós fóra da cidade. entón nos aseonllamos na praia e pregamos, e nos despedimosnos de cada un. Entón s \ No newline at end of file From ddad8222be9152d8698b7d58c1092ba2fa34fb62 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 20:51:15 +0200 Subject: [PATCH 885/977] Fri Apr 01 2022 20:51:15 GMT+0200 (hora de verano de Europa central) --- 21/01.txt | 2 +- 21/05.txt | 4 ++-- manifest.json | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/21/01.txt b/21/01.txt index ad74ac2..a25fc4d 100644 --- a/21/01.txt +++ b/21/01.txt @@ -1 +1 @@ -\c 21 \v 1 \v 2 Cando nos nos apartamos deles e nos perparamos pra embarcar, fomos cara a cidade de Cos, eo día sifuinte a cidade de Rodes, e dai a cidade de Pátara. Cando atopamos un barco cruzando sobre Fenicia , soibimos a borda e nos aparellamos para sair. \ No newline at end of file +\c 21 \v 1 Cando nos nos apartamos deles e nos perparamos pra embarcar, fomos cara a cidade de Cos, eo día sifuinte a cidade de Rodes, e dai a cidade de Pátara. \v 2 Cando atopamos un barco cruzando sobre Fenicia , soibimos a borda e nos aparellamos para sair. \ No newline at end of file diff --git a/21/05.txt b/21/05.txt index 31099ae..90d8254 100644 --- a/21/05.txt +++ b/21/05.txt @@ -1,2 +1,2 @@ -Cando nosos días se cumpliron, nos fomos e continamos noso viaxe, e todos eles, con a suas mulleres e fillos. n -escoltaronnós fóra da cidade. entón nos aseonllamos na praia e pregamos, e nos despedimosnos de cada un. Entón s \ No newline at end of file +\v 5 \v 6 Cando nosos días se cumpliron, nos fomos e continamos noso viaxe, e todos eles, con a suas mulleres e fillos. n +escoltaronnós fóra da cidade. entón nos aseonllamos na praia e pregamos, e nos despedímosnos de cada un. Entón subimos ao barco , e eles foron para seus fogares. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 94cffb1..663cfb6 100644 --- a/manifest.json +++ b/manifest.json @@ -153,6 +153,7 @@ "08-39", "09-title", "19-38", + "21-01", "23-04" ] } \ No newline at end of file From 1a8e7088f049131a33f462407c43648de7455de2 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 20:53:15 +0200 Subject: [PATCH 886/977] Fri Apr 01 2022 20:53:15 GMT+0200 (hora de verano de Europa central) --- 21/03.txt | 2 +- 21/05.txt | 4 ++-- 21/07.txt | 1 + manifest.json | 2 ++ 4 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 21/07.txt diff --git a/21/03.txt b/21/03.txt index 6c393ec..27e5950 100644 --- a/21/03.txt +++ b/21/03.txt @@ -1 +1 @@ -\v 3 \v 4 Depois que miramos Chipre, pasámosla de largo polo lado ezquerdo do barco navegamios a Siria e desembarcamos en Tito, onde o barco tiña que desgargar o cargamento. Depóis ca topamos os descipolos , nos quedamos alí por sete días. Por mor do Espírito os descipolos advirtiron a Paulo que non fora a Xerusalén \ No newline at end of file +\v 3 Depois que miramos Chipre, pasámosla de largo polo lado ezquerdo do barco navegamios a Siria e desembarcamos en Tito, onde o barco tiña que desgargar o cargamento. \v 4 Depóis ca topamos os descipolos , nos quedamos alí por sete días. Por mor do Espírito os descipolos advirtiron a Paulo que non fora a Xerusalén \ No newline at end of file diff --git a/21/05.txt b/21/05.txt index 90d8254..fe7ee25 100644 --- a/21/05.txt +++ b/21/05.txt @@ -1,2 +1,2 @@ -\v 5 \v 6 Cando nosos días se cumpliron, nos fomos e continamos noso viaxe, e todos eles, con a suas mulleres e fillos. n -escoltaronnós fóra da cidade. entón nos aseonllamos na praia e pregamos, e nos despedímosnos de cada un. Entón subimos ao barco , e eles foron para seus fogares. \ No newline at end of file +\v 5 Cando nosos días se cumpliron, nos fomos e continamos noso viaxe, e todos eles, con a suas mulleres e fillos. n +escoltaronnós fóra da cidade. entón nos aseonllamos na praia e pregamos, \v 6 e nos despedímosnos de cada un. Entón subimos ao barco , e eles foron para seus fogares. \ No newline at end of file diff --git a/21/07.txt b/21/07.txt new file mode 100644 index 0000000..d85156f --- /dev/null +++ b/21/07.txt @@ -0,0 +1 @@ +Cando nos houberamos rematado a viaxe dende Tiro chegamos a Tolemaida. Alí saudamos a os hirmans \ No newline at end of file diff --git a/manifest.json b/manifest.json index 663cfb6..849402b 100644 --- a/manifest.json +++ b/manifest.json @@ -154,6 +154,8 @@ "09-title", "19-38", "21-01", + "21-03", + "21-05", "23-04" ] } \ No newline at end of file From 1cb577659d93b9d11119133a1faddd67aebe7d30 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 20:55:15 +0200 Subject: [PATCH 887/977] Fri Apr 01 2022 20:55:15 GMT+0200 (hora de verano de Europa central) --- 21/07.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/07.txt b/21/07.txt index d85156f..9fc43fd 100644 --- a/21/07.txt +++ b/21/07.txt @@ -1 +1 @@ -Cando nos houberamos rematado a viaxe dende Tiro chegamos a Tolemaida. Alí saudamos a os hirmans \ No newline at end of file +Cando nos houberamos rematado a viaxe dende Tiro chegamos a Tolemaida. Alí saudamos a os hirmans e quedamos con eles por un día marchamos e fomos a Cesarea. Entramos a casa de Felipe, ó evanxelista, que era un dos sete \ No newline at end of file From 5e052eb47cc8e7f6a1407bfb4f0e3048562bb35d Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 20:57:15 +0200 Subject: [PATCH 888/977] Fri Apr 01 2022 20:57:15 GMT+0200 (hora de verano de Europa central) --- 21/07.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/07.txt b/21/07.txt index 9fc43fd..8075b56 100644 --- a/21/07.txt +++ b/21/07.txt @@ -1 +1 @@ -Cando nos houberamos rematado a viaxe dende Tiro chegamos a Tolemaida. Alí saudamos a os hirmans e quedamos con eles por un día marchamos e fomos a Cesarea. Entramos a casa de Felipe, ó evanxelista, que era un dos sete \ No newline at end of file +\v 7 \v 8 Cando nos houberamos rematado a viaxe dende Tiro chegamos a Tolemaida. Alí saudamos a os hirmans e quedamos con eles por un día marchamos e fomos a Cesarea. Entramos a casa de Felipe, ó evanxelista, que era un dos sete, e quedamonos con él , \v 9 Agora, este home tiña catro virxenes que profetizaban. \ No newline at end of file From 0a43537574692182380f34f4d884a5dffdb5b696 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 20:59:15 +0200 Subject: [PATCH 889/977] Fri Apr 01 2022 20:59:15 GMT+0200 (hora de verano de Europa central) --- 21/07.txt | 2 +- 21/10.txt | 1 + manifest.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 21/10.txt diff --git a/21/07.txt b/21/07.txt index 8075b56..07d17d5 100644 --- a/21/07.txt +++ b/21/07.txt @@ -1 +1 @@ -\v 7 \v 8 Cando nos houberamos rematado a viaxe dende Tiro chegamos a Tolemaida. Alí saudamos a os hirmans e quedamos con eles por un día marchamos e fomos a Cesarea. Entramos a casa de Felipe, ó evanxelista, que era un dos sete, e quedamonos con él , \v 9 Agora, este home tiña catro virxenes que profetizaban. \ No newline at end of file +\v 7 Cando nos houberamos rematado a viaxe dende Tiro chegamos a Tolemaida. Alí saudamos a os hirmans e quedamos con eles por un día. \v 8 O día seguinte marchamos e fomos a Cesarea. Entramos a casa de Felipe, ó evanxelista, que era un dos sete, e quedamonos con él , \v 9 Agora, este home tiña catro virxenes que profetizaban. \ No newline at end of file diff --git a/21/10.txt b/21/10.txt new file mode 100644 index 0000000..236abe0 --- /dev/null +++ b/21/10.txt @@ -0,0 +1 @@ +O quedarmos alí por al \ No newline at end of file diff --git a/manifest.json b/manifest.json index 849402b..ddeafac 100644 --- a/manifest.json +++ b/manifest.json @@ -156,6 +156,7 @@ "21-01", "21-03", "21-05", + "21-07", "23-04" ] } \ No newline at end of file From 24727d229edf2185ce5f0be3410b0dd56a9126de Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 21:01:15 +0200 Subject: [PATCH 890/977] Fri Apr 01 2022 21:01:15 GMT+0200 (hora de verano de Europa central) --- 21/10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/10.txt b/21/10.txt index 236abe0..f7f4c15 100644 --- a/21/10.txt +++ b/21/10.txt @@ -1 +1 @@ -O quedarmos alí por al \ No newline at end of file +O quedarmos alí por algúres días, baixou de Xudea certo profeta chamdo Agabo. Él viu a nos e colleu o cinto de Paulo. Con él amarrou seus propios pes e mans e dixo:" \ No newline at end of file From b69e47ca2a115603626981f11696672617357bb5 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 21:03:15 +0200 Subject: [PATCH 891/977] Fri Apr 01 2022 21:03:15 GMT+0200 (hora de verano de Europa central) --- 21/10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/10.txt b/21/10.txt index f7f4c15..9c213c6 100644 --- a/21/10.txt +++ b/21/10.txt @@ -1 +1 @@ -O quedarmos alí por algúres días, baixou de Xudea certo profeta chamdo Agabo. Él viu a nos e colleu o cinto de Paulo. Con él amarrou seus propios pes e mans e dixo:" \ No newline at end of file +O quedarmos alí por algúres días, baixou de Xudea certo profeta chamdo Agabo. Él viu a nos e colleu o cinto de Paulo. Con él amarrou seus propios pes e mans e dixo:" Así dí o Espírito Santo: Así os Judios en Xerusalén amarrarán ao home que e o dono deste cinto. eles o entregarán nas \ No newline at end of file From 4602ddcfa3d5d96516691e08b3b2db439436a46f Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 21:05:15 +0200 Subject: [PATCH 892/977] Fri Apr 01 2022 21:05:15 GMT+0200 (hora de verano de Europa central) --- 21/10.txt | 2 +- 21/39.txt | 1 + manifest.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 21/39.txt diff --git a/21/10.txt b/21/10.txt index 9c213c6..cd9fed7 100644 --- a/21/10.txt +++ b/21/10.txt @@ -1 +1 @@ -O quedarmos alí por algúres días, baixou de Xudea certo profeta chamdo Agabo. Él viu a nos e colleu o cinto de Paulo. Con él amarrou seus propios pes e mans e dixo:" Así dí o Espírito Santo: Así os Judios en Xerusalén amarrarán ao home que e o dono deste cinto. eles o entregarán nas \ No newline at end of file +\v 10 O quedarmos alí por algúres días, baixou de Xudea certo profeta chamdo Agabo. \v 11 Él viu a nos e colleu o cinto de Paulo. Con él amarrou seus propios pes e mans e dixo:" Así dí o Espírito Santo: Así os Judios en Xerusalén amarrarán ao home que e o dono deste cinto. eles o entregarán nas mans dos Xentiles \ No newline at end of file diff --git a/21/39.txt b/21/39.txt new file mode 100644 index 0000000..0438f73 --- /dev/null +++ b/21/39.txt @@ -0,0 +1 @@ +Paulo dixo: "Eu son Xudío, da cidade de \ No newline at end of file diff --git a/manifest.json b/manifest.json index ddeafac..3640883 100644 --- a/manifest.json +++ b/manifest.json @@ -157,6 +157,7 @@ "21-03", "21-05", "21-07", + "21-10", "23-04" ] } \ No newline at end of file From d273b17446c7d8efb2d1e462e3371303f97cfe89 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 21:07:15 +0200 Subject: [PATCH 893/977] Fri Apr 01 2022 21:07:15 GMT+0200 (hora de verano de Europa central) --- 21/39.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/39.txt b/21/39.txt index 0438f73..32d5d3b 100644 --- a/21/39.txt +++ b/21/39.txt @@ -1 +1 @@ -Paulo dixo: "Eu son Xudío, da cidade de \ No newline at end of file +Paulo dixo: "Eu son Xudío, da cidade de Tarso en Cilicia. Eu son cidadá duha importante cidade. Eu lle pregunto, permetideme falar ao pobo. Cando \ No newline at end of file From beb2a65b2708f84186e78f9a5f4021c99ef73b3f Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 21:09:15 +0200 Subject: [PATCH 894/977] Fri Apr 01 2022 21:09:15 GMT+0200 (hora de verano de Europa central) --- 21/39.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/39.txt b/21/39.txt index 32d5d3b..7f1d102 100644 --- a/21/39.txt +++ b/21/39.txt @@ -1 +1 @@ -Paulo dixo: "Eu son Xudío, da cidade de Tarso en Cilicia. Eu son cidadá duha importante cidade. Eu lle pregunto, permetideme falar ao pobo. Cando \ No newline at end of file +Paulo dixo: "Eu son Xudío, da cidade de Tarso en Cilicia. Eu son cidadá duha importante cidade. Eu lle pregunto, permetideme falar ao pobo. Cando o capitán lle deu permiso, Paulo parouse nos peldaños e fixo siñales coa sua man ao pobo. Cando ohubo \ No newline at end of file From 6d637147269883d1317589e2ba29dcaea8bd96d6 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 21:11:15 +0200 Subject: [PATCH 895/977] Fri Apr 01 2022 21:11:15 GMT+0200 (hora de verano de Europa central) --- 21/39.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/39.txt b/21/39.txt index 7f1d102..be97a9c 100644 --- a/21/39.txt +++ b/21/39.txt @@ -1 +1 @@ -Paulo dixo: "Eu son Xudío, da cidade de Tarso en Cilicia. Eu son cidadá duha importante cidade. Eu lle pregunto, permetideme falar ao pobo. Cando o capitán lle deu permiso, Paulo parouse nos peldaños e fixo siñales coa sua man ao pobo. Cando ohubo \ No newline at end of file +Paulo dixo: "Eu son Xudío, da cidade de Tarso en Cilicia. Eu son cidadá duha importante cidade. Eu lle pregunto, permetideme falar ao pobo. Cando o capitán lle deu permiso, Paulo parouse nos peldaños e fixo sinales coa sua man ao pobo. Cando ohubo \ No newline at end of file From 7eecc261e110ba836e598b2566d34ada6efc233a Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 21:15:15 +0200 Subject: [PATCH 896/977] Fri Apr 01 2022 21:15:15 GMT+0200 (hora de verano de Europa central) --- 21/39.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/39.txt b/21/39.txt index be97a9c..26ecdbc 100644 --- a/21/39.txt +++ b/21/39.txt @@ -1 +1 @@ -Paulo dixo: "Eu son Xudío, da cidade de Tarso en Cilicia. Eu son cidadá duha importante cidade. Eu lle pregunto, permetideme falar ao pobo. Cando o capitán lle deu permiso, Paulo parouse nos peldaños e fixo sinales coa sua man ao pobo. Cando ohubo \ No newline at end of file +Paulo dixo: "Eu son Xudío, da cidade de Tarso en Cilicia. Eu son cidadá duha importante cidade. Eu lle pregunto, permetideme falar ao pobo. Cando o capitán lle deu permiso, Paulo parouse nos peldaños e fixo sinales coa sua man ao pobo. Cando houbo \ No newline at end of file From 4eb289b1fa70267c112189a18017ef5d2e9ce86b Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 21:17:15 +0200 Subject: [PATCH 897/977] Fri Apr 01 2022 21:17:15 GMT+0200 (hora de verano de Europa central) --- 21/39.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/39.txt b/21/39.txt index 26ecdbc..bcdf4f7 100644 --- a/21/39.txt +++ b/21/39.txt @@ -1 +1 @@ -Paulo dixo: "Eu son Xudío, da cidade de Tarso en Cilicia. Eu son cidadá duha importante cidade. Eu lle pregunto, permetideme falar ao pobo. Cando o capitán lle deu permiso, Paulo parouse nos peldaños e fixo sinales coa sua man ao pobo. Cando houbo \ No newline at end of file +Paulo dixo: "Eu son Xudío, da cidade de Tarso en Cilicia. Eu son cidadá duha importante cidade. Eu lle pregunto, permetideme falar ao pobo. Cando o capitán lle deu permiso, Paulo parouse nos peldaños e fixo sinales coa sua man ao pobo. Cando houbo silencio profundo, él lles falou no idioma Hebreo. \ No newline at end of file From 2db94a84bc31fa54218e98946e0bcf148da0deb0 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 21:19:15 +0200 Subject: [PATCH 898/977] Fri Apr 01 2022 21:19:15 GMT+0200 (hora de verano de Europa central) --- 21/37.txt | 1 + 21/39.txt | 2 +- manifest.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 21/37.txt diff --git a/21/37.txt b/21/37.txt new file mode 100644 index 0000000..27d018f --- /dev/null +++ b/21/37.txt @@ -0,0 +1 @@ +Mentras Paulo estaba a piques de ser levado dentro da fortaleza, él lle dixo ao xefe da garda: " ¿ P \ No newline at end of file diff --git a/21/39.txt b/21/39.txt index bcdf4f7..68935d0 100644 --- a/21/39.txt +++ b/21/39.txt @@ -1 +1 @@ -Paulo dixo: "Eu son Xudío, da cidade de Tarso en Cilicia. Eu son cidadá duha importante cidade. Eu lle pregunto, permetideme falar ao pobo. Cando o capitán lle deu permiso, Paulo parouse nos peldaños e fixo sinales coa sua man ao pobo. Cando houbo silencio profundo, él lles falou no idioma Hebreo. \ No newline at end of file +\v 39 Paulo dixo: "Eu son Xudío, da cidade de Tarso en Cilicia. Eu son cidadá duha importante cidade. Eu lle pregunto, permetideme falar ao pobo. \v 40 Cando o capitán lle deu permiso, Paulo parouse nos peldaños e fixo sinales coa sua man ao pobo. Cando houbo silencio profundo, él lles falou no idioma Hebreo. él dixo: \ No newline at end of file diff --git a/manifest.json b/manifest.json index 3640883..3fdde8f 100644 --- a/manifest.json +++ b/manifest.json @@ -158,6 +158,7 @@ "21-05", "21-07", "21-10", + "21-39", "23-04" ] } \ No newline at end of file From 15b095d5603f9466cacb81204b20b338c39add30 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 21:21:15 +0200 Subject: [PATCH 899/977] Fri Apr 01 2022 21:21:15 GMT+0200 (hora de verano de Europa central) --- 21/37.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/37.txt b/21/37.txt index 27d018f..c5d85e2 100644 --- a/21/37.txt +++ b/21/37.txt @@ -1 +1 @@ -Mentras Paulo estaba a piques de ser levado dentro da fortaleza, él lle dixo ao xefe da garda: " ¿ P \ No newline at end of file +Mentras Paulo estaba a piques de ser levado dentro da fortaleza, él lle dixo ao xefe da garda: " ¿ Podolle dicir algo?. O capítan dixo: ¿ Tí falas Grego? ¿ Non eres tí entón o exipcio. que \ No newline at end of file From cdaced9b02279113479070378b4fcf9a080b65f4 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 21:25:16 +0200 Subject: [PATCH 900/977] Fri Apr 01 2022 21:25:15 GMT+0200 (hora de verano de Europa central) --- 21/37.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/21/37.txt b/21/37.txt index c5d85e2..41f961e 100644 --- a/21/37.txt +++ b/21/37.txt @@ -1 +1 @@ -Mentras Paulo estaba a piques de ser levado dentro da fortaleza, él lle dixo ao xefe da garda: " ¿ Podolle dicir algo?. O capítan dixo: ¿ Tí falas Grego? ¿ Non eres tí entón o exipcio. que \ No newline at end of file +\v 37 Mentras Paulo estaba a piques de ser levado dentro da fortaleza, él lle dixo ao xefe da garda: " ¿ Podolle dicir algo?. O capítan dixo: ¿ Tí falas Grego? \v 38 ¿Non eres tí entón o exipcio. que antes guiou aos catro mil homes asasinos ao deserto? \ No newline at end of file diff --git a/manifest.json b/manifest.json index 3fdde8f..6cedfa9 100644 --- a/manifest.json +++ b/manifest.json @@ -158,6 +158,7 @@ "21-05", "21-07", "21-10", + "21-37", "21-39", "23-04" ] From b9672b3f0fef8b78a1674a153c6874babc280061 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 21:27:15 +0200 Subject: [PATCH 901/977] Fri Apr 01 2022 21:27:15 GMT+0200 (hora de verano de Europa central) --- 21/34.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 21/34.txt diff --git a/21/34.txt b/21/34.txt new file mode 100644 index 0000000..333d830 --- /dev/null +++ b/21/34.txt @@ -0,0 +1 @@ +Algures da moltitude berraban unha cousa e outros outra. Xa que o capítan non podia dicir nada polo barullo \ No newline at end of file From 7dbcd472432c6683649d57bf6938526860b84937 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 21:29:15 +0200 Subject: [PATCH 902/977] Fri Apr 01 2022 21:29:15 GMT+0200 (hora de verano de Europa central) --- 21/34.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/34.txt b/21/34.txt index 333d830..2db6130 100644 --- a/21/34.txt +++ b/21/34.txt @@ -1 +1 @@ -Algures da moltitude berraban unha cousa e outros outra. Xa que o capítan non podia dicir nada polo barullo \ No newline at end of file +Algures da moltitude berraban unha cousa e outros outra. Xa que o capítan non podia dicir nada polo ruido, él mandou que Paulo fora levado dentro da fortaleza. Cando él legou as escaleiras. él foi carga \ No newline at end of file From 0b8499b7b7efebe9abd6a1b7b62236abb13f8e9a Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 21:31:15 +0200 Subject: [PATCH 903/977] Fri Apr 01 2022 21:31:15 GMT+0200 (hora de verano de Europa central) --- 21/34.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/34.txt b/21/34.txt index 2db6130..8f32597 100644 --- a/21/34.txt +++ b/21/34.txt @@ -1 +1 @@ -Algures da moltitude berraban unha cousa e outros outra. Xa que o capítan non podia dicir nada polo ruido, él mandou que Paulo fora levado dentro da fortaleza. Cando él legou as escaleiras. él foi carga \ No newline at end of file +Algures da moltitude berraban unha cousa e outros outra. Xa que o capítan non podia dicir nada polo ruido, él mandou que Paulo fora levado dentro da fortaleza. Cando él legou as escaleiras. él foi levado polos soldados por mor da \ No newline at end of file From 4e529e0f2ea033601f0e1b07495a78260c14f0be Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 21:33:15 +0200 Subject: [PATCH 904/977] Fri Apr 01 2022 21:33:15 GMT+0200 (hora de verano de Europa central) --- 21/34.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/34.txt b/21/34.txt index 8f32597..d9ade49 100644 --- a/21/34.txt +++ b/21/34.txt @@ -1 +1 @@ -Algures da moltitude berraban unha cousa e outros outra. Xa que o capítan non podia dicir nada polo ruido, él mandou que Paulo fora levado dentro da fortaleza. Cando él legou as escaleiras. él foi levado polos soldados por mor da \ No newline at end of file +Algures da moltitude berraban unha cousa e outros outra. Xa que o capítan non podia dicir nada polo ruido, él mandou que Paulo fora levado dentro da fortaleza. Cando él legou as escaleiras. él foi levado polos soldados por mor da violencia de moltitude.Pois a moltiyude os siguia e se mantiñan berrando: Ma"¡Mátao! \ No newline at end of file From 8e98af766d0d545325565234f73af26edd765918 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 21:35:15 +0200 Subject: [PATCH 905/977] Fri Apr 01 2022 21:35:15 GMT+0200 (hora de verano de Europa central) --- 21/34.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/34.txt b/21/34.txt index d9ade49..b40dbca 100644 --- a/21/34.txt +++ b/21/34.txt @@ -1 +1 @@ -Algures da moltitude berraban unha cousa e outros outra. Xa que o capítan non podia dicir nada polo ruido, él mandou que Paulo fora levado dentro da fortaleza. Cando él legou as escaleiras. él foi levado polos soldados por mor da violencia de moltitude.Pois a moltiyude os siguia e se mantiñan berrando: Ma"¡Mátao! \ No newline at end of file +\v 34 \v 35 Algures da moltitude berraban unha cousa e outros outra. Xa que o capítan non podia dicir nada polo ruido, él mandou que Paulo fora levado dentro da fortaleza. Cando él legou as escaleiras. él foi levado polos soldados por mor da violencia de moltitude \v 36 .Pois a moltiyude os siguia e se mantiñan berrando: "¡Mátao! \ No newline at end of file From c82a07e3cb8a9c2ec4197ca53d69736eae91605c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 21:37:15 +0200 Subject: [PATCH 906/977] Fri Apr 01 2022 21:37:15 GMT+0200 (hora de verano de Europa central) --- 21/32.txt | 1 + 21/34.txt | 2 +- manifest.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 21/32.txt diff --git a/21/32.txt b/21/32.txt new file mode 100644 index 0000000..4a89eeb --- /dev/null +++ b/21/32.txt @@ -0,0 +1 @@ +Deseguido él tomou soldados e centurions e correo a moltitude. Cando a xente víu \ No newline at end of file diff --git a/21/34.txt b/21/34.txt index b40dbca..8d0470b 100644 --- a/21/34.txt +++ b/21/34.txt @@ -1 +1 @@ -\v 34 \v 35 Algures da moltitude berraban unha cousa e outros outra. Xa que o capítan non podia dicir nada polo ruido, él mandou que Paulo fora levado dentro da fortaleza. Cando él legou as escaleiras. él foi levado polos soldados por mor da violencia de moltitude \v 36 .Pois a moltiyude os siguia e se mantiñan berrando: "¡Mátao! \ No newline at end of file +\v 34 Algures da moltitude berraban unha cousa e outros outra. Xa que o capítan non podia dicir nada polo ruido, él mandou que Paulo fora levado dentro da fortaleza. \v 35 Cando él legou as escaleiras. él foi levado polos soldados por mor da violencia de moltitude \v 36 .Pois a moltiyude os siguia e se mantiñan berrando: "¡Mátao! \ No newline at end of file diff --git a/manifest.json b/manifest.json index 6cedfa9..483d0e3 100644 --- a/manifest.json +++ b/manifest.json @@ -158,6 +158,7 @@ "21-05", "21-07", "21-10", + "21-34", "21-37", "21-39", "23-04" From 9989fac60726873fc4cda39505ed57ad49c2c80c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 21:39:15 +0200 Subject: [PATCH 907/977] Fri Apr 01 2022 21:39:15 GMT+0200 (hora de verano de Europa central) --- 21/32.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/32.txt b/21/32.txt index 4a89eeb..db35165 100644 --- a/21/32.txt +++ b/21/32.txt @@ -1 +1 @@ -Deseguido él tomou soldados e centurions e correo a moltitude. Cando a xente víu \ No newline at end of file +Deseguido él tomou soldados e centurions e correo a moltitude. Cando a xente víu ao capitán e ao soldados, deixaron de pegarlle a Pau \ No newline at end of file From beb505baa88df9e6da8d7a6b3cec0e8d11412a68 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 21:41:15 +0200 Subject: [PATCH 908/977] Fri Apr 01 2022 21:41:15 GMT+0200 (hora de verano de Europa central) --- 21/32.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/32.txt b/21/32.txt index db35165..ca18c12 100644 --- a/21/32.txt +++ b/21/32.txt @@ -1 +1 @@ -Deseguido él tomou soldados e centurions e correo a moltitude. Cando a xente víu ao capitán e ao soldados, deixaron de pegarlle a Pau \ No newline at end of file +Deseguido él tomou soldados e centurions e correo a moltitude. Cando a xente víu ao capitán e ao soldados, deixaron de pegarlle a Paulo. Entón o capitán da garda acercouse a Paulo, e mandou que fora amarrado con dos cadeas. Entón lle preguntou quen era él é que facia \ No newline at end of file From 620334511118011397f353ebd5192837e3ba05e0 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 21:43:15 +0200 Subject: [PATCH 909/977] Fri Apr 01 2022 21:43:15 GMT+0200 (hora de verano de Europa central) --- 21/32.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/21/32.txt b/21/32.txt index ca18c12..25c70c2 100644 --- a/21/32.txt +++ b/21/32.txt @@ -1 +1 @@ -Deseguido él tomou soldados e centurions e correo a moltitude. Cando a xente víu ao capitán e ao soldados, deixaron de pegarlle a Paulo. Entón o capitán da garda acercouse a Paulo, e mandou que fora amarrado con dos cadeas. Entón lle preguntou quen era él é que facia \ No newline at end of file +\v 32 Deseguido él tomou soldados e centurions e correo a moltitude. Cando a xente víu ao capitán e ao soldados, deixaron de pegarlle a Paulo. \v 33 Entón o capitán da garda acercouse a Paulo, e mandou que fora amarrado con dos cadeas. Entón lle preguntou quen era él é que fixera . \ No newline at end of file diff --git a/manifest.json b/manifest.json index 483d0e3..18a091d 100644 --- a/manifest.json +++ b/manifest.json @@ -158,6 +158,7 @@ "21-05", "21-07", "21-10", + "21-32", "21-34", "21-37", "21-39", From b6c42c54d16f3c195efe193746c88561ba5664e6 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 23:32:04 +0200 Subject: [PATCH 910/977] Fri Apr 01 2022 23:32:03 GMT+0200 (hora de verano de Europa central) --- 21/30.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 21/30.txt diff --git a/21/30.txt b/21/30.txt new file mode 100644 index 0000000..e0c267f --- /dev/null +++ b/21/30.txt @@ -0,0 +1 @@ +Toda a cidade estaba alporizada , e a xente correu e \ No newline at end of file From 1260f2692e799046f9e4e8613fd1f9597bbfe3b6 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 23:34:04 +0200 Subject: [PATCH 911/977] Fri Apr 01 2022 23:34:03 GMT+0200 (hora de verano de Europa central) --- 21/30.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/30.txt b/21/30.txt index e0c267f..8a3ad9a 100644 --- a/21/30.txt +++ b/21/30.txt @@ -1 +1 @@ -Toda a cidade estaba alporizada , e a xente correu e \ No newline at end of file +Toda a cidade estaba alporizada , e a xente correu e agarraron a Paulo. Eles o arrastrarono foira do templo, e de súpito as portas forron fechadas . Mentras \ No newline at end of file From fc6feb21444115f0966daee0686bc81746c13a07 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 23:36:04 +0200 Subject: [PATCH 912/977] Fri Apr 01 2022 23:36:03 GMT+0200 (hora de verano de Europa central) --- 21/30.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/30.txt b/21/30.txt index 8a3ad9a..5ca8bc9 100644 --- a/21/30.txt +++ b/21/30.txt @@ -1 +1 @@ -Toda a cidade estaba alporizada , e a xente correu e agarraron a Paulo. Eles o arrastrarono foira do templo, e de súpito as portas forron fechadas . Mentras \ No newline at end of file +Toda a cidade estaba alporizada , e a xente correu e agarraron a Paulo. Eles o arrastrarono foira do templo, e de súpito as portas forron fechadas . Mentras eles querian matalo. chegaron \ No newline at end of file From a0a3383fc9b37d07b21000994d65b85dcbacd83d Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 23:48:05 +0200 Subject: [PATCH 913/977] Fri Apr 01 2022 23:48:04 GMT+0200 (hora de verano de Europa central) --- 21/30.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/30.txt b/21/30.txt index 5ca8bc9..4238227 100644 --- a/21/30.txt +++ b/21/30.txt @@ -1 +1 @@ -Toda a cidade estaba alporizada , e a xente correu e agarraron a Paulo. Eles o arrastrarono foira do templo, e de súpito as portas forron fechadas . Mentras eles querian matalo. chegaron \ No newline at end of file +\v 30 \v 31 Toda a cidade estaba alporizada , e a xente correu e agarraron a Paulo. Eles o arrastrarono foira do templo, e de súpito as portas forron fechadas . Mentras eles querian matalo. chegaron noticias ao capi \ No newline at end of file From e1ca2c288433940d813ab0e3724bd85a926aa610 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 23:50:05 +0200 Subject: [PATCH 914/977] Fri Apr 01 2022 23:50:04 GMT+0200 (hora de verano de Europa central) --- 21/27.txt | 1 + 21/30.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 21/27.txt diff --git a/21/27.txt b/21/27.txt new file mode 100644 index 0000000..8714527 --- /dev/null +++ b/21/27.txt @@ -0,0 +1 @@ +Cando aos sete días \ No newline at end of file diff --git a/21/30.txt b/21/30.txt index 4238227..c475cf0 100644 --- a/21/30.txt +++ b/21/30.txt @@ -1 +1 @@ -\v 30 \v 31 Toda a cidade estaba alporizada , e a xente correu e agarraron a Paulo. Eles o arrastrarono foira do templo, e de súpito as portas forron fechadas . Mentras eles querian matalo. chegaron noticias ao capi \ No newline at end of file +\v 30 \v 31 Toda a cidade estaba alporizada , e a xente correu e agarraron a Paulo. Eles o arrastrarono foira do templo, e de súpito as portas forron fechadas . Mentras eles querian matalo. chegaron noticias ao capitán da garda que todo Xerusalén estaba \ No newline at end of file From e36987bd49ea58c7bdcb3a1ede9f7b70f55b8371 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 23:52:05 +0200 Subject: [PATCH 915/977] Fri Apr 01 2022 23:52:04 GMT+0200 (hora de verano de Europa central) --- 21/27.txt | 2 +- 21/30.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/21/27.txt b/21/27.txt index 8714527..c9249b4 100644 --- a/21/27.txt +++ b/21/27.txt @@ -1 +1 @@ -Cando aos sete días \ No newline at end of file +\v 27 \v 28 \v 29 Cando aos sete días case remataran \ No newline at end of file diff --git a/21/30.txt b/21/30.txt index c475cf0..45faf41 100644 --- a/21/30.txt +++ b/21/30.txt @@ -1 +1 @@ -\v 30 \v 31 Toda a cidade estaba alporizada , e a xente correu e agarraron a Paulo. Eles o arrastrarono foira do templo, e de súpito as portas forron fechadas . Mentras eles querian matalo. chegaron noticias ao capitán da garda que todo Xerusalén estaba \ No newline at end of file +\v 30 \v 31 Toda a cidade estaba alporizada , e a xente correu e agarraron a Paulo. Eles o arrastrarono foira do templo, e de súpito as portas forron fechadas . Mentras eles querian matalo. chegaron noticias ao capitán da garda que todo Xerusalén estaba case \ No newline at end of file From 6f4ff9703aada532f295ace8b5932501d2528fc2 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 23:54:05 +0200 Subject: [PATCH 916/977] Fri Apr 01 2022 23:54:04 GMT+0200 (hora de verano de Europa central) --- 21/27.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/27.txt b/21/27.txt index c9249b4..d9ba64b 100644 --- a/21/27.txt +++ b/21/27.txt @@ -1 +1 @@ -\v 27 \v 28 \v 29 Cando aos sete días case remataran \ No newline at end of file +\v 27 \v 28 \v 29 Cando aos sete días case remataran, algures Xudios da Asía viñeron a Paulo no templo, e \ No newline at end of file From 0746c29f1a750eae47d4708f7fc601bd0cce2500 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Fri, 1 Apr 2022 23:58:05 +0200 Subject: [PATCH 917/977] Fri Apr 01 2022 23:58:04 GMT+0200 (hora de verano de Europa central) --- 21/27.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/27.txt b/21/27.txt index d9ba64b..85c23be 100644 --- a/21/27.txt +++ b/21/27.txt @@ -1 +1 @@ -\v 27 \v 28 \v 29 Cando aos sete días case remataran, algures Xudios da Asía viñeron a Paulo no templo, e \ No newline at end of file +\v 27 \v 28 \v 29 Cando aos sete días case remataran, algures Xudios da Asía viñeron a Paulo no templo, e incitaron a mul \ No newline at end of file From 5b8616f419b98ee73ca76452d34aa82b01cdc51b Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 00:00:05 +0200 Subject: [PATCH 918/977] Sat Apr 02 2022 00:00:04 GMT+0200 (hora de verano de Europa central) --- 21/27.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/27.txt b/21/27.txt index 85c23be..056445e 100644 --- a/21/27.txt +++ b/21/27.txt @@ -1 +1 @@ -\v 27 \v 28 \v 29 Cando aos sete días case remataran, algures Xudios da Asía viñeron a Paulo no templo, e incitaron a mul \ No newline at end of file +\v 27 \v 28 \v 29 Cando aos sete días case remataran, algures Xudios da Asía viñeron a Paulo no templo, e incitaron a multitude, e lle votaron man. Eles \ No newline at end of file From 42a4ebee428e5e84fc3d2f74426f2756ecccef61 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 08:18:07 +0200 Subject: [PATCH 919/977] Sat Apr 02 2022 08:18:06 GMT+0200 (hora de verano de Europa central) --- 21/27.txt | 2 +- 21/30.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/21/27.txt b/21/27.txt index 056445e..b8d2694 100644 --- a/21/27.txt +++ b/21/27.txt @@ -1 +1 @@ -\v 27 \v 28 \v 29 Cando aos sete días case remataran, algures Xudios da Asía viñeron a Paulo no templo, e incitaron a multitude, e lle votaron man. Eles \ No newline at end of file +\v 27 \v 28 \v 29 Cando aos sete días case remataran, algures Xudios da Asía viñeron a Paulo no templo, e incitaron a multitude, e lle votaron man. Eles \ No newline at end of file diff --git a/21/30.txt b/21/30.txt index 45faf41..cc05af3 100644 --- a/21/30.txt +++ b/21/30.txt @@ -1 +1 @@ -\v 30 \v 31 Toda a cidade estaba alporizada , e a xente correu e agarraron a Paulo. Eles o arrastrarono foira do templo, e de súpito as portas forron fechadas . Mentras eles querian matalo. chegaron noticias ao capitán da garda que todo Xerusalén estaba case \ No newline at end of file +\v 30 Toda a cidade estaba alporizada , e a xente correu e agarraron a Paulo. Eles o arrastrarono foira do templo, e de súpito as portas forron fechadas . \v 31 Mentras eles querian matalo. chegaron noticias ao capitán da garda que todo Xerusalén estaba alporizada \ No newline at end of file From 237ef4528e3d150bbac3b3ba21391fbaff05544b Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 08:20:07 +0200 Subject: [PATCH 920/977] Sat Apr 02 2022 08:20:06 GMT+0200 (hora de verano de Europa central) --- manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.json b/manifest.json index 18a091d..0d5156b 100644 --- a/manifest.json +++ b/manifest.json @@ -158,6 +158,7 @@ "21-05", "21-07", "21-10", + "21-30", "21-32", "21-34", "21-37", From 36985ec9c442282433f1bce3ab8a19a177227cb4 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 08:26:07 +0200 Subject: [PATCH 921/977] Sat Apr 02 2022 08:26:06 GMT+0200 (hora de verano de Europa central) --- 21/12.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 21/12.txt diff --git a/21/12.txt b/21/12.txt new file mode 100644 index 0000000..0c09a3f --- /dev/null +++ b/21/12.txt @@ -0,0 +1 @@ +Cando nos escoitamos estas cousas, todos nos \ No newline at end of file From 135edfd6ad2d7a385e2debd8a03ddec0d96e1ad6 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 08:28:07 +0200 Subject: [PATCH 922/977] Sat Apr 02 2022 08:28:06 GMT+0200 (hora de verano de Europa central) --- 21/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/12.txt b/21/12.txt index 0c09a3f..fb8ef6c 100644 --- a/21/12.txt +++ b/21/12.txt @@ -1 +1 @@ -Cando nos escoitamos estas cousas, todos nos \ No newline at end of file +Cando nos escoitamos estas cousas, todos, nos e a xente que vive nese lugar se pidiron a Paulo ca non subíra a Xerusalén. \ No newline at end of file From e769f1ff88c86fa82a68349bb5d45a1a0dc01122 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 08:30:07 +0200 Subject: [PATCH 923/977] Sat Apr 02 2022 08:30:06 GMT+0200 (hora de verano de Europa central) --- 21/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/12.txt b/21/12.txt index fb8ef6c..22e4e9e 100644 --- a/21/12.txt +++ b/21/12.txt @@ -1 +1 @@ -Cando nos escoitamos estas cousas, todos, nos e a xente que vive nese lugar se pidiron a Paulo ca non subíra a Xerusalén. \ No newline at end of file +Cando nos escoitamos estas cousas, todos, nos e a xente que vive nese lugar se pidiron a Paulo ca non subíra a Xerusalén. Entón Paulo respondeu: ¿ Qué estan vostedes ha facer, chorando e rompendo o meo cora \ No newline at end of file From 1c08c1074697b7da2e90f1f09fbd508f290540d8 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 08:32:07 +0200 Subject: [PATCH 924/977] Sat Apr 02 2022 08:32:06 GMT+0200 (hora de verano de Europa central) --- 21/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/12.txt b/21/12.txt index 22e4e9e..cffdf6e 100644 --- a/21/12.txt +++ b/21/12.txt @@ -1 +1 @@ -Cando nos escoitamos estas cousas, todos, nos e a xente que vive nese lugar se pidiron a Paulo ca non subíra a Xerusalén. Entón Paulo respondeu: ¿ Qué estan vostedes ha facer, chorando e rompendo o meo cora \ No newline at end of file +Cando nos escoitamos estas cousas, todos, nos e a xente que vive nese lugar se pidiron a Paulo ca non subíra a Xerusalén. Entón Paulo respondeu: ¿ Qué estan vostedes ha facer, chorando e rompendo o meo corazón? Pois eu estou listo. non so para ser amarrado, sinon tamén para morrer en Xerusalén por mor de nome de \ No newline at end of file From 6b9b4be3336d00f9eef605d97eeebc972076c048 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 08:34:07 +0200 Subject: [PATCH 925/977] Sat Apr 02 2022 08:34:06 GMT+0200 (hora de verano de Europa central) --- 21/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/12.txt b/21/12.txt index cffdf6e..67be18b 100644 --- a/21/12.txt +++ b/21/12.txt @@ -1 +1 @@ -Cando nos escoitamos estas cousas, todos, nos e a xente que vive nese lugar se pidiron a Paulo ca non subíra a Xerusalén. Entón Paulo respondeu: ¿ Qué estan vostedes ha facer, chorando e rompendo o meo corazón? Pois eu estou listo. non so para ser amarrado, sinon tamén para morrer en Xerusalén por mor de nome de \ No newline at end of file +Cando nos escoitamos estas cousas, todos, nos e a xente que vive nese lugar se pidiron a Paulo ca non subíra a Xerusalén. Entón Paulo respondeu: ¿ Qué estan vostedes ha facer, chorando e rompendo o meo corazón? Pois eu estou listo. non so para ser amarrado, sinon tamén para morrer en Xerusalén por mor de nome do Señor Xesus- Xa que Paulo, non desexaba ser convencido \ No newline at end of file From 126334cd819b05c3ca8125b6092a22f41ffff5c6 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 08:36:07 +0200 Subject: [PATCH 926/977] Sat Apr 02 2022 08:36:06 GMT+0200 (hora de verano de Europa central) --- 21/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/12.txt b/21/12.txt index 67be18b..d0e2e5d 100644 --- a/21/12.txt +++ b/21/12.txt @@ -1 +1 @@ -Cando nos escoitamos estas cousas, todos, nos e a xente que vive nese lugar se pidiron a Paulo ca non subíra a Xerusalén. Entón Paulo respondeu: ¿ Qué estan vostedes ha facer, chorando e rompendo o meo corazón? Pois eu estou listo. non so para ser amarrado, sinon tamén para morrer en Xerusalén por mor de nome do Señor Xesus- Xa que Paulo, non desexaba ser convencido \ No newline at end of file +\v 12 \v 13 \v 14 Cando nos escoitamos estas cousas, todos, nos e a xente que vive nese lugar se pidiron a Paulo ca non subíra a Xerusalén. Entón Paulo respondeu: ¿ Qué estan vostedes ha facer, chorando e rompendo o meo corazón? Pois eu estou listo. non so para ser amarrado, sinon tamén para morrer en Xerusalén por mor de nome do Señor Xesus- Xa que Paulo, non desexaba ser convencido, nos deixamos de insistir e dixemos; " Sexa a vontade de Deus feita. \ No newline at end of file From 2a8fb8be71172e50525603386ba4fa78a9dd44ba Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 08:38:07 +0200 Subject: [PATCH 927/977] Sat Apr 02 2022 08:38:07 GMT+0200 (hora de verano de Europa central) --- 21/12.txt | 2 +- 21/15.txt | 1 + manifest.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 21/15.txt diff --git a/21/12.txt b/21/12.txt index d0e2e5d..f1013a4 100644 --- a/21/12.txt +++ b/21/12.txt @@ -1 +1 @@ -\v 12 \v 13 \v 14 Cando nos escoitamos estas cousas, todos, nos e a xente que vive nese lugar se pidiron a Paulo ca non subíra a Xerusalén. Entón Paulo respondeu: ¿ Qué estan vostedes ha facer, chorando e rompendo o meo corazón? Pois eu estou listo. non so para ser amarrado, sinon tamén para morrer en Xerusalén por mor de nome do Señor Xesus- Xa que Paulo, non desexaba ser convencido, nos deixamos de insistir e dixemos; " Sexa a vontade de Deus feita. \ No newline at end of file +\v 12 Cando nos escoitamos estas cousas, todos, nos e a xente que vive nese lugar se pidiron a Paulo ca non subíra a Xerusalén. \v 13 Entón Paulo respondeu: ¿ Qué estan vostedes ha facer, chorando e rompendo o meo corazón? Pois eu estou listo. non so para ser amarrado, sinon tamén para morrer en Xerusalén por mor de nome do Señor Xesus- \v 14 Xa que Paulo, non desexaba ser convencido, nos deixamos de insistir e dixemos; " Sexa a vontade de Deus feita. \ No newline at end of file diff --git a/21/15.txt b/21/15.txt new file mode 100644 index 0000000..83590b7 --- /dev/null +++ b/21/15.txt @@ -0,0 +1 @@ +Depois destos días. collemos nosos bultos e s \ No newline at end of file diff --git a/manifest.json b/manifest.json index 0d5156b..a91fb8a 100644 --- a/manifest.json +++ b/manifest.json @@ -158,6 +158,7 @@ "21-05", "21-07", "21-10", + "21-12", "21-30", "21-32", "21-34", From 3a40257ec14c357f803de71d728ea3f911876f38 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 08:40:07 +0200 Subject: [PATCH 928/977] Sat Apr 02 2022 08:40:06 GMT+0200 (hora de verano de Europa central) --- 21/15.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/15.txt b/21/15.txt index 83590b7..16e7a9c 100644 --- a/21/15.txt +++ b/21/15.txt @@ -1 +1 @@ -Depois destos días. collemos nosos bultos e s \ No newline at end of file +Depois destos días. collemos nosos bultos e subimos a Xeruselén. Tamén foron con nosco alguns dos descipolos da Cesarea. Eles trouxeron con eles un home chamado Mnson \ No newline at end of file From 1074c500ba12e886c967f16cb7bc97ba92f8f7ae Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 08:42:07 +0200 Subject: [PATCH 929/977] Sat Apr 02 2022 08:42:06 GMT+0200 (hora de verano de Europa central) --- 21/15.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/15.txt b/21/15.txt index 16e7a9c..6b236af 100644 --- a/21/15.txt +++ b/21/15.txt @@ -1 +1 @@ -Depois destos días. collemos nosos bultos e subimos a Xeruselén. Tamén foron con nosco alguns dos descipolos da Cesarea. Eles trouxeron con eles un home chamado Mnson \ No newline at end of file +Depois destos días. collemos nosos bultos e subimos a Xeruselén. Tamén foron con nosco alguns dos descipolos da Cesarea. Eles trouxeron con eles un home chamado Mnsón. un dos primeiros descípolos, con quen nos quedamos. \ No newline at end of file From 1467bad196dc3dc6013bba89229bd1b6d6a07097 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 09:00:11 +0200 Subject: [PATCH 930/977] Sat Apr 02 2022 09:00:10 GMT+0200 (hora de verano de Europa central) --- 21/15.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/21/15.txt b/21/15.txt index 6b236af..2b0aa8b 100644 --- a/21/15.txt +++ b/21/15.txt @@ -1 +1 @@ -Depois destos días. collemos nosos bultos e subimos a Xeruselén. Tamén foron con nosco alguns dos descipolos da Cesarea. Eles trouxeron con eles un home chamado Mnsón. un dos primeiros descípolos, con quen nos quedamos. \ No newline at end of file +\v 15 Depois destos días. collemos nosos bultos e subimos a Xeruselén. \v 16 Tamén foron con nosco alguns dos descipolos da Cesarea. Eles trouxeron con eles un home chamado Mnsón. un dos primeiros descípolos, con quen nos quedamos. \ No newline at end of file diff --git a/manifest.json b/manifest.json index a91fb8a..c0cfeb4 100644 --- a/manifest.json +++ b/manifest.json @@ -159,6 +159,7 @@ "21-07", "21-10", "21-12", + "21-15", "21-30", "21-32", "21-34", From e0b8eafe1e642a2ef5bfbfae6006ccfa85947f2b Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 09:02:11 +0200 Subject: [PATCH 931/977] Sat Apr 02 2022 09:02:10 GMT+0200 (hora de verano de Europa central) --- 21/17.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 21/17.txt diff --git a/21/17.txt b/21/17.txt new file mode 100644 index 0000000..c758bb2 --- /dev/null +++ b/21/17.txt @@ -0,0 +1 @@ +Cando chemos a x \ No newline at end of file From 566ee63499a3ba4053577e7cf03d383b2e47791b Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 09:04:11 +0200 Subject: [PATCH 932/977] Sat Apr 02 2022 09:04:10 GMT+0200 (hora de verano de Europa central) --- 21/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/17.txt b/21/17.txt index c758bb2..8fa4ac6 100644 --- a/21/17.txt +++ b/21/17.txt @@ -1 +1 @@ -Cando chemos a x \ No newline at end of file +Cando chemos a Xerusalén \ No newline at end of file From 84412ad33886117ad63d9593df28951a4da3efe1 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 09:06:11 +0200 Subject: [PATCH 933/977] Sat Apr 02 2022 09:06:10 GMT+0200 (hora de verano de Europa central) --- 21/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/17.txt b/21/17.txt index 8fa4ac6..29418db 100644 --- a/21/17.txt +++ b/21/17.txt @@ -1 +1 @@ -Cando chemos a Xerusalén \ No newline at end of file +Cando chemos a Xerusalén, os hermans \ No newline at end of file From b3077d3e3236489765b1e631af54f09a7b3d2301 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 09:08:12 +0200 Subject: [PATCH 934/977] Sat Apr 02 2022 09:08:11 GMT+0200 (hora de verano de Europa central) --- 21/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/17.txt b/21/17.txt index 29418db..c6797f1 100644 --- a/21/17.txt +++ b/21/17.txt @@ -1 +1 @@ -Cando chemos a Xerusalén, os hermans \ No newline at end of file +\v 17 \v 18 \v 19 Cando chemos a Xerusalén, os hermans \ No newline at end of file From ea1550a3e914b480fe7cfdbd8f2b91f549b2a0c7 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 09:14:14 +0200 Subject: [PATCH 935/977] Sat Apr 02 2022 09:14:14 GMT+0200 (hora de verano de Europa central) --- 21/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/17.txt b/21/17.txt index c6797f1..de69001 100644 --- a/21/17.txt +++ b/21/17.txt @@ -1 +1 @@ -\v 17 \v 18 \v 19 Cando chemos a Xerusalén, os hermans \ No newline at end of file +\v 17 \v 18 \v 19 Cando chemos a Xerusalén, os hermans nos deron a \ No newline at end of file From 5bfb6812fe59c48f5de367423721ed5a60b0ad0c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 09:16:14 +0200 Subject: [PATCH 936/977] Sat Apr 02 2022 09:16:13 GMT+0200 (hora de verano de Europa central) --- 21/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/17.txt b/21/17.txt index de69001..dcc64f8 100644 --- a/21/17.txt +++ b/21/17.txt @@ -1 +1 @@ -\v 17 \v 18 \v 19 Cando chemos a Xerusalén, os hermans nos deron a \ No newline at end of file +\v 17 \v 18 \v 19 Cando chemos a Xerusalén, os hermans nos deron a benvida ledamente O \ No newline at end of file From 0b77f0ed7d9898582140395a76cb353702120863 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 09:18:14 +0200 Subject: [PATCH 937/977] Sat Apr 02 2022 09:18:13 GMT+0200 (hora de verano de Europa central) --- 21/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/17.txt b/21/17.txt index dcc64f8..0bd55fb 100644 --- a/21/17.txt +++ b/21/17.txt @@ -1 +1 @@ -\v 17 \v 18 \v 19 Cando chemos a Xerusalén, os hermans nos deron a benvida ledamente O \ No newline at end of file +\v 17 \v 18 \v 19 Cando chemos a Xerusalén, os hermans nos deron a benvida ledamente O día siguinte Paulo foi con nosco a Santiago e todos os ancians \ No newline at end of file From 920dcf92349a6a4be56414c73f6f7130b6d89a34 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 09:20:14 +0200 Subject: [PATCH 938/977] Sat Apr 02 2022 09:20:14 GMT+0200 (hora de verano de Europa central) --- 21/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/17.txt b/21/17.txt index 0bd55fb..17ef541 100644 --- a/21/17.txt +++ b/21/17.txt @@ -1 +1 @@ -\v 17 \v 18 \v 19 Cando chemos a Xerusalén, os hermans nos deron a benvida ledamente O día siguinte Paulo foi con nosco a Santiago e todos os ancians \ No newline at end of file +\v 17 \v 18 \v 19 Cando chemos a Xerusalén, os hermans nos deron a benvida ledamente O día siguinte Paulo foi con nosco a Santiago e todos os ancians estaban presente. Cando él os saludou, ´él lles informou unha por unha as cousas que Deus fix \ No newline at end of file From 6fa8dd913a764f5c7905f9bcee344ecdbd983e72 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 09:22:14 +0200 Subject: [PATCH 939/977] Sat Apr 02 2022 09:22:14 GMT+0200 (hora de verano de Europa central) --- 21/17.txt | 2 +- 21/20.txt | 1 + manifest.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 21/20.txt diff --git a/21/17.txt b/21/17.txt index 17ef541..c317337 100644 --- a/21/17.txt +++ b/21/17.txt @@ -1 +1 @@ -\v 17 \v 18 \v 19 Cando chemos a Xerusalén, os hermans nos deron a benvida ledamente O día siguinte Paulo foi con nosco a Santiago e todos os ancians estaban presente. Cando él os saludou, ´él lles informou unha por unha as cousas que Deus fix \ No newline at end of file +\v 17 Cando chemos a Xerusalén, os hermans nos deron a benvida ledamente \v 18 O día siguinte Paulo foi con nosco a Santiago e todos os ancians estaban presente. \v 19 Cando él os saludou, ´él lles informou unha por unha as cousas que Deus fixera entre os Xentiles polo medio de seu ministerío \ No newline at end of file diff --git a/21/20.txt b/21/20.txt new file mode 100644 index 0000000..0484a5b --- /dev/null +++ b/21/20.txt @@ -0,0 +1 @@ +Cando eles escoitaron isto loubaron a Deus e dixeron. \ No newline at end of file diff --git a/manifest.json b/manifest.json index c0cfeb4..04f4290 100644 --- a/manifest.json +++ b/manifest.json @@ -160,6 +160,7 @@ "21-10", "21-12", "21-15", + "21-17", "21-30", "21-32", "21-34", From 813e278ffadbb4a69743c05258369ac127000304 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 09:24:14 +0200 Subject: [PATCH 940/977] Sat Apr 02 2022 09:24:14 GMT+0200 (hora de verano de Europa central) --- 21/20.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/20.txt b/21/20.txt index 0484a5b..c4c9a3d 100644 --- a/21/20.txt +++ b/21/20.txt @@ -1 +1 @@ -Cando eles escoitaron isto loubaron a Deus e dixeron. \ No newline at end of file +\v 20 \v 21 Cando eles escoitaron isto loubaron a Deus e dixeron. " Tí miras, hirman \ No newline at end of file From 97f05ff418ebb2fa15532f918bd259777f9bca6c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 09:30:14 +0200 Subject: [PATCH 941/977] Sat Apr 02 2022 09:30:14 GMT+0200 (hora de verano de Europa central) --- 21/20.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/20.txt b/21/20.txt index c4c9a3d..95e8b5d 100644 --- a/21/20.txt +++ b/21/20.txt @@ -1 +1 @@ -\v 20 \v 21 Cando eles escoitaron isto loubaron a Deus e dixeron. " Tí miras, hirman \ No newline at end of file +\v 20 \v 21 Cando eles escoitaron isto loubaron a Deus e dixeron. " Tí miras, hirman, \ No newline at end of file From 59f7de4acca69d9327944708087518a79f9f3b97 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 09:40:14 +0200 Subject: [PATCH 942/977] Sat Apr 02 2022 09:40:14 GMT+0200 (hora de verano de Europa central) --- 21/20.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/20.txt b/21/20.txt index 95e8b5d..4364615 100644 --- a/21/20.txt +++ b/21/20.txt @@ -1 +1 @@ -\v 20 \v 21 Cando eles escoitaron isto loubaron a Deus e dixeron. " Tí miras, hirman, \ No newline at end of file +\v 20 \v 21 Cando eles escoitaron isto loubaron a Deus e dixeron. " Tí miras, hirman, cantos miles \ No newline at end of file From bf734a1ed75f93521974d2bb425210bf205ad4b2 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 09:42:14 +0200 Subject: [PATCH 943/977] Sat Apr 02 2022 09:42:14 GMT+0200 (hora de verano de Europa central) --- 21/20.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/20.txt b/21/20.txt index 4364615..61b1be3 100644 --- a/21/20.txt +++ b/21/20.txt @@ -1 +1 @@ -\v 20 \v 21 Cando eles escoitaron isto loubaron a Deus e dixeron. " Tí miras, hirman, cantos miles \ No newline at end of file +\v 20 \v 21 Cando eles escoitaron isto loubaron a Deus e dixeron. " Tí miras, hirman, cantos miles creeron entre os Xudeos \ No newline at end of file From a2e369a01784596c0c2a92b701efe2bd9119778d Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 09:44:14 +0200 Subject: [PATCH 944/977] Sat Apr 02 2022 09:44:14 GMT+0200 (hora de verano de Europa central) --- 21/20.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/20.txt b/21/20.txt index 61b1be3..5595efa 100644 --- a/21/20.txt +++ b/21/20.txt @@ -1 +1 @@ -\v 20 \v 21 Cando eles escoitaron isto loubaron a Deus e dixeron. " Tí miras, hirman, cantos miles creeron entre os Xudeos \ No newline at end of file +\v 20 \v 21 Cando eles escoitaron isto loubaron a Deus e dixeron. " Tí miras, hirman, cantos miles creeron entre os Xudeos. Todos eles de \ No newline at end of file From 612e4fdc24db4803946a42080a9b6a02632ed1b4 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 09:48:14 +0200 Subject: [PATCH 945/977] Sat Apr 02 2022 09:48:14 GMT+0200 (hora de verano de Europa central) --- 21/20.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/20.txt b/21/20.txt index 5595efa..d462d1c 100644 --- a/21/20.txt +++ b/21/20.txt @@ -1 +1 @@ -\v 20 \v 21 Cando eles escoitaron isto loubaron a Deus e dixeron. " Tí miras, hirman, cantos miles creeron entre os Xudeos. Todos eles de \ No newline at end of file +\v 20 \v 21 Cando eles escoitaron isto loubaron a Deus e dixeron. " Tí miras, hirman, cantos miles creeron entre os Xudeos. Todos eles de decidiron gardar a lei. A eles dixeronlle de tí, que ensinabas \ No newline at end of file From bcc215ff73ac4064be5957f1c649fb30f0bec71c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 09:54:14 +0200 Subject: [PATCH 946/977] Sat Apr 02 2022 09:54:14 GMT+0200 (hora de verano de Europa central) --- 21/20.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/20.txt b/21/20.txt index d462d1c..0cc7d0f 100644 --- a/21/20.txt +++ b/21/20.txt @@ -1 +1 @@ -\v 20 \v 21 Cando eles escoitaron isto loubaron a Deus e dixeron. " Tí miras, hirman, cantos miles creeron entre os Xudeos. Todos eles de decidiron gardar a lei. A eles dixeronlle de tí, que ensinabas \ No newline at end of file +\v 20 \v 21 Cando eles escoitaron isto loubaron a Deus e dixeron. " Tí miras, hirman, cantos miles creeron entre os Xudeos. Todos eles de decidiron gardar a lei. A eles dixeronlle de tí, que ensinabas \ No newline at end of file From 4024b4587f19f9883388540798e09a6ea90cae60 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 10:36:14 +0200 Subject: [PATCH 947/977] Sat Apr 02 2022 10:36:14 GMT+0200 (hora de verano de Europa central) --- 21/20.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/20.txt b/21/20.txt index 0cc7d0f..4c00b40 100644 --- a/21/20.txt +++ b/21/20.txt @@ -1 +1 @@ -\v 20 \v 21 Cando eles escoitaron isto loubaron a Deus e dixeron. " Tí miras, hirman, cantos miles creeron entre os Xudeos. Todos eles de decidiron gardar a lei. A eles dixeronlle de tí, que ensinabas \ No newline at end of file +\v 20 \v 21 Cando eles escoitaron isto loubaron a Deus e dixeron. " Tí miras, hirman, cantos miles creeron entre os Xudeos. Todos eles de decidiron gardar a lei. A eles dixeronlle de tí, que ensinabas a todolos xudeos que vien entre os Xentiles \ No newline at end of file From 36737382c442aa3b601ec5de5d9a9f56863fc713 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 10:38:14 +0200 Subject: [PATCH 948/977] Sat Apr 02 2022 10:38:14 GMT+0200 (hora de verano de Europa central) --- 21/20.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/20.txt b/21/20.txt index 4c00b40..5bd215d 100644 --- a/21/20.txt +++ b/21/20.txt @@ -1 +1 @@ -\v 20 \v 21 Cando eles escoitaron isto loubaron a Deus e dixeron. " Tí miras, hirman, cantos miles creeron entre os Xudeos. Todos eles de decidiron gardar a lei. A eles dixeronlle de tí, que ensinabas a todolos xudeos que vien entre os Xentiles \ No newline at end of file +\v 20 \v 21 Cando eles escoitaron isto loubaron a Deus e dixeron. " Tí miras, hirman, cantos miles creeron entre os Xudeos. Todos eles de decidiron gardar a lei. A eles dixeronlle de tí, que ensinabas a todolos xudeos que vien entre os Xentiles que abandoen a Moixes \ No newline at end of file From e40b01f4b5c538d260f00e0d8fa5b2dbb3d914f3 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 10:46:17 +0200 Subject: [PATCH 949/977] Sat Apr 02 2022 10:46:16 GMT+0200 (hora de verano de Europa central) --- 21/20.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/20.txt b/21/20.txt index 5bd215d..44fd3cd 100644 --- a/21/20.txt +++ b/21/20.txt @@ -1 +1 @@ -\v 20 \v 21 Cando eles escoitaron isto loubaron a Deus e dixeron. " Tí miras, hirman, cantos miles creeron entre os Xudeos. Todos eles de decidiron gardar a lei. A eles dixeronlle de tí, que ensinabas a todolos xudeos que vien entre os Xentiles que abandoen a Moixes \ No newline at end of file +\v 20 \v 21 Cando eles escoitaron isto loubaron a Deus e dixeron. " Tí miras, hirman, cantos miles creeron entre os Xudeos. Todos eles de decidiron gardar a lei. A eles dixeronlle de tí, que ensinabas a todolos xudeos que vien entre os Xentiles que abandoen a Moixés, \ No newline at end of file From 46b2fa1dbda8e87c4863db2b87f3e2dde5104695 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 10:50:17 +0200 Subject: [PATCH 950/977] Sat Apr 02 2022 10:50:16 GMT+0200 (hora de verano de Europa central) --- 21/27.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/27.txt b/21/27.txt index b8d2694..056445e 100644 --- a/21/27.txt +++ b/21/27.txt @@ -1 +1 @@ -\v 27 \v 28 \v 29 Cando aos sete días case remataran, algures Xudios da Asía viñeron a Paulo no templo, e incitaron a multitude, e lle votaron man. Eles \ No newline at end of file +\v 27 \v 28 \v 29 Cando aos sete días case remataran, algures Xudios da Asía viñeron a Paulo no templo, e incitaron a multitude, e lle votaron man. Eles \ No newline at end of file From 215634c3c6fe9080ec5bb3a77039183d2c6374be Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 10:52:17 +0200 Subject: [PATCH 951/977] Sat Apr 02 2022 10:52:16 GMT+0200 (hora de verano de Europa central) --- 21/27.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/27.txt b/21/27.txt index 056445e..b3e4f1c 100644 --- a/21/27.txt +++ b/21/27.txt @@ -1 +1 @@ -\v 27 \v 28 \v 29 Cando aos sete días case remataran, algures Xudios da Asía viñeron a Paulo no templo, e incitaron a multitude, e lle votaron man. Eles \ No newline at end of file +\v 27 \v 28 \v 29 Cando aos sete días case remataran, algures Xudios da Asía viñeron a Paulo no templo, e incitaron a multitude, e lle votaron man. Eles estaban berrando, "Homes de Israel, axuda \ No newline at end of file From f9b6bbd054f259cd2032f1a1bad8b73e4af43940 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 10:54:17 +0200 Subject: [PATCH 952/977] Sat Apr 02 2022 10:54:16 GMT+0200 (hora de verano de Europa central) --- 21/27.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/27.txt b/21/27.txt index b3e4f1c..40d17e8 100644 --- a/21/27.txt +++ b/21/27.txt @@ -1 +1 @@ -\v 27 \v 28 \v 29 Cando aos sete días case remataran, algures Xudios da Asía viñeron a Paulo no templo, e incitaron a multitude, e lle votaron man. Eles estaban berrando, "Homes de Israel, axuda \ No newline at end of file +\v 27 \v 28 \v 29 Cando aos sete días case remataran, algures Xudios da Asía viñeron a Paulo no templo, e incitaron a multitude, e lle votaron man. Eles estaban berrando, "Homes de Israel, axúdanos . \ No newline at end of file From fc572cc8892484c1d63bdc2d96cb5d0f8cdd12b1 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 10:56:17 +0200 Subject: [PATCH 953/977] Sat Apr 02 2022 10:56:16 GMT+0200 (hora de verano de Europa central) --- 21/27.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/27.txt b/21/27.txt index 40d17e8..a4c648c 100644 --- a/21/27.txt +++ b/21/27.txt @@ -1 +1 @@ -\v 27 \v 28 \v 29 Cando aos sete días case remataran, algures Xudios da Asía viñeron a Paulo no templo, e incitaron a multitude, e lle votaron man. Eles estaban berrando, "Homes de Israel, axúdanos . \ No newline at end of file +\v 27 \v 28 \v 29 Cando aos sete días case remataran, algures Xudios da Asía viñeron a Paulo no templo, e incitaron a multitude, e lle votaron man. Eles estaban berrando, "Homes de Israel, axúdemos . Este é o home que i \ No newline at end of file From f9b945fa4e7dcdb2e668e0cc663704337a6b3141 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 10:58:17 +0200 Subject: [PATCH 954/977] Sat Apr 02 2022 10:58:16 GMT+0200 (hora de verano de Europa central) --- 21/27.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/27.txt b/21/27.txt index a4c648c..03c2a7b 100644 --- a/21/27.txt +++ b/21/27.txt @@ -1 +1 @@ -\v 27 \v 28 \v 29 Cando aos sete días case remataran, algures Xudios da Asía viñeron a Paulo no templo, e incitaron a multitude, e lle votaron man. Eles estaban berrando, "Homes de Israel, axúdemos . Este é o home que i \ No newline at end of file +\v 27 \v 28 \v 29 Cando aos sete días case remataran, algures Xudios da Asía viñeron a Paulo no templo, e incitaron a multitude, e lle votaron man. Eles estaban berrando, "Homes de Israel, axúdemos . Este é o home que insina a todolos homes en todolos \ No newline at end of file From 3fdd209d216cb9111854569d561de36bda28144d Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 10:59:09 +0200 Subject: [PATCH 955/977] Sat Apr 02 2022 10:59:08 GMT+0200 (hora de verano de Europa central) --- 21/27.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/27.txt b/21/27.txt index 03c2a7b..268cea8 100644 --- a/21/27.txt +++ b/21/27.txt @@ -1 +1 @@ -\v 27 \v 28 \v 29 Cando aos sete días case remataran, algures Xudios da Asía viñeron a Paulo no templo, e incitaron a multitude, e lle votaron man. Eles estaban berrando, "Homes de Israel, axúdemos . Este é o home que insina a todolos homes en todolos \ No newline at end of file +\v 27 \v 28 \v 29 Cando aos sete días case remataran, algures Xudios da Asía viñeron a Paulo no templo, e incitaron a multitude, e lle votaron man. Eles estaban berrando, "Homes de Israel, axúdemos . Este é o home que insina a todolos homes en todolos en \ No newline at end of file From 9ee66c3c780f80fd2805a8c2083f4925a5ecccfa Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 11:02:17 +0200 Subject: [PATCH 956/977] Sat Apr 02 2022 11:02:16 GMT+0200 (hora de verano de Europa central) --- 21/27.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/27.txt b/21/27.txt index 268cea8..167a716 100644 --- a/21/27.txt +++ b/21/27.txt @@ -1 +1 @@ -\v 27 \v 28 \v 29 Cando aos sete días case remataran, algures Xudios da Asía viñeron a Paulo no templo, e incitaron a multitude, e lle votaron man. Eles estaban berrando, "Homes de Israel, axúdemos . Este é o home que insina a todolos homes en todolos en \ No newline at end of file +\v 27 \v 28 \v 29 Cando aos sete días case remataran, algures Xudios da Asía viñeron a Paulo no templo, e incitaron a multitude, e lle votaron man. Eles estaban berrando, "Homes de Israel, axúdemos . Este é o home que insina a todolos homes en todolos lugares cousas que coma pobo, a lei, e iste lugar \ No newline at end of file From f21da38276b290638c09083f45d1d930dc121f2a Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 11:06:15 +0200 Subject: [PATCH 957/977] Sat Apr 02 2022 11:06:15 GMT+0200 (hora de verano de Europa central) --- 21/27.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/27.txt b/21/27.txt index 167a716..c7c865c 100644 --- a/21/27.txt +++ b/21/27.txt @@ -1 +1 @@ -\v 27 \v 28 \v 29 Cando aos sete días case remataran, algures Xudios da Asía viñeron a Paulo no templo, e incitaron a multitude, e lle votaron man. Eles estaban berrando, "Homes de Israel, axúdemos . Este é o home que insina a todolos homes en todolos lugares cousas que coma pobo, a lei, e iste lugar \ No newline at end of file +\v 27 \v 28 \v 29 Cando aos sete días case remataran, algures Xudios da Asía viñeron a Paulo no templo, e incitaron a multitude, e lle votaron man. Eles estaban berrando, "Homes de Israel, axúdemos . Este é o home que insina a todolos homes en todolos lugares cousas que coma pobo, a lei, e iste lugar: Ademais . él tamén truxo Gregos dentro do templo \ No newline at end of file From 6c6267ebe357419adaf8c3b2b68913fc6ec041e2 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 11:08:16 +0200 Subject: [PATCH 958/977] Sat Apr 02 2022 11:08:15 GMT+0200 (hora de verano de Europa central) --- 21/27.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/27.txt b/21/27.txt index c7c865c..214c919 100644 --- a/21/27.txt +++ b/21/27.txt @@ -1 +1 @@ -\v 27 \v 28 \v 29 Cando aos sete días case remataran, algures Xudios da Asía viñeron a Paulo no templo, e incitaron a multitude, e lle votaron man. Eles estaban berrando, "Homes de Israel, axúdemos . Este é o home que insina a todolos homes en todolos lugares cousas que coma pobo, a lei, e iste lugar: Ademais . él tamén truxo Gregos dentro do templo \ No newline at end of file +\v 27 \v 28 \v 29 Cando aos sete días case remataran, algures Xudios da Asía viñeron a Paulo no templo, e incitaron a multitude, e lle votaron man. Eles estaban berrando, "Homes de Israel, axúdemos . Este é o home que insina a todolos homes en todolos lugares cousas que coma pobo, a lei, e iste lugar: Ademais . él tamén truxo Gregos dentro do templo e profanando iste santo lugar." \ No newline at end of file From d71e8391ca9011cd0dda3a3f523019d5bfe12d5f Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 11:10:16 +0200 Subject: [PATCH 959/977] Sat Apr 02 2022 11:10:15 GMT+0200 (hora de verano de Europa central) --- 21/27.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/27.txt b/21/27.txt index 214c919..a5578d7 100644 --- a/21/27.txt +++ b/21/27.txt @@ -1 +1 @@ -\v 27 \v 28 \v 29 Cando aos sete días case remataran, algures Xudios da Asía viñeron a Paulo no templo, e incitaron a multitude, e lle votaron man. Eles estaban berrando, "Homes de Israel, axúdemos . Este é o home que insina a todolos homes en todolos lugares cousas que coma pobo, a lei, e iste lugar: Ademais . él tamén truxo Gregos dentro do templo e profanando iste santo lugar." \ No newline at end of file +\v 27 \v 28 \v 29 Cando aos sete días case remataran, algures Xudios da Asía viñeron a Paulo no templo, e incitaron a multitude, e lle votaron man. Eles estaban berrando, "Homes de Israel, axúdemos . Este é o home que insina a todolos homes en todolos lugares cousas que coma pobo, a lei, e iste lugar: Ademais . él tamén truxo Gregos dentro do templo e profanando iste santo lugar." \ No newline at end of file From 0135e9be266e54c09461a89586130e65910a079e Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 11:14:16 +0200 Subject: [PATCH 960/977] Sat Apr 02 2022 11:14:16 GMT+0200 (hora de verano de Europa central) --- 21/27.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/27.txt b/21/27.txt index a5578d7..48a3a29 100644 --- a/21/27.txt +++ b/21/27.txt @@ -1 +1 @@ -\v 27 \v 28 \v 29 Cando aos sete días case remataran, algures Xudios da Asía viñeron a Paulo no templo, e incitaron a multitude, e lle votaron man. Eles estaban berrando, "Homes de Israel, axúdemos . Este é o home que insina a todolos homes en todolos lugares cousas que coma pobo, a lei, e iste lugar: Ademais . él tamén truxo Gregos dentro do templo e profanando iste santo lugar." \ No newline at end of file +\v 27 \v 28 \v 29 Cando aos sete días case remataran, algures Xudios da Asía viñeron a Paulo no templo, e incitaron a multitude, e lle votaron man. Eles estaban berrando, "Homes de Israel, axúdemos . Este é o home que insina a todolos homes en todolos lugares cousas que coma pobo, a lei, e iste lugar: Ademais . él tamén truxo Gregos dentro do templo e profanando iste santo lugar." polo qué \ No newline at end of file From b80f913afb9be2fa2e967695ba2ac1d53ab6fec8 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 11:16:16 +0200 Subject: [PATCH 961/977] Sat Apr 02 2022 11:16:15 GMT+0200 (hora de verano de Europa central) --- 21/27.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/27.txt b/21/27.txt index 48a3a29..47df09f 100644 --- a/21/27.txt +++ b/21/27.txt @@ -1 +1 @@ -\v 27 \v 28 \v 29 Cando aos sete días case remataran, algures Xudios da Asía viñeron a Paulo no templo, e incitaron a multitude, e lle votaron man. Eles estaban berrando, "Homes de Israel, axúdemos . Este é o home que insina a todolos homes en todolos lugares cousas que coma pobo, a lei, e iste lugar: Ademais . él tamén truxo Gregos dentro do templo e profanando iste santo lugar." polo qué \ No newline at end of file +\v 27 \v 28 \v 29 Cando aos sete días case remataran, algures Xudios da Asía viñeron a Paulo no templo, e incitaron a multitude, e lle votaron man. Eles estaban berrando, "Homes de Israel, axúdemos . Este é o home que insina a todolos homes en todolos lugares cousas que coma pobo, a lei, e iste lugar: Ademais . él tamén truxo Gregos dentro do templo e profanando iste santo lugar." polo qué antes eles huberon mirado tEÓFILO \ No newline at end of file From ce8a2031f5cf2cde130a231456dfea8312491af8 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 11:56:55 +0200 Subject: [PATCH 962/977] Sat Apr 02 2022 11:56:54 GMT+0200 (hora de verano de Europa central) --- 21/20.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/20.txt b/21/20.txt index 44fd3cd..0e51aed 100644 --- a/21/20.txt +++ b/21/20.txt @@ -1 +1 @@ -\v 20 \v 21 Cando eles escoitaron isto loubaron a Deus e dixeron. " Tí miras, hirman, cantos miles creeron entre os Xudeos. Todos eles de decidiron gardar a lei. A eles dixeronlle de tí, que ensinabas a todolos xudeos que vien entre os Xentiles que abandoen a Moixés, \ No newline at end of file +\v 20 \v 21 Cando eles escoitaron isto loubaron a Deus e dixeron. " Tí miras, hirman, cantos miles creeron entre os Xudeos. Todos eles de decidiron gardar a lei. A eles dixeronlle de tí, que ensinabas a todolos xudeos que vien entre os Xentiles que abandoen a Moixés, \ No newline at end of file From 290e5a0816e33f2bd1bcd527248108893b63b1ac Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 11:58:54 +0200 Subject: [PATCH 963/977] Sat Apr 02 2022 11:58:54 GMT+0200 (hora de verano de Europa central) --- 21/20.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/20.txt b/21/20.txt index 0e51aed..97b1a0c 100644 --- a/21/20.txt +++ b/21/20.txt @@ -1 +1 @@ -\v 20 \v 21 Cando eles escoitaron isto loubaron a Deus e dixeron. " Tí miras, hirman, cantos miles creeron entre os Xudeos. Todos eles de decidiron gardar a lei. A eles dixeronlle de tí, que ensinabas a todolos xudeos que vien entre os Xentiles que abandoen a Moixés, \ No newline at end of file +\v 20 \v 21 Cando eles escoitaron isto loubaron a Deus e dixeron. " Tí miras, hirman, cantos miles creeron entre os Xudeos. Todos eles de decidiron gardar a lei. A eles dixeronlle de tí, que ensinabas a todolos xudeos que vien entre os Xentiles que abandoen a Moixés, o que tí lles falas que non circunciden a seus fillos \ No newline at end of file From 77cfe94e40360275d59dc19d57fbf98e7a3c0d5c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 12:06:54 +0200 Subject: [PATCH 964/977] Sat Apr 02 2022 12:06:54 GMT+0200 (hora de verano de Europa central) --- 21/20.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/20.txt b/21/20.txt index 97b1a0c..37a0688 100644 --- a/21/20.txt +++ b/21/20.txt @@ -1 +1 @@ -\v 20 \v 21 Cando eles escoitaron isto loubaron a Deus e dixeron. " Tí miras, hirman, cantos miles creeron entre os Xudeos. Todos eles de decidiron gardar a lei. A eles dixeronlle de tí, que ensinabas a todolos xudeos que vien entre os Xentiles que abandoen a Moixés, o que tí lles falas que non circunciden a seus fillos \ No newline at end of file +\v 20 \v 21 Cando eles escoitaron isto loubaron a Deus e dixeron. " Tí miras, hirman, cantos miles creeron entre os Xudeos. Todos eles de decidiron gardar a lei. A eles dixeronlle de tí, que ensinabas a todolos xudeos que vien entre os Xentiles que abandoen a Moixés, o que tí lles falas que non circunciden a seus fillos e que non \ No newline at end of file From e452c5edfe20886d5f07df7390fd79b01018eb79 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 12:14:55 +0200 Subject: [PATCH 965/977] Sat Apr 02 2022 12:14:54 GMT+0200 (hora de verano de Europa central) --- 21/20.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/20.txt b/21/20.txt index 37a0688..3e37a2b 100644 --- a/21/20.txt +++ b/21/20.txt @@ -1 +1 @@ -\v 20 \v 21 Cando eles escoitaron isto loubaron a Deus e dixeron. " Tí miras, hirman, cantos miles creeron entre os Xudeos. Todos eles de decidiron gardar a lei. A eles dixeronlle de tí, que ensinabas a todolos xudeos que vien entre os Xentiles que abandoen a Moixés, o que tí lles falas que non circunciden a seus fillos e que non \ No newline at end of file +\v 20 \v 21 Cando eles escoitaron isto loubaron a Deus e dixeron. " Tí miras, hirman, cantos miles creeron entre os Xudeos. Todos eles de decidiron gardar a lei. A eles dixeronlle de tí, que ensinabas a todolos xudeos que vien entre os Xentiles que abandoen a Moixés, o que tí lles falas que non circunciden a seus fillos e que non \ No newline at end of file From 4633bb8b7c44e1a3798de23786163bc869754618 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 13:11:16 +0200 Subject: [PATCH 966/977] Sat Apr 02 2022 13:11:15 GMT+0200 (hora de verano de Europa central) --- 21/20.txt | 2 +- 21/22.txt | 1 + manifest.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 21/22.txt diff --git a/21/20.txt b/21/20.txt index 3e37a2b..4caf294 100644 --- a/21/20.txt +++ b/21/20.txt @@ -1 +1 @@ -\v 20 \v 21 Cando eles escoitaron isto loubaron a Deus e dixeron. " Tí miras, hirman, cantos miles creeron entre os Xudeos. Todos eles de decidiron gardar a lei. A eles dixeronlle de tí, que ensinabas a todolos xudeos que vien entre os Xentiles que abandoen a Moixés, o que tí lles falas que non circunciden a seus fillos e que non \ No newline at end of file +\v 20 Cando eles escoitaron isto loubaron a Deus e dixeron. " Tí miras, hirman, cantos miles creeron entre os Xudeos. Todos eles de decidiron gardar a lei. \v 21 A eles dixeronlle de tí, que ensinabas a todolos xudeos que vien entre os Xentiles que abandoen a Moixés, o que tí lles falas que non circunciden a seus fillos e que non segan as costumes antigas. \ No newline at end of file diff --git a/21/22.txt b/21/22.txt new file mode 100644 index 0000000..a4604f7 --- /dev/null +++ b/21/22.txt @@ -0,0 +1 @@ +¿ Que \ No newline at end of file diff --git a/manifest.json b/manifest.json index 04f4290..f597e0b 100644 --- a/manifest.json +++ b/manifest.json @@ -161,6 +161,7 @@ "21-12", "21-15", "21-17", + "21-20", "21-30", "21-32", "21-34", From 49b905100aa6346cb55b51988723a824f681a130 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 13:13:16 +0200 Subject: [PATCH 967/977] Sat Apr 02 2022 13:13:15 GMT+0200 (hora de verano de Europa central) --- 21/22.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/22.txt b/21/22.txt index a4604f7..19fc947 100644 --- a/21/22.txt +++ b/21/22.txt @@ -1 +1 @@ -¿ Que \ No newline at end of file +¿ Que temos que facer ? \ No newline at end of file From ac80d5081f081d3e19e92e037c8f76e8a9aa23cf Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 13:15:16 +0200 Subject: [PATCH 968/977] Sat Apr 02 2022 13:15:15 GMT+0200 (hora de verano de Europa central) --- 21/22.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/22.txt b/21/22.txt index 19fc947..6bcc884 100644 --- a/21/22.txt +++ b/21/22.txt @@ -1 +1 @@ -¿ Que temos que facer ? \ No newline at end of file +¿ Que temos que facer ? Eles certamente escoitaron que tí viñeste. Así que fai o que nos te dicimos. \ No newline at end of file From e3f7e323076cf40c098a4cdb878602ab6a0d6c8b Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 13:17:16 +0200 Subject: [PATCH 969/977] Sat Apr 02 2022 13:17:15 GMT+0200 (hora de verano de Europa central) --- 21/22.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/22.txt b/21/22.txt index 6bcc884..d8bb5ae 100644 --- a/21/22.txt +++ b/21/22.txt @@ -1 +1 @@ -¿ Que temos que facer ? Eles certamente escoitaron que tí viñeste. Así que fai o que nos te dicimos. \ No newline at end of file +¿ Que temos que facer ? Eles certamente escoitaron que tí viñeste. Así que fai o que nos te dicimos. Temos catro homes que fixeron un voto. Colle estos homes e purificate con eles, e paga os gastos, para que eles poidan raparse as cabezas. de xeito cq todos seipan das cousas que \ No newline at end of file From 6b789b1d7bcb20cd016127e491a0f2eec8f51974 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 13:19:16 +0200 Subject: [PATCH 970/977] Sat Apr 02 2022 13:19:15 GMT+0200 (hora de verano de Europa central) --- 21/22.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/21/22.txt b/21/22.txt index d8bb5ae..2382254 100644 --- a/21/22.txt +++ b/21/22.txt @@ -1 +1,2 @@ -¿ Que temos que facer ? Eles certamente escoitaron que tí viñeste. Así que fai o que nos te dicimos. Temos catro homes que fixeron un voto. Colle estos homes e purificate con eles, e paga os gastos, para que eles poidan raparse as cabezas. de xeito cq todos seipan das cousas que \ No newline at end of file +¿ Que temos que facer ? Eles certamente escoitaron que tí viñeste. Así que fai o que nos te dicimos. Temos catro homes que fixeron un voto. Colle estos homes e purificate con eles, e paga os gastos, para que eles poidan raparse as cabezas. de xeito cq todos seipan das cousas que +dixo sobre tí son son falsas. Eles saberán que tí gardas a lei. \ No newline at end of file From 3e567dea2cfa47fd831fb7654015f1ac0de615e2 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 13:21:16 +0200 Subject: [PATCH 971/977] Sat Apr 02 2022 13:21:15 GMT+0200 (hora de verano de Europa central) --- 21/22.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/21/22.txt b/21/22.txt index 2382254..740481e 100644 --- a/21/22.txt +++ b/21/22.txt @@ -1,2 +1,2 @@ -¿ Que temos que facer ? Eles certamente escoitaron que tí viñeste. Así que fai o que nos te dicimos. Temos catro homes que fixeron un voto. Colle estos homes e purificate con eles, e paga os gastos, para que eles poidan raparse as cabezas. de xeito cq todos seipan das cousas que -dixo sobre tí son son falsas. Eles saberán que tí gardas a lei. \ No newline at end of file +\v 22 \v 23 ¿ Que temos que facer ? Eles certamente escoitaron que tí viñeste. Así que fai o que nos te dicimos. Temos catro homes que fixeron un voto. Colle estos homes e purificate con eles, e paga os gastos, para que eles poidan raparse as cabezas. de xeito cq todos seipan das cousas que +dixo sobre tí son son falsas. \v 24 Eles saberán que tí gardas a lei. \ No newline at end of file From a0db20435321d31ce37c4bcb1539f0b25932a9e0 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 13:23:16 +0200 Subject: [PATCH 972/977] Sat Apr 02 2022 13:23:15 GMT+0200 (hora de verano de Europa central) --- 21/22.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/21/22.txt b/21/22.txt index 740481e..6f28487 100644 --- a/21/22.txt +++ b/21/22.txt @@ -1,2 +1,2 @@ -\v 22 \v 23 ¿ Que temos que facer ? Eles certamente escoitaron que tí viñeste. Así que fai o que nos te dicimos. Temos catro homes que fixeron un voto. Colle estos homes e purificate con eles, e paga os gastos, para que eles poidan raparse as cabezas. de xeito cq todos seipan das cousas que +\v 22 ¿ Que temos que facer ? Eles certamente escoitaron que tí viñeste. \v 23 Así que fai o que nos te dicimos. Temos catro homes que fixeron un voto. Colle estos homes e purificate con eles, e paga os gastos, para que eles poidan raparse as cabezas. de xeito cq todos seipan das cousas que dixo sobre tí son son falsas. \v 24 Eles saberán que tí gardas a lei. \ No newline at end of file diff --git a/manifest.json b/manifest.json index f597e0b..b063b9e 100644 --- a/manifest.json +++ b/manifest.json @@ -162,6 +162,7 @@ "21-15", "21-17", "21-20", + "21-22", "21-30", "21-32", "21-34", From a0c7d47f63fe1458b16514c9d87dda32208106ef Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 13:25:16 +0200 Subject: [PATCH 973/977] Sat Apr 02 2022 13:25:15 GMT+0200 (hora de verano de Europa central) --- 21/25.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 21/25.txt diff --git a/21/25.txt b/21/25.txt new file mode 100644 index 0000000..87270e1 --- /dev/null +++ b/21/25.txt @@ -0,0 +1 @@ +En canto aos xentiles que creeron, nos escrebimos e demos instrucións de que eles tiñan que gardarse de cousas sacrificadas a os ídolos, \ No newline at end of file From 0dea18db9846e5092c3ded941e615ff624aa60d8 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 13:27:16 +0200 Subject: [PATCH 974/977] Sat Apr 02 2022 13:27:15 GMT+0200 (hora de verano de Europa central) --- 21/25.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/25.txt b/21/25.txt index 87270e1..275f48c 100644 --- a/21/25.txt +++ b/21/25.txt @@ -1 +1 @@ -En canto aos xentiles que creeron, nos escrebimos e demos instrucións de que eles tiñan que gardarse de cousas sacrificadas a os ídolos, \ No newline at end of file +En canto aos xentiles que creeron, nos escrebimos e demos instrucións de que eles tiñan que gardarse de cousas sacrificadas aos ídolos, de sangue, dos \ No newline at end of file From 193f8dfe06d7450fc9c7bb7f32ffeee2623d7191 Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 13:29:16 +0200 Subject: [PATCH 975/977] Sat Apr 02 2022 13:29:15 GMT+0200 (hora de verano de Europa central) --- 21/25.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/25.txt b/21/25.txt index 275f48c..e5a492f 100644 --- a/21/25.txt +++ b/21/25.txt @@ -1 +1 @@ -En canto aos xentiles que creeron, nos escrebimos e demos instrucións de que eles tiñan que gardarse de cousas sacrificadas aos ídolos, de sangue, dos \ No newline at end of file +En canto aos xentiles que creeron, nos escrebimos e demos instrucións de que eles tiñan que gardarse de cousas sacrificadas aos ídolos, de sangue, dos estrangulados e de inmoralidade sexual. Entón Paulo cons homes, e o día siguinte purificaronsé \ No newline at end of file From ff0bb0e95e29fd9f3acea36d22f6ec888c52fe1c Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 13:31:16 +0200 Subject: [PATCH 976/977] Sat Apr 02 2022 13:31:15 GMT+0200 (hora de verano de Europa central) --- 21/25.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/25.txt b/21/25.txt index e5a492f..3bc21d3 100644 --- a/21/25.txt +++ b/21/25.txt @@ -1 +1 @@ -En canto aos xentiles que creeron, nos escrebimos e demos instrucións de que eles tiñan que gardarse de cousas sacrificadas aos ídolos, de sangue, dos estrangulados e de inmoralidade sexual. Entón Paulo cons homes, e o día siguinte purificaronsé \ No newline at end of file +En canto aos xentiles que creeron, nos escrebimos e demos instrucións de que eles tiñan que gardarse de cousas sacrificadas aos ídolos, de sangue, dos estrangulados e de inmoralidade sexual. Entón Paulo cons homes, e o día siguinte purificáronse él mesmo con eles, foi ao templo, anunciando o tempo dos días da purificación, ata que a ofrenda fora ofrecida por cada un deles. \ No newline at end of file From 6ed00a761fea738aa182c074b42dbdfd9b8cc8ab Mon Sep 17 00:00:00 2001 From: Maria_Jose Date: Sat, 2 Apr 2022 13:32:57 +0200 Subject: [PATCH 977/977] Sat Apr 02 2022 13:32:57 GMT+0200 (hora de verano de Europa central) --- 21/25.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/21/25.txt b/21/25.txt index 3bc21d3..61d86d9 100644 --- a/21/25.txt +++ b/21/25.txt @@ -1 +1 @@ -En canto aos xentiles que creeron, nos escrebimos e demos instrucións de que eles tiñan que gardarse de cousas sacrificadas aos ídolos, de sangue, dos estrangulados e de inmoralidade sexual. Entón Paulo cons homes, e o día siguinte purificáronse él mesmo con eles, foi ao templo, anunciando o tempo dos días da purificación, ata que a ofrenda fora ofrecida por cada un deles. \ No newline at end of file +\v 25 En canto aos xentiles que creeron, nos escrebimos e demos instrucións de que eles tiñan que gardarse de cousas sacrificadas aos ídolos, de sangue, dos estrangulados e de inmoralidade sexual. \v 26 Entón Paulo cons homes, e o día siguinte purificáronse él mesmo con eles, foi ao templo, anunciando o tempo dos días da purificación, ata que a ofrenda fora ofrecida por cada un deles. \ No newline at end of file diff --git a/manifest.json b/manifest.json index b063b9e..15abd95 100644 --- a/manifest.json +++ b/manifest.json @@ -163,6 +163,7 @@ "21-17", "21-20", "21-22", + "21-25", "21-30", "21-32", "21-34",