On Mar 15, 1:56 pm, SatiacoB <
kdi...@comcast.net> wrote:
> I am working with South America with Spanish speaking nationals who do
> not know English. Is there a version of Silas for them, and for use on
> Spanish versions of Word?
>
SILAS should work in Spanish versions of Word. We fixed a problem with
chapter numbers in the page headers in version 2.207-1.02. Try your
version
of SILAS on a Spanish version of Word and let us know if anything
doesn't
work.
So SILAS should work properly in that version of Word, but the menu
names
and menu items and the messages dialogs are all in English. If you
would
like to translate the messages into Spanish, you could do so, and I
could
distribute the Spanish version after we get it tested and working
properly.
That would be quite a bit or work. Dave Coombs made the same request
in
2007, but he didn't have time to work on it then. He did translate
some
messages, however, as an experiment, and we produced a test version of
SILAS
that had Spanish error messages in one small area -- creating a cover
document. I sent that test version to Dave and to John Wagner.
Most of the messages that would need to be translated are scattered
throughout the macros, but we have moved some of them into a separate
macro
module called "Strings". Here are three items from the Strings module:
Public Const strMakeCoverDoc_PrematureTitle = _
"Silas Error: Not formatted for Booklet printing yet "
Public Const strMakeCoverDoc_PrematurePrompt = _
"Sorry, you need to make a title page" & vbCr & _
" before you can make it into a cover document." & vbCr & vbCr & _
"Please open the Scripture menu and do the task:" & vbCr & _
vbTab & "2. Format For Half-Page Booklets" & vbCr & _
"and then run me again."
Public Const strMakeCoverDoc_NoPageBreakTitle = _
"Silas Error: No page break found "
Here is the translation of those three messages, that Dave sent back:
Public Const strMakeCoverDoc_PrematureTitle As String = _
"Error de Silas: No está formateado todavía para poder imprimir el
librito (o folleto) "
Public Const strMakeCoverDoc_PrematurePrompt As String = _
"Lo siento, primero usted tiene que preparar la contracarátula" &
vbCr & _
" antes de convertirla en un archivo de carátula." & vbCr & vbCr &
_
"Favor de abrir el menu Escritura y completar esa tarea:" & vbCr &
_
vbTab & "2. Format For Half-Page Booklets" & vbCr & _
"y después podrá reiniciar este paso."
Public Const strMakeCoverDoc_NoPageBreakTitle As String = _
"Error d Silas: No se encontró una división para una nueva página"
The idea is that you would translate the text between double-quote
characters (") without changing anything else, and send the file back
to me.
I would then replace the English module with the Spanish module and
make the
new Spanish version. Someone would also need to remake all the menu
entries
and dialogs with Spanish equivalents.
There are also some Word documents that would need to be translated.
Dave Coombs and John Wagner might still be interested in working on
this project with you, and the three of you might have time to get the
job done. Tim Sissel also wrote to me about the idea, and might have
time to help.
If you would like to try the test version that we did in 2007, I could
make
the equivalent Spanish version for whatever version of SILAS you are
using
now. What version is that?
>(And might there be a way to use this in
> OpenOffice Writer, for those who don't use Word?)
>
What version of Paratext are you using?
Paratext 7 contains Print Draft, which will export a book from
Paratext and
produce a PDF file, ready to print. While you are asking Print Draft
to do
that, you can tell it to do single-column or double-column formatting,
the
paper-size to use and what font and size to use. There are not many
things
that need to be specified, and it remembers the settings for the
project, so
you might find Print Draft a better way to go for the Spanish
translators.
Print Draft can even insert pictures automatically, provided the
translators
are happy with the picture placement that it does, namely always the
full
column, or spanning two columns.
It would be a lot of work to translate the SILAS macros to OpenOffice
Writer, and we have been asked to use "Pathway" for the major
formatting
control with export to OpenOffice Writer. (Pathway is a program that
can
format text from FLEX or Paratext using parameters specified in CSS
files
(Cascading Style Sheets) and adjust it for Open Office or InDesign or
mobile
phone or the web. You can read about it and download it at
http://silpathway.wordpress.com/
To use it for Scripture, make sure that you download a version that
mentions
Paratext.)
Let me know if any of you would be interested in translating SILAS
into
Spanish, or any other language for that matter.
Jim