From 734494cc4cb8a3fd1ce3d855fa10c74dfb90b86a Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Tue, 26 Feb 2013 10:28:14 +0000 Subject: translation fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@3778 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Popup/src/icons.cpp | 50 ++++++++++++++++++++++----------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/plugins/Popup/src/icons.cpp b/plugins/Popup/src/icons.cpp index ea1f5eb467..9412e3a66a 100644 --- a/plugins/Popup/src/icons.cpp +++ b/plugins/Popup/src/icons.cpp @@ -26,37 +26,37 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. static IconItem iconList[] = { //toolbar - { "Popups are enabled", ICO_TB_POPUP_ON, IDI_POPUP }, - { "Popups are disabled", ICO_TB_POPUP_OFF, IDI_NOPOPUP }, + { LPGEN("Popups are enabled"), ICO_TB_POPUP_ON, IDI_POPUP }, + { LPGEN("Popups are disabled"), ICO_TB_POPUP_OFF, IDI_NOPOPUP }, // common popup - { "Popups are enabled", ICO_POPUP_ON, IDI_POPUP }, - { "Popups are disabled", ICO_POPUP_OFF, IDI_NOPOPUP }, - { "With \"favourite\" overlay", ICO_FAV, IDI_PU_FAVOURITE }, - { "With \"fullscreen\" overlay", ICO_FULLSCREEN, IDI_PU_FULLSCREEN }, - { "Popup History", ICO_HISTORY, IDI_HISTORY }, + { LPGEN("Popups are enabled"), ICO_POPUP_ON, IDI_POPUP }, + { LPGEN("Popups are disabled"), ICO_POPUP_OFF, IDI_NOPOPUP }, + { LPGEN("With \"favourite\" overlay"), ICO_FAV, IDI_PU_FAVOURITE }, + { LPGEN("With \"fullscreen\" overlay"), ICO_FULLSCREEN, IDI_PU_FULLSCREEN }, + { LPGEN("Popup History"), ICO_HISTORY, IDI_HISTORY }, // option - { "Refresh skin list", ICO_OPT_RELOAD, IDI_RELOAD }, - { "Popup Placement", ICO_OPT_RESIZE, IDI_RESIZE }, - { "OK", ICO_OPT_OK, IDI_ACT_OK }, - { "Cancel", ICO_OPT_CANCEL, IDI_ACT_CLOSE }, - { "Popup Group", ICO_OPT_GROUP, IDI_OPT_GROUP }, - { "Show default", ICO_OPT_DEF, IDI_ACT_OK }, - { "Favorite Contact", ICO_OPT_FAV, IDI_OPT_FAVORITE }, - { "Show in Fullscreen", ICO_OPT_FULLSCREEN, IDI_OPT_FULLSCREEN }, - { "Blocked Contact", ICO_OPT_BLOCK, IDI_OPT_BLOCK }, + { LPGEN("Refresh skin list"), ICO_OPT_RELOAD, IDI_RELOAD }, + { LPGEN("Popup Placement"), ICO_OPT_RESIZE, IDI_RESIZE }, + { LPGEN("OK"), ICO_OPT_OK, IDI_ACT_OK }, + { LPGEN("Cancel"), ICO_OPT_CANCEL, IDI_ACT_CLOSE }, + { LPGEN("Popup Group"), ICO_OPT_GROUP, IDI_OPT_GROUP }, + { LPGEN("Show default"), ICO_OPT_DEF, IDI_ACT_OK }, + { LPGEN("Favorite Contact"), ICO_OPT_FAV, IDI_OPT_FAVORITE }, + { LPGEN("Show in Fullscreen"), ICO_OPT_FULLSCREEN, IDI_OPT_FULLSCREEN }, + { LPGEN("Blocked Contact"), ICO_OPT_BLOCK, IDI_OPT_BLOCK }, // action - { "Quick Reply", ICO_ACT_REPLY, IDI_ACT_REPLY }, - { "Pin Popup", ICO_ACT_PIN, IDI_ACT_PIN }, - { "Pinned Popup", ICO_ACT_PINNED, IDI_ACT_PINNED }, - { "Send Message", ICO_ACT_MESS, IDI_ACT_MESSAGE }, - { "User Details", ICO_ACT_INFO, IDI_ACT_INFO }, - { "Contact Menu", ICO_ACT_MENU, IDI_ACT_MENU }, - { "Add Contact Permanently", ICO_ACT_ADD, IDI_ACT_ADD }, - { "Dismiss Popup", ICO_ACT_CLOSE, IDI_ACT_CLOSE }, - { "Copy to clipboard", ICO_ACT_COPY, IDI_ACT_COPY } + { LPGEN("Quick Reply"), ICO_ACT_REPLY, IDI_ACT_REPLY }, + { LPGEN("Pin Popup"), ICO_ACT_PIN, IDI_ACT_PIN }, + { LPGEN("Pinned Popup"), ICO_ACT_PINNED, IDI_ACT_PINNED }, + { LPGEN("Send Message"), ICO_ACT_MESS, IDI_ACT_MESSAGE }, + { LPGEN("User Details"), ICO_ACT_INFO, IDI_ACT_INFO }, + { LPGEN("Contact Menu"), ICO_ACT_MENU, IDI_ACT_MENU }, + { LPGEN("Add Contact Permanently"), ICO_ACT_ADD, IDI_ACT_ADD }, + { LPGEN("Dismiss Popup"), ICO_ACT_CLOSE, IDI_ACT_CLOSE }, + { LPGEN("Copy to clipboard"), ICO_ACT_COPY, IDI_ACT_COPY } }; -- cgit v1.2.3