Jump to content

Convert References Into Different Language


ChristianB

Recommended Posts

Since the only output of references in Accordance is english I was looking for a way to convert this into German.

 

A friend wrote an Applescript for me to do that! If you have a little bit experience with Applescript you can change it to make it work for you.

 

Thanks also to Jospeh Weaks, who helped with another script and in a way inspired me for this idea.

 

--------------------------------------------------

--

-- developed by:

-- :kelko:

-- kelko < at > anakrino <.> de

-- http://kelko.anakrino.de

--

--

--------------------------------------------------

 

 

--------------------------------------------------

-- Properties:

-- feel free to change the script into the language you need ... if you know what you are doing

-- You need to change the names in the "GermanBookList" ... make shure you have the right order of books

-- If you change the name itself make sure you change it throughout the script

-- Properties written by @ptujec

--------------------------------------------------

 

 

property NumberList : "1 | 2 | 3 | 4 | 5"

 

property EnglishBookString : "Gen | Ex | Lev | Num | Deut | Josh | Judg | Ruth | Sam | Kgs | Chr | Ezra | Neh | Esth | Job | Ps | Prov | Eccl | Song | Isa | Jer | Lam | Ezek | Dan | Hos | Joel | Amos | Obad | Jonah | Mic | Nah | Hab | Zeph | Hag | Zech | Mal | Matt | Mark | Luke | John | Acts | Rom | 1 Cor | 2 Cor | Gal | Eph | Phil | Col | Thess | Tim | Titus | Phlm | Heb | Jas | Pet | John | Jude | Rev"

 

property EnglishBookList : {"Gen", "Ex", "Lev", "Num", "Deut", "Josh", "Judg", "Ruth", "Sam", "Kgs", "Chr", "Ezra", "Neh", "Esth", "Job", "Ps", "Prov", "Eccl", "Song", "Isa", "Jer", "Lam", "Ezek", "Dan", "Hos", "Joel", "Amos", "Obad", "Jonah", "Mic", "Nah", "Hab", "Zeph", "Hag", "Zech", "Mal", "Matt", "Mark", "Luke", "John", "Acts", "Rom", "Cor", "Gal", "Eph", "Phil", "Col", "Thess", "Tim", "Titus", "Phlm", "Heb", "Jas", " Pet", "John", "Jude", "Rev"}

 

property GermanBookList : {"1 Mo", "2 Mo", "3 Mo", "4 Mo", "5 Mo", "Jos", "Ri", "Rut", "Sam", "K

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...