_
#define _(msgid) msgid
# define _(msgid) gettext (msgid)
# define _(Str) gettext (Str)
# define _(Str) (Str)