Ericson wrote:
Is there a simple way to localize (translate) into other languages chapter headings without having to work with the SQL database?
You can create your chapter headings in a simple text file with a form like:
"BookIndex|ChapterIndex|VerseIndex|Heading text " and from there it can be imported in an SQL db very easily. I can also add this script to the 'Importer' tool, so you can use it directly.
For example, create a new text file (e.g. headings.txt) and then write:
1|1|1|Heading before Genesis 1:1
1|2|4|Heading before Genesis 2:3
40|4|3|Heading before Mathew 4:3
Number the books from 1 to 66. To find out what number corresponds to each book, go to the "Bible tree" in the program, and from the little icon at the small toolbar of the Bible tree (the rightmost) select: "Book numbering"; thus, each book will be prepended with the number from 1 to 66.
Costas