Einzelnen Beitrag anzeigen

EWeiss
(Gast)

n/a Beiträge
 
#1

gnugettext block problem

  Alt 15. Jun 2012, 18:35
jemand ne ahnung warum dieser Block nicht übersetzt wird?
Delphi-Quellcode:
tsTextBeginBlock(20, 20, 760, 570, TS_BLOCKFLAG_WORD_WRAP);
  tsFontBind(fHelpFontID);
  tsTextOutW(PWideChar(_('KEY - COMMAND'                        )+ #13#10));
  tsTextOutW(PWideChar(_('------------------------------------ ')+ #13#10));
  tsTextOutW(PWideChar(_('F1 : Toggle Helpscreen'               )+ #13#10));
  tsTextOutW(PWideChar(_('Arrow Up/Down : Rotation X'           )+ #13#10));
  tsTextOutW(PWideChar(_('Home/End : Rotation Y'                )+ #13#10));
  tsTextOutW(PWideChar(_('Arrow Left/Right : Rotation Z '       )+ #13#10));
  tsTextOutW(PWideChar(_('+/- : Font depth'                     )+ #13#10));
  tsTextOutW(PWideChar(_('ESC : Close'                          )+ #13#10));
tsTextEndBlock;
gruss

Geändert von EWeiss (15. Jun 2012 um 18:39 Uhr)
  Mit Zitat antworten Zitat