From 8512293001b5a0becf51078911f14cb2e6d1f3e6 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 10:34:54 +0200 Subject: [PATCH 01/50] =?UTF-8?q?Thu=20Sep=2008=202022=2010:34:53=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= 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..2165577 --- /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": "php", + "name": "Philippians" + }, + "type": { + "id": "text", + "name": "Text" + }, + "resource": { + "id": "reg", + "name": "Regular" + }, + "source_translations": [], + "parent_draft": {}, + "translators": [], + "finished_chunks": [] +} \ No newline at end of file From bd1f2d2fe94e7c9885b7141d13606ad07e54509e Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 10:37:57 +0200 Subject: [PATCH 02/50] =?UTF-8?q?Thu=20Sep=2008=202022=2010:37:57=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= 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 2165577..3879e91 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.6562765+00:00", + "version": "1.4" + } + ], "parent_draft": {}, "translators": [], "finished_chunks": [] From c9e7a0c4e0318b90601ed08b0962658380bfeb71 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 10:39:40 +0200 Subject: [PATCH 03/50] =?UTF-8?q?Thu=20Sep=2008=202022=2010:39:36=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/title.txt | 1 + manifest.json | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 04/title.txt diff --git a/04/title.txt b/04/title.txt new file mode 100644 index 0000000..5a0cbcb --- /dev/null +++ b/04/title.txt @@ -0,0 +1 @@ +Filipenses 4 \ No newline at end of file diff --git a/manifest.json b/manifest.json index 3879e91..32f5310 100644 --- a/manifest.json +++ b/manifest.json @@ -32,6 +32,10 @@ } ], "parent_draft": {}, - "translators": [], - "finished_chunks": [] + "translators": [ + "Loida Concha Marinhas" + ], + "finished_chunks": [ + "04-title" + ] } \ No newline at end of file From 4f01fc03fa0fb2f06545e99da807801d8fc7d764 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 10:41:37 +0200 Subject: [PATCH 04/50] =?UTF-8?q?Thu=20Sep=2008=202022=2010:41:37=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= 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..d3b3a0b --- /dev/null +++ b/04/01.txt @@ -0,0 +1 @@ +\c 4 \v 1 \v 2 \v 3 Asi que, meus irmáns, amados e \ No newline at end of file From 2452eb98a9542afb7bdafab087d44851774151a8 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 10:43:37 +0200 Subject: [PATCH 05/50] =?UTF-8?q?Thu=20Sep=2008=202022=2010:43:37=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= 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 d3b3a0b..d799271 100644 --- a/04/01.txt +++ b/04/01.txt @@ -1 +1 @@ -\c 4 \v 1 \v 2 \v 3 Asi que, meus irmáns, amados e \ No newline at end of file +\c 4 \v 1 \v 2 \v 3 Asi que, meus irmáns, amados e estrañados, gozo e coroa miña, estade así firmes no Señor, amados. \ No newline at end of file From 197e01023eb4d8c3064957ff4adb949ecdfdd3ea Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 10:45:37 +0200 Subject: [PATCH 06/50] =?UTF-8?q?Thu=20Sep=2008=202022=2010:45:37=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= 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 d799271..242888a 100644 --- a/04/01.txt +++ b/04/01.txt @@ -1 +1 @@ -\c 4 \v 1 \v 2 \v 3 Asi que, meus irmáns, amados e estrañados, gozo e coroa miña, estade así firmes no Señor, amados. \ No newline at end of file +\c 4 \v 1 \v 2 \v 3 Asi que, meus irmáns, amados e estrañados, gozo e coroa miña, estade así firmes no Señor, amados. Prego a Evodia e a Síntique que vivan e armonía no Señor. Tamén che rogo a ti, fiel compañeiro, que axudes a estas mulleres que compartiron as \ No newline at end of file From 529653b612dbd28d588c873054ec409dd0cb37f0 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 10:47:37 +0200 Subject: [PATCH 07/50] =?UTF-8?q?Thu=20Sep=2008=202022=2010:47:37=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= 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 242888a..1c2df27 100644 --- a/04/01.txt +++ b/04/01.txt @@ -1 +1 @@ -\c 4 \v 1 \v 2 \v 3 Asi que, meus irmáns, amados e estrañados, gozo e coroa miña, estade así firmes no Señor, amados. Prego a Evodia e a Síntique que vivan e armonía no Señor. Tamén che rogo a ti, fiel compañeiro, que axudes a estas mulleres que compartiron as \ No newline at end of file +\c 4 \v 1 \v 2 \v 3 Así que, meus irmáns, amados e estrañados, gozo e coroa miña, estade así firmes no Señor, amados. Prego a Evodia e a Síntique que vivan en armonía no Señor. Tamén che rogo a ti, fiel compañeiro, que axudes a estas mulleres que compartiron as miñas loitas por mor do evanxeo, xunta Clemente e os demais colaboradores meus, dos que os nomes están no libro da vida. \ No newline at end of file From af41cff318066f67fc58fa0f93d7d294e783e040 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 10:51:37 +0200 Subject: [PATCH 08/50] =?UTF-8?q?Thu=20Sep=2008=202022=2010:51:37=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= 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 1c2df27..11acb36 100644 --- a/04/01.txt +++ b/04/01.txt @@ -1 +1 @@ -\c 4 \v 1 \v 2 \v 3 Así que, meus irmáns, amados e estrañados, gozo e coroa miña, estade así firmes no Señor, amados. Prego a Evodia e a Síntique que vivan en armonía no Señor. Tamén che rogo a ti, fiel compañeiro, que axudes a estas mulleres que compartiron as miñas loitas por mor do evanxeo, xunta Clemente e os demais colaboradores meus, dos que os nomes están no libro da vida. \ No newline at end of file +\c 4 \v 1 \v 2 \v 3 Así que, meus irmáns, amados e arelados, gozo e coroa miña, estade así firmes no Señor, amados. Prego a Evodia e a Síntique que vivan en armonía no Señor. Tamén che rogo a ti, fiel compañeiro, que axudes a estas mulleres que compartiron as miñas loitas por mor do evanxeo, xunta Clemente e os demais colaboradores meus, dos que os nomes están no libro da vida. \ No newline at end of file From b6eca575f8986c024c5ba5fa8e4b9aa1daf36b76 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 10:53:37 +0200 Subject: [PATCH 09/50] =?UTF-8?q?Thu=20Sep=2008=202022=2010:53:37=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= 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 11acb36..338a21c 100644 --- a/04/01.txt +++ b/04/01.txt @@ -1 +1 @@ -\c 4 \v 1 \v 2 \v 3 Así que, meus irmáns, amados e arelados, gozo e coroa miña, estade así firmes no Señor, amados. Prego a Evodia e a Síntique que vivan en armonía no Señor. Tamén che rogo a ti, fiel compañeiro, que axudes a estas mulleres que compartiron as miñas loitas por mor do evanxeo, xunta Clemente e os demais colaboradores meus, dos que os nomes están no libro da vida. \ No newline at end of file +\c 4 \v 1 Así que, meus irmáns, amados e arelados, gozo e a miña coroa, estade así firmes no Señor, amados. \v 2 Prego a Evodia e a Síntique que vivan en armonía no Señor. \v 3 Tamén che rogo a ti, fiel compañeiro, que axudes a estas mulleres que compartiron as miñas loitas por mor do evanxeo, xunta Clemente e os demais colaboradores meus, dos que os nomes están no libro da vida. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 32f5310..7d985c3 100644 --- a/manifest.json +++ b/manifest.json @@ -36,6 +36,7 @@ "Loida Concha Marinhas" ], "finished_chunks": [ - "04-title" + "04-title", + "04-01" ] } \ No newline at end of file From b847bebe87039ab5a6c13b5276ecf544329bd692 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 10:55:37 +0200 Subject: [PATCH 10/50] =?UTF-8?q?Thu=20Sep=2008=202022=2010:55:37=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/04.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 04/04.txt diff --git a/04/04.txt b/04/04.txt new file mode 100644 index 0000000..7716d76 --- /dev/null +++ b/04/04.txt @@ -0,0 +1 @@ +\v 4 \v 5 \v 6 \v 7 Alegrádevos no Señor sempre. Repítovolo: Alegrádevos! QUe todas as persoas coñeza a vosa bon \ No newline at end of file From 93e48c7317942db234fad16c4207c124ba7c2031 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 10:57:38 +0200 Subject: [PATCH 11/50] =?UTF-8?q?Thu=20Sep=2008=202022=2010:57:37=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/04.txt b/04/04.txt index 7716d76..8a86390 100644 --- a/04/04.txt +++ b/04/04.txt @@ -1 +1 @@ -\v 4 \v 5 \v 6 \v 7 Alegrádevos no Señor sempre. Repítovolo: Alegrádevos! QUe todas as persoas coñeza a vosa bon \ No newline at end of file +\v 4 \v 5 \v 6 \v 7 Alegrádevos no Señor sempre. Repítovolo: Alegrádevos! QUe todas as persoas coñeza a vosa bontade. O Señor está cerca. POr nada estedes \ No newline at end of file From 3beeda732dbb51840a2eedfa7f48faa857b5186e Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 10:59:37 +0200 Subject: [PATCH 12/50] =?UTF-8?q?Thu=20Sep=2008=202022=2010:59:37=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/04.txt b/04/04.txt index 8a86390..ad0d134 100644 --- a/04/04.txt +++ b/04/04.txt @@ -1 +1 @@ -\v 4 \v 5 \v 6 \v 7 Alegrádevos no Señor sempre. Repítovolo: Alegrádevos! QUe todas as persoas coñeza a vosa bontade. O Señor está cerca. POr nada estedes \ No newline at end of file +\v 4 \v 5 \v 6 \v 7 Alegrádevos no Señor sempre. Repítovolo: Alegrádevos! QUe todas as persoas coñeza a vosa bontade. O Señor está cerca. POr nada estedes afanosos; \ No newline at end of file From 399120d630995ef1ac8599f3cb07c1969db37649 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 11:01:37 +0200 Subject: [PATCH 13/50] =?UTF-8?q?Thu=20Sep=2008=202022=2011:01:37=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/04.txt b/04/04.txt index ad0d134..40a6013 100644 --- a/04/04.txt +++ b/04/04.txt @@ -1 +1 @@ -\v 4 \v 5 \v 6 \v 7 Alegrádevos no Señor sempre. Repítovolo: Alegrádevos! QUe todas as persoas coñeza a vosa bontade. O Señor está cerca. POr nada estedes afanosos; \ No newline at end of file +\v 4 \v 5 \v 6 \v 7 Alegrádevos no Señor sempre. Repítovolo: Alegrádevos! QUe todas as persoas coñeza a vosa bontade. O Señor está cerca. Por nada estedes afanosos; mais ben, dade a coñecer as vosas peticións diante de Deus mediante oración e súplica con acción de grazas en todo \ No newline at end of file From 55e1d826b66f25d181378e9528e5a59cb6622ba8 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 11:03:37 +0200 Subject: [PATCH 14/50] =?UTF-8?q?Thu=20Sep=2008=202022=2011:03:37=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/04.txt b/04/04.txt index 40a6013..b443d3d 100644 --- a/04/04.txt +++ b/04/04.txt @@ -1 +1 @@ -\v 4 \v 5 \v 6 \v 7 Alegrádevos no Señor sempre. Repítovolo: Alegrádevos! QUe todas as persoas coñeza a vosa bontade. O Señor está cerca. Por nada estedes afanosos; mais ben, dade a coñecer as vosas peticións diante de Deus mediante oración e súplica con acción de grazas en todo \ No newline at end of file +\v 4 \v 5 \v 6 \v 7 Alegrádevos no Señor sempre. Repítovolo: Alegrádevos! QUe todas as persoas coñeza a vosa bontade. O Señor está cerca. Por nada esteades afanosos; mais ben, dade a coñecer as vosas peticións diante de Deus mediante oración e súplica con acción de grazas en todo. E a paz de Deus, que sobrepasa todo entendimento, gardará os vosos corazóns e as vosas mentes en Cristo Xesús. \ No newline at end of file From 397c71c232697bb85f91a69026ceda57e757b61c Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 11:05:38 +0200 Subject: [PATCH 15/50] =?UTF-8?q?Thu=20Sep=2008=202022=2011:05:37=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/04.txt b/04/04.txt index b443d3d..f8d2f22 100644 --- a/04/04.txt +++ b/04/04.txt @@ -1 +1 @@ -\v 4 \v 5 \v 6 \v 7 Alegrádevos no Señor sempre. Repítovolo: Alegrádevos! QUe todas as persoas coñeza a vosa bontade. O Señor está cerca. Por nada esteades afanosos; mais ben, dade a coñecer as vosas peticións diante de Deus mediante oración e súplica con acción de grazas en todo. E a paz de Deus, que sobrepasa todo entendimento, gardará os vosos corazóns e as vosas mentes en Cristo Xesús. \ No newline at end of file +\v 4 \v 5 \v 6 \v 7 Alegrádevos no Señor sempre. Repítovolo: Alegrádevos! Que todas as persoas coñeza a vosa bontade. O Señor está cerca. Por nada esteades afanosos; mais ben, dade a coñecer as vosas peticións diante de Deus mediante oración e súplica con acción de grazas en todo. E a paz de Deus, que sobrepasa todo entendimento, gardará os vosos corazóns e as vosas mentes en Cristo Xesús. \ No newline at end of file From d1c26fb9b92660d54cf744f079f84a371c6dcf45 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 11:07:37 +0200 Subject: [PATCH 16/50] =?UTF-8?q?Thu=20Sep=2008=202022=2011:07:37=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/04.txt b/04/04.txt index f8d2f22..e61b3aa 100644 --- a/04/04.txt +++ b/04/04.txt @@ -1 +1 @@ -\v 4 \v 5 \v 6 \v 7 Alegrádevos no Señor sempre. Repítovolo: Alegrádevos! Que todas as persoas coñeza a vosa bontade. O Señor está cerca. Por nada esteades afanosos; mais ben, dade a coñecer as vosas peticións diante de Deus mediante oración e súplica con acción de grazas en todo. E a paz de Deus, que sobrepasa todo entendimento, gardará os vosos corazóns e as vosas mentes en Cristo Xesús. \ No newline at end of file +\v 4 \v 5 \v 6 \v 7 Alegrádevos no Señor sempre. Repítovolo: Alegrádevos! Que todas as persoas coñeza a vosa bontade. O Señor está próximo. Por nada esteades afanosos; mais ben, dade a coñecer as vosas peticións diante de Deus mediante oración e súplica con acción de grazas en todo. E a paz de Deus, que sobrepasa todo entendimento, gardará os vosos corazóns e as vosas mentes en Cristo Xesús. \ No newline at end of file From 8f7adcaafb56c0059b40c6faaed4216d0ed88410 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 11:09:38 +0200 Subject: [PATCH 17/50] =?UTF-8?q?Thu=20Sep=2008=202022=2011:09:37=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/04.txt b/04/04.txt index e61b3aa..6888c6e 100644 --- a/04/04.txt +++ b/04/04.txt @@ -1 +1 @@ -\v 4 \v 5 \v 6 \v 7 Alegrádevos no Señor sempre. Repítovolo: Alegrádevos! Que todas as persoas coñeza a vosa bontade. O Señor está próximo. Por nada esteades afanosos; mais ben, dade a coñecer as vosas peticións diante de Deus mediante oración e súplica con acción de grazas en todo. E a paz de Deus, que sobrepasa todo entendimento, gardará os vosos corazóns e as vosas mentes en Cristo Xesús. \ No newline at end of file +\v 4 \v 5 \v 6 \v 7 Alegrádevos no Señor sempre. Repítovolo: Alegrádevos! Que todas as persoas coñeza a vosa bontade. O Señor está próximo. Por nada esteades afanosos; mais ben, dade a coñecer as vosas peticións diante de Deus mediante oración e súplica con acción de grazas en todo. E a paz de Deus, que supera todo entendimento, gardará os vosos corazóns e as vosas mentes en Cristo Xesús. \ No newline at end of file From 5b2c06ffb8d8f9d1b988ed98f64634d9b6d8e362 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 11:11:38 +0200 Subject: [PATCH 18/50] =?UTF-8?q?Thu=20Sep=2008=202022=2011:11:37=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/04.txt | 2 +- 04/08.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 04/08.txt diff --git a/04/04.txt b/04/04.txt index 6888c6e..90dd494 100644 --- a/04/04.txt +++ b/04/04.txt @@ -1 +1 @@ -\v 4 \v 5 \v 6 \v 7 Alegrádevos no Señor sempre. Repítovolo: Alegrádevos! Que todas as persoas coñeza a vosa bontade. O Señor está próximo. Por nada esteades afanosos; mais ben, dade a coñecer as vosas peticións diante de Deus mediante oración e súplica con acción de grazas en todo. E a paz de Deus, que supera todo entendimento, gardará os vosos corazóns e as vosas mentes en Cristo Xesús. \ No newline at end of file +\v 4 Alegrádevos no Señor sempre. Repítovolo: Alegrádevos! \v 5 Que todas as persoas coñeza a vosa bontade. O Señor está próximo. \v 6 Por nada esteades afanosos; mais ben, dade a coñecer as vosas peticións diante de Deus mediante oración e súplica con acción de grazas en todo. \v 7 E a paz de Deus, que supera todo entendimento, gardará os vosos corazóns e as vosas mentes en Cristo Xesús. \ No newline at end of file diff --git a/04/08.txt b/04/08.txt new file mode 100644 index 0000000..50e3ed7 --- /dev/null +++ b/04/08.txt @@ -0,0 +1 @@ +Polo de pronto, irmáns, todo o que é verdadeiro \ No newline at end of file diff --git a/manifest.json b/manifest.json index 7d985c3..e300520 100644 --- a/manifest.json +++ b/manifest.json @@ -37,6 +37,7 @@ ], "finished_chunks": [ "04-title", - "04-01" + "04-01", + "04-04" ] } \ No newline at end of file From 5303118c2b417c3da4e57de1b852eb4ce6aeeb7d Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 11:13:38 +0200 Subject: [PATCH 19/50] =?UTF-8?q?Thu=20Sep=2008=202022=2011:13:37=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/08.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/08.txt b/04/08.txt index 50e3ed7..ead47d4 100644 --- a/04/08.txt +++ b/04/08.txt @@ -1 +1 @@ -Polo de pronto, irmáns, todo o que é verdadeiro \ No newline at end of file +\v 8 \v 9 Polo de pronto, irmáns, todo o que é verdadeiro, todo o íntegro, todo o xusto, todo o puro, todo o \ No newline at end of file From 9867f9cc006fdd95b6258544ab8f5ce6f9f1aa3d Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 11:15:38 +0200 Subject: [PATCH 20/50] =?UTF-8?q?Thu=20Sep=2008=202022=2011:15:37=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/08.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/08.txt b/04/08.txt index ead47d4..72a1d73 100644 --- a/04/08.txt +++ b/04/08.txt @@ -1 +1 @@ -\v 8 \v 9 Polo de pronto, irmáns, todo o que é verdadeiro, todo o íntegro, todo o xusto, todo o puro, todo o \ No newline at end of file +\v 8 \v 9 Polo de pronto, irmáns, todo o que é verdadeiro, todo o íntegro, todo o xusto, todo o puro, todo o honesto, se hai algunha virtude ou algo que merece gabanza, nisto meditade. P \ No newline at end of file From 5180b3a1cc0c45d0efc9ab160564c6109d4d6db3 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 11:17:38 +0200 Subject: [PATCH 21/50] =?UTF-8?q?Thu=20Sep=2008=202022=2011:17:37=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/08.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/04/08.txt b/04/08.txt index 72a1d73..af8ce81 100644 --- a/04/08.txt +++ b/04/08.txt @@ -1 +1 @@ -\v 8 \v 9 Polo de pronto, irmáns, todo o que é verdadeiro, todo o íntegro, todo o xusto, todo o puro, todo o honesto, se hai algunha virtude ou algo que merece gabanza, nisto meditade. P \ No newline at end of file +\v 8 Polo de pronto, irmáns, todo o que é verdadeiro, todo o íntegro, todo o xusto, todo o puro, todo o honesto, se hai algunha virtude ou algo que merece gabanza, nisto meditade. \v 9 Practicade o que aprendistes e recibistes e ouvistes e vistes en min, e o Deus de paz estará con vós. \ No newline at end of file diff --git a/manifest.json b/manifest.json index e300520..962cf89 100644 --- a/manifest.json +++ b/manifest.json @@ -38,6 +38,7 @@ "finished_chunks": [ "04-title", "04-01", - "04-04" + "04-04", + "04-08" ] } \ No newline at end of file From cb7f879a21f01df9520c6bf2b6d7e5804dd573ba Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 11:22:48 +0200 Subject: [PATCH 22/50] =?UTF-8?q?Thu=20Sep=2008=202022=2011:22:48=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/10.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 04/10.txt diff --git a/04/10.txt b/04/10.txt new file mode 100644 index 0000000..5321402 --- /dev/null +++ b/04/10.txt @@ -0,0 +1 @@ +Moito me alegei no Señor de que por fin teñades avivado o vos interés por min, \ No newline at end of file From c59aa21dd2c640a45689e32b37fb6e7298448fa7 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 11:24:48 +0200 Subject: [PATCH 23/50] =?UTF-8?q?Thu=20Sep=2008=202022=2011:24:48=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/10.txt b/04/10.txt index 5321402..9641ee5 100644 --- a/04/10.txt +++ b/04/10.txt @@ -1 +1 @@ -Moito me alegei no Señor de que por fin teñades avivado o vos interés por min, \ No newline at end of file +\v 10 \v 11 \v 12 \v 13 Moito me alegei no Señor de que por fin teñades avivado o voso interés por min, \ No newline at end of file From 619fc7221025bf44412d3190e2a611a3254d1270 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 11:26:48 +0200 Subject: [PATCH 24/50] =?UTF-8?q?Thu=20Sep=2008=202022=2011:26:48=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/10.txt b/04/10.txt index 9641ee5..6b799c4 100644 --- a/04/10.txt +++ b/04/10.txt @@ -1 +1 @@ -\v 10 \v 11 \v 12 \v 13 Moito me alegei no Señor de que por fin teñades avivado o voso interés por min, \ No newline at end of file +\v 10 \v 11 \v 12 \v 13 Moito me alegei no Señor de que por fin xurdise o voso interese por min, \ No newline at end of file From 585505411cd1339c8422a69fdc83bbc694aea3bf Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 11:30:48 +0200 Subject: [PATCH 25/50] =?UTF-8?q?Thu=20Sep=2008=202022=2011:30:48=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/10.txt b/04/10.txt index 6b799c4..afd048c 100644 --- a/04/10.txt +++ b/04/10.txt @@ -1 +1 @@ -\v 10 \v 11 \v 12 \v 13 Moito me alegei no Señor de que por fin xurdise o voso interese por min, \ No newline at end of file +\v 10 \v 11 \v 12 \v 13 Moito me alegei no Señor de que por fin xurdise o voso interese por min, xa vos preocupadevos antes, mais vos faltaba a opor \ No newline at end of file From d6b5468022dbfae4ea21a390da4a633ffc285c9c Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 11:32:48 +0200 Subject: [PATCH 26/50] =?UTF-8?q?Thu=20Sep=2008=202022=2011:32:48=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/10.txt b/04/10.txt index afd048c..74131ad 100644 --- a/04/10.txt +++ b/04/10.txt @@ -1 +1 @@ -\v 10 \v 11 \v 12 \v 13 Moito me alegei no Señor de que por fin xurdise o voso interese por min, xa vos preocupadevos antes, mais vos faltaba a opor \ No newline at end of file +\v 10 \v 11 \v 12 \v 13 Moito me alegei no Señor de que por fin xurdise o voso interese por min, xa vos preocupadevos antes, mais vos faltaba a oportunidade de o manifestar. Non volo digo porque teña necesidade, xa que aprend'in a contentarme con calquera que sexa a mi \ No newline at end of file From 0a9fd5e269f09c08d95b2e74f8b2f85943d6216d Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 11:34:48 +0200 Subject: [PATCH 27/50] =?UTF-8?q?Thu=20Sep=2008=202022=2011:34:48=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/10.txt b/04/10.txt index 74131ad..aaedfeb 100644 --- a/04/10.txt +++ b/04/10.txt @@ -1 +1 @@ -\v 10 \v 11 \v 12 \v 13 Moito me alegei no Señor de que por fin xurdise o voso interese por min, xa vos preocupadevos antes, mais vos faltaba a oportunidade de o manifestar. Non volo digo porque teña necesidade, xa que aprend'in a contentarme con calquera que sexa a mi \ No newline at end of file +\v 10 \v 11 \v 12 \v 13 Moito me alegei no Señor de que por fin xurdise o voso interese por min, xa vos preocupadevos antes, mais vos faltaba a oportunidade de o manifestar. Non volo digo porque teña necesidade, xa que aprend'in a contentarme con calquera que sexa a miña situación. Sei vivir na pobreza e sei vivir na prosperidade, en todo e por todo aprendín a estar farto e a ter fame, a ter abundancia como a sufrir necesidade. \ No newline at end of file From c3fbbd0a98059b744b9499f5b5292b4048c2849d Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 11:36:48 +0200 Subject: [PATCH 28/50] =?UTF-8?q?Thu=20Sep=2008=202022=2011:36:48=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/10.txt b/04/10.txt index aaedfeb..4417f50 100644 --- a/04/10.txt +++ b/04/10.txt @@ -1 +1 @@ -\v 10 \v 11 \v 12 \v 13 Moito me alegei no Señor de que por fin xurdise o voso interese por min, xa vos preocupadevos antes, mais vos faltaba a oportunidade de o manifestar. Non volo digo porque teña necesidade, xa que aprend'in a contentarme con calquera que sexa a miña situación. Sei vivir na pobreza e sei vivir na prosperidade, en todo e por todo aprendín a estar farto e a ter fame, a ter abundancia como a sufrir necesidade. \ No newline at end of file +\v 10 \v 11 \v 12 \v 13 Moito me alegei no Señor de que por fin xurdise o voso interese por min, xa vos preocupadevos antes, mais vos faltaba a oportunidade de o manifestar. Non volo digo porque teña necesidade, xa que aprendín a contentarme con calquera que sexa a miña situación. Sei vivir na pobreza e sei vivir na abundancia, en todo e por todo aprendín a estar farto e a ter fame, a ter abundancia como a sufrir necesidade. \ No newline at end of file From 8afc79e9b220de4cf4fba73c638a1c5be65862cd Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 11:38:48 +0200 Subject: [PATCH 29/50] =?UTF-8?q?Thu=20Sep=2008=202022=2011:38:48=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/10.txt b/04/10.txt index 4417f50..9960e17 100644 --- a/04/10.txt +++ b/04/10.txt @@ -1 +1 @@ -\v 10 \v 11 \v 12 \v 13 Moito me alegei no Señor de que por fin xurdise o voso interese por min, xa vos preocupadevos antes, mais vos faltaba a oportunidade de o manifestar. Non volo digo porque teña necesidade, xa que aprendín a contentarme con calquera que sexa a miña situación. Sei vivir na pobreza e sei vivir na abundancia, en todo e por todo aprendín a estar farto e a ter fame, a ter abundancia como a sufrir necesidade. \ No newline at end of file +\v 10 \v 11 \v 12 \v 13 Moito me alegei no Señor de que por fin xurdise o voso interese por min, xa vos preocupadevos antes, mais vos faltaba a oportunidade de o manifestar. Non volo digo porque teña necesidade, xa que aprendín a contentarme con calquera que sexa a miña situación. Sei vivir na pobreza e sei vivir na prosperidade, en todo e por todo aprendín a estar farto e a ter fame, a ter abundancia como a sufrir necesidade. \ No newline at end of file From 83dfefdfc37dd96285e1d0a524a0dddab8b5b55a Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 11:40:49 +0200 Subject: [PATCH 30/50] =?UTF-8?q?Thu=20Sep=2008=202022=2011:40:48=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/10.txt b/04/10.txt index 9960e17..649c6a5 100644 --- a/04/10.txt +++ b/04/10.txt @@ -1 +1 @@ -\v 10 \v 11 \v 12 \v 13 Moito me alegei no Señor de que por fin xurdise o voso interese por min, xa vos preocupadevos antes, mais vos faltaba a oportunidade de o manifestar. Non volo digo porque teña necesidade, xa que aprendín a contentarme con calquera que sexa a miña situación. Sei vivir na pobreza e sei vivir na prosperidade, en todo e por todo aprendín a estar farto e a ter fame, a ter abundancia como a sufrir necesidade. \ No newline at end of file +\v 10 \v 11 \v 12 \v 13 Moito me alegei no Señor de que por fin xurdise o voso interese por min, xa vos preocupadevos antes, mais vos faltaba a oportunidade de o manifestar. Non volo digo porque teña necesidade, xa que aprendín a contentarme con calquera que sexa a miña situación. Sei vivir na pobreza e sei vivir na prosperidade, en todo e por todo aprendín a estar farto e a ter fame, a ter abundancia como a sufrir necesidade. Teño forza para todo por aquel que me fai forte. \ No newline at end of file From 344e42f50d2cb4851bb579ea20f95ae61f99d301 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 11:41:51 +0200 Subject: [PATCH 31/50] =?UTF-8?q?Thu=20Sep=2008=202022=2011:41:50=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/10.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/04/10.txt b/04/10.txt index 649c6a5..933c014 100644 --- a/04/10.txt +++ b/04/10.txt @@ -1 +1 @@ -\v 10 \v 11 \v 12 \v 13 Moito me alegei no Señor de que por fin xurdise o voso interese por min, xa vos preocupadevos antes, mais vos faltaba a oportunidade de o manifestar. Non volo digo porque teña necesidade, xa que aprendín a contentarme con calquera que sexa a miña situación. Sei vivir na pobreza e sei vivir na prosperidade, en todo e por todo aprendín a estar farto e a ter fame, a ter abundancia como a sufrir necesidade. Teño forza para todo por aquel que me fai forte. \ No newline at end of file +\v 10 Moito me alegei no Señor de que por fin xurdise o voso interese por min, xa vos preocupadevos antes, mais vos faltaba a oportunidade de o manifestar. \v 11 Non volo digo porque teña necesidade, xa que aprendín a contentarme con calquera que sexa a miña situación. \v 12 Sei vivir na pobreza e sei vivir na prosperidade, en todo e por todo aprendín a estar farto e a ter fame, a ter abundancia como a sufrir necesidade. \v 13 Teño forza para todo por aquel que me fai forte. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 962cf89..d2fceac 100644 --- a/manifest.json +++ b/manifest.json @@ -39,6 +39,7 @@ "04-title", "04-01", "04-04", - "04-08" + "04-08", + "04-10" ] } \ No newline at end of file From 1753ac7705e04ac2d17d01dee527587ce5d41791 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 21:34:59 +0200 Subject: [PATCH 32/50] =?UTF-8?q?Thu=20Sep=2008=202022=2021:34:59=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/14.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 04/14.txt diff --git a/04/14.txt b/04/14.txt new file mode 100644 index 0000000..60503bf --- /dev/null +++ b/04/14.txt @@ -0,0 +1 @@ +Sen embargo, fixestes ben en compartir comigo a miña aflicción. \ No newline at end of file From 533e1db7c5ebcda0b1e5a16666967db8ccbe6dd2 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 21:36:59 +0200 Subject: [PATCH 33/50] =?UTF-8?q?Thu=20Sep=2008=202022=2021:36:59=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/14.txt b/04/14.txt index 60503bf..4249cc8 100644 --- a/04/14.txt +++ b/04/14.txt @@ -1 +1 @@ -Sen embargo, fixestes ben en compartir comigo a miña aflicción. \ No newline at end of file +\v 14 \v 15 \v 16 \v 17 Sen embargo, fixestes ben en compartir comigo a miña aflición. E vós mesmos tamén sabedes, filipenses, que ao comezo da predicación do evanxeo, despois que marchei de Macedonia, nin \ No newline at end of file From 418094bde0e6151382cc2df555dca99af0100e49 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 21:38:59 +0200 Subject: [PATCH 34/50] =?UTF-8?q?Thu=20Sep=2008=202022=2021:38:59=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/14.txt b/04/14.txt index 4249cc8..584ae22 100644 --- a/04/14.txt +++ b/04/14.txt @@ -1 +1 @@ -\v 14 \v 15 \v 16 \v 17 Sen embargo, fixestes ben en compartir comigo a miña aflición. E vós mesmos tamén sabedes, filipenses, que ao comezo da predicación do evanxeo, despois que marchei de Macedonia, nin \ No newline at end of file +\v 14 \v 15 \v 16 \v 17 Sen embargo, fixestes ben en compartir comigo a miña aflición. E vós mesmos tamén sabedes, filipenses, que ao comezo da predicación do evanxeo, despois que marchei de Macedonia, ningunha igrexa compartiu comigo en cuestión de dar e recinbir, senonsó vós. \ No newline at end of file From 155c5bfa248062d294fe2d7eda2a03f903878773 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 21:40:59 +0200 Subject: [PATCH 35/50] =?UTF-8?q?Thu=20Sep=2008=202022=2021:40:59=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/14.txt b/04/14.txt index 584ae22..f5292e2 100644 --- a/04/14.txt +++ b/04/14.txt @@ -1 +1 @@ -\v 14 \v 15 \v 16 \v 17 Sen embargo, fixestes ben en compartir comigo a miña aflición. E vós mesmos tamén sabedes, filipenses, que ao comezo da predicación do evanxeo, despois que marchei de Macedonia, ningunha igrexa compartiu comigo en cuestión de dar e recinbir, senonsó vós. \ No newline at end of file +\v 14 \v 15 \v 16 \v 17 Sen embargo, fixestes ben en compartir comigo a miña aflición. E vós mesmos tamén sabedes, filipenses, que ao comezo da predicación do evanxeo, despois que marchei de Macedonia, ningunha igrexa compartiu comigo en cuestión de dar e recibir, senonsó vós. \ No newline at end of file From 15764be66a7d7f2da155f773a7b5cb1edc8d108e Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 21:42:59 +0200 Subject: [PATCH 36/50] =?UTF-8?q?Thu=20Sep=2008=202022=2021:42:59=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/14.txt b/04/14.txt index f5292e2..7c6c690 100644 --- a/04/14.txt +++ b/04/14.txt @@ -1 +1 @@ -\v 14 \v 15 \v 16 \v 17 Sen embargo, fixestes ben en compartir comigo a miña aflición. E vós mesmos tamén sabedes, filipenses, que ao comezo da predicación do evanxeo, despois que marchei de Macedonia, ningunha igrexa compartiu comigo en cuestión de dar e recibir, senonsó vós. \ No newline at end of file +\v 14 \v 15 \v 16 \v 17 Sen embargo, fixestes ben en compartir comigo a miña aflición. E vós mesmos tamén sabedes, filipenses, que ao comezo da predicación do evanxeo, despois que marchei de Macedonia, ningunha igrexa compartiu comigo en cuestión de dar e recibir, senon só vós. \ No newline at end of file From 9c4f454b7981295718827677df623272c5dc0998 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 21:46:59 +0200 Subject: [PATCH 37/50] =?UTF-8?q?Thu=20Sep=2008=202022=2021:46:59=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/14.txt b/04/14.txt index 7c6c690..2f95279 100644 --- a/04/14.txt +++ b/04/14.txt @@ -1 +1 @@ -\v 14 \v 15 \v 16 \v 17 Sen embargo, fixestes ben en compartir comigo a miña aflición. E vós mesmos tamén sabedes, filipenses, que ao comezo da predicación do evanxeo, despois que marchei de Macedonia, ningunha igrexa compartiu comigo en cuestión de dar e recibir, senon só vós. \ No newline at end of file +\v 14 \v 15 \v 16 \v 17 Nembargantes, fixestes ben en compartir comigo a miña aflición. E vós mesmos tamén sabedes, filipenses, que ao comezo da predicación do evanxeo, despois que marchei de Macedonia, ningunha igrexa compartiu comigo en cuestión de dar e recibir, senon só vós. \ No newline at end of file From bea4d92d0264830eab3d6482a1da3894dd7ac886 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 21:48:59 +0200 Subject: [PATCH 38/50] =?UTF-8?q?Thu=20Sep=2008=202022=2021:48:59=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/14.txt b/04/14.txt index 2f95279..a4ced87 100644 --- a/04/14.txt +++ b/04/14.txt @@ -1 +1 @@ -\v 14 \v 15 \v 16 \v 17 Nembargantes, fixestes ben en compartir comigo a miña aflición. E vós mesmos tamén sabedes, filipenses, que ao comezo da predicación do evanxeo, despois que marchei de Macedonia, ningunha igrexa compartiu comigo en cuestión de dar e recibir, senon só vós. \ No newline at end of file +\v 14 \v 15 \v 16 \v 17 Con todo, fixestes ben en compartir comigo a miña aflición. E vós mesmos tamén sabedes, filipenses, que ao comezo da predicación do evanxeo, despois que marchei de Macedonia, ningunha igrexa compartiu comigo en cuestión de dar e recibir, senon só vós. \ No newline at end of file From a7f1c6f4ea96b38a40beba2727657494b7a79613 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 22:01:00 +0200 Subject: [PATCH 39/50] =?UTF-8?q?Thu=20Sep=2008=202022=2022:00:59=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/14.txt b/04/14.txt index a4ced87..0996ae5 100644 --- a/04/14.txt +++ b/04/14.txt @@ -1 +1 @@ -\v 14 \v 15 \v 16 \v 17 Con todo, fixestes ben en compartir comigo a miña aflición. E vós mesmos tamén sabedes, filipenses, que ao comezo da predicación do evanxeo, despois que marchei de Macedonia, ningunha igrexa compartiu comigo en cuestión de dar e recibir, senon só vós. \ No newline at end of file +\v 14 \v 15 \v 16 \v 17 Con todo, fixestes ben en compartir comigo a miña aflición. E vós mesmos,filipenses tamén sabedes, , que ao comezo da predicación do evanxeo, despois que marchei de Macedonia, ningunha igrexa compartiu comigo en cuestión de dar e recibir, senon só vós. \ No newline at end of file From a5906b1eeeb33b6ae147b178745aafd53111fae9 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 22:03:00 +0200 Subject: [PATCH 40/50] =?UTF-8?q?Thu=20Sep=2008=202022=2022:03:00=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/14.txt b/04/14.txt index 0996ae5..cd89144 100644 --- a/04/14.txt +++ b/04/14.txt @@ -1 +1 @@ -\v 14 \v 15 \v 16 \v 17 Con todo, fixestes ben en compartir comigo a miña aflición. E vós mesmos,filipenses tamén sabedes, , que ao comezo da predicación do evanxeo, despois que marchei de Macedonia, ningunha igrexa compartiu comigo en cuestión de dar e recibir, senon só vós. \ No newline at end of file +\v 14 \v 15 \v 16 \v 17 Con todo, fixestes ben en compartir comigo a miña aflición. E vós mesmos,filipenses, tamén sabedes que ao comezo da predicación do evanxeo, despois que marchei de Macedonia, ningunha igrexa compartiu comigo en cuestión de dar e recibir, senon só vós; porque ainda enviastes mais dunha vez dádivas a Tesalónica para asmiñas necesidades. \ No newline at end of file From 40741556e7496f141131c0e137797f13b379c09a Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 22:05:00 +0200 Subject: [PATCH 41/50] =?UTF-8?q?Thu=20Sep=2008=202022=2022:05:00=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/14.txt b/04/14.txt index cd89144..516ea69 100644 --- a/04/14.txt +++ b/04/14.txt @@ -1 +1 @@ -\v 14 \v 15 \v 16 \v 17 Con todo, fixestes ben en compartir comigo a miña aflición. E vós mesmos,filipenses, tamén sabedes que ao comezo da predicación do evanxeo, despois que marchei de Macedonia, ningunha igrexa compartiu comigo en cuestión de dar e recibir, senon só vós; porque ainda enviastes mais dunha vez dádivas a Tesalónica para asmiñas necesidades. \ No newline at end of file +\v 14 \v 16 \v 17 Con todo, fixestes ben en compartir comigo a miña aflición. \v 15 E vós mesmos,filipenses, tamén sabedes que ao comezo da predicación do evanxeo, despois que marchei de Macedonia, ningunha igrexa compartiu comigo en cuestión de dar e recibir, senon só vós; porque ainda enviastes mais dunha vez dádivas a Tesalónica para as miñas necesidades. Non é que busque a dádiva en si, senon que busco o froito que aumente na vosa conta. \ No newline at end of file From 67f3cddd09ebaaea80a241da166185fc769d35cc Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 8 Sep 2022 22:07:00 +0200 Subject: [PATCH 42/50] =?UTF-8?q?Thu=20Sep=2008=202022=2022:07:00=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/14.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/04/14.txt b/04/14.txt index 516ea69..44b821c 100644 --- a/04/14.txt +++ b/04/14.txt @@ -1 +1 @@ -\v 14 \v 16 \v 17 Con todo, fixestes ben en compartir comigo a miña aflición. \v 15 E vós mesmos,filipenses, tamén sabedes que ao comezo da predicación do evanxeo, despois que marchei de Macedonia, ningunha igrexa compartiu comigo en cuestión de dar e recibir, senon só vós; porque ainda enviastes mais dunha vez dádivas a Tesalónica para as miñas necesidades. Non é que busque a dádiva en si, senon que busco o froito que aumente na vosa conta. \ No newline at end of file +\v 14 Con todo, fixestes ben en compartir comigo a miña aflición. \v 15 E vós mesmos,filipenses, tamén sabedes que ao comezo da predicación do evanxeo, despois que marchei de Macedonia, ningunha igrexa compartiu comigo en cuestión de dar e recibir, senon só vós; \v 16 porque ainda enviastes mais dunha vez dádivas a Tesalónica para as miñas necesidades. \v 17 Non é que busque a dádiva en si, senon que busco o froito que aumente na vosa conta. \ No newline at end of file diff --git a/manifest.json b/manifest.json index d2fceac..4387893 100644 --- a/manifest.json +++ b/manifest.json @@ -40,6 +40,7 @@ "04-01", "04-04", "04-08", - "04-10" + "04-10", + "04-14" ] } \ No newline at end of file From d523b6922c6c7c303c534ff7e37ab65170b2410e Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 9 Sep 2022 15:23:12 +0200 Subject: [PATCH 43/50] =?UTF-8?q?Fri=20Sep=2009=202022=2015:23:11=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/18.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 04/18.txt diff --git a/04/18.txt b/04/18.txt new file mode 100644 index 0000000..b806c5d --- /dev/null +++ b/04/18.txt @@ -0,0 +1 @@ +\v 18 \v 19 \v 20 Mais recibin todo e teño de todo con fartura \ No newline at end of file From e6d3ebb684ddfaccd7f9bfadb6db0cc444face0a Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 9 Sep 2022 15:25:12 +0200 Subject: [PATCH 44/50] =?UTF-8?q?Fri=20Sep=2009=202022=2015:25:11=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/18.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/18.txt b/04/18.txt index b806c5d..93b2a64 100644 --- a/04/18.txt +++ b/04/18.txt @@ -1 +1 @@ -\v 18 \v 19 \v 20 Mais recibin todo e teño de todo con fartura \ No newline at end of file +\v 18 \v 19 \v 20 Mais recibin todo e teño de todo con fartura; tendo recibido de Epafrodito o que me enviastes, estou fornecido: arescendo agradable, sacrificio aceptable, a \ No newline at end of file From ea0adbc1cee1cf46300c9e34623e306374d0619a Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 9 Sep 2022 15:27:12 +0200 Subject: [PATCH 45/50] =?UTF-8?q?Fri=20Sep=2009=202022=2015:27:11=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/18.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/18.txt b/04/18.txt index 93b2a64..14876e7 100644 --- a/04/18.txt +++ b/04/18.txt @@ -1 +1 @@ -\v 18 \v 19 \v 20 Mais recibin todo e teño de todo con fartura; tendo recibido de Epafrodito o que me enviastes, estou fornecido: arescendo agradable, sacrificio aceptable, a \ No newline at end of file +\v 18 \v 19 \v 20 Mais recibin todo e teño de todo con fartura; tendo recibido de Epafrodito o que me enviastes, estou fornecido: arescendo agradable, sacrificio aceptable, agradable a Deus. Meu Deus proverá as todas as vosas necesidades, conforme ás súas \ No newline at end of file From 94b7aedc0308007eddc7d047864b51b94e44396e Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 9 Sep 2022 15:29:12 +0200 Subject: [PATCH 46/50] =?UTF-8?q?Fri=20Sep=2009=202022=2015:29:11=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/18.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/04/18.txt b/04/18.txt index 14876e7..888a101 100644 --- a/04/18.txt +++ b/04/18.txt @@ -1 +1 @@ -\v 18 \v 19 \v 20 Mais recibin todo e teño de todo con fartura; tendo recibido de Epafrodito o que me enviastes, estou fornecido: arescendo agradable, sacrificio aceptable, agradable a Deus. Meu Deus proverá as todas as vosas necesidades, conforme ás súas \ No newline at end of file +\v 18 \v 19 \v 20 Mais recibín todo e teño de todo con fartura; tendo recibido de Epafrodito o que me enviastes, estou fornecido: arescendo agradable, sacrificio aceptable, agradable a Deus. Meu Deus proverá a todas as vosas necesidades, conforme ás súas riquezas en gloria en Cristo Xesús. Gloria sexa ao noso Deus e Pai polos séculos dos séculos. Amén. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 4387893..47a3188 100644 --- a/manifest.json +++ b/manifest.json @@ -41,6 +41,7 @@ "04-04", "04-08", "04-10", - "04-14" + "04-14", + "04-18" ] } \ No newline at end of file From 4ddafa0a895296ebe9f3801c454f2b8aa5e69ede Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 9 Sep 2022 15:31:12 +0200 Subject: [PATCH 47/50] =?UTF-8?q?Fri=20Sep=2009=202022=2015:31:11=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= 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..1ad6c56 --- /dev/null +++ b/04/21.txt @@ -0,0 +1 @@ +Saudade a todos os santos en Cristo Xesús. Os irmáns que están conmigo vos sudan. Todos os santos vos saudan, especialmente os da cása de César. A gracia \ No newline at end of file From 9e98543c80aee272a7cd9c01189065a29e795e81 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 9 Sep 2022 15:33:12 +0200 Subject: [PATCH 48/50] =?UTF-8?q?Fri=20Sep=2009=202022=2015:33:11=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04/18.txt | 2 +- 04/21.txt | 2 +- manifest.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/04/18.txt b/04/18.txt index 888a101..174b3fa 100644 --- a/04/18.txt +++ b/04/18.txt @@ -1 +1 @@ -\v 18 \v 19 \v 20 Mais recibín todo e teño de todo con fartura; tendo recibido de Epafrodito o que me enviastes, estou fornecido: arescendo agradable, sacrificio aceptable, agradable a Deus. Meu Deus proverá a todas as vosas necesidades, conforme ás súas riquezas en gloria en Cristo Xesús. Gloria sexa ao noso Deus e Pai polos séculos dos séculos. Amén. \ No newline at end of file +\v 18 Mais recibín todo e teño de todo con fartura; tendo recibido de Epafrodito o que me enviastes, estou fornecido: arescendo agradable, sacrificio aceptable, agradable a Deus. \v 19 Meu Deus proverá a todas as vosas necesidades, conforme ás súas riquezas en gloria en Cristo Xesús. \v 20 Gloria sexa ao noso Deus e Pai polos séculos dos séculos. Amén. \ No newline at end of file diff --git a/04/21.txt b/04/21.txt index 1ad6c56..fb6d572 100644 --- a/04/21.txt +++ b/04/21.txt @@ -1 +1 @@ -Saudade a todos os santos en Cristo Xesús. Os irmáns que están conmigo vos sudan. Todos os santos vos saudan, especialmente os da cása de César. A gracia \ No newline at end of file +\v 21 Saudade a todos os santos en Cristo Xesús. Os irmáns que están conmigo vos sudan. \v 23 Todos os santos vos saudan, especialmente os da cása de César. \v 22 A gracia do Señor Xesús Cristo sexa co voso espírito. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 47a3188..85f02dd 100644 --- a/manifest.json +++ b/manifest.json @@ -42,6 +42,7 @@ "04-08", "04-10", "04-14", - "04-18" + "04-18", + "04-21" ] } \ No newline at end of file From 4d73304afb182e5243e28bdb879c57f56a744e9c Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Fri, 9 Sep 2022 15:34:28 +0200 Subject: [PATCH 49/50] =?UTF-8?q?Fri=20Sep=2009=202022=2015:34:27=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= 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 fb6d572..c3d35c9 100644 --- a/04/21.txt +++ b/04/21.txt @@ -1 +1 @@ -\v 21 Saudade a todos os santos en Cristo Xesús. Os irmáns que están conmigo vos sudan. \v 23 Todos os santos vos saudan, especialmente os da cása de César. \v 22 A gracia do Señor Xesús Cristo sexa co voso espírito. \ No newline at end of file +\v 21 Saudade a todos os santos en Cristo Xesús. Os irmáns que están conmigo vos sudan. \v 22 Todos os santos vos saudan, especialmente os da cása de César. \v 23 A gracia do Señor Xesús Cristo sexa co voso espírito. \ No newline at end of file From f22707d4af3f2d3d16e7cac2f930a4377f2e66f6 Mon Sep 17 00:00:00 2001 From: AnaIglesias Date: Tue, 4 Oct 2022 09:05:39 +0200 Subject: [PATCH 50/50] Tue Oct 04 2022 09:05:38 GMT+0200 (hora de verano de Europa central) --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 85f02dd..88773d7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "package_version": 6, + "package_version": 7, "format": "usfm", "generator": { "name": "ts-desktop",