Code

add stubs to allow markup for translation
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>
Mon, 21 Jul 2003 12:06:24 +0000 (12:06 +0000)
committerKarl DeBisschop <kdebisschop@users.sourceforge.net>
Mon, 21 Jul 2003 12:06:24 +0000 (12:06 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@597 f882894a-f735-0410-b71e-b25c423dba1c

plugins/common.h

index 4877eee78b79d4b0c4c1c9cfeb329fb759b6e004..21facfc4138fdcafd84558ae93f2bf246af56152 100644 (file)
@@ -149,3 +149,14 @@ enum {
        MAX_INPUT_BUFFER = 1024,             /* max size of most buffers we use */
        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)