From ca88cf375915e8da3e9c461bdc4b21ebb383fe05 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Sat, 4 Jan 2014 22:09:38 +0000 Subject: ConnectionNotify: resource cosmetics, decapitalization NewEventNotify: decapitalization langpacks/russian: update langpacks/ukrainian: update (patch from RMN) git-svn-id: http://svn.miranda-ng.org/main/trunk@7504 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ConnectionNotify/res/ConnectionNotify.rc | 14 +++---- plugins/NewEventNotify/res/resource.rc | 48 ++++++++++++------------ plugins/NewEventNotify/src/Version.h | 2 +- 3 files changed, 32 insertions(+), 32 deletions(-) (limited to 'plugins') diff --git a/plugins/ConnectionNotify/res/ConnectionNotify.rc b/plugins/ConnectionNotify/res/ConnectionNotify.rc index e810c7692f..9ef822c374 100644 --- a/plugins/ConnectionNotify/res/ConnectionNotify.rc +++ b/plugins/ConnectionNotify/res/ConnectionNotify.rc @@ -27,7 +27,7 @@ FONT 8, "Ms Shell Dlg", 400, 0, 1 CONTROL "Custom1", IDC_FGCOLOR, "ColourPicker", 0x50030000, 78, 185, 10, 9 GROUPBOX "Popup options", IDC_STATIC, 10, 164, 187, 52, WS_GROUP LTEXT "Background", IDC_STATIC, 34, 186, 43, 8, SS_LEFT - LTEXT "Text", IDC_STATIC, 94, 187, 41, 8, SS_LEFT + LTEXT "Text", IDC_STATIC, 94, 186, 41, 8, SS_LEFT EDITTEXT IDC_INTERVAL1, 60, 195, 21, 12, WS_GROUP | ES_AUTOHSCROLL RTEXT "Close after:", IDC_STATIC, 12, 197, 47, 9, SS_RIGHT LTEXT "sec (0 default, -1 disabled)", IDC_STATIC, 84, 197, 111, 8, SS_LEFT @@ -41,7 +41,7 @@ FONT 8, "Ms Shell Dlg", 400, 0, 1 AUTOCHECKBOX "Show notification if no filter defined", ID_CHK_DEFAULTACTION, 12, 131, 187, 8 LTEXT "Attempt interval (ms)", IDC_STATIC, 35, 155, 163, 8, SS_LEFT PUSHBUTTON "X", ID_DELETE, 297, 68, 16, 16, BS_ICON, WS_EX_CLIENTEDGE - LTEXT "Online mean", IDC_STATIC, 211, 122, 92, 8, SS_LEFT + LTEXT "'Online' means:", IDC_STATIC, 211, 122, 92, 8, SS_LEFT LTEXT "Filters", IDC_STATIC, 6, 5, 289, 8, SS_LEFT PUSHBUTTON "DN", ID_DOWN, 297, 52, 16, 16, BS_ICON, WS_EX_CLIENTEDGE PUSHBUTTON "UP", ID_UP, 297, 37, 16, 16, BS_ICON, WS_EX_CLIENTEDGE @@ -55,9 +55,9 @@ STYLE DS_3DLOOK | DS_CENTER | DS_MODALFRAME | DS_SETFOREGROUND | DS_SHELLFONT | CAPTION "Rule editor" FONT 8, "Ms Shell Dlg" { - LTEXT "Application name", -1, 8, 6, 61, 8, SS_LEFT + LTEXT "Application name", -1, 4, 6, 65, 8, SS_LEFT EDITTEXT ID_TEXT_NAME, 72, 4, 140, 13, ES_AUTOHSCROLL - LTEXT "Local IP:Port", -1, 8, 24, 42, 8, SS_LEFT + LTEXT "Local IP:Port", -1, 4, 24, 65, 8, SS_LEFT LTEXT ":", -1, 213, 24, 8, 8, SS_LEFT LTEXT ":", -1, 214, 43, 8, 8, SS_LEFT EDITTEXT ID_TXT_LOCAL_IP, 72, 22, 140, 13, ES_AUTOHSCROLL @@ -65,11 +65,11 @@ FONT 8, "Ms Shell Dlg" EDITTEXT ID_TXT_REMOTE_IP, 72, 40, 140, 13, ES_AUTOHSCROLL EDITTEXT ID_TXT_REMOTE_PORT, 217, 40, 45, 13, ES_AUTOHSCROLL COMBOBOX ID_CBO_ACTION, 72, 57, 140, 48, WS_TABSTOP | WS_VSCROLL | CBS_DROPDOWNLIST - LTEXT "Action:", -1, 8, 59, 23, 8, SS_LEFT + LTEXT "Action:", -1, 4, 59, 23, 8, SS_LEFT DEFPUSHBUTTON "OK", ID_OK, 153, 87, 52, 16 PUSHBUTTON "Cancel", ID_CANCEL, 209, 87, 52, 16 - LTEXT "* and ? wildcard characters also available (for port enter number or *)", -1, 8, 76, 253, 8, SS_LEFT - LTEXT "Remote IP:Port", -1, 8, 42, 49, 8, SS_LEFT + LTEXT "* and ? wildcard characters also available (for port enter number or *)", -1, 4, 76, 253, 8, SS_LEFT + LTEXT "Remote IP:Port", -1, 4, 42, 65, 8, SS_LEFT } diff --git a/plugins/NewEventNotify/res/resource.rc b/plugins/NewEventNotify/res/resource.rc index 14414847c8..8bab0afa10 100644 --- a/plugins/NewEventNotify/res/resource.rc +++ b/plugins/NewEventNotify/res/resource.rc @@ -30,14 +30,14 @@ IDD_OPT DIALOGEX 0, 0, 314, 252 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN - GROUPBOX "General Options",IDC_STATIC,6,2,199,43 + GROUPBOX "General options",IDC_STATIC,6,2,199,43 CONTROL "Show entry in the Popups menu",IDC_CHKMENUITEM,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,10,11,190,10 - CONTROL "Temporarily disable Event Popups",IDC_CHKDISABLE,"Button", + CONTROL "Temporarily disable event popups",IDC_CHKDISABLE,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,10,21,190,10 - CONTROL "Show Preview of Event in Popup",IDC_CHKPREVIEW,"Button", + CONTROL "Show preview of event in popup",IDC_CHKPREVIEW,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,10,31,190,10 - GROUPBOX "Popup Options",IDC_STATIC,6,45,199,75 + GROUPBOX "Popup options",IDC_STATIC,6,45,199,75 LTEXT "Message",IDC_STATIC,11,65,44,13 LTEXT "URL",IDC_STATIC,11,78,44,13 LTEXT "File",IDC_STATIC,11,91,44,13 @@ -66,7 +66,7 @@ BEGIN WS_TABSTOP,133,91,11,10 CONTROL "",IDC_CHKDEFAULTCOL_OTHERS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,133,103,11,10 - CTEXT "Time to expires",IDC_STATIC,144,52,48,10 + CTEXT "Timeout",IDC_STATIC,144,52,56,10 EDITTEXT IDC_DELAY_MESSAGE,155,62,26,13,ES_AUTOHSCROLL | ES_NUMBER EDITTEXT IDC_DELAY_URL,155,75,26,13,ES_AUTOHSCROLL | ES_NUMBER @@ -90,44 +90,44 @@ BEGIN WS_TABSTOP,212,33,90,10 CONTROL "Others",IDC_CHKNOTIFY_OTHER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,212,44,90,10 - GROUPBOX "Left Click Actions",IDC_STATIC,208,58,100,44 - CONTROL "Dismiss Popup",IDC_CHKACTL_DISMISS,"Button", + GROUPBOX "Left click actions",IDC_STATIC,208,58,100,44 + CONTROL "Dismiss popup",IDC_CHKACTL_DISMISS,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,212,67,90,10 - CONTROL "Open Event",IDC_CHKACTL_OPEN,"Button",BS_AUTOCHECKBOX | + CONTROL "Open event",IDC_CHKACTL_OPEN,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,212,78,90,10 - CONTROL "Dismiss Event",IDC_CHKACTL_REMOVE,"Button", + CONTROL "Dismiss event",IDC_CHKACTL_REMOVE,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,212,89,90,10 - GROUPBOX "Right Click Actions",IDC_STATIC,208,102,100,44 - CONTROL "Dismiss Popup",IDC_CHKACTR_DISMISS,"Button", + GROUPBOX "Right click actions",IDC_STATIC,208,102,100,44 + CONTROL "Dismiss popup",IDC_CHKACTR_DISMISS,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,212,111,90,10 - CONTROL "Open Event",IDC_CHKACTR_OPEN,"Button",BS_AUTOCHECKBOX | + CONTROL "Open event",IDC_CHKACTR_OPEN,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,212,122,90,10 - CONTROL "Dismiss Event",IDC_CHKACTR_REMOVE,"Button", + CONTROL "Dismiss event",IDC_CHKACTR_REMOVE,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,212,133,90,10 - GROUPBOX "Time Expires Actions",IDC_STATIC,208,147,100,44 - CONTROL "Dismiss Popup",IDC_CHKACTTE_DISMISS,"Button", + GROUPBOX "Timeout actions",IDC_STATIC,208,147,100,44 + CONTROL "Dismiss popup",IDC_CHKACTTE_DISMISS,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,212,156,90,10 - CONTROL "Open Event",IDC_CHKACTTE_OPEN,"Button",BS_AUTOCHECKBOX | + CONTROL "Open event",IDC_CHKACTTE_OPEN,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,212,167,90,10 - CONTROL "Dismiss Event",IDC_CHKACTTE_REMOVE,"Button", + CONTROL "Dismiss event",IDC_CHKACTTE_REMOVE,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,212,178,90,10 - GROUPBOX "Message-Event only",IDC_STATIC,6,120,199,131 - CONTROL "Don't show Popup when Message-Dialog is already open", + GROUPBOX "Message event only",IDC_STATIC,6,120,199,131 + CONTROL "Don't show popup when message dialog is already open", IDC_CHKWINDOWCHECK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP, 10,129,192,10 - CONTROL "Hide Popup when sending new message",IDC_CHKHIDESEND, + CONTROL "Hide popup when sending new message",IDC_CHKHIDESEND, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,138,192,10 - CONTROL "Open Reply-Dialog instead of reading the Message", + CONTROL "Open reply dialog instead of reading the message", IDC_CHKREPLYWINDOW,"Button",BS_AUTOCHECKBOX | WS_TABSTOP, 10,147,192,10 CONTROL "Merge popups from one user",IDC_CHKMERGEPOPUP,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,10,157,192,10 PUSHBUTTON "Preview",IDC_PREVIEW,228,204,60,12 - CONTROL "Show Date",IDC_CHKSHOWDATE,"Button",BS_AUTOCHECKBOX | + CONTROL "Show date",IDC_CHKSHOWDATE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,166,84,10 - CONTROL "Show Time",IDC_CHKSHOWTIME,"Button",BS_AUTOCHECKBOX | + CONTROL "Show time",IDC_CHKSHOWTIME,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,176,84,10 - CONTROL "Show Headers",IDC_CHKSHOWHEADERS,"Button", + CONTROL "Show headers",IDC_CHKSHOWHEADERS,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,20,186,84,10 LTEXT "Number of begin shown messages",IDC_LBNUMBERMSG,20,195, 143,8 diff --git a/plugins/NewEventNotify/src/Version.h b/plugins/NewEventNotify/src/Version.h index 192429df65..398febcbd9 100644 --- a/plugins/NewEventNotify/src/Version.h +++ b/plugins/NewEventNotify/src/Version.h @@ -7,7 +7,7 @@ #define __PLUGIN_NAME "NewEventNotify" #define __FILENAME "NewEventNotify.dll" -#define __DESCRIPTION "Notifies you when you receive a message, url, file or any other event by displaying a popup." +#define __DESCRIPTION "Notifies you when you receive a message, URL, file or any other event by displaying a popup." #define __AUTHOR "icebreaker, Prezes, vj, vlko, Joe @ Whale" #define __AUTHOREMAIL "jokusoftware@miranda-im.org" #define __AUTHORWEB "http://miranda-ng.org/p/NewEventNotify/" -- cgit v1.2.3