From 10e0c4a1ec1b39113cc1aa4a1007aaa9e0228bfa Mon Sep 17 00:00:00 2001 From: mu_nkondo Date: Thu, 2 Jan 2020 06:34:30 +0200 Subject: [PATCH 01/21] Thu Jan 02 2020 06:34:29 GMT+0200 (South Africa Standard Time) --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 721966f..71c3486 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "format": "usfm", "generator": { "name": "ts-desktop", - "build": "110" + "build": "2" }, "target_language": { "id": "dov", From b323f1bbf7e167d3fbac788a92c5ec57993de184 Mon Sep 17 00:00:00 2001 From: mu_nkondo Date: Thu, 2 Jan 2020 06:34:33 +0200 Subject: [PATCH 02/21] Thu Jan 02 2020 06:34:32 GMT+0200 (South Africa Standard Time) --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 71c3486..c38c4a4 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "format": "usfm", "generator": { "name": "ts-desktop", - "build": "2" + "build": "110" }, "target_language": { "id": "dov", @@ -33,8 +33,8 @@ ], "parent_draft": {}, "translators": [ - "Lucy Ngosolo", "TOM-88PN_0003.MACHINGA", + "Lucy Ngosolo", "Leviticus Muleya", "Muleya Nkondo" ], From fec56471a118d4fbf8c2d0f40c77807db50b9988 Mon Sep 17 00:00:00 2001 From: mu_nkondo Date: Sat, 8 Feb 2020 18:49:56 +0200 Subject: [PATCH 03/21] Sat Feb 08 2020 18:49:55 GMT+0200 (South Africa Standard Time) --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index c38c4a4..38bea32 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "format": "usfm", "generator": { "name": "ts-desktop", - "build": "110" + "build": "3" }, "target_language": { "id": "dov", From 2729031d0f5a259c5da441df10a8ff0105a653b3 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 21 Mar 2020 12:01:36 +0200 Subject: [PATCH 04/21] Sat Mar 21 2020 12:01:35 GMT+0200 (South Africa Standard Time) --- LICENSE.md | 29 +++++++++++++++++++++++++++++ manifest.json | 29 +++++++++++++++++++++++++++++ 2 files changed, 58 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..98f733d --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,29 @@ + +# License +## Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) + +This is a human-readable summary of (and not a substitute for) the full license found at http://creativecommons.org/licenses/by-sa/4.0/. + +### You are free to: + + * **Share** — copy and redistribute the material in any medium or format + * **Adapt** — remix, transform, and build upon the material + +for any purpose, even commercially. + +The licensor cannot revoke these freedoms as long as you follow the license terms. + +### Under the following conditions: + + * **Attribution** — You must attribute the work as follows: "Original work available at https://door43.org/." Attribution statements in derivative works should not in any way suggest that we endorse you or your use of this work. + * **ShareAlike** — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original. + +**No additional restrictions** — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits. + +### Notices: + +You do not have to comply with the license for elements of the material in the public domain or where your use is permitted by an applicable exception or limitation. + +No warranties are given. The license may not give you all of the permissions necessary for your intended use. For example, other rights such as publicity, privacy, or moral rights may limit how you use the material. + +This PDF was generated using Prince (https://www.princexml.com/). diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..21b433a --- /dev/null +++ b/manifest.json @@ -0,0 +1,29 @@ +{ + "package_version": 6, + "format": "usfm", + "generator": { + "name": "ts-desktop", + "build": "3" + }, + "target_language": { + "id": "dov", + "name": "Tonga", + "direction": "ltr" + }, + "project": { + "id": "mrk", + "name": "Mark" + }, + "type": { + "id": "text", + "name": "Text" + }, + "resource": { + "id": "reg", + "name": "Regular" + }, + "source_translations": [], + "parent_draft": {}, + "translators": [], + "finished_chunks": [] +} \ No newline at end of file From f114787ff3b2d53d8b0bd7df5caab8f52eb0517b Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 21 Mar 2020 12:05:42 +0200 Subject: [PATCH 05/21] Sat Mar 21 2020 12:05:41 GMT+0200 (South Africa Standard Time) --- manifest.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 21b433a..19fd6ba 100644 --- a/manifest.json +++ b/manifest.json @@ -22,7 +22,15 @@ "id": "reg", "name": "Regular" }, - "source_translations": [], + "source_translations": [ + { + "language_id": "en", + "resource_id": "ulb", + "checking_level": "3", + "date_modified": "2017-11-29T00:00:00+00:00", + "version": "12" + } + ], "parent_draft": {}, "translators": [], "finished_chunks": [] From d7855c55c3efa1c1a286babd65b6b727dbab4446 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 21 Mar 2020 12:13:37 +0200 Subject: [PATCH 06/21] Sat Mar 21 2020 12:13:37 GMT+0200 (South Africa Standard Time) --- 01/04.txt | 1 + front/title.txt | 1 + manifest.json | 4 +++- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 01/04.txt create mode 100644 front/title.txt diff --git a/01/04.txt b/01/04.txt new file mode 100644 index 0000000..ef6bce1 --- /dev/null +++ b/01/04.txt @@ -0,0 +1 @@ +M \ No newline at end of file diff --git a/front/title.txt b/front/title.txt new file mode 100644 index 0000000..907faa1 --- /dev/null +++ b/front/title.txt @@ -0,0 +1 @@ +ma \ No newline at end of file diff --git a/manifest.json b/manifest.json index 19fd6ba..7b531ba 100644 --- a/manifest.json +++ b/manifest.json @@ -32,6 +32,8 @@ } ], "parent_draft": {}, - "translators": [], + "translators": [ + "patricia banda" + ], "finished_chunks": [] } \ No newline at end of file From b00cfddac3e76fd85e1c4bfc087dd358bfa61fc7 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 21 Mar 2020 12:15:37 +0200 Subject: [PATCH 07/21] Sat Mar 21 2020 12:15:37 GMT+0200 (South Africa Standard Time) --- 01/04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/04.txt b/01/04.txt index ef6bce1..f0d8083 100644 --- a/01/04.txt +++ b/01/04.txt @@ -1 +1 @@ -M \ No newline at end of file +\v 4 \v 5 \v 6 Mako \ No newline at end of file From 7d2edf4d3ad017da070088268a2938bc4b649420 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 21 Mar 2020 12:17:37 +0200 Subject: [PATCH 08/21] Sat Mar 21 2020 12:17:37 GMT+0200 (South Africa Standard Time) --- 01/title.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 01/title.txt diff --git a/01/title.txt b/01/title.txt new file mode 100644 index 0000000..38f63de --- /dev/null +++ b/01/title.txt @@ -0,0 +1 @@ +Mako \ No newline at end of file From 174d25d75f230a915fcc6880e72e381fa737d928 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 21 Mar 2020 12:19:37 +0200 Subject: [PATCH 09/21] Sat Mar 21 2020 12:19:37 GMT+0200 (South Africa Standard Time) --- 01/01.txt | 1 + manifest.json | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 01/01.txt diff --git a/01/01.txt b/01/01.txt new file mode 100644 index 0000000..a96622c --- /dev/null +++ b/01/01.txt @@ -0,0 +1 @@ +\c 1 Chipande \ No newline at end of file diff --git a/manifest.json b/manifest.json index 7b531ba..3a37068 100644 --- a/manifest.json +++ b/manifest.json @@ -35,5 +35,7 @@ "translators": [ "patricia banda" ], - "finished_chunks": [] + "finished_chunks": [ + "01-title" + ] } \ No newline at end of file From 30fbc35d2e5ce54f594628fd81af988afc611f74 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 21 Mar 2020 12:21:37 +0200 Subject: [PATCH 10/21] Sat Mar 21 2020 12:21:37 GMT+0200 (South Africa Standard Time) --- 01/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/01.txt b/01/01.txt index a96622c..3946fe9 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1 +1 @@ -\c 1 Chipande \ No newline at end of file +\c 1 Chipande 1 \ No newline at end of file From 8c5d045146db786575be25d0800ccbfc832854aa Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 21 Mar 2020 12:23:38 +0200 Subject: [PATCH 11/21] Sat Mar 21 2020 12:23:37 GMT+0200 (South Africa Standard Time) --- 01/01.txt | 1 - 01/title.txt | 2 +- front/title.txt | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 01/01.txt delete mode 100644 front/title.txt diff --git a/01/01.txt b/01/01.txt deleted file mode 100644 index 3946fe9..0000000 --- a/01/01.txt +++ /dev/null @@ -1 +0,0 @@ -\c 1 Chipande 1 \ No newline at end of file diff --git a/01/title.txt b/01/title.txt index 38f63de..55da72a 100644 --- a/01/title.txt +++ b/01/title.txt @@ -1 +1 @@ -Mako \ No newline at end of file +Chipande 1 \ No newline at end of file diff --git a/front/title.txt b/front/title.txt deleted file mode 100644 index 907faa1..0000000 --- a/front/title.txt +++ /dev/null @@ -1 +0,0 @@ -ma \ No newline at end of file From 4f8c03aaf6fa819811d0f0139bbbd87b623e50ef Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 21 Mar 2020 12:25:37 +0200 Subject: [PATCH 12/21] Sat Mar 21 2020 12:25:37 GMT+0200 (South Africa Standard Time) --- front/title.txt | 1 + manifest.json | 1 + 2 files changed, 2 insertions(+) create mode 100644 front/title.txt diff --git a/front/title.txt b/front/title.txt new file mode 100644 index 0000000..38f63de --- /dev/null +++ b/front/title.txt @@ -0,0 +1 @@ +Mako \ No newline at end of file diff --git a/manifest.json b/manifest.json index 3a37068..da4b64d 100644 --- a/manifest.json +++ b/manifest.json @@ -36,6 +36,7 @@ "patricia banda" ], "finished_chunks": [ + "front-title", "01-title" ] } \ No newline at end of file From fbd5864e3d535e9d63e9e6e142aed65e19bde616 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 21 Mar 2020 12:27:37 +0200 Subject: [PATCH 13/21] Sat Mar 21 2020 12:27:37 GMT+0200 (South Africa Standard Time) --- 01/01.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 01/01.txt diff --git a/01/01.txt b/01/01.txt new file mode 100644 index 0000000..cb39c50 --- /dev/null +++ b/01/01.txt @@ -0,0 +1 @@ +\c 1 Uku ndiko kuyamba \ No newline at end of file From 9e04b717366083d667ff13227d62778d1e48d12c Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 21 Mar 2020 12:29:37 +0200 Subject: [PATCH 14/21] Sat Mar 21 2020 12:29:37 GMT+0200 (South Africa Standard Time) --- 01/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/01.txt b/01/01.txt index cb39c50..255af86 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1 +1 @@ -\c 1 Uku ndiko kuyamba \ No newline at end of file +\c 1 Uku ndiko kuyamba kwafala laLamulungu, Mwa \ No newline at end of file From 296789e2eef72c54a489ef537f1baf9389cb0192 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 21 Mar 2020 12:31:37 +0200 Subject: [PATCH 15/21] Sat Mar 21 2020 12:31:37 GMT+0200 (South Africa Standard Time) --- 01/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/01.txt b/01/01.txt index 255af86..b557c9e 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1 +1 @@ -\c 1 Uku ndiko kuyamba kwafala laLamulungu, Mwa \ No newline at end of file +\c 1 Uku ndiko kuyamba kwafala laLamulungu, Mwana Mulumbwana WaMulungu. \ No newline at end of file From b9f00304373bf2e5b569f30a044906ecdcea36ac Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 21 Mar 2020 12:33:37 +0200 Subject: [PATCH 16/21] Sat Mar 21 2020 12:33:37 GMT+0200 (South Africa Standard Time) --- 01/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/01.txt b/01/01.txt index b557c9e..8de6033 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1 +1 @@ -\c 1 Uku ndiko kuyamba kwafala laLamulungu, Mwana Mulumbwana WaMulungu. \ No newline at end of file +\c 1 \v 1 \v 2 \v 3 Uku ndiko kuyamba k \ No newline at end of file From a2aae8c67081f24ac2293b45cc6c328479540522 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 21 Mar 2020 12:35:37 +0200 Subject: [PATCH 17/21] Sat Mar 21 2020 12:35:37 GMT+0200 (South Africa Standard Time) --- 01/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/01.txt b/01/01.txt index 8de6033..049c790 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1 +1 @@ -\c 1 \v 1 \v 2 \v 3 Uku ndiko kuyamba k \ No newline at end of file +\c 1 \v 1 Uku \v 2 ndiko \v 3 kuyamba k \ No newline at end of file From e8f5b41bf16e4fc3d24aad5139ea25f39c11760d Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 21 Mar 2020 12:37:37 +0200 Subject: [PATCH 18/21] Sat Mar 21 2020 12:37:37 GMT+0200 (South Africa Standard Time) --- 01/01.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/01/01.txt b/01/01.txt index 049c790..edee790 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1 +1 @@ -\c 1 \v 1 Uku \v 2 ndiko \v 3 kuyamba k \ No newline at end of file +\c 1 \v 1 Uku \v 2 ndiko kuyamba \v 3 k \ No newline at end of file diff --git a/manifest.json b/manifest.json index da4b64d..e98e5a4 100644 --- a/manifest.json +++ b/manifest.json @@ -37,6 +37,7 @@ ], "finished_chunks": [ "front-title", - "01-title" + "01-title", + "01-01" ] } \ No newline at end of file From 647edb0d6646427b13d8c47a4e930671594641c2 Mon Sep 17 00:00:00 2001 From: mu_nkondo Date: Wed, 25 Mar 2020 17:59:57 +0200 Subject: [PATCH 19/21] Wed Mar 25 2020 17:59:57 GMT+0200 (South Africa Standard Time) --- 01/01.txt | 6 +----- 01/04.txt | 6 +----- 01/title.txt | 6 +----- manifest.json | 3 +++ 4 files changed, 6 insertions(+), 15 deletions(-) diff --git a/01/01.txt b/01/01.txt index ff1f002..d24bd06 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1,5 +1 @@ -<<<<<<< HEAD -\c 1 \v 1 Uku \v 2 ndiko kuyamba \v 3 k -======= -\c 1 \v 1 Aya ngingawo matalikilo a makani mabotu a Jesu Kilisito, Mwana wa-Leza. \v 2 Mbuli mbukulembedwe kuli Isaya musinsimi, ''Mulange, ndatuma mutumwa kunembo lyabusyu bwake oyo ulolulamika nzila yako. \v 3 Ijwi lya oyo uwompolola munkanda, ''Mubambe inzila yaMwami; mululamike inzila yakwe''. ->>>>>>> fec56471a118d4fbf8c2d0f40c77807db50b9988 +\c 1 \v 1 Aya ngingawo matalikilo a makani mabotu a Jesu Kilisito, Mwana wa-Leza. \v 2 Mbuli mbukulembedwe kuli Isaya musinsimi, ''Mulange, ndatuma mutumwa kunembo lyabusyu bwake oyo ulolulamika nzila yako. \v 3 Ijwi lya oyo uwompolola munkanda, ''Mubambe inzila yaMwami; mululamike inzila yakwe''. \ No newline at end of file diff --git a/01/04.txt b/01/04.txt index 2036c7d..450bfb2 100644 --- a/01/04.txt +++ b/01/04.txt @@ -1,5 +1 @@ -<<<<<<< HEAD -\v 4 \v 5 \v 6 Mako -======= -\v 4 Joni wakasika, kabbizya munkanda alimwi kakambawuka lubbizyo lwakusanduka. Akulekelelwa izibi. \v 5 Ichisi choonse cha Judiya abantu boonse baku Jelusalemu bakayinka kulinguwe. Bakabbizigwa anguwe mumulonga utegwa Jodani, bakalyamba zibi zyabo. \v 6 Joni wakali kuzwaata zizwaato zyaboya bwankamela alukumba lwachikumba muchibuno chakwe, nkabela wakali kulya insozi abuchi bwalusaka. ->>>>>>> fec56471a118d4fbf8c2d0f40c77807db50b9988 +\v 4 Joni wakasika, kabbizya munkanda alimwi kakambawuka lubbizyo lwakusanduka. Akulekelelwa izibi. \v 5 Ichisi choonse cha Judiya abantu boonse baku Jelusalemu bakayinka kulinguwe. Bakabbizigwa anguwe mumulonga utegwa Jodani, bakalyamba zibi zyabo. \v 6 Joni wakali kuzwaata zizwaato zyaboya bwankamela alukumba lwachikumba muchibuno chakwe, nkabela wakali kulya insozi abuchi bwalusaka. \ No newline at end of file diff --git a/01/title.txt b/01/title.txt index e6b5113..cb4e08b 100644 --- a/01/title.txt +++ b/01/title.txt @@ -1,5 +1 @@ -<<<<<<< HEAD -Chipande 1 -======= -Chaandano 1 ->>>>>>> fec56471a118d4fbf8c2d0f40c77807db50b9988 +Chaandano 1 \ No newline at end of file diff --git a/manifest.json b/manifest.json index 5ebd9db..dd88d54 100644 --- a/manifest.json +++ b/manifest.json @@ -40,6 +40,9 @@ "Muleya Nkondo" ], "finished_chunks": [ + "01-title", + "01-01", + "01-04", "01-07", "01-09", "01-12", From 1c73b7f82af781bd7b4d6318f55bddfacde9b58b Mon Sep 17 00:00:00 2001 From: mu_nkondo Date: Wed, 25 Mar 2020 18:00:27 +0200 Subject: [PATCH 20/21] Wed Mar 25 2020 18:00:27 GMT+0200 (South Africa Standard Time) --- front/title.txt | 6 +----- manifest.json | 1 + 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/front/title.txt b/front/title.txt index b1f2d25..ed382c6 100644 --- a/front/title.txt +++ b/front/title.txt @@ -1,5 +1 @@ -<<<<<<< HEAD -Mako -======= -Makko ->>>>>>> fec56471a118d4fbf8c2d0f40c77807db50b9988 +Makko \ No newline at end of file diff --git a/manifest.json b/manifest.json index dd88d54..0e6e82f 100644 --- a/manifest.json +++ b/manifest.json @@ -40,6 +40,7 @@ "Muleya Nkondo" ], "finished_chunks": [ + "front-title", "01-title", "01-01", "01-04", From b8ba60bc14c263489b3af8797e183d30b8dc4c48 Mon Sep 17 00:00:00 2001 From: mu_nkondo Date: Sat, 18 Mar 2023 16:30:12 +0200 Subject: [PATCH 21/21] Sat Mar 18 2023 16:30:11 GMT+0200 (Central Africa Time) --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 0e6e82f..426a07b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { - "package_version": 6, + "package_version": 7, "format": "usfm", "generator": { "name": "ts-desktop", - "build": "3" + "build": "170" }, "target_language": { "id": "dov",