[Nagiosplug-checkins] CVS: nagiosplug/plugins common.h,1.4,1.5
Karl DeBisschop
kdebisschop at users.sourceforge.net
Mon Jul 21 05:07:13 CEST 2003
Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv32109/plugins
Modified Files:
common.h
Log Message:
add stubs to allow markup for translation
Index: common.h
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/common.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** common.h 21 Jul 2003 11:53:26 -0000 1.4
--- common.h 21 Jul 2003 12:06:24 -0000 1.5
***************
*** 150,151 ****
--- 150,162 ----
MAX_HOST_ADDRESS_LENGTH = 256 /* max size of a host address */
};
+
+ /*
+ *
+ * Internationalization
+ *
+ */
+
+ #define _(String) (String)
+ #define N_(String) String
+ #define textdomain(Domain)
+ #define bindtextdomain(Package, Directory)
More information about the Commits
mailing list