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!"OK"
"Cancel"
"Abort"
"Retry"
"Ignore"
"Yes"
"No"
"Close"
"Help"
"TryAgain"
"Continue"
Need some language help
- netmaestro
- PureBasic Bullfrog

- Posts: 8452
- Joined: Wed Jul 06, 2005 5:42 am
- Location: Fort Nelson, BC, Canada
Need some language help
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:
BERESHEIT
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"
- netmaestro
- PureBasic Bullfrog

- Posts: 8452
- Joined: Wed Jul 06, 2005 5:42 am
- Location: Fort Nelson, BC, Canada
-
Jan Vooijs
- Enthusiast

- Posts: 196
- Joined: Tue Sep 30, 2003 4:32 pm
- Location: The Netherlands
Re: Need some language help
Here are the results of the Dutch (Nederlands) jury
Jan V."OK" = oke
"Cancel" = Afbreken
"Abort" = Afbreken
"Retry" = Opnieuw
"Ignore" = negeren
"Yes" = Ja
"No" = Nee
"Close" = Sluiten
"Help" = Help
"TryAgain" = probeer nogmaals
"Continue" = Doorgaan
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)
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)
in italian (even if not requested..)
BHH
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
- Joakim Christiansen
- Addict

- Posts: 2452
- Joined: Wed Dec 22, 2004 4:12 pm
- Location: Norway
- Contact:
Re: Need some language help
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.
Just in case you need some romanian 
I seems to be allmost like italian
.
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 None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
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
- Joakim Christiansen
- Addict

- Posts: 2452
- Joined: Wed Dec 22, 2004 4:12 pm
- Location: Norway
- Contact:
- netmaestro
- PureBasic Bullfrog

- Posts: 8452
- Joined: Wed Jul 06, 2005 5:42 am
- Location: Fort Nelson, BC, Canada
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
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"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
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer


