[Nagiosplug-checkins] CVS: nagiosplug/plugins common.h,1.6,1.7
Karl DeBisschop
kdebisschop at users.sourceforge.net
Sat Jul 26 05:29:05 CEST 2003
Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv22181/plugins
Modified Files:
common.h
Log Message:
add S_ macor to mark message for both translation and inclusion into docbook SGML
Index: common.h
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/common.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** common.h 26 Jul 2003 04:06:33 -0000 1.6
--- common.h 26 Jul 2003 12:13:19 -0000 1.7
***************
*** 160,167 ****
--- 160,169 ----
# include "gettext.h"
# define _(String) gettext (String)
+ # define S_(String) gettext (String)
# define gettext_noop(String) String
# define N_(String) gettext_noop String
#else
# define _(String) (String)
+ # define S_(String) (String)
# define N_(String) String
# define textdomain(Domain)
More information about the Commits
mailing list