Need some language help

For everything that's not in any way related to PureBasic. General chat etc...
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8452
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Need some language help

Post by netmaestro »

I have a new tool that manages message boxes' position and wait timeout. 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 to this English list:
"OK"
"Cancel"
"Abort"
"Retry"
"Ignore"
"Yes"
"No"
"Close"
"Help"
"TryAgain"
"Continue"
Any help you can give me is most appreciated. If you know of other languages that there'd be a demand for, those would be appreciated too!
BERESHEIT
xgp
Enthusiast
Enthusiast
Posts: 128
Joined: Mon Jun 13, 2005 6:03 pm

Post by xgp »

Portuguese(Portugal):

Code: Select all

"OK" = "OK"
"Cancel" = "Cancelar"
"Abort" = "Abortar"
"Retry" = "Tentar Novamente"
"Ignore" = "Ignorar"
"Yes" = "Sim"
"No" = "Não"
"Close" = "Fechar"
"Help" = "Ajuda"
"TryAgain" = "Tentar Novamente"
"Continue" = "Continuar"
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 »

Got it, thanks! That's one down.
BERESHEIT
walker
Enthusiast
Enthusiast
Posts: 634
Joined: Wed May 05, 2004 4:04 pm
Location: Germany

Post by walker »

Hi,

German = Deutsch

"OK" = "OK"
"Cancel"="abbrechen"
"Abort"= "abbrechen"
"Retry"="wiederholen"
"Ignore"="ignorieren"
"Yes"="Ja"
"No"="Nein"
"Close"="schliessen"
"Help"="Hilfe"
"TryAgain"="nochmal versuchen"
"Continue" ="fortfahren"
Jan Vooijs
Enthusiast
Enthusiast
Posts: 196
Joined: Tue Sep 30, 2003 4:32 pm
Location: The Netherlands

Re: Need some language help

Post by Jan Vooijs »

Here are the results of the Dutch (Nederlands) jury
"OK" = oke
"Cancel" = Afbreken
"Abort" = Afbreken
"Retry" = Opnieuw
"Ignore" = negeren
"Yes" = Ja
"No" = Nee
"Close" = Sluiten
"Help" = Help
"TryAgain" = probeer nogmaals
"Continue" = Doorgaan
Jan V.
Life goes to Fast, Enjoy!!

PB 4 is to good to be true, wake up man it is NOT a dream THIS is a reality!!!

AMD Athlon on 1.75G, 1Gb ram, 160Gb HD, NVidia FX5200, NEC ND-3500AG DVD+RW and CD+RW, in a Qbic EO3702A and Win XP Pro SP2 (registered)
buzzqw
Enthusiast
Enthusiast
Posts: 116
Joined: Sat Aug 27, 2005 10:13 pm
Location: Italy
Contact:

Post by buzzqw »

in italian (even if not requested..)

Code: Select all

"OK"  -> OK
"Cancel"  -> annulla
"Abort"  -> interrompi
"Retry"  -> riprova
"Ignore"  -> ignora
"Yes"  -> si
"No"  -> no
"Close"  - > chiudi
"Help"  -> aiuto
"TryAgain"  -> riprova
"Continue" -> continua


BHH
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

Re: Need some language help

Post by Joakim Christiansen »

Norwegian Bokmål:
"OK"
"Avbryt"
"Avbryt"
"Prøv igjen"
"Ignorer"
"Ja"
"Nei"
"Lukk"
"Hjelp"
"Prøv igjen"
"Fortsett"
I like logic, hence I dislike humans but love computers.
Inf0Byt3
PureBasic Fanatic
PureBasic Fanatic
Posts: 2236
Joined: Fri Dec 09, 2005 12:15 pm
Location: Elbonia

Post by Inf0Byt3 »

Just in case you need some romanian :D

Code: Select all

"OK"  -> OK 
"Cancel"  -> Anulare
"Abort"  -> Oprire
"Retry"  -> Reincercare
"Ignore"  -> Ignora
"Yes"  -> Da
"No"  -> Nu
"Close"  - > Inchide 
"Help"  -> Ajutor
"TryAgain"  -> Reincearca
"Continue" -> Continua 
I seems to be allmost like italian :D.
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
Straker
Enthusiast
Enthusiast
Posts: 701
Joined: Wed Apr 13, 2005 10:45 pm
Location: Idaho, USA

Post by Straker »

Surfer:

Code: Select all

"OK" -> Righteous
"Cancel" -> Bogus
"Abort" -> (see Cancel)
"Retry" -> Tasty
"Ignore" -> Whatever
"Yes" -> Way
"No" -> Not
"Close" -> Done
"Help" -> wtf?
"TryAgain" -> Cool
"Continue" -> Dude or Dooooode
Image Image
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post by GeoTrail »

And in Bergensk, well, almost
"Okidoky"
"Faen heller"
"Ikke søren"
"Prøv igjen"
"Drit i det"
"Jepp"
"Niks"
"Klapp igjen"
"Hallo?"
"Ok, en gang til"
"På an igjen"

Hehehehe

PS! Ignore this, just me kidding around ;)
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

Post by Joakim Christiansen »

:lol: @Straker and GeoTrail
It would be damn cool with a program like that! ;)
I like logic, hence I dislike humans but love computers.
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 »

C'mon guys, if you can help it's appreciated, if not please don't wreck the topic. I'm trying to get this done.
Last edited by netmaestro on Mon Jul 03, 2006 8:32 am, edited 1 time in total.
BERESHEIT
Dare
Addict
Addict
Posts: 1965
Joined: Mon May 29, 2006 1:01 am
Location: Outback

Post by Dare »

Does this mean you don't want the Strine version? :(
Dare2 cut down to size
User avatar
einander
Enthusiast
Enthusiast
Posts: 744
Joined: Thu Jun 26, 2003 2:09 am
Location: Spain (Galicia)

Post by einander »

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"
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

French :

Code: Select all

"OK" = "OK" 
"Cancel" = "Annuler" 
"Abort" = "Abandonner" 
"Retry" = "Réessayer" 
"Ignore" = "Ignorer" 
"Yes" = "Oui" 
"No" = "Non" 
"Close" = "Fermer" 
"Help" = "Aide" 
"TryAgain" = "Essayer à nouveau" 
"Continue" = "Continuer"
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
Post Reply