From 9a8411399181a1288175cde56c5bf44642826193 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Mon, 4 Feb 2013 20:40:48 +0000 Subject: translation fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@3425 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TipperYM/src/translations.cpp | 46 +++++++++++++++++------------------ 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'plugins') 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("Day|Month|Year to date") }, - { DayMonthYearToAge, _T("Day|Month|Year to age") }, - { HoursMinutesSecondsToTime, _T("Hours|Minutes|Seconds to time") }, - { DmyToTimeDifference, _T("Day|Month|Year|Hours|Minutes|Seconds to time difference") }, - { DayMonthToDaysToNextBirthday, _T("Day|Month to days to next birthday") }, - { TimestampToTimeNoSecs, _T("DWORD timestamp to time (no seconds)") }, - { HoursMinutesToTime, _T("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("Day|Month|Year to date") }, + { DayMonthYearToAge, LPGENT("Day|Month|Year to age") }, + { HoursMinutesSecondsToTime, LPGENT("Hours|Minutes|Seconds to time") }, + { DmyToTimeDifference, LPGENT("Day|Month|Year|Hours|Minutes|Seconds to time difference") }, + { DayMonthToDaysToNextBirthday, LPGENT("Day|Month to days to next birthday") }, + { TimestampToTimeNoSecs, LPGENT("DWORD timestamp to time (no seconds)") }, + { HoursMinutesToTime, LPGENT("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() -- cgit v1.2.3