From d1534023fd7070dc07e5bfc93521049687803271 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sat, 16 Feb 2013 12:49:44 +0000 Subject: - translation fixes (patch from person) git-svn-id: http://svn.miranda-ng.org/main/trunk@3617 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/NewEventNotify/src/neweventnotify.h | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'plugins/NewEventNotify/src') diff --git a/plugins/NewEventNotify/src/neweventnotify.h b/plugins/NewEventNotify/src/neweventnotify.h index 3818e410e9..bfbdd0bc07 100644 --- a/plugins/NewEventNotify/src/neweventnotify.h +++ b/plugins/NewEventNotify/src/neweventnotify.h @@ -136,20 +136,20 @@ //--------------------------- //---Translateable Strings -#define POPUP_COMMENT_MESSAGE "Message" -#define POPUP_COMMENT_URL "URL" -#define POPUP_COMMENT_FILE "File" -#define POPUP_COMMENT_CONTACTS "Contacts" -#define POPUP_COMMENT_ADDED "You were added!" -#define POPUP_COMMENT_AUTH "Requests your authorisation" -#define POPUP_COMMENT_WEBPAGER "ICQ Web pager" -#define POPUP_COMMENT_EMAILEXP "ICQ Email express" -#define POPUP_COMMENT_OTHER "Unknown Event" - -#define MENUITEM_NAME "Notify of new events" - -#define MENUITEM_ENABLE "Enable new event notification" -#define MENUITEM_DISABLE "Disable new event notification" +#define POPUP_COMMENT_MESSAGE LPGEN("Message") +#define POPUP_COMMENT_URL LPGEN("URL") +#define POPUP_COMMENT_FILE LPGEN("File") +#define POPUP_COMMENT_CONTACTS LPGEN("Contacts") +#define POPUP_COMMENT_ADDED LPGEN("You were added!") +#define POPUP_COMMENT_AUTH LPGEN("Requests your authorisation") +#define POPUP_COMMENT_WEBPAGER LPGEN("ICQ Web pager") +#define POPUP_COMMENT_EMAILEXP LPGEN("ICQ Email express") +#define POPUP_COMMENT_OTHER LPGEN("Unknown Event") + +#define MENUITEM_NAME LPGEN("Notify of new events") + +#define MENUITEM_ENABLE LPGEN("Enable new event notification") +#define MENUITEM_DISABLE LPGEN("Disable new event notification") //--------------------------- //---Structures -- cgit v1.2.3