summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2013-02-04 20:40:48 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2013-02-04 20:40:48 +0000
commit9a8411399181a1288175cde56c5bf44642826193 (patch)
treebb032560d83edfdb448c3e301d2b4fc54495e474
parent6a3159197f21b14c2f74584bcbd0d63266b5db47 (diff)
translation fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@3425 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--plugins/TipperYM/src/translations.cpp46
1 files changed, 23 insertions, 23 deletions
diff --git a/plugins/TipperYM/src/translations.cpp b/plugins/TipperYM/src/translations.cpp
index 714c769f2d..df31e48e09 100644
--- a/plugins/TipperYM/src/translations.cpp
+++ b/plugins/TipperYM/src/translations.cpp
@@ -702,29 +702,29 @@ INT_PTR ServiceAddTranslation(WPARAM wParam, LPARAM lParam)
static DBVTranslation internalTranslations[] =
{
- { NullTranslation, _T("[No translation]") },
- { WordToStatusDesc, _T("WORD to status description") },
- { TimestampToTime, _T("DWORD timestamp to time") },
- { TimestampToTimeDifference, _T("DWORD timestamp to time difference") },
- { ByteToYesNo, _T("BYTE to Yes/No") },
- { ByteToGender, _T("BYTE to Male/Female (ICQ)") },
- { WordToCountry, _T("WORD to country name") },
- { DwordToIp, _T("DWORD to ip address") },
- { DayMonthYearToDate, _T("<prefix>Day|Month|Year to date") },
- { DayMonthYearToAge, _T("<prefix>Day|Month|Year to age") },
- { HoursMinutesSecondsToTime, _T("<prefix>Hours|Minutes|Seconds to time") },
- { DmyToTimeDifference, _T("<prefix>Day|Month|Year|Hours|Minutes|Seconds to time difference") },
- { DayMonthToDaysToNextBirthday, _T("<prefix>Day|Month to days to next birthday") },
- { TimestampToTimeNoSecs, _T("DWORD timestamp to time (no seconds)") },
- { HoursMinutesToTime, _T("<prefix>Hours|Minutes to time") },
- { TimestampToShortDate, _T("DWORD timestamp to date (short)") },
- { TimestampToLongDate, _T("DWORD timestamp to date (long)") },
- { EmptyXStatusToDefaultName, _T("xStatus: empty xStatus name to default name") },
- { SecondsToTimeDifference, _T("DWORD seconds to time difference") },
- { TimezoneToTime, _T("BYTE timezone to time") },
- { ByteToDay, _T("WORD to name of a day (0..6, 0 is Sunday)") },
- { ByteToMonth, _T("WORD to name of a month (1..12, 1 is January)") },
- { ByteToLanguage, _T("BYTE to language (ICQ)") },
+ { NullTranslation, LPGENT("[No translation]") },
+ { WordToStatusDesc, LPGENT("WORD to status description") },
+ { TimestampToTime, LPGENT("DWORD timestamp to time") },
+ { TimestampToTimeDifference, LPGENT("DWORD timestamp to time difference") },
+ { ByteToYesNo, LPGENT("BYTE to Yes/No") },
+ { ByteToGender, LPGENT("BYTE to Male/Female (ICQ)") },
+ { WordToCountry, LPGENT("WORD to country name") },
+ { DwordToIp, LPGENT("DWORD to ip address") },
+ { DayMonthYearToDate, LPGENT("<prefix>Day|Month|Year to date") },
+ { DayMonthYearToAge, LPGENT("<prefix>Day|Month|Year to age") },
+ { HoursMinutesSecondsToTime, LPGENT("<prefix>Hours|Minutes|Seconds to time") },
+ { DmyToTimeDifference, LPGENT("<prefix>Day|Month|Year|Hours|Minutes|Seconds to time difference") },
+ { DayMonthToDaysToNextBirthday, LPGENT("<prefix>Day|Month to days to next birthday") },
+ { TimestampToTimeNoSecs, LPGENT("DWORD timestamp to time (no seconds)") },
+ { HoursMinutesToTime, LPGENT("<prefix>Hours|Minutes to time") },
+ { TimestampToShortDate, LPGENT("DWORD timestamp to date (short)") },
+ { TimestampToLongDate, LPGENT("DWORD timestamp to date (long)") },
+ { EmptyXStatusToDefaultName, LPGENT("xStatus: empty xStatus name to default name") },
+ { SecondsToTimeDifference, LPGENT("DWORD seconds to time difference") },
+ { TimezoneToTime, LPGENT("BYTE timezone to time") },
+ { ByteToDay, LPGENT("WORD to name of a day (0..6, 0 is Sunday)") },
+ { ByteToMonth, LPGENT("WORD to name of a month (1..12, 1 is January)") },
+ { ByteToLanguage, LPGENT("BYTE to language (ICQ)") },
};
void InitTranslations()