|
|
@@ -14,11 +14,11 @@ struct OSISBooks osisbooks[66] = { |
|
|
|
{"Josh", {"Joshua", "joshua"}, 2}, |
|
|
|
{"Judg", {"Judges", "judges"}, 2}, |
|
|
|
{"Ruth", {"Ruth", "ruth"}, 2}, |
|
|
|
{"1Sam", {"1 Samuel", "1samuel"}, 2}, |
|
|
|
{"1Sam", {"1 Samuel", "1samuel", "samuel", "sam"}, 4}, |
|
|
|
{"2Sam", {"2 Samuel", "2samuel"}, 2}, |
|
|
|
{"1Kgs", {"1 Kings", "1kings"}, 2}, |
|
|
|
{"1Kgs", {"1 Kings", "1kings", "kgs", "kings"}, 3}, |
|
|
|
{"2Kgs", {"2 Kings", "2kings"}, 2}, |
|
|
|
{"1Chr", {"1 Chronicles", "1chronicles"}, 2}, |
|
|
|
{"1Chr", {"1 Chronicles", "1chronicles", "chr"}, 3}, |
|
|
|
{"2Chr", {"2 Chronicles", "2chronicles"}, 2}, |
|
|
|
{"Ezr", {"Ezra", "ezra"}, 2}, |
|
|
|
{"Neh", {"Nehemiah", "nehemiah"}, 2}, |
|
|
@@ -51,21 +51,21 @@ struct OSISBooks osisbooks[66] = { |
|
|
|
{"John", {"John", "john"}, 2}, |
|
|
|
{"Act", {"Acts", "acts"}, 2}, |
|
|
|
{"Rom", {"Romans", "romans"}, 2}, |
|
|
|
{"1Cor", {"1 Corinthians", "1corinthians"}, 2}, |
|
|
|
{"1Cor", {"1 Corinthians", "1corinthians", "cor"}, 3}, |
|
|
|
{"2Cor", {"2 Corinthians", "2corinthians"}, 2}, |
|
|
|
{"Gal", {"Galatians", "galatians"}, 2}, |
|
|
|
{"Eph", {"Ephesians", "ephesians"}, 2}, |
|
|
|
{"Phi", {"Philippians", "philippians"}, 2}, |
|
|
|
{"Col", {"Colossians", "colossians"}, 2}, |
|
|
|
{"1Thess", {"1 Thessalonians", "1thessalonians"}, 2}, |
|
|
|
{"1Thess", {"1 Thessalonians", "1thessalonians", "thess"}, 3}, |
|
|
|
{"2Thess", {"2 Thessalonians", "2thessalonians"}, 2}, |
|
|
|
{"1Tim", {"1 Timothy", "1timothy"}, 2}, |
|
|
|
{"1Tim", {"1 Timothy", "1timothy", "tim"}, 3}, |
|
|
|
{"2Tim", {"2 Timothy", "2timothy"}, 2}, |
|
|
|
{"Titus", {"Titus", "titus"}, 2}, |
|
|
|
{"Phil", {"Philemon", "philemon"}, 2}, |
|
|
|
{"Heb", {"Hebrews", "hebrews"}, 2}, |
|
|
|
{"Jam", {"James", "james"}, 2}, |
|
|
|
{"1Pet", {"1 Peter", "1peter"}, 2}, |
|
|
|
{"1Pet", {"1 Peter", "1peter", "peter", "pet"}, 4}, |
|
|
|
{"2Pet", {"2 Peter", "2peter"}, 2}, |
|
|
|
{"1John", {"1 John", "1john"}, 2}, |
|
|
|
{"2John", {"2 John", "2john"}, 2}, |
|
|
|