Need some language help

For everything that's not in any way related to PureBasic. General chat etc...
mskuma
Enthusiast
Enthusiast
Posts: 573
Joined: Sat Dec 03, 2005 1:31 am
Location: Australia

Re: Need some language help

Post by mskuma »

netmaestro wrote:I'd like to add the option for a programmer to select a language for the button texts as well. But I'm weak in all languages except english. It would help me a great deal if people who know German, Spanish and French could post the equivalents
This is a very limited exercise.. what about all the other umpteen languages.. how about Asian languages? You're better off simply letting the programmer specify it directly.
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8452
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Post by netmaestro »

I'm only looking at supporting a few fairly widely-used european-style languages. I have no intention of supporting anything that requires unicode and my intention was never to produce an all-encompassing language selection. With this group I'm able to support around ten languages and that's good enough for me.
BERESHEIT
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post by GeoTrail »

@netmaestro, sorry m8 :)
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8452
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Post by netmaestro »

No problem at all, GeoTrail. I was just a bit worried that the topic might morph off on a tangent and I'd end up not getting the languages, but we're pretty much there now. :wink:
BERESHEIT
User avatar
oryaaaaa
Addict
Addict
Posts: 831
Joined: Mon Jan 12, 2004 11:40 pm
Location: Okazaki, JAPAN

Post by oryaaaaa »

Japanese
"OK" "OK"
"Cancel" "キャンセル"
"Abort" "中止"
"Retry" "リトライ"
"Ignore" "無視"
"Yes" "Yes"
"No" "No"
"Close" "閉じる"
"Help" "ヘルプ"
"TryAgain" "もう一度"
"Continue" "継続"
chen
Enthusiast
Enthusiast
Posts: 338
Joined: Fri Dec 23, 2005 2:20 pm
Location: Quebec, Canada
Contact:

Post by chen »

einander wrote:Spanish

Code: Select all

"OK" = "OK"
"Cancel" = "Cancelar"
"Abort" = "Abortar"
"Retry" = "Intentar Nuevamente"
"Ignore" = "Ignorar"
"Yes" = "Sí"
"No" = "No"
"Close" = "Cerrar"
"Help" = "Ayuda"
"TryAgain" = "Intentar Nuevamente"
"Continue" = "Continuar"
Here I would change one line ....

"Retry" = "Reintentar"
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8452
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Post by netmaestro »

Huge thanks to all who contributed. I appreciate it very much. I actually ended up not using the information, as I went with an approach where the programmer chooses whatever button text he wants, rather than selecting a language and having the default text show in that language. This way supports all languages, as well as providing more flexibility.
BERESHEIT
Post Reply