summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2022-01-10 20:59:58 +0300
committerdartraiden <wowemuh@gmail.com>2022-01-10 20:59:58 +0300
commitab9ba511e3e3a89256fa0b11f01437c4eb049bb2 (patch)
tree9721e0f6a0d32c080043eb16a3aab1b7be10c216 /plugins
parent5b3367b5f0d0e9b43bb460a9c9b1323aadaf5a9d (diff)
We love UNIX, but not that much
Diffstat (limited to 'plugins')
-rw-r--r--plugins/TipperYM/src/translations.cpp32
1 files changed, 16 insertions, 16 deletions
diff --git a/plugins/TipperYM/src/translations.cpp b/plugins/TipperYM/src/translations.cpp
index 32431f8991..3e457337bf 100644
--- a/plugins/TipperYM/src/translations.cpp
+++ b/plugins/TipperYM/src/translations.cpp
@@ -717,28 +717,28 @@ INT_PTR ServiceAddTranslation(WPARAM, LPARAM lParam)
static DBVTranslation internalTranslations[] =
{
{ NullTranslation, LPGENW("[No translation]") },
- { WordToStatusDesc, LPGENW("uint16_t to status description") },
- { TimestampToTime, LPGENW("uint32_t timestamp to time") },
- { TimestampToTimeDifference, LPGENW("uint32_t timestamp to time difference") },
- { ByteToYesNo, LPGENW("uint8_t to Yes/No") },
- { ByteToGender, LPGENW("uint8_t to Male/Female (ICQ)") },
- { WordToCountry, LPGENW("uint16_t to country name") },
- { DwordToIp, LPGENW("uint32_t to IP address") },
+ { WordToStatusDesc, LPGENW("WORD to status description") },
+ { TimestampToTime, LPGENW("DWORD timestamp to time") },
+ { TimestampToTimeDifference, LPGENW("DWORD timestamp to time difference") },
+ { ByteToYesNo, LPGENW("BYTE to Yes/No") },
+ { ByteToGender, LPGENW("BYTE to Male/Female (ICQ)") },
+ { WordToCountry, LPGENW("WORD to country name") },
+ { DwordToIp, LPGENW("DWORD to IP address") },
{ DayMonthYearToDate, LPGENW("<prefix>Day|Month|Year to date") },
- { DayMonthYearToAge, LPGENW("<prefix>Day|Month|Year to age") },
+ { DayMonthYearToAge, LPGENW("<prefix>Day|Month|Year to age") },
{ HoursMinutesSecondsToTime, LPGENW("<prefix>Hours|Minutes|Seconds to time") },
{ DmyToTimeDifference, LPGENW("<prefix>Day|Month|Year|Hours|Minutes|Seconds to time difference") },
{ DayMonthToDaysToNextBirthday, LPGENW("<prefix>Day|Month to days to next birthday") },
- { TimestampToTimeNoSecs, LPGENW("uint32_t timestamp to time (no seconds)") },
+ { TimestampToTimeNoSecs, LPGENW("DWORD timestamp to time (no seconds)") },
{ HoursMinutesToTime, LPGENW("<prefix>Hours|Minutes to time") },
- { TimestampToShortDate, LPGENW("uint32_t timestamp to date (short)") },
- { TimestampToLongDate, LPGENW("uint32_t timestamp to date (long)") },
+ { TimestampToShortDate, LPGENW("DWORD timestamp to date (short)") },
+ { TimestampToLongDate, LPGENW("DWORD timestamp to date (long)") },
{ EmptyXStatusToDefaultName, LPGENW("xStatus: empty xStatus name to default name") },
- { SecondsToTimeDifference, LPGENW("uint32_t seconds to time difference") },
- { TimezoneToTime, LPGENW("uint8_t timezone to time") },
- { ByteToDay, LPGENW("uint16_t to name of a day (0..6, 0 is Sunday)") },
- { ByteToMonth, LPGENW("uint16_t to name of a month (1..12, 1 is January)") },
- { ByteToLanguage, LPGENW("uint8_t to language (ICQ)") },
+ { SecondsToTimeDifference, LPGENW("DWORD seconds to time difference") },
+ { TimezoneToTime, LPGENW("BYTE timezone to time") },
+ { ByteToDay, LPGENW("WORD to name of a day (0..6, 0 is Sunday)") },
+ { ByteToMonth, LPGENW("WORD to name of a month (1..12, 1 is January)") },
+ { ByteToLanguage, LPGENW("BYTE to language (ICQ)") },
};
void InitTranslations()