summaryrefslogtreecommitdiff
path: root/plugins/Popup/src/icons.cpp
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2013-02-26 10:28:14 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2013-02-26 10:28:14 +0000
commit734494cc4cb8a3fd1ce3d855fa10c74dfb90b86a (patch)
tree33f8b9a9148eab68ef4fef6ee7853bf08dbd6cd4 /plugins/Popup/src/icons.cpp
parentdcc2128cde9c02c4397e3906d7814e8a32c85f0d (diff)
translation fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@3778 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Popup/src/icons.cpp')
-rw-r--r--plugins/Popup/src/icons.cpp50
1 files 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 }
};