2009-05-05 03:10 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* utils/hbmk2/hbmk2.prg
    ! Minor fixes to texts.

  * utils/hbmk2/hbmk2.hu_HU.pot
    + Continued HU translation.
This commit is contained in:
Viktor Szakats
2009-05-05 01:11:23 +00:00
parent 9bba984e90
commit 2fdebe2b32
3 changed files with 435 additions and 433 deletions

View File

@@ -17,6 +17,13 @@
past entries belonging to these authors: Viktor Szakats.
*/
2009-05-05 03:10 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* utils/hbmk2/hbmk2.prg
! Minor fixes to texts.
* utils/hbmk2/hbmk2.hu_HU.pot
+ Continued HU translation.
2009-05-05 00:25 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rtl/hbi18n2.prg
+ added new Harbour internal i18n functions:
@@ -36,7 +43,7 @@
* utils/hbmk2/hbmk2.prg
+ Added translator info to banner.
! Minor fix to now display job # if single-threaded compilation is done.
! Minor fix to not display job # if single-threaded compilation is done.
(Thanks for __enumBase() trick to Przemek)
* Some steps to better support xhb shared mode (untested).
+ Added filter support for .prg and .c/.cpp input files.

File diff suppressed because it is too large Load Diff

View File

@@ -3269,7 +3269,7 @@ FUNCTION hbmk( aArgs )
IF ! Empty( s_cCSTUB )
IF s_lDEBUGSTUB
hbmk_OutStd( hb_StrFormat( I_( "Stub kept for debug: %1$s" ), s_cCSTUB ) )
hbmk_OutStd( hb_StrFormat( "Stub kept for debug: %1$s", s_cCSTUB ) )
ELSE
FErase( s_cCSTUB )
ENDIF
@@ -5361,7 +5361,7 @@ STATIC PROCEDURE ShowHelp( lLong )
{ "-traceonly" , I_( "show commands to be executed, but don't execute them" ) },;
{ "-[no]compr[=lev]" , I_( "compress executable/dynamic lib (needs UPX)\n<lev> can be: min, max, def" ) },;
{ "-[no]run" , I_( "run/don't run output executable" ) },;
{ "-vcshead=<file>" , I_( "generate .ch header file with local repository information SVN, Git and Mercurial are currently supported. Generated header will define macro _HBMK_VCS_TYPE_ with the name of detected VCS and _HBMK_VCS_ID_ with the unique ID of local repository" ) },;
{ "-vcshead=<file>" , I_( "generate .ch header file with local repository information. SVN, Git and Mercurial are currently supported. Generated header will define macro _HBMK_VCS_TYPE_ with the name of detected VCS and _HBMK_VCS_ID_ with the unique ID of local repository" ) },;
{ "-nohbp" , I_( "do not process .hbp files in current directory" ) },;
{ "-stop" , I_( "stop without doing anything" ) },;
NIL,;