diff options
author | George Hazan <george.hazan@gmail.com> | 2012-05-28 14:41:42 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-05-28 14:41:42 +0000 |
commit | 6d9795792269722dc2744795813545287faeceef (patch) | |
tree | 225594d6849e6f8e94ab5c644978b057446921eb /plugins/TipperYM/translations.cpp | |
parent | 9728260c2851d1e45ca79237af6bda64db467045 (diff) |
we don't use tabs inside...
git-svn-id: http://svn.miranda-ng.org/main/trunk@212 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TipperYM/translations.cpp')
-rw-r--r-- | plugins/TipperYM/translations.cpp | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/plugins/TipperYM/translations.cpp b/plugins/TipperYM/translations.cpp index 57e55efee1..3251329cab 100644 --- a/plugins/TipperYM/translations.cpp +++ b/plugins/TipperYM/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, _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)") },
};
void InitTranslations()
|