Could someone help to complete these translations ? thanks ![]()
In this order: English, Spanish, French, Portuguese, German, Italian
{ "Modify DBF struct", "Modificar estructura DBF", "Changement structure DBF", "HELP_HERE", "HELP_HERE", "HELP_HERE" }
Could someone help to complete these translations ? thanks ![]()
In this order: English, Spanish, French, Portuguese, German, Italian
{ "Modify DBF struct", "Modificar estructura DBF", "Changement structure DBF", "HELP_HERE", "HELP_HERE", "HELP_HERE" }
Antonio,
{ "Modify DBF struct", "Modificar estructura DBF", "Changement structure DBF", "HELP_HERE", "HELP_HERE", "Modifica struttura DBF" }
EMG
Antonio,
{ "Modify DBF struct", "Modificar estructura DBF", "Changement structure DBF", "Alterar estrutura do DBF", "HELP_HERE", "Modifica struttura DBF" }
In Dutch : Aanpassen DBF structuur ![]()
In German: "DBF-Struktur bearbeiten"
English, Spanish, French, Portuguese, German, Italian
{ "Modify DBF struct", "Modificar estructura DBF", "Changement structure DBF", "Alterar estrutura do DBF", "DBF-Struktur bearbeiten", "Modifica struttura DBF" }
Thanks! ![]()
Antonio,Emg
I have problem with lang system because I use xbrowse save state .
As I explain here : viewtopic.php?f=3&t=28065
the final user set the lang to english.
the final user open the customer table
when the final user end the customer table save the state of xbrowse ( the procedure restore the state of xbrowse at begining)
the final user change the language from menu main of the application from english to Italian.
the final user open the customer table and it cannot see the xbrowse's column titles with Italian language but with english language
How I can resolve this big problem ?
I also ask to Mr Nages but i not have any messages also...
Silvio,
When the user saves the xbrowse state, the current language settings is used.
If the language is changed later on, obviously we can not take the freedom to translate his other language texts.
It seems to me as somehow the user should be warned that the previous saved info was in a different language than the current one.
I appreciate other users comments, thanks ![]()
Antonio,
To be consistent with the other translations, the English one should probably be changed from:
"Modify DBF struct"
To:
"Modify DBF structure"
Yes, it is a tiny change, but it is consistent.
James
James,
Implemented for next build. thanks ![]()
Override Method RestoreState( cState ) In Class TXBROWSE With RestoreState(lLang_changed,aheader_changed)
..
Function RestoreState(lLang_changed)
Local Self := hb_QSelf()
If lLang_changed
::cHeaders := aheader_changed
endif
::GetDisplayCols()
::Super:Refresh()
return nil