From ab9ba511e3e3a89256fa0b11f01437c4eb049bb2 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Mon, 10 Jan 2022 20:59:58 +0300 Subject: We love UNIX, but not that much --- plugins/TipperYM/src/translations.cpp | 32 ++++++++++++++++---------------- 1 file 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("Day|Month|Year to date") }, - { DayMonthYearToAge, LPGENW("Day|Month|Year to age") }, + { DayMonthYearToAge, LPGENW("Day|Month|Year to age") }, { HoursMinutesSecondsToTime, LPGENW("Hours|Minutes|Seconds to time") }, { DmyToTimeDifference, LPGENW("Day|Month|Year|Hours|Minutes|Seconds to time difference") }, { DayMonthToDaysToNextBirthday, LPGENW("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("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() -- cgit v1.2.3