From 8ed31f897df86edc836e301b9ac44e83ab150859 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 19 Jul 2023 12:57:08 +0200 Subject: [PATCH 001/298] =?UTF-8?q?Wed=20Jul=2019=202023=2012:57:05=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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..3c77799 --- /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": "deu", + "name": "Deuteronomy" + }, + "type": { + "id": "text", + "name": "Text" + }, + "resource": { + "id": "reg", + "name": "Regular" + }, + "source_translations": [], + "parent_draft": {}, + "translators": [], + "finished_chunks": [] +} \ No newline at end of file From 13f2c44a61b7f889b7f184ffb2cba45e690ea40e Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 19 Jul 2023 12:59:29 +0200 Subject: [PATCH 002/298] =?UTF-8?q?Wed=20Jul=2019=202023=2012:59:25=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 3c77799..c80eb6b 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.5123531+00:00", + "version": "1.4" + } + ], "parent_draft": {}, "translators": [], "finished_chunks": [] From 0b60cc3db4328904c8947ba7dbd2289fcbdb68d8 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 19 Jul 2023 20:14:48 +0200 Subject: [PATCH 003/298] =?UTF-8?q?Wed=20Jul=2019=202023=2020:14:36=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/title.txt | 1 + manifest.json | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 01/title.txt diff --git a/01/title.txt b/01/title.txt new file mode 100644 index 0000000..cf8f437 --- /dev/null +++ b/01/title.txt @@ -0,0 +1 @@ +Capítulo 1 \ No newline at end of file diff --git a/manifest.json b/manifest.json index c80eb6b..283ce31 100644 --- a/manifest.json +++ b/manifest.json @@ -32,6 +32,10 @@ } ], "parent_draft": {}, - "translators": [], - "finished_chunks": [] + "translators": [ + "Loida Concha Marinhas" + ], + "finished_chunks": [ + "01-title" + ] } \ No newline at end of file From c9b9dfc4232383fbd3b12e3c53df2bd7f9d45470 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 16 Aug 2023 18:19:09 +0200 Subject: [PATCH 004/298] =?UTF-8?q?Wed=20Aug=2016=202023=2018:19:09=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 81192b8..d54f985 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "package_version": 6, + "package_version": 7, "format": "usfm", "generator": { "name": "ts-desktop", From 86f228796e93366309547aec0a57a4a1e8d74d0e Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 23 Aug 2023 17:19:15 +0200 Subject: [PATCH 005/298] =?UTF-8?q?Wed=20Aug=2023=202023=2017:19:14=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/01.txt | 2 +- manifest.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/01/01.txt b/01/01.txt index 9d6d232..3a4df3c 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1 +1 @@ -\c 1 \v 1 Estas son as palabras que falou Moisés a todo Israel no deserto máis aló do río Xordán, na parljlsfslfsnl. \v 2 Son once díasllls kjskfhsksjnamc kajdhochksjjchkfjhkj kahfskjkjcnskjbkjvbkj \ No newline at end of file +\c 1 \v 1Estas son as palabras que Moisés falou a todo Israel no deserto ao outro lado do río Xordán. \v 2 Son once díasllls kjskfhsksjnamc kajdhochksjjchkfjhkj kahfskjkjcnskjbkjvbkj \ No newline at end of file diff --git a/manifest.json b/manifest.json index e27b286..9b11821 100644 --- a/manifest.json +++ b/manifest.json @@ -37,7 +37,6 @@ "Ana Iglesias Duran" ], "finished_chunks": [ - "01-title", - "01-01" + "01-title" ] } \ No newline at end of file From 1b74055994e48849472e90e392eef597e5222f05 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 23 Aug 2023 17:21:15 +0200 Subject: [PATCH 006/298] =?UTF-8?q?Wed=20Aug=2023=202023=2017:21:14=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 3a4df3c..dcaaf5e 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1 +1 @@ -\c 1 \v 1Estas son as palabras que Moisés falou a todo Israel no deserto ao outro lado do río Xordán. \v 2 Son once díasllls kjskfhsksjnamc kajdhochksjjchkfjhkj kahfskjkjcnskjbkjvbkj \ No newline at end of file +\c 1 \v 1Estas son as palabras que Moisés falou a todo Israel no deserto ao outro lado do río Xordán frente a Suf, entre Parán, Tofel, Labán, Hazerot e Dizahab. \v 2 Son once días de camiño entre Horeb e Cades. \ No newline at end of file From c8db82c58168ab06026213d9182d662c47aba5ef Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 23 Aug 2023 17:23:15 +0200 Subject: [PATCH 007/298] =?UTF-8?q?Wed=20Aug=2023=202023=2017:23:14=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 dcaaf5e..9460017 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1 +1 @@ -\c 1 \v 1Estas son as palabras que Moisés falou a todo Israel no deserto ao outro lado do río Xordán frente a Suf, entre Parán, Tofel, Labán, Hazerot e Dizahab. \v 2 Son once días de camiño entre Horeb e Cades. \ No newline at end of file +\c 1 \v 1 Estas son as palabras que lle dirixiu Moisés a todo Israel no deserto na outra beira do río Xordán en frente a Suf, entre Parán, Tofel, Labán, Hazerot e Dizahab. \v 2 Son once días de camiño entre Horeb e Cades-barnea polo camiño do monte Seir \ No newline at end of file From 317235d3bd65420c23e0b51f987e00710f250e1e Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 23 Aug 2023 17:25:15 +0200 Subject: [PATCH 008/298] =?UTF-8?q?Wed=20Aug=2023=202023=2017:25:14=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 9b11821..e27b286 100644 --- a/manifest.json +++ b/manifest.json @@ -37,6 +37,7 @@ "Ana Iglesias Duran" ], "finished_chunks": [ - "01-title" + "01-title", + "01-01" ] } \ No newline at end of file From 86a541c6b74ac0f7d96c66d70a8a987ada39da5c Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 23 Aug 2023 17:27:15 +0200 Subject: [PATCH 009/298] =?UTF-8?q?Wed=20Aug=2023=202023=2017:27:14=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/03.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 01/03.txt diff --git a/01/03.txt b/01/03.txt new file mode 100644 index 0000000..ee50294 --- /dev/null +++ b/01/03.txt @@ -0,0 +1 @@ +O día primeiro do mes undecimo do ano cuarenta, f \ No newline at end of file From 0c637104f6bede037e2982b2a511e6cb3037c29a Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 23 Aug 2023 17:29:15 +0200 Subject: [PATCH 010/298] =?UTF-8?q?Wed=20Aug=2023=202023=2017:29:14=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/03.txt b/01/03.txt index ee50294..4b015dc 100644 --- a/01/03.txt +++ b/01/03.txt @@ -1 +1 @@ -O día primeiro do mes undecimo do ano cuarenta, f \ No newline at end of file +O día primeiro do mes undecimo do ano cuarenta, Moisés falou cos fillos de Israel segundo todo o que o Señor lle mandou que lles dixera, despois de que Moisés \ No newline at end of file From 46f99c468705f601fe9f3643e8121b63dd7f28f8 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 23 Aug 2023 17:31:15 +0200 Subject: [PATCH 011/298] =?UTF-8?q?Wed=20Aug=2023=202023=2017:31:14=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/03.txt b/01/03.txt index 4b015dc..95da3d3 100644 --- a/01/03.txt +++ b/01/03.txt @@ -1 +1 @@ -O día primeiro do mes undecimo do ano cuarenta, Moisés falou cos fillos de Israel segundo todo o que o Señor lle mandou que lles dixera, despois de que Moisés \ No newline at end of file +O día primeiro do mes undecimo do ano cuarenta, Moisés falou cos fillos de Israel segundo todo o que o Señor lle mandou que lles dixera, despois de que Moisés derrotara a Sehón o rei dos amorreos que reinaba en Hesbón e despois de que derrotara en Edrei a Og ao rei de Baxán \ No newline at end of file From cbd94e1ea6322b883266f2bad08ee38ba48388b7 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 23 Aug 2023 17:35:14 +0200 Subject: [PATCH 012/298] =?UTF-8?q?Wed=20Aug=2023=202023=2017:35:13=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/03.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/01/03.txt b/01/03.txt index 95da3d3..4d36b7d 100644 --- a/01/03.txt +++ b/01/03.txt @@ -1 +1 @@ -O día primeiro do mes undecimo do ano cuarenta, Moisés falou cos fillos de Israel segundo todo o que o Señor lle mandou que lles dixera, despois de que Moisés derrotara a Sehón o rei dos amorreos que reinaba en Hesbón e despois de que derrotara en Edrei a Og ao rei de Baxán \ No newline at end of file +\v 3 \v 4 O día primeiro do mes undecimo do ano cuarenta, Moisés falou cos fillos de Israel segundo todo o que o Señor lle mandou que lles dixera, despois de que Moisés derrotara a Sehón o rei dos amorreos que reinaba en Hesbón e despois de que derrotara en Edrei a Og ao rei de Baxán. \ No newline at end of file diff --git a/manifest.json b/manifest.json index e27b286..c63c351 100644 --- a/manifest.json +++ b/manifest.json @@ -38,6 +38,7 @@ ], "finished_chunks": [ "01-title", - "01-01" + "01-01", + "01-03" ] } \ No newline at end of file From 5108e7134c0162b52baccb098bbb301b42abde3d Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 5 Sep 2023 15:20:14 +0200 Subject: [PATCH 013/298] =?UTF-8?q?Tue=20Sep=2005=202023=2015:20:13=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/03.txt b/01/03.txt index 4d36b7d..da83af3 100644 --- a/01/03.txt +++ b/01/03.txt @@ -1 +1 @@ -\v 3 \v 4 O día primeiro do mes undecimo do ano cuarenta, Moisés falou cos fillos de Israel segundo todo o que o Señor lle mandou que lles dixera, despois de que Moisés derrotara a Sehón o rei dos amorreos que reinaba en Hesbón e despois de que derrotara en Edrei a Og ao rei de Baxán. \ No newline at end of file +\v 3 O día primeiro do mes undecimo do ano cuarenta, Moisés falou cos fillos de Israel segundo todo o que o Señor lle mandou que lles dixera, \v 4 despois de que Moisés derrotara a Sehón o rei dos amorreos que reinaba en Hesbón e despois de que derrotara en Edrei a Og ao rei de Baxán. \ No newline at end of file From 61ed99e7db70af01a2c0ee933239b4ccabe818cd Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 5 Sep 2023 15:45:17 +0200 Subject: [PATCH 014/298] =?UTF-8?q?Tue=20Sep=2005=202023=2015:45:16=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 81192b8..d54f985 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "package_version": 6, + "package_version": 7, "format": "usfm", "generator": { "name": "ts-desktop", From a8763f53f601f468821b2bbafe2fab2c8ed199b1 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 5 Sep 2023 15:45:23 +0200 Subject: [PATCH 015/298] =?UTF-8?q?Tue=20Sep=2005=202023=2015:45:23=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 45204d9..c63c351 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "package_version": 7, + "package_version": 6, "format": "usfm", "generator": { "name": "ts-desktop", From 7871c1c0e1fb641210ecaf4a5b15d7fc34ab2f21 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 5 Sep 2023 16:14:16 +0200 Subject: [PATCH 016/298] =?UTF-8?q?Tue=20Sep=2005=202023=2016:14:15=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/07.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 01/07.txt diff --git a/01/07.txt b/01/07.txt new file mode 100644 index 0000000..4c6483e --- /dev/null +++ b/01/07.txt @@ -0,0 +1 @@ +\v 7 \v 8 Volvede, poñedevos en marcha e ide cara a rexión montañosa dos amorreos e onda os seus veciños Arabá, ma \ No newline at end of file From 1cdc11cd0063ed180fcc05da080b456c4147dbb4 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 5 Sep 2023 16:16:16 +0200 Subject: [PATCH 017/298] =?UTF-8?q?Tue=20Sep=2005=202023=2016:16:15=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/07.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/07.txt b/01/07.txt index 4c6483e..518f492 100644 --- a/01/07.txt +++ b/01/07.txt @@ -1 +1 @@ -\v 7 \v 8 Volvede, poñedevos en marcha e ide cara a rexión montañosa dos amorreos e onda os seus veciños Arabá, ma \ No newline at end of file +\v 7 \v 8 Volvede, poñedevos en marcha e ide cara a rexión montañosa dos amorreos e onda os seus veciños Arabá, nas montañas, no val, no Neguev e pola beira do mar, a terra dos cananeos e o Líbano, ata o río grande, o río Éufrates. Mirade que puxen a terra diante de vos \ No newline at end of file From db2ad5b6809625068f23c0422d01ba669b03a8ac Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 5 Sep 2023 16:18:16 +0200 Subject: [PATCH 018/298] =?UTF-8?q?Tue=20Sep=2005=202023=2016:18:15=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/07.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/07.txt b/01/07.txt index 518f492..27bfcc7 100644 --- a/01/07.txt +++ b/01/07.txt @@ -1 +1 @@ -\v 7 \v 8 Volvede, poñedevos en marcha e ide cara a rexión montañosa dos amorreos e onda os seus veciños Arabá, nas montañas, no val, no Neguev e pola beira do mar, a terra dos cananeos e o Líbano, ata o río grande, o río Éufrates. Mirade que puxen a terra diante de vos \ No newline at end of file +\v 7 \v 8 Volvede, poñedevos en marcha e ide cara a rexión montañosa dos amorreos e onda os seus veciños Arabá, nas montañas, no val, no Neguev e pola beira do mar, a terra dos cananeos e o Líbano, ata o río grande, o río Éufrates. Mirade que puxen a terra diante de vos. Entrade e posuide a terra que o Señor xurou dar aos vosos pais Abraham, Isaac e Xacobe, a eles e \ No newline at end of file From 1b794c9e6d78c40cc0e91af5311f95c76fd4329c Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 5 Sep 2023 16:20:16 +0200 Subject: [PATCH 019/298] =?UTF-8?q?Tue=20Sep=2005=202023=2016:20:15=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/07.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/01/07.txt b/01/07.txt index 27bfcc7..2dc025b 100644 --- a/01/07.txt +++ b/01/07.txt @@ -1 +1 @@ -\v 7 \v 8 Volvede, poñedevos en marcha e ide cara a rexión montañosa dos amorreos e onda os seus veciños Arabá, nas montañas, no val, no Neguev e pola beira do mar, a terra dos cananeos e o Líbano, ata o río grande, o río Éufrates. Mirade que puxen a terra diante de vos. Entrade e posuide a terra que o Señor xurou dar aos vosos pais Abraham, Isaac e Xacobe, a eles e \ No newline at end of file +\v 7 Volvede, poñedevos en marcha e ide cara a rexión montañosa dos amorreos e onda os seus veciños Arabá, nas montañas, no val, no Neguev e pola beira do mar, a terra dos cananeos e o Líbano, ata o río grande, o río Éufrates. \v 8 Mirade que puxen a terra diante de vos. Entrade e posuide a terra que o Señor xurou dar aos vosos pais Abraham, Isaac e Xacobe, a eles e despois a súa descendencia. \ No newline at end of file diff --git a/manifest.json b/manifest.json index c63c351..e5db482 100644 --- a/manifest.json +++ b/manifest.json @@ -39,6 +39,7 @@ "finished_chunks": [ "01-title", "01-01", - "01-03" + "01-03", + "01-07" ] } \ No newline at end of file From 0c66953c85eea022451ad45e291ab9b850536e59 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 5 Sep 2023 16:22:16 +0200 Subject: [PATCH 020/298] =?UTF-8?q?Tue=20Sep=2005=202023=2016:22:15=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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..39b201d --- /dev/null +++ b/01/09.txt @@ -0,0 +1 @@ +\v 9 \v 10 \v 11 Naquel tempo faleivos deste xeito: Eu so non podo levar a carga por todos vos. \ No newline at end of file From db3e267fbdbf03e6afe1cbb005cc885f8fb863a1 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 5 Sep 2023 16:24:16 +0200 Subject: [PATCH 021/298] =?UTF-8?q?Tue=20Sep=2005=202023=2016:24:15=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 39b201d..1c466b7 100644 --- a/01/09.txt +++ b/01/09.txt @@ -1 +1 @@ -\v 9 \v 10 \v 11 Naquel tempo faleivos deste xeito: Eu so non podo levar a carga por todos vos. \ No newline at end of file +\v 9 \v 10 \v 11 Naquel tempo faleivos deste xeito: Eu so non podo levar a carga por todos vos. O Señor, voso Deus multiplicouvos e agora sodes unha multitude como as estrelas do ceo. Que o Señor, o Deus dos vosos pais, vos multiplique mil veces mais do que sodes e vos bendiga, tal e \ No newline at end of file From 2d53e42af7d5d9cd4ac6a9a8375882a1f2b90f91 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 5 Sep 2023 16:26:16 +0200 Subject: [PATCH 022/298] =?UTF-8?q?Tue=20Sep=2005=202023=2016:26:15=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 1c466b7..1dfcd96 100644 --- a/01/09.txt +++ b/01/09.txt @@ -1 +1 @@ -\v 9 \v 10 \v 11 Naquel tempo faleivos deste xeito: Eu so non podo levar a carga por todos vos. O Señor, voso Deus multiplicouvos e agora sodes unha multitude como as estrelas do ceo. Que o Señor, o Deus dos vosos pais, vos multiplique mil veces mais do que sodes e vos bendiga, tal e \ No newline at end of file +\v 9 \v 10 \v 11 Naquel tempo faleivos deste xeito: "Eu so non podo levar a carga por todos vos". O Señor, voso Deus multiplicouvos e agora sodes unha multitude como as estrelas do ceo. Que o Señor, o Deus dos vosos pais, vos multiplique mil veces mais do que sodes e vos bendiga, tal e como prometeu. \ No newline at end of file From 17bc5964b7637b960c69a9128e2f224c593dd3ff Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 5 Sep 2023 16:28:44 +0200 Subject: [PATCH 023/298] =?UTF-8?q?Tue=20Sep=2005=202023=2016:28:43=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 1dfcd96..aae7c51 100644 --- a/01/09.txt +++ b/01/09.txt @@ -1 +1 @@ -\v 9 \v 10 \v 11 Naquel tempo faleivos deste xeito: "Eu so non podo levar a carga por todos vos". O Señor, voso Deus multiplicouvos e agora sodes unha multitude como as estrelas do ceo. Que o Señor, o Deus dos vosos pais, vos multiplique mil veces mais do que sodes e vos bendiga, tal e como prometeu. \ No newline at end of file +\v 9 \v 11 Naquel tempo faleivos deste xeito: "Eu so non podo levar a carga por todos vos". \v 10 O Señor, voso Deus multiplicouvos e agora sodes unha multitude como as estrelas do ceo. Que o Señor, o Deus dos vosos pais, vos multiplique mil veces mais do que sodes e vos bendiga, tal e como prometeu. \ No newline at end of file From b006cc80fc4699e6aa1275ffea7bba87a36730d4 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 5 Sep 2023 16:29:35 +0200 Subject: [PATCH 024/298] =?UTF-8?q?Tue=20Sep=2005=202023=2016:29:34=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/09.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/01/09.txt b/01/09.txt index aae7c51..be9d0d5 100644 --- a/01/09.txt +++ b/01/09.txt @@ -1 +1 @@ -\v 9 \v 11 Naquel tempo faleivos deste xeito: "Eu so non podo levar a carga por todos vos". \v 10 O Señor, voso Deus multiplicouvos e agora sodes unha multitude como as estrelas do ceo. Que o Señor, o Deus dos vosos pais, vos multiplique mil veces mais do que sodes e vos bendiga, tal e como prometeu. \ No newline at end of file +\v 9 Naquel tempo faleivos deste xeito: "Eu so non podo levar a carga por todos vos". \v 10 O Señor, voso Deus multiplicouvos e agora sodes unha multitude como as estrelas do ceo. \v 11 Que o Señor, o Deus dos vosos pais, vos multiplique mil veces mais do que sodes e vos bendiga, tal e como prometeu. \ No newline at end of file diff --git a/manifest.json b/manifest.json index e5db482..61940fd 100644 --- a/manifest.json +++ b/manifest.json @@ -40,6 +40,7 @@ "01-title", "01-01", "01-03", - "01-07" + "01-07", + "01-09" ] } \ No newline at end of file From f3768a5bda3324a72518007c647d15fe42215e70 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 5 Sep 2023 16:37:36 +0200 Subject: [PATCH 025/298] =?UTF-8?q?Tue=20Sep=2005=202023=2016:37:35=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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..7173966 --- /dev/null +++ b/01/12.txt @@ -0,0 +1 @@ +\v 12 \v 13 \v 14 Como podo levar o \ No newline at end of file From c3c562f6a478ba7ff2c1454532586f8bee47bcf0 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 5 Sep 2023 16:39:36 +0200 Subject: [PATCH 026/298] =?UTF-8?q?Tue=20Sep=2005=202023=2016:39:35=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 7173966..520e430 100644 --- a/01/12.txt +++ b/01/12.txt @@ -1 +1 @@ -\v 12 \v 13 \v 14 Como podo levar o \ No newline at end of file +\v 12 \v 13 \v 14 Como podo levar as vosas cargas, os vosos problemas e os vosos pleitos? Escollede homes sabios, entendidos e expertos de entre as vosas tribus, e eu os nomearei xe \ No newline at end of file From 238055a41ed85527d3b781f9c21e04249a15186f Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 5 Sep 2023 16:41:59 +0200 Subject: [PATCH 027/298] =?UTF-8?q?Tue=20Sep=2005=202023=2016:41:58=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 520e430..0332243 100644 --- a/01/12.txt +++ b/01/12.txt @@ -1 +1 @@ -\v 12 \v 13 \v 14 Como podo levar as vosas cargas, os vosos problemas e os vosos pleitos? Escollede homes sabios, entendidos e expertos de entre as vosas tribus, e eu os nomearei xe \ No newline at end of file +\v 12 \v 13 \v 14 Como podo levar as vosas cargas, os vosos problemas e os vosos pleitos? Escollede homes sabios, entendidos e expertos de entre as vosas tribus, e eu os nomearei xefes. Entón vos me respondestes: "Está ben que se faga como propós" \ No newline at end of file From b90f89276fb6a8be437f1b0d7bd283bfba1164a9 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 5 Sep 2023 16:43:46 +0200 Subject: [PATCH 028/298] =?UTF-8?q?Tue=20Sep=2005=202023=2016:43:45=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/12.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/01/12.txt b/01/12.txt index 0332243..b140ddd 100644 --- a/01/12.txt +++ b/01/12.txt @@ -1 +1 @@ -\v 12 \v 13 \v 14 Como podo levar as vosas cargas, os vosos problemas e os vosos pleitos? Escollede homes sabios, entendidos e expertos de entre as vosas tribus, e eu os nomearei xefes. Entón vos me respondestes: "Está ben que se faga como propós" \ No newline at end of file +\v 12 Como podo levar as vosas cargas, os vosos problemas e os vosos pleitos? \v 13 Escollede homes sabios, entendidos e expertos de entre as vosas tribus, e eu os nomearei xefes. \v 14 Entón vos me respondestes: "Está ben que se faga como propós" \ No newline at end of file diff --git a/manifest.json b/manifest.json index 61940fd..cafa066 100644 --- a/manifest.json +++ b/manifest.json @@ -41,6 +41,7 @@ "01-01", "01-03", "01-07", - "01-09" + "01-09", + "01-12" ] } \ No newline at end of file From 3406333a798a779786fba06bcc0834356b4bacd5 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 5 Sep 2023 16:45:44 +0200 Subject: [PATCH 029/298] =?UTF-8?q?Tue=20Sep=2005=202023=2016:45:44=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/15.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 01/15.txt diff --git a/01/15.txt b/01/15.txt new file mode 100644 index 0000000..107b8f4 --- /dev/null +++ b/01/15.txt @@ -0,0 +1 @@ +\v 15 \v 16 Así que escollí xefes das vosas tribus, homes sa \ No newline at end of file From 9f2b9a16fd4def4cf7fa43719d01f67f5aa0d91b Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 5 Sep 2023 16:47:44 +0200 Subject: [PATCH 030/298] =?UTF-8?q?Tue=20Sep=2005=202023=2016:47:43=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 107b8f4..2406e69 100644 --- a/01/15.txt +++ b/01/15.txt @@ -1 +1 @@ -\v 15 \v 16 Así que escollí xefes das vosas tribus, homes sa \ No newline at end of file +\v 15 \v 16 Así que escollí xefes das vosas tribus, homes instruidos e experimentados e os nomeu coma dirixenetes vosos: xefes de mil, xefes de cen, xefes de cincuenta e xefes de dez, e oficiais para as vosas tribus. \ No newline at end of file From d030766c7c2dcf9b29fd684c5948434d5151903d Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 5 Sep 2023 16:49:44 +0200 Subject: [PATCH 031/298] =?UTF-8?q?Tue=20Sep=2005=202023=2016:49:43=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 2406e69..31c0d66 100644 --- a/01/15.txt +++ b/01/15.txt @@ -1 +1 @@ -\v 15 \v 16 Así que escollí xefes das vosas tribus, homes instruidos e experimentados e os nomeu coma dirixenetes vosos: xefes de mil, xefes de cen, xefes de cincuenta e xefes de dez, e oficiais para as vosas tribus. \ No newline at end of file +\v 15 \v 16 Así que escollí xefes das vosas tribus, homes instruidos e experimentados e os nomeei vosos dirixenetes : xefes de mil, xefes de cento, xefes de cincuenta e xefes de dez, e oficiais para as vosas tribus. Naquel momento din instruccións \ No newline at end of file From 2ec79bae59c97327fdede46d0e70f62e9b620c4b Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 5 Sep 2023 16:51:45 +0200 Subject: [PATCH 032/298] =?UTF-8?q?Tue=20Sep=2005=202023=2016:51:44=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 31c0d66..67817e7 100644 --- a/01/15.txt +++ b/01/15.txt @@ -1 +1 @@ -\v 15 \v 16 Así que escollí xefes das vosas tribus, homes instruidos e experimentados e os nomeei vosos dirixenetes : xefes de mil, xefes de cento, xefes de cincuenta e xefes de dez, e oficiais para as vosas tribus. Naquel momento din instruccións \ No newline at end of file +\v 15 \v 16 Así que escollí xefes das vosas tribus, homes instruidos e experimentados e os nomeei vosos dirixenetes : xefes de mil, xefes de cento, xefes de cincuenta e xefes de dez, e oficiais para as vosas tribus. Naquel momento din instruccións aos xuices e lles dixen: "escoitade os pleiros entre os vosos irmans, e xulgade xustamente entre un e o seu irmán ou o extranxeiro está con el. \ No newline at end of file From 8d4e6108d3aa601ce8276e5fef754976bfa6f115 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 5 Sep 2023 16:53:28 +0200 Subject: [PATCH 033/298] =?UTF-8?q?Tue=20Sep=2005=202023=2016:53:27=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 67817e7..f434eb6 100644 --- a/01/15.txt +++ b/01/15.txt @@ -1 +1 @@ -\v 15 \v 16 Así que escollí xefes das vosas tribus, homes instruidos e experimentados e os nomeei vosos dirixenetes : xefes de mil, xefes de cento, xefes de cincuenta e xefes de dez, e oficiais para as vosas tribus. Naquel momento din instruccións aos xuices e lles dixen: "escoitade os pleiros entre os vosos irmans, e xulgade xustamente entre un e o seu irmán ou o extranxeiro está con el. \ No newline at end of file +\v 15 Así que escollí xefes das vosas tribus, homes instruidos e experimentados e os nomeei vosos dirixenetes : xefes de mil, xefes de cento, xefes de cincuenta e xefes de dez, e oficiais para as vosas tribus. \v 16 Naquel momento din instruccións aos xuices e lles dixen: "escoitade os pleitos entre os vosos irmans, e xulgade xustamente entre un e o seu irmán ou o extranxeiro está con el. \ No newline at end of file diff --git a/manifest.json b/manifest.json index cafa066..877db26 100644 --- a/manifest.json +++ b/manifest.json @@ -42,6 +42,7 @@ "01-03", "01-07", "01-09", - "01-12" + "01-12", + "01-15" ] } \ No newline at end of file From e24fb381faa10daab4fe9ae73aec687ebf5b5df7 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 5 Sep 2023 17:43:06 +0200 Subject: [PATCH 034/298] =?UTF-8?q?Tue=20Sep=2005=202023=2017:43:06=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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..efcd947 --- /dev/null +++ b/01/17.txt @@ -0,0 +1 @@ +Non discriminedes a ninguén n \ No newline at end of file From 85b9d92bba66bd2d2c65438cf7de934f4c2a34a0 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 5 Sep 2023 17:45:07 +0200 Subject: [PATCH 035/298] =?UTF-8?q?Tue=20Sep=2005=202023=2017:45:06=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 efcd947..a3dd43e 100644 --- a/01/17.txt +++ b/01/17.txt @@ -1 +1 @@ -Non discriminedes a ninguén n \ No newline at end of file +\v 17 \v 18 Non discriminedes as persoas, escoitade do mesmo xeito ao pequeno e ao grande. Non temades as persoas poque o xuizo é de Deur \ No newline at end of file From 379c48cd5cfeed492745b65226bb2d3127c42861 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 5 Sep 2023 17:47:06 +0200 Subject: [PATCH 036/298] =?UTF-8?q?Tue=20Sep=2005=202023=2017:47:06=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 a3dd43e..740a784 100644 --- a/01/17.txt +++ b/01/17.txt @@ -1 +1 @@ -\v 17 \v 18 Non discriminedes as persoas, escoitade do mesmo xeito ao pequeno e ao grande. Non temades as persoas poque o xuizo é de Deur \ No newline at end of file +\v 17 \v 18 Non discriminedes as persoas, escoitade do mesmo xeito ao pequeno e ao grande. Non temades as persoas poque o xuizo é de Deus. No caso de que sexa moi difícil para vos, traedemo a min, e eu o escoitarei. E pola ocasión, mandarei todas as cousas que \ No newline at end of file From 024ed03f5759c49567ed005b1f49e73b8aca2ba5 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 5 Sep 2023 17:48:54 +0200 Subject: [PATCH 037/298] =?UTF-8?q?Tue=20Sep=2005=202023=2017:48:54=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/17.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/01/17.txt b/01/17.txt index 740a784..053d6da 100644 --- a/01/17.txt +++ b/01/17.txt @@ -1 +1 @@ -\v 17 \v 18 Non discriminedes as persoas, escoitade do mesmo xeito ao pequeno e ao grande. Non temades as persoas poque o xuizo é de Deus. No caso de que sexa moi difícil para vos, traedemo a min, e eu o escoitarei. E pola ocasión, mandarei todas as cousas que \ No newline at end of file +\v 17 Non discriminedes as persoas, escoitade do mesmo xeito ao pequeno e ao grande. Non temades as persoas porque o xuizo é de Deus. No caso de que sexa moi difícil para vos, traedemo a min, e eu o escoitarei. \v 18 E pola ocasión, mandarei todas as cousas que terían que facer. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 877db26..4b0a431 100644 --- a/manifest.json +++ b/manifest.json @@ -43,6 +43,7 @@ "01-07", "01-09", "01-12", - "01-15" + "01-15", + "01-17" ] } \ No newline at end of file From 1ab9e3afea6ef41629b937cfd6fe4e75d456abee Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 6 Sep 2023 16:10:52 +0200 Subject: [PATCH 038/298] =?UTF-8?q?Wed=20Sep=2006=202023=2016:10:52=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/19.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 01/19.txt diff --git a/01/19.txt b/01/19.txt new file mode 100644 index 0000000..13528a3 --- /dev/null +++ b/01/19.txt @@ -0,0 +1 @@ +Logo saimos de Horeb epasamos por todo aquel inmenso e e terrible deserto que vistes, camiño da rexión dos amorreos, tal e como o Señorm noso Deus n \ No newline at end of file From a6d5685bb27a0020de35ffec4078af608251e943 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 6 Sep 2023 16:12:52 +0200 Subject: [PATCH 039/298] =?UTF-8?q?Wed=20Sep=2006=202023=2016:12:51=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/19.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/01/19.txt b/01/19.txt index 13528a3..0c90879 100644 --- a/01/19.txt +++ b/01/19.txt @@ -1 +1 @@ -Logo saimos de Horeb epasamos por todo aquel inmenso e e terrible deserto que vistes, camiño da rexión dos amorreos, tal e como o Señorm noso Deus n \ No newline at end of file +\v 19 Logo saímos de Horeb e pasamos por todo aquel deserto inmenso e e terrible que vistes, camiño da rexión dos amorreos, tal e como o Señor noso Deus nolo mandara e chegamos a Cades Barnea. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 4b0a431..001b742 100644 --- a/manifest.json +++ b/manifest.json @@ -44,6 +44,7 @@ "01-09", "01-12", "01-15", - "01-17" + "01-17", + "01-19" ] } \ No newline at end of file From 80d76afc7e1ebb913138050907507037dcff609a Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 6 Sep 2023 16:14:54 +0200 Subject: [PATCH 040/298] =?UTF-8?q?Wed=20Sep=2006=202023=2016:14:52=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/20.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 01/20.txt diff --git a/01/20.txt b/01/20.txt new file mode 100644 index 0000000..9b1a5b2 --- /dev/null +++ b/01/20.txt @@ -0,0 +1 @@ +Entón vos dixen: "Chegastes \ No newline at end of file From b563515c8014b4159cb6bb7db713e9e706e82085 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 6 Sep 2023 16:16:53 +0200 Subject: [PATCH 041/298] =?UTF-8?q?Wed=20Sep=2006=202023=2016:16:52=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 9b1a5b2..626b35b 100644 --- a/01/20.txt +++ b/01/20.txt @@ -1 +1 @@ -Entón vos dixen: "Chegastes \ No newline at end of file +\v 20 \v 21 Entón vos dixen: "Chegastes aos montes dos amorreos que p Señor noso Deus nos vai dar. Mira, o Señor o teu Deus puxo a terra diante de ti, tómaa \ No newline at end of file From b1b13cdd6400ee6b9b9fe353392002802421fe49 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 6 Sep 2023 16:18:53 +0200 Subject: [PATCH 042/298] =?UTF-8?q?Wed=20Sep=2006=202023=2016:18:52=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 626b35b..586acd9 100644 --- a/01/20.txt +++ b/01/20.txt @@ -1 +1 @@ -\v 20 \v 21 Entón vos dixen: "Chegastes aos montes dos amorreos que p Señor noso Deus nos vai dar. Mira, o Señor o teu Deus puxo a terra diante de ti, tómaa \ No newline at end of file +\v 20 \v 21 Entón vos dixen: "Chegastes aos montes dos amorreos que p Señor noso Deus nos vai dar. Mira, o Señor o teu Deus puxo a terra diante de ti, posúea, como prometeu o Señor, o Deus dos teu pais. Non teñas medo nen \ No newline at end of file From 10d49d7655c7ec713bc0288298d59923bbbd3ce2 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 6 Sep 2023 16:20:52 +0200 Subject: [PATCH 043/298] =?UTF-8?q?Wed=20Sep=2006=202023=2016:20:52=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/20.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/01/20.txt b/01/20.txt index 586acd9..c0a6554 100644 --- a/01/20.txt +++ b/01/20.txt @@ -1 +1 @@ -\v 20 \v 21 Entón vos dixen: "Chegastes aos montes dos amorreos que p Señor noso Deus nos vai dar. Mira, o Señor o teu Deus puxo a terra diante de ti, posúea, como prometeu o Señor, o Deus dos teu pais. Non teñas medo nen \ No newline at end of file +\v 20 Entón vos dixen: "Chegastes aos montes dos amorreos que p Señor noso Deus nos vai dar. \v 21 Mira, o Señor o teu Deus puxo a terra diante de ti, posúea, como prometeu o Señor, o Deus dos teu pais. Non teñas medo nen te acovardes. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 001b742..0b01b28 100644 --- a/manifest.json +++ b/manifest.json @@ -45,6 +45,7 @@ "01-12", "01-15", "01-17", - "01-19" + "01-19", + "01-20" ] } \ No newline at end of file From f0390a2b6b5f00a43ffccdc913bbf672ed45f0ac Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 6 Sep 2023 16:22:53 +0200 Subject: [PATCH 044/298] =?UTF-8?q?Wed=20Sep=2006=202023=2016:22:52=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/22.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 01/22.txt diff --git a/01/22.txt b/01/22.txt new file mode 100644 index 0000000..70902f1 --- /dev/null +++ b/01/22.txt @@ -0,0 +1 @@ +Ent~in todos vos viñestes diante de min e dixestes: "Mandemos uns homes diante de nos è-para que explores \ No newline at end of file From 42d08d254246decafe64180c2f47c59977219533 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 6 Sep 2023 16:24:53 +0200 Subject: [PATCH 045/298] =?UTF-8?q?Wed=20Sep=2006=202023=2016:24:52=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/22.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/22.txt b/01/22.txt index 70902f1..9bfed3c 100644 --- a/01/22.txt +++ b/01/22.txt @@ -1 +1 @@ -Ent~in todos vos viñestes diante de min e dixestes: "Mandemos uns homes diante de nos è-para que explores \ No newline at end of file +\v 22 \v 23 \v 24 Ent~in todos vos viñestes diante de min e dixestes: "Mandemos uns homes diante de nos è-para que exploren a terra e nos traian novas de cal é o camiño polo que debemos subir e das cidade nas cais \ No newline at end of file From d97723830acdf677fae3512d74b50faae36d34d8 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 6 Sep 2023 16:26:52 +0200 Subject: [PATCH 046/298] =?UTF-8?q?Wed=20Sep=2006=202023=2016:26:52=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/22.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/22.txt b/01/22.txt index 9bfed3c..5a5b070 100644 --- a/01/22.txt +++ b/01/22.txt @@ -1 +1 @@ -\v 22 \v 23 \v 24 Ent~in todos vos viñestes diante de min e dixestes: "Mandemos uns homes diante de nos è-para que exploren a terra e nos traian novas de cal é o camiño polo que debemos subir e das cidade nas cais \ No newline at end of file +\v 22 \v 23 \v 24 Ent~in todos vos viñestes diante de min e dixestes: "Mandemos uns homes diante de nos è-para que exploren a terra e nos traian novas de cal é o camiño polo que debemos subir e das cidade nas cais entraremos". E me pareceu unha boa proposta, e escollín a doce homes de entre todos vos, un de cada tribo \ No newline at end of file From 073be85b83d767a41372ad15975bad020f5f3b80 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 6 Sep 2023 16:28:53 +0200 Subject: [PATCH 047/298] =?UTF-8?q?Wed=20Sep=2006=202023=2016:28:52=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/22.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/22.txt b/01/22.txt index 5a5b070..663e231 100644 --- a/01/22.txt +++ b/01/22.txt @@ -1 +1 @@ -\v 22 \v 23 \v 24 Ent~in todos vos viñestes diante de min e dixestes: "Mandemos uns homes diante de nos è-para que exploren a terra e nos traian novas de cal é o camiño polo que debemos subir e das cidade nas cais entraremos". E me pareceu unha boa proposta, e escollín a doce homes de entre todos vos, un de cada tribo \ No newline at end of file +\v 22 \v 23 \v 24 Ent~in todos vos viñestes diante de min e dixestes: "Mandemos uns homes diante de nos è-para que exploren a terra e nos traian novas de cal é o camiño polo que debemos subir e das cidade nas cais entraremos". E me pareceu unha boa proposta, e escollín a doce homes de entre todos vós, un de cada tribo. \ No newline at end of file From 1d15c569a1aee11ac25ea79f4c71e13156021ab8 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 6 Sep 2023 16:30:53 +0200 Subject: [PATCH 048/298] =?UTF-8?q?Wed=20Sep=2006=202023=2016:30:52=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/22.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/22.txt b/01/22.txt index 663e231..52fce9b 100644 --- a/01/22.txt +++ b/01/22.txt @@ -1 +1 @@ -\v 22 \v 23 \v 24 Ent~in todos vos viñestes diante de min e dixestes: "Mandemos uns homes diante de nos è-para que exploren a terra e nos traian novas de cal é o camiño polo que debemos subir e das cidade nas cais entraremos". E me pareceu unha boa proposta, e escollín a doce homes de entre todos vós, un de cada tribo. \ No newline at end of file +\v 22 \v 23 \v 24 Ent~in todos vos viñestes diante de min e dixestes: "Mandemos uns homes diante de nos è-para que exploren a terra e nos traian novas de cal é o camiño polo que debemos subir e das cidade nas cais entraremos". E me pareceu unha boa proposta, e escollín a doce homes de entre todos vós, un de cada tribo. Eles saíron e e subiron á rexión montañosa e chegaron ao val de Escol e exploraron a terra. \ No newline at end of file From 9feee0492d47e9fe2661ea2d20d0e990e9c993d3 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 6 Sep 2023 16:32:53 +0200 Subject: [PATCH 049/298] =?UTF-8?q?Wed=20Sep=2006=202023=2016:32:52=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/22.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/22.txt b/01/22.txt index 52fce9b..f1dbb3d 100644 --- a/01/22.txt +++ b/01/22.txt @@ -1 +1 @@ -\v 22 \v 23 \v 24 Ent~in todos vos viñestes diante de min e dixestes: "Mandemos uns homes diante de nos è-para que exploren a terra e nos traian novas de cal é o camiño polo que debemos subir e das cidade nas cais entraremos". E me pareceu unha boa proposta, e escollín a doce homes de entre todos vós, un de cada tribo. Eles saíron e e subiron á rexión montañosa e chegaron ao val de Escol e exploraron a terra. \ No newline at end of file +\v 22 \v 23 \v 24 Entón todos vós viñestes diante de min e dixestes: "Mandemos uns homes diante de nos para que exploren a terra e nos traian novas de cal é o camiño polo que debemos subir e das cidade nas cais entraremos". E me pareceu unha boa proposta, e escollín a doce homes de entre todos vós, un de cada tribo. Eles saíron e e subiron á rexión montañosa e chegaron ao val de Escol e exploraron a terra. \ No newline at end of file From 658057dfdd66daadba3a09e4ec17fe7921727c3b Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 6 Sep 2023 16:34:53 +0200 Subject: [PATCH 050/298] =?UTF-8?q?Wed=20Sep=2006=202023=2016:34:52=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/22.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/22.txt b/01/22.txt index f1dbb3d..fbf558a 100644 --- a/01/22.txt +++ b/01/22.txt @@ -1 +1 @@ -\v 22 \v 23 \v 24 Entón todos vós viñestes diante de min e dixestes: "Mandemos uns homes diante de nos para que exploren a terra e nos traian novas de cal é o camiño polo que debemos subir e das cidade nas cais entraremos". E me pareceu unha boa proposta, e escollín a doce homes de entre todos vós, un de cada tribo. Eles saíron e e subiron á rexión montañosa e chegaron ao val de Escol e exploraron a terra. \ No newline at end of file +\v 22 \v 23 \v 24 Entón todos vós viñestes diante de min e dixestes: "Mandemos uns homes diante de nos para que exploren a terra e nos traian novas de cal é o camiño polo que debemos subir e das cidade nas cais entraremos". E me pareceu unha boa proposta, e escollín a doce homes de entre todos vós, un de cada tribo. Eles saíron e subiron á rexión montañosa e chegaron ao val de Escol e exploraron a terra. \ No newline at end of file From 9e825e5e21975b254d7fbbe558ba666b70e76fa5 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 6 Sep 2023 16:36:53 +0200 Subject: [PATCH 051/298] =?UTF-8?q?Wed=20Sep=2006=202023=2016:36:52=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/22.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/22.txt b/01/22.txt index fbf558a..2c3f38a 100644 --- a/01/22.txt +++ b/01/22.txt @@ -1 +1 @@ -\v 22 \v 23 \v 24 Entón todos vós viñestes diante de min e dixestes: "Mandemos uns homes diante de nos para que exploren a terra e nos traian novas de cal é o camiño polo que debemos subir e das cidade nas cais entraremos". E me pareceu unha boa proposta, e escollín a doce homes de entre todos vós, un de cada tribo. Eles saíron e subiron á rexión montañosa e chegaron ao val de Escol e exploraron a terra. \ No newline at end of file +\v 22 \v 24 Entón todos vós viñestes diante de min e dixestes: "Mandemos uns homes diante de nos para que exploren a terra e nos traian novas de cal é o camiño polo que debemos subir e das cidade nas cais entraremos". \v 23 E me pareceu unha boa proposta, e escollín a doce homes de entre todos vós, un de cada tribo. Eles saíron e subiron á rexión montañosa e chegaron ao val de Escol e exploraron a terra. \ No newline at end of file From 4a6b0b3d2ce5aca8b060dd18a2614f74842f2bfe Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 6 Sep 2023 16:38:53 +0200 Subject: [PATCH 052/298] =?UTF-8?q?Wed=20Sep=2006=202023=2016:38:52=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/22.txt | 2 +- manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/01/22.txt b/01/22.txt index 2c3f38a..99f6d1f 100644 --- a/01/22.txt +++ b/01/22.txt @@ -1 +1 @@ -\v 22 \v 24 Entón todos vós viñestes diante de min e dixestes: "Mandemos uns homes diante de nos para que exploren a terra e nos traian novas de cal é o camiño polo que debemos subir e das cidade nas cais entraremos". \v 23 E me pareceu unha boa proposta, e escollín a doce homes de entre todos vós, un de cada tribo. Eles saíron e subiron á rexión montañosa e chegaron ao val de Escol e exploraron a terra. \ No newline at end of file +\v 22 Entón todos vós viñestes diante de min e dixestes: "Mandemos uns homes diante de nos para que exploren a terra e nos traian novas de cal é o camiño polo que debemos subir e das cidade nas cais entraremos". \v 23 E me pareceu unha boa proposta, e escollín a doce homes de entre todos vós, un de cada tribo. \v 24 Eles saíron e subiron á rexión montañosa e chegaron ao val de Escol e exploraron a terra. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 0b01b28..c6a6b53 100644 --- a/manifest.json +++ b/manifest.json @@ -38,7 +38,6 @@ ], "finished_chunks": [ "01-title", - "01-01", "01-03", "01-07", "01-09", @@ -46,6 +45,7 @@ "01-15", "01-17", "01-19", - "01-20" + "01-20", + "01-22" ] } \ No newline at end of file From 417c7850bb8ced5c83d99446b9701659fe046614 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 6 Sep 2023 16:40:53 +0200 Subject: [PATCH 053/298] =?UTF-8?q?Wed=20Sep=2006=202023=2016:40:52=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/01.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/01/01.txt b/01/01.txt index 9460017..4b4199d 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1 +1 @@ -\c 1 \v 1 Estas son as palabras que lle dirixiu Moisés a todo Israel no deserto na outra beira do río Xordán en frente a Suf, entre Parán, Tofel, Labán, Hazerot e Dizahab. \v 2 Son once días de camiño entre Horeb e Cades-barnea polo camiño do monte Seir \ No newline at end of file +\c 1 \v 1 Estas son as palabras que lle dirixiu Moisés a todo Israel no deserto na outra beira do río Xordán en frente a Suf, entre Parán, Tofel, Labán, Hazerot e Dizahab. \v 2 Son once días de camiño entre Horeb e Cades Barnea polo camiño do monte Seir. \ No newline at end of file diff --git a/manifest.json b/manifest.json index c6a6b53..39febda 100644 --- a/manifest.json +++ b/manifest.json @@ -38,6 +38,7 @@ ], "finished_chunks": [ "01-title", + "01-01", "01-03", "01-07", "01-09", From 1601e7d9ec04fd430afd7bc49d978f29abf05d40 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 8 Sep 2023 16:35:53 +0200 Subject: [PATCH 054/298] =?UTF-8?q?Fri=20Sep=2008=202023=2016:35:53=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/05.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 01/05.txt diff --git a/01/05.txt b/01/05.txt new file mode 100644 index 0000000..4fe22e9 --- /dev/null +++ b/01/05.txt @@ -0,0 +1 @@ +Moisés comezou a o otro lado do Xordán, naterra de Moab \ No newline at end of file From be752f8f0ca6b494d08138ac4e98ec58340e07bf Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 8 Sep 2023 16:37:54 +0200 Subject: [PATCH 055/298] =?UTF-8?q?Fri=20Sep=2008=202023=2016:37:53=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/05.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/05.txt b/01/05.txt index 4fe22e9..b816785 100644 --- a/01/05.txt +++ b/01/05.txt @@ -1 +1 @@ -Moisés comezou a o otro lado do Xordán, naterra de Moab \ No newline at end of file +\v 5 \v 6 Moisés comezou a explicar esta lei ao otro lado do Xordán, na terra de Moab: "O Señor, noso Deus, falounos en Horeb e dixo: " \ No newline at end of file From 5b75b75e5fdf3d78aca502fba8bf99f4e5568b8d Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 8 Sep 2023 16:39:54 +0200 Subject: [PATCH 056/298] =?UTF-8?q?Fri=20Sep=2008=202023=2016:39:53=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/05.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/01/05.txt b/01/05.txt index b816785..3ebe395 100644 --- a/01/05.txt +++ b/01/05.txt @@ -1 +1 @@ -\v 5 \v 6 Moisés comezou a explicar esta lei ao otro lado do Xordán, na terra de Moab: "O Señor, noso Deus, falounos en Horeb e dixo: " \ No newline at end of file +\v 5 Moisés comezou a explicar esta lei ao otro lado do Xordán, na terra de Moab: \v 6 "O Señor, noso Deus, falounos en Horeb e dixo: "Xa permanecistes bastante tempo neste monte." \ No newline at end of file diff --git a/manifest.json b/manifest.json index 39febda..2f936bc 100644 --- a/manifest.json +++ b/manifest.json @@ -40,6 +40,7 @@ "01-title", "01-01", "01-03", + "01-05", "01-07", "01-09", "01-12", From ef65e9529465eae1d357dec18e577407a909e66f Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 8 Sep 2023 16:45:54 +0200 Subject: [PATCH 057/298] =?UTF-8?q?Fri=20Sep=2008=202023=2016:45:53=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/25.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 01/25.txt diff --git a/01/25.txt b/01/25.txt new file mode 100644 index 0000000..44df9cb --- /dev/null +++ b/01/25.txt @@ -0,0 +1 @@ +Colleron o fruto da terra e nolo trouxeron e nos diron un informe e dixeron: \ No newline at end of file From 87759a572980cf542b7428740d8fee9be8566557 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 8 Sep 2023 16:47:54 +0200 Subject: [PATCH 058/298] =?UTF-8?q?Fri=20Sep=2008=202023=2016:47:53=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/25.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/25.txt b/01/25.txt index 44df9cb..3763a4b 100644 --- a/01/25.txt +++ b/01/25.txt @@ -1 +1 @@ -Colleron o fruto da terra e nolo trouxeron e nos diron un informe e dixeron: \ No newline at end of file +\v 25 Colleron o froito da terra e nolo trouxeron e nos informaron e dixeron: "É unha boa terra a que o Señor o nos \ No newline at end of file From 18c4beb0856b51d021b367328346b14dbdd947c3 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 8 Sep 2023 16:49:54 +0200 Subject: [PATCH 059/298] =?UTF-8?q?Fri=20Sep=2008=202023=2016:49:54=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/25.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/01/25.txt b/01/25.txt index 3763a4b..5e90a1a 100644 --- a/01/25.txt +++ b/01/25.txt @@ -1 +1 @@ -\v 25 Colleron o froito da terra e nolo trouxeron e nos informaron e dixeron: "É unha boa terra a que o Señor o nos \ No newline at end of file +\v 25 Colleron o froito da terra e nolo trouxeron e nos informaron e dixeron: "É unha boa terra a que o Señor o nos Deus nos da". \ No newline at end of file diff --git a/manifest.json b/manifest.json index 2f936bc..3a9cf3f 100644 --- a/manifest.json +++ b/manifest.json @@ -48,6 +48,7 @@ "01-17", "01-19", "01-20", - "01-22" + "01-22", + "01-25" ] } \ No newline at end of file From 09db5babdf52edde076e84dc51746ff41a5314d0 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 10 Sep 2023 17:53:33 +0200 Subject: [PATCH 060/298] =?UTF-8?q?Sun=20Sep=2010=202023=2017:53:32=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/26.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 01/26.txt diff --git a/01/26.txt b/01/26.txt new file mode 100644 index 0000000..75cc309 --- /dev/null +++ b/01/26.txt @@ -0,0 +1 @@ +Ainda así, non quixestes subir, e vos rebelastes con \ No newline at end of file From e3d1ee6a13ac570ea4986a3461bb29d9b7b40c72 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 10 Sep 2023 17:55:33 +0200 Subject: [PATCH 061/298] =?UTF-8?q?Sun=20Sep=2010=202023=2017:55:32=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/26.txt b/01/26.txt index 75cc309..890019a 100644 --- a/01/26.txt +++ b/01/26.txt @@ -1 +1 @@ -Ainda así, non quixestes subir, e vos rebelastes con \ No newline at end of file +Ainda así, non quixestes subir, e vos rebelastes contra a \ No newline at end of file From 04b33027e7718f6ad1bf06e9ba5e7e2eb8f83a81 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 10 Sep 2023 17:57:33 +0200 Subject: [PATCH 062/298] =?UTF-8?q?Sun=20Sep=2010=202023=2017:57:32=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/26.txt b/01/26.txt index 890019a..26ceb64 100644 --- a/01/26.txt +++ b/01/26.txt @@ -1 +1 @@ -Ainda así, non quixestes subir, e vos rebelastes contra a \ No newline at end of file +\v 26 \v 27 \v 28 Ainda así, non quixestes subir, e vos rebelastes contra a orde do Señor o voso Deus. E rexoubastes nas vosas tendas e dixestes: "Porque o Señor nos aborrece \ No newline at end of file From 1382bcded58f8bd8b23f68c13a745cac14f7016c Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 10 Sep 2023 17:59:33 +0200 Subject: [PATCH 063/298] =?UTF-8?q?Sun=20Sep=2010=202023=2017:59:32=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/26.txt b/01/26.txt index 26ceb64..4dc8f5b 100644 --- a/01/26.txt +++ b/01/26.txt @@ -1 +1 @@ -\v 26 \v 27 \v 28 Ainda así, non quixestes subir, e vos rebelastes contra a orde do Señor o voso Deus. E rexoubastes nas vosas tendas e dixestes: "Porque o Señor nos aborrece \ No newline at end of file +\v 26 \v 27 \v 28 Aínda así, non quixestes subir, e vos rebelastes contra a orde do Señor o voso Deus. E rexoubastes nas vosas tendas e dixestes: "Porque o Señor nos aborrece, sacounos da terra de Exipto para entregarnos nas mans dos amorreos e destruirnos." \ No newline at end of file From 402928e9e5f09b3d77746c44ae19bcf1ea7f543e Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 10 Sep 2023 18:01:33 +0200 Subject: [PATCH 064/298] =?UTF-8?q?Sun=20Sep=2010=202023=2018:01:32=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/26.txt b/01/26.txt index 4dc8f5b..78a6538 100644 --- a/01/26.txt +++ b/01/26.txt @@ -1 +1 @@ -\v 26 \v 27 \v 28 Aínda así, non quixestes subir, e vos rebelastes contra a orde do Señor o voso Deus. E rexoubastes nas vosas tendas e dixestes: "Porque o Señor nos aborrece, sacounos da terra de Exipto para entregarnos nas mans dos amorreos e destruirnos." \ No newline at end of file +\v 26 \v 27 \v 28 Aínda así, non quixestes subir, e vos rebelastes contra a orde do Señor o voso Deus. E rexoubastes nas vosas tendas e dixestes: "Porque o Señor nos aborrece, sacounos da terra de Exipto para entregarnos nas mans dos amorreos e destruirnos." Onde subiremos? \ No newline at end of file From 3dcdbc7dd9edffb1a7e3e128fb06a694070365d9 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 10 Sep 2023 18:03:33 +0200 Subject: [PATCH 065/298] =?UTF-8?q?Sun=20Sep=2010=202023=2018:03:32=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/26.txt b/01/26.txt index 78a6538..83ea28e 100644 --- a/01/26.txt +++ b/01/26.txt @@ -1 +1 @@ -\v 26 \v 27 \v 28 Aínda así, non quixestes subir, e vos rebelastes contra a orde do Señor o voso Deus. E rexoubastes nas vosas tendas e dixestes: "Porque o Señor nos aborrece, sacounos da terra de Exipto para entregarnos nas mans dos amorreos e destruirnos." Onde subiremos? \ No newline at end of file +\v 26 \v 27 \v 28 Aínda así, non quixestes subir, e vos rebelastes contra a orde do Señor o voso Deus. E rexoubastes nas vosas tendas e dixestes: "Porque o Señor nos aborrece, sacounos da terra de Exipto para entregarnos nas mans dos amorreos e destruirnos." Onde subiremos?Os nosos irmáns nos intimidaron dicindo: Son un pobo máis grande e máis forte que nos; as cidades son grandes e \ No newline at end of file From 01dd8d4abb0dce0ca665757b7d3ba45a7b3d094c Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 10 Sep 2023 18:05:33 +0200 Subject: [PATCH 066/298] =?UTF-8?q?Sun=20Sep=2010=202023=2018:05:32=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/26.txt b/01/26.txt index 83ea28e..ef9f74e 100644 --- a/01/26.txt +++ b/01/26.txt @@ -1 +1 @@ -\v 26 \v 27 \v 28 Aínda así, non quixestes subir, e vos rebelastes contra a orde do Señor o voso Deus. E rexoubastes nas vosas tendas e dixestes: "Porque o Señor nos aborrece, sacounos da terra de Exipto para entregarnos nas mans dos amorreos e destruirnos." Onde subiremos?Os nosos irmáns nos intimidaron dicindo: Son un pobo máis grande e máis forte que nos; as cidades son grandes e \ No newline at end of file +\v 26 Aínda así, non quixestes subir, e vos rebelastes contra a orde do Señor o voso Deus. \v 27 E rexoubastes nas vosas tendas e dixestes: "Porque o Señor nos aborrece, sacounos da terra de Exipto para entregarnos nas mans dos amorreos e destruirnos." \v 28 Onde subiremos? Os nosos irmáns nos intimidaron dicindo: Son un pobo máis grande e máis forte ca nos; as cidades son grandes e fortificadas ata o ceo. E vimos alí aos anaquitas. \ No newline at end of file From 476de86e0d4aa8059926a20e8c9b89aed83725f3 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 10 Sep 2023 18:05:52 +0200 Subject: [PATCH 067/298] =?UTF-8?q?Sun=20Sep=2010=202023=2018:05:51=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 3a9cf3f..2b9fb12 100644 --- a/manifest.json +++ b/manifest.json @@ -49,6 +49,7 @@ "01-19", "01-20", "01-22", - "01-25" + "01-25", + "01-26" ] } \ No newline at end of file From 922666d346813deea63f73280413c90a6c09c5c5 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 10 Sep 2023 18:09:37 +0200 Subject: [PATCH 068/298] =?UTF-8?q?Sun=20Sep=2010=202023=2018:09:37=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/29.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 01/29.txt diff --git a/01/29.txt b/01/29.txt new file mode 100644 index 0000000..7b91878 --- /dev/null +++ b/01/29.txt @@ -0,0 +1 @@ +Entón eu vos dixen: "Non temades nin teñades medo. O Señor o voso Deus vai diante de vos, El pelexará por vos, así como fixo diante dos vosos ollos en Exipto e no deserto, \ No newline at end of file From 462103dd4f4006ee02b1527dbfa4e495ab422dca Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 10 Sep 2023 18:11:37 +0200 Subject: [PATCH 069/298] =?UTF-8?q?Sun=20Sep=2010=202023=2018:11:37=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/29.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/29.txt b/01/29.txt index 7b91878..aede89d 100644 --- a/01/29.txt +++ b/01/29.txt @@ -1 +1 @@ -Entón eu vos dixen: "Non temades nin teñades medo. O Señor o voso Deus vai diante de vos, El pelexará por vos, así como fixo diante dos vosos ollos en Exipto e no deserto, \ No newline at end of file +Entón eu vos dixen: "Non temades nin teñades medo. O Señor o voso Deus vai diante de vos, El pelexará por vos, así como fixo diante dos vosos ollos en Exipto e no deserto, onde vistes como o Señor o voso Deus vos levou, como un home leva ao seu fillo, por todo o camiño que andiveron ata chegar a este lugar." \ No newline at end of file From 93c56e4f397b081fcb0a53e15214b72e1664ae48 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 10 Sep 2023 18:13:37 +0200 Subject: [PATCH 070/298] =?UTF-8?q?Sun=20Sep=2010=202023=2018:13:37=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/29.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/01/29.txt b/01/29.txt index aede89d..9ebc079 100644 --- a/01/29.txt +++ b/01/29.txt @@ -1 +1 @@ -Entón eu vos dixen: "Non temades nin teñades medo. O Señor o voso Deus vai diante de vos, El pelexará por vos, así como fixo diante dos vosos ollos en Exipto e no deserto, onde vistes como o Señor o voso Deus vos levou, como un home leva ao seu fillo, por todo o camiño que andiveron ata chegar a este lugar." \ No newline at end of file +\v 29 Entón eu vos dixen: "Non temades nin teñades medo. \v 30 O Señor o voso Deus vai diante de vos, El pelexará por vos, así como fixo diante dos vosos ollos en Exipto \v 31 e no deserto, onde vistes como o Señor o voso Deus vos levou, como un home leva ao seu fillo, por todo o camiño que andiveron ata chegar a este lugar." \ No newline at end of file diff --git a/manifest.json b/manifest.json index 2b9fb12..c1befe1 100644 --- a/manifest.json +++ b/manifest.json @@ -50,6 +50,7 @@ "01-20", "01-22", "01-25", - "01-26" + "01-26", + "01-29" ] } \ No newline at end of file From 31a4536a2ecf1a9ec9bf9da71bbf0a362c1ee56c Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 26 Sep 2023 15:24:56 +0200 Subject: [PATCH 071/298] =?UTF-8?q?Tue=20Sep=2026=202023=2015:24:55=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/32.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 01/32.txt diff --git a/01/32.txt b/01/32.txt new file mode 100644 index 0000000..b32fcda --- /dev/null +++ b/01/32.txt @@ -0,0 +1 @@ +\v 32 \v 33 Mais con todo isto non confiastes no Señor o voso Deus que ía diante de vós no camiño para biscarvos un sitio onde \ No newline at end of file From af3c2d7cddac7f93f273a42b0541351088138944 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 26 Sep 2023 15:26:56 +0200 Subject: [PATCH 072/298] =?UTF-8?q?Tue=20Sep=2026=202023=2015:26:55=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/32.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/32.txt b/01/32.txt index b32fcda..cf4c4d8 100644 --- a/01/32.txt +++ b/01/32.txt @@ -1 +1 @@ -\v 32 \v 33 Mais con todo isto non confiastes no Señor o voso Deus que ía diante de vós no camiño para biscarvos un sitio onde \ No newline at end of file +\v 32 \v 33 Mais con todo isto non confiastes no Señor o voso Deus que ía diante de vós no camiño para biscarvos un sitio onde acampar, con lume pola noite e con nube polo día pata amosarvos o camiño polo que deberiades andar. \ No newline at end of file From 67bcf1d8cd2eed5c29a1d18738c7fe47c46834c4 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 26 Sep 2023 15:28:56 +0200 Subject: [PATCH 073/298] =?UTF-8?q?Tue=20Sep=2026=202023=2015:28:55=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/32.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/32.txt b/01/32.txt index cf4c4d8..af1e6c5 100644 --- a/01/32.txt +++ b/01/32.txt @@ -1 +1 @@ -\v 32 \v 33 Mais con todo isto non confiastes no Señor o voso Deus que ía diante de vós no camiño para biscarvos un sitio onde acampar, con lume pola noite e con nube polo día pata amosarvos o camiño polo que deberiades andar. \ No newline at end of file +\v 32 \v 33 Mais con todo isto non confiastes no Señor o voso Deus que ía diante de vós no camiño para buscarvos un sitio onde acampar, con lume pola noite e con nube polo día pata amosarvos o camiño polo que deberiades andar. \ No newline at end of file From f6ad0e34a79330d285d04ef5f04b8b0538708c8e Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 26 Sep 2023 15:30:56 +0200 Subject: [PATCH 074/298] =?UTF-8?q?Tue=20Sep=2026=202023=2015:30:55=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/32.txt | 2 +- 01/34.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 01/34.txt diff --git a/01/32.txt b/01/32.txt index af1e6c5..cc499d2 100644 --- a/01/32.txt +++ b/01/32.txt @@ -1 +1 @@ -\v 32 \v 33 Mais con todo isto non confiastes no Señor o voso Deus que ía diante de vós no camiño para buscarvos un sitio onde acampar, con lume pola noite e con nube polo día pata amosarvos o camiño polo que deberiades andar. \ No newline at end of file +\v 32 Mais con todo isto non confiastes no Señor o voso Deus \v 33 quen ía diante de vós no camiño para buscarvos un sitio onde acampar, con lume pola noite e con nube polo día para amosarvos o camiño polo que deberiades andar. \ No newline at end of file diff --git a/01/34.txt b/01/34.txt new file mode 100644 index 0000000..f64126a --- /dev/null +++ b/01/34.txt @@ -0,0 +1 @@ +Ao escoitar o Señor o \ No newline at end of file diff --git a/manifest.json b/manifest.json index c1befe1..150acbc 100644 --- a/manifest.json +++ b/manifest.json @@ -51,6 +51,7 @@ "01-22", "01-25", "01-26", - "01-29" + "01-29", + "01-32" ] } \ No newline at end of file From ecaa88180fe479dcb9c47c8d5cabaf70106888b1 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 26 Sep 2023 15:32:56 +0200 Subject: [PATCH 075/298] =?UTF-8?q?Tue=20Sep=2026=202023=2015:32:55=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/34.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/34.txt b/01/34.txt index f64126a..a0d9fd8 100644 --- a/01/34.txt +++ b/01/34.txt @@ -1 +1 @@ -Ao escoitar o Señor o \ No newline at end of file +\v 34 \v 35 \v 36 Ao escoitar o Señor o rumor das vosas palabras, anoxouse e e xurou: "Ningún destes homes, desta xeración perversa, verá a boa terra que xurei dar aos seus an \ No newline at end of file From ec500f3bddde836b18258f97d4cd4a5bd249df34 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 26 Sep 2023 15:34:56 +0200 Subject: [PATCH 076/298] =?UTF-8?q?Tue=20Sep=2026=202023=2015:34:55=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/34.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/34.txt b/01/34.txt index a0d9fd8..18b368f 100644 --- a/01/34.txt +++ b/01/34.txt @@ -1 +1 @@ -\v 34 \v 35 \v 36 Ao escoitar o Señor o rumor das vosas palabras, anoxouse e e xurou: "Ningún destes homes, desta xeración perversa, verá a boa terra que xurei dar aos seus an \ No newline at end of file +\v 34 \v 35 \v 36 Ao escoitar o Señor o rumor das vosas palabras, anoxouse e e xurou: "Ningún destes homes, desta xeración perversa, verá a boa terra que xurei dar aos seus antepasados, excepto Caleb, fillo de Iefuneh. \ No newline at end of file From eb1be3164b70c54b2e7b24bac51720181554a7c3 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 26 Sep 2023 15:36:56 +0200 Subject: [PATCH 077/298] =?UTF-8?q?Tue=20Sep=2026=202023=2015:36:55=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/34.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/01/34.txt b/01/34.txt index 18b368f..ed52065 100644 --- a/01/34.txt +++ b/01/34.txt @@ -1 +1 @@ -\v 34 \v 35 \v 36 Ao escoitar o Señor o rumor das vosas palabras, anoxouse e e xurou: "Ningún destes homes, desta xeración perversa, verá a boa terra que xurei dar aos seus antepasados, excepto Caleb, fillo de Iefuneh. \ No newline at end of file +\v 34 Ao escoitar o Señor o rumor das vosas palabras, anoxouse e e xurou: \v 35 "Ningún destes homes, desta xeración perversa, verá a boa terra que xurei dar aos seus antepasados, \v 36 excepto Caleb, fillo de Iefuneh. El a verá, e a el e aos seus fillos dareilles a terra que pisou, xa que el seguiu fielmente ao Señor." \ No newline at end of file diff --git a/manifest.json b/manifest.json index 150acbc..cd2d269 100644 --- a/manifest.json +++ b/manifest.json @@ -52,6 +52,7 @@ "01-25", "01-26", "01-29", - "01-32" + "01-32", + "01-34" ] } \ No newline at end of file From 297e76f1615311743eb8e8290aaafd063ec1a63f Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 26 Sep 2023 15:40:56 +0200 Subject: [PATCH 078/298] =?UTF-8?q?Tue=20Sep=2026=202023=2015:40:55=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/37.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 01/37.txt diff --git a/01/37.txt b/01/37.txt new file mode 100644 index 0000000..3b88956 --- /dev/null +++ b/01/37.txt @@ -0,0 +1 @@ +O Señor se enfadou tamén contra min pola vosa culpa e dixo \ No newline at end of file From dae24c87a00e20ae529c03b5c270b92da232ef90 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 26 Sep 2023 15:42:56 +0200 Subject: [PATCH 079/298] =?UTF-8?q?Tue=20Sep=2026=202023=2015:42:55=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/37.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/37.txt b/01/37.txt index 3b88956..7b3d5a9 100644 --- a/01/37.txt +++ b/01/37.txt @@ -1 +1 @@ -O Señor se enfadou tamén contra min pola vosa culpa e dixo \ No newline at end of file +\v 37 \v 38 O Señor se enfadou tamén contra min pola vosa culpa e dixo:"Tampouco ti entrarás alá. Xosué, fillo de Nun \ No newline at end of file From f21bcae79cc07e11c06258bf7a0556598976203d Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 26 Sep 2023 15:44:56 +0200 Subject: [PATCH 080/298] =?UTF-8?q?Tue=20Sep=2026=202023=2015:44:55=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/37.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/37.txt b/01/37.txt index 7b3d5a9..c4388ff 100644 --- a/01/37.txt +++ b/01/37.txt @@ -1 +1 @@ -\v 37 \v 38 O Señor se enfadou tamén contra min pola vosa culpa e dixo:"Tampouco ti entrarás alá. Xosué, fillo de Nun \ No newline at end of file +\v 37 \v 38 O Señor enfadouse tamén contra min pola vosa culpa e dixo:"Tampouco ti entrarás alá. Xosué, fillo de Nun, o teu axudador, el entrará; anímao, porque el fará que Israel a herde. \ No newline at end of file From b73b38f52ccab05877f947b475d54d5fe88027f9 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 26 Sep 2023 15:46:56 +0200 Subject: [PATCH 081/298] =?UTF-8?q?Tue=20Sep=2026=202023=2015:46:55=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/29.txt | 2 +- 01/37.txt | 2 +- manifest.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/01/29.txt b/01/29.txt index 9ebc079..4a9cb11 100644 --- a/01/29.txt +++ b/01/29.txt @@ -1 +1 @@ -\v 29 Entón eu vos dixen: "Non temades nin teñades medo. \v 30 O Señor o voso Deus vai diante de vos, El pelexará por vos, así como fixo diante dos vosos ollos en Exipto \v 31 e no deserto, onde vistes como o Señor o voso Deus vos levou, como un home leva ao seu fillo, por todo o camiño que andiveron ata chegar a este lugar." \ No newline at end of file +\v 29 Entón eu vos dixen: "Non temades nen teñades medo. \v 30 O Señor o voso Deus vai diante de vos, El pelexará por vos, así como fixo diante dos vosos ollos en Exipto \v 31 e no deserto, onde vistes como o Señor o voso Deus vos levou, como un home leva ao seu fillo, por todo o camiño que andiveron ata chegar a este lugar." \ No newline at end of file diff --git a/01/37.txt b/01/37.txt index c4388ff..21600bf 100644 --- a/01/37.txt +++ b/01/37.txt @@ -1 +1 @@ -\v 37 \v 38 O Señor enfadouse tamén contra min pola vosa culpa e dixo:"Tampouco ti entrarás alá. Xosué, fillo de Nun, o teu axudador, el entrará; anímao, porque el fará que Israel a herde. \ No newline at end of file +\v 37 O Señor enfadouse tamén contra min pola vosa culpa e dixo:"Tampouco ti entrarás alá. \v 38 Xosué, fillo de Nun, o teu axudador, el entrará; anímao, porque el fará que Israel a herde. \ No newline at end of file diff --git a/manifest.json b/manifest.json index cd2d269..ddc8b45 100644 --- a/manifest.json +++ b/manifest.json @@ -51,8 +51,8 @@ "01-22", "01-25", "01-26", - "01-29", "01-32", - "01-34" + "01-34", + "01-37" ] } \ No newline at end of file From 26d4ccbd5af83a02c7a846bf0c22030e9e0de42a Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 26 Sep 2023 15:48:56 +0200 Subject: [PATCH 082/298] =?UTF-8?q?Tue=20Sep=2026=202023=2015:48:55=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/29.txt | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/01/29.txt b/01/29.txt index 4a9cb11..f8d19c5 100644 --- a/01/29.txt +++ b/01/29.txt @@ -1 +1 @@ -\v 29 Entón eu vos dixen: "Non temades nen teñades medo. \v 30 O Señor o voso Deus vai diante de vos, El pelexará por vos, así como fixo diante dos vosos ollos en Exipto \v 31 e no deserto, onde vistes como o Señor o voso Deus vos levou, como un home leva ao seu fillo, por todo o camiño que andiveron ata chegar a este lugar." \ No newline at end of file +\v 29 Entón eu vos dixen: "Non temades nen teñades medo. \v 30 O Señor o voso Deus vai diante de vos, El pelexará por vos, así como fixo ante os vosos ollos en Exipto \v 31 e no deserto, onde vistes como o Señor o voso Deus vos levou, como un home leva ao seu fillo por todo o camiño que andivestes ata chegar a este lugar." \ No newline at end of file diff --git a/manifest.json b/manifest.json index ddc8b45..7b91091 100644 --- a/manifest.json +++ b/manifest.json @@ -51,7 +51,7 @@ "01-22", "01-25", "01-26", - "01-32", + "01-29", "01-34", "01-37" ] From 7f510390d4eb22b7ebe0715136e8a04248650581 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 26 Sep 2023 15:50:56 +0200 Subject: [PATCH 083/298] =?UTF-8?q?Tue=20Sep=2026=202023=2015:50:55=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/34.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/01/34.txt b/01/34.txt index ed52065..d3761cf 100644 --- a/01/34.txt +++ b/01/34.txt @@ -1 +1 @@ -\v 34 Ao escoitar o Señor o rumor das vosas palabras, anoxouse e e xurou: \v 35 "Ningún destes homes, desta xeración perversa, verá a boa terra que xurei dar aos seus antepasados, \v 36 excepto Caleb, fillo de Iefuneh. El a verá, e a el e aos seus fillos dareilles a terra que pisou, xa que el seguiu fielmente ao Señor." \ No newline at end of file +\v 34 Ao escoitar o Señor o rumor das vosas palabras, anoxouse e xurou: \v 35 "Ningún destes homes, desta xeración perversa, verá a boa terra que xurei dar aos vosos devanceiros, \v 36 excepto Caleb, fillo de Iefuneh. El veráa, e a el e aos seus fillos dareilles a terra que pisou, xa que el seguiu fielmente ao Señor." \ No newline at end of file diff --git a/manifest.json b/manifest.json index 7b91091..d0d22c4 100644 --- a/manifest.json +++ b/manifest.json @@ -52,6 +52,7 @@ "01-25", "01-26", "01-29", + "01-32", "01-34", "01-37" ] From 8c426137fd8b6bfcd52d949a1e2827a9f5ba8c03 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 26 Sep 2023 15:52:56 +0200 Subject: [PATCH 084/298] =?UTF-8?q?Tue=20Sep=2026=202023=2015:52:55=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/37.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/37.txt b/01/37.txt index 21600bf..4b3f312 100644 --- a/01/37.txt +++ b/01/37.txt @@ -1 +1 @@ -\v 37 O Señor enfadouse tamén contra min pola vosa culpa e dixo:"Tampouco ti entrarás alá. \v 38 Xosué, fillo de Nun, o teu axudador, el entrará; anímao, porque el fará que Israel a herde. \ No newline at end of file +\v 37 O Señor anoxouse tamén contra min pola vosa culpa e dixo:"Tampouco ti entrarás alá. \v 38 Xosué, fillo de Nun, o teu axudador, el entrará; anímao, porque el fará que Israel a herde. \ No newline at end of file From 39558b1d8a6035f5865b0f094371fb509260f06d Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 26 Sep 2023 15:58:56 +0200 Subject: [PATCH 085/298] =?UTF-8?q?Tue=20Sep=2026=202023=2015:58:55=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/39.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 01/39.txt diff --git a/01/39.txt b/01/39.txt new file mode 100644 index 0000000..aea5157 --- /dev/null +++ b/01/39.txt @@ -0,0 +1 @@ +En canto aos vosos nenos pequenos, que coidabades que virian ser presas, e os vosos fillos, que ainda hoxe non saben distinguir o ben do mal, entrarán alá, e a eles \ No newline at end of file From abff2ae63fa312314867764d9d8d664af2dc6d58 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 26 Sep 2023 16:00:56 +0200 Subject: [PATCH 086/298] =?UTF-8?q?Tue=20Sep=2026=202023=2016:00:55=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/39.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/39.txt b/01/39.txt index aea5157..cebec6b 100644 --- a/01/39.txt +++ b/01/39.txt @@ -1 +1 @@ -En canto aos vosos nenos pequenos, que coidabades que virian ser presas, e os vosos fillos, que ainda hoxe non saben distinguir o ben do mal, entrarán alá, e a eles \ No newline at end of file +\v 39 \v 40 En canto aos vosos nenos pequenos, que coidabades que virian ser presas, e os vosos fillos, que ainda hoxe non saben distinguir o ben do mal, entrarán alá, e a eles lles darei a terra e eles a posuirán. Pero vos, volvede e ide cara o deserto polo camiño do mar Vermello \ No newline at end of file From e34fdd56f9e723615c3d115460cb33e18fbc40e6 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 26 Sep 2023 16:04:58 +0200 Subject: [PATCH 087/298] =?UTF-8?q?Tue=20Sep=2026=202023=2016:04:56=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/39.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/39.txt b/01/39.txt index cebec6b..b73136e 100644 --- a/01/39.txt +++ b/01/39.txt @@ -1 +1 @@ -\v 39 \v 40 En canto aos vosos nenos pequenos, que coidabades que virian ser presas, e os vosos fillos, que ainda hoxe non saben distinguir o ben do mal, entrarán alá, e a eles lles darei a terra e eles a posuirán. Pero vos, volvede e ide cara o deserto polo camiño do mar Vermello \ No newline at end of file +\v 39 \v 40 En canto aos vosos nenos pequenos, que coidabades que virían ser presas, e os vosos fillos, que ainda hoxe non saben distinguir o ben do mal, entrarán alá, e a eles lles darei a terra e eles a posuirán. Pero vos, volvede e ide cara o deserto polo camiño do mar Vermello \ No newline at end of file From 2e37f3204074ec7e0e96ecbefef3ecc4bd89416f Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 26 Sep 2023 16:06:56 +0200 Subject: [PATCH 088/298] =?UTF-8?q?Tue=20Sep=2026=202023=2016:06:55=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/39.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/39.txt b/01/39.txt index b73136e..648f866 100644 --- a/01/39.txt +++ b/01/39.txt @@ -1 +1 @@ -\v 39 \v 40 En canto aos vosos nenos pequenos, que coidabades que virían ser presas, e os vosos fillos, que ainda hoxe non saben distinguir o ben do mal, entrarán alá, e a eles lles darei a terra e eles a posuirán. Pero vos, volvede e ide cara o deserto polo camiño do mar Vermello \ No newline at end of file +\v 39 \v 40 En canto aos vosos nenos pequenos, que coidabades que virían ser prisioneiros, e os vosos fillos, que ainda hoxe non saben distinguir o ben do mal, entrarán alá, e a eles lles darei a terra e eles a posuirán. Pero vos, volvede e ide cara o deserto polo camiño do mar Vermello \ No newline at end of file From 2c408053e730e7d80c4962f407c2fed28d3c35cd Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 26 Sep 2023 16:08:56 +0200 Subject: [PATCH 089/298] =?UTF-8?q?Tue=20Sep=2026=202023=2016:08:55=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/39.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/01/39.txt b/01/39.txt index 648f866..4234fe5 100644 --- a/01/39.txt +++ b/01/39.txt @@ -1 +1 @@ -\v 39 \v 40 En canto aos vosos nenos pequenos, que coidabades que virían ser prisioneiros, e os vosos fillos, que ainda hoxe non saben distinguir o ben do mal, entrarán alá, e a eles lles darei a terra e eles a posuirán. Pero vos, volvede e ide cara o deserto polo camiño do mar Vermello \ No newline at end of file +\v 39 En canto aos vosos nenos pequenos, que coidabades que virían ser prisioneiros, e os vosos fillos, que ainda hoxe non saben distinguir o ben do mal, entrarán ali, e a eles lles darei a terra e eles a posuirán. \v 40 Pero vos, volvede e ide cara o deserto polo camiño do mar Vermello \ No newline at end of file diff --git a/manifest.json b/manifest.json index d0d22c4..d656a9e 100644 --- a/manifest.json +++ b/manifest.json @@ -54,6 +54,7 @@ "01-29", "01-32", "01-34", - "01-37" + "01-37", + "01-39" ] } \ No newline at end of file From 4a95ac698c885161a88f6159c84efa28eb2c4e56 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 26 Sep 2023 16:20:58 +0200 Subject: [PATCH 090/298] =?UTF-8?q?Tue=20Sep=2026=202023=2016:20:56=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/39.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/39.txt b/01/39.txt index 4234fe5..668b7b5 100644 --- a/01/39.txt +++ b/01/39.txt @@ -1 +1 @@ -\v 39 En canto aos vosos nenos pequenos, que coidabades que virían ser prisioneiros, e os vosos fillos, que ainda hoxe non saben distinguir o ben do mal, entrarán ali, e a eles lles darei a terra e eles a posuirán. \v 40 Pero vos, volvede e ide cara o deserto polo camiño do mar Vermello \ No newline at end of file +\v 39 En canto aos vosos nenos pequenos, que coidabades que virían ser prisioneiros, e os vosos fillos, que ainda hoxe non saben distinguir o ben do mal, entrarán alí, e a eles lles darei a terra e eles a posuirán. \v 40 Pero vos, volvede e ide cara o deserto polo camiño do mar Vermello. \ No newline at end of file From efbff3d9e00e8dc491572897ddbd6e5cae816677 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 27 Sep 2023 15:41:36 +0200 Subject: [PATCH 091/298] =?UTF-8?q?Wed=20Sep=2027=202023=2015:41:35=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/41.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 01/41.txt diff --git a/01/41.txt b/01/41.txt new file mode 100644 index 0000000..c2f41dc --- /dev/null +++ b/01/41.txt @@ -0,0 +1 @@ +Entón v'os respondistes: "Pecamos contra o Señor. Subiremos e pelexaremos tal e coma o Señor noso Deus nolo mandou"E cado un de vós cinguis \ No newline at end of file From 284f2dc1b084ff2165919fe7db9c97a84bffe79e Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 27 Sep 2023 15:43:35 +0200 Subject: [PATCH 092/298] =?UTF-8?q?Wed=20Sep=2027=202023=2015:43:35=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/41.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/41.txt b/01/41.txt index c2f41dc..172ffcd 100644 --- a/01/41.txt +++ b/01/41.txt @@ -1 +1 @@ -Entón v'os respondistes: "Pecamos contra o Señor. Subiremos e pelexaremos tal e coma o Señor noso Deus nolo mandou"E cado un de vós cinguis \ No newline at end of file +Entón vós respondistes: "Pecamos contra o Señor. Subiremos e pelexaremos tal e coma o Señor noso Deus nolo mandou". E cada un de vós cinguistes as armas de guerra e pensastes que era fácil subir aos montes. Mais o Señor díxome: Dilles que non suba \ No newline at end of file From e1ec2f2d3dd9022a044cf59cf2989f50719478ce Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 27 Sep 2023 15:45:35 +0200 Subject: [PATCH 093/298] =?UTF-8?q?Wed=20Sep=2027=202023=2015:45:35=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/41.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/41.txt b/01/41.txt index 172ffcd..39ccf22 100644 --- a/01/41.txt +++ b/01/41.txt @@ -1 +1 @@ -Entón vós respondistes: "Pecamos contra o Señor. Subiremos e pelexaremos tal e coma o Señor noso Deus nolo mandou". E cada un de vós cinguistes as armas de guerra e pensastes que era fácil subir aos montes. Mais o Señor díxome: Dilles que non suba \ No newline at end of file +\v 41 \v 42 Entón vós respondistes: "Pecamos contra o Señor. Subiremos e pelexaremos tal e coma o Señor noso Deus nolo mandou". E cada un de vós cinguistes as armas de guerra e pensastes que era fácil subir aos montes. Mais o Señor díxome: "Dilles: non subades, nen pelexedes poir eu non vou con vós para que non vos derroten os vosos inimigos". \ No newline at end of file From d98cddae7c65f6910cbc7c210327871245530b6c Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 27 Sep 2023 15:47:35 +0200 Subject: [PATCH 094/298] =?UTF-8?q?Wed=20Sep=2027=202023=2015:47:35=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/41.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/01/41.txt b/01/41.txt index 39ccf22..4894392 100644 --- a/01/41.txt +++ b/01/41.txt @@ -1 +1 @@ -\v 41 \v 42 Entón vós respondistes: "Pecamos contra o Señor. Subiremos e pelexaremos tal e coma o Señor noso Deus nolo mandou". E cada un de vós cinguistes as armas de guerra e pensastes que era fácil subir aos montes. Mais o Señor díxome: "Dilles: non subades, nen pelexedes poir eu non vou con vós para que non vos derroten os vosos inimigos". \ No newline at end of file +\v 41 Entón vós respondistes: "Pecamos contra o Señor. Subiremos e pelexaremos tal e coma o Señor noso Deus nolo mandou". E cada un de vós cinguistes as armas de guerra e pensastes que era fácil subir aos montes. \v 42 Mais o Señor díxome: "Dilles: non subades, nen pelexedes pois eu non vou con vós para que non vos derroten os vosos inimigos". \ No newline at end of file diff --git a/manifest.json b/manifest.json index d656a9e..aa9f513 100644 --- a/manifest.json +++ b/manifest.json @@ -55,6 +55,7 @@ "01-32", "01-34", "01-37", - "01-39" + "01-39", + "01-41" ] } \ No newline at end of file From e25d731a2fdd3457b4f4eb82b2cbb29807f8e45a Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 27 Sep 2023 15:53:36 +0200 Subject: [PATCH 095/298] =?UTF-8?q?Wed=20Sep=2027=202023=2015:53:35=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/43.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 01/43.txt diff --git a/01/43.txt b/01/43.txt new file mode 100644 index 0000000..e52a566 --- /dev/null +++ b/01/43.txt @@ -0,0 +1 @@ +Asi volo dixen, pero non quixestes escoitar, mais ben ao contrario, rebelastesvos contra o mandato do Señor e \ No newline at end of file From 7556d40725182c0ec9c72d7154fc58b397661f4b Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 27 Sep 2023 15:55:35 +0200 Subject: [PATCH 096/298] =?UTF-8?q?Wed=20Sep=2027=202023=2015:55:35=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/43.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/43.txt b/01/43.txt index e52a566..d1decbd 100644 --- a/01/43.txt +++ b/01/43.txt @@ -1 +1 @@ -Asi volo dixen, pero non quixestes escoitar, mais ben ao contrario, rebelastesvos contra o mandato do Señor e \ No newline at end of file +\v 43 \v 44 Asi volo dixen, pero non quixestes escoitar, mais ben ao contrario, rebelastesvos contra o mandato do Señor e cheos de fachenda subistes aos montes. Mais os amorreos que dominan naqueles montes, saironvos ao paso e e vos perseguiron coma fan as abellas e vos derrotaron desde Seir ata Hormah. \ No newline at end of file From cd4db757d78cc84c8fa1dd8d9e106703909563a8 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 27 Sep 2023 15:57:35 +0200 Subject: [PATCH 097/298] =?UTF-8?q?Wed=20Sep=2027=202023=2015:57:35=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/43.txt | 2 +- 01/45.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 01/45.txt diff --git a/01/43.txt b/01/43.txt index d1decbd..60b808c 100644 --- a/01/43.txt +++ b/01/43.txt @@ -1 +1 @@ -\v 43 \v 44 Asi volo dixen, pero non quixestes escoitar, mais ben ao contrario, rebelastesvos contra o mandato do Señor e cheos de fachenda subistes aos montes. Mais os amorreos que dominan naqueles montes, saironvos ao paso e e vos perseguiron coma fan as abellas e vos derrotaron desde Seir ata Hormah. \ No newline at end of file +\v 43 Asi volo dixen, pero non quixestes escoitar, mais ben ao contrario, rebelástesvos contra o mandato do Señor e cheos de fachenda subistes aos montes. \v 44 Mais os amorreos que dominan naqueles montes, saíronvos ao paso e vos perseguiron coma fan as abellas e vos derrotaron desde Seir ata Hormah. \ No newline at end of file diff --git a/01/45.txt b/01/45.txt new file mode 100644 index 0000000..9c5d8bc --- /dev/null +++ b/01/45.txt @@ -0,0 +1 @@ +Entón volvestes chorando diante do Señor, mais o Señor non vos escoitou nen vos fixo cas \ No newline at end of file diff --git a/manifest.json b/manifest.json index aa9f513..cdd214c 100644 --- a/manifest.json +++ b/manifest.json @@ -56,6 +56,7 @@ "01-34", "01-37", "01-39", - "01-41" + "01-41", + "01-43" ] } \ No newline at end of file From b7e399174bd932fcf0c82d415f49a176a8ea97df Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 27 Sep 2023 15:59:35 +0200 Subject: [PATCH 098/298] =?UTF-8?q?Wed=20Sep=2027=202023=2015:59:35=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/45.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/45.txt b/01/45.txt index 9c5d8bc..a3aa2f1 100644 --- a/01/45.txt +++ b/01/45.txt @@ -1 +1 @@ -Entón volvestes chorando diante do Señor, mais o Señor non vos escoitou nen vos fixo cas \ No newline at end of file +Entón volvestes chorando diante do Señor, mais o Señor non vos escoitou nen fixo caso de v. Por iso levades vivindo tanto tempo en Cades. \ No newline at end of file From c4247733b06c26f6c7173a4a1603b97fa41a9ac9 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 27 Sep 2023 16:01:35 +0200 Subject: [PATCH 099/298] =?UTF-8?q?Wed=20Sep=2027=202023=2016:01:35=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/45.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/01/45.txt b/01/45.txt index a3aa2f1..f6ec5c7 100644 --- a/01/45.txt +++ b/01/45.txt @@ -1 +1 @@ -Entón volvestes chorando diante do Señor, mais o Señor non vos escoitou nen fixo caso de v. Por iso levades vivindo tanto tempo en Cades. \ No newline at end of file +\v 45 Entón volvestes chorando diante do Señor, mais o Señor non vos escoitou nen fixo caso de vós. \v 46 E por iso levades vivindo tanto tempo en Cades. \ No newline at end of file diff --git a/manifest.json b/manifest.json index cdd214c..f78fdc7 100644 --- a/manifest.json +++ b/manifest.json @@ -57,6 +57,7 @@ "01-37", "01-39", "01-41", - "01-43" + "01-43", + "01-45" ] } \ No newline at end of file From 039916d27db62495ce656b98f79c37158f591193 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 27 Sep 2023 16:15:08 +0200 Subject: [PATCH 100/298] =?UTF-8?q?Wed=20Sep=2027=202023=2016:15:07=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/07.txt | 2 +- manifest.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/01/07.txt b/01/07.txt index 2dc025b..9560042 100644 --- a/01/07.txt +++ b/01/07.txt @@ -1 +1 @@ -\v 7 Volvede, poñedevos en marcha e ide cara a rexión montañosa dos amorreos e onda os seus veciños Arabá, nas montañas, no val, no Neguev e pola beira do mar, a terra dos cananeos e o Líbano, ata o río grande, o río Éufrates. \v 8 Mirade que puxen a terra diante de vos. Entrade e posuide a terra que o Señor xurou dar aos vosos pais Abraham, Isaac e Xacobe, a eles e despois a súa descendencia. \ No newline at end of file +\v 7 Volvede, poñedevos en marcha e ide cara a rexión montañosa dos amorreos e onda os seus veciños Arabá, nas montañas, no val, no Neguev e pola beira do mar, a terra dos cananeos e o Líbano, ata o río grande, o río Éufrates. \v 8 Mirade que puxen a terra diante de vós. Entrade e posuide a terra que o Señor xurou dar aos vosos pais Abraham, Isaac e Xacobe, a eles e despois a súa descendencia. \ No newline at end of file diff --git a/manifest.json b/manifest.json index f78fdc7..ed837cc 100644 --- a/manifest.json +++ b/manifest.json @@ -42,7 +42,6 @@ "01-03", "01-05", "01-07", - "01-09", "01-12", "01-15", "01-17", From 2ebab8a2e21c0406ac5f0f0e6e568de3c33feaa4 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 27 Sep 2023 16:16:09 +0200 Subject: [PATCH 101/298] =?UTF-8?q?Wed=20Sep=2027=202023=2016:16:09=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/09.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/01/09.txt b/01/09.txt index be9d0d5..676d396 100644 --- a/01/09.txt +++ b/01/09.txt @@ -1 +1 @@ -\v 9 Naquel tempo faleivos deste xeito: "Eu so non podo levar a carga por todos vos". \v 10 O Señor, voso Deus multiplicouvos e agora sodes unha multitude como as estrelas do ceo. \v 11 Que o Señor, o Deus dos vosos pais, vos multiplique mil veces mais do que sodes e vos bendiga, tal e como prometeu. \ No newline at end of file +\v 9 Naquel tempo faleivos deste xeito: "Eu só non podo levar a carga por todos vós". \v 10 O Señor, voso Deus multiplicouvos e agora sodes unha multitude como as estrelas do ceo. \v 11 Que o Señor, o Deus dos vosos pais, vos multiplique mil veces mais do que sodes e vos bendiga, tal e como prometeu. \ No newline at end of file diff --git a/manifest.json b/manifest.json index ed837cc..f78fdc7 100644 --- a/manifest.json +++ b/manifest.json @@ -42,6 +42,7 @@ "01-03", "01-05", "01-07", + "01-09", "01-12", "01-15", "01-17", From 8e320845149c1c6d94a9982a1a21aa29ca789efd Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 27 Sep 2023 16:18:07 +0200 Subject: [PATCH 102/298] =?UTF-8?q?Wed=20Sep=2027=202023=2016:18:07=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 81192b8..d54f985 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "package_version": 6, + "package_version": 7, "format": "usfm", "generator": { "name": "ts-desktop", From c99badc96db1cd243c93941e414a1e8fdccc69f8 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 27 Sep 2023 16:18:11 +0200 Subject: [PATCH 103/298] =?UTF-8?q?Wed=20Sep=2027=202023=2016:18:11=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 1beda4b..f78fdc7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "package_version": 7, + "package_version": 6, "format": "usfm", "generator": { "name": "ts-desktop", From 3b2995f019e8b09880bb0bcb2f64a64b00538116 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 4 Oct 2023 16:34:54 +0200 Subject: [PATCH 104/298] =?UTF-8?q?Wed=20Oct=2004=202023=2016:34:53=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/01.txt | 1 + 02/title.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 02/01.txt create mode 100644 02/title.txt diff --git a/02/01.txt b/02/01.txt new file mode 100644 index 0000000..d117f63 --- /dev/null +++ b/02/01.txt @@ -0,0 +1 @@ +\c 2 Despois de que volvimos e saimos cara o deserto polo camiño do mar Bermello como o Señor mo mandara \ No newline at end of file diff --git a/02/title.txt b/02/title.txt new file mode 100644 index 0000000..3575aed --- /dev/null +++ b/02/title.txt @@ -0,0 +1 @@ +Capítolo 2 \ No newline at end of file diff --git a/manifest.json b/manifest.json index f78fdc7..38f85c3 100644 --- a/manifest.json +++ b/manifest.json @@ -58,6 +58,7 @@ "01-39", "01-41", "01-43", - "01-45" + "01-45", + "02-title" ] } \ No newline at end of file From 28a1f170fb2f366a5d780769903155e24fe8f859 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 4 Oct 2023 16:36:54 +0200 Subject: [PATCH 105/298] =?UTF-8?q?Wed=20Oct=2004=202023=2016:36:53=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 d117f63..e6d756d 100644 --- a/02/01.txt +++ b/02/01.txt @@ -1 +1 @@ -\c 2 Despois de que volvimos e saimos cara o deserto polo camiño do mar Bermello como o Señor mo mandara \ No newline at end of file +\c 2 Despois de que volvimos e saimos cara o deserto polo camiño do mar Bermello como o Señor mo mandara, e dimos voltas durante moitos días ao monte Seir. Entón o Señor me falou: "Destes voltas ao redor deste monte. Volvede agora cara o norde. \ No newline at end of file From 64563cc496da5fc39cfa94e9b146952624a8a2b4 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 4 Oct 2023 16:38:54 +0200 Subject: [PATCH 106/298] =?UTF-8?q?Wed=20Oct=2004=202023=2016:38:53=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 e6d756d..33aa44e 100644 --- a/02/01.txt +++ b/02/01.txt @@ -1 +1 @@ -\c 2 Despois de que volvimos e saimos cara o deserto polo camiño do mar Bermello como o Señor mo mandara, e dimos voltas durante moitos días ao monte Seir. Entón o Señor me falou: "Destes voltas ao redor deste monte. Volvede agora cara o norde. \ No newline at end of file +\c 2 \v 1 Despois de que volvimos e saimos cara o deserto polo camiño do mar Bermello como o Señor mo mandara, e dimos voltas durante moitos días ao monte Seir. \v 2 O Señor faloume así: \v 3 "Destes voltas ao redor deste monte. Volvede agora cara o norde. \ No newline at end of file From 91a3a7d84ab461f67d47ce122703feebef0ddeb3 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 4 Oct 2023 16:40:54 +0200 Subject: [PATCH 107/298] =?UTF-8?q?Wed=20Oct=2004=202023=2016:40:53=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/04.txt | 1 + manifest.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 02/04.txt diff --git a/02/04.txt b/02/04.txt new file mode 100644 index 0000000..39adcd9 --- /dev/null +++ b/02/04.txt @@ -0,0 +1 @@ +E da a orde ao pobo dicindo: "Ides pasar polas terras dos vosos irmáns, os fillos de Esaú que viven en Seir \ No newline at end of file diff --git a/manifest.json b/manifest.json index 38f85c3..a7aa58a 100644 --- a/manifest.json +++ b/manifest.json @@ -59,6 +59,7 @@ "01-41", "01-43", "01-45", - "02-title" + "02-title", + "02-01" ] } \ No newline at end of file From c4e398403f7db5364259add499df84e78337a34e Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 4 Oct 2023 16:42:54 +0200 Subject: [PATCH 108/298] =?UTF-8?q?Wed=20Oct=2004=202023=2016:42:53=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/04.txt b/02/04.txt index 39adcd9..dc07a27 100644 --- a/02/04.txt +++ b/02/04.txt @@ -1 +1 @@ -E da a orde ao pobo dicindo: "Ides pasar polas terras dos vosos irmáns, os fillos de Esaú que viven en Seir \ No newline at end of file +E da a orde ao pobo dicindo: "Ides pasar polas terras dos vosos irmáns, os fillos de Esaú que viven en Seir, e eles teranvos medo. Así que ide con moito tino. Non os provoquedes porque non vos darei nada da súa terra nen siquer a pegada dun pé porque a Esaú lle din o monte Seir por herdanza. \ No newline at end of file From 75fa8e7b11e5c277e29081750dfb592f71fb4b35 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 4 Oct 2023 16:44:54 +0200 Subject: [PATCH 109/298] =?UTF-8?q?Wed=20Oct=2004=202023=2016:44:53=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/04.txt b/02/04.txt index dc07a27..4686fa6 100644 --- a/02/04.txt +++ b/02/04.txt @@ -1 +1 @@ -E da a orde ao pobo dicindo: "Ides pasar polas terras dos vosos irmáns, os fillos de Esaú que viven en Seir, e eles teranvos medo. Así que ide con moito tino. Non os provoquedes porque non vos darei nada da súa terra nen siquer a pegada dun pé porque a Esaú lle din o monte Seir por herdanza. \ No newline at end of file +\v 4 Dalle orde ao pobo dicindo: "Ides pasar polas terras dos vosos irmáns, os fillos de Esaú que viven en Seir, e eles teranvos medo. Así que ide con moito tino. \v 5 Non os provoquedes porque non vos darei nada da súa terra nen siquer a pegada dun pé porque a Esaú lle din o monte Seir por herdanza. \ No newline at end of file From 6d034f82f3b0ff86c39a6818f25bf29425f41e1c Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 4 Oct 2023 16:46:55 +0200 Subject: [PATCH 110/298] =?UTF-8?q?Wed=20Oct=2004=202023=2016:46:54=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/06.txt | 1 + manifest.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 02/06.txt diff --git a/02/06.txt b/02/06.txt new file mode 100644 index 0000000..bdec53e --- /dev/null +++ b/02/06.txt @@ -0,0 +1 @@ +\v 6 \v 7 Mercaredeslle con diñeiro os alimentos \ No newline at end of file diff --git a/manifest.json b/manifest.json index a7aa58a..69b2437 100644 --- a/manifest.json +++ b/manifest.json @@ -60,6 +60,7 @@ "01-43", "01-45", "02-title", - "02-01" + "02-01", + "02-04" ] } \ No newline at end of file From 45c17d58cac2735e393d72772bc26a8ebc1a572b Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 4 Oct 2023 16:48:55 +0200 Subject: [PATCH 111/298] =?UTF-8?q?Wed=20Oct=2004=202023=2016:48:54=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/06.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/06.txt b/02/06.txt index bdec53e..1602b89 100644 --- a/02/06.txt +++ b/02/06.txt @@ -1 +1 @@ -\v 6 \v 7 Mercaredeslle con diñeiro os alimentos \ No newline at end of file +\v 6 \v 7 Mercaredeslle con diñeiro os alimentos e tamén con diñeiro compraredes a auga. Porque o Señor o teu Deus bendeciute en todo o que fixestes. El coñeceu \ No newline at end of file From 09bb02d943f0f2f1e2c82ad9a6afbb533c572bb2 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 4 Oct 2023 16:50:55 +0200 Subject: [PATCH 112/298] =?UTF-8?q?Wed=20Oct=2004=202023=2016:50:54=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/06.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/06.txt b/02/06.txt index 1602b89..6c68c8b 100644 --- a/02/06.txt +++ b/02/06.txt @@ -1 +1 @@ -\v 6 \v 7 Mercaredeslle con diñeiro os alimentos e tamén con diñeiro compraredes a auga. Porque o Señor o teu Deus bendeciute en todo o que fixestes. El coñeceu \ No newline at end of file +\v 6 \v 7 Mercaredeslle con diñeiro os alimentos e tamén con diñeiro compraredes a auga. Porque o Señor o teu Deus bendeciute en todo o que fixestes. El coñeceu o voso peregrinar a través deste inmenso deser \ No newline at end of file From 651a55a415224f3c3adf7d6f31fcef248ad0cd4d Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 4 Oct 2023 16:52:55 +0200 Subject: [PATCH 113/298] =?UTF-8?q?Wed=20Oct=2004=202023=2016:52:54=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/06.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/06.txt b/02/06.txt index 6c68c8b..bcf3897 100644 --- a/02/06.txt +++ b/02/06.txt @@ -1 +1 @@ -\v 6 \v 7 Mercaredeslle con diñeiro os alimentos e tamén con diñeiro compraredes a auga. Porque o Señor o teu Deus bendeciute en todo o que fixestes. El coñeceu o voso peregrinar a través deste inmenso deser \ No newline at end of file +\v 6 \v 7 Mercaredeslle con diñeiro os alimentos e tamén con diñeiro compraredes a auga. Porque o Señor o teu Deus bendeciute en todo o que fixestes. El coñeceu o voso peregrinar a través deste enorme deserto. Durante estes cuarenta anos o Señor o voso Deus estivo con vós e non vos faltou nada." \ No newline at end of file From da535c61eb81759550f6e3f8e238bd34ed0d3c6b Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 4 Oct 2023 16:54:55 +0200 Subject: [PATCH 114/298] =?UTF-8?q?Wed=20Oct=2004=202023=2016:54:54=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/06.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/02/06.txt b/02/06.txt index bcf3897..69e4fb2 100644 --- a/02/06.txt +++ b/02/06.txt @@ -1 +1 @@ -\v 6 \v 7 Mercaredeslle con diñeiro os alimentos e tamén con diñeiro compraredes a auga. Porque o Señor o teu Deus bendeciute en todo o que fixestes. El coñeceu o voso peregrinar a través deste enorme deserto. Durante estes cuarenta anos o Señor o voso Deus estivo con vós e non vos faltou nada." \ No newline at end of file +\v 6 Mercaredeslle con diñeiro os alimentos e tamén con diñeiro compraredes a auga. \v 7 Porque o Señor o voso Deus bendeciuvos en todo o que fixestes. El coñeceu o voso peregrinar a través deste enorme deserto. Durante estes cuarenta anos o Señor o voso Deus estivo con vós e non vos faltou nada." \ No newline at end of file diff --git a/manifest.json b/manifest.json index 69b2437..d4cbae4 100644 --- a/manifest.json +++ b/manifest.json @@ -61,6 +61,7 @@ "01-45", "02-title", "02-01", - "02-04" + "02-04", + "02-06" ] } \ No newline at end of file From d78dc859397857e08cdb5405467cf804a527e5a6 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 4 Oct 2023 16:56:55 +0200 Subject: [PATCH 115/298] =?UTF-8?q?Wed=20Oct=2004=202023=2016:56:54=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/08.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 02/08.txt diff --git a/02/08.txt b/02/08.txt new file mode 100644 index 0000000..2439a07 --- /dev/null +++ b/02/08.txt @@ -0,0 +1 @@ +\v 8 E pasamos de longo dos nosos irmáns, os fillos de Esaú que viven en Seir, lonxe do \ No newline at end of file From 4abbf3a1b6d3199eb32acf933bf645dd11c49770 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 4 Oct 2023 16:58:55 +0200 Subject: [PATCH 116/298] =?UTF-8?q?Wed=20Oct=2004=202023=2016:58:54=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 2439a07..ced0f97 100644 --- a/02/08.txt +++ b/02/08.txt @@ -1 +1 @@ -\v 8 E pasamos de longo dos nosos irmáns, os fillos de Esaú que viven en Seir, lonxe do \ No newline at end of file +\v 8 E pasamos de longo dos nosos irmáns, os fillos de Esaú que viven en Seir, deixando o camiño do Arabá lonxe de Elat e de Esión Geber. E volvimos e pasamos porlo camiño do deserto de Moab \ No newline at end of file From 97e19f83e9297e3f32582f156361d675ec00644e Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 4 Oct 2023 17:00:05 +0200 Subject: [PATCH 117/298] =?UTF-8?q?Wed=20Oct=2004=202023=2017:00:04=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 ced0f97..270fb6e 100644 --- a/02/08.txt +++ b/02/08.txt @@ -1 +1 @@ -\v 8 E pasamos de longo dos nosos irmáns, os fillos de Esaú que viven en Seir, deixando o camiño do Arabá lonxe de Elat e de Esión Geber. E volvimos e pasamos porlo camiño do deserto de Moab \ No newline at end of file +\v 8 E pasamos de longo dos nosos irmáns, os fillos de Esaú que viven en Seir, deixando o camiño do Arabá lonxe de Elat e de Esión Guéber. Volvimos e pasamos polo camiño do deserto de Moab. \ No newline at end of file diff --git a/manifest.json b/manifest.json index d4cbae4..15add03 100644 --- a/manifest.json +++ b/manifest.json @@ -62,6 +62,7 @@ "02-title", "02-01", "02-04", - "02-06" + "02-06", + "02-08" ] } \ No newline at end of file From f5f3c5bb3bea1f462a155f2147dc35bd5f0549b8 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 6 Oct 2023 15:18:15 +0200 Subject: [PATCH 118/298] =?UTF-8?q?Fri=20Oct=2006=202023=2015:18:14=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/09.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 02/09.txt diff --git a/02/09.txt b/02/09.txt new file mode 100644 index 0000000..5ede521 --- /dev/null +++ b/02/09.txt @@ -0,0 +1 @@ +E o Señor me dixo: "Non \ No newline at end of file From b599a7106cf1ab3bb51dfeb4154fcc93143d4ff7 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 6 Oct 2023 15:20:14 +0200 Subject: [PATCH 119/298] =?UTF-8?q?Fri=20Oct=2006=202023=2015:20:14=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/09.txt b/02/09.txt index 5ede521..302893f 100644 --- a/02/09.txt +++ b/02/09.txt @@ -1 +1 @@ -E o Señor me dixo: "Non \ No newline at end of file +E o Señor me dixo: "Non molestedes a Moab, nen os provoquedes á guerra, porque no che darei nada por herdanza, xa que lle din Ar aos fillos de Lot por posesión". \ No newline at end of file From 4ae32fec71895080e77c394feb718e2c91c6d683 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 6 Oct 2023 15:22:14 +0200 Subject: [PATCH 120/298] =?UTF-8?q?Fri=20Oct=2006=202023=2015:22:14=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/09.txt b/02/09.txt index 302893f..daf4269 100644 --- a/02/09.txt +++ b/02/09.txt @@ -1 +1 @@ -E o Señor me dixo: "Non molestedes a Moab, nen os provoquedes á guerra, porque no che darei nada por herdanza, xa que lle din Ar aos fillos de Lot por posesión". \ No newline at end of file +E o Señor me dixo: "Non ataquedes a Moab, nen os provoquedes á guerra, porque no che darei nada por herdanza, xa que lle din aos fillos de Lot Ar por posesión". \ No newline at end of file From 8f513b3670a03fbe95a2fede23df4b6f86f5a946 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 8 Oct 2023 10:26:33 +0200 Subject: [PATCH 121/298] =?UTF-8?q?Sun=20Oct=2008=202023=2010:26:29=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/09.txt b/02/09.txt index daf4269..4f02034 100644 --- a/02/09.txt +++ b/02/09.txt @@ -1 +1 @@ -E o Señor me dixo: "Non ataquedes a Moab, nen os provoquedes á guerra, porque no che darei nada por herdanza, xa que lle din aos fillos de Lot Ar por posesión". \ No newline at end of file +\v 9 E o Señor me dixo: "Non ataquedes a Moab, nen os provoquedes á guerra, porque no che darei nada por herdanza, xa que lle din aos fillos de Lot Ar por posesión". \ No newline at end of file From 06dc259774331d3d54e42c8b18ce4ced58cebeba Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 20 Oct 2023 16:47:01 +0200 Subject: [PATCH 122/298] =?UTF-8?q?Fri=20Oct=2020=202023=2016:47:00=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/10.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 02/10.txt diff --git a/02/10.txt b/02/10.txt new file mode 100644 index 0000000..c88c27c --- /dev/null +++ b/02/10.txt @@ -0,0 +1 @@ +Noutro tempo vivían os emitas, pobo tan grande, numeroso e tan alto coma os anaceos. E coma os anaceos, ees tam \ No newline at end of file From 6503ce5e2967a735168adedd5d0fb20442b00759 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 20 Oct 2023 16:49:01 +0200 Subject: [PATCH 123/298] =?UTF-8?q?Fri=20Oct=2020=202023=2016:49:00=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/10.txt b/02/10.txt index c88c27c..40e8704 100644 --- a/02/10.txt +++ b/02/10.txt @@ -1 +1 @@ -Noutro tempo vivían os emitas, pobo tan grande, numeroso e tan alto coma os anaceos. E coma os anaceos, ees tam \ No newline at end of file +\v 10 \v 11 Noutro tempo vivían os emitas, pobo tan grande, numeroso e tan alto coma os anaceos. E coma os anaceos, eles tamén son conssiderados xigantes, \ No newline at end of file From 45addd1cca5abad5a08aafe2b305adfeea7c0aff Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 20 Oct 2023 16:53:01 +0200 Subject: [PATCH 124/298] =?UTF-8?q?Fri=20Oct=2020=202023=2016:53:00=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/10.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/02/10.txt b/02/10.txt index 40e8704..f35a09d 100644 --- a/02/10.txt +++ b/02/10.txt @@ -1 +1 @@ -\v 10 \v 11 Noutro tempo vivían os emitas, pobo tan grande, numeroso e tan alto coma os anaceos. E coma os anaceos, eles tamén son conssiderados xigantes, \ No newline at end of file +\v 10 Noutro tempo vivían os emitas, pobo tan grande, numeroso e tan alto coma os anaceos. \v 11 E coma os anaceos, eles tamén son considerados refaítas, mais os moabitas chámanlles emitas. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 15add03..8453220 100644 --- a/manifest.json +++ b/manifest.json @@ -63,6 +63,7 @@ "02-01", "02-04", "02-06", - "02-08" + "02-08", + "02-10" ] } \ No newline at end of file From be5542f2e65dcf466a46d97a8d99756aad0f9b17 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 20 Oct 2023 17:01:02 +0200 Subject: [PATCH 125/298] =?UTF-8?q?Fri=20Oct=2020=202023=2017:01:01=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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..b496bcd --- /dev/null +++ b/02/12.txt @@ -0,0 +1 @@ +En s \ No newline at end of file From 44584071ef6c47792d754ff1446db091a523091b Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 20 Oct 2023 17:03:02 +0200 Subject: [PATCH 126/298] =?UTF-8?q?Fri=20Oct=2020=202023=2017:03:01=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 b496bcd..d9a6dc5 100644 --- a/02/12.txt +++ b/02/12.txt @@ -1 +1 @@ -En s \ No newline at end of file +\v 12 En Seir viviron antes os horitas, os que botaron os fillos de Esaú; e os botaron da súa presenza, y viviron no lugar deles, como fixo Israel na terra que lles deu Xehová por posesión. \ No newline at end of file From 193ba716cbd59da6f25848a7c092d56cb789e26d Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 20 Oct 2023 17:05:02 +0200 Subject: [PATCH 127/298] =?UTF-8?q?Fri=20Oct=2020=202023=2017:05:01=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 d9a6dc5..aa90ea9 100644 --- a/02/12.txt +++ b/02/12.txt @@ -1 +1 @@ -\v 12 En Seir viviron antes os horitas, os que botaron os fillos de Esaú; e os botaron da súa presenza, y viviron no lugar deles, como fixo Israel na terra que lles deu Xehová por posesión. \ No newline at end of file +\v 12 Viviron antes os horitas en Seir, mais os que botaron os fillos de Esaú; e os botaron da súa presenza, y viviron no lugar deles, como fixo Israel na terra que lles deu Xehová por posesión. \ No newline at end of file From b149c7c3dfb3a7152da40a4af0866ad8e83c59ac Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 20 Oct 2023 17:09:02 +0200 Subject: [PATCH 128/298] =?UTF-8?q?Fri=20Oct=2020=202023=2017:09:01=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 aa90ea9..76618c5 100644 --- a/02/12.txt +++ b/02/12.txt @@ -1 +1 @@ -\v 12 Viviron antes os horitas en Seir, mais os que botaron os fillos de Esaú; e os botaron da súa presenza, y viviron no lugar deles, como fixo Israel na terra que lles deu Xehová por posesión. \ No newline at end of file +\v 12 Antes viviron os horitas en Seir, mais os fillos de Esaú os expulsaron ; e os botaron de diante de si, y viviron no lugar deles, como fixo Israel na terra que lles deu Xehová por posesión. \ No newline at end of file From 9b24d7c0c18b2d16bc9df6f7f91318e512e10ab8 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 20 Oct 2023 17:11:03 +0200 Subject: [PATCH 129/298] =?UTF-8?q?Fri=20Oct=2020=202023=2017:11:02=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 76618c5..e06e215 100644 --- a/02/12.txt +++ b/02/12.txt @@ -1 +1 @@ -\v 12 Antes viviron os horitas en Seir, mais os fillos de Esaú os expulsaron ; e os botaron de diante de si, y viviron no lugar deles, como fixo Israel na terra que lles deu Xehová por posesión. \ No newline at end of file +\v 12 Antes viviron os horitas en Seir, mais os fillos de Esaú os expulsaron ; e os botaron de diante de si, e se estableceron no lugar deles, como fixo Israel na terra que o Señor lles deu por herdanza. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 8453220..4eddc56 100644 --- a/manifest.json +++ b/manifest.json @@ -64,6 +64,7 @@ "02-04", "02-06", "02-08", - "02-10" + "02-10", + "02-12" ] } \ No newline at end of file From 16588654266c5c52a7de89c5d69785cba0fb6fe0 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 22 Oct 2023 15:56:07 +0200 Subject: [PATCH 130/298] =?UTF-8?q?Sun=20Oct=2022=202023=2015:56:06=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/13.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 02/13.txt diff --git a/02/13.txt b/02/13.txt new file mode 100644 index 0000000..5791884 --- /dev/null +++ b/02/13.txt @@ -0,0 +1 @@ +\v 13 \v 14 \v 15 "Erguédevos agora, e atravesade o regato de Zered" \ No newline at end of file From feeb298af84dfdcfdd428fc034a74737f05a7de3 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 22 Oct 2023 15:58:07 +0200 Subject: [PATCH 131/298] =?UTF-8?q?Sun=20Oct=2022=202023=2015:58:06=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/13.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/13.txt b/02/13.txt index 5791884..e25bc98 100644 --- a/02/13.txt +++ b/02/13.txt @@ -1 +1 @@ -\v 13 \v 14 \v 15 "Erguédevos agora, e atravesade o regato de Zered" \ No newline at end of file +\v 13 \v 14 \v 15 "Erguédevos agora, e atravesade o regato de Zered". E pasamos o regato de Zered. \ No newline at end of file From 054185620b159ede7f2e95e431301bc8b476850f Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 22 Oct 2023 16:00:09 +0200 Subject: [PATCH 132/298] =?UTF-8?q?Sun=20Oct=2022=202023=2016:00:06=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/13.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/13.txt b/02/13.txt index e25bc98..77664da 100644 --- a/02/13.txt +++ b/02/13.txt @@ -1 +1 @@ -\v 13 \v 14 \v 15 "Erguédevos agora, e atravesade o regato de Zered". E pasamos o regato de Zered. \ No newline at end of file +\v 13 \v 14 \v 15 "Erguédevos agora, e atravesade o regato de Zered". E pasamos o regato de Zered. O tempo que nos levou chegar de \ No newline at end of file From 9e0b4a16d45614f804fdf4559a288767928f166b Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 22 Oct 2023 16:02:07 +0200 Subject: [PATCH 133/298] =?UTF-8?q?Sun=20Oct=2022=202023=2016:02:06=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/13.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/13.txt b/02/13.txt index 77664da..67b6c1c 100644 --- a/02/13.txt +++ b/02/13.txt @@ -1 +1 @@ -\v 13 \v 14 \v 15 "Erguédevos agora, e atravesade o regato de Zered". E pasamos o regato de Zered. O tempo que nos levou chegar de \ No newline at end of file +\v 13 \v 14 \v 15 "Erguédevos agora, e atravesade o regato de Zered". E pasamos o regato de Zered. O tempo que nos levou chegar de Cades Barnea ata que atravesamos o regato de Zered foron trinta e oito anos, ata que desapareceu toda a xeración de guerreiros do medio do campamento, como o Señor llelo xurara. Ade mais a man do Se \ No newline at end of file From 5582d80cc1e75ffbcc68e7b22d1b721586f89313 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 22 Oct 2023 16:04:07 +0200 Subject: [PATCH 134/298] =?UTF-8?q?Sun=20Oct=2022=202023=2016:04:06=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/13.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/13.txt b/02/13.txt index 67b6c1c..8e4dd82 100644 --- a/02/13.txt +++ b/02/13.txt @@ -1 +1 @@ -\v 13 \v 14 \v 15 "Erguédevos agora, e atravesade o regato de Zered". E pasamos o regato de Zered. O tempo que nos levou chegar de Cades Barnea ata que atravesamos o regato de Zered foron trinta e oito anos, ata que desapareceu toda a xeración de guerreiros do medio do campamento, como o Señor llelo xurara. Ade mais a man do Se \ No newline at end of file +\v 13 \v 14 \v 15 "Erguédevos agora, e atravesade o regato de Zered". E pasamos o regato de Zered. O tempo que nos levou chegar de Cades Barnea ata que atravesamos o regato de Zered foron trinta e oito anos, ata que desapareceu toda a xeración de guerreiros do medio do campamento, como o Señor llelo xurara. Ade mais a man do Señor estivo contra deles para destruilos do medio do campamento, ata que desapareceron completamente. \ No newline at end of file From 1ee04e5f1532a91a02f9d7d233a6926f86cbb9d6 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 22 Oct 2023 16:06:14 +0200 Subject: [PATCH 135/298] =?UTF-8?q?Sun=20Oct=2022=202023=2016:06:13=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/13.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/13.txt b/02/13.txt index 8e4dd82..9ac2086 100644 --- a/02/13.txt +++ b/02/13.txt @@ -1 +1 @@ -\v 13 \v 14 \v 15 "Erguédevos agora, e atravesade o regato de Zered". E pasamos o regato de Zered. O tempo que nos levou chegar de Cades Barnea ata que atravesamos o regato de Zered foron trinta e oito anos, ata que desapareceu toda a xeración de guerreiros do medio do campamento, como o Señor llelo xurara. Ade mais a man do Señor estivo contra deles para destruilos do medio do campamento, ata que desapareceron completamente. \ No newline at end of file +\v 13 \v 14 \v 15 "Erguédevos agora, e atravesade o regato de Zered". E pasamos o regato de Zered. Trinta e oito anos foi tempo que nos levou chegar de Cades Barnea ata que atravesamos o regato de Zered, ata que desapareceu toda a xeración de guerreiros do medio do campamento, como o Señor llelo xurara. Ademais a man do Señor estivo na contra deles para destruilos do medio do campamento, ata que desapareceron completamente. \ No newline at end of file From cb487fcf8eb07398dd336a9259720d953eafcfea Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 22 Oct 2023 16:10:15 +0200 Subject: [PATCH 136/298] =?UTF-8?q?Sun=20Oct=2022=202023=2016:10:13=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/13.txt | 2 +- 02/16.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 02/16.txt diff --git a/02/13.txt b/02/13.txt index 9ac2086..e59c3ca 100644 --- a/02/13.txt +++ b/02/13.txt @@ -1 +1 @@ -\v 13 \v 14 \v 15 "Erguédevos agora, e atravesade o regato de Zered". E pasamos o regato de Zered. Trinta e oito anos foi tempo que nos levou chegar de Cades Barnea ata que atravesamos o regato de Zered, ata que desapareceu toda a xeración de guerreiros do medio do campamento, como o Señor llelo xurara. Ademais a man do Señor estivo na contra deles para destruilos do medio do campamento, ata que desapareceron completamente. \ No newline at end of file +\v 13 "Erguédevos agora, e atravesade o regato de Zered". E pasamos o regato de Zered. \v 14 Trinta e oito anos foi tempo que nos levou chegar de Cades Barnea ata que atravesamos o regato de Zered, ata que desapareceu toda a xeración de guerreiros do medio do campamento, como o Señor llelo xurara. \v 15 Ademais a man do Señor estivo na contra deles para destruilos do medio do campamento, ata que desapareceron completamente. \ No newline at end of file diff --git a/02/16.txt b/02/16.txt new file mode 100644 index 0000000..00e1d01 --- /dev/null +++ b/02/16.txt @@ -0,0 +1 @@ +\v 16 \v 17 \v 18 \v 19 Cando todos os homes de guerra desapareceran de entre o pobo por iren morrendo \ No newline at end of file diff --git a/manifest.json b/manifest.json index 4eddc56..a0fb067 100644 --- a/manifest.json +++ b/manifest.json @@ -65,6 +65,7 @@ "02-06", "02-08", "02-10", - "02-12" + "02-12", + "02-13" ] } \ No newline at end of file From 4b45cb4d7b1ea51ca03ddfe3299c2a4bcbac24e7 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 22 Oct 2023 16:12:14 +0200 Subject: [PATCH 137/298] =?UTF-8?q?Sun=20Oct=2022=202023=2016:12:13=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 00e1d01..d996153 100644 --- a/02/16.txt +++ b/02/16.txt @@ -1 +1 @@ -\v 16 \v 17 \v 18 \v 19 Cando todos os homes de guerra desapareceran de entre o pobo por iren morrendo \ No newline at end of file +\v 16 \v 17 \v 18 \v 19 Cando todos os homes de guerra desapareceran de entre o pobo por iren morrendo, o Señor me falou: " \ No newline at end of file From 539ea99705627a785df50a28508eac4941fe3ec2 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 22 Oct 2023 16:14:14 +0200 Subject: [PATCH 138/298] =?UTF-8?q?Sun=20Oct=2022=202023=2016:14:13=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 d996153..83233b9 100644 --- a/02/16.txt +++ b/02/16.txt @@ -1 +1 @@ -\v 16 \v 17 \v 18 \v 19 Cando todos os homes de guerra desapareceran de entre o pobo por iren morrendo, o Señor me falou: " \ No newline at end of file +\v 16 \v 17 \v 18 \v 19 Cando todos os homes de guerra desapareceran de entre o pobo por iren morrendo, o Señor me falou: "Hoxe irás á fronteira de Moab por Ar." \ No newline at end of file From c282dd942de2afd37e126b965e4071ef7f4dc90f Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 22 Oct 2023 16:16:14 +0200 Subject: [PATCH 139/298] =?UTF-8?q?Sun=20Oct=2022=202023=2016:16:13=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 83233b9..326b299 100644 --- a/02/16.txt +++ b/02/16.txt @@ -1 +1 @@ -\v 16 \v 17 \v 18 \v 19 Cando todos os homes de guerra desapareceran de entre o pobo por iren morrendo, o Señor me falou: "Hoxe irás á fronteira de Moab por Ar." \ No newline at end of file +\v 16 \v 17 \v 18 \v 19 Cando todos os homes de guerra desapareceran de entre o pobo por iren morrendo, o Señor me falou: "Hoxe irás á fronteira de Moab por Ar." E cando chegues onda os amonitas, non os molestes nen os provoques, porque non che darei por herdanza nada do territorio dos fillos de Amón, ya que é a herdanza dos fillos de Lot. \ No newline at end of file From 8687a16cbf4966c26bc814d4d937b8695b5542ea Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 22 Oct 2023 16:18:14 +0200 Subject: [PATCH 140/298] =?UTF-8?q?Sun=20Oct=2022=202023=2016:18:13=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 326b299..2dc3f10 100644 --- a/02/16.txt +++ b/02/16.txt @@ -1 +1 @@ -\v 16 \v 17 \v 18 \v 19 Cando todos os homes de guerra desapareceran de entre o pobo por iren morrendo, o Señor me falou: "Hoxe irás á fronteira de Moab por Ar." E cando chegues onda os amonitas, non os molestes nen os provoques, porque non che darei por herdanza nada do territorio dos fillos de Amón, ya que é a herdanza dos fillos de Lot. \ No newline at end of file +\v 16 Cando todos os homes de guerra desapareceran de entre o pobo por iren morrendo, \v 17 o Señor me falou: \v 18 "Hoxe irás á fronteira de Moab por Ar. \v 19 E cando chegues onda os amonitas, non os molestes nen os provoques, porque non che darei por herdanza nada do territorio dos fillos de Amón, xa que é a herdanza dos fillos de Lot." \ No newline at end of file From 7657aaa3a23c1542e6da83aeb44a2444eecd4488 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 22 Oct 2023 16:20:14 +0200 Subject: [PATCH 141/298] =?UTF-8?q?Sun=20Oct=2022=202023=2016:20:13=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/20.txt | 1 + manifest.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 02/20.txt diff --git a/02/20.txt b/02/20.txt new file mode 100644 index 0000000..dbde535 --- /dev/null +++ b/02/20.txt @@ -0,0 +1 @@ +(Esta rexióntamén se coñece como a terra dos xigantes, porque antigamente vivían nela os refaítas \ No newline at end of file diff --git a/manifest.json b/manifest.json index a0fb067..6431f94 100644 --- a/manifest.json +++ b/manifest.json @@ -66,6 +66,7 @@ "02-08", "02-10", "02-12", - "02-13" + "02-13", + "02-16" ] } \ No newline at end of file From 330c94919e3f1e75ca6fc3bd4fb277203dfd3aec Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 22 Oct 2023 16:26:14 +0200 Subject: [PATCH 142/298] =?UTF-8?q?Sun=20Oct=2022=202023=2016:26:13=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 dbde535..5a8b57c 100644 --- a/02/20.txt +++ b/02/20.txt @@ -1 +1 @@ -(Esta rexióntamén se coñece como a terra dos xigantes, porque antigamente vivían nela os refaítas \ No newline at end of file +\v 20 \v 21 \v 22 (Esta rexióntamén se coñece como a terra dos xigantes, porque antigamente vivían nela os refaítas \ No newline at end of file From 8fd75be63364424372fc01b1d20ccab3bcf0c102 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 22 Oct 2023 16:28:18 +0200 Subject: [PATCH 143/298] =?UTF-8?q?Sun=20Oct=2022=202023=2016:28:17=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/20.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 02/20.txt diff --git a/02/20.txt b/02/20.txt deleted file mode 100644 index 5a8b57c..0000000 --- a/02/20.txt +++ /dev/null @@ -1 +0,0 @@ -\v 20 \v 21 \v 22 (Esta rexióntamén se coñece como a terra dos xigantes, porque antigamente vivían nela os refaítas \ No newline at end of file From cf42aa825204b337ccbf1fa8d89f8659ce74077a Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 22 Oct 2023 16:32:14 +0200 Subject: [PATCH 144/298] =?UTF-8?q?Sun=20Oct=2022=202023=2016:32:13=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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..b906f94 --- /dev/null +++ b/02/20.txt @@ -0,0 +1 @@ +Esta rexión é tamén coñecida como a terra dos refaítas \f( \ No newline at end of file From 06db706e5c5244f53365a23a9e15237ffd24cd64 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 22 Oct 2023 16:34:14 +0200 Subject: [PATCH 145/298] =?UTF-8?q?Sun=20Oct=2022=202023=2016:34:13=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 b906f94..c5c5c88 100644 --- a/02/20.txt +++ b/02/20.txt @@ -1 +1 @@ -Esta rexión é tamén coñecida como a terra dos refaítas \f( \ No newline at end of file +Esta rexión é tamén coñecida como a terra dos refaítas \f(N.doT. en hebreo refaim, xigante)\f*, xa que noutros \ No newline at end of file From d6042d5a1835f8e720d28d7dc88cfb6b5af7835a Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 22 Oct 2023 16:36:14 +0200 Subject: [PATCH 146/298] =?UTF-8?q?Sun=20Oct=2022=202023=2016:36:13=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 c5c5c88..71f00af 100644 --- a/02/20.txt +++ b/02/20.txt @@ -1 +1 @@ -Esta rexión é tamén coñecida como a terra dos refaítas \f(N.doT. en hebreo refaim, xigante)\f*, xa que noutros \ No newline at end of file +Esta rexión é tamén coñecida como a terra dos refaítas \f(N.doT. en hebreo refaim, xigante)\f*, xa que noutros tempos viviron nela xigantes, aos que os amonitas chaman zamzumitas, un povo grande, numeroso e alto de estatura coma os anaquitas, O Señor fixoos desaparecer de diante deles \ No newline at end of file From 9d2cc569ce00cb0ec5cec3e83cc9bfe3d8b16691 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 22 Oct 2023 16:38:14 +0200 Subject: [PATCH 147/298] =?UTF-8?q?Sun=20Oct=2022=202023=2016:38:13=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 71f00af..3c04a8e 100644 --- a/02/20.txt +++ b/02/20.txt @@ -1 +1 @@ -Esta rexión é tamén coñecida como a terra dos refaítas \f(N.doT. en hebreo refaim, xigante)\f*, xa que noutros tempos viviron nela xigantes, aos que os amonitas chaman zamzumitas, un povo grande, numeroso e alto de estatura coma os anaquitas, O Señor fixoos desaparecer de diante deles \ No newline at end of file +Esta rexión é tamén coñecida como a terra dos refaítas \f(N.doT. en hebreo refaim, xigante)\f*, xa que noutros tempos viviron nela xigantes, aos que os amonitas chaman zamzumitas, un povo grande, numeroso e alto de estatura coma os anaquitas, O Señor fixoos desaparecer de diante dos amonitas, desposuindoos, se estableceron no seu lugar, tal e como Deus fixo cos fillos de Esaú que viven en Seir \ No newline at end of file From 72076a66cd07c4229c15966bb3eb8ab1113c56fa Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 22 Oct 2023 16:40:14 +0200 Subject: [PATCH 148/298] =?UTF-8?q?Sun=20Oct=2022=202023=2016:40:13=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 3c04a8e..6f2bfb8 100644 --- a/02/20.txt +++ b/02/20.txt @@ -1 +1 @@ -Esta rexión é tamén coñecida como a terra dos refaítas \f(N.doT. en hebreo refaim, xigante)\f*, xa que noutros tempos viviron nela xigantes, aos que os amonitas chaman zamzumitas, un povo grande, numeroso e alto de estatura coma os anaquitas, O Señor fixoos desaparecer de diante dos amonitas, desposuindoos, se estableceron no seu lugar, tal e como Deus fixo cos fillos de Esaú que viven en Seir \ No newline at end of file +Esta rexión é tamén coñecida como a terra dos refaítas \f(N.doT. en hebreo refaim, xigante)\f*, xa que noutros tempos viviron nela xigantes, aos que os amonitas chaman zamzumitas, un povo grande, numeroso e alto de estatura coma os anaquitas. O Señor fixoos desaparecer de diante dos amonitas, desposuindoos, se estableceron no seu lugar, tal e como Deus fixo cos fillos de Esaú que viven en Seir cando destruiu aos horeos diante deles, e os desaloxaron e se estableceron naquel lugar ata hoxe. \ No newline at end of file From f3a6e68f3188b9c1a87c097982c69d6a428bc73f Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 22 Oct 2023 16:42:14 +0200 Subject: [PATCH 149/298] =?UTF-8?q?Sun=20Oct=2022=202023=2016:42:13=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 6f2bfb8..8f1db27 100644 --- a/02/20.txt +++ b/02/20.txt @@ -1 +1 @@ -Esta rexión é tamén coñecida como a terra dos refaítas \f(N.doT. en hebreo refaim, xigante)\f*, xa que noutros tempos viviron nela xigantes, aos que os amonitas chaman zamzumitas, un povo grande, numeroso e alto de estatura coma os anaquitas. O Señor fixoos desaparecer de diante dos amonitas, desposuindoos, se estableceron no seu lugar, tal e como Deus fixo cos fillos de Esaú que viven en Seir cando destruiu aos horeos diante deles, e os desaloxaron e se estableceron naquel lugar ata hoxe. \ No newline at end of file +\v 20 Esta rexión é tamén coñecida como a terra dos refaítas \f(N.doT. en hebreo refaim, xigante)\f*, xa que noutros tempos viviron nela xigantes, aos que os amonitas chaman zamzumitas, \v 21 un povo grande, numeroso e alto de estatura coma os anaquitas. O Señor fixoos desaparecer de diante dos amonitas, desposuindoos, se estableceron no seu lugar, \v 22 tal e como Deus fixo cos fillos de Esaú que viven en Seir cando destruiu aos horeos diante deles, e os desaloxaron e se estableceron naquel lugar ata hoxe. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 6431f94..2ca7626 100644 --- a/manifest.json +++ b/manifest.json @@ -67,6 +67,7 @@ "02-10", "02-12", "02-13", - "02-16" + "02-16", + "02-20" ] } \ No newline at end of file From 25253c5bab3f153f4e151a700afe26e8c8e00fef Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 22 Oct 2023 16:52:16 +0200 Subject: [PATCH 150/298] =?UTF-8?q?Sun=20Oct=2022=202023=2016:52:15=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/23.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 02/23.txt diff --git a/02/23.txt b/02/23.txt new file mode 100644 index 0000000..fa71619 --- /dev/null +++ b/02/23.txt @@ -0,0 +1 @@ +Os avitas que vivían en aldeas ata gaza, os cretenses que sairan de Creta \ No newline at end of file From 0c49fa544b9178492dec840791ead920aa34b5d4 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 22 Oct 2023 16:54:15 +0200 Subject: [PATCH 151/298] =?UTF-8?q?Sun=20Oct=2022=202023=2016:54:15=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/23.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/23.txt b/02/23.txt index fa71619..89b3266 100644 --- a/02/23.txt +++ b/02/23.txt @@ -1 +1 @@ -Os avitas que vivían en aldeas ata gaza, os cretenses que sairan de Creta \ No newline at end of file +\v 23 Os avitas que vivían en aldeas ata gaza, os caftoreos que sairan de Creta, os destruiron para se establecer \f no seu lugar. \ No newline at end of file From f06a5db2a6e1b50eab253207be0b1b857f359acf Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 22 Oct 2023 16:56:15 +0200 Subject: [PATCH 152/298] =?UTF-8?q?Sun=20Oct=2022=202023=2016:56:15=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/23.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/02/23.txt b/02/23.txt index 89b3266..82110b5 100644 --- a/02/23.txt +++ b/02/23.txt @@ -1 +1 @@ -\v 23 Os avitas que vivían en aldeas ata gaza, os caftoreos que sairan de Creta, os destruiron para se establecer \f no seu lugar. \ No newline at end of file +\v 23 Os avitas que vivían en aldeas ata Gaza, os caftoreos \f (filisteos)\f* que sairan de Caftor \f(Creta)\f*, os destruiron para se establecer no seu lugar. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 2ca7626..923315f 100644 --- a/manifest.json +++ b/manifest.json @@ -68,6 +68,7 @@ "02-12", "02-13", "02-16", - "02-20" + "02-20", + "02-23" ] } \ No newline at end of file From 85a94650547f706c4225281c481d0170619a6f08 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 22 Oct 2023 17:18:27 +0200 Subject: [PATCH 153/298] =?UTF-8?q?Sun=20Oct=2022=202023=2017:18:26=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/24.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 02/24.txt diff --git a/02/24.txt b/02/24.txt new file mode 100644 index 0000000..fe01f3f --- /dev/null +++ b/02/24.txt @@ -0,0 +1 @@ +Erguédevos, poñedevos en marcha e pasade polo val do Arnón. Mira que che en \ No newline at end of file From a6353c30cc700e237eaea48369c7b01d9cdcf1ed Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 22 Oct 2023 17:20:27 +0200 Subject: [PATCH 154/298] =?UTF-8?q?Sun=20Oct=2022=202023=2017:20:26=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/24.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/24.txt b/02/24.txt index fe01f3f..6c12b82 100644 --- a/02/24.txt +++ b/02/24.txt @@ -1 +1 @@ -Erguédevos, poñedevos en marcha e pasade polo val do Arnón. Mira que che en \ No newline at end of file +Erguédevos, poñedevos en marcha e pasade polo val do Arnón. Mira que che entrego na túa man a Sehón, o amorreo, rey de Hesbón, e asúa terra. Comeza a tomar posesión dela e entra en batalla con el. \ No newline at end of file From 822fd295da12462cfc1ff82feb72de23922121f5 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 22 Oct 2023 17:22:27 +0200 Subject: [PATCH 155/298] =?UTF-8?q?Sun=20Oct=2022=202023=2017:22:26=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/24.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/24.txt b/02/24.txt index 6c12b82..9e8a93d 100644 --- a/02/24.txt +++ b/02/24.txt @@ -1 +1 @@ -Erguédevos, poñedevos en marcha e pasade polo val do Arnón. Mira que che entrego na túa man a Sehón, o amorreo, rey de Hesbón, e asúa terra. Comeza a tomar posesión dela e entra en batalla con el. \ No newline at end of file +\v 24 \v 25 Erguédevos, poñedevos en marcha e pasade polo val do Arnón. Mira que che entrego na túa man a Sehón, o amorreo, rey de Hesbón, e asúa terra. Comeza a tomar posesión dela e entra en batalla con el. Hoxe comezarei a difundir arrepío e terror ante os pobos que hai debaixo dos ceos, quen ao escoitar da túa sona \ No newline at end of file From 7238c3d90bf74b8d013383c8ad7a74dab522c7f5 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 22 Oct 2023 17:24:30 +0200 Subject: [PATCH 156/298] =?UTF-8?q?Sun=20Oct=2022=202023=2017:24:29=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/24.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/24.txt b/02/24.txt index 9e8a93d..2f4fdd9 100644 --- a/02/24.txt +++ b/02/24.txt @@ -1 +1 @@ -\v 24 \v 25 Erguédevos, poñedevos en marcha e pasade polo val do Arnón. Mira que che entrego na túa man a Sehón, o amorreo, rey de Hesbón, e asúa terra. Comeza a tomar posesión dela e entra en batalla con el. Hoxe comezarei a difundir arrepío e terror ante os pobos que hai debaixo dos ceos, quen ao escoitar da túa sona \ No newline at end of file +\v 24 Erguédevos, poñedevos en marcha e pasade polo val do Arnón. Mira que che entrego na túa man a Sehón, o amorreo, rey de Hesbón, e a súa terra. Comeza a tomar posesión dela e entra en batalla con el. \v 25 Hoxe comezarei a difundir arrepío e terror ante os pobos que hai debaixo dos ceos, quen ao escoitar da túa sona, tremerán e se agoniarán pola túa presenza. \ No newline at end of file From 0a1f858d41f00afc0acf51358c844f7a9aacb4b0 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 22 Oct 2023 17:24:53 +0200 Subject: [PATCH 157/298] =?UTF-8?q?Sun=20Oct=2022=202023=2017:24:52=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 923315f..a460623 100644 --- a/manifest.json +++ b/manifest.json @@ -69,6 +69,7 @@ "02-13", "02-16", "02-20", - "02-23" + "02-23", + "02-24" ] } \ No newline at end of file From e5d2f2c62f851a8609003e0ab5487825bfc35168 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 22 Oct 2023 17:26:18 +0200 Subject: [PATCH 158/298] =?UTF-8?q?Sun=20Oct=2022=202023=2017:26:17=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 81192b8..d54f985 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "package_version": 6, + "package_version": 7, "format": "usfm", "generator": { "name": "ts-desktop", From a84a8f80ab6f5e2c8a17d942d4bdc34be6b0ac50 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 22 Oct 2023 17:26:26 +0200 Subject: [PATCH 159/298] =?UTF-8?q?Sun=20Oct=2022=202023=2017:26:25=20GMT+?= =?UTF-8?q?0200=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20ce?= =?UTF-8?q?ntrale)?= 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 7f64573..a460623 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "package_version": 7, + "package_version": 6, "format": "usfm", "generator": { "name": "ts-desktop", From fad400e728e48f0655feadbac619b2ca725ddac3 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 3 Nov 2023 16:03:55 +0100 Subject: [PATCH 160/298] =?UTF-8?q?Fri=20Nov=2003=202023=2016:03:55=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/26.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 02/26.txt diff --git a/02/26.txt b/02/26.txt new file mode 100644 index 0000000..5eb423d --- /dev/null +++ b/02/26.txt @@ -0,0 +1 @@ +Mais o Seños se anoxou conmigo pola vosa culpa e non me escoita \ No newline at end of file From baf04e8cdf2a2c65653d065e010d474e814a2ad4 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 3 Nov 2023 16:05:56 +0100 Subject: [PATCH 161/298] =?UTF-8?q?Fri=20Nov=2003=202023=2016:05:55=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/26.txt b/02/26.txt index 5eb423d..91ce0af 100644 --- a/02/26.txt +++ b/02/26.txt @@ -1 +1 @@ -Mais o Seños se anoxou conmigo pola vosa culpa e non me escoita \ No newline at end of file +\v 26 \v 27 Mais o Seños se anoxou conmigo pola vosa culpa e non me escoitou, e o Señor me dixo: Abonda! Non me fales máis de isto. Sube ao cumio do monte Pisga e mira cara ao Occidente, ao Norte, a \ No newline at end of file From 9121c5a46a422a3d1b57e1a308f843a103c0ed50 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 3 Nov 2023 16:07:55 +0100 Subject: [PATCH 162/298] =?UTF-8?q?Fri=20Nov=2003=202023=2016:07:55=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/26.txt b/02/26.txt index 91ce0af..1c36a1a 100644 --- a/02/26.txt +++ b/02/26.txt @@ -1 +1 @@ -\v 26 \v 27 Mais o Seños se anoxou conmigo pola vosa culpa e non me escoitou, e o Señor me dixo: Abonda! Non me fales máis de isto. Sube ao cumio do monte Pisga e mira cara ao Occidente, ao Norte, a \ No newline at end of file +\v 26 \v 27 Mais o Señor se anoxou conmigo pola vosa culpa e non me escoitou, e o Señor me dixo: Abonda! Non me fales máis de isto. Sube ao cumio do monte Pisga e mira cara ao Occidente, ao Norte, ao Sul e cara ao oriente: Mira cos teus proprios ollos poque ti non cruzarás o Xordán \ No newline at end of file From b3263e098e1123e6fd663d402085a66790c364a4 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 3 Nov 2023 16:09:55 +0100 Subject: [PATCH 163/298] =?UTF-8?q?Fri=20Nov=2003=202023=2016:09:55=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/26.txt b/02/26.txt index 1c36a1a..f71d96d 100644 --- a/02/26.txt +++ b/02/26.txt @@ -1 +1 @@ -\v 26 \v 27 Mais o Señor se anoxou conmigo pola vosa culpa e non me escoitou, e o Señor me dixo: Abonda! Non me fales máis de isto. Sube ao cumio do monte Pisga e mira cara ao Occidente, ao Norte, ao Sul e cara ao oriente: Mira cos teus proprios ollos poque ti non cruzarás o Xordán \ No newline at end of file +\v 26 \v 27 Entón eu desde o deserto de Cademot enviei mensaxeiros a Sehón, rei de Hesbón con mensaxe de paz, dicíndolle \ No newline at end of file From 75841893e85b23dbd4772ceeb08f7cc89077d5bf Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 3 Nov 2023 16:11:55 +0100 Subject: [PATCH 164/298] =?UTF-8?q?Fri=20Nov=2003=202023=2016:11:55=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/26.txt b/02/26.txt index f71d96d..5b7665b 100644 --- a/02/26.txt +++ b/02/26.txt @@ -1 +1 @@ -\v 26 \v 27 Entón eu desde o deserto de Cademot enviei mensaxeiros a Sehón, rei de Hesbón con mensaxe de paz, dicíndolle \ No newline at end of file +\v 26 \v 27 Entón eu desde o deserto de Cademot enviei mensaxeiros a Sehón, rei de Hesbón con mensaxe de paz, dicíndolle: " \ No newline at end of file From d21b7eb8f24da2db012bc703f7affc8027a493e1 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 3 Nov 2023 16:15:55 +0100 Subject: [PATCH 165/298] =?UTF-8?q?Fri=20Nov=2003=202023=2016:15:55=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/26.txt b/02/26.txt index 5b7665b..afc27f3 100644 --- a/02/26.txt +++ b/02/26.txt @@ -1 +1 @@ -\v 26 \v 27 Entón eu desde o deserto de Cademot enviei mensaxeiros a Sehón, rei de Hesbón con mensaxe de paz, dicíndolle: " \ No newline at end of file +\v 26 \v 27 Entón eu desde o deserto de Cademot enviei mensaxeiros a Sehón, rei de Hesbón con mensaxe de paz, dicíndolle: "Déixame pasar pola túa \ No newline at end of file From 34dd263bd5b415f4e78008e676db5da84e63309f Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 3 Nov 2023 16:17:55 +0100 Subject: [PATCH 166/298] =?UTF-8?q?Fri=20Nov=2003=202023=2016:17:55=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/26.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/02/26.txt b/02/26.txt index afc27f3..7c8f4b6 100644 --- a/02/26.txt +++ b/02/26.txt @@ -1 +1 @@ -\v 26 \v 27 Entón eu desde o deserto de Cademot enviei mensaxeiros a Sehón, rei de Hesbón con mensaxe de paz, dicíndolle: "Déixame pasar pola túa \ No newline at end of file +\v 26 Entón eu desde o deserto de Cademot enviei mensaxeiros a Sehón, rei de Hesbón con mensaxe de paz, dicíndolle: \v 27 "Déixame pasar pola túa terra, só irei polo camiño sen virar á dereita ou á esquerda" \ No newline at end of file diff --git a/manifest.json b/manifest.json index a460623..96b2f07 100644 --- a/manifest.json +++ b/manifest.json @@ -70,6 +70,7 @@ "02-16", "02-20", "02-23", - "02-24" + "02-24", + "02-26" ] } \ No newline at end of file From 97fee6515f19797d10fcac7da205aaf1037945b4 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 3 Nov 2023 16:19:55 +0100 Subject: [PATCH 167/298] =?UTF-8?q?Fri=20Nov=2003=202023=2016:19:55=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/28.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 02/28.txt diff --git a/02/28.txt b/02/28.txt new file mode 100644 index 0000000..9360f34 --- /dev/null +++ b/02/28.txt @@ -0,0 +1 @@ +\v 28 \v 29 Venderásme alimentos para que poda comer e me venderás auga para que e \ No newline at end of file From d3c1c77ec54f6843b5c074a66b9f1ac35fe047f3 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 3 Nov 2023 16:21:55 +0100 Subject: [PATCH 168/298] =?UTF-8?q?Fri=20Nov=2003=202023=2016:21:55=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/28.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/28.txt b/02/28.txt index 9360f34..2d15f56 100644 --- a/02/28.txt +++ b/02/28.txt @@ -1 +1 @@ -\v 28 \v 29 Venderásme alimentos para que poda comer e me venderás auga para que e \ No newline at end of file +\v 28 \v 29 Venderásme alimentos para que poda comer e venderásme auga para que poda beber, deixame só pasar polo camiño tal e como fixeron os fillos de Esaú de viven en Seir e os moabitas que habitan en Ar ata que cruce o Xordán ata a terra que o Señor noso Deus nos da" \ No newline at end of file From d9f2b25da14a6046ff750c8eed910c63deff834b Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 3 Nov 2023 16:23:55 +0100 Subject: [PATCH 169/298] =?UTF-8?q?Fri=20Nov=2003=202023=2016:23:55=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/28.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/02/28.txt b/02/28.txt index 2d15f56..5aa8bf1 100644 --- a/02/28.txt +++ b/02/28.txt @@ -1 +1 @@ -\v 28 \v 29 Venderásme alimentos para que poda comer e venderásme auga para que poda beber, deixame só pasar polo camiño tal e como fixeron os fillos de Esaú de viven en Seir e os moabitas que habitan en Ar ata que cruce o Xordán ata a terra que o Señor noso Deus nos da" \ No newline at end of file +\v 28 Venderásme alimentos para que poda comer e venderásme auga para que poda beber, deixame só pasar polo camiño \v 29 tal e como fixeron os fillos de Esaú de viven en Seir e os moabitas que habitan en Ar ata que cruce o Xordán para a terra que o Señor noso Deus nos da" \ No newline at end of file diff --git a/manifest.json b/manifest.json index 96b2f07..9e321e4 100644 --- a/manifest.json +++ b/manifest.json @@ -71,6 +71,7 @@ "02-20", "02-23", "02-24", - "02-26" + "02-26", + "02-28" ] } \ No newline at end of file From 459bf5e4eea62c4d1f67faf3058138547671ddb5 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 3 Nov 2023 16:25:55 +0100 Subject: [PATCH 170/298] =?UTF-8?q?Fri=20Nov=2003=202023=2016:25:55=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/30.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 02/30.txt diff --git a/02/30.txt b/02/30.txt new file mode 100644 index 0000000..71a50f9 --- /dev/null +++ b/02/30.txt @@ -0,0 +1 @@ +Pero \ No newline at end of file From 37451b169cfa2c0f793d72132d9b729b9ec54a36 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 3 Nov 2023 16:27:56 +0100 Subject: [PATCH 171/298] =?UTF-8?q?Fri=20Nov=2003=202023=2016:27:55=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/30.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/30.txt b/02/30.txt index 71a50f9..8336e50 100644 --- a/02/30.txt +++ b/02/30.txt @@ -1 +1 @@ -Pero \ No newline at end of file +\v 30 \v 31 Pero Sehón, rei de Hesbón, non nos quixo deixar pasr pola súa terra porque o Señor teu deus endureceu o seu espírito e fico o seu corazón obstinado y fin de entregálos nas tuas mans ata hoxe. \ No newline at end of file From 27bdd826d81035560e018c1316559e2b4b0d4411 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 3 Nov 2023 16:29:56 +0100 Subject: [PATCH 172/298] =?UTF-8?q?Fri=20Nov=2003=202023=2016:29:55=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/30.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/30.txt b/02/30.txt index 8336e50..8e3f94c 100644 --- a/02/30.txt +++ b/02/30.txt @@ -1 +1 @@ -\v 30 \v 31 Pero Sehón, rei de Hesbón, non nos quixo deixar pasr pola súa terra porque o Señor teu deus endureceu o seu espírito e fico o seu corazón obstinado y fin de entregálos nas tuas mans ata hoxe. \ No newline at end of file +\v 30 \v 31 Pero Sehón, rei de Hesbón, non nos quixo deixar pasar pola súa terra porque o Señor teu Deus volveu duro o seu espírito e fixo o seu corazón obstinado para entregálos nas tuas mans tal e como están hoxe. E o Señor me dixo: "Mira \ No newline at end of file From 3f22f57c56c965976e5fd58bb62df85b4814b909 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 3 Nov 2023 16:31:56 +0100 Subject: [PATCH 173/298] =?UTF-8?q?Fri=20Nov=2003=202023=2016:31:55=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/30.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/02/30.txt b/02/30.txt index 8e3f94c..c0077f8 100644 --- a/02/30.txt +++ b/02/30.txt @@ -1 +1 @@ -\v 30 \v 31 Pero Sehón, rei de Hesbón, non nos quixo deixar pasar pola súa terra porque o Señor teu Deus volveu duro o seu espírito e fixo o seu corazón obstinado para entregálos nas tuas mans tal e como están hoxe. E o Señor me dixo: "Mira \ No newline at end of file +\v 30 Pero Sehón, rei de Hesbón, non nos quixo deixar pasar pola súa terra porque o Señor teu Deus volveu duro o seu espírito e fixo o seu corazón obstinado para entregálos nas tuas mans tal e como están hoxe. E \v 31 o Señor me dixo: "Mira, comecei a entregar a Sehón e a súa terra nas túas mans. Comeza a ocupála para que a posuas." \ No newline at end of file diff --git a/manifest.json b/manifest.json index 9e321e4..123495c 100644 --- a/manifest.json +++ b/manifest.json @@ -72,6 +72,7 @@ "02-23", "02-24", "02-26", - "02-28" + "02-28", + "02-30" ] } \ No newline at end of file From ddb26300352f0d2a2acfc3550ad44086da06083c Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 3 Nov 2023 16:33:55 +0100 Subject: [PATCH 174/298] =?UTF-8?q?Fri=20Nov=2003=202023=2016:33:55=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/32.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 02/32.txt diff --git a/02/32.txt b/02/32.txt new file mode 100644 index 0000000..25dcf42 --- /dev/null +++ b/02/32.txt @@ -0,0 +1 @@ +Entón Sehón saiu con todo o seu povo para encontrarnos na batalla de Jahaza. E o Señor o noso Deus nolo entregou, a el, aos seus fillos e a todo o seu pobo \ No newline at end of file From a2ef05084e90d08740fe9284ab4094c7f4c47317 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 3 Nov 2023 16:35:56 +0100 Subject: [PATCH 175/298] =?UTF-8?q?Fri=20Nov=2003=202023=2016:35:55=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/32.txt | 2 +- 02/34.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 02/34.txt diff --git a/02/32.txt b/02/32.txt index 25dcf42..df04941 100644 --- a/02/32.txt +++ b/02/32.txt @@ -1 +1 @@ -Entón Sehón saiu con todo o seu povo para encontrarnos na batalla de Jahaza. E o Señor o noso Deus nolo entregou, a el, aos seus fillos e a todo o seu pobo \ No newline at end of file +\v 32 Entón Sehón saiu con todo o seu povo para encontrarnos na batalla de Jahaza. \v 33 E o Señor o noso Deus nolo entregou, a el, aos seus fillos e a todo o seu povo. \ No newline at end of file diff --git a/02/34.txt b/02/34.txt new file mode 100644 index 0000000..6ba8d6b --- /dev/null +++ b/02/34.txt @@ -0,0 +1 @@ +E naquel moemnto tomamos todas as súas cidades e e \ No newline at end of file diff --git a/manifest.json b/manifest.json index 123495c..9262023 100644 --- a/manifest.json +++ b/manifest.json @@ -73,6 +73,7 @@ "02-24", "02-26", "02-28", - "02-30" + "02-30", + "02-32" ] } \ No newline at end of file From 873aea62a4cd0905b6d651f37681742838f287f7 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 3 Nov 2023 16:37:56 +0100 Subject: [PATCH 176/298] =?UTF-8?q?Fri=20Nov=2003=202023=2016:37:55=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= 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 6ba8d6b..12e0300 100644 --- a/02/34.txt +++ b/02/34.txt @@ -1 +1 @@ -E naquel moemnto tomamos todas as súas cidades e e \ No newline at end of file +\v 34 \v 35 E naquel moemnto tomamos todas as súas cidades e exterminamos a homes, a mulleres e a nenos de cada cidade e non deixamos ningún sobrevivinte. Só tomamos como botín \ No newline at end of file From e5bdd77de9fe6c35428693201c2f71f134341867 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 3 Nov 2023 16:39:56 +0100 Subject: [PATCH 177/298] =?UTF-8?q?Fri=20Nov=2003=202023=2016:39:55=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= 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 12e0300..13df15f 100644 --- a/02/34.txt +++ b/02/34.txt @@ -1 +1 @@ -\v 34 \v 35 E naquel moemnto tomamos todas as súas cidades e exterminamos a homes, a mulleres e a nenos de cada cidade e non deixamos ningún sobrevivinte. Só tomamos como botín \ No newline at end of file +\v 34 \v 35 E naquel moemnto tomamos todas as súas cidades e exterminamos a homes, a mulleres e a nenos de cada cidade e non deixamos ningún sobrevivinte. Só tomamos como botín os animais e o espolio \ No newline at end of file From f88b8b79a3845b7ffa51601eab092f84a371203c Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 3 Nov 2023 16:41:56 +0100 Subject: [PATCH 178/298] =?UTF-8?q?Fri=20Nov=2003=202023=2016:41:55=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= 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 13df15f..24f6fd7 100644 --- a/02/34.txt +++ b/02/34.txt @@ -1 +1 @@ -\v 34 \v 35 E naquel moemnto tomamos todas as súas cidades e exterminamos a homes, a mulleres e a nenos de cada cidade e non deixamos ningún sobrevivinte. Só tomamos como botín os animais e o espolio \ No newline at end of file +\v 34 \v 35 E naquel momemnto tomamos todas as súas cidades e exterminamos a homes, a mulleres e a nenos de cada cidade, sen deixarmos ningún sobrevivinte. Só tomamos como botín os animais e o espolio das cidades que conquistaramos. \ No newline at end of file From 0b9e7c9e18d186f5aa44949f4507e1b3ab4d61ab Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 3 Nov 2023 16:51:56 +0100 Subject: [PATCH 179/298] =?UTF-8?q?Fri=20Nov=2003=202023=2016:51:55=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/34.txt | 2 +- 02/36.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 02/36.txt diff --git a/02/34.txt b/02/34.txt index 24f6fd7..ba9bfbb 100644 --- a/02/34.txt +++ b/02/34.txt @@ -1 +1 @@ -\v 34 \v 35 E naquel momemnto tomamos todas as súas cidades e exterminamos a homes, a mulleres e a nenos de cada cidade, sen deixarmos ningún sobrevivinte. Só tomamos como botín os animais e o espolio das cidades que conquistaramos. \ No newline at end of file +\v 34 E naquel momemnto tomamos todas as súas cidades e exterminamos a homes, a mulleres e a nenos de cada cidade, sen deixarmos ningún sobrevivinte. \v 35 Só tomamos como botín os animais e o espolio das cidades que conquistaramos. \ No newline at end of file diff --git a/02/36.txt b/02/36.txt new file mode 100644 index 0000000..384049a --- /dev/null +++ b/02/36.txt @@ -0,0 +1 @@ +Desde Aroer que está na beira do A \ No newline at end of file diff --git a/manifest.json b/manifest.json index 9262023..a1fa993 100644 --- a/manifest.json +++ b/manifest.json @@ -74,6 +74,7 @@ "02-26", "02-28", "02-30", - "02-32" + "02-32", + "02-34" ] } \ No newline at end of file From 63980a86b2df0b531d09e46572813607e26b64d4 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 3 Nov 2023 16:53:56 +0100 Subject: [PATCH 180/298] =?UTF-8?q?Fri=20Nov=2003=202023=2016:53:55=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/36.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/36.txt b/02/36.txt index 384049a..7f4ad97 100644 --- a/02/36.txt +++ b/02/36.txt @@ -1 +1 @@ -Desde Aroer que está na beira do A \ No newline at end of file +\v 36 \v 37 Desde Aroer, que está na beira do val do Arnón, e desde a cidade que está no val, ata Gallad, houbo cidades que se nos resistiron. \ No newline at end of file From 31f05c603b51684727d34bc4e8a8fb578e25b247 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 3 Nov 2023 16:55:56 +0100 Subject: [PATCH 181/298] =?UTF-8?q?Fri=20Nov=2003=202023=2016:55:55=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/36.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/36.txt b/02/36.txt index 7f4ad97..13496e3 100644 --- a/02/36.txt +++ b/02/36.txt @@ -1 +1 @@ -\v 36 \v 37 Desde Aroer, que está na beira do val do Arnón, e desde a cidade que está no val, ata Gallad, houbo cidades que se nos resistiron. \ No newline at end of file +\v 36 \v 37 Desde Aroer, que está na beira do val do Arnón, e desde a cidade que está no val, ata Gallad, houbo cidades que se nos resistiron. O Señor noso Deus nolas entregou todas. Mais, conforme a todo o que o Señor noso Deus proíbira, non te achegaste a terra dos amonitas, todo o longo do regato de Xaboc nen as didades dos montes. \ No newline at end of file From 4ba2467429f95d7efb763f0632dc0b3efd4b82b3 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 3 Nov 2023 17:03:56 +0100 Subject: [PATCH 182/298] =?UTF-8?q?Fri=20Nov=2003=202023=2017:03:55=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/36.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/36.txt b/02/36.txt index 13496e3..6861c32 100644 --- a/02/36.txt +++ b/02/36.txt @@ -1 +1 @@ -\v 36 \v 37 Desde Aroer, que está na beira do val do Arnón, e desde a cidade que está no val, ata Gallad, houbo cidades que se nos resistiron. O Señor noso Deus nolas entregou todas. Mais, conforme a todo o que o Señor noso Deus proíbira, non te achegaste a terra dos amonitas, todo o longo do regato de Xaboc nen as didades dos montes. \ No newline at end of file +\v 36 Desde Aroer, que está na beira do val do Arnón, e desde a cidade que está no val, ata Gallad, houbo cidades que se nos resistiron. O Señor noso Deus nolas entregou todas. \v 37 Mais, conforme a todo o que o Señor noso Deus proíbira, non te achegaste a terra dos amonitas, todo o longo do regato de Xaboc nen as didades dos montes. \ No newline at end of file From 9389df05a3976d2417ee9a9577278fec396769c4 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 3 Nov 2023 17:17:51 +0100 Subject: [PATCH 183/298] =?UTF-8?q?Fri=20Nov=2003=202023=2017:17:50=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/title.txt | 1 + manifest.json | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 03/title.txt diff --git a/03/title.txt b/03/title.txt new file mode 100644 index 0000000..65c9b68 --- /dev/null +++ b/03/title.txt @@ -0,0 +1 @@ +Capítolo 3 \ No newline at end of file diff --git a/manifest.json b/manifest.json index a1fa993..60e5fef 100644 --- a/manifest.json +++ b/manifest.json @@ -75,6 +75,8 @@ "02-28", "02-30", "02-32", - "02-34" + "02-34", + "02-36", + "03-title" ] } \ No newline at end of file From c7c72f4dea7698e8df3b919b6e3df8b65950d44b Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 8 Nov 2023 15:30:23 +0100 Subject: [PATCH 184/298] =?UTF-8?q?Wed=20Nov=2008=202023=2015:30:22=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/03.txt b/01/03.txt index da83af3..07e0c72 100644 --- a/01/03.txt +++ b/01/03.txt @@ -1 +1 @@ -\v 3 O día primeiro do mes undecimo do ano cuarenta, Moisés falou cos fillos de Israel segundo todo o que o Señor lle mandou que lles dixera, \v 4 despois de que Moisés derrotara a Sehón o rei dos amorreos que reinaba en Hesbón e despois de que derrotara en Edrei a Og ao rei de Baxán. \ No newline at end of file +\v 3 O día primeiro do mes undecimo do ano cuarenta, Moisés falou cos fillos de Israel segundo todo o que o Señor lle mandou que lles dixera, \v 4 despois de que Moisés derrotara a Sehón, o rei dos amorreos, que reinaba en Hesbón e despois de que derrotara en Edrei a Og ao rei de Baxán. \ No newline at end of file From 2817883e538bfb2f6f290317326cefaa666426e3 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 8 Nov 2023 15:32:23 +0100 Subject: [PATCH 185/298] =?UTF-8?q?Wed=20Nov=2008=202023=2015:32:22=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/01.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 03/01.txt diff --git a/03/01.txt b/03/01.txt new file mode 100644 index 0000000..188a782 --- /dev/null +++ b/03/01.txt @@ -0,0 +1 @@ +\c 3 \v 1 \v 2 Logo volvimos \ No newline at end of file From 679699e700e52d9b7f7489cf82e91c559d570be9 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 8 Nov 2023 15:34:23 +0100 Subject: [PATCH 186/298] =?UTF-8?q?Wed=20Nov=2008=202023=2015:34:22=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= 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 188a782..5fa962d 100644 --- a/03/01.txt +++ b/03/01.txt @@ -1 +1 @@ -\c 3 \v 1 \v 2 Logo volvimos \ No newline at end of file +\c 3 \v 1 \v 2 Logo volvemos e subimos polo camiño de Basán, e Og, rei de Basán, saiunos ao encontro con todo o seu povo para pelexar en Edrei \ No newline at end of file From f86c8ee39e6960e6cd3c267fa183c7661d6bd005 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 8 Nov 2023 15:36:23 +0100 Subject: [PATCH 187/298] =?UTF-8?q?Wed=20Nov=2008=202023=2015:36:22=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= 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 5fa962d..761da70 100644 --- a/03/01.txt +++ b/03/01.txt @@ -1 +1 @@ -\c 3 \v 1 \v 2 Logo volvemos e subimos polo camiño de Basán, e Og, rei de Basán, saiunos ao encontro con todo o seu povo para pelexar en Edrei \ No newline at end of file +\c 3 \v 1 \v 2 Logo volvemos e subimos polo camiño de Basán, e Og, rei de Basán, saiunos ao encontro en Edrei con toda a súa xente para pelexar. Mais o Seeñor me dixo: "Non teñas medo \ No newline at end of file From ae3e156bb8336d29af2da26e12c3187a1612491b Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 8 Nov 2023 15:38:23 +0100 Subject: [PATCH 188/298] =?UTF-8?q?Wed=20Nov=2008=202023=2015:38:22=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= 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 761da70..0144175 100644 --- a/03/01.txt +++ b/03/01.txt @@ -1 +1 @@ -\c 3 \v 1 \v 2 Logo volvemos e subimos polo camiño de Basán, e Og, rei de Basán, saiunos ao encontro en Edrei con toda a súa xente para pelexar. Mais o Seeñor me dixo: "Non teñas medo \ No newline at end of file +\c 3 \v 1 \v 2 Logo volvemos e subimos polo camiño de Basán, e Og, rei de Basán, saiunos ao encontro en Edrei con toda a súa xente para pelexar. Mais o Señor me dixo: "Non teñas medo, porque Eu xa puxen na túa man a todo o povo e mais a súa terra; e farás con el coma fixestes con Sehón, rei dos amorreos que vivian en Hesbón". \ No newline at end of file From 7d84074b139f597f78c9e7e93ee108fd1dbfa5a3 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 8 Nov 2023 15:40:23 +0100 Subject: [PATCH 189/298] =?UTF-8?q?Wed=20Nov=2008=202023=2015:40:22=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/01.txt | 2 +- 03/03.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 03/03.txt diff --git a/03/01.txt b/03/01.txt index 0144175..1cbf3ef 100644 --- a/03/01.txt +++ b/03/01.txt @@ -1 +1 @@ -\c 3 \v 1 \v 2 Logo volvemos e subimos polo camiño de Basán, e Og, rei de Basán, saiunos ao encontro en Edrei con toda a súa xente para pelexar. Mais o Señor me dixo: "Non teñas medo, porque Eu xa puxen na túa man a todo o povo e mais a súa terra; e farás con el coma fixestes con Sehón, rei dos amorreos que vivian en Hesbón". \ No newline at end of file +\c 3 \v 1 Logo volvemos e subimos polo camiño de Basán, e Og, rei de Basán, saiunos ao encontro en Edrei con toda a súa xente para pelexar. \v 2 Mais o Señor me dixo: "Non teñas medo, porque Eu xa puxen na túa man a todo o seu povo e mais a súa terra; e farás con el coma fixestes con Sehón, rei dos amorreos que vivian en Hesbón". \ No newline at end of file diff --git a/03/03.txt b/03/03.txt new file mode 100644 index 0000000..c899b09 --- /dev/null +++ b/03/03.txt @@ -0,0 +1 @@ +Asi que o Señor noso Deus tamén entregou nas nosas mans a Og, rei de Basãn, con todo o seu povo \ No newline at end of file diff --git a/manifest.json b/manifest.json index 60e5fef..0c2e8ea 100644 --- a/manifest.json +++ b/manifest.json @@ -77,6 +77,7 @@ "02-32", "02-34", "02-36", - "03-title" + "03-title", + "03-01" ] } \ No newline at end of file From eac6a1209b100df5bfd067e1d01cae4bb4d5f993 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 8 Nov 2023 15:42:23 +0100 Subject: [PATCH 190/298] =?UTF-8?q?Wed=20Nov=2008=202023=2015:42:22=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/03.txt b/03/03.txt index c899b09..c0129f4 100644 --- a/03/03.txt +++ b/03/03.txt @@ -1 +1 @@ -Asi que o Señor noso Deus tamén entregou nas nosas mans a Og, rei de Basãn, con todo o seu povo \ No newline at end of file +Asi que o Señor noso Deus tamén entregou nas nosas mans a Og, rei de Basãn, con todo o seu povo, e os ferimos ata non deixarmos sobrevivintes. Daquela conquistamos todas as súas cidades, non quedou unha que non conquistasemos \ No newline at end of file From ec7922f999f9f7a07c2f6af2b61975191c5c0988 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 8 Nov 2023 15:44:23 +0100 Subject: [PATCH 191/298] =?UTF-8?q?Wed=20Nov=2008=202023=2015:44:22=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/03.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/03/03.txt b/03/03.txt index c0129f4..05139f7 100644 --- a/03/03.txt +++ b/03/03.txt @@ -1 +1 @@ -Asi que o Señor noso Deus tamén entregou nas nosas mans a Og, rei de Basãn, con todo o seu povo, e os ferimos ata non deixarmos sobrevivintes. Daquela conquistamos todas as súas cidades, non quedou unha que non conquistasemos \ No newline at end of file +\v 3 Asi que o Señor noso Deus tamén entregou nas nosas mans a Og, rei de Basán, con todo o seu povo, e ferímolos ata non deixarmos sobrevivintes. \v 4 Daquela conquistamos todas as súas cidades, non quedou unha que non conquistasemos, sesenta cidades, toda a rexión de Argod, reino de Og en Basán. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 0c2e8ea..488611f 100644 --- a/manifest.json +++ b/manifest.json @@ -78,6 +78,7 @@ "02-34", "02-36", "03-title", - "03-01" + "03-01", + "03-03" ] } \ No newline at end of file From 4e7d16aa60e790b083ca27f3f92b9fc2778a3b60 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 8 Nov 2023 15:46:23 +0100 Subject: [PATCH 192/298] =?UTF-8?q?Wed=20Nov=2008=202023=2015:46:22=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/05.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 03/05.txt diff --git a/03/05.txt b/03/05.txt new file mode 100644 index 0000000..ecadf6a --- /dev/null +++ b/03/05.txt @@ -0,0 +1 @@ +\v 5 \v 6 \v 7 Todas estas eran cidades fortificadas con muros altos, portas e trancas, aparte de moita povoación sen muros \ No newline at end of file From b534725601a118e5853287ee337957965f45b349 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 8 Nov 2023 15:48:23 +0100 Subject: [PATCH 193/298] =?UTF-8?q?Wed=20Nov=2008=202023=2015:48:23=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/05.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/05.txt b/03/05.txt index ecadf6a..9fcae03 100644 --- a/03/05.txt +++ b/03/05.txt @@ -1 +1 @@ -\v 5 \v 6 \v 7 Todas estas eran cidades fortificadas con muros altos, portas e trancas, aparte de moita povoación sen muros \ No newline at end of file +\v 5 \v 6 \v 7 Todas estas eran cidades fortificadas con muros altos, portas e trancas, aparte de moitas povoacións sen fortificar. Destruímolas totalmente, coma fixemos con Sehó \ No newline at end of file From 9ae73588da88e7eceba2d40d3e4c000776ecb3b2 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 8 Nov 2023 15:50:23 +0100 Subject: [PATCH 194/298] =?UTF-8?q?Wed=20Nov=2008=202023=2015:50:22=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/05.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/05.txt b/03/05.txt index 9fcae03..21463bd 100644 --- a/03/05.txt +++ b/03/05.txt @@ -1 +1 @@ -\v 5 \v 6 \v 7 Todas estas eran cidades fortificadas con muros altos, portas e trancas, aparte de moitas povoacións sen fortificar. Destruímolas totalmente, coma fixemos con Sehó \ No newline at end of file +\v 5 \v 6 \v 7 Todas estas eran cidades fortificadas con muros altos, portas e trancas, aparte de moitas povoacións sen fortificar. Destruímolas totalmente, coma fixemos con Sehón, rei de Hesbón, exterminando a todos os homes, mulleres e nennos de cada cidade \ No newline at end of file From 769fc59059d4fd79fa1ff815843506719b39b87a Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 8 Nov 2023 16:11:06 +0100 Subject: [PATCH 195/298] =?UTF-8?q?Wed=20Nov=2008=202023=2016:11:05=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/05.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/05.txt b/03/05.txt index 21463bd..e2d1894 100644 --- a/03/05.txt +++ b/03/05.txt @@ -1 +1 @@ -\v 5 \v 6 \v 7 Todas estas eran cidades fortificadas con muros altos, portas e trancas, aparte de moitas povoacións sen fortificar. Destruímolas totalmente, coma fixemos con Sehón, rei de Hesbón, exterminando a todos os homes, mulleres e nennos de cada cidade \ No newline at end of file +\v 5 \v 6 \v 7 Todas estas eran cidades fortificadas con muros altos, portas e trancas, aparte de moitas povoacións sen fortificar. Destruímolas totalmente, coma fixemos con Sehón, rei de Hesbón, exterminando a todos os homes, mulleres e nenos de cada cidade. Pero tomamos como botín animais e \ No newline at end of file From c2b18b857af23c97984e9d0a11419cf6ec4359cc Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 8 Nov 2023 16:13:06 +0100 Subject: [PATCH 196/298] =?UTF-8?q?Wed=20Nov=2008=202023=2016:13:05=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/05.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/05.txt b/03/05.txt index e2d1894..1ef347f 100644 --- a/03/05.txt +++ b/03/05.txt @@ -1 +1 @@ -\v 5 \v 6 \v 7 Todas estas eran cidades fortificadas con muros altos, portas e trancas, aparte de moitas povoacións sen fortificar. Destruímolas totalmente, coma fixemos con Sehón, rei de Hesbón, exterminando a todos os homes, mulleres e nenos de cada cidade. Pero tomamos como botín animais e \ No newline at end of file +\v 5 \v 6 \v 7 Todas estas eran cidades fortificadas con muros altos, portas e trancas, aparte de moitas povoacións sen fortificar. Destruímolas totalmente, coma fixemos con Sehón, rei de Hesbón, exterminando a todos os homes, mulleres e nenos de cada cidade. Pero tomamos os animais e os restos das cidades como botín. \ No newline at end of file From 9d83a11a7e755484d8f5d01f04fb1cf08ea60f7f Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 8 Nov 2023 16:15:14 +0100 Subject: [PATCH 197/298] =?UTF-8?q?Wed=20Nov=2008=202023=2016:15:14=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/05.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/05.txt b/03/05.txt index 1ef347f..2eaadcb 100644 --- a/03/05.txt +++ b/03/05.txt @@ -1 +1 @@ -\v 5 \v 6 \v 7 Todas estas eran cidades fortificadas con muros altos, portas e trancas, aparte de moitas povoacións sen fortificar. Destruímolas totalmente, coma fixemos con Sehón, rei de Hesbón, exterminando a todos os homes, mulleres e nenos de cada cidade. Pero tomamos os animais e os restos das cidades como botín. \ No newline at end of file +\v 5 \v 7 Todas estas eran cidades fortificadas con muros altos, portas e trancas, aparte de moitas povoacións sen fortificar. \v 6 Destruímolas totalmente, coma fixemos con Sehón, rei de Hesbón, exterminando a todos os homes, mulleres e nenos de cada cidade. Pero tomamos os animais e os restos das cidades como botín. \ No newline at end of file From 95747e7dac3af9fba954040bda156c12dad36b76 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 8 Nov 2023 16:17:06 +0100 Subject: [PATCH 198/298] =?UTF-8?q?Wed=20Nov=2008=202023=2016:17:06=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/05.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/03/05.txt b/03/05.txt index 2eaadcb..5259f02 100644 --- a/03/05.txt +++ b/03/05.txt @@ -1 +1 @@ -\v 5 \v 7 Todas estas eran cidades fortificadas con muros altos, portas e trancas, aparte de moitas povoacións sen fortificar. \v 6 Destruímolas totalmente, coma fixemos con Sehón, rei de Hesbón, exterminando a todos os homes, mulleres e nenos de cada cidade. Pero tomamos os animais e os restos das cidades como botín. \ No newline at end of file +\v 5 Todas estas eran cidades fortificadas con muros altos, portas e trancas, aparte de moitas povoacións sen fortificar. \v 6 Destruímolas totalmente, coma fixemos con Sehón, rei de Hesbón, exterminando a todos os homes, mulleres e nenos de cada cidade. \v 7 Pero tomamos os animais e os restos das cidades como botín. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 488611f..5c7cc06 100644 --- a/manifest.json +++ b/manifest.json @@ -79,6 +79,7 @@ "02-36", "03-title", "03-01", - "03-03" + "03-03", + "03-05" ] } \ No newline at end of file From 0a9264d12cc46861ffa8ab60a75efbeae74b7f56 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 8 Nov 2023 16:19:06 +0100 Subject: [PATCH 199/298] =?UTF-8?q?Wed=20Nov=2008=202023=2016:19:06=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/08.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 03/08.txt diff --git a/03/08.txt b/03/08.txt new file mode 100644 index 0000000..dbc029e --- /dev/null +++ b/03/08.txt @@ -0,0 +1 @@ +Arrebatamoslles das mans a terra aos dous reis dos amorreos que estaban ao outro lado do Xordán, desde o val de Arnón ata o monte Hermón (os sidonios \ No newline at end of file From effc44f89774f2171ed385ad620a5f826ca6b680 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 8 Nov 2023 16:21:06 +0100 Subject: [PATCH 200/298] =?UTF-8?q?Wed=20Nov=2008=202023=2016:21:06=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/08.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/08.txt b/03/08.txt index dbc029e..6d01e98 100644 --- a/03/08.txt +++ b/03/08.txt @@ -1 +1 @@ -Arrebatamoslles das mans a terra aos dous reis dos amorreos que estaban ao outro lado do Xordán, desde o val de Arnón ata o monte Hermón (os sidonios \ No newline at end of file +Arrebatamoslles das mans a terra aos dous reis dos amorreos que estaban ao outro lado do Xordán, desde o val de Arnón ata o monte Hermón (os sidonios chaman Sirión a Hermón e os maorreos chamanlle Senir): \ No newline at end of file From 2865b069476b1fbf59a0684d595706eeb0d59b51 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 8 Nov 2023 16:23:07 +0100 Subject: [PATCH 201/298] =?UTF-8?q?Wed=20Nov=2008=202023=2016:23:06=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/08.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/08.txt b/03/08.txt index 6d01e98..f314bed 100644 --- a/03/08.txt +++ b/03/08.txt @@ -1 +1 @@ -Arrebatamoslles das mans a terra aos dous reis dos amorreos que estaban ao outro lado do Xordán, desde o val de Arnón ata o monte Hermón (os sidonios chaman Sirión a Hermón e os maorreos chamanlle Senir): \ No newline at end of file +Arrebatamoslles das mans a terra aos dous reis amorreos que estaban ao outro lado do Xordán, desde o val de Arnón ata o monte Hermón (os sidonios chaman Sirión a Hermón e os maorreos chamanlle Senir), todas as cidades da meseta, todo Galaad y todo Basán, ata Salca e Edrei, cidades do reino de Og en Basán. \ No newline at end of file From 30a2742b0679a3f4c28c3512c470a09abe321745 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 8 Nov 2023 16:25:29 +0100 Subject: [PATCH 202/298] =?UTF-8?q?Wed=20Nov=2008=202023=2016:25:29=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/08.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/08.txt b/03/08.txt index f314bed..8a2c3c7 100644 --- a/03/08.txt +++ b/03/08.txt @@ -1 +1 @@ -Arrebatamoslles das mans a terra aos dous reis amorreos que estaban ao outro lado do Xordán, desde o val de Arnón ata o monte Hermón (os sidonios chaman Sirión a Hermón e os maorreos chamanlle Senir), todas as cidades da meseta, todo Galaad y todo Basán, ata Salca e Edrei, cidades do reino de Og en Basán. \ No newline at end of file +\v 8 Arrebatamoslles das mans a terra aos dous reis amorreos que estaban ao outro lado do Xordán, desde o val de Arnón ata o monte \v 9 Hermón (os sidonios chaman Sirión a Hermón e os maorreos chamanlle Senir), \v 10 todas as cidades da meseta, todo Galaad y todo Basán, ata Salca e Edrei, cidades do reino de Og en Basán. \ No newline at end of file From 982c87d33c5f283a1925b8274ce6ba5caabf1e87 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 9 Nov 2023 14:22:33 +0100 Subject: [PATCH 203/298] =?UTF-8?q?Wed=20Nov=2008=202023=2016:27:16=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/08.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/03/08.txt b/03/08.txt index 8a2c3c7..2f51d3a 100644 --- a/03/08.txt +++ b/03/08.txt @@ -1 +1 @@ -\v 8 Arrebatamoslles das mans a terra aos dous reis amorreos que estaban ao outro lado do Xordán, desde o val de Arnón ata o monte \v 9 Hermón (os sidonios chaman Sirión a Hermón e os maorreos chamanlle Senir), \v 10 todas as cidades da meseta, todo Galaad y todo Basán, ata Salca e Edrei, cidades do reino de Og en Basán. \ No newline at end of file +\v 8 Arrebatamoslles das mans a terra aos dous reis amorreos que estaban ao outro lado do Xordán, desde o val de Arnón ata o monte Hermón \v 9 (os sidonios chaman Sirión a Hermón e os maorreos chamanlle Senir), \v 10 todas as cidades da meseta, todo Galaad y todo Basán, ata Salca e Edrei, cidades do reino de Og en Basán. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 5c7cc06..8b86e99 100644 --- a/manifest.json +++ b/manifest.json @@ -80,6 +80,7 @@ "03-title", "03-01", "03-03", - "03-05" + "03-05", + "03-08" ] } \ No newline at end of file From 76f4edfab9f4c95e537d66f55b43439725e94fef Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sat, 11 Nov 2023 17:42:34 +0100 Subject: [PATCH 204/298] =?UTF-8?q?Sat=20Nov=2011=202023=2017:42:33=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/11.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 03/11.txt diff --git a/03/11.txt b/03/11.txt new file mode 100644 index 0000000..e370580 --- /dev/null +++ b/03/11.txt @@ -0,0 +1 @@ +\v 11 Or, rei de Basán, era o único que quedaba dos refaítas. Velaí que a súa cama era de ferro \ No newline at end of file From 15678889ecfb8f5c8f377cf91e134ca9eaf5e2cb Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sat, 11 Nov 2023 17:44:34 +0100 Subject: [PATCH 205/298] =?UTF-8?q?Sat=20Nov=2011=202023=2017:44:33=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= 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 e370580..b8788a6 100644 --- a/03/11.txt +++ b/03/11.txt @@ -1 +1 @@ -\v 11 Or, rei de Basán, era o único que quedaba dos refaítas. Velaí que a súa cama era de ferro \ No newline at end of file +\v 11 Or, rei de Basán, era o único que quedaba dos refaítas. Velaí que a súa cama de ferro \ No newline at end of file From 8c6f28480c794005212549319e58ed60c7b1ba30 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sat, 11 Nov 2023 17:46:35 +0100 Subject: [PATCH 206/298] =?UTF-8?q?Sat=20Nov=2011=202023=2017:46:35=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= 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 b8788a6..1b2f8c4 100644 --- a/03/11.txt +++ b/03/11.txt @@ -1 +1 @@ -\v 11 Or, rei de Basán, era o único que quedaba dos refaítas. Velaí que a súa cama de ferro \ No newline at end of file +\v 11 Or, rei de Basán, era o único que quedaba dos refaítas. Velaí que a súa cama era de ferro, estaba en Rabá, cidade dos amonitas. Tiña nove cóbados de longo e catro cóbados de largo, en cóbados de home. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 8b86e99..704a999 100644 --- a/manifest.json +++ b/manifest.json @@ -81,6 +81,7 @@ "03-01", "03-03", "03-05", - "03-08" + "03-08", + "03-11" ] } \ No newline at end of file From cc1bf62235d5729058ed96e40d97ed96bc91e148 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sat, 11 Nov 2023 17:48:35 +0100 Subject: [PATCH 207/298] =?UTF-8?q?Sat=20Nov=2011=202023=2017:48:35=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/12.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 03/12.txt diff --git a/03/12.txt b/03/12.txt new file mode 100644 index 0000000..2b2839a --- /dev/null +++ b/03/12.txt @@ -0,0 +1 @@ +Tomamos pasesión desta terra \ No newline at end of file From f83e5eda4a2be6aae61acba92098353717e8750f Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sat, 11 Nov 2023 17:52:35 +0100 Subject: [PATCH 208/298] =?UTF-8?q?Sat=20Nov=2011=202023=2017:52:35=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/12.txt b/03/12.txt index 2b2839a..a5cf4b8 100644 --- a/03/12.txt +++ b/03/12.txt @@ -1 +1 @@ -Tomamos pasesión desta terra \ No newline at end of file +Ata entón, omamos posesión desta terra \ No newline at end of file From bb30e77cc3e79bb6e8a4fd5a99483898386bcf71 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sat, 11 Nov 2023 17:54:35 +0100 Subject: [PATCH 209/298] =?UTF-8?q?Sat=20Nov=2011=202023=2017:54:35=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/12.txt b/03/12.txt index a5cf4b8..543de61 100644 --- a/03/12.txt +++ b/03/12.txt @@ -1 +1 @@ -Ata entón, omamos posesión desta terra \ No newline at end of file +Ata entón, tomamos posesión desta terra. Entregueille aos ribenitas e os gaditas desde Aroer, que está no val de Arnón, e a metade da rexión montañosa de Gallad e as súas cidades \ No newline at end of file From bab639cd20a9b335c1cd38f813202dfcbf541e4a Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sat, 11 Nov 2023 17:56:35 +0100 Subject: [PATCH 210/298] =?UTF-8?q?Sat=20Nov=2011=202023=2017:56:35=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/12.txt b/03/12.txt index 543de61..296942e 100644 --- a/03/12.txt +++ b/03/12.txt @@ -1 +1 @@ -Ata entón, tomamos posesión desta terra. Entregueille aos ribenitas e os gaditas desde Aroer, que está no val de Arnón, e a metade da rexión montañosa de Gallad e as súas cidades \ No newline at end of file +Ata entón, tomamos posesión desta terra. Entregueille aos ribenitas e os gaditas desde Aroer, que está no val de Arnón, e a metade da rexión montañosa de Gallad e as súas cidades. E a metade da tribo de Manasés entregueille o resto de Gallad e todo Basán, o reino de Og, toda a rexión de Argod. (A toda a rexión de \ No newline at end of file From 302d2e522df954d7064f02012db558524caddad6 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sat, 11 Nov 2023 17:58:35 +0100 Subject: [PATCH 211/298] =?UTF-8?q?Sat=20Nov=2011=202023=2017:58:35=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/12.txt b/03/12.txt index 296942e..4ca52ed 100644 --- a/03/12.txt +++ b/03/12.txt @@ -1 +1 @@ -Ata entón, tomamos posesión desta terra. Entregueille aos ribenitas e os gaditas desde Aroer, que está no val de Arnón, e a metade da rexión montañosa de Gallad e as súas cidades. E a metade da tribo de Manasés entregueille o resto de Gallad e todo Basán, o reino de Og, toda a rexión de Argod. (A toda a rexión de \ No newline at end of file +Ata entón, tomamos posesión desta terra. Entregueille aos ribenitas e os gaditas desde Aroer, que está no val de Arnón, e a metade da rexión montañosa de Gallad e as súas cidades. E a metade da tribo de Manasés entregueille o resto de Gallad e todo Basán, o reino de Og, toda a rexión de Argod. (A toda a rexión de Basán se lle chama a terra dos refaítas) \ No newline at end of file From 92747be3e76842b73112879450a071e182ada2ac Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sat, 11 Nov 2023 18:02:35 +0100 Subject: [PATCH 212/298] =?UTF-8?q?Sat=20Nov=2011=202023=2018:02:35=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/12.txt b/03/12.txt index 4ca52ed..6ab7e8a 100644 --- a/03/12.txt +++ b/03/12.txt @@ -1 +1 @@ -Ata entón, tomamos posesión desta terra. Entregueille aos ribenitas e os gaditas desde Aroer, que está no val de Arnón, e a metade da rexión montañosa de Gallad e as súas cidades. E a metade da tribo de Manasés entregueille o resto de Gallad e todo Basán, o reino de Og, toda a rexión de Argod. (A toda a rexión de Basán se lle chama a terra dos refaítas) \ No newline at end of file +Ata entón, tomamos posesión desta terra. Entregueille aos ribenitas e os gaditas desde Aroer, que está no val de Arnón, ata a metade da rexión montañosa de Gallad e as súas cidades. E a metade da tribo de Manasés entregueille o resto de Gallad e todo Basán, o reino de Og, toda a rexión de Argod. (A toda a rexión de Basán se lle chama a terra dos refaítas) \ No newline at end of file From 6b02d0d2567780fb433b307bc0f0640dfd1bb811 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sat, 11 Nov 2023 18:04:35 +0100 Subject: [PATCH 213/298] =?UTF-8?q?Sat=20Nov=2011=202023=2018:04:35=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/12.txt b/03/12.txt index 6ab7e8a..c9b1da7 100644 --- a/03/12.txt +++ b/03/12.txt @@ -1 +1 @@ -Ata entón, tomamos posesión desta terra. Entregueille aos ribenitas e os gaditas desde Aroer, que está no val de Arnón, ata a metade da rexión montañosa de Gallad e as súas cidades. E a metade da tribo de Manasés entregueille o resto de Gallad e todo Basán, o reino de Og, toda a rexión de Argod. (A toda a rexión de Basán se lle chama a terra dos refaítas) \ No newline at end of file +\v 12 Ata entón, tomamos posesión desta terra. Entregueille aos ribenitas e os gaditas desde Aroer, que está no val de Arnón, ata a metade da rexión montañosa de Gallad e as súas cidades. \v 13 E entregueille o resto á metade da tribo de Manasés de Gallad e todo Basán, o reino de Og, toda a rexión de Argod. (A toda a rexión de Basán se lle chama a terra dos refaítas) \ No newline at end of file From 153b0a1e5cbc996e931059d8e05d252c4ddabf59 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sat, 11 Nov 2023 18:06:35 +0100 Subject: [PATCH 214/298] =?UTF-8?q?Sat=20Nov=2011=202023=2018:06:35=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= 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 704a999..16f60ef 100644 --- a/manifest.json +++ b/manifest.json @@ -82,6 +82,7 @@ "03-03", "03-05", "03-08", - "03-11" + "03-11", + "03-12" ] } \ No newline at end of file From b2330abb2283a7587312453fb4684cf3d7907367 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sat, 11 Nov 2023 18:08:35 +0100 Subject: [PATCH 215/298] =?UTF-8?q?Sat=20Nov=2011=202023=2018:08:35=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/14.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 03/14.txt diff --git a/03/14.txt b/03/14.txt new file mode 100644 index 0000000..360d2ad --- /dev/null +++ b/03/14.txt @@ -0,0 +1 @@ +\v 14 Jair, descendente de Manasés, conquistou toda a rexión de Argod \ No newline at end of file From 979492d5fdfc0f53cc719beea56ac07a0d6ddb63 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sat, 11 Nov 2023 18:10:35 +0100 Subject: [PATCH 216/298] =?UTF-8?q?Sat=20Nov=2011=202023=2018:10:35=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/14.txt b/03/14.txt index 360d2ad..871df61 100644 --- a/03/14.txt +++ b/03/14.txt @@ -1 +1 @@ -\v 14 Jair, descendente de Manasés, conquistou toda a rexión de Argod \ No newline at end of file +\v 14 Jair, descendente de Manasés, conquistou toda a rexión de Argod hasta la frontera con Gesur y Maaca \ No newline at end of file From 0b047ade33d81c3e7e544cebd1c47b99a998774c Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sat, 11 Nov 2023 18:12:36 +0100 Subject: [PATCH 217/298] =?UTF-8?q?Sat=20Nov=2011=202023=2018:12:35=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/14.txt b/03/14.txt index 871df61..41ebe92 100644 --- a/03/14.txt +++ b/03/14.txt @@ -1 +1 @@ -\v 14 Jair, descendente de Manasés, conquistou toda a rexión de Argod hasta la frontera con Gesur y Maaca \ No newline at end of file +\v 14 Jair, descendente de Manasés, conquistou toda a rexión de Argod ata a fronira dos guesutitas y maacatitas, é dicir Ba \ No newline at end of file From 80d542c633b3f0e4e29decf6f6395d230a96cfe6 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sat, 11 Nov 2023 18:14:36 +0100 Subject: [PATCH 218/298] =?UTF-8?q?Sat=20Nov=2011=202023=2018:14:35=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/14.txt b/03/14.txt index 41ebe92..ab3dfe0 100644 --- a/03/14.txt +++ b/03/14.txt @@ -1 +1 @@ -\v 14 Jair, descendente de Manasés, conquistou toda a rexión de Argod ata a fronira dos guesutitas y maacatitas, é dicir Ba \ No newline at end of file +\v 14 Iair, descendente de Manasés, conquistou toda a rexión de Argod ata a fronira dos guesutitas y maacatitas, e chamouna co s \ No newline at end of file From bdc31f0dacf451e8fa4ed05381ea64284362564d Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sat, 11 Nov 2023 18:16:36 +0100 Subject: [PATCH 219/298] =?UTF-8?q?Sat=20Nov=2011=202023=2018:16:35=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/14.txt b/03/14.txt index ab3dfe0..19519d4 100644 --- a/03/14.txt +++ b/03/14.txt @@ -1 +1 @@ -\v 14 Iair, descendente de Manasés, conquistou toda a rexión de Argod ata a fronira dos guesutitas y maacatitas, e chamouna co s \ No newline at end of file +\v 14 Iair, descendente de Manasés, conquistou toda a rexión de Argod ata a fronira dos guesutitas y maacatitas, e a Basán chamoulle co seu proprio nome Havot Iair. \ No newline at end of file From 2bd692c26438eba8cdab495ded751b16c53a129f Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sat, 11 Nov 2023 18:18:36 +0100 Subject: [PATCH 220/298] =?UTF-8?q?Sat=20Nov=2011=202023=2018:18:35=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= 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 16f60ef..6fa042d 100644 --- a/manifest.json +++ b/manifest.json @@ -83,6 +83,7 @@ "03-05", "03-08", "03-11", - "03-12" + "03-12", + "03-14" ] } \ No newline at end of file From 0956db23cd23f20919c8e3d4741c67fe241a81db Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sat, 11 Nov 2023 18:20:36 +0100 Subject: [PATCH 221/298] =?UTF-8?q?Sat=20Nov=2011=202023=2018:20:35=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/14.txt b/03/14.txt index 19519d4..bcb37bf 100644 --- a/03/14.txt +++ b/03/14.txt @@ -1 +1 @@ -\v 14 Iair, descendente de Manasés, conquistou toda a rexión de Argod ata a fronira dos guesutitas y maacatitas, e a Basán chamoulle co seu proprio nome Havot Iair. \ No newline at end of file +\v 14 Iair, descendente de Manasés, conquistou toda a rexión de Argod ata a fronira dos guesutitas y maacatitas, e a Basán chamoulle co seu proprio nome Havot Iair, como se chama ata hoxe. \ No newline at end of file From 04192e5f6d2f2a6e1fc9e03a1f4b6617d5317284 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sat, 11 Nov 2023 18:22:36 +0100 Subject: [PATCH 222/298] =?UTF-8?q?Sat=20Nov=2011=202023=2018:22:35=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= 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..c31847b --- /dev/null +++ b/03/15.txt @@ -0,0 +1 @@ +A Maquir entregueille Galaad. Aos rubenitas e aos gaditas entregueilles desde Galaad ata o val do Arnón, sendo fronteira o medio do río \ No newline at end of file From 2ec372bb3c0cbbd090c56276eab4ef456c109413 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sat, 11 Nov 2023 18:24:36 +0100 Subject: [PATCH 223/298] =?UTF-8?q?Sat=20Nov=2011=202023=2018:24:35=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/15.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/03/15.txt b/03/15.txt index c31847b..faf3ead 100644 --- a/03/15.txt +++ b/03/15.txt @@ -1 +1 @@ -A Maquir entregueille Galaad. Aos rubenitas e aos gaditas entregueilles desde Galaad ata o val do Arnón, sendo fronteira o medio do río \ No newline at end of file +\v 15 A Maquir entregueille Galaad. \v 16 Aos rubenitas e aos gaditas entregueilles desde Galaad ata o val do Arnón, sendo fronteira o medio do río e ata o regato Iaboc, a fronteira cos amonitas. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 6fa042d..9f17dec 100644 --- a/manifest.json +++ b/manifest.json @@ -84,6 +84,7 @@ "03-08", "03-11", "03-12", - "03-14" + "03-14", + "03-15" ] } \ No newline at end of file From ad78db90ef3bc31bbdeb3279adb522394a511452 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sat, 11 Nov 2023 18:26:36 +0100 Subject: [PATCH 224/298] =?UTF-8?q?Sat=20Nov=2011=202023=2018:26:35=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/17.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 03/17.txt diff --git a/03/17.txt b/03/17.txt new file mode 100644 index 0000000..f4dcc5a --- /dev/null +++ b/03/17.txt @@ -0,0 +1 @@ +\v 17 Tamén o Arabá con fronteira no Xordán, desde o Cineret ata o mar de Arabá, o mar Morto, ata o pé das \ No newline at end of file From add3039ca85b21a33e70d436d7b5b8a1f61b34c3 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sat, 11 Nov 2023 18:28:36 +0100 Subject: [PATCH 225/298] =?UTF-8?q?Sat=20Nov=2011=202023=2018:28:35=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= 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 f4dcc5a..df759f7 100644 --- a/03/17.txt +++ b/03/17.txt @@ -1 +1 @@ -\v 17 Tamén o Arabá con fronteira no Xordán, desde o Cineret ata o mar de Arabá, o mar Morto, ata o pé das \ No newline at end of file +\v 17 Tamén o Arabá con fronteira no Xordán, desde o Cineret ata o mar de Arabá, o mar Morto, e ao oriente ata o pé das pendentes do Pisga. \ No newline at end of file From f70c0650d5980f98deb2112334b1579433fee926 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sat, 11 Nov 2023 18:30:36 +0100 Subject: [PATCH 226/298] =?UTF-8?q?Sat=20Nov=2011=202023=2018:30:35=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= 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 9f17dec..7f7ebd2 100644 --- a/manifest.json +++ b/manifest.json @@ -85,6 +85,7 @@ "03-11", "03-12", "03-14", - "03-15" + "03-15", + "03-17" ] } \ No newline at end of file From 4156e36bb0d26e209f09b13979637840ee2439f6 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 19 Nov 2023 15:19:25 +0100 Subject: [PATCH 227/298] =?UTF-8?q?Sun=20Nov=2019=202023=2015:19:24=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/18.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 03/18.txt diff --git a/03/18.txt b/03/18.txt new file mode 100644 index 0000000..b803c13 --- /dev/null +++ b/03/18.txt @@ -0,0 +1 @@ +\v 18 Daquela ordeneivos: "o \ No newline at end of file From c35478b082d79db59dd23f667981b729c7ad6a54 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 19 Nov 2023 15:21:25 +0100 Subject: [PATCH 228/298] =?UTF-8?q?Sun=20Nov=2019=202023=2015:21:24=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/18.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/18.txt b/03/18.txt index b803c13..a531de2 100644 --- a/03/18.txt +++ b/03/18.txt @@ -1 +1 @@ -\v 18 Daquela ordeneivos: "o \ No newline at end of file +\v 18 Daquela ordeneivos: "o Señor o voso Deus deuvos esta terra para posuila. Todos vos, homes valentes, cruzaredes armados por diante dos vosos irmáns israelitas. \ No newline at end of file From 7d95bac0f850d078fb60deae06eb5bc8ebcd8aef Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 19 Nov 2023 15:23:25 +0100 Subject: [PATCH 229/298] =?UTF-8?q?Sun=20Nov=2019=202023=2015:23:24=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/18.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/03/18.txt b/03/18.txt index a531de2..34170af 100644 --- a/03/18.txt +++ b/03/18.txt @@ -1 +1 @@ -\v 18 Daquela ordeneivos: "o Señor o voso Deus deuvos esta terra para posuila. Todos vos, homes valentes, cruzaredes armados por diante dos vosos irmáns israelitas. \ No newline at end of file +\v 18 Daquela ordeneivos: o Señor o voso Deus deuvos esta terra para posuila. Todos vós, homes valentes, pasaredes armados por diante dos vosos irmáns israelitas. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 7f7ebd2..6b92d35 100644 --- a/manifest.json +++ b/manifest.json @@ -86,6 +86,7 @@ "03-12", "03-14", "03-15", - "03-17" + "03-17", + "03-18" ] } \ No newline at end of file From 07141454ee40526ac13508910540b6f3b37c7800 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 19 Nov 2023 15:25:25 +0100 Subject: [PATCH 230/298] =?UTF-8?q?Sun=20Nov=2019=202023=2015:25:24=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= 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..9a42476 --- /dev/null +++ b/03/19.txt @@ -0,0 +1 @@ +Mais só as vosas mulleres, os vosos meniños e o voso gando - sei que tendes moito gando - quedarán nas \ No newline at end of file From fc6dde669e2e871e714b47dc5453c182a12ecdd6 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 19 Nov 2023 15:27:25 +0100 Subject: [PATCH 231/298] =?UTF-8?q?Sun=20Nov=2019=202023=2015:27:24=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= 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 9a42476..a7a56c6 100644 --- a/03/19.txt +++ b/03/19.txt @@ -1 +1 @@ -Mais só as vosas mulleres, os vosos meniños e o voso gando - sei que tendes moito gando - quedarán nas \ No newline at end of file +Mais só as vosas mulleres, os vosos meniños e o voso gando - sei que tendes moito gando - quedarán nas cidades que vos din, ata que o Señor, o voso Deus, \ No newline at end of file From c2282ad01f4e8a43ae4983ef6afca7764633960e Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 19 Nov 2023 15:31:25 +0100 Subject: [PATCH 232/298] =?UTF-8?q?Sun=20Nov=2019=202023=2015:31:24=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= 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 a7a56c6..5dadf3c 100644 --- a/03/19.txt +++ b/03/19.txt @@ -1 +1 @@ -Mais só as vosas mulleres, os vosos meniños e o voso gando - sei que tendes moito gando - quedarán nas cidades que vos din, ata que o Señor, o voso Deus, \ No newline at end of file +Mais só as vosas mulleres, os vosos meniños e o voso gando - sei que tendes moito gando - quedarán nas cidades que vos din, ata que o Señor, o voso Deus, dea descanso aos vosos irmáns coma vos a vós \ No newline at end of file From d5654b44dd63d120614c8b00e1b47cf3c5d276e8 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 19 Nov 2023 15:33:25 +0100 Subject: [PATCH 233/298] =?UTF-8?q?Sun=20Nov=2019=202023=2015:33:24=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= 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 5dadf3c..7699819 100644 --- a/03/19.txt +++ b/03/19.txt @@ -1 +1 @@ -Mais só as vosas mulleres, os vosos meniños e o voso gando - sei que tendes moito gando - quedarán nas cidades que vos din, ata que o Señor, o voso Deus, dea descanso aos vosos irmáns coma vos a vós \ No newline at end of file +\v 19 \v 20 Mais só as vosas mulleres, os vosos meniños e o voso gando - sei que tendes moito gando - quedarán nas cidades que vos din, ata que o Señor, o voso Deus, dea descanso aos vosos irmáns coma vos fixo vós, e eles tamén posuan a terra que o Seños voso Deus lles dará ao outro lado do Xordán. Entón po \ No newline at end of file From 594371e8c7607ffc0551b65e2ef482c392ed1bb0 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 19 Nov 2023 15:35:25 +0100 Subject: [PATCH 234/298] =?UTF-8?q?Sun=20Nov=2019=202023=2015:35:24=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= 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 7699819..abc7ac9 100644 --- a/03/19.txt +++ b/03/19.txt @@ -1 +1 @@ -\v 19 \v 20 Mais só as vosas mulleres, os vosos meniños e o voso gando - sei que tendes moito gando - quedarán nas cidades que vos din, ata que o Señor, o voso Deus, dea descanso aos vosos irmáns coma vos fixo vós, e eles tamén posuan a terra que o Seños voso Deus lles dará ao outro lado do Xordán. Entón po \ No newline at end of file +\v 19 \v 20 Mais só as vosas mulleres, os vosos meniños e o voso gando - sei que tendes moito gando - quedarán nas cidades que vos din, ata que o Señor, o voso Deus, dea descanso aos vosos irmáns coma vos fixo vós, e eles tamén posuan a terra que o Seños voso Deus lles dará ao outro lado do Xordán. Entón poderá voltar cada home a á súa posesión, a que eu vos din \ No newline at end of file From 216aa5c8442d9d2ec06d3b5b60998fc9fa30ff15 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 19 Nov 2023 15:37:25 +0100 Subject: [PATCH 235/298] =?UTF-8?q?Sun=20Nov=2019=202023=2015:37:25=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= 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 abc7ac9..2a82161 100644 --- a/03/19.txt +++ b/03/19.txt @@ -1 +1 @@ -\v 19 \v 20 Mais só as vosas mulleres, os vosos meniños e o voso gando - sei que tendes moito gando - quedarán nas cidades que vos din, ata que o Señor, o voso Deus, dea descanso aos vosos irmáns coma vos fixo vós, e eles tamén posuan a terra que o Seños voso Deus lles dará ao outro lado do Xordán. Entón poderá voltar cada home a á súa posesión, a que eu vos din \ No newline at end of file +\v 19 \v 20 Mais só as vosas mulleres, os vosos meniños e o voso gando - sei que tendes moito gando - quedarán nas cidades que vos dei, ata que o Señor, o voso Deus, dea descanso aos vosos irmáns coma vos fixo con vós, e eles tamén posúan a terra que o Seños o voso Deus lles dará ao outro lado do Xordán. Entón poderá voltar cada home a á súa posesión, a que eu vos dei. \ No newline at end of file From 626c7a301afeece3f5bd87d1609c37a3d46fdfb6 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 19 Nov 2023 15:39:25 +0100 Subject: [PATCH 236/298] =?UTF-8?q?Sun=20Nov=2019=202023=2015:39:24=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/19.txt | 2 +- 03/21.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 03/21.txt diff --git a/03/19.txt b/03/19.txt index 2a82161..16c198d 100644 --- a/03/19.txt +++ b/03/19.txt @@ -1 +1 @@ -\v 19 \v 20 Mais só as vosas mulleres, os vosos meniños e o voso gando - sei que tendes moito gando - quedarán nas cidades que vos dei, ata que o Señor, o voso Deus, dea descanso aos vosos irmáns coma vos fixo con vós, e eles tamén posúan a terra que o Seños o voso Deus lles dará ao outro lado do Xordán. Entón poderá voltar cada home a á súa posesión, a que eu vos dei. \ No newline at end of file +\v 19 Mais só as vosas mulleres, os vosos meniños e o voso gando - sei que tendes moito gando - quedarán nas cidades que vos dei, \v 20 ata que o Señor, o voso Deus, dea descanso aos vosos irmáns coma vos fixo con vós, e eles tamén posúan a terra que o Seños o voso Deus lles dará ao outro lado do Xordán. Entón poderá voltar cada un de vós á súa posesión, a que eu vos dei. \ No newline at end of file diff --git a/03/21.txt b/03/21.txt new file mode 100644 index 0000000..4b54063 --- /dev/null +++ b/03/21.txt @@ -0,0 +1 @@ +Entón eu lle din a orde a Xosué: Os \ No newline at end of file diff --git a/manifest.json b/manifest.json index 6b92d35..157fc07 100644 --- a/manifest.json +++ b/manifest.json @@ -87,6 +87,7 @@ "03-14", "03-15", "03-17", - "03-18" + "03-18", + "03-19" ] } \ No newline at end of file From 9c3841676dfcd8b38dcdf4aebaa9f4b75963b63f Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 19 Nov 2023 15:41:25 +0100 Subject: [PATCH 237/298] =?UTF-8?q?Sun=20Nov=2019=202023=2015:41:24=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= 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 4b54063..0c7d373 100644 --- a/03/21.txt +++ b/03/21.txt @@ -1 +1 @@ -Entón eu lle din a orde a Xosué: Os \ No newline at end of file +\v 21 \v 22 Entón eu lle din a orde a Xosué: Os teus ollos viron todo o que o Señor \ No newline at end of file From 9db6e3e0f06396bcfbff0c554045ad33685bdc70 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 19 Nov 2023 15:43:25 +0100 Subject: [PATCH 238/298] =?UTF-8?q?Sun=20Nov=2019=202023=2015:43:25=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= 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 0c7d373..83b5223 100644 --- a/03/21.txt +++ b/03/21.txt @@ -1 +1 @@ -\v 21 \v 22 Entón eu lle din a orde a Xosué: Os teus ollos viron todo o que o Señor \ No newline at end of file +\v 21 \v 22 Entón eu lle din a orde a Xosué: Os teus ollos viron todo o que o Señor, o voso Deus, fixo con estes dous reis. Así fará o Señor a todos os reinos polos que ides pasar. Nonlles teñades medo, porque o Señor o voso Deus é o que pelexará por vós. \ No newline at end of file From 55cb89e93fbcdff60aca5eaabc7f465c7e4754d7 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 19 Nov 2023 15:45:25 +0100 Subject: [PATCH 239/298] =?UTF-8?q?Sun=20Nov=2019=202023=2015:45:24=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/21.txt | 2 +- 03/23.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 03/23.txt diff --git a/03/21.txt b/03/21.txt index 83b5223..c9e9e48 100644 --- a/03/21.txt +++ b/03/21.txt @@ -1 +1 @@ -\v 21 \v 22 Entón eu lle din a orde a Xosué: Os teus ollos viron todo o que o Señor, o voso Deus, fixo con estes dous reis. Así fará o Señor a todos os reinos polos que ides pasar. Nonlles teñades medo, porque o Señor o voso Deus é o que pelexará por vós. \ No newline at end of file +\v 21 Entón eu lle dei a orde a Xosué: Vistes cos teus proprios ollos todo o que o Señor, o voso Deus, fixo con estes dous reis. Así fará o Señor a todos os reinos polos que ides pasar. \v 22 Non lles teñades medo, porque o Señor, o voso Deus, é o que pelexará por vós. \ No newline at end of file diff --git a/03/23.txt b/03/23.txt new file mode 100644 index 0000000..e117533 --- /dev/null +++ b/03/23.txt @@ -0,0 +1 @@ +Eu tamén fixen súplica ao Señor \ No newline at end of file diff --git a/manifest.json b/manifest.json index 157fc07..6af37ce 100644 --- a/manifest.json +++ b/manifest.json @@ -88,6 +88,7 @@ "03-15", "03-17", "03-18", - "03-19" + "03-19", + "03-21" ] } \ No newline at end of file From e288780d5e08d2b8051d9a995d65ed6c6544f894 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 19 Nov 2023 15:47:25 +0100 Subject: [PATCH 240/298] =?UTF-8?q?Sun=20Nov=2019=202023=2015:47:25=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/23.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/23.txt b/03/23.txt index e117533..b0e6bfa 100644 --- a/03/23.txt +++ b/03/23.txt @@ -1 +1 @@ -Eu tamén fixen súplica ao Señor \ No newline at end of file +Eu tamén fixen súplica ao Señor: "Meu Señor Deus, \ No newline at end of file From 220bcea02fadbd62e445bf192f185498c57a6129 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 19 Nov 2023 15:49:25 +0100 Subject: [PATCH 241/298] =?UTF-8?q?Sun=20Nov=2019=202023=2015:49:24=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/23.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/23.txt b/03/23.txt index b0e6bfa..f065e07 100644 --- a/03/23.txt +++ b/03/23.txt @@ -1 +1 @@ -Eu tamén fixen súplica ao Señor: "Meu Señor Deus, \ No newline at end of file +\v 23 \v 24 \v 25 Eu tamén fixen súplica ao Señor: "Meu Señor Deus, Ti comezaches a amosar a túa grandeza e a túa man podesosa ao teu servo, porque, qué Deus hai nos ceos ou na terra que poda facer as obras e os \ No newline at end of file From 46fb72db4475d6c659e23535febec36125058911 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 19 Nov 2023 15:51:25 +0100 Subject: [PATCH 242/298] =?UTF-8?q?Sun=20Nov=2019=202023=2015:51:24=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/23.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/23.txt b/03/23.txt index f065e07..87ef539 100644 --- a/03/23.txt +++ b/03/23.txt @@ -1 +1 @@ -\v 23 \v 24 \v 25 Eu tamén fixen súplica ao Señor: "Meu Señor Deus, Ti comezaches a amosar a túa grandeza e a túa man podesosa ao teu servo, porque, qué Deus hai nos ceos ou na terra que poda facer as obras e os \ No newline at end of file +\v 23 \v 24 \v 25 Eu tamén fixen súplica ao Señor: "Meu Señor, Deus! Ti comezaches por amosar a túa grandeza e a túa man podesosa ao teu servo, porque, qué Deus hai nos ceos ou na terra que poda facer as obras ou os feitos tan poderosos coma os Teus? Rogoche que \ No newline at end of file From da11d16306054c39b99a2c832ed86131705a96e8 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 19 Nov 2023 15:53:25 +0100 Subject: [PATCH 243/298] =?UTF-8?q?Sun=20Nov=2019=202023=2015:53:25=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/23.txt | 2 +- 03/26.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 03/26.txt diff --git a/03/23.txt b/03/23.txt index 87ef539..bc9b9b7 100644 --- a/03/23.txt +++ b/03/23.txt @@ -1 +1 @@ -\v 23 \v 24 \v 25 Eu tamén fixen súplica ao Señor: "Meu Señor, Deus! Ti comezaches por amosar a túa grandeza e a túa man podesosa ao teu servo, porque, qué Deus hai nos ceos ou na terra que poda facer as obras ou os feitos tan poderosos coma os Teus? Rogoche que \ No newline at end of file +\v 23 Eu tamén fixen súplica ao Señor: \v 24 "Meu Señor, Deus! Ti comezaches por amosar a túa grandeza e a túa man podesosa ao teu servo, porque, qué Deus hai nos ceos ou na terra que poda facer as obras ou os feitos tan poderosos coma os Teus? \v 25 Rógoche que me permitas cruzar e ver a boa terra que está ao outro lado do Xordán, esa boa terra montañosa e o Líbano. \ No newline at end of file diff --git a/03/26.txt b/03/26.txt new file mode 100644 index 0000000..d5e25d9 --- /dev/null +++ b/03/26.txt @@ -0,0 +1 @@ +Mais o Señor enfadouse con \ No newline at end of file diff --git a/manifest.json b/manifest.json index 6af37ce..252fa3b 100644 --- a/manifest.json +++ b/manifest.json @@ -89,6 +89,7 @@ "03-17", "03-18", "03-19", - "03-21" + "03-21", + "03-23" ] } \ No newline at end of file From 11093cb95db8da4a597eaf46fa6edc1cf50f77cd Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 19 Nov 2023 15:55:25 +0100 Subject: [PATCH 244/298] =?UTF-8?q?Sun=20Nov=2019=202023=2015:55:25=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/26.txt b/03/26.txt index d5e25d9..3423303 100644 --- a/03/26.txt +++ b/03/26.txt @@ -1 +1 @@ -Mais o Señor enfadouse con \ No newline at end of file +Mais o Señor enfadouse comigo pola vosa culpa e non me escoitou, senon que me dixo: "Abonda!, xa non me volvas a falar disto". Sube ao cumio do monte Pisga e levanta a \ No newline at end of file From 51856aa8d91e5aa02a1c239ed26525c9ae4f7a6c Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 19 Nov 2023 15:57:25 +0100 Subject: [PATCH 245/298] =?UTF-8?q?Sun=20Nov=2019=202023=2015:57:25=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/26.txt b/03/26.txt index 3423303..0f0bd93 100644 --- a/03/26.txt +++ b/03/26.txt @@ -1 +1 @@ -Mais o Señor enfadouse comigo pola vosa culpa e non me escoitou, senon que me dixo: "Abonda!, xa non me volvas a falar disto". Sube ao cumio do monte Pisga e levanta a \ No newline at end of file +Mais o Señor enfadouse comigo pola vosa culpa e non me escoitou, senon que me dixo: "Abonda! Xa non me volvas a falar disto". Sube ao cumio do monte Pisga e levanta a vista para o Occidente, ao Norte, ao Sur e ao Oriente e miraa cos teus proprios ollos, pois ti non cruzarás o Xordán. \ No newline at end of file From 36ddfe80261388b00881dfa664d1219274b0a26d Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 19 Nov 2023 15:59:25 +0100 Subject: [PATCH 246/298] =?UTF-8?q?Sun=20Nov=2019=202023=2015:59:25=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/26.txt | 2 +- 03/28.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 03/28.txt diff --git a/03/26.txt b/03/26.txt index 0f0bd93..3f2fe52 100644 --- a/03/26.txt +++ b/03/26.txt @@ -1 +1 @@ -Mais o Señor enfadouse comigo pola vosa culpa e non me escoitou, senon que me dixo: "Abonda! Xa non me volvas a falar disto". Sube ao cumio do monte Pisga e levanta a vista para o Occidente, ao Norte, ao Sur e ao Oriente e miraa cos teus proprios ollos, pois ti non cruzarás o Xordán. \ No newline at end of file +\v 26 Mais o Señor enfadouse comigo pola vosa culpa e non me escoitou, senon que me dixo: "Abonda! Xa non me volvas a falar disto". \v 27 Sube ao cumio do monte Pisga e levanta a vista cara ao Occidente, ao Norte, ao Sur e ao Oriente e miraa cos teus proprios ollos, pois ti non cruzarás o Xordán. \ No newline at end of file diff --git a/03/28.txt b/03/28.txt new file mode 100644 index 0000000..f1e22fd --- /dev/null +++ b/03/28.txt @@ -0,0 +1 @@ +Mais dalle a Xosu \ No newline at end of file diff --git a/manifest.json b/manifest.json index 252fa3b..9c9b0de 100644 --- a/manifest.json +++ b/manifest.json @@ -90,6 +90,7 @@ "03-18", "03-19", "03-21", - "03-23" + "03-23", + "03-26" ] } \ No newline at end of file From 2fba25c297460df62bfc49f2cb3c8ae7f38295df Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 19 Nov 2023 16:01:25 +0100 Subject: [PATCH 247/298] =?UTF-8?q?Sun=20Nov=2019=202023=2016:01:25=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/28.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03/28.txt b/03/28.txt index f1e22fd..1cadcd7 100644 --- a/03/28.txt +++ b/03/28.txt @@ -1 +1 @@ -Mais dalle a Xosu \ No newline at end of file +Mais dalle a Xosué as ordes, anímao e infundelle fartaleza, porque el pasará á fonte deste pobo e el lles dará por herdanza a terra que ti verás. \ No newline at end of file From f38bb842f079ef2931585a6373e6bcebd2a2793d Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 19 Nov 2023 16:03:01 +0100 Subject: [PATCH 248/298] =?UTF-8?q?Sun=20Nov=2019=202023=2016:03:01=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/28.txt | 2 +- 04/title.txt | 1 + manifest.json | 4 +++- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 04/title.txt diff --git a/03/28.txt b/03/28.txt index 1cadcd7..3162552 100644 --- a/03/28.txt +++ b/03/28.txt @@ -1 +1 @@ -Mais dalle a Xosué as ordes, anímao e infundelle fartaleza, porque el pasará á fonte deste pobo e el lles dará por herdanza a terra que ti verás. \ No newline at end of file +\v 28 Mais dalle a Xosué as ordes, anímao e infundelle fortaleza, porque el pasará á fonte deste pobo e el lles dará por herdanza a terra que ti verás. \v 29 Así que quedamos no val frente a Bet Peor. \ 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 diff --git a/manifest.json b/manifest.json index 9c9b0de..7345aed 100644 --- a/manifest.json +++ b/manifest.json @@ -91,6 +91,8 @@ "03-19", "03-21", "03-23", - "03-26" + "03-26", + "03-28", + "04-title" ] } \ No newline at end of file From 83ccdfcd72345183b011fe31a67968dd680dc5b2 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 21 Nov 2023 21:27:36 +0100 Subject: [PATCH 249/298] =?UTF-8?q?Tue=20Nov=2021=202023=2021:27:36=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 4d2c98a..5b787ec 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { - "package_version": 6, + "package_version": 7, "format": "usfm", "generator": { "name": "ts-desktop", - "build": "195" + "build": "27" }, "target_language": { "id": "gl", From a9ca219aa96d5800c5f4a4eecdfce438b0fc0708 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 22 Nov 2023 21:09:44 +0100 Subject: [PATCH 250/298] =?UTF-8?q?Wed=20Nov=2022=202023=2021:09:43=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= 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..0e3da8d --- /dev/null +++ b/04/01.txt @@ -0,0 +1 @@ +\c 4 Israel, agora escoita os estatutos e os decretos que eu vos ensino para que os cumplades, para que vivades e entredes \ No newline at end of file From 7d184ff210a27262ca637f54e2412bafb5a7cb29 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 22 Nov 2023 21:11:44 +0100 Subject: [PATCH 251/298] =?UTF-8?q?Wed=20Nov=2022=202023=2021:11:43=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= 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 0e3da8d..3a17522 100644 --- a/04/01.txt +++ b/04/01.txt @@ -1 +1 @@ -\c 4 Israel, agora escoita os estatutos e os decretos que eu vos ensino para que os cumplades, para que vivades e entredes \ No newline at end of file +\c 4 Israel, agora escoita as leis e os decretos que eu vos ensino para que os cumplades, e para que vivades e tomedes psesión da terra que o Señor, o Deus dos sosos pais, vos da. Non engadiredes nada á palabra que eu vos mando nen quitaredes nada dela, para que gardedes os man \ No newline at end of file From 2a7eed253df51e2ead40e59f7fe6915d63783605 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 22 Nov 2023 21:13:44 +0100 Subject: [PATCH 252/298] =?UTF-8?q?Wed=20Nov=2022=202023=2021:13:43=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= 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 3a17522..ec0f9da 100644 --- a/04/01.txt +++ b/04/01.txt @@ -1 +1 @@ -\c 4 Israel, agora escoita as leis e os decretos que eu vos ensino para que os cumplades, e para que vivades e tomedes psesión da terra que o Señor, o Deus dos sosos pais, vos da. Non engadiredes nada á palabra que eu vos mando nen quitaredes nada dela, para que gardedes os man \ No newline at end of file +\c 4 \v 1 \v 2 Israel, agora escoita as leis e os decretos que eu vos ensino para que os cumplades, e para que vivades e tomedes psesión da terra que o Señor, o Deus dos sosos pais, vos da. Non engadiredes nada á palabra que eu vos mando nen quitaredes nada dela, para que gardedes os mandamentos so Seños o voso Deus que eu vos mando. \ No newline at end of file From ea729c784cd65128ea649f5c01479cc062e7dcd0 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 22 Nov 2023 21:27:45 +0100 Subject: [PATCH 253/298] =?UTF-8?q?Wed=20Nov=2022=202023=2021:27:44=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/01.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/04/01.txt b/04/01.txt index ec0f9da..63f5058 100644 --- a/04/01.txt +++ b/04/01.txt @@ -1 +1 @@ -\c 4 \v 1 \v 2 Israel, agora escoita as leis e os decretos que eu vos ensino para que os cumplades, e para que vivades e tomedes psesión da terra que o Señor, o Deus dos sosos pais, vos da. Non engadiredes nada á palabra que eu vos mando nen quitaredes nada dela, para que gardedes os mandamentos so Seños o voso Deus que eu vos mando. \ No newline at end of file +\c 4 \v 1 Israel, agora escoita as leis e os decretos que eu vos ensino para que os cumprades, e para que vivades e tomedes posesión da terra que o Señor, o Deus dos vosos pais, vos dá. \v 2 Non engadiredes nada ás palabras que eu vos mando nen quitaredes nada delas, para que gardedes os mandamentos do Señor o voso Deus que eu vos mando. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 11c6342..b9773ff 100644 --- a/manifest.json +++ b/manifest.json @@ -37,6 +37,7 @@ "Ana Iglesias Duran" ], "finished_chunks": [ + "front-title", "01-title", "01-03", "01-05", @@ -93,7 +94,7 @@ "03-26", "03-28", "04-title", - "front-title", + "04-01", "09-title", "09-01", "09-03", From 87a7705f732e2228cb192d4393a5fefcac55b67e Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 22 Nov 2023 21:29:45 +0100 Subject: [PATCH 254/298] =?UTF-8?q?Wed=20Nov=2022=202023=2021:29:44=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/03.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 04/03.txt diff --git a/04/03.txt b/04/03.txt new file mode 100644 index 0000000..7e88f05 --- /dev/null +++ b/04/03.txt @@ -0,0 +1 @@ +\v 3 \v 4 Os vosos ollos virono que o Señor fixo en Baal Peor, xa que todp home que seguiu a Baal Peor, o Señor, o voso Deus o destruiu \ No newline at end of file From 1d60c39c0b8a7893b16207f575cfd1439f798e9f Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 22 Nov 2023 21:31:45 +0100 Subject: [PATCH 255/298] =?UTF-8?q?Wed=20Nov=2022=202023=2021:31:44=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/03.txt b/04/03.txt index 7e88f05..87e1ed5 100644 --- a/04/03.txt +++ b/04/03.txt @@ -1 +1 @@ -\v 3 \v 4 Os vosos ollos virono que o Señor fixo en Baal Peor, xa que todp home que seguiu a Baal Peor, o Señor, o voso Deus o destruiu \ No newline at end of file +\v 3 \v 4 Os vosos ollos virono que o Señor fixo en Baal Peor, xa que todo home que seguiu a Baal Peor, o Señor, o voso Deus, destruiuno do medio de ti. Mais vós, os que permanecistes fieis ao Señor o voso Deus, seguides vivos ata o día de hoxe \ No newline at end of file From 7c935389061b81758cc4179a0b0cb5684033764f Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 22 Nov 2023 21:33:45 +0100 Subject: [PATCH 256/298] =?UTF-8?q?Wed=20Nov=2022=202023=2021:33:44=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/03.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/04/03.txt b/04/03.txt index 87e1ed5..4deb796 100644 --- a/04/03.txt +++ b/04/03.txt @@ -1 +1 @@ -\v 3 \v 4 Os vosos ollos virono que o Señor fixo en Baal Peor, xa que todo home que seguiu a Baal Peor, o Señor, o voso Deus, destruiuno do medio de ti. Mais vós, os que permanecistes fieis ao Señor o voso Deus, seguides vivos ata o día de hoxe \ No newline at end of file +\v 3 Os vosos ollos virono que o Señor fixo en Baal Peor, xa que todo home que seguiu a Baal Peor, o Señor, o voso Deus, destruiuno do medio de ti. \v 4 Mais vós, os que vos mantivestes fieis ao Señor o voso Deus, seguides vivos ata o día de hoxe. \ No newline at end of file diff --git a/manifest.json b/manifest.json index b9773ff..cc6cbf2 100644 --- a/manifest.json +++ b/manifest.json @@ -95,6 +95,7 @@ "03-28", "04-title", "04-01", + "04-03", "09-title", "09-01", "09-03", From d94bc213b9444cabf3bd49ebf9156df895d8bd45 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 22 Nov 2023 21:37:45 +0100 Subject: [PATCH 257/298] =?UTF-8?q?Wed=20Nov=2022=202023=2021:37:45=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/05.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 04/05.txt diff --git a/04/05.txt b/04/05.txt new file mode 100644 index 0000000..3b70278 --- /dev/null +++ b/04/05.txt @@ -0,0 +1 @@ +Velaí que tal e como o Señor o meu Deus mo ordeou eu vos ensinei as leis e os decretos para que asi os ccumplades en medio da terra na que ides e \ No newline at end of file From a2ae353614a50e64df16bdc9e18f5e39fd22e030 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 22 Nov 2023 21:39:45 +0100 Subject: [PATCH 258/298] =?UTF-8?q?Wed=20Nov=2022=202023=2021:39:44=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= 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 3b70278..7fe5d20 100644 --- a/04/05.txt +++ b/04/05.txt @@ -1 +1 @@ -Velaí que tal e como o Señor o meu Deus mo ordeou eu vos ensinei as leis e os decretos para que asi os ccumplades en medio da terra na que ides e \ No newline at end of file +Velaí que tal e como o Señor o meu Deus mo ordeou eu vos ensinei as leis e os decretos para que asi os ccumplades en medio da terra na que ides entrar para posuila. ASi que gardadeos e poñedeos por obra, poruq esa será a vosa sabedoria e a vosa intelixencia siante dos ollos dos pobos que ao escoitar todos estes estatutos dirán: \ No newline at end of file From f85997110bee68617f19f4456c3fb495d360c5dc Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 23 Nov 2023 15:51:30 +0100 Subject: [PATCH 259/298] =?UTF-8?q?Thu=20Nov=2023=202023=2000:49:39=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= 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 7fe5d20..35d0861 100644 --- a/04/05.txt +++ b/04/05.txt @@ -1 +1 @@ -Velaí que tal e como o Señor o meu Deus mo ordeou eu vos ensinei as leis e os decretos para que asi os ccumplades en medio da terra na que ides entrar para posuila. ASi que gardadeos e poñedeos por obra, poruq esa será a vosa sabedoria e a vosa intelixencia siante dos ollos dos pobos que ao escoitar todos estes estatutos dirán: \ No newline at end of file +\v 5 \v 6 Velaí que tal e como o Señor o meu Deus mo ordeou eu vos ensinei as leis e os decretos para que asi os ccumplades en medio da terra na que ides entrar para posuila. ASi que gardadeos e poñedeos por obra, poruq esa será a vosa sabedoria e a vosa intelixencia siante dos ollos dos pobos que ao escoitar todos estes estatutos dirán: \ No newline at end of file From 5f7acf560697973829a35888a5ca5cbe56d6c575 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 23 Nov 2023 16:51:57 +0100 Subject: [PATCH 260/298] =?UTF-8?q?Thu=20Nov=2023=202023=2016:51:56=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= 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 35d0861..b5e0f8a 100644 --- a/04/05.txt +++ b/04/05.txt @@ -1 +1 @@ -\v 5 \v 6 Velaí que tal e como o Señor o meu Deus mo ordeou eu vos ensinei as leis e os decretos para que asi os ccumplades en medio da terra na que ides entrar para posuila. ASi que gardadeos e poñedeos por obra, poruq esa será a vosa sabedoria e a vosa intelixencia siante dos ollos dos pobos que ao escoitar todos estes estatutos dirán: \ No newline at end of file +\v 5 \v 6 Velaí que tal e como o Señor o meu Deus mo ordeou eu vos ensinei as leis e os decretos para que así os cumprades en medio da terra na que ides entrar para posuila. Así que gardádeos e poñédeos por obra, porque esa será a vosa sabedoría e a vosa intelixencia diante dos ollos dos pobos que ao escoitar todos estes estatutos dirán: \ No newline at end of file From 51199fff3bd8bea2db3ab056e1bb21da7bbb27cb Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 23 Nov 2023 16:53:57 +0100 Subject: [PATCH 261/298] =?UTF-8?q?Thu=20Nov=2023=202023=2016:53:56=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/05.txt | 2 +- 04/07.txt | 1 + manifest.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 04/07.txt diff --git a/04/05.txt b/04/05.txt index b5e0f8a..f87f0f9 100644 --- a/04/05.txt +++ b/04/05.txt @@ -1 +1 @@ -\v 5 \v 6 Velaí que tal e como o Señor o meu Deus mo ordeou eu vos ensinei as leis e os decretos para que así os cumprades en medio da terra na que ides entrar para posuila. Así que gardádeos e poñédeos por obra, porque esa será a vosa sabedoría e a vosa intelixencia diante dos ollos dos pobos que ao escoitar todos estes estatutos dirán: \ No newline at end of file +\v 5 Velaí que tal e como o Señor o meu Deus mo ordeou eu vos ensinei as leis e os decretos para que así os cumprades en medio da terra na que ides entrar para posuila. \v 6 Así que gardádeos e poñédeos por obra, porque esa será a vosa sabedoría e a vosa intelixencia diante dos ollos dos pobos que ao escoitar todos estes estatutos dirán: "Esta grande nación é un pobo grande e intelixente". \ No newline at end of file diff --git a/04/07.txt b/04/07.txt new file mode 100644 index 0000000..2a3e22c --- /dev/null +++ b/04/07.txt @@ -0,0 +1 @@ +Porque, que grande nación ten un deus tan perto dela c \ No newline at end of file diff --git a/manifest.json b/manifest.json index cc6cbf2..21624f6 100644 --- a/manifest.json +++ b/manifest.json @@ -96,6 +96,7 @@ "04-title", "04-01", "04-03", + "04-05", "09-title", "09-01", "09-03", From 7519897c26b9c8d8b52df80fbb1f78fcf6a2a2ee Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 23 Nov 2023 16:55:56 +0100 Subject: [PATCH 262/298] =?UTF-8?q?Thu=20Nov=2023=202023=2016:55:56=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/07.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/07.txt b/04/07.txt index 2a3e22c..3b69429 100644 --- a/04/07.txt +++ b/04/07.txt @@ -1 +1 @@ -Porque, que grande nación ten un deus tan perto dela c \ No newline at end of file +Porque, que grande nación ten un deus tan perto dela como está o Señor o noso Deus sempre que o invocamos? Ou que nación grande ten estatutos e decretos tan xustos como toda esta lei que haxe poño diante de vós? \ No newline at end of file From b1d61f7ee519afaf738adf1a2169df2a2657c3e0 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 23 Nov 2023 16:57:57 +0100 Subject: [PATCH 263/298] =?UTF-8?q?Thu=20Nov=2023=202023=2016:57:56=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/07.txt | 2 +- 04/09.txt | 1 + manifest.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 04/09.txt diff --git a/04/07.txt b/04/07.txt index 3b69429..a2b7802 100644 --- a/04/07.txt +++ b/04/07.txt @@ -1 +1 @@ -Porque, que grande nación ten un deus tan perto dela como está o Señor o noso Deus sempre que o invocamos? Ou que nación grande ten estatutos e decretos tan xustos como toda esta lei que haxe poño diante de vós? \ No newline at end of file +\v 7 Porque, que grande nación ten un deus tan perto dela como está o Señor o noso Deus sempre que o invocamos? \v 8 Ou que nación grande ten estatutos e decretos tan xustos como toda esta lei que haxe poño diante de vós? \ No newline at end of file diff --git a/04/09.txt b/04/09.txt new file mode 100644 index 0000000..90f70df --- /dev/null +++ b/04/09.txt @@ -0,0 +1 @@ +Polo tanto, cu \ No newline at end of file diff --git a/manifest.json b/manifest.json index 21624f6..ba7f6cd 100644 --- a/manifest.json +++ b/manifest.json @@ -97,6 +97,7 @@ "04-01", "04-03", "04-05", + "04-07", "09-title", "09-01", "09-03", From 4b18c2080bf4b6b956a138c2cbf4aac059dececa Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 23 Nov 2023 16:59:57 +0100 Subject: [PATCH 264/298] =?UTF-8?q?Thu=20Nov=2023=202023=2016:59:56=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/09.txt b/04/09.txt index 90f70df..23b7008 100644 --- a/04/09.txt +++ b/04/09.txt @@ -1 +1 @@ -Polo tanto, cu \ No newline at end of file +\v 9 \v 10 Polo tanto, cuídate e garda a túa alma con dilixencia, para que no esquezas as cousas que os teus ollos viron e non se aparte do teu corazón todos os días da túa vida \ No newline at end of file From 2d89d0a7d4e652398b1a0476620c72ff3f3dcbb1 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 23 Nov 2023 17:01:57 +0100 Subject: [PATCH 265/298] =?UTF-8?q?Thu=20Nov=2023=202023=2017:01:56=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/09.txt b/04/09.txt index 23b7008..f99b50d 100644 --- a/04/09.txt +++ b/04/09.txt @@ -1 +1 @@ -\v 9 \v 10 Polo tanto, cuídate e garda a túa alma con dilixencia, para que no esquezas as cousas que os teus ollos viron e non se aparte do teu corazón todos os días da túa vida \ No newline at end of file +\v 9 \v 10 Polo tanto, cuídate e garda a túa alma con dilixencia, para que no esquezas as cousas que os teus ollos viron e non se aparten do teu corazón en todos os días da túa vida, senon que llas transmitas aos teus fillo e netos. \ No newline at end of file From 3fae8418afc8c1ab4abd2f9870311479ed19a8cf Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 24 Nov 2023 18:01:44 +0100 Subject: [PATCH 266/298] =?UTF-8?q?Fri=20Nov=2024=202023=2018:01:43=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/09.txt b/04/09.txt index f99b50d..ad3490d 100644 --- a/04/09.txt +++ b/04/09.txt @@ -1 +1 @@ -\v 9 \v 10 Polo tanto, cuídate e garda a túa alma con dilixencia, para que no esquezas as cousas que os teus ollos viron e non se aparten do teu corazón en todos os días da túa vida, senon que llas transmitas aos teus fillo e netos. \ No newline at end of file +\v 9 \v 10 Polo tanto, cuídate e garda a túa alma con dilixencia, para que no esquezas as cousas que os teus ollos viron e non se aparten do teu corazón en todos os días da túa vida, senon que llas transmitas aos teus fillo e aos teus netos. \ No newline at end of file From 0ca3439bb4f364a772b4077e96acfc9623b521ef Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 24 Nov 2023 18:05:45 +0100 Subject: [PATCH 267/298] =?UTF-8?q?Fri=20Nov=2024=202023=2018:05:44=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/09.txt b/04/09.txt index ad3490d..efec7c3 100644 --- a/04/09.txt +++ b/04/09.txt @@ -1 +1 @@ -\v 9 \v 10 Polo tanto, cuídate e garda a túa alma con dilixencia, para que no esquezas as cousas que os teus ollos viron e non se aparten do teu corazón en todos os días da túa vida, senon que llas transmitas aos teus fillo e aos teus netos. \ No newline at end of file +\v 9 \v 10 Polo tanto, cuídate e garda a túa alma con dilixencia, para que no esquezas as cousas que os teus ollos viron e non se aparten do teu corazón en todos os días da túa vida, senon que llas transmitas aos teus fillo e aos teus netos. \ No newline at end of file From dceebb2468d5aa36637a6267fd282bbfb509337c Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 26 Nov 2023 15:28:37 +0100 Subject: [PATCH 268/298] =?UTF-8?q?Sun=20Nov=2026=202023=2015:28:36=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/09.txt b/04/09.txt index efec7c3..7d84075 100644 --- a/04/09.txt +++ b/04/09.txt @@ -1 +1 @@ -\v 9 \v 10 Polo tanto, cuídate e garda a túa alma con dilixencia, para que no esquezas as cousas que os teus ollos viron e non se aparten do teu corazón en todos os días da túa vida, senon que llas transmitas aos teus fillo e aos teus netos. \ No newline at end of file +\v 9 \v 10 Polo tanto, cuídate e garda a túa alma con dilixencia, para que no esquezas as cousas que os teus ollos viron e non se aparten do teu corazón en todos os días da túa vida, senon que llas transmitas aos teus fillo e aos teus netos. Recorda o día que estivestes diante do Señór o teu Deus en Horeb, cando o Señor che dixo: Xúntame o pobo para que eu \ No newline at end of file From 668cf0a7114458db42b5dbee513e5c389b208063 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 26 Nov 2023 15:30:37 +0100 Subject: [PATCH 269/298] =?UTF-8?q?Sun=20Nov=2026=202023=2015:30:36=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/09.txt b/04/09.txt index 7d84075..5de421d 100644 --- a/04/09.txt +++ b/04/09.txt @@ -1 +1 @@ -\v 9 \v 10 Polo tanto, cuídate e garda a túa alma con dilixencia, para que no esquezas as cousas que os teus ollos viron e non se aparten do teu corazón en todos os días da túa vida, senon que llas transmitas aos teus fillo e aos teus netos. Recorda o día que estivestes diante do Señór o teu Deus en Horeb, cando o Señor che dixo: Xúntame o pobo para que eu \ No newline at end of file +\v 9 \v 10 Polo tanto, coídate e garda a túa alma con dilixencia, para que no esquezas as cousas que os teus ollos viron e non se aparten do teu corazón en todos os días da túa vida, senon que llas transmitas aos teus fillo e aos teus netos. Recorda o día que estivestes diante do Señór o teu Deus en Horeb, cando o Señor che dixo: Xúntame o pobo para que Eu lles faga escoitar escoitar as Miñas palabras, para que aprendan a respetarme todos os días que vivan sobre a terra e llelas aprendades aos vosos fillos" \ No newline at end of file From d5de9bcd92e985e4a6f51ec027034a4823ab7cc7 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 26 Nov 2023 15:32:37 +0100 Subject: [PATCH 270/298] =?UTF-8?q?Sun=20Nov=2026=202023=2015:32:36=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/09.txt | 2 +- 04/11.txt | 1 + manifest.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 04/11.txt diff --git a/04/09.txt b/04/09.txt index 5de421d..351c82a 100644 --- a/04/09.txt +++ b/04/09.txt @@ -1 +1 @@ -\v 9 \v 10 Polo tanto, coídate e garda a túa alma con dilixencia, para que no esquezas as cousas que os teus ollos viron e non se aparten do teu corazón en todos os días da túa vida, senon que llas transmitas aos teus fillo e aos teus netos. Recorda o día que estivestes diante do Señór o teu Deus en Horeb, cando o Señor che dixo: Xúntame o pobo para que Eu lles faga escoitar escoitar as Miñas palabras, para que aprendan a respetarme todos os días que vivan sobre a terra e llelas aprendades aos vosos fillos" \ No newline at end of file +\v 9 Polo tanto, coídate e garda a túa alma con dilixencia, para que no esquezas as cousas que os teus ollos viron e non se aparten do teu corazón en todos os días da túa vida, senon que llas transmitas aos teus fillo e aos teus netos. \v 10 Recorda o día que estivestes diante do Señór o teu Deus en Horeb, cando o Señor che dixo: Xúntame o pobo para que Eu lles faga escoitar escoitar as Miñas palabras, para que aprendan a respetarme todos os días que vivan na terra e llelas aprendades aos vosos fillos" \ No newline at end of file diff --git a/04/11.txt b/04/11.txt new file mode 100644 index 0000000..469cbaf --- /dev/null +++ b/04/11.txt @@ -0,0 +1 @@ +ENtón vos achegastes e permanne \ No newline at end of file diff --git a/manifest.json b/manifest.json index ba7f6cd..04a979e 100644 --- a/manifest.json +++ b/manifest.json @@ -98,6 +98,7 @@ "04-03", "04-05", "04-07", + "04-09", "09-title", "09-01", "09-03", From 18c02cfa85784b92908037f98ab89fbfff29c4dd Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 26 Nov 2023 15:34:37 +0100 Subject: [PATCH 271/298] =?UTF-8?q?Sun=20Nov=2026=202023=2015:34:36=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= 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 469cbaf..0343ed6 100644 --- a/04/11.txt +++ b/04/11.txt @@ -1 +1 @@ -ENtón vos achegastes e permanne \ No newline at end of file +Entón vos achegastes e permannecistes ao pe do monte e o monte ardía con lume que chegaba ata o mesmo ceo: escuridade, nube e densas tebras. E o Señor vos falou desde o medio do lume e escoitastes a súa voz \ No newline at end of file From 3eeca5d65c55b4522f3d246ffcc95769c927fe40 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 26 Nov 2023 15:36:37 +0100 Subject: [PATCH 272/298] =?UTF-8?q?Sun=20Nov=2026=202023=2015:36:36=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/11.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/04/11.txt b/04/11.txt index 0343ed6..95755ed 100644 --- a/04/11.txt +++ b/04/11.txt @@ -1 +1 @@ -Entón vos achegastes e permannecistes ao pe do monte e o monte ardía con lume que chegaba ata o mesmo ceo: escuridade, nube e densas tebras. E o Señor vos falou desde o medio do lume e escoitastes a súa voz \ No newline at end of file +\v 11 Entón vos achegastes e permanecistes ao pé do monte e o monte ardía con un lume que chegaba ata o mesmo ceo: escuridade, nube e densas tebras. \v 12 E o Señor vos falou desde o medio do lume e escoitastes a súa voz, só a voz, mais non vistes figura algunha. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 04a979e..3367b0e 100644 --- a/manifest.json +++ b/manifest.json @@ -99,6 +99,7 @@ "04-05", "04-07", "04-09", + "04-11", "09-title", "09-01", "09-03", From 29f6edc80e540f7e4b9bb62c02027ef46f7c133c Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 26 Nov 2023 15:40:37 +0100 Subject: [PATCH 273/298] =?UTF-8?q?Sun=20Nov=2026=202023=2015:40:37=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= 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..3070bc6 --- /dev/null +++ b/04/13.txt @@ -0,0 +1 @@ +E vos revelou o seu pacto, co que vos mandou cumprir os dez mandamentos e \ No newline at end of file From bb6b1c26d333b82b86a3525b066b09615d021d57 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 26 Nov 2023 15:42:37 +0100 Subject: [PATCH 274/298] =?UTF-8?q?Sun=20Nov=2026=202023=2015:42:37=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= 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 3070bc6..7424559 100644 --- a/04/13.txt +++ b/04/13.txt @@ -1 +1 @@ -E vos revelou o seu pacto, co que vos mandou cumprir os dez mandamentos e \ No newline at end of file +E vos revelou o seu pacto, co que vos mandou cumprir os dez mandamentos, os que escribiu en dúas lousas de pedra.O Señor me ordenou naquela ocasión que lles ensinara os estatutos e decretos para que os cumpriran na terra na que íades entrar para posuila. \ No newline at end of file From 06e43a5cd279586445df79e9eb938a87e2d04772 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 26 Nov 2023 15:44:37 +0100 Subject: [PATCH 275/298] =?UTF-8?q?Sun=20Nov=2026=202023=2015:44:37=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/13.txt | 2 +- 04/15.txt | 1 + manifest.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 04/15.txt diff --git a/04/13.txt b/04/13.txt index 7424559..bfaf698 100644 --- a/04/13.txt +++ b/04/13.txt @@ -1 +1 @@ -E vos revelou o seu pacto, co que vos mandou cumprir os dez mandamentos, os que escribiu en dúas lousas de pedra.O Señor me ordenou naquela ocasión que lles ensinara os estatutos e decretos para que os cumpriran na terra na que íades entrar para posuila. \ No newline at end of file +\v 13 E vos revelou o seu pacto, co que vos mandou cumprir os dez mandamentos, os que escribiu en dúas lousas de pedra. \v 14 O Señor me ordenou naquela ocasión que vos ensinara os estatutos e decretos para que os cumprirades na terra na que íades entrar para posuila. \ No newline at end of file diff --git a/04/15.txt b/04/15.txt new file mode 100644 index 0000000..5a729c7 --- /dev/null +++ b/04/15.txt @@ -0,0 +1 @@ +ASi que tende moito coidado \ No newline at end of file diff --git a/manifest.json b/manifest.json index 3367b0e..dfef448 100644 --- a/manifest.json +++ b/manifest.json @@ -100,6 +100,7 @@ "04-07", "04-09", "04-11", + "04-13", "09-title", "09-01", "09-03", From 517140e52aec4cc5e0be4632559200ae413c97fa Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 26 Nov 2023 15:46:37 +0100 Subject: [PATCH 276/298] =?UTF-8?q?Sun=20Nov=2026=202023=2015:46:37=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= 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 5a729c7..d470ff2 100644 --- a/04/15.txt +++ b/04/15.txt @@ -1 +1 @@ -ASi que tende moito coidado \ No newline at end of file +Así que tende moito coidado, xa que o día que o Señor vos falou en Horeb desde o medio do lume non vistes figura algunha, non sexa que vos corrompades e fagades unha imaxe calqueira tallada \ No newline at end of file From af03c1a003150c1f73bb3736ced0507730cb9e6b Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 26 Nov 2023 15:48:37 +0100 Subject: [PATCH 277/298] =?UTF-8?q?Sun=20Nov=2026=202023=2015:48:37=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= 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 d470ff2..e188b26 100644 --- a/04/15.txt +++ b/04/15.txt @@ -1 +1 @@ -Así que tende moito coidado, xa que o día que o Señor vos falou en Horeb desde o medio do lume non vistes figura algunha, non sexa que vos corrompades e fagades unha imaxe calqueira tallada \ No newline at end of file +Así que tende moito coidado, xa que o día que o Señor vos falou en Horeb desde o medio do lume non vistes figura algunha, non sexa que vos corrompades e fagades un idolo calqueira tallado, imaxe masculina ou feminina, parecida a calquera animal que está na terra ou semellante a calquera ave que voa no ceo, imaxe de calquera animal que se arrata pola terra ou semellante a calquera peixe qu \ No newline at end of file From 7a7a38b7c14f4a7bf13db09e7e2460cc4b323f45 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 26 Nov 2023 15:50:47 +0100 Subject: [PATCH 278/298] =?UTF-8?q?Sun=20Nov=2026=202023=2015:50:47=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= 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 e188b26..8a75fb7 100644 --- a/04/15.txt +++ b/04/15.txt @@ -1 +1 @@ -Así que tende moito coidado, xa que o día que o Señor vos falou en Horeb desde o medio do lume non vistes figura algunha, non sexa que vos corrompades e fagades un idolo calqueira tallado, imaxe masculina ou feminina, parecida a calquera animal que está na terra ou semellante a calquera ave que voa no ceo, imaxe de calquera animal que se arrata pola terra ou semellante a calquera peixe qu \ No newline at end of file +\v 15 Así que tende moito coidado, xa que o día que o Señor vos falou en Horeb desde o medio do lume non vistes figura algunha, \v 16 non sexa que vos corrompades e fagades un idolo calquera tallado, imaxe masculina ou feminina, \v 17 ou parecida a calquera animal que está na terra ou semellante a calquera ave que voa no ceo, \v 18 imaxe de calquera animal que se arrata pola terra ou semellante a calquera peixe das augas subterraneas. \ No newline at end of file From 747f5c28bcc6d1b29a464a73e3eaebdd666609cd Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 26 Nov 2023 15:52:44 +0100 Subject: [PATCH 279/298] =?UTF-8?q?Sun=20Nov=2026=202023=2015:52:43=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/19.txt | 1 + manifest.json | 1 + 2 files changed, 2 insertions(+) create mode 100644 04/19.txt diff --git a/04/19.txt b/04/19.txt new file mode 100644 index 0000000..a6d75e9 --- /dev/null +++ b/04/19.txt @@ -0,0 +1 @@ +E non levantarás os ollos ao ceo e vexas o sol, a lúa, as estrelas e todas as constelacións celestes \ No newline at end of file diff --git a/manifest.json b/manifest.json index dfef448..987b566 100644 --- a/manifest.json +++ b/manifest.json @@ -101,6 +101,7 @@ "04-09", "04-11", "04-13", + "04-15", "09-title", "09-01", "09-03", From 4ca6c6addf6bd0f8fa5047aee24841be40b0c42d Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 26 Nov 2023 15:54:44 +0100 Subject: [PATCH 280/298] =?UTF-8?q?Sun=20Nov=2026=202023=2015:54:43=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= 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 a6d75e9..2bbf819 100644 --- a/04/19.txt +++ b/04/19.txt @@ -1 +1 @@ -E non levantarás os ollos ao ceo e vexas o sol, a lúa, as estrelas e todas as constelacións celestes \ No newline at end of file +E non levantarás os ollos ao ceo e vexas o sol, a lúa, as estrelas e todas as constelacións celestes e sintas o impulso de adorálos e servilos, xa que o Señor o teu Deus deullos a todos os pobos debaixo dos ceos. Pero a vós o Señor vos escolleu e vos sacou do forno de ferro , de Exipto, para que se \ No newline at end of file From ce71741ee2637169942f9295ceeda8f6b22cc27f Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 26 Nov 2023 15:56:44 +0100 Subject: [PATCH 281/298] =?UTF-8?q?Sun=20Nov=2026=202023=2015:56:43=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= 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 2bbf819..6d56d63 100644 --- a/04/19.txt +++ b/04/19.txt @@ -1 +1 @@ -E non levantarás os ollos ao ceo e vexas o sol, a lúa, as estrelas e todas as constelacións celestes e sintas o impulso de adorálos e servilos, xa que o Señor o teu Deus deullos a todos os pobos debaixo dos ceos. Pero a vós o Señor vos escolleu e vos sacou do forno de ferro , de Exipto, para que se \ No newline at end of file +E non levantarás os ollos ao ceo e vexas o sol, a lúa, as estrelas e todas as constelacións celestes e sintas o impulso de adorálos e servilos, xa que o Señor o teu Deus deullos a todos os pobos debaixo dos ceos. Pero a vós o Señor vos escolleu e vos sacou do forno de ferro , de Exipto, para que sexades o súa herdanza como o sodes agora. \ No newline at end of file From c91c26a1bf5803723b9590b1a78763e90b28c893 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 26 Nov 2023 16:06:45 +0100 Subject: [PATCH 282/298] =?UTF-8?q?Sun=20Nov=2026=202023=2016:06:44=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= 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 6d56d63..cba57dd 100644 --- a/04/19.txt +++ b/04/19.txt @@ -1 +1 @@ -E non levantarás os ollos ao ceo e vexas o sol, a lúa, as estrelas e todas as constelacións celestes e sintas o impulso de adorálos e servilos, xa que o Señor o teu Deus deullos a todos os pobos debaixo dos ceos. Pero a vós o Señor vos escolleu e vos sacou do forno de ferro , de Exipto, para que sexades o súa herdanza como o sodes agora. \ No newline at end of file +\v 19 \v 20 E cando levantes os ollos ao ceo e vexas o sol, a lúa, as estrelas e todas as constelacións celestes e non sintas o impulso de adorálos e servilos, xa que o Señor o teu Deus deullos a todos os pobos debaixo dos ceos. Pero a vós o Señor vos escolleu e vos sacou do forno de ferro , de Exipto, para que sexades o súa herdanza como o sodes agora. \ No newline at end of file From 2e48df7ac48a5e7e74339171b0966b9d04923cc2 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 26 Nov 2023 16:08:45 +0100 Subject: [PATCH 283/298] =?UTF-8?q?Sun=20Nov=2026=202023=2016:08:44=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/19.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/04/19.txt b/04/19.txt index cba57dd..fbd5e54 100644 --- a/04/19.txt +++ b/04/19.txt @@ -1 +1 @@ -\v 19 \v 20 E cando levantes os ollos ao ceo e vexas o sol, a lúa, as estrelas e todas as constelacións celestes e non sintas o impulso de adorálos e servilos, xa que o Señor o teu Deus deullos a todos os pobos debaixo dos ceos. Pero a vós o Señor vos escolleu e vos sacou do forno de ferro , de Exipto, para que sexades o súa herdanza como o sodes agora. \ No newline at end of file +\v 19 E cando levantes os ollos ao ceo e vexas o sol, a lúa, as estrelas e todas as constelacións celestes e non sintas o impulso de adorálos e servilos, xa que o Señor o teu Deus deullos a todos os pobos debaixo dos ceos. \v 20 Pero a vós o Señor vos escolleu e vos sacou do forno de ferro , de Exipto, para que sexades o súa herdanza como o sodes agora. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 987b566..18b0e3a 100644 --- a/manifest.json +++ b/manifest.json @@ -102,6 +102,7 @@ "04-11", "04-13", "04-15", + "04-19", "09-title", "09-01", "09-03", From 67e4d9a47c3ab8998d4e7fc3c2598e8b26474e09 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 26 Nov 2023 16:11:12 +0100 Subject: [PATCH 284/298] =?UTF-8?q?Sun=20Nov=2026=202023=2016:11:11=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/21.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 04/21.txt diff --git a/04/21.txt b/04/21.txt new file mode 100644 index 0000000..77608b7 --- /dev/null +++ b/04/21.txt @@ -0,0 +1 @@ +\v 21 \v 22 E o Señor se enfado e xurou que eu non pasaría o Xordán, nen entraría no boa terra que o Señor o u contra min pola vosa culpa \ No newline at end of file From fbe42bf3d87f8f503debbdeb9a4eae1449ab1800 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 26 Nov 2023 16:13:12 +0100 Subject: [PATCH 285/298] =?UTF-8?q?Sun=20Nov=2026=202023=2016:13:11=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= 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 77608b7..4bdaabb 100644 --- a/04/21.txt +++ b/04/21.txt @@ -1 +1 @@ -\v 21 \v 22 E o Señor se enfado e xurou que eu non pasaría o Xordán, nen entraría no boa terra que o Señor o u contra min pola vosa culpa \ No newline at end of file +\v 21 \v 22 E o Señor se enfadou contra min pola vosa culpa e xurou que eu non pasaría o Xordán, nen entraría no boa terra que o Señor o teu Deus che dá coma herdanza. Eu morrerei nesta terra e non cruyarei o Xordán, mais vós pasaredes e tomaredes posesión desta boa terra. \ No newline at end of file From ef5fbe82bd97a6b1669b711ddf616abe02bc2fb1 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 26 Nov 2023 16:15:12 +0100 Subject: [PATCH 286/298] =?UTF-8?q?Sun=20Nov=2026=202023=2016:15:11=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/21.txt | 2 +- 04/23.txt | 1 + manifest.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 04/23.txt diff --git a/04/21.txt b/04/21.txt index 4bdaabb..f595dd6 100644 --- a/04/21.txt +++ b/04/21.txt @@ -1 +1 @@ -\v 21 \v 22 E o Señor se enfadou contra min pola vosa culpa e xurou que eu non pasaría o Xordán, nen entraría no boa terra que o Señor o teu Deus che dá coma herdanza. Eu morrerei nesta terra e non cruyarei o Xordán, mais vós pasaredes e tomaredes posesión desta boa terra. \ No newline at end of file +\v 21 E o Señor se enfadou contra min pola vosa culpa e xurou que eu non pasaría o Xordán nen entraría na boa terra que o Señor o teu Deus che dá coma herdanza. \v 22 Eu morrerei nesta terra e non cruzarei o Xordán, mais vós pasaredes e tomaredes posesión desta terra boa. \ No newline at end of file diff --git a/04/23.txt b/04/23.txt new file mode 100644 index 0000000..10c6804 --- /dev/null +++ b/04/23.txt @@ -0,0 +1 @@ +Tende coidado, non sexa que esquezades o pacto que o Señor o voso Deus \ No newline at end of file diff --git a/manifest.json b/manifest.json index 18b0e3a..b6a85cf 100644 --- a/manifest.json +++ b/manifest.json @@ -103,6 +103,7 @@ "04-13", "04-15", "04-19", + "04-21", "09-title", "09-01", "09-03", From f47d201afc0933f8ed2383df0c85881e364531fd Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 26 Nov 2023 16:17:12 +0100 Subject: [PATCH 287/298] =?UTF-8?q?Sun=20Nov=2026=202023=2016:17:11=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= 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 10c6804..9784991 100644 --- a/04/23.txt +++ b/04/23.txt @@ -1 +1 @@ -Tende coidado, non sexa que esquezades o pacto que o Señor o voso Deus \ No newline at end of file +Tende coidado, non sexa que esquezades o pacto que o Señor o voso Deus fixo con vós, e fagades imaxe de talla da figura de calquera cousa, porque o Señor volo proíbiu. POrque o Señor o teu Deus é lume consumidor, Deus celoso \ No newline at end of file From a5bd981c58f0adbdb826cf9d248661ab742916fc Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 26 Nov 2023 16:17:52 +0100 Subject: [PATCH 288/298] =?UTF-8?q?Sun=20Nov=2026=202023=2016:17:51=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/23.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/04/23.txt b/04/23.txt index 9784991..0eea20a 100644 --- a/04/23.txt +++ b/04/23.txt @@ -1 +1 @@ -Tende coidado, non sexa que esquezades o pacto que o Señor o voso Deus fixo con vós, e fagades imaxe de talla da figura de calquera cousa, porque o Señor volo proíbiu. POrque o Señor o teu Deus é lume consumidor, Deus celoso \ No newline at end of file +\v 23 Tende coidado, non sexa que esquezades o pacto que o Señor o voso Deus fixo con vós, e fagades imaxe de talla da figura de calquera cousa, porque o Señor volo proíbiu. \v 24 Porque o Señor o teu Deus é lume consumidor, Deus celoso \ No newline at end of file diff --git a/manifest.json b/manifest.json index b6a85cf..01f7fc2 100644 --- a/manifest.json +++ b/manifest.json @@ -104,6 +104,7 @@ "04-15", "04-19", "04-21", + "04-23", "09-title", "09-01", "09-03", From 16d79f565a8dca9c421069363fb44ca3302f5f2f Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 26 Nov 2023 16:21:05 +0100 Subject: [PATCH 289/298] =?UTF-8?q?Sun=20Nov=2026=202023=2016:21:04=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 4d2c98a..5b787ec 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { - "package_version": 6, + "package_version": 7, "format": "usfm", "generator": { "name": "ts-desktop", - "build": "195" + "build": "27" }, "target_language": { "id": "gl", From 57adda1ba7cd18ceebd3cdd80e6750977cdf7004 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 26 Nov 2023 16:21:10 +0100 Subject: [PATCH 290/298] =?UTF-8?q?Sun=20Nov=2026=202023=2016:21:09=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= 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 c163fb7..01f7fc2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "package_version": 7, + "package_version": 6, "format": "usfm", "generator": { "name": "ts-desktop", From 850ba85cfea0c72116f47a58010253fa70804233 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 26 Nov 2023 16:23:29 +0100 Subject: [PATCH 291/298] =?UTF-8?q?Sun=20Nov=2026=202023=2016:23:29=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/01.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/01/01.txt b/01/01.txt index 4b4199d..2a18f02 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1 +1 @@ -\c 1 \v 1 Estas son as palabras que lle dirixiu Moisés a todo Israel no deserto na outra beira do río Xordán en frente a Suf, entre Parán, Tofel, Labán, Hazerot e Dizahab. \v 2 Son once días de camiño entre Horeb e Cades Barnea polo camiño do monte Seir. \ No newline at end of file +\c 1 \v 1 Estas son as palabras que lle dirixiu Moisés a todo Israel no deserto na outra beira do río Xordán frente a Suf, entre Parán, Tofel, Labán, Hazerot e Dizahab. \v 2 Son once días de camiño entre Horeb e Cades Barnea polo camiño do monte Seir. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 01f7fc2..f7f83d5 100644 --- a/manifest.json +++ b/manifest.json @@ -39,6 +39,7 @@ "finished_chunks": [ "front-title", "01-title", + "01-01", "01-03", "01-05", "01-07", From d2eaa24004c86dd5baf023278edf805b42998491 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 26 Nov 2023 16:25:29 +0100 Subject: [PATCH 292/298] =?UTF-8?q?Sun=20Nov=2026=202023=2016:25:29=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/07.txt | 2 +- 01/12.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/01/07.txt b/01/07.txt index 9560042..637425c 100644 --- a/01/07.txt +++ b/01/07.txt @@ -1 +1 @@ -\v 7 Volvede, poñedevos en marcha e ide cara a rexión montañosa dos amorreos e onda os seus veciños Arabá, nas montañas, no val, no Neguev e pola beira do mar, a terra dos cananeos e o Líbano, ata o río grande, o río Éufrates. \v 8 Mirade que puxen a terra diante de vós. Entrade e posuide a terra que o Señor xurou dar aos vosos pais Abraham, Isaac e Xacobe, a eles e despois a súa descendencia. \ No newline at end of file +\v 7 Volvede, poñédevos en marcha e ide cara a rexión montañosa dos amorreos e onda os seus veciños Arabá, nas montañas, no val, no Neguev e pola beira do mar, a terra dos cananeos e o Líbano, ata o río grande, o río Éufrates. \v 8 Mirade que puxen a terra diante de vós. Entrade e posuide a terra que o Señor xurou dar aos vosos pais Abraham, Isaac e Xacobe, a eles e despois a súa descendencia. \ No newline at end of file diff --git a/01/12.txt b/01/12.txt index b140ddd..a5a9ac7 100644 --- a/01/12.txt +++ b/01/12.txt @@ -1 +1 @@ -\v 12 Como podo levar as vosas cargas, os vosos problemas e os vosos pleitos? \v 13 Escollede homes sabios, entendidos e expertos de entre as vosas tribus, e eu os nomearei xefes. \v 14 Entón vos me respondestes: "Está ben que se faga como propós" \ No newline at end of file +\v 12 Como podo levar as vosas cargas, os vosos problemas e os vosos pleitos? \v 13 Escollede homes sabios, entendidos e expertos de entre as vosas tribus, e eu os nomearei xefes. \v 14 Entón vós me respondestes: "Está ben que se faga como propós" \ No newline at end of file From 7fc6cea79fb520ea83d2cef3d247d1729803f437 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 26 Nov 2023 16:27:29 +0100 Subject: [PATCH 293/298] =?UTF-8?q?Sun=20Nov=2026=202023=2016:27:29=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/15.txt | 2 +- 01/17.txt | 2 +- 01/20.txt | 2 +- manifest.json | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/01/15.txt b/01/15.txt index f434eb6..5df42ce 100644 --- a/01/15.txt +++ b/01/15.txt @@ -1 +1 @@ -\v 15 Así que escollí xefes das vosas tribus, homes instruidos e experimentados e os nomeei vosos dirixenetes : xefes de mil, xefes de cento, xefes de cincuenta e xefes de dez, e oficiais para as vosas tribus. \v 16 Naquel momento din instruccións aos xuices e lles dixen: "escoitade os pleitos entre os vosos irmans, e xulgade xustamente entre un e o seu irmán ou o extranxeiro está con el. \ No newline at end of file +\v 15 Así que escollí xefes das vosas tribus, homes instruidos e experimentados e os nomeei vosos dirixenetes : xefes de mil, xefes de cento, xefes de cincuenta e xefes de dez, e oficiais para as vosas tribus. \v 16 Naquel momento din instruccións aos xuices e lles dixen: "escoitade os pleitos entre os vosos irmáns, e xulgade xustamente entre un e o seu irmán ou o extranxeiro está con el. \ No newline at end of file diff --git a/01/17.txt b/01/17.txt index 053d6da..8941545 100644 --- a/01/17.txt +++ b/01/17.txt @@ -1 +1 @@ -\v 17 Non discriminedes as persoas, escoitade do mesmo xeito ao pequeno e ao grande. Non temades as persoas porque o xuizo é de Deus. No caso de que sexa moi difícil para vos, traedemo a min, e eu o escoitarei. \v 18 E pola ocasión, mandarei todas as cousas que terían que facer. \ No newline at end of file +\v 17 Non discriminedes as persoas, escoitade do mesmo xeito ao pequeno e ao grande. Non temades as persoas porque o xuizo é de Deus. No caso de que sexa moi difícil para vós, traédemo a min, e eu o escoitarei. \v 18 E pola ocasión, mandarei todas as cousas que terían que facer. \ No newline at end of file diff --git a/01/20.txt b/01/20.txt index c0a6554..a26ef94 100644 --- a/01/20.txt +++ b/01/20.txt @@ -1 +1 @@ -\v 20 Entón vos dixen: "Chegastes aos montes dos amorreos que p Señor noso Deus nos vai dar. \v 21 Mira, o Señor o teu Deus puxo a terra diante de ti, posúea, como prometeu o Señor, o Deus dos teu pais. Non teñas medo nen te acovardes. \ No newline at end of file +\v 20 Entón vos dixen: "Chegastes aos montes dos amorreos que o Señor noso Deus nos vai dar. \v 21 Mirade, o Señor o teu Deus puxo a terra diante de ti, posúea, como prometeu o Señor, o Deus dos teu pais. Non teñas medo nen te acovardes. \ No newline at end of file diff --git a/manifest.json b/manifest.json index f7f83d5..d6ea27a 100644 --- a/manifest.json +++ b/manifest.json @@ -48,7 +48,6 @@ "01-15", "01-17", "01-19", - "01-20", "01-22", "01-25", "01-26", From b82628ed0db8833c76b77d72464d3eddaab4ec47 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sun, 26 Nov 2023 16:28:29 +0100 Subject: [PATCH 294/298] =?UTF-8?q?Sun=20Nov=2026=202023=2016:28:28=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/20.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/01/20.txt b/01/20.txt index a26ef94..0e83342 100644 --- a/01/20.txt +++ b/01/20.txt @@ -1 +1 @@ -\v 20 Entón vos dixen: "Chegastes aos montes dos amorreos que o Señor noso Deus nos vai dar. \v 21 Mirade, o Señor o teu Deus puxo a terra diante de ti, posúea, como prometeu o Señor, o Deus dos teu pais. Non teñas medo nen te acovardes. \ No newline at end of file +\v 20 Entón vos dixen: "Chegastes aos montes dos amorreos que o Señor noso Deus nos vai dar. \v 21 Mirade, o Señor o teu Deus puxo a terra diante de vós, posúea, como prometeu o Señor, o Deus dos vosos pais. Non teñades medo nen vos acovardedes. \ No newline at end of file diff --git a/manifest.json b/manifest.json index d6ea27a..f7f83d5 100644 --- a/manifest.json +++ b/manifest.json @@ -48,6 +48,7 @@ "01-15", "01-17", "01-19", + "01-20", "01-22", "01-25", "01-26", From 4ccc05464adff10d7834508a62a1cef731ee0b8a Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Sat, 2 Dec 2023 16:09:08 +0100 Subject: [PATCH 295/298] =?UTF-8?q?Sat=20Dec=2002=202023=2016:09:08=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index f7f83d5..4044973 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { - "package_version": 6, + "package_version": 7, "format": "usfm", "generator": { "name": "ts-desktop", - "build": "27" + "build": "280" }, "target_language": { "id": "gl", From bfa357160e766d8991341d1516e9f5cf953a9a1f Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 2 Dec 2023 16:20:57 +0100 Subject: [PATCH 296/298] =?UTF-8?q?Sat=20Dec=2002=202023=2016:20:56=20GMT+?= =?UTF-8?q?0100=20(heure=20normale=20d=E2=80=99Europe=20centrale)?= 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 4044973..d9b25a7 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "format": "usfm", "generator": { "name": "ts-desktop", - "build": "280" + "build": "27" }, "target_language": { "id": "gl", From 69be0d680de815330bac3c0f5bdccfe352bff31c Mon Sep 17 00:00:00 2001 From: paco_camacho Date: Sat, 2 Dec 2023 16:28:22 +0100 Subject: [PATCH 297/298] Sat Dec 02 2023 16:28:22 GMT+0100 (Central European Standard Time) --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index d9b25a7..661690d 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "format": "usfm", "generator": { "name": "ts-desktop", - "build": "27" + "build": "238" }, "target_language": { "id": "gl", From b00f7516326478cee4ea38e8381393099c480ad9 Mon Sep 17 00:00:00 2001 From: AnaIglesias Date: Sat, 2 Dec 2023 16:43:31 +0100 Subject: [PATCH 298/298] =?UTF-8?q?Sat=20Dec=2002=202023=2016:43:31=20GMT+?= =?UTF-8?q?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 661690d..78df370 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "format": "usfm", "generator": { "name": "ts-desktop", - "build": "238" + "build": "195" }, "target_language": { "id": "gl",