Page 4 of 6

Re: Help with translations

PostPosted: Thu Feb 05, 2015 12:07 pm
by karinha
Master, in portuguese:

Code: Select all  Expand view

{ "is missing", "no se encuentra", "", "Não encontrado", "", "non trovato" }
 


Regards, saludos.

Re: Help with translations

PostPosted: Thu Feb 05, 2015 12:09 pm
by cnavarro
karinha wrote:Master, in portuguese:

Code: Select all  Expand view

{ "is missing", "no se encuentra", "pas trouvé", "Não encontrado", "", "non trovato" }
 


Regards, saludos.


Frances

Re: Help with translations

PostPosted: Thu Feb 05, 2015 3:08 pm
by alerchster
Code: Select all  Expand view
{ "is missing", "no se encuentra", "pas trouvé", "Não encontrado", "fehlt", "non trovato" }

Re: Help with translations

PostPosted: Thu Feb 05, 2015 7:25 pm
by Antonio Linares
Many thanks to all! :-)

Re: Help with translations

PostPosted: Mon Feb 09, 2015 10:34 am
by cnavarro
Antonio, creo que esta function en Strings.prg tiene un pequeño bug, puedes comprobarlo?

Code: Select all  Expand view

static function BrwSetUp( oBrw )

   oBrw:aCols[ 1 ]:cHeader = "English"
   oBrw:aCols[ 2 ]:cHeader = "Spanish"
   oBrw:aCols[ 3 ]:cHeader = "French"
   oBrw:aCols[ 4 ]:cHeader = "Portuguese"
   oBrw:aCols[ 5 ]:cHeader = "Italian"
   oBrw:aCols[ 6 ]:cHeader = "German"

///... ///
// Deberia ser

   oBrw:aCols[ 5 ]:cHeader = "German"
   oBrw:aCols[ 6 ]:cHeader = "Italian"


 

Re: Help with translations

PostPosted: Wed Feb 11, 2015 8:57 am
by Antonio Linares
Cristobal,

Fixed! many thanks :-)

Re: Help with translations

PostPosted: Wed Feb 11, 2015 9:02 am
by Antonio Linares
Dear friends, some more strings to translate:

These are the used languages: English, Spanish, French, Portugese, German, Italian

{ "Code separator", "Separador de código", "", "", "", "" }
{ "Insert a code separator", "Inserta un separador de código", "", "", "", "" }
{ "Search for", "Buscar por", "", "", "", "" }
{ "WildSeek", "Busqueda libre", "", "", "", "" }

many thanks

Re: Help with translations

PostPosted: Wed Feb 11, 2015 10:21 am
by Enrico Maria Giordano
Antonio,

Code: Select all  Expand view
{ "Code separator", "Separador de código", "", "", "", "Separatore di codice" }
{ "Insert a code separator", "Inserta un separador de código", "", "", "", "Inserisce un separatore di codice" }
{ "Search for", "Buscar por", "", "", "", "Cerca" }
{ "WildSeek", "Busqueda libre", "", "", "", "Ricerca libera" }


EMG

Re: Help with translations

PostPosted: Wed Feb 11, 2015 11:13 am
by karinha
Portuguese:

Code: Select all  Expand view

{ "Code separator", "Separador de código", "", "Separador de Código", "", "Separatore di codice" }

{ "Insert a code separator", "Inserta un separador de código", "", "Insira um separador de Código", "", "Inserisce un separatore di codice" }

{ "Search for", "Buscar por", "", "Procurar por", "", "Cerca" }

{ "WildSeek", "Busqueda libre", "", "Busca livre", "", "Ricerca libera" }
 

Re: Help with translations

PostPosted: Wed Feb 11, 2015 3:13 pm
by alerchster
german

Code: Select all  Expand view
{ "Code separator", "Separador de código", "", "Separador de Código", "Code Trennzeile", "Separatore di codice" }
{ "Insert a code separator", "Inserta un separador de código", "", "Insira um separador de Código", "Code Trennzeile einfügen", "Inserisce un separatore di codice" }
{ "Search for", "Buscar por", "", "Procurar por", "Suchen nach", "Cerca" }
{ "WildSeek", "Busqueda libre", "", "Busca livre", "Freie Suche", "Ricerca libera" }
 

Re: Help with translations

PostPosted: Thu Feb 12, 2015 6:04 am
by Richard Chidiak
{ "Code separator", "Separador de código", "Séparateur de code", "Separador de Código", "Code Trennzeile", "Separatore di codice" }
{ "Insert a code separator", "Inserta un separador de código", "Insérer un code séparateur", "Insira um separador de Código", "Code Trennzeile einfügen", "Inserisce un separatore di codice" }
{ "Search for", "Buscar por", "Chercher", "Procurar por", "Suchen nach", "Cerca" }
{ "WildSeek", "Busqueda libre", "Recherche étendue", "Busca livre", "Freie Suche", "Ricerca libera" }

Re: Help with translations

PostPosted: Thu Feb 12, 2015 7:23 am
by Antonio Linares
Many thanks to all :-)

Re: Help with translations

PostPosted: Sat Feb 14, 2015 10:12 am
by Antonio Linares
One more please:

English, Spanish, French, Portugese, German, Italian

{ "Copy and paste in", "Copie y pegue en", "", "", "", "" }

Re: Help with translations

PostPosted: Sat Feb 14, 2015 10:40 am
by Enrico Maria Giordano
Antonio,

Code: Select all  Expand view
{ "Copy and paste in", "Copie y pegue en", "", "", "", "Copia e incolla in" }


EMG

Re: Help with translations

PostPosted: Sat Feb 14, 2015 12:21 pm
by alerchster
german
Code: Select all  Expand view
{ "Copy and paste in", "Copie y pegue en", "", "", "Kopieren und Einfügen in", "Copia e incolla in" }