[haiku-commits] r35044 - in haiku/trunk/src: kits/bluetooth kits/bluetooth/UI kits/interface kits/mail kits/media ...

  • From: superstippi@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 13 Jan 2010 11:58:34 +0100 (CET)

Author: stippi
Date: 2010-01-13 11:58:34 +0100 (Wed, 13 Jan 2010)
New Revision: 35044
Changeset: http://dev.haiku-os.org/changeset/35044/haiku
Ticket: http://dev.haiku-os.org/ticket/5169

Modified:
   haiku/trunk/src/kits/bluetooth/CommandManager.cpp
   haiku/trunk/src/kits/bluetooth/DeviceClass.cpp
   haiku/trunk/src/kits/bluetooth/UI/ConnectionIncoming.cpp
   haiku/trunk/src/kits/bluetooth/UI/PincodeWindow.cpp
   haiku/trunk/src/kits/interface/Dragger.cpp
   haiku/trunk/src/kits/mail/ChainRunner.cpp
   haiku/trunk/src/kits/mail/ProtocolConfigView.cpp
   haiku/trunk/src/kits/mail/StatusWindow.cpp
   haiku/trunk/src/kits/media/DefaultMediaTheme.cpp
   haiku/trunk/src/kits/media/TimeSourceObject.cpp
   haiku/trunk/src/kits/print/JobSetupPanel.cpp
   haiku/trunk/src/kits/storage/disk_device/PartitioningDialog.cpp
   haiku/trunk/src/servers/bluetooth/DeskbarReplicant.cpp
   haiku/trunk/src/servers/mail/DeskbarView.cpp
   haiku/trunk/src/servers/mail/install.japanese.sh
   haiku/trunk/src/servers/mail/install.sh
   haiku/trunk/src/servers/media_addon/SystemTimeSource.cpp
   haiku/trunk/src/servers/mount/AutoMounter.cpp
   haiku/trunk/src/servers/net/NetServer.cpp
   haiku/trunk/src/servers/print/ConfigWindow.cpp
   haiku/trunk/src/servers/print/ResourceManager.cpp
   haiku/trunk/src/servers/registrar/ShutdownProcess.cpp
   haiku/trunk/src/servers/syslog_daemon/SyslogDaemon.cpp
Log:
Patch by Humdinger:
Switched strings to sentence case in servers and kits. This is the
case-servers+kits.diff applied from #5169. Couldn't spot any possibly
problematic changes.
Thanks a lot!


Modified: haiku/trunk/src/kits/bluetooth/CommandManager.cpp
===================================================================
--- haiku/trunk/src/kits/bluetooth/CommandManager.cpp   2010-01-13 10:49:58 UTC 
(rev 35043)
+++ haiku/trunk/src/kits/bluetooth/CommandManager.cpp   2010-01-13 10:58:34 UTC 
(rev 35044)
@@ -341,37 +341,37 @@
 
 const char* linkControlCommands[] = {
        "Inquiry",
-       "Inquiry Cancel",
-       "Periodic Inquiry Mode",
-       "Exit Periodic Inquiry Mode",
-       "Create Connection",
+       "Inquiry cancel",
+       "Periodic inquiry mode",
+       "Exit periodic inquiry mode",
+       "Create connection",
        "Disconnect",
-       "Add SCO Connection", // not on 2.1
-       "Cancel Create Connection",
-       "Accept Connection Request",
-       "Reject Connection Request",
-       "Link Key Request Reply",
-       "Link Key Request Negative Reply",
-       "PIN Code Request Reply",
-       "PIN Code Request Negative Reply",
-       "Change Connection Packet Type",
+       "Add SCO connection", // not on 2.1
+       "Cancel create connection",
+       "Accept connection request",
+       "Reject connection request",
+       "Link key request reply",
+       "Link key request negative reply",
+       "PIN code request reply",
+       "PIN code request negative reply",
+       "Change connection packet type",
        "Reserved", // not on 2.1",
-       "Authentication Requested",
+       "Authentication requested",
        "Reserved", // not on 2.1",
-       "Set Connection Encryption",
+       "Set connection encryption",
        "Reserved", // not on 2.1",
-       "Change Connection Link Key",
+       "Change connection link key",
        "Reserved", // not on 2.1",
-       "Master Link Key",
+       "Master link key",
        "Reserved", // not on 2.1",
-       "Remote Name Request",
-       "Cancel Remote Name Request",
-       "Read Remote Supported Features",
-       "Read Remote Extended Features",
-       "Read Remote Version Information",
+       "Remote name request",
+       "Cancel remote name request",
+       "Read remote supported features",
+       "Read remote extended features",
+       "Read remote version information",
        "Reserved", // not on 2.1",
-       "Read Clock Offset",
-       "Read LMP Handle",
+       "Read clock offset",
+       "Read LMP handle",
        "Reserved",
        "Reserved",
        "Reserved",
@@ -379,117 +379,117 @@
        "Reserved",
        "Reserved",
        "Reserved",
-       "Setup Synchronous Connection",
-       "Accept Synchronous Connection",
-       "Reject Synchronous Connection",        
-       "IO Capability Request Reply",
-       "User Confirmation Request Reply",
-       "User Confirmation Request Negative Reply",
-       "User Passkey Request Reply",
-       "User Passkey Request Negative Reply",
-       "Remote OOB Data Request Reply",
+       "Setup synchronous connection",
+       "Accept synchronous connection",
+       "Reject synchronous connection",        
+       "IO capability request reply",
+       "User confirmation request reply",
+       "User confirmation request negative reply",
+       "User passkey request reply",
+       "User passkey request negative reply",
+       "Remote OOB data request reply",
        "Reserved",
        "Reserved",
-       "Remote OOB Data Request Negative Reply",
-       "IO Capabilities Response Negative Reply"
+       "Remote OOB data request negative reply",
+       "IO capabilities response negative reply"
 };
 
        
 const char* linkPolicyCommands[] = {   
-       "Hold Mode",
+       "Hold mode",
        "Reserved",
-       "Sniff Mode",
-       "Exit Sniff Mode",
-       "Park State",
-       "Exit Park State",
-       "QoS Setup",
+       "Sniff mode",
+       "Exit sniff mode",
+       "Park state",
+       "Exit park state",
+       "QoS setup",
        "Reserved",
-       "Role Discovery",
+       "Role discovery",
        "Reserved",
-       "Switch Role",
-       "Read Link Policy Settings",
-       "Write Link Policy Settings",
-       "Read Default Link Policy Settings",
-       "Write Default Link Policy Settings",
-       "Flow Specification",
-       "Sniff Subrating"
+       "Switch role",
+       "Read link policy settings",
+       "Write link policy settings",
+       "Read default link policy settings",
+       "Write default link policy settings",
+       "Flow specification",
+       "Sniff subrating"
 };
 
 
 const char* controllerBasebandCommands[] = {   
-       "Set Event Mask",
+       "Set event mask",
        "Reserved",
        "Reset",
        "Reserved",     
-       "Set Event Filter",
+       "Set event filter",
        "Reserved",
        "Reserved",
        "Flush",
-       "Read PIN Type",
-       "Write PIN Type",
-       "Create New Unit Key",
+       "Read PIN type",
+       "Write PIN type",
+       "Create new unit key",
        "Reserved",
-       "Read Stored Link Key",
+       "Read stored link key",
        "Reserved",
        "Reserved",
        "Reserved",
-       "Write Stored Link Key",
-       "Delete Stored Link Key",
-       "Write Local Name",
-       "Read Local Name",
-       "Read Connection Accept Timeout",
-       "Write Connection Accept Timeout",
-       "Read Page Timeout",
-       "Write Page Timeout",
-       "Read Scan Enable",
-       "Write Scan Enable",
-       "Read Page Scan Activity",
-       "Write Page Scan Activity",
-       "Read Inquiry Scan Activity",
-       "Write Inquiry Scan Activity",
-       "Read Authentication Enable",
-       "Write Authentication Enable",
-       "Read Encryption Mode", // not 2.1
-       "Write Encryption Mode",// not 2.1
-       "Read Class Of Device",
-       "Write Class Of Device",
-       "Read Voice Setting",
-       "Write Voice Setting",
-       "Read Automatic Flush Timeout",
-       "Write Automatic Flush Timeout",
-       "Read Num Broadcast Retransmissions",
-       "Write Num Broadcast Retransmissions",  
-       "Read Hold Mode Activity",
-       "Write Hold Mode Activity",
-       "Read Transmit Power Level",
-       "Read Synchronous Flow Control Enable",
-       "Write Synchronous Flow Control Enable",
+       "Write stored link key",
+       "Delete stored link key",
+       "Write local name",
+       "Read local name",
+       "Read connection accept timeout",
+       "Write connection accept timeout",
+       "Read page timeout",
+       "Write page timeout",
+       "Read scan enable",
+       "Write scan enable",
+       "Read page scan activity",
+       "Write page scan activity",
+       "Read inquiry scan activity",
+       "Write inquiry scan activity",
+       "Read authentication enable",
+       "Write authentication enable",
+       "Read encryption mode", // not 2.1
+       "Write encryption mode",// not 2.1
+       "Read class of device",
+       "Write class of device",
+       "Read voice setting",
+       "Write voice setting",
+       "Read automatic flush timeout",
+       "Write automatic flush timeout",
+       "Read num broadcast retransmissions",
+       "Write num broadcast retransmissions",  
+       "Read hold mode activity",
+       "Write hold mode activity",
+       "Read transmit power level",
+       "Read synchronous flow control enable",
+       "Write synchronous flow control enable",
        "Reserved",
-       "Set Host Controller To Host Flow Control",
+       "Set host controller to host flow control",
        "Reserved",
-       "Host Buffer Size",
+       "Host buffer size",
        "Reserved",
-       "Host Number Of Completed Packets",
-       "Read Link Supervision Timeout",
-       "Write Link Supervision Timeout",
-       "Read Number of Supported IAC",
-       "Read Current IAC LAP",
-       "Write Current IAC LAP",
-       "Read Page Scan Period Mode", // not 2.1
-       "Write Page Scan Period Mode", // not 2.1
-       "Read Page Scan Mode",          // not 2.1
-       "Write Page Scan Mode",         // not 2.1
-       "Set AFH Channel Classification",
+       "Host number of completed packets",
+       "Read link supervision timeout",
+       "Write link supervision timeout",
+       "Read number of supported IAC",
+       "Read current IAC LAP",
+       "Write current IAC LAP",
+       "Read page scan period mode", // not 2.1
+       "Write page scan period mode", // not 2.1
+       "Read page scan mode",          // not 2.1
+       "Write page scan mode",         // not 2.1
+       "Set AFH channel classification",
        "Reserved",
        "Reserved",
-       "Read Inquiry Scan Type",
-       "Write Inquiry Scan Type",
-       "Read Inquiry Mode",
-       "Write Inquiry Mode",
-       "Read Page Scan Type",
-       "Write Page Scan Type",
-       "Read AFH Channel Assessment Mode",
-       "Write AFH Channel Assessment Mode",
+       "Read inquiry scan type",
+       "Write inquiry scan type",
+       "Read inquiry mode",
+       "Write inquiry mode",
+       "Read page scan type",
+       "Write page scan type",
+       "Read AFH channel assessment mode",
+       "Write AFH channel assessment mode",
        "Reserved",
        "Reserved",
        "Reserved",
@@ -497,93 +497,93 @@
        "Reserved",
        "Reserved",
        "Reserved",
-       "Read Extended Inquiry Response",
-       "Write Extended Inquiry Response",
-       "Refresh Encryption Key",
+       "Read extended inquiry response",
+       "Write extended inquiry response",
+       "Refresh encryption key",
        "Reserved",
-       "Read Simple Pairing Mode",
-       "Write Simple Pairing Mode",
-       "Read Local OOB Data",
-       "Read Inquiry Transmit Power Level",
-       "Write Inquiry Transmit Power Level",
-       "Read Default Erroneous Data Reporting",
-       "Write Default Erroneous Data Reporting",
+       "Read simple pairing mode",
+       "Write simple pairing mode",
+       "Read local OOB data",
+       "Read inquiry transmit power level",
+       "Write inquiry transmit power level",
+       "Read default erroneous data reporting",
+       "Write default erroneous data reporting",
        "Reserved",
        "Reserved",
        "Reserved",
-       "Enhanced Flush",
-       "Send Keypress Notification"
+       "Enhanced flush",
+       "Send keypress notification"
 };
 
 
 const char* informationalParametersCommands[] = {      
-       "Read Local Version Information",
-       "Read Local Supported Commands",
-       "Read Local Supported Features",
-       "Read Local Extended Features",
-       "Read Buffer Size",
+       "Read local version information",
+       "Read local supported commands",
+       "Read local supported features",
+       "Read local extended features",
+       "Read buffer size",
        "Reserved",
-       "Read Country Code", // not 2.1
+       "Read country code", // not 2.1
        "Reserved",
        "Read BD ADDR"
 };
 
        
 const char* statusParametersCommands[] = {
-       "Read Failed Contact Counter",
-       "Reset Failed Contact Counter",
-       "Read Link Quality",
+       "Read failed contact counter",
+       "Reset failed contact counter",
+       "Read link quality",
        "Reserved",
        "Read RSSI",
-       "Read AFH Channel Map",
-       "Read Clock",
+       "Read AFH channel map",
+       "Read clock",
 };
 
 
 const char* testingCommands[] = {
-       "Read Loopback Mode",
-       "Write Loopback Mode",
-       "Enable Device Under Test Mode",
-       "Write Simple Pairing Debug Mode",
+       "Read loopback mode",
+       "Write loopback mode",
+       "Enable device under test mode",
+       "Write simple pairing debug mode",
 };
 
 
 const char* bluetoothEvents[] = {
-       "Inquiry Complete",
-       "Inquiry Result",
-       "Conn Complete",
-       "Conn Request",
-       "Disconnection Complete",
-       "Auth Complete",
-       "Remote Name Request Complete",
-       "Encrypt Change",
-       "Change Conn Link Key Complete",
-       "Master Link Key Compl",
-       "Rmt Features",
-       "Rmt Version",
-       "Qos Setup Complete",
-       "Command Complete",
-       "Command Status",
-       "Hardware Error",
-       "Flush Occur",
-       "Role Change",
-       "Num Comp Pkts",
-       "Mode Change",
-       "Return Link Keys",
-       "Pin Code Req",
-       "Link Key Req",
-       "Link Key Notify",
-       "Loopback Command",
-       "Data Buffer Overflow",
-       "Max Slot Change",
-       "Read Clock Offset Compl",
-       "Con Pkt Type Changed",
-       "Qos Violation",
+       "Inquiry complete",
+       "Inquiry result",
+       "Conn complete",
+       "Conn request",
+       "Disconnection complete",
+       "Auth complete",
+       "Remote name request complete",
+       "Encrypt change",
+       "Change conn link key complete",
+       "Master link key compl",
+       "Rmt features",
+       "Rmt version",
+       "QoS setup complete",
+       "Command complete",
+       "Command status",
+       "Hardware error",
+       "Flush occur",
+       "Role change",
+       "Num comp Pkts",
+       "Mode change",
+       "Return link keys",
+       "Pin code req",
+       "Link key req",
+       "Link key notify",
+       "Loopback command",
+       "Data buffer overflow",
+       "Max slot change",
+       "Read clock offset compl",
+       "Con Pkt type changed",
+       "QoS violation",
        "Reserved",
-       "Page Scan Rep Mode Change",
-       "Flow Specification",
-       "Inquiry Result With Rssi",
-       "Remote Extended Features",
+       "Page scan Rep mode change",
+       "Flow specification",
+       "Inquiry result with RSSI",
+       "Remote extended features",
        "Reserved",
        "Reserved",
        "Reserved",
@@ -592,84 +592,84 @@
        "Reserved",
        "Reserved",
        "Reserved",
-       "Synchronous Connection Completed",
-       "Synchronous Connection Changed",
+       "Synchronous connection completed",
+       "Synchronous connection changed",
        "Reserved",
-       "Extended Inquiry Result",
-       "Encryption Key Refresh Complete",
-       "Io Capability Request",
-       "Io Capability Response",
-       "User Confirmation Request",
-       "User Passkey Request",
-       "Oob Data Request",
-       "Simple Pairing Complete",
+       "Extended inquiry result",
+       "Encryption key refresh complete",
+       "IO capability request",
+       "IO capability response",
+       "User confirmation request",
+       "User passkey request",
+       "OOB data request",
+       "Simple pairing complete",
        "Reserved",
-       "Link Supervision Timeout Changed",
-       "Enhanced Flush Complete",
+       "Link supervision timeout changed",
+       "Enhanced flush complete",
        "Reserved",
        "Reserved",
-       "Keypress Notification",
-       "Remote Host Supported Features Notification"
+       "Keypress notification",
+       "Remote host supported features notification"
 };
 
 
 const char* bluetoothErrors[] = {
-       "No Error",
-       "Unknown Command",
-       "No Connection",
-       "Hardware Failure",
-       "Page Timeout",
-       "Authentication Failure",
-       "Pin Or Key Missing",
-       "Memory Full",
-       "Connection Timeout",
-       "Max Number Of Connections",
-       "Max Number Of Sco Connections",
-       "Acl Connection Exists",
-       "Command Disallowed",
-       "Rejected Limited Resources",
-       "Rejected Security",
-       "Rejected Personal",
-       "Host Timeout",
-       "Unsupported Feature",
-       "Invalid Parameters",
-       "Remote User Ended Connection",
-       "Remote Low Resources",
-       "Remote Power Off",
-       "Connection Terminated",
-       "Repeated Attempts",
-       "Pairing Not Allowed",
-       "Unknown Lmp Pdu",
-       "Unsupported Remote Feature",
-       "Sco Offset Rejected",
-       "Sco Interval Rejected",
-       "Air Mode Rejected",
-       "Invalid Lmp Parameters",
-       "Unspecified Error",
-       "Unsupported Lmp Parameter Value",
-       "Role Change Not Allowed",
-       "Lmp Response Timeout",
-       "Lmp Error Transaction Collision",
-       "Lmp Pdu Not Allowed",
-       "Encryption Mode Not Accepted",
-       "Unit Link Key Used",
-       "Qos Not Supported",
-       "Instant Passed",
-       "Pairing With Unit Key Not Supported",
-       "Different Transaction Collision",
-       "Qos Unacceptable Parameter",
-       "Qos Rejected",
-       "Classification Not Supported",
-       "Insufficient Security",
-       "Parameter Out Of Range",
+       "No error",
+       "Unknown command",
+       "No connection",
+       "Hardware failure",
+       "Page timeout",
+       "Authentication failure",
+       "Pin or key missing",
+       "Memory full",
+       "Connection timeout",
+       "Max number of connections",
+       "Max number of SCO connections",
+       "Acl connection exists",
+       "Command disallowed",
+       "Rejected limited resources",
+       "Rejected security",
+       "Rejected personal",
+       "Host timeout",
+       "Unsupported feature",
+       "Invalid parameters",
+       "Remote user ended connection",
+       "Remote low resources",
+       "Remote power off",
+       "Connection terminated",
+       "Repeated attempts",
+       "Pairing not allowed",
+       "Unknown LMP Pdu",
+       "Unsupported remote feature",
+       "SCO offset rejected",
+       "SCO interval rejected",
+       "Air mode rejected",
+       "Invalid LMP parameters",
+       "Unspecified error",
+       "Unsupported LMP parameter value",
+       "Role change not allowed",
+       "LMP response timeout",
+       "LMP error transaction collision",
+       "LMP Pdu not allowed",
+       "Encryption mode not accepted",
+       "Unit link key used",
+       "QoS not supported",
+       "Instant passed",
+       "Pairing with unit key not supported",
+       "Different transaction collision",
+       "QoS unacceptable parameter",
+       "QoS rejected",
+       "Classification not supported",
+       "Insufficient security",
+       "Parameter out of range",
        "Reserved",
-       "Role Switch Pending",
+       "Role switch pending",
        "Reserved",
-       "Slot Violation",
-       "Role Switch Failed",
-       "Extended Inquiry Response Too Large",
-       "Simple Pairing Not Supported By Host",
-       "Host Busy Pairing"
+       "Slot violation",
+       "Role switch failed",
+       "Extended inquiry response too Large",
+       "Simple pairing not supported by host",
+       "Host busy pairing"
 };
 
 
@@ -741,7 +741,7 @@
        if (event < sizeof(bluetoothEvents) / sizeof(const char*)) {
                return bluetoothEvents[event-1];
        } else {
-               return "Event out of Range!";
+               return "Event out of range!";
        }
 }
 

Modified: haiku/trunk/src/kits/bluetooth/DeviceClass.cpp
===================================================================
--- haiku/trunk/src/kits/bluetooth/DeviceClass.cpp      2010-01-13 10:49:58 UTC 
(rev 35043)
+++ haiku/trunk/src/kits/bluetooth/DeviceClass.cpp      2010-01-13 10:58:34 UTC 
(rev 35044)
@@ -11,7 +11,7 @@
 DeviceClass::GetServiceClass(BString& serviceClass)
 {
        static const char *services[] = { "Positioning", "Networking",
-                               "Rendering", "Capturing", "Object Transfer",
+                               "Rendering", "Capturing", "Object transfer",
                                "Audio", "Telephony", "Information" };
 
        if (ServiceClass() != 0) {
@@ -39,10 +39,10 @@
 DeviceClass::GetMajorDeviceClass(BString& majorClass)
 {
        static const char *major_devices[] = { "Miscellaneous", "Computer", 
"Phone",
-                               "LAN Access", "Audio/Video", "Peripheral", 
"Imaging", "Uncategorized" };
+                               "LAN access", "Audio/Video", "Peripheral", 
"Imaging", "Uncategorized" };
 
        if (MajorDeviceClass() >= sizeof(major_devices) / 
sizeof(*major_devices))
-               majorClass << "Invalid Device Class!\n";
+               majorClass << "Invalid device class!\n";
        else
                majorClass << major_devices[MajorDeviceClass()];
 
@@ -102,10 +102,10 @@
                                        minorClass << "Wired modem or voice 
gateway";
                                        break;
                                case 5:
-                                       minorClass << "Common ISDN Access";
+                                       minorClass << "Common ISDN access";
                                        break;
                                case 6:
-                                       minorClass << "Sim Card Reader";
+                                       minorClass << "SIM card reader";
                                        break;
                        }
                        break;
@@ -147,7 +147,7 @@
                                        minorClass << "Uncategorized";
                                        break;
                                case 1:
-                                       minorClass << "Device conforms to the 
Headset profile";
+                                       minorClass << "Device conforms to the 
headset profile";
                                        break;
                                case 2:
                                        minorClass << "Hands-free";
@@ -163,34 +163,34 @@
                                        minorClass << "Headphones";
                                        break;
                                case 7:
-                                       minorClass << "Portable Audio";
+                                       minorClass << "Portable audio";
                                        break;
                                case 8:
-                                       minorClass << "Car Audio";
+                                       minorClass << "Car audio";
                                        break;
                                case 9:
                                        minorClass << "Set-top box";
                                        break;
                                case 10:
-                                       minorClass << "HiFi Audio Device";
+                                       minorClass << "HiFi audio device";
                                        break;
                                case 11:
                                        minorClass << "VCR";
                                        break;
                                case 12:
-                                       minorClass << "Video Camera";
+                                       minorClass << "Video camera";
                                        break;
                                case 13:
                                        minorClass << "Camcorder";
                                        break;
                                case 14:
-                                       minorClass << "Video Monitor";
+                                       minorClass << "Video monitor";
                                        break;
                                case 15:
-                                       minorClass << "Video Display and 
Loudspeaker";
+                                       minorClass << "Video display and 
loudspeaker";
                                        break;
                                case 16:
-                                       minorClass << "Video Conferencing";
+                                       minorClass << "Video conferencing";
                                        break;
                                        /* 17 is reserved */
                                case 18:
@@ -258,7 +258,7 @@
                case 7: /* wearable */
                        switch(minor) {
                                case 1:
-                                       minorClass << "Wrist Watch";
+                                       minorClass << "Wrist watch";
                                        break;
                                case 2:
                                        minorClass << "Pager";
@@ -283,7 +283,7 @@
                                        minorClass << "Vehicle";
                                        break;
                                case 3:
-                                       minorClass << "Doll / Action Figure";
+                                       minorClass << "Doll/Action figure";
                                        break;
                                case 4:
                                        minorClass << "Controller";
@@ -306,13 +306,13 @@
 void
 DeviceClass::DumpDeviceClass(BString& string)
 {
-       string << "Service Classes: ";
+       string << "Service classes: ";
        GetServiceClass(string);
        string << " | ";
-       string << "Major Class: ";
+       string << "Major class: ";
        GetMajorDeviceClass(string);
        string << " | ";
-       string << "Minor Class: ";
+       string << "Minor class: ";
        GetMinorDeviceClass(string);
        string << ".";
 }

Modified: haiku/trunk/src/kits/bluetooth/UI/ConnectionIncoming.cpp
===================================================================
--- haiku/trunk/src/kits/bluetooth/UI/ConnectionIncoming.cpp    2010-01-13 
10:49:58 UTC (rev 35043)
+++ haiku/trunk/src/kits/bluetooth/UI/ConnectionIncoming.cpp    2010-01-13 
10:58:34 UTC (rev 35044)
@@ -58,7 +58,7 @@
 
 //---------------------------------------------------------------
 ConnectionIncoming::ConnectionIncoming(RemoteDevice* rDevice)
-                        : BWindow(BRect(700, 100, 900, 150), "Connection 
Completed", 
+                        : BWindow(BRect(700, 100, 900, 150), "Connection 
completed", 
                                    B_FLOATING_WINDOW_LOOK, 
B_NORMAL_WINDOW_FEEL,
                                    B_NOT_ZOOMABLE | B_NOT_RESIZABLE)
 {

Modified: haiku/trunk/src/kits/bluetooth/UI/PincodeWindow.cpp
===================================================================
--- haiku/trunk/src/kits/bluetooth/UI/PincodeWindow.cpp 2010-01-13 10:49:58 UTC 
(rev 35043)
+++ haiku/trunk/src/kits/bluetooth/UI/PincodeWindow.cpp 2010-01-13 10:58:34 UTC 
(rev 35044)
@@ -47,7 +47,7 @@
 #endif
 
 PincodeWindow::PincodeWindow(bdaddr_t address, hci_id hid)
-       : BWindow(BRect(800, 200, 900, 300), "Pincode Request",
+       : BWindow(BRect(800, 200, 900, 300), "Pincode request",
                B_FLOATING_WINDOW,
                B_WILL_ACCEPT_FIRST_CLICK | B_NOT_RESIZABLE|  B_NOT_ZOOMABLE
                | B_AUTO_UPDATE_SIZE_LIMITS,
@@ -62,7 +62,7 @@
 
 
 PincodeWindow::PincodeWindow(RemoteDevice* rDevice)
-       : BWindow(BRect(800, 200, 900, 300), "Pincode Request",
+       : BWindow(BRect(800, 200, 900, 300), "Pincode request",
                B_FLOATING_WINDOW,
                B_WILL_ACCEPT_FIRST_CLICK | B_NOT_ZOOMABLE | B_NOT_RESIZABLE
                | B_AUTO_UPDATE_SIZE_LIMITS,

Modified: haiku/trunk/src/kits/interface/Dragger.cpp
===================================================================
--- haiku/trunk/src/kits/interface/Dragger.cpp  2010-01-13 10:49:58 UTC (rev 
35043)
+++ haiku/trunk/src/kits/interface/Dragger.cpp  2010-01-13 10:58:34 UTC (rev 
35044)
@@ -727,7 +727,7 @@
 
        fPopUp->AddItem(new BMenuItem(about, msg));
        fPopUp->AddSeparatorItem();
-       fPopUp->AddItem(new BMenuItem("Remove Replicant",
+       fPopUp->AddItem(new BMenuItem("Remove replicant",
                new BMessage(kDeleteReplicant)));
 }
 

Modified: haiku/trunk/src/kits/mail/ChainRunner.cpp
===================================================================
--- haiku/trunk/src/kits/mail/ChainRunner.cpp   2010-01-13 10:49:58 UTC (rev 
35043)
+++ haiku/trunk/src/kits/mail/ChainRunner.cpp   2010-01-13 10:58:34 UTC (rev 
35044)
@@ -51,7 +51,7 @@
 
        if (window == NULL) {
                window = new ErrorLogWindow(BRect(200, 200, 500, 250),
-                       "Mail Daemon Status Log", B_TITLED_WINDOW);
+                       "Mail daemon status log", B_TITLED_WINDOW);
        }
 
        lock.Unlock();

Modified: haiku/trunk/src/kits/mail/ProtocolConfigView.cpp
===================================================================
--- haiku/trunk/src/kits/mail/ProtocolConfigView.cpp    2010-01-13 10:49:58 UTC 
(rev 35043)
+++ haiku/trunk/src/kits/mail/ProtocolConfigView.cpp    2010-01-13 10:58:34 UTC 
(rev 35044)
@@ -116,7 +116,7 @@
        rect.bottom = rect.top - 2 + sItemHeight;
 
        if (options_mask & B_MAIL_PROTOCOL_HAS_HOSTNAME)
-               AddChild(AddTextField(rect,"host",MDR_DIALECT_CHOICE ("Mail 
Server:","サーバ名 :")));
+               AddChild(AddTextField(rect,"host",MDR_DIALECT_CHOICE ("Mail 
server:","サーバ名 :")));
        
        if (options_mask & B_MAIL_PROTOCOL_HAS_USERNAME)
                AddChild(AddTextField(rect,"user",MDR_DIALECT_CHOICE 
("Username:","ユーザーID:")));
@@ -128,10 +128,10 @@
        }
        
        if (options_mask & B_MAIL_PROTOCOL_HAS_FLAVORS)
-               AddChild(AddMenuField(rect,"flavor","Connection Type:"));
+               AddChild(AddMenuField(rect,"flavor","Connection type:"));
        
        if (options_mask & B_MAIL_PROTOCOL_HAS_AUTH_METHODS)
-               AddChild(AddMenuField(rect,"auth_method",MDR_DIALECT_CHOICE 
("Login Type:","認証方法 :")));
+               AddChild(AddMenuField(rect,"auth_method",MDR_DIALECT_CHOICE 
("Login type:","認証方法 :")));
 
        // set divider
        float width = FindWidestLabel(this);

Modified: haiku/trunk/src/kits/mail/StatusWindow.cpp
===================================================================
--- haiku/trunk/src/kits/mail/StatusWindow.cpp  2010-01-13 10:49:58 UTC (rev 
35043)
+++ haiku/trunk/src/kits/mail/StatusWindow.cpp  2010-01-13 10:58:34 UTC (rev 
35044)
@@ -48,7 +48,7 @@
        frame.InsetBy(90.0 + 5.0, 5.0);
 
        fCheckNowButton = new BButton(frame, "check_mail",
-               MDR_DIALECT_CHOICE ("Check Mail Now","メールチェック"),
+               MDR_DIALECT_CHOICE ("Check mail now","メールチェック"),
                new BMessage('mbth'), B_FOLLOW_LEFT_RIGHT,
                B_WILL_DRAW | B_FULL_UPDATE_ON_RESIZE | B_NAVIGABLE);
        fCheckNowButton->ResizeToPreferred();

Modified: haiku/trunk/src/kits/media/DefaultMediaTheme.cpp
===================================================================
--- haiku/trunk/src/kits/media/DefaultMediaTheme.cpp    2010-01-13 10:49:58 UTC 
(rev 35043)
+++ haiku/trunk/src/kits/media/DefaultMediaTheme.cpp    2010-01-13 10:58:34 UTC 
(rev 35044)
@@ -774,7 +774,7 @@
 
 
 DefaultMediaTheme::DefaultMediaTheme()
-       : BMediaTheme("Haiku Theme", "Haiku built-in theme version 0.1")
+       : BMediaTheme("Haiku theme", "Haiku built-in theme version 0.1")
 {
        CALLED();
 }

Modified: haiku/trunk/src/kits/media/TimeSourceObject.cpp
===================================================================
--- haiku/trunk/src/kits/media/TimeSourceObject.cpp     2010-01-13 10:49:58 UTC 
(rev 35043)
+++ haiku/trunk/src/kits/media/TimeSourceObject.cpp     2010-01-13 10:58:34 UTC 
(rev 35044)
@@ -41,7 +41,7 @@
        ASSERT(fKinds == node.kind);
 
        if (node.node == NODE_SYSTEM_TIMESOURCE_ID) {
-               strcpy(fName, "System Clock");
+               strcpy(fName, "System clock");
                fIsRealtime = true;
        } else {
                live_node_info liveNodeInfo;

Modified: haiku/trunk/src/kits/print/JobSetupPanel.cpp
===================================================================
--- haiku/trunk/src/kits/print/JobSetupPanel.cpp        2010-01-13 10:49:58 UTC 
(rev 35043)
+++ haiku/trunk/src/kits/print/JobSetupPanel.cpp        2010-01-13 10:58:34 UTC 
(rev 35044)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008 Haiku Inc. All rights reserved.
+ * Copyright 2008-2009, Haiku, Inc. All rights reserved.
  * Distributed under the terms of the MIT License.
  *
  * Authors:
@@ -32,7 +32,7 @@
 
 
 BJobSetupPanel::BJobSetupPanel(BPrinter* printer)
-       : BPrintPanel("Print Document")
+       : BPrintPanel("Print document")
        , fPrinter(printer)
        , fPrinterRoster(NULL)
        , fPrintRange(B_ALL_PAGES)
@@ -44,7 +44,7 @@
 
 
 BJobSetupPanel::BJobSetupPanel(BPrinter* printer, uint32 flags)
-       : BPrintPanel("Print Document")
+       : BPrintPanel("Print document")
        , fPrinter(printer)
        , fPrinterRoster(NULL)
        , fPrintRange(B_ALL_PAGES)
@@ -314,7 +314,7 @@
 
        box = new BBox(B_FANCY_BORDER, view);
        box->SetLabel(BGroupLayoutBuilder()
-               .Add(new BStringView("", "Page Range"))
+               .Add(new BStringView("", "Page range"))
                .SetInsets(2.0, 0.0, 2.0, 0.0));
 
        // copies

Modified: haiku/trunk/src/kits/storage/disk_device/PartitioningDialog.cpp
===================================================================
--- haiku/trunk/src/kits/storage/disk_device/PartitioningDialog.cpp     
2010-01-13 10:49:58 UTC (rev 35043)
+++ haiku/trunk/src/kits/storage/disk_device/PartitioningDialog.cpp     
2010-01-13 10:58:34 UTC (rev 35044)
@@ -22,7 +22,7 @@
 
 // constructor
 PartitioningDialog::PartitioningDialog(BRect dialogCenter)
-       : BWindow(BRect(100, 100, 100, 100), "Partitioning Parameters",
+       : BWindow(BRect(100, 100, 100, 100), "Partitioning parameters",
                          B_TITLED_WINDOW,
                          B_ASYNCHRONOUS_CONTROLS | B_QUIT_ON_WINDOW_CLOSE),
          fEditor(NULL),

Modified: haiku/trunk/src/servers/bluetooth/DeskbarReplicant.cpp
===================================================================
--- haiku/trunk/src/servers/bluetooth/DeskbarReplicant.cpp      2010-01-13 
10:49:58 UTC (rev 35043)
+++ haiku/trunk/src/servers/bluetooth/DeskbarReplicant.cpp      2010-01-13 
10:58:34 UTC (rev 35044)
@@ -177,7 +177,7 @@
 
        BPopUpMenu* menu = new BPopUpMenu(B_EMPTY_STRING, false, false);
 
-       menu->AddItem(new BMenuItem("Open Preferences"B_UTF8_ELLIPSIS,
+       menu->AddItem(new BMenuItem("Preferences"B_UTF8_ELLIPSIS,
                new BMessage(kMsgOpenBluetoothPreferences)));
 
        // TODO show list of known/paired devices
@@ -187,10 +187,10 @@
         */
        menu->AddSeparatorItem();
 
-       menu->AddItem(new BMenuItem("Show Server Console" B_UTF8_ELLIPSIS,
+       menu->AddItem(new BMenuItem("Show server console" B_UTF8_ELLIPSIS,
                new BMessage(kMsgShowBluetoothServerConsole)));
 
-       menu->AddItem(new BMenuItem("Stop Server",
+       menu->AddItem(new BMenuItem("Stop server",
                new BMessage(kMsgQuitBluetoothServer)));
 
        menu->SetTargetForItems(this);
@@ -218,7 +218,7 @@
        status_t status = BMessenger(BLUETOOTH_SIGNATURE).SendMessage(
                BT_MSG_SERVER_SHOW_CONSOLE);
        if (status < B_OK) {
-               _ShowErrorAlert("Showing the Bluetooth Server Console failed.", 
status);
+               _ShowErrorAlert("Showing the Bluetooth server console failed.", 
status);
        }
 }
 
@@ -232,7 +232,7 @@
        status_t status = BMessenger(BLUETOOTH_SIGNATURE).SendMessage(
                B_QUIT_REQUESTED);
        if (status < B_OK) {
-               _ShowErrorAlert("Stopping the Bluetooth Server failed.", 
status);
+               _ShowErrorAlert("Stopping the Bluetooth server failed.", 
status);
        }
 }
 
@@ -241,7 +241,7 @@
 DeskbarReplicant::_ShowErrorAlert(BString msg, status_t status)
 {
        msg << "\n\nError: " << strerror(status);
-       BAlert* alert = new BAlert("Bluetooth Error", msg.String(), "Ok");
+       BAlert* alert = new BAlert("Bluetooth error", msg.String(), "OK");
        alert->Go(NULL);
 }
 

Modified: haiku/trunk/src/servers/mail/DeskbarView.cpp
===================================================================
--- haiku/trunk/src/servers/mail/DeskbarView.cpp        2010-01-13 10:49:58 UTC 
(rev 35043)
+++ haiku/trunk/src/servers/mail/DeskbarView.cpp        2010-01-13 10:58:34 UTC 
(rev 35044)
@@ -417,7 +417,7 @@
        menu->SetFont(be_plain_font);
 
        menu->AddItem(new BMenuItem(MDR_DIALECT_CHOICE (
-               "Create New Message", "N) 新規メッセージ作成")B_UTF8_ELLIPSIS,
+               "Create new message", "N) 新規メッセージ作成")B_UTF8_ELLIPSIS,
                new BMessage(MD_OPEN_NEW)));
        menu->AddSeparatorItem();
 
@@ -525,7 +525,7 @@
 
        if (modifiers() & B_SHIFT_KEY) {
                BMenu *chainMenu = new BMenu(
-                       MDR_DIALECT_CHOICE ("Check For Mails Only","R) 
メール受信のみ"));
+                       MDR_DIALECT_CHOICE ("Check for mails only","R) 
メール受信のみ"));
                BFont font;
                menu->GetFont(&font);
                chainMenu->SetFont(&font);
@@ -551,11 +551,11 @@
                // menu->AddItem(new BMenuItem(MDR_DIALECT_CHOICE (
                // "Check For Mails Only","メール受信のみ"), new 
BMessage(MD_CHECK_FOR_MAILS)));
                menu->AddItem(new BMenuItem(
-                       MDR_DIALECT_CHOICE ("Send Pending Mails", "M) 
保留メールを送信"),
+                       MDR_DIALECT_CHOICE ("Send pending mails", "M) 
保留メールを送信"),
                new BMessage(MD_SEND_MAILS)));
        } else {
                menu->AddItem(item = new BMenuItem(
-                       MDR_DIALECT_CHOICE ("Check For Mail Now", "C) メールチェック"),
+                       MDR_DIALECT_CHOICE ("Check for mail now", "C) メールチェック"),
                        new BMessage(MD_CHECK_SEND_NOW)));
                if (list.IsEmpty())
                        item->SetEnabled(false);
@@ -563,12 +563,12 @@
 
        menu->AddSeparatorItem();
        menu->AddItem(new BMenuItem(
-               MDR_DIALECT_CHOICE ("Edit Preferences", "P) メール環境設定") 
B_UTF8_ELLIPSIS,
+               MDR_DIALECT_CHOICE ("Preferences", "P) メール環境設定") 
B_UTF8_ELLIPSIS,
                new BMessage(MD_OPEN_PREFS)));
 
        if (modifiers() & B_SHIFT_KEY) {
                menu->AddItem(new BMenuItem(
-                       MDR_DIALECT_CHOICE ("Shutdown Mail Services", "Q) 終了"),
+                       MDR_DIALECT_CHOICE ("Shutdown mail services", "Q) 終了"),

[... truncated: 288 lines follow ...]

Other related posts:

  • » [haiku-commits] r35044 - in haiku/trunk/src: kits/bluetooth kits/bluetooth/UI kits/interface kits/mail kits/media ... - superstippi