]> www.fi.muni.cz Git - evince.git/blob - cut-n-paste/toolbar-editor/eggintl.h
Updated Czech translation.
[evince.git] / cut-n-paste / toolbar-editor / eggintl.h
1 #ifndef __EGG_INTL_H__
2 #define __EGG_INTL_H__
3
4 /* We don't support gettext yet, dunno if we should /Anders */
5 #define _(x) (x)
6 #define N_(x) (x)
7
8 #endif /* __EGG_INTL_H__ */