|
From: Lance K. <kw...@ho...> - 2013-06-01 00:13:34
|
Unfortunately I am unable to make sense of this email. ^^^^^^^^^^^^^^^^^^^^^ Stephen Kwok, Ph.D. [e] kw...@ho... ^^^^^^^^^^^^^^^^^^^^^^ > From: vis...@li... > Subject: Vision-list Digest, Vol 13, Issue 1 > To: vis...@li... > Date: Fri, 31 May 2013 01:34:21 +0000 > > Send Vision-list mailing list submissions to > vis...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/vision-list > or, via email, send a message with subject or body 'help' to > vis...@li... > > You can reach the person managing the list at > vis...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Vision-list digest..." > > > Today's Topics: > > 1. SF.net SVN: vision:[941] branches/0.9.7/ > (ane...@us...) > 2. SF.net SVN: vision:[942] branches/0.9.7 > (ane...@us...) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 31 May 2013 01:25:49 +0000 > From: ane...@us... > Subject: [Vision] SF.net SVN: vision:[941] branches/0.9.7/ > To: vis...@li... > Message-ID: > <mai...@li...> > Content-Type: text/plain; charset=UTF-8 > > Revision: 941 > http://sourceforge.net/p/vision/code/941 > Author: anevilyak > Date: 2013-05-31 01:25:49 +0000 (Fri, 31 May 2013) > Log Message: > ----------- > Create stable branch. > > Added Paths: > ----------- > branches/0.9.7/ > > This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. > > > > > ------------------------------ > > Message: 2 > Date: Fri, 31 May 2013 01:34:18 +0000 > From: ane...@us... > Subject: [Vision] SF.net SVN: vision:[942] branches/0.9.7 > To: vis...@li... > Message-ID: > <mai...@li...> > Content-Type: text/plain; charset=UTF-8 > > Revision: 942 > http://sourceforge.net/p/vision/code/942 > Author: anevilyak > Date: 2013-05-31 01:34:17 +0000 (Fri, 31 May 2013) > Log Message: > ----------- > 0.9.7-H-130530: Apply patch by Humdinger to sentence case the UI. > Thanks! > > Modified Paths: > -------------- > branches/0.9.7/Makefile > branches/0.9.7/src/AboutWindow.cpp > branches/0.9.7/src/ClientAgentInputFilter.cpp > branches/0.9.7/src/DCCHandler.cpp > branches/0.9.7/src/MessageAgent.cpp > branches/0.9.7/src/NamesView.cpp > branches/0.9.7/src/NotifyList.cpp > branches/0.9.7/src/PrefApp.cpp > branches/0.9.7/src/RunView.cpp > branches/0.9.7/src/VTextControl.cpp > branches/0.9.7/src/VisionStrings.h > branches/0.9.7/src/VisionStrings.h.en > > Modified: branches/0.9.7/Makefile > =================================================================== > --- branches/0.9.7/Makefile 2013-05-31 01:25:49 UTC (rev 941) > +++ branches/0.9.7/Makefile 2013-05-31 01:34:17 UTC (rev 942) > @@ -16,7 +16,7 @@ > > # the file name, ... > BINARY := Vision > -VERSION := 0.9.7-H-090423 > +VERSION := 0.9.7-H-130530 > BUILDDATE := $(shell date +%b_%d_%Y) > BUILD_TYPE := Release > > > Modified: branches/0.9.7/src/AboutWindow.cpp > =================================================================== > --- branches/0.9.7/src/AboutWindow.cpp 2013-05-31 01:25:49 UTC (rev 941) > +++ branches/0.9.7/src/AboutWindow.cpp 2013-05-31 01:34:17 UTC (rev 942) > @@ -1,21 +1,21 @@ > -/* > - * The contents of this file are subject to the Mozilla Public > - * License Version 1.1 (the "License"); you may not use this file > - * except in compliance with the License. You may obtain a copy of > - * the License at http://www.mozilla.org/MPL/ > - * > - * Software distributed under the License is distributed on an "AS > - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or > - * implied. See the License for the specific language governing > - * rights and limitations under the License. > - * > - * The Original Code is Vision. > - * > +/* > + * The contents of this file are subject to the Mozilla Public > + * License Version 1.1 (the "License"); you may not use this file > + * except in compliance with the License. You may obtain a copy of > + * the License at http://www.mozilla.org/MPL/ > + * > + * Software distributed under the License is distributed on an "AS > + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or > + * implied. See the License for the specific language governing > + * rights and limitations under the License. > + * > + * The Original Code is Vision. > + * > * The Initial Developer of the Original Code is The Vision Team. > * Portions created by The Vision Team are > * Copyright (C) 1999, 2000, 2001 The Vision Team. All Rights > * Reserved. > - * > + * > * Contributor(s): Wade Majors <wa...@ez...> > * Brian Luft > * Todd Lair > @@ -45,7 +45,7 @@ > * Function purpose: Construct > */ > > - > + > BRect bounds (Bounds()); > BBitmap *bmp (NULL); > > @@ -74,7 +74,7 @@ > > bounds.Set ( > 0.0, > - fLogo->Frame().bottom + 12, > + fLogo->Frame().bottom + 12, > Bounds().right, > Bounds().bottom); > } > @@ -84,7 +84,7 @@ > "credits", > bounds.OffsetToCopy (B_ORIGIN).InsetByCopy (20, 0), > B_FOLLOW_LEFT | B_FOLLOW_TOP, > - B_WILL_DRAW); > + B_WILL_DRAW); > > fCredits->MakeSelectable (false); > fCredits->MakeEditable (false); > @@ -110,8 +110,8 @@ > "Brian Luft (Electroly)\n" > "Wade Majors (kurros)\n" > "Jamie Wilkinson (project)\n\n\n\n" > - > - "\n\n\n\nBrought To You In Part By Contributions From\n" > + > + "\n\n\n\nBrought to you in part by contributions from\n" > "{A-Z}\n" > "Seth Flaxman (Flax)\n" > "Joshua Jensen\n" > @@ -119,6 +119,7 @@ > "John Robinson ([geo])\n" > "Bjorn Oksholen (GuinnessM)\n" > "Jean-Baptiste M. Qu?ru (jbq)\n" > + "Humdinger\n" > "\n\n\n" > > "\n\n\n\nUnit C\n[Support Crew]\n" > @@ -130,7 +131,7 @@ > "Counselors: regurg and helix\n\n\n" > "No animals were injured during the production of this IRC client\n\n\n" > "Soundtrack available on Catastrophe Records\n\n\n\n" > - > + > "\n\n\n\nSpecial Thanks\n\n" > "Olathe\n" > "Terminus\n" > @@ -142,7 +143,7 @@ > "Kristine Gouveia\n" > "Be, Inc., Menlo Park, CA\n" > "Pizza Hut, Winter Haven, FL (now give me that free pizza Mike)\n\n\n" > - > + > "send all complaints and nipple pictures to kaye\n\n\n" > > "\n\n\n\n\n" > @@ -191,7 +192,7 @@ > */ > delete fScrollRunner; > vision_app->PostMessage (M_ABOUT_CLOSE); > - > + > return true; > } > > @@ -202,7 +203,7 @@ > * Function purpose: Read image resource bits::{eggName} and display > */ > > -/* TODO : get this working > +/* TODO : get this working > BBitmap *bmp; > > if ((bmp = BTranslationUtils::GetBitmap ('bits', eggName)) != 0) > @@ -225,7 +226,7 @@ > { > case M_ABOUT_SCROLL: > { > -#if B_BEOS_VERSION_DANO > +#if B_BEOS_VERSION_DANO > fCredits->SetDoubleBuffering(0xf); > #endif > > @@ -236,7 +237,7 @@ > fCredits->ScrollTo (0, 0); > } > break; > - > + > default: > BWindow::MessageReceived (msg); > break; > > Modified: branches/0.9.7/src/ClientAgentInputFilter.cpp > =================================================================== > --- branches/0.9.7/src/ClientAgentInputFilter.cpp 2013-05-31 01:25:49 UTC (rev 941) > +++ branches/0.9.7/src/ClientAgentInputFilter.cpp 2013-05-31 01:34:17 UTC (rev 942) > @@ -570,7 +570,7 @@ > str.String(), > "Cancel", > "Spam!", > - "Single Line", > + "Single line", > B_WIDTH_FROM_WIDEST, > B_OFFSET_SPACING, > B_WARNING_ALERT)); > > Modified: branches/0.9.7/src/DCCHandler.cpp > =================================================================== > --- branches/0.9.7/src/DCCHandler.cpp 2013-05-31 01:25:49 UTC (rev 941) > +++ branches/0.9.7/src/DCCHandler.cpp 2013-05-31 01:34:17 UTC (rev 942) > @@ -59,7 +59,7 @@ > { > BString theText(theNick); > theText << S_SERVER_DCC_CHAT_PROMPT; > - BAlert *myAlert = new BAlert("DCC Request", theText.String(), "Accept", > + BAlert *myAlert = new BAlert("DCC request", theText.String(), "Accept", > "Refuse"); > myAlert->SetFeel (B_FLOATING_APP_WINDOW_FEEL); > BMessage *myMessage = new BMessage(M_CHAT_ACCEPT); > > Modified: branches/0.9.7/src/MessageAgent.cpp > =================================================================== > --- branches/0.9.7/src/MessageAgent.cpp 2013-05-31 01:25:49 UTC (rev 941) > +++ branches/0.9.7/src/MessageAgent.cpp 2013-05-31 01:34:17 UTC (rev 942) > @@ -122,7 +122,7 @@ > BString command ("/dcc send "); > command += fId; > msg->AddString ("input", command.String()); > - item = new BMenuItem("DCC Send", msg); > + item = new BMenuItem("DCC send", msg); > item->SetTarget (this); > if (Id().FindFirst (" [DCC]") >= 0) // dont enable for dcc sessions > item->SetEnabled (false); > > Modified: branches/0.9.7/src/NamesView.cpp > =================================================================== > --- branches/0.9.7/src/NamesView.cpp 2013-05-31 01:25:49 UTC (rev 941) > +++ branches/0.9.7/src/NamesView.cpp 2013-05-31 01:34:17 UTC (rev 942) > @@ -83,15 +83,15 @@ > fMyPopUp->AddItem(new BMenuItem("Query", myMessage)); > > myMessage = new BMessage (M_NAMES_POPUP_NOTIFY); > - fMyPopUp->AddItem(new BMenuItem("Add To Notify", myMessage)); > + fMyPopUp->AddItem(new BMenuItem("Add to notify", myMessage)); > > fMyPopUp->AddSeparatorItem(); > > myMessage = new BMessage(M_NAMES_POPUP_DCCSEND); > - fMyPopUp->AddItem(new BMenuItem("DCC Send", myMessage)); > + fMyPopUp->AddItem(new BMenuItem("DCC send", myMessage)); > > myMessage = new BMessage(M_NAMES_POPUP_DCCCHAT); > - fMyPopUp->AddItem(new BMenuItem("DCC Chat", myMessage)); > + fMyPopUp->AddItem(new BMenuItem("DCC chat", myMessage)); > > fCTCPPopUp = new BMenu("CTCP"); > fMyPopUp->AddItem( fCTCPPopUp ); > > Modified: branches/0.9.7/src/NotifyList.cpp > =================================================================== > --- branches/0.9.7/src/NotifyList.cpp 2013-05-31 01:25:49 UTC (rev 941) > +++ branches/0.9.7/src/NotifyList.cpp 2013-05-31 01:34:17 UTC (rev 942) > @@ -164,7 +164,7 @@ > NotifyList::BuildPopUp(void) > { > delete fMyPopUp; > - fMyPopUp = new BPopUpMenu("Notify Selection", false, false); > + fMyPopUp = new BPopUpMenu("Notify selection", false, false); > > int index (CurrentSelection()); > if (index < 0) > > Modified: branches/0.9.7/src/PrefApp.cpp > =================================================================== > --- branches/0.9.7/src/PrefApp.cpp 2013-05-31 01:25:49 UTC (rev 941) > +++ branches/0.9.7/src/PrefApp.cpp 2013-05-31 01:34:17 UTC (rev 942) > @@ -79,7 +79,7 @@ > AddChild (fStripColors); > > checkboxRect.OffsetBy(0.0, fStripColors->Bounds().Height() * 1.2); > - msg.ReplaceString ("setting", "Newbie Spam Mode"); > + msg.ReplaceString ("setting", "Newbie spam mode"); > fSpamMode = new BCheckBox (checkboxRect, "newbiespammode", > S_PREFAPP_WARN_MULTILINE, > new BMessage (msg)); > > Modified: branches/0.9.7/src/RunView.cpp > =================================================================== > --- branches/0.9.7/src/RunView.cpp 2013-05-31 01:25:49 UTC (rev 941) > +++ branches/0.9.7/src/RunView.cpp 2013-05-31 01:34:17 UTC (rev 942) > @@ -593,7 +593,7 @@ > BMessage *lookup; > lookup = new BMessage (M_LOOKUP_WEBSTER); > lookup->AddString ("string", querystring); > - item = new BMenuItem("Lookup (Dictionary)", lookup); > + item = new BMenuItem("Lookup (dictionary)", lookup); > item->SetEnabled (enablelookup); > item->SetTarget (Parent()); > fMyPopUp->AddItem (item); > @@ -607,7 +607,7 @@ > > lookup = new BMessage (M_LOOKUP_ACRONYM); > lookup->AddString ("string", querystring); > - item = new BMenuItem("Lookup (Acronym Finder)", lookup); > + item = new BMenuItem("Lookup (acronym finder)", lookup); > item->SetEnabled (enablelookup); > item->SetTarget (Parent()); > fMyPopUp->AddItem (item); > @@ -619,7 +619,7 @@ > item->SetTarget (this); > fMyPopUp->AddItem (item); > > - item = new BMenuItem("Select All", new BMessage (B_SELECT_ALL), 'A'); > + item = new BMenuItem("Select all", new BMessage (B_SELECT_ALL), 'A'); > item->SetEnabled (enableselectall); > item->SetTarget (this); > fMyPopUp->AddItem (item); > > Modified: branches/0.9.7/src/VTextControl.cpp > =================================================================== > --- branches/0.9.7/src/VTextControl.cpp 2013-05-31 01:25:49 UTC (rev 941) > +++ branches/0.9.7/src/VTextControl.cpp 2013-05-31 01:34:17 UTC (rev 942) > @@ -117,7 +117,7 @@ > > myPopUp->AddSeparatorItem(); > > - item = new BMenuItem("Select All", new BMessage (B_SELECT_ALL), 'A'); > + item = new BMenuItem("Select all", new BMessage (B_SELECT_ALL), 'A'); > item->SetEnabled (enableselectall); > myPopUp->AddItem (item); > > > Modified: branches/0.9.7/src/VisionStrings.h > =================================================================== > --- branches/0.9.7/src/VisionStrings.h 2013-05-31 01:25:49 UTC (rev 941) > +++ branches/0.9.7/src/VisionStrings.h 2013-05-31 01:34:17 UTC (rev 942) > @@ -56,8 +56,8 @@ > > #define S_CW_APP_ABOUT "About" > #define S_CW_APP_PREFS "Preferences" > -#define S_CW_APP_CHANLIST "List Channels" > -#define S_CW_APP_TERMINAL "New Terminal" > +#define S_CW_APP_CHANLIST "List channels" > +#define S_CW_APP_TERMINAL "New terminal" > #define S_CW_APP_QUIT "Quit" > #define S_CW_SERVER_MENU "Server" > #define S_CW_SERVER_CONNECT "Connect to" > @@ -66,24 +66,24 @@ > #define S_CW_EDIT_CUT "Cut" > #define S_CW_EDIT_COPY "Copy" > #define S_CW_EDIT_PASTE "Paste" > -#define S_CW_EDIT_SELECT_ALL "Select All" > +#define S_CW_EDIT_SELECT_ALL "Select all" > #define S_CW_WINDOW_MENU "Window" > -#define S_CW_WINDOW_PART "Close Subwindow" > +#define S_CW_WINDOW_PART "Close subwindow" > #define S_CW_WINDOW_UP "Up" > #define S_CW_WINDOW_DOWN "Down" > -#define S_CW_WINDOW_SM_UP "Smart Up" > -#define S_CW_WINDOW_SM_DOWN "Smart Down" > -#define S_CW_WINDOW_NETWORK "Network Window" > -#define S_CW_WINDOW_PREVIOUS "Previous Window" > -#define S_CW_WINDOW_NET_UP "Move Network Up" > -#define S_CW_WINDOW_NET_DOWN "Move Network Down" > -#define S_CW_WINDOW_COLLAPSE "Collapse Network" > -#define S_CW_WINDOW_EXPAND "Expand Network" > +#define S_CW_WINDOW_SM_UP "Smart up" > +#define S_CW_WINDOW_SM_DOWN "Smart down" > +#define S_CW_WINDOW_NETWORK "Network window" > +#define S_CW_WINDOW_PREVIOUS "Previous window" > +#define S_CW_WINDOW_NET_UP "Move network up" > +#define S_CW_WINDOW_NET_DOWN "Move network down" > +#define S_CW_WINDOW_COLLAPSE "Collapse network" > +#define S_CW_WINDOW_EXPAND "Expand network" > > // client window dock > > -#define S_CWD_WINLIST_HEADER "Window List" > -#define S_CWD_NOTIFY_HEADER "Notify List" > +#define S_CWD_WINLIST_HEADER "Window list" > +#define S_CWD_NOTIFY_HEADER "Notify list" > > // DCC messages > > @@ -107,13 +107,13 @@ > #define S_DCC_CHAT_TRY "Trying to connect to address " > #define S_DCC_CHAT_PORT ", port " > #define S_DCC_CHAT_CONNECTED "Connected!\n" > -#define S_DCC_CHAT_TERM "DCC Chat Terminated.\n" > +#define S_DCC_CHAT_TERM "DCC chat terminated.\n" > > // list agent > > #define S_LIST_MENU "Channels" > #define S_LIST_MENU_FIND "Find" > -#define S_LIST_MENU_FINDNEXT "Find Next" > +#define S_LIST_MENU_FINDNEXT "Find next" > #define S_LIST_MENU_FILTER "Filter" > #define S_LIST_COLUMN_CHAN "Channel" > #define S_LIST_COLUMN_USER "Users" > @@ -142,19 +142,19 @@ > > #define S_NETPREFS_NETMENU "Networks" > #define S_NETPREFS_DEFAULTS_ITEM "Defaults" > -#define S_NETPREFS_ADD_NEW "Add New" > +#define S_NETPREFS_ADD_NEW "Add new" > #define S_NETPREFS_REMOVE "Remove current" > #define S_NETPREFS_DUPE "Duplicate current" > -#define S_NETPREFS_NET_BOX "Network Details" > -#define S_NETPREFS_PERSONAL_BOX "Personal Details" > +#define S_NETPREFS_NET_BOX "Network details" > +#define S_NETPREFS_PERSONAL_BOX "Personal details" > #define S_NETPREFS_CONN1 "Will connect to" > #define S_NETPREFS_CONN2 "falling back to 9 others." > #define S_NETPREFS_CHANGE_SERVER "Change servers" > #define S_NETPREFS_AUTOEXEC "Autoexec:" > #define S_NETPREFS_LAG_CHECK "Enable lag checking" > #define S_NETPREFS_STARTUP_CONN "Connect to this network when Vision starts up" > -#define S_NETPREFS_USE_DEFAULTS "Use Defaults" > -#define S_NETPREFS_PREFNICK "Preferred Nicks:" > +#define S_NETPREFS_USE_DEFAULTS "Use defaults" > +#define S_NETPREFS_PREFNICK "Preferred nicks:" > #define S_NETPREFS_ADD_BUTTON "Add" > #define S_NETPREFS_REMOVE_BUTTON "Remove" > #define S_NETPREFS_IDENT "Ident: " > @@ -162,15 +162,15 @@ > #define S_NETPREFS_FALLBACK1 "falling back to " > #define S_NETPREFS_FALLBACK2 " other" > #define S_NETPREFS_FALLBACK2_PLURAL "s" > -#define S_NETPREFS_ADDNET_TITLE "Add Network" > -#define S_NETPREFS_DUPENET_TITLE "Duplicate Network" > -#define S_NETPREFS_NET_PROMPT "Network Name: " > -#define S_NETPREFS_ADDNICK_TITLE "Add Nickname" > +#define S_NETPREFS_ADDNET_TITLE "Add network" > +#define S_NETPREFS_DUPENET_TITLE "Duplicate network" > +#define S_NETPREFS_NET_PROMPT "Network name: " > +#define S_NETPREFS_ADDNICK_TITLE "Add nickname" > #define S_NETPREFS_ADDNICK_PROMPT "Nickname: " > > // network windows > > -#define S_NETWORK_WINDOW_TITLE "Network Setup" > +#define S_NETWORK_WINDOW_TITLE "Network setup" > #define S_SERVERPREFS_TITLE "Servers" > > // notify list > @@ -178,7 +178,7 @@ > #define S_NOTIFYLIST_QUERY_ITEM "Query" > #define S_NOTIFYLIST_WHOIS_ITEM "Whois" > #define S_NOTIFYLIST_REMOVE_ITEM "Remove" > -#define S_NOTIFYLIST_DCC_ITEM "DCC Chat" > +#define S_NOTIFYLIST_DCC_ITEM "DCC chat" > // command parser > > #define S_PCMD_PARAMETER_ERROR "Error: Invalid parameters" > @@ -249,8 +249,8 @@ > // app prefs > > #define S_PREFAPP_VERSION_PARANOID "Show OS information in version reply" > -#define S_PREFAPP_CMDW "Require double Cmd+Q/W to close" > -#define S_PREFAPP_STRIP_MIRC "Strip mIRC Colors" > +#define S_PREFAPP_CMDW "Require double CMD+Q/W to close" > +#define S_PREFAPP_STRIP_MIRC "Strip mIRC colors" > #define S_PREFAPP_WARN_MULTILINE "Warn when multiline pasting" > #define S_PREFAPP_QUERY_MSG "Open new query on message" > > @@ -259,7 +259,7 @@ > #define S_PREFCOLOR_TEXT "Text" > #define S_PREFCOLOR_BACKGROUND "Background" > #define S_PREFCOLOR_URL "URL" > -#define S_PREFCOLOR_SERVERTEXT "Server Text" > +#define S_PREFCOLOR_SERVERTEXT "Server text" > #define S_PREFCOLOR_NOTICE "Notice" > #define S_PREFCOLOR_ACTION "Action" > #define S_PREFCOLOR_QUIT "Quit" > @@ -270,14 +270,14 @@ > #define S_PREFCOLOR_JOIN "Join" > #define S_PREFCOLOR_KICK "Kick" > #define S_PREFCOLOR_WHOIS "Whois" > -#define S_PREFCOLOR_NAMES_NORM "Names (Normal)" > -#define S_PREFCOLOR_NAMES_OP "Names (Op)" > -#define S_PREFCOLOR_NAMES_HELP "Names (Helper)" > -#define S_PREFCOLOR_NAMES_VOICE "Names (Voice)" > +#define S_PREFCOLOR_NAMES_NORM "Names (normal)" > +#define S_PREFCOLOR_NAMES_OP "Names (OP)" > +#define S_PREFCOLOR_NAMES_HELP "Names (helper)" > +#define S_PREFCOLOR_NAMES_VOICE "Names (voice)" > #define S_PREFCOLOR_NAMES_SEL "Names selection" > -#define S_PREFCOLOR_NAMES_BG "Names Background" > -#define S_PREFCOLOR_CTCP_REQ "CTCP Request" > -#define S_PREFCOLOR_CTCP_RPY "CTCP Reply" > +#define S_PREFCOLOR_NAMES_BG "Names background" > +#define S_PREFCOLOR_CTCP_REQ "CTCP request" > +#define S_PREFCOLOR_CTCP_RPY "CTCP reply" > #define S_PREFCOLOR_IGNORE "Ignore" > #define S_PREFCOLOR_INPUT_TXT "Input text" > #define S_PREFCOLOR_INPUT_BG "Input background" > @@ -291,26 +291,26 @@ > #define S_PREFCOLOR_TIMESTAMP "Timestamp" > #define S_PREFCOLOR_TIMESTAMP_BG "Timestamp background" > #define S_PREFCOLOR_SELECTION "Selection" > -#define S_PREFCOLOR_MIRCWHITE "mIRC White" > -#define S_PREFCOLOR_MIRCBLACK "mIRC Black" > -#define S_PREFCOLOR_MIRCDBLUE "mIRC Dark Blue" > -#define S_PREFCOLOR_MIRCGREEN "mIRC Green" > -#define S_PREFCOLOR_MIRCRED "mIRC Red" > -#define S_PREFCOLOR_MIRCBROWN "mIRC Brown" > -#define S_PREFCOLOR_MIRCPURPLE "mIRC Purple" > -#define S_PREFCOLOR_MIRCORANGE "mIRC Orange" > -#define S_PREFCOLOR_MIRCYELLOW "mIRC Yellow" > -#define S_PREFCOLOR_MIRCLIME "mIRC Lime" > -#define S_PREFCOLOR_MIRCTEAL "mIRC Teal" > -#define S_PREFCOLOR_MIRCAQUA "mIRC Aqua" > -#define S_PREFCOLOR_MIRCLBLUE "mIRC Light Blue" > -#define S_PREFCOLOR_MIRCPINK "mIRC Pink" > -#define S_PREFCOLOR_MIRCGREY "mIRC Grey" > -#define S_PREFCOLOR_MIRCSILVER "mIRC Silver" > -#define S_PREFCOLOR_NOTIFY_ON "Notify Online" > -#define S_PREFCOLOR_NOTIFY_OFF "Notify Offline" > -#define S_PREFCOLOR_NOTIFY_BG "Notify List background" > -#define S_PREFCOLOR_NOTIFY_SEL "Notify List selection" > +#define S_PREFCOLOR_MIRCWHITE "mIRC white" > +#define S_PREFCOLOR_MIRCBLACK "mIRC black" > +#define S_PREFCOLOR_MIRCDBLUE "mIRC dark blue" > +#define S_PREFCOLOR_MIRCGREEN "mIRC green" > +#define S_PREFCOLOR_MIRCRED "mIRC red" > +#define S_PREFCOLOR_MIRCBROWN "mIRC brown" > +#define S_PREFCOLOR_MIRCPURPLE "mIRC purple" > +#define S_PREFCOLOR_MIRCORANGE "mIRC orange" > +#define S_PREFCOLOR_MIRCYELLOW "mIRC yellow" > +#define S_PREFCOLOR_MIRCLIME "mIRC lime" > +#define S_PREFCOLOR_MIRCTEAL "mIRC teal" > +#define S_PREFCOLOR_MIRCAQUA "mIRC aqua" > +#define S_PREFCOLOR_MIRCLBLUE "mIRC light blue" > +#define S_PREFCOLOR_MIRCPINK "mIRC pink" > +#define S_PREFCOLOR_MIRCGREY "mIRC grey" > +#define S_PREFCOLOR_MIRCSILVER "mIRC silver" > +#define S_PREFCOLOR_NOTIFY_ON "Notify online" > +#define S_PREFCOLOR_NOTIFY_OFF "Notify offline" > +#define S_PREFCOLOR_NOTIFY_BG "Notify list background" > +#define S_PREFCOLOR_NOTIFY_SEL "Notify list selection" > #define S_PREFCOLOR_REVERT "Revert" > > // command prefs > @@ -325,11 +325,11 @@ > > // dcc prefs > > -#define S_PREFDCC_BLOCK_SIZE "DCC Block Size: " > +#define S_PREFDCC_BLOCK_SIZE "DCC block size: " > #define S_PREFDCC_AUTOACK "Automatically accept incoming sends" > #define S_PREFDCC_PRIVATE "Automatically check for NAT IP" > #define S_PREFDCC_DEFPATH "Default path: " > -#define S_PREFDCC_PORTRANGE "DCC Port Range" > +#define S_PREFDCC_PORTRANGE "DCC port range" > #define S_PREFDCC_PORTMIN "Min: " > #define S_PREFDCC_PORTMAX "Max: " > > @@ -341,20 +341,20 @@ > #define S_PREFEVENT_QUIT "Quit:" > #define S_PREFEVENT_KICK "Kick:" > #define S_PREFEVENT_TOPIC "Topic:" > -#define S_PREFEVENT_SNOTICE "Server Notice:" > -#define S_PREFEVENT_UNOTICE "User Notice:" > -#define S_PREFEVENT_NOTIFYON "Notify On:" > -#define S_PREFEVENT_NOTIFYOFF "Notify Off:" > +#define S_PREFEVENT_SNOTICE "Server notice:" > +#define S_PREFEVENT_UNOTICE "User notice:" > +#define S_PREFEVENT_NOTIFYON "Notify on:" > +#define S_PREFEVENT_NOTIFYOFF "Notify off:" > > // font prefs > > #define S_PREFFONT_TEXT "Text" > -#define S_PREFFONT_SMESSAGES "Server Messages" > +#define S_PREFFONT_SMESSAGES "Server messages" > #define S_PREFFONT_URLS "URLs" > #define S_PREFFONT_NAMESLIST "Names list" > #define S_PREFFONT_INPUT_TEXT "Input text" > -#define S_PREFFONT_WINLIST "Window List" > -#define S_PREFFONT_CHANLIST "Channel List" > +#define S_PREFFONT_WINLIST "Window list" > +#define S_PREFFONT_CHANLIST "Channel list" > #define S_PREFFONT_TSTAMP "Timestamp" > #define S_PREFFONT_FONTLABEL "Font: " > #define S_PREFFONT_SIZELABEL "Size: " > @@ -392,13 +392,13 @@ > #define S_SERVER_ATTEMPT3 "connect (attempt " > #define S_SERVER_ATTEMPT4 " of " > #define S_SERVER_ATTEMPT5 "[@] Attempting a connection to " > -#define S_SERVER_CONN_ERROR1 "[@] Could not create connection to address and port. Make sure your Internet connection is operational." > +#define S_SERVER_CONN_ERROR1 "[@] Could not create connection to address and port. Make sure your internet connection is operational." > #define S_SERVER_CONN_ERROR2 "[@] Could not establish a connection to the server. Sorry." > #define S_SERVER_CONN_OPEN "[@] Connection open, waiting for reply from server" > -#define S_SERVER_LOCALIP_ERROR "[@] Error getting Local IP" > +#define S_SERVER_LOCALIP_ERROR "[@] Error getting local IP" > #define S_SERVER_LOCALIP "[@] Local IP: " > -#define S_SERVER_PROXY_MSG "[@] (It looks like you are behind an Internet gateway. Vision will query the IRC server upon successful connection for your gateway's Internet address. This will be used for DCC communication.)" > -#define S_SERVER_PASS_MSG "[@] Sending Password" > +#define S_SERVER_PROXY_MSG "[@] (It looks like you are behind an internet gateway. Vision will query the IRC server upon successful connection for your gateway's internet address. This will be used for DCC communication.)" > +#define S_SERVER_PASS_MSG "[@] Sending password" > #define S_SERVER_HANDSHAKE "[@] Handshaking" > #define S_SERVER_ESTABLISH "[@] Established" > #define S_SERVER_RETRY_LIMIT "[@] Retry limit reached; giving up. Type /reconnect if you want to give it another go." > @@ -414,7 +414,7 @@ > > // server entry window > > -#define S_SERVERWIN_TITLE "Add Server" > +#define S_SERVERWIN_TITLE "Add server" > #define S_SERVERWIN_SERVER "Server: " > #define S_SERVERWIN_PORT "Port: " > #define S_SERVERWIN_MENU1 "Choose status" > @@ -424,15 +424,15 @@ > #define S_SERVERWIN_STATE "State: " > #define S_SERVERWIN_DONE_BUTTON "Done" > #define S_SERVERWIN_CANCEL_BUTTON "Cancel" > -#define S_SERVERWIN_PASS_CHECK "Use Password: " > +#define S_SERVERWIN_PASS_CHECK "Use password: " > > // setup window > > -#define S_SETUP_TITLE "Setup Window" > +#define S_SETUP_TITLE "Setup window" > #define S_SETUP_CONNECT_BUTTON "Connect" > -#define S_SETUP_NETPREFS "Network Setup" > +#define S_SETUP_NETPREFS "Network setup" > #define S_SETUP_GENPREFS "Preferences" > -#define S_SETUP_CHOOSENET "Choose Network" > +#define S_SETUP_CHOOSENET "Choose network" > #define S_SETUP_CHOOSELABEL "Network: " > > // status bar > > Modified: branches/0.9.7/src/VisionStrings.h.en > =================================================================== > --- branches/0.9.7/src/VisionStrings.h.en 2013-05-31 01:25:49 UTC (rev 941) > +++ branches/0.9.7/src/VisionStrings.h.en 2013-05-31 01:34:17 UTC (rev 942) > @@ -56,8 +56,8 @@ > > #define S_CW_APP_ABOUT "About" > #define S_CW_APP_PREFS "Preferences" > -#define S_CW_APP_CHANLIST "List Channels" > -#define S_CW_APP_TERMINAL "New Terminal" > +#define S_CW_APP_CHANLIST "List channels" > +#define S_CW_APP_TERMINAL "New terminal" > #define S_CW_APP_QUIT "Quit" > #define S_CW_SERVER_MENU "Server" > #define S_CW_SERVER_CONNECT "Connect to" > @@ -66,24 +66,24 @@ > #define S_CW_EDIT_CUT "Cut" > #define S_CW_EDIT_COPY "Copy" > #define S_CW_EDIT_PASTE "Paste" > -#define S_CW_EDIT_SELECT_ALL "Select All" > +#define S_CW_EDIT_SELECT_ALL "Select all" > #define S_CW_WINDOW_MENU "Window" > -#define S_CW_WINDOW_PART "Close Subwindow" > +#define S_CW_WINDOW_PART "Close subwindow" > #define S_CW_WINDOW_UP "Up" > #define S_CW_WINDOW_DOWN "Down" > -#define S_CW_WINDOW_SM_UP "Smart Up" > -#define S_CW_WINDOW_SM_DOWN "Smart Down" > -#define S_CW_WINDOW_NETWORK "Network Window" > -#define S_CW_WINDOW_PREVIOUS "Previous Window" > -#define S_CW_WINDOW_NET_UP "Move Network Up" > -#define S_CW_WINDOW_NET_DOWN "Move Network Down" > -#define S_CW_WINDOW_COLLAPSE "Collapse Network" > -#define S_CW_WINDOW_EXPAND "Expand Network" > +#define S_CW_WINDOW_SM_UP "Smart up" > +#define S_CW_WINDOW_SM_DOWN "Smart down" > +#define S_CW_WINDOW_NETWORK "Network window" > +#define S_CW_WINDOW_PREVIOUS "Previous window" > +#define S_CW_WINDOW_NET_UP "Move network up" > +#define S_CW_WINDOW_NET_DOWN "Move network down" > +#define S_CW_WINDOW_COLLAPSE "Collapse network" > +#define S_CW_WINDOW_EXPAND "Expand network" > > // client window dock > > -#define S_CWD_WINLIST_HEADER "Window List" > -#define S_CWD_NOTIFY_HEADER "Notify List" > +#define S_CWD_WINLIST_HEADER "Window list" > +#define S_CWD_NOTIFY_HEADER "Notify list" > > // DCC messages > > @@ -107,13 +107,13 @@ > #define S_DCC_CHAT_TRY "Trying to connect to address " > #define S_DCC_CHAT_PORT ", port " > #define S_DCC_CHAT_CONNECTED "Connected!\n" > -#define S_DCC_CHAT_TERM "DCC Chat Terminated.\n" > +#define S_DCC_CHAT_TERM "DCC chat terminated.\n" > > // list agent > > #define S_LIST_MENU "Channels" > #define S_LIST_MENU_FIND "Find" > -#define S_LIST_MENU_FINDNEXT "Find Next" > +#define S_LIST_MENU_FINDNEXT "Find next" > #define S_LIST_MENU_FILTER "Filter" > #define S_LIST_COLUMN_CHAN "Channel" > #define S_LIST_COLUMN_USER "Users" > @@ -142,19 +142,19 @@ > > #define S_NETPREFS_NETMENU "Networks" > #define S_NETPREFS_DEFAULTS_ITEM "Defaults" > -#define S_NETPREFS_ADD_NEW "Add New" > +#define S_NETPREFS_ADD_NEW "Add new" > #define S_NETPREFS_REMOVE "Remove current" > #define S_NETPREFS_DUPE "Duplicate current" > -#define S_NETPREFS_NET_BOX "Network Details" > -#define S_NETPREFS_PERSONAL_BOX "Personal Details" > +#define S_NETPREFS_NET_BOX "Network details" > +#define S_NETPREFS_PERSONAL_BOX "Personal details" > #define S_NETPREFS_CONN1 "Will connect to" > #define S_NETPREFS_CONN2 "falling back to 9 others." > #define S_NETPREFS_CHANGE_SERVER "Change servers" > #define S_NETPREFS_AUTOEXEC "Autoexec:" > #define S_NETPREFS_LAG_CHECK "Enable lag checking" > #define S_NETPREFS_STARTUP_CONN "Connect to this network when Vision starts up" > -#define S_NETPREFS_USE_DEFAULTS "Use Defaults" > -#define S_NETPREFS_PREFNICK "Preferred Nicks:" > +#define S_NETPREFS_USE_DEFAULTS "Use defaults" > +#define S_NETPREFS_PREFNICK "Preferred nicks:" > #define S_NETPREFS_ADD_BUTTON "Add" > #define S_NETPREFS_REMOVE_BUTTON "Remove" > #define S_NETPREFS_IDENT "Ident: " > @@ -162,15 +162,15 @@ > #define S_NETPREFS_FALLBACK1 "falling back to " > #define S_NETPREFS_FALLBACK2 " other" > #define S_NETPREFS_FALLBACK2_PLURAL "s" > -#define S_NETPREFS_ADDNET_TITLE "Add Network" > -#define S_NETPREFS_DUPENET_TITLE "Duplicate Network" > -#define S_NETPREFS_NET_PROMPT "Network Name: " > -#define S_NETPREFS_ADDNICK_TITLE "Add Nickname" > +#define S_NETPREFS_ADDNET_TITLE "Add network" > +#define S_NETPREFS_DUPENET_TITLE "Duplicate network" > +#define S_NETPREFS_NET_PROMPT "Network name: " > +#define S_NETPREFS_ADDNICK_TITLE "Add nickname" > #define S_NETPREFS_ADDNICK_PROMPT "Nickname: " > > // network windows > > -#define S_NETWORK_WINDOW_TITLE "Network Setup" > +#define S_NETWORK_WINDOW_TITLE "Network setup" > #define S_SERVERPREFS_TITLE "Servers" > > // notify list > @@ -178,7 +178,7 @@ > #define S_NOTIFYLIST_QUERY_ITEM "Query" > #define S_NOTIFYLIST_WHOIS_ITEM "Whois" > #define S_NOTIFYLIST_REMOVE_ITEM "Remove" > -#define S_NOTIFYLIST_DCC_ITEM "DCC Chat" > +#define S_NOTIFYLIST_DCC_ITEM "DCC chat" > // command parser > > #define S_PCMD_PARAMETER_ERROR "Error: Invalid parameters" > @@ -242,8 +242,8 @@ > // app prefs > > #define S_PREFAPP_VERSION_PARANOID "Show OS information in version reply" > -#define S_PREFAPP_CMDW "Require double Cmd+Q/W to close" > -#define S_PREFAPP_STRIP_MIRC "Strip mIRC Colors" > +#define S_PREFAPP_CMDW "Require double CMD+Q/W to close" > +#define S_PREFAPP_STRIP_MIRC "Strip mIRC colors" > #define S_PREFAPP_WARN_MULTILINE "Warn when multiline pasting" > #define S_PREFAPP_QUERY_MSG "Open new query on message" > > @@ -252,7 +252,7 @@ > #define S_PREFCOLOR_TEXT "Text" > #define S_PREFCOLOR_BACKGROUND "Background" > #define S_PREFCOLOR_URL "URL" > -#define S_PREFCOLOR_SERVERTEXT "Server Text" > +#define S_PREFCOLOR_SERVERTEXT "Server text" > #define S_PREFCOLOR_NOTICE "Notice" > #define S_PREFCOLOR_ACTION "Action" > #define S_PREFCOLOR_QUIT "Quit" > @@ -263,14 +263,14 @@ > #define S_PREFCOLOR_JOIN "Join" > #define S_PREFCOLOR_KICK "Kick" > #define S_PREFCOLOR_WHOIS "Whois" > -#define S_PREFCOLOR_NAMES_NORM "Names (Normal)" > -#define S_PREFCOLOR_NAMES_OP "Names (Op)" > -#define S_PREFCOLOR_NAMES_HELP "Names (Helper)" > -#define S_PREFCOLOR_NAMES_VOICE "Names (Voice)" > +#define S_PREFCOLOR_NAMES_NORM "Names (normal)" > +#define S_PREFCOLOR_NAMES_OP "Names (OP)" > +#define S_PREFCOLOR_NAMES_HELP "Names (helper)" > +#define S_PREFCOLOR_NAMES_VOICE "Names (voice)" > #define S_PREFCOLOR_NAMES_SEL "Names selection" > -#define S_PREFCOLOR_NAMES_BG "Names Background" > -#define S_PREFCOLOR_CTCP_REQ "CTCP Request" > -#define S_PREFCOLOR_CTCP_RPY "CTCP Reply" > +#define S_PREFCOLOR_NAMES_BG "Names background" > +#define S_PREFCOLOR_CTCP_REQ "CTCP request" > +#define S_PREFCOLOR_CTCP_RPY "CTCP reply" > #define S_PREFCOLOR_IGNORE "Ignore" > #define S_PREFCOLOR_INPUT_TXT "Input text" > #define S_PREFCOLOR_INPUT_BG "Input background" > @@ -284,26 +284,26 @@ > #define S_PREFCOLOR_TIMESTAMP "Timestamp" > #define S_PREFCOLOR_TIMESTAMP_BG "Timestamp background" > #define S_PREFCOLOR_SELECTION "Selection" > -#define S_PREFCOLOR_MIRCWHITE "mIRC White" > -#define S_PREFCOLOR_MIRCBLACK "mIRC Black" > -#define S_PREFCOLOR_MIRCDBLUE "mIRC Dark Blue" > -#define S_PREFCOLOR_MIRCGREEN "mIRC Green" > -#define S_PREFCOLOR_MIRCRED "mIRC Red" > -#define S_PREFCOLOR_MIRCBROWN "mIRC Brown" > -#define S_PREFCOLOR_MIRCPURPLE "mIRC Purple" > -#define S_PREFCOLOR_MIRCORANGE "mIRC Orange" > -#define S_PREFCOLOR_MIRCYELLOW "mIRC Yellow" > -#define S_PREFCOLOR_MIRCLIME "mIRC Lime" > -#define S_PREFCOLOR_MIRCTEAL "mIRC Teal" > -#define S_PREFCOLOR_MIRCAQUA "mIRC Aqua" > -#define S_PREFCOLOR_MIRCLBLUE "mIRC Light Blue" > -#define S_PREFCOLOR_MIRCPINK "mIRC Pink" > -#define S_PREFCOLOR_MIRCGREY "mIRC Grey" > -#define S_PREFCOLOR_MIRCSILVER "mIRC Silver" > -#define S_PREFCOLOR_NOTIFY_ON "Notify Online" > -#define S_PREFCOLOR_NOTIFY_OFF "Notify Offline" > -#define S_PREFCOLOR_NOTIFY_BG "Notify List background" > -#define S_PREFCOLOR_NOTIFY_SEL "Notify List selection" > +#define S_PREFCOLOR_MIRCWHITE "mIRC white" > +#define S_PREFCOLOR_MIRCBLACK "mIRC black" > +#define S_PREFCOLOR_MIRCDBLUE "mIRC dark blue" > +#define S_PREFCOLOR_MIRCGREEN "mIRC green" > +#define S_PREFCOLOR_MIRCRED "mIRC red" > +#define S_PREFCOLOR_MIRCBROWN "mIRC brown" > +#define S_PREFCOLOR_MIRCPURPLE "mIRC purple" > +#define S_PREFCOLOR_MIRCORANGE "mIRC orange" > +#define S_PREFCOLOR_MIRCYELLOW "mIRC yellow" > +#define S_PREFCOLOR_MIRCLIME "mIRC lime" > +#define S_PREFCOLOR_MIRCTEAL "mIRC teal" > +#define S_PREFCOLOR_MIRCAQUA "mIRC aqua" > +#define S_PREFCOLOR_MIRCLBLUE "mIRC light blue" > +#define S_PREFCOLOR_MIRCPINK "mIRC pink" > +#define S_PREFCOLOR_MIRCGREY "mIRC grey" > +#define S_PREFCOLOR_MIRCSILVER "mIRC silver" > +#define S_PREFCOLOR_NOTIFY_ON "Notify online" > +#define S_PREFCOLOR_NOTIFY_OFF "Notify offline" > +#define S_PREFCOLOR_NOTIFY_BG "Notify list background" > +#define S_PREFCOLOR_NOTIFY_SEL "Notify list selection" > #define S_PREFCOLOR_REVERT "Revert" > > // command prefs > @@ -318,11 +318,11 @@ > > // dcc prefs > > -#define S_PREFDCC_BLOCK_SIZE "DCC Block Size: " > +#define S_PREFDCC_BLOCK_SIZE "DCC block size: " > #define S_PREFDCC_AUTOACK "Automatically accept incoming sends" > #define S_PREFDCC_PRIVATE "Automatically check for NAT IP" > #define S_PREFDCC_DEFPATH "Default path: " > -#define S_PREFDCC_PORTRANGE "DCC Port Range" > +#define S_PREFDCC_PORTRANGE "DCC port range" > #define S_PREFDCC_PORTMIN "Min: " > #define S_PREFDCC_PORTMAX "Max: " > > @@ -334,20 +334,20 @@ > #define S_PREFEVENT_QUIT "Quit:" > #define S_PREFEVENT_KICK "Kick:" > #define S_PREFEVENT_TOPIC "Topic:" > -#define S_PREFEVENT_SNOTICE "Server Notice:" > -#define S_PREFEVENT_UNOTICE "User Notice:" > -#define S_PREFEVENT_NOTIFYON "Notify On:" > -#define S_PREFEVENT_NOTIFYOFF "Notify Off:" > +#define S_PREFEVENT_SNOTICE "Server notice:" > +#define S_PREFEVENT_UNOTICE "User notice:" > +#define S_PREFEVENT_NOTIFYON "Notify on:" > +#define S_PREFEVENT_NOTIFYOFF "Notify off:" > > // font prefs > > #define S_PREFFONT_TEXT "Text" > -#define S_PREFFONT_SMESSAGES "Server Messages" > +#define S_PREFFONT_SMESSAGES "Server messages" > #define S_PREFFONT_URLS "URLs" > #define S_PREFFONT_NAMESLIST "Names list" > #define S_PREFFONT_INPUT_TEXT "Input text" > -#define S_PREFFONT_WINLIST "Window List" > -#define S_PREFFONT_CHANLIST "Channel List" > +#define S_PREFFONT_WINLIST "Window list" > +#define S_PREFFONT_CHANLIST "Channel list" > #define S_PREFFONT_TSTAMP "Timestamp" > #define S_PREFFONT_FONTLABEL "Font: " > #define S_PREFFONT_SIZELABEL "Size: " > @@ -384,13 +384,13 @@ > #define S_SERVER_ATTEMPT3 "connect (attempt " > #define S_SERVER_ATTEMPT4 " of " > #define S_SERVER_ATTEMPT5 "[@] Attempting a connection to " > -#define S_SERVER_CONN_ERROR1 "[@] Could not create connection to address and port. Make sure your Internet connection is operational." > +#define S_SERVER_CONN_ERROR1 "[@] Could not create connection to address and port. Make sure your internet connection is operational." > #define S_SERVER_CONN_ERROR2 "[@] Could not establish a connection to the server. Sorry." > #define S_SERVER_CONN_OPEN "[@] Connection open, waiting for reply from server" > -#define S_SERVER_LOCALIP_ERROR "[@] Error getting Local IP" > +#define S_SERVER_LOCALIP_ERROR "[@] Error getting local IP" > #define S_SERVER_LOCALIP "[@] Local IP: " > -#define S_SERVER_PROXY_MSG "[@] (It looks like you are behind an Internet gateway. Vision will query the IRC server upon successful connection for your gateway's Internet address. This will be used for DCC communication.)" > -#define S_SERVER_PASS_MSG "[@] Sending Password" > +#define S_SERVER_PROXY_MSG "[@] (It looks like you are behind an internet gateway. Vision will query the IRC server upon successful connection for your gateway's internet address. This will be used for DCC communication.)" > +#define S_SERVER_PASS_MSG "[@] Sending password" > #define S_SERVER_HANDSHAKE "[@] Handshaking" > #define S_SERVER_ESTABLISH "[@] Established" > #define S_SERVER_RETRY_LIMIT "[@] Retry limit reached; giving up. Type /reconnect if you want to give it another go." > @@ -406,7 +406,7 @@ > > // server entry window > > -#define S_SERVERWIN_TITLE "Add Server" > +#define S_SERVERWIN_TITLE "Add server" > #define S_SERVERWIN_SERVER "Server: " > #define S_SERVERWIN_PORT "Port: " > #define S_SERVERWIN_MENU1 "Choose status" > @@ -416,15 +416,15 @@ > #define S_SERVERWIN_STATE "State: " > #define S_SERVERWIN_DONE_BUTTON "Done" > #define S_SERVERWIN_CANCEL_BUTTON "Cancel" > -#define S_SERVERWIN_PASS_CHECK "Use Password: " > +#define S_SERVERWIN_PASS_CHECK "Use password: " > > // setup window > > -#define S_SETUP_TITLE "Setup Window" > +#define S_SETUP_TITLE "Setup window" > #define S_SETUP_CONNECT_BUTTON "Connect" > -#define S_SETUP_NETPREFS "Network Setup" > +#define S_SETUP_NETPREFS "Network setup" > #define S_SETUP_GENPREFS "Preferences" > -#define S_SETUP_CHOOSENET "Choose Network" > +#define S_SETUP_CHOOSENET "Choose network" > #define S_SETUP_CHOOSELABEL "Network: " > > // status bar > > This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. > > > > > ------------------------------ > > ------------------------------------------------------------------------------ > Get 100% visibility into Java/.NET code with AppDynamics Lite > It's a free troubleshooting tool designed for production > Get down to code-level detail for bottlenecks, with <2% overhead. > Download for free and get started troubleshooting in minutes. > http://p.sf.net/sfu/appdyn_d2d_ap2 > > ------------------------------ > > _______________________________________________ > Vision-list mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/vision-list > > > End of Vision-list Digest, Vol 13, Issue 1 > ****************************************** |