From 8ae3679aa1339ce9abee53adb69902bd6b7513dc Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 25 Jul 2016 10:31:04 +0000 Subject: hello, Unix. phase 1: removing _T() git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TipperYM/src/preset_items.cpp | 106 +++++++++++++++++----------------- 1 file changed, 53 insertions(+), 53 deletions(-) (limited to 'plugins/TipperYM/src/preset_items.cpp') diff --git a/plugins/TipperYM/src/preset_items.cpp b/plugins/TipperYM/src/preset_items.cpp index e079ebbf05..764264c42d 100644 --- a/plugins/TipperYM/src/preset_items.cpp +++ b/plugins/TipperYM/src/preset_items.cpp @@ -22,64 +22,64 @@ Boston, MA 02111-1307, USA. PRESETITEM presetItems[] = { - "account", LPGENT("Account"), LPGENT("Account:"), _T("%sys:account%"), 0, 0, 0, - "birth", LPGENT("Birthday"), LPGENT("Birthday:"), _T("%birthday_date% (%birthday_age%) @ Next: %birthday_next%"), "birthdate", "birthage", "birthnext", - "client", LPGENT("Client"), LPGENT("Client:"), _T("%raw:/MirVer%"), 0, 0, 0, - "email", LPGENT("Email"), LPGENT("Email:"), _T("%raw:/e-mail%"), 0, 0, 0, - "gender", LPGENT("Gender"), LPGENT("Gender:"), _T("%gender%"), 0, 0, 0, - "homepage", LPGENT("Homepage"), LPGENT("Homepage:"), _T("%raw:/Homepage%"), 0, 0, 0, - "id", LPGENT("Identifier"), _T("%sys:uidname|UID^!MetaContacts%:"), _T("%sys:uid%"), 0, 0, 0, - "idle", LPGENT("Idle"), LPGENT("Idle:"), _T("%idle% (%idle_diff% ago)"), "idle", "idlediff", 0, - "ip", _T("IP"), _T("IP:"), _T("%ip%"), "ip", 0, 0, - "ipint", LPGENT("IP internal"), LPGENT("IP internal:"), _T("%ip_internal%"), "ipint", 0, 0, - "lastmsg", LPGENT("Last message"), LPGENT("Last message: (%sys:last_msg_reltime% ago)"), _T("%sys:last_msg%"), 0, 0, 0, - "listening", LPGENT("Listening to"), LPGENT("Listening to:"), _T("%raw:/ListeningTo%"), 0, 0, 0, - "name", LPGENT("Name"), LPGENT("Name:"), _T("%raw:/FirstName|% %raw:/LastName%"), 0, 0, 0, - "received", LPGENT("Number of received messages"), LPGENT("Number of msg [IN]:"), _T("%sys:msg_count_in%"), 0, 0, 0, - "sended", LPGENT("Number of sent messages"), LPGENT("Number of msg [OUT]:"), _T("%sys:msg_count_out%"), 0, 0, 0, - "status", LPGENT("Status"), LPGENT("Status:"), _T("%Status%"), "status", 0, 0, - "statusmsg", LPGENT("Status message"), LPGENT("Status message:"), _T("%sys:status_msg%"), 0, 0, 0, - "time", LPGENT("Contact time"), LPGENT("Time:"), _T("%sys:time%"), 0, 0, 0, - "xtitle", LPGENT("xStatus title"), LPGENT("xStatus title:"), _T("%xsname%"), "xname", 0, 0, - "xtext", LPGENT("xStatus text"), LPGENT("xStatus text:"), _T("%raw:/XStatusMsg%"), 0, 0, 0, - "acttitle", LPGENT("[jabber.dll] Activity title"), LPGENT("Activity title:"), _T("%raw:AdvStatus/?dbsetting(%subject%,Protocol,p)/activity/title%"), 0, 0, 0, - "acttext", LPGENT("[jabber.dll] Activity text"), LPGENT("Activity text:"), _T("%raw:AdvStatus/?dbsetting(%subject%,Protocol,p)/activity/text%"), 0, 0, 0, - "lastseentime", LPGENT("[seenplugin.dll] Last seen time"), LPGENT("Last seen time:"), _T("%lastseen_date% @ %lastseen_time%"), "lsdate", "lstime", 0, - "lastseenstatus", LPGENT("[seenplugin.dll] Last seen status"), LPGENT("Last seen status:"), _T("%lastseen_status% (%lastseen_ago% ago)"), "lsstatus", "lsago", 0, - "cond", LPGENT("[weather.dll] Condition"), LPGENT("Condition:"), _T("%raw:Current/Condition%"), 0, 0, 0, - "humidity", LPGENT("[weather.dll] Humidity"), LPGENT("Humidity:"), _T("%raw:Current/Humidity%"), 0, 0, 0, - "minmaxtemp", LPGENT("[weather.dll] Max/Min temperature"), LPGENT("Max/Min:"), _T("%raw:Current/High%/%raw:Current/Low%"), 0, 0, 0, - "moon", LPGENT("[weather.dll] Moon"), LPGENT("Moon:"), _T("%raw:Current/Moon%"), 0, 0, 0, - "pressure", LPGENT("[weather.dll] Pressure"), LPGENT("Pressure:"), _T("%raw:Current/Pressure% (%raw:Current/Pressure Tendency%)"), 0, 0, 0, - "sunrise", LPGENT("[weather.dll] Sunrise"), LPGENT("Sunrise:"), _T("%raw:Current/Sunrise%"), 0, 0, 0, - "sunset", LPGENT("[weather.dll] Sunset"), LPGENT("Sunset:"), _T("%raw:Current/Sunset%"), 0, 0, 0, - "temp", LPGENT("[weather.dll] Temperature"), LPGENT("Temperature:"), _T("%raw:Current/Temperature%"), 0, 0, 0, - "uptime", LPGENT("[weather.dll] Update time"), LPGENT("Update time:"), _T("%raw:Current/Update%"), 0, 0, 0, - "uvindex", LPGENT("[weather.dll] UV Index"), LPGENT("UV Index:"), _T("%raw:Current/UV% - %raw:Current/UVI%"), 0, 0, 0, - "vis", LPGENT("[weather.dll] Visibility"), LPGENT("Visibility:"), _T("%raw:Current/Visibility%"), 0, 0, 0, - "wind", LPGENT("[weather.dll] Wind"), LPGENT("Wind:"), _T("%raw:Current/Wind Direction% (%raw:Current/Wind Direction DEG%)/%raw:Current/Wind Speed%"), 0, 0, 0, + "account", LPGENT("Account"), LPGENT("Account:"), L"%sys:account%", 0, 0, 0, + "birth", LPGENT("Birthday"), LPGENT("Birthday:"), L"%birthday_date% (%birthday_age%) @ Next: %birthday_next%", "birthdate", "birthage", "birthnext", + "client", LPGENT("Client"), LPGENT("Client:"), L"%raw:/MirVer%", 0, 0, 0, + "email", LPGENT("Email"), LPGENT("Email:"), L"%raw:/e-mail%", 0, 0, 0, + "gender", LPGENT("Gender"), LPGENT("Gender:"), L"%gender%", 0, 0, 0, + "homepage", LPGENT("Homepage"), LPGENT("Homepage:"), L"%raw:/Homepage%", 0, 0, 0, + "id", LPGENT("Identifier"), L"%sys:uidname|UID^!MetaContacts%:", L"%sys:uid%", 0, 0, 0, + "idle", LPGENT("Idle"), LPGENT("Idle:"), L"%idle% (%idle_diff% ago)", "idle", "idlediff", 0, + "ip", L"IP", L"IP:", L"%ip%", "ip", 0, 0, + "ipint", LPGENT("IP internal"), LPGENT("IP internal:"), L"%ip_internal%", "ipint", 0, 0, + "lastmsg", LPGENT("Last message"), LPGENT("Last message: (%sys:last_msg_reltime% ago)"), L"%sys:last_msg%", 0, 0, 0, + "listening", LPGENT("Listening to"), LPGENT("Listening to:"), L"%raw:/ListeningTo%", 0, 0, 0, + "name", LPGENT("Name"), LPGENT("Name:"), L"%raw:/FirstName|% %raw:/LastName%", 0, 0, 0, + "received", LPGENT("Number of received messages"), LPGENT("Number of msg [IN]:"), L"%sys:msg_count_in%", 0, 0, 0, + "sended", LPGENT("Number of sent messages"), LPGENT("Number of msg [OUT]:"), L"%sys:msg_count_out%", 0, 0, 0, + "status", LPGENT("Status"), LPGENT("Status:"), L"%Status%", "status", 0, 0, + "statusmsg", LPGENT("Status message"), LPGENT("Status message:"), L"%sys:status_msg%", 0, 0, 0, + "time", LPGENT("Contact time"), LPGENT("Time:"), L"%sys:time%", 0, 0, 0, + "xtitle", LPGENT("xStatus title"), LPGENT("xStatus title:"), L"%xsname%", "xname", 0, 0, + "xtext", LPGENT("xStatus text"), LPGENT("xStatus text:"), L"%raw:/XStatusMsg%", 0, 0, 0, + "acttitle", LPGENT("[jabber.dll] Activity title"), LPGENT("Activity title:"), L"%raw:AdvStatus/?dbsetting(%subject%,Protocol,p)/activity/title%", 0, 0, 0, + "acttext", LPGENT("[jabber.dll] Activity text"), LPGENT("Activity text:"), L"%raw:AdvStatus/?dbsetting(%subject%,Protocol,p)/activity/text%", 0, 0, 0, + "lastseentime", LPGENT("[seenplugin.dll] Last seen time"), LPGENT("Last seen time:"), L"%lastseen_date% @ %lastseen_time%", "lsdate", "lstime", 0, + "lastseenstatus", LPGENT("[seenplugin.dll] Last seen status"), LPGENT("Last seen status:"), L"%lastseen_status% (%lastseen_ago% ago)", "lsstatus", "lsago", 0, + "cond", LPGENT("[weather.dll] Condition"), LPGENT("Condition:"), L"%raw:Current/Condition%", 0, 0, 0, + "humidity", LPGENT("[weather.dll] Humidity"), LPGENT("Humidity:"), L"%raw:Current/Humidity%", 0, 0, 0, + "minmaxtemp", LPGENT("[weather.dll] Max/Min temperature"), LPGENT("Max/Min:"), L"%raw:Current/High%/%raw:Current/Low%", 0, 0, 0, + "moon", LPGENT("[weather.dll] Moon"), LPGENT("Moon:"), L"%raw:Current/Moon%", 0, 0, 0, + "pressure", LPGENT("[weather.dll] Pressure"), LPGENT("Pressure:"), L"%raw:Current/Pressure% (%raw:Current/Pressure Tendency%)", 0, 0, 0, + "sunrise", LPGENT("[weather.dll] Sunrise"), LPGENT("Sunrise:"), L"%raw:Current/Sunrise%", 0, 0, 0, + "sunset", LPGENT("[weather.dll] Sunset"), LPGENT("Sunset:"), L"%raw:Current/Sunset%", 0, 0, 0, + "temp", LPGENT("[weather.dll] Temperature"), LPGENT("Temperature:"), L"%raw:Current/Temperature%", 0, 0, 0, + "uptime", LPGENT("[weather.dll] Update time"), LPGENT("Update time:"), L"%raw:Current/Update%", 0, 0, 0, + "uvindex", LPGENT("[weather.dll] UV Index"), LPGENT("UV Index:"), L"%raw:Current/UV% - %raw:Current/UVI%", 0, 0, 0, + "vis", LPGENT("[weather.dll] Visibility"), LPGENT("Visibility:"), L"%raw:Current/Visibility%", 0, 0, 0, + "wind", LPGENT("[weather.dll] Wind"), LPGENT("Wind:"), L"%raw:Current/Wind Direction% (%raw:Current/Wind Direction DEG%)/%raw:Current/Wind Speed%", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; PRESETSUBST presetSubsts[] = { - "gender", _T("gender"), DVT_PROTODB, NULL, "Gender", 5, - "status", _T("Status"), DVT_PROTODB, NULL, "Status", 1, - "ip", _T("ip"), DVT_PROTODB, NULL, "IP", 7, - "ipint", _T("ip_internal"), DVT_PROTODB, NULL, "RealIP", 7, - "idle", _T("idle"), DVT_PROTODB, NULL, "IdleTS", 2, - "idlediff", _T("idle_diff"), DVT_PROTODB, NULL, "IdleTS", 3, - "xname", _T("xsname"), DVT_PROTODB, NULL, "XStatusName", 17, - "lsdate", _T("lastseen_date"), DVT_DB, "SeenModule", NULL, 8, - "lstime", _T("lastseen_time"), DVT_DB, "SeenModule", NULL, 10, - "lsstatus", _T("lastseen_status"), DVT_DB, "SeenModule", "OldStatus", 1, - "lsago", _T("lastseen_ago"), DVT_DB, "SeenModule", "seenTS", 3, - "birthdate", _T("birthday_date"), DVT_PROTODB, NULL, "Birth", 8, - "birthage", _T("birthday_age"), DVT_PROTODB, NULL, "Birth", 9, - "birthnext", _T("birthday_next"), DVT_PROTODB, NULL, "Birth", 12, - "logondate", _T("logon_date"), DVT_PROTODB, NULL, "LogonTS", 15, - "logontime", _T("logon_time"), DVT_PROTODB, NULL, "LogonTS", 13, - "logonago", _T("logon_ago"), DVT_PROTODB, NULL, "LogonTS", 3, + "gender", L"gender", DVT_PROTODB, NULL, "Gender", 5, + "status", L"Status", DVT_PROTODB, NULL, "Status", 1, + "ip", L"ip", DVT_PROTODB, NULL, "IP", 7, + "ipint", L"ip_internal", DVT_PROTODB, NULL, "RealIP", 7, + "idle", L"idle", DVT_PROTODB, NULL, "IdleTS", 2, + "idlediff", L"idle_diff", DVT_PROTODB, NULL, "IdleTS", 3, + "xname", L"xsname", DVT_PROTODB, NULL, "XStatusName", 17, + "lsdate", L"lastseen_date", DVT_DB, "SeenModule", NULL, 8, + "lstime", L"lastseen_time", DVT_DB, "SeenModule", NULL, 10, + "lsstatus", L"lastseen_status", DVT_DB, "SeenModule", "OldStatus", 1, + "lsago", L"lastseen_ago", DVT_DB, "SeenModule", "seenTS", 3, + "birthdate", L"birthday_date", DVT_PROTODB, NULL, "Birth", 8, + "birthage", L"birthday_age", DVT_PROTODB, NULL, "Birth", 9, + "birthnext", L"birthday_next", DVT_PROTODB, NULL, "Birth", 12, + "logondate", L"logon_date", DVT_PROTODB, NULL, "LogonTS", 15, + "logontime", L"logon_time", DVT_PROTODB, NULL, "LogonTS", 13, + "logonago", L"logon_ago", DVT_PROTODB, NULL, "LogonTS", 3, 0, 0, DVT_DB, 0, 0, 0 }; -- cgit v1.2.3