From 35d8e3500946289de2638596bc0f93b044acc42c Mon Sep 17 00:00:00 2001 From: Karl DeBisschop Date: Mon, 21 Jul 2003 12:06:24 +0000 Subject: [PATCH] add stubs to allow markup for translation git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@597 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/common.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/plugins/common.h b/plugins/common.h index 4877eee..21facfc 100644 --- a/plugins/common.h +++ b/plugins/common.h @@ -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) -- 2.30.2