[Resolved] A 236 bytes text translated to german pls

For everything that's not in any way related to PureBasic. General chat etc...
Inf0Byt3
PureBasic Fanatic
PureBasic Fanatic
Posts: 2236
Joined: Fri Dec 09, 2005 12:15 pm
Location: Elbonia

[Resolved] A 236 bytes text translated to german pls

Post by Inf0Byt3 »

Can anyone that knows German translate these labels please? I need them for BIM and it would take too much time to contact the original author via mail.

Code: Select all

Key338 = Fonts
Key339 = Font name:
Key340 = Please fill the font's path.
Key341 = Please fill the process name(s).
Key342 = Icon preview
Key343 = Install font
Key344 = Font file path:
Key345 = Please fill in the name of the font.
Thanks!
Last edited by Inf0Byt3 on Mon Jan 28, 2008 2:51 pm, edited 1 time in total.
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
traumatic
PureBasic Expert
PureBasic Expert
Posts: 1661
Joined: Sun Apr 27, 2003 4:41 pm
Location: Germany
Contact:

Re: A 236 bytes text translated to german pls

Post by traumatic »

Maybe like this:

Code: Select all

Key338 = Fonts
Key339 = Fontname:
Key340 = Bitte den Pfad zum Font eingeben.
Key341 = Bitte den/die Prozessnamen angeben.
Key342 = Icon-Vorschau
Key343 = Font installieren
Key344 = Font-Dateipfad
Key345 = Bitte den Namen des Fonts angeben
and if "font" isn't german enough for you:

Code: Select all

Key338 = Zeichensätze
Key339 = Zeichensatzname:
Key340 = Bitte den Pfad zum Zeichensatz eingeben.
Key341 = Bitte den/die Prozessnamen angeben.
Key342 = Icon-Vorschau
Key343 = Zeichensatz installieren
Key344 = Zeichensatz-Dateipfad
Key345 = Bitte den Namen des Zeichensatzes angeben
Good programmers don't comment their code. It was hard to write, should be hard to read.
Inf0Byt3
PureBasic Fanatic
PureBasic Fanatic
Posts: 2236
Joined: Fri Dec 09, 2005 12:15 pm
Location: Elbonia

Post by Inf0Byt3 »

Thank you!
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
V2
User
User
Posts: 53
Joined: Wed Oct 15, 2003 4:53 pm

Re: A 236 bytes text translated to german pls

Post by V2 »

traumatic wrote:

Code: Select all

Key338 = Zeichensätze
Key339 = Zeichensatzname:
My proposal...
Key338 = Schriftart
Key339 = Schriftname:
V2
Post Reply