From 79e72b2ecb9b6c2e3dd5b6b87c9c8634ab5463f2 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 9 Oct 2013 18:25:12 +0000 Subject: English US correction (patch by RMN) git-svn-id: http://svn.miranda-ng.org/main/trunk@6420 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/BasicHistory/src/Options.cpp | 2 +- plugins/BuddyPounce/src/dialog.cpp | 6 +++--- plugins/DbEditorPP/src/addeditsettingsdlg.cpp | 2 +- plugins/DbEditorPP/src/exportimport.cpp | 2 +- plugins/DbEditorPP/src/main.cpp | 2 +- plugins/DbEditorPP/src/settinglist.cpp | 4 ++-- plugins/New_GPG/res/new_gpg.rc | 6 +++--- plugins/New_GPG/src/main.cpp | 2 +- plugins/New_GPG/src/utilities.cpp | 2 +- plugins/TipperYM/src/preset_items.cpp | 2 +- 10 files changed, 15 insertions(+), 15 deletions(-) (limited to 'plugins') diff --git a/plugins/BasicHistory/src/Options.cpp b/plugins/BasicHistory/src/Options.cpp index d3c088b537..59042a3385 100644 --- a/plugins/BasicHistory/src/Options.cpp +++ b/plugins/BasicHistory/src/Options.cpp @@ -41,7 +41,7 @@ EventNames[] = EVENTTYPE_STATUSCHANGE, LPGENT("Status change"), EVENTTYPE_AUTHREQUEST, LPGENT("Authorization request"), EVENTTYPE_ADDED, LPGENT("You were added"), - EVENTTYPE_CONTACTS, LPGENT("Contacts recieved"), + EVENTTYPE_CONTACTS, LPGENT("Contacts received"), EVENTTYPE_SMTPSIMPLE, LPGENT("SMTP Simple Email"), ICQEVENTTYPE_SMS, LPGENT("SMS message") }; diff --git a/plugins/BuddyPounce/src/dialog.cpp b/plugins/BuddyPounce/src/dialog.cpp index 2d5f1ef7b2..6ba1f66318 100644 --- a/plugins/BuddyPounce/src/dialog.cpp +++ b/plugins/BuddyPounce/src/dialog.cpp @@ -229,7 +229,7 @@ INT_PTR CALLBACK BuddyPounceSimpleDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LP if (length>1) { TCHAR *text = (TCHAR*)mir_alloc(length*sizeof(TCHAR)); if (!text) { - msg(TranslateT("Couldnt Allocate enough memory"), _T("")); + msg(TranslateT("Couldn't allocate enough memory"), _T("")); break; } GetDlgItemText(hwnd, IDC_MESSAGE, text, length); @@ -295,7 +295,7 @@ INT_PTR CALLBACK BuddyPounceDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM l if (length>1) { TCHAR *text = (TCHAR*)mir_alloc(length*sizeof(TCHAR)); if (!text) { - msg(TranslateT("Couldnt Allocate enough memory"), _T("")); + msg(TranslateT("Couldn't allocate enough memory"), _T("")); break; } GetDlgItemText(hwnd, IDC_MESSAGE, text, length); @@ -421,7 +421,7 @@ INT_PTR CALLBACK BuddyPounceOptionsDlgProc(HWND hwnd, UINT msg, WPARAM wParam, L if (length > 1) { TCHAR *text = (TCHAR*)mir_alloc(length*sizeof(TCHAR)); if (!text) { - msg(TranslateT("Couldnt Allocate enough memory"), _T("")); + msg(TranslateT("Couldn't allocate enough memory"), _T("")); break; } GetDlgItemText(hwnd, IDC_MESSAGE, text, length); diff --git a/plugins/DbEditorPP/src/addeditsettingsdlg.cpp b/plugins/DbEditorPP/src/addeditsettingsdlg.cpp index 72ba0e7e24..cf8587611e 100644 --- a/plugins/DbEditorPP/src/addeditsettingsdlg.cpp +++ b/plugins/DbEditorPP/src/addeditsettingsdlg.cpp @@ -334,7 +334,7 @@ INT_PTR CALLBACK EditSettingDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM l if (!setting || !value) { - msg(Translate("Couldnt allocate enough memory!"), modFullname); + msg(Translate("Couldn't allocate enough memory!"), modFullname); DestroyWindow(hwnd); break; } diff --git a/plugins/DbEditorPP/src/exportimport.cpp b/plugins/DbEditorPP/src/exportimport.cpp index 23cea2f5dd..af821219b5 100644 --- a/plugins/DbEditorPP/src/exportimport.cpp +++ b/plugins/DbEditorPP/src/exportimport.cpp @@ -572,7 +572,7 @@ INT_PTR CALLBACK ImportDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam if (length) { string = (char*)_alloca(length+1); - if (!string) {msg(Translate("Couldnt allocate enough memory!"), modFullname); DestroyWindow(hwnd); } + if (!string) {msg(Translate("Couldn't allocate enough memory!"), modFullname); DestroyWindow(hwnd); } GetDlgItemText(hwnd, IDC_TEXT, string, length+1); importSettings(hContact, string); refreshTree(1); diff --git a/plugins/DbEditorPP/src/main.cpp b/plugins/DbEditorPP/src/main.cpp index 74692369e4..b45cc87f3d 100644 --- a/plugins/DbEditorPP/src/main.cpp +++ b/plugins/DbEditorPP/src/main.cpp @@ -341,7 +341,7 @@ int WriteBlobFromString(HANDLE hContact,const char *szModule,const char *szSetti if (!(data = (BYTE *)_alloca(2+len/2))) { - msg(Translate("Couldnt allocate enough memory!"), modFullname); + msg(Translate("Couldn't allocate enough memory!"), modFullname); return 0; } diff --git a/plugins/DbEditorPP/src/settinglist.cpp b/plugins/DbEditorPP/src/settinglist.cpp index 69774bd4b7..1d87461333 100644 --- a/plugins/DbEditorPP/src/settinglist.cpp +++ b/plugins/DbEditorPP/src/settinglist.cpp @@ -125,7 +125,7 @@ void additem(HWND hwnd2Settings,HANDLE hContact, char* module, char* setting, in { int j; if (!(data = (char*)mir_realloc(data, 3*(dbv.cpbVal+1)+10))) - {msg(Translate("Couldnt allocate enough memory!"), modFullname); return;} + {msg(Translate("Couldn't allocate enough memory!"), modFullname); return;} data[0] = '\0'; for (j=0; jhContact, db_event("Recieved encrypted file, trying to decrypt", 0,0, 0)); + HistoryLog(ack->hContact, db_event("Received encrypted file, trying to decrypt", 0,0, 0)); if(!boost::filesystem::exists(f->tszCurrentFile)) return 0; string out; diff --git a/plugins/TipperYM/src/preset_items.cpp b/plugins/TipperYM/src/preset_items.cpp index 4319ff6589..373911704f 100644 --- a/plugins/TipperYM/src/preset_items.cpp +++ b/plugins/TipperYM/src/preset_items.cpp @@ -35,7 +35,7 @@ PRESETITEM presetItems[] = "listening", LPGENT("Listening to"), LPGENT("Listening to:"), _T("%raw:/ListeningTo%"), 0, 0, 0, "name", LPGENT("Name"), LPGENT("Name:"), _T("%raw:/FirstName|% %raw:/LastName%"), 0, 0, 0, "received", LPGENT("Number of received messages"), LPGENT("Number of msg [IN]:"), _T("%sys:msg_count_in%"), 0, 0, 0, - "sended", LPGENT("Number of sended messages"), LPGENT("Number of msg [OUT]:"), _T("%sys:msg_count_out%"), 0, 0, 0, + "sended", LPGENT("Number of sent messages"), LPGENT("Number of msg [OUT]:"), _T("%sys:msg_count_out%"), 0, 0, 0, "status", LPGENT("Status"), LPGENT("Status:"), _T("%Status%"), "status", 0, 0, "statusmsg", LPGENT("Status message"), LPGENT("Status message:"), _T("%sys:status_msg%"), 0, 0, 0, "time", LPGENT("Contact time"), LPGENT("Time:"), _T("%sys:time%"), 0, 0, 0, -- cgit v1.2.3