diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-02-16 12:49:44 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-02-16 12:49:44 +0000 |
commit | d1534023fd7070dc07e5bfc93521049687803271 (patch) | |
tree | 86b15d964108d25731b9069af48cd60632d14ead /plugins/NewEventNotify | |
parent | 17f17b727b3a1fb59faa69fead5df25a0d3b7468 (diff) |
- translation fixes (patch from person)
git-svn-id: http://svn.miranda-ng.org/main/trunk@3617 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewEventNotify')
-rw-r--r-- | plugins/NewEventNotify/src/neweventnotify.h | 28 |
1 files changed, 14 insertions, 14 deletions
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
|