# HG changeset patch # User Mychaela Falconia # Date 1605327577 0 # Node ID 66e0b6a40e0911d98c28290c95bbb805a04a9970 # Parent a2a911a1ff36ebadc29fa77dd377a7f0294a2799 mmiBlkLangDB.c: bogotab fixes diff -r a2a911a1ff36 -r 66e0b6a40e09 src/ui/bmi/mmiBlkLangDB.c --- a/src/ui/bmi/mmiBlkLangDB.c Sat Nov 14 03:51:50 2020 +0000 +++ b/src/ui/bmi/mmiBlkLangDB.c Sat Nov 14 04:19:37 2020 +0000 @@ -1,6 +1,6 @@ /******************************************************************************* - CONDAT (UK) + CONDAT (UK) ******************************************************************************** @@ -9,28 +9,28 @@ ******************************************************************************** - $Project name: Basic MMI - $Project code: BMI (6349) - $Module: Resource Manager - $File: MmiBlkLangDB.c - $Revision: 1.0 - - $Author: Condat(UK) - $Date: 25/10/00 + $Project name: Basic MMI + $Project code: BMI (6349) + $Module: Resource Manager + $File: MmiBlkLangDB.c + $Revision: 1.0 + + $Author: Condat(UK) + $Date: 25/10/00 ******************************************************************************** Description: This file contains the basic resource manager information relating - to the textual entries managed. + to the textual entries managed. There are two routines provided by this module, one returning the - number of resource tables supported, the other giving the base address - of the resource tables. + number of resource tables supported, the other giving the base address + of the resource tables. This module is derived from an auto generated version of the file with - additional commenting added. + additional commenting added. ******************************************************************************** $History: MmiBlkLangDB.c @@ -51,70 +51,70 @@ Solution: Defined New strings TxtAutoSave,TxtAutoSaveOn,TxtAutoSaveOff,TxtSoftSave and TxtSoftCancel. - Apr 03, 2007 ER: OMAPS00122561 x0pleela - Description: [ACI] Phone lock feature has to be supported by ACI - Solution: Phone Lock ER implementation + Apr 03, 2007 ER: OMAPS00122561 x0pleela + Description: [ACI] Phone lock feature has to be supported by ACI + Solution: Phone Lock ER implementation Mar 22 2007 ER:OMAPS00113882 x0061088 (Prachi) Description:SMS alphanumeric address Solution: Defined New string TxtTo for SMS alphanumeric support - Jan 30, 2007 DR: OMAPS00108892 x0pleela - Description: TCMIDITEST.23(Apps) - Play All File feature fails when different Configurations - like Mono/Stereo, Loop On/Off are selected - Solution: Defined new strings TxtLoopOn, TxtCantPlayAllFiles, TxtCantBeActivated to display an - error message if we try to enable Loop on while playing all files - Feb 27, 2007 ER: OMAPS00113891 x0pleela - Description:[ACI] MTC related call forwarded SS notification not differentiable on BAT/ATI level - Solution: Added strings TxtFwdIncomingTTYCall( for Fwd. TTY call ) and - TxtFwdIncomingCall (Fwd. Inc. Call)to display for any forwarded incoming call + Jan 30, 2007 DR: OMAPS00108892 x0pleela + Description: TCMIDITEST.23(Apps) - Play All File feature fails when different Configurations + like Mono/Stereo, Loop On/Off are selected + Solution: Defined new strings TxtLoopOn, TxtCantPlayAllFiles, TxtCantBeActivated to display an + error message if we try to enable Loop on while playing all files + Feb 27, 2007 ER: OMAPS00113891 x0pleela + Description:[ACI] MTC related call forwarded SS notification not differentiable on BAT/ATI level + Solution: Added strings TxtFwdIncomingTTYCall( for Fwd. TTY call ) and + TxtFwdIncomingCall (Fwd. Inc. Call)to display for any forwarded incoming call Oct 30, 2006 ER: OMAPS00091029 x0039928(sumanth) Bootup time measurement Oct 30, 2006 ER:OMAPS00098881 a0393213(Prabakar) - Removing power variant - - Sep 26, 2006 DR: OMAPS00095524 x0pleela - Description:Implement 2 missing SIM Lock types - Solution: Added strings TxtBlkNetwork( for category Blocked Network) and - TxtEnterPbLock (for editor title "Enter Blocked NW code") - - - Oct 07, 2006 DR: OMAPS00098180 x0039928 - Description:Undefined symbols in BMI - Solution: Removed TxtGarbageColloect from flags FF_MMI_FILE_VIEWER and FF_MMI_IMAGE_VIEWER + Removing power variant + + Sep 26, 2006 DR: OMAPS00095524 x0pleela + Description:Implement 2 missing SIM Lock types + Solution: Added strings TxtBlkNetwork( for category Blocked Network) and + TxtEnterPbLock (for editor title "Enter Blocked NW code") + + + Oct 07, 2006 DR: OMAPS00098180 x0039928 + Description:Undefined symbols in BMI + Solution: Removed TxtGarbageColloect from flags FF_MMI_FILE_VIEWER and FF_MMI_IMAGE_VIEWER Oct 8 2006 OMAPS00097714 x0039928(sumanth) TTY HCO/VCO options in MMI - xashmic 27 Sep 2006, OMAPS00096389 - ENH - a) Providing static menu for re-selection of enum options for enumeration - b) Popup menu displayed on connect event, can be enabled or disabled via menu option - - xrashmic 9 Sep 2006, OMAPS00092732 - USBMS ER: Added strings related to USB MS - - Sep 08, 2006 DR: OMAPS00091250 x0pleela - Description:The phone resets if no MEPD data is presented - Solution: Added string TxtNoMEPD to display MEPD not present - - Aug 28, 2006 DR: OMAPS00083503 x0pleela - Description: Result of ss_check_ss_string may be ignored - Solution: Added new strings TxtUSSDMsgRxd and TxtFontNotSupported to display if the characters - are UCS2 in USSD transactions - - July 21, 2006 ER: OMAPS00087586, OMAPS00087587 x0pleela - Description: OMAPS00087586: MasterKey funtion in TCS3.2 SW - OMAPS00087587: Time Penaly feature extend handset security - Solution:Made the following changes - Added following new strings: - TxtBusy : Displays "Busy" if timer is enabled for wrong entry of password - TxtMasterUnlock : For menu option Master unlock - TxtEnterMasterKey : Text for the editor to enter master unlock key - TxtUnblockME : For menu option Unblock ME + xashmic 27 Sep 2006, OMAPS00096389 + ENH - a) Providing static menu for re-selection of enum options for enumeration + b) Popup menu displayed on connect event, can be enabled or disabled via menu option + + xrashmic 9 Sep 2006, OMAPS00092732 + USBMS ER: Added strings related to USB MS + + Sep 08, 2006 DR: OMAPS00091250 x0pleela + Description:The phone resets if no MEPD data is presented + Solution: Added string TxtNoMEPD to display MEPD not present + + Aug 28, 2006 DR: OMAPS00083503 x0pleela + Description: Result of ss_check_ss_string may be ignored + Solution: Added new strings TxtUSSDMsgRxd and TxtFontNotSupported to display if the characters + are UCS2 in USSD transactions + + July 21, 2006 ER: OMAPS00087586, OMAPS00087587 x0pleela + Description: OMAPS00087586: MasterKey funtion in TCS3.2 SW + OMAPS00087587: Time Penaly feature extend handset security + Solution:Made the following changes + Added following new strings: + TxtBusy : Displays "Busy" if timer is enabled for wrong entry of password + TxtMasterUnlock : For menu option Master unlock + TxtEnterMasterKey : Text for the editor to enter master unlock key + TxtUnblockME : For menu option Unblock ME June 02, 2006 DR: OMAPS00078005 x0021334 Descripton: Test for NITZ (Network Identity and Timezone) support - No New time was displayed @@ -122,113 +122,113 @@ function. This function has now been implemented to pass on the received values to MMI for user confirmation and RTC updation. - Mar 15, 2006 ER: OMAPS00067709 x0pleela - Description: Voice Buffering implementation on C+ for PTT via PCM API - Solution: Added new strings for menu items and dialog displays for PCM voice memo and voice buffering - - Feb 24, 2006 ER: OMAPS00067709 x0pleela - Description: Voice Buffering implementation on C+ for PTT via PCM API - Solution: Added new strings which are used in menu items to support PCM Voice memo feature + Mar 15, 2006 ER: OMAPS00067709 x0pleela + Description: Voice Buffering implementation on C+ for PTT via PCM API + Solution: Added new strings for menu items and dialog displays for PCM voice memo and voice buffering + + Feb 24, 2006 ER: OMAPS00067709 x0pleela + Description: Voice Buffering implementation on C+ for PTT via PCM API + Solution: Added new strings which are used in menu items to support PCM Voice memo feature Jun 06, 2006 REF: ERT OMAPS00070659 x0039928 Bug:MP3 RWD and FWD function - MOT Fix: Forward and Rewind functionalities are handled. New strings Forward, Rewind, Forwarding and Rewinding are added. - May 30, 2006 DR: OMAPS00070657 x0pleela - Description: CPHS feature on Locosto-Lite - Solution: For ALS feature, - Defined a new string "TxtEditLineName" for the menu item display - - May 10, 2006 DR: OMAPS00075379 x0021334 - Descripton: SMS - Status Request in idle mode - using Menu - no status in pending state - Solution: The display of pending status is network dependent. In some networks this - status is not given. When available, it used to display 'Temp Error'. This has now been - replaced with 'Pending'. + May 30, 2006 DR: OMAPS00070657 x0pleela + Description: CPHS feature on Locosto-Lite + Solution: For ALS feature, + Defined a new string "TxtEditLineName" for the menu item display + + May 10, 2006 DR: OMAPS00075379 x0021334 + Descripton: SMS - Status Request in idle mode - using Menu - no status in pending state + Solution: The display of pending status is network dependent. In some networks this + status is not given. When available, it used to display 'Temp Error'. This has now been + replaced with 'Pending'. Apr 26, 2006 OMAPS00074886 a0393213 (Prabakar R) Description : No option in MMI to release the held call. Solution : No option was available. Added a menu option. May 03, 2006 DRT: OMAPS00076856 xdeepadh - Description: Syntax error in MMI file - Solution: The syntax error has been corrected. - - Apr 06, 2006 ERT: OMAPS00070660 x0039928(sumanth) - Description: Need to reduce flash foot-print for Locosto Lite - Solution: Voice Memo feature is put under the flag #ifndef FF_NO_VOICE_MEMO to compile - out voice memo feature if the above flag is enabled. - - Feb 07, 2006 DR: OMAPS00059261 x0pleela - Description: SMS is not forwarding STATUS reports that are read from SIM storage to ACI - Solution: Renamed "TxtPendReport" to "TxtReport" + Description: Syntax error in MMI file + Solution: The syntax error has been corrected. + + Apr 06, 2006 ERT: OMAPS00070660 x0039928(sumanth) + Description: Need to reduce flash foot-print for Locosto Lite + Solution: Voice Memo feature is put under the flag #ifndef FF_NO_VOICE_MEMO to compile + out voice memo feature if the above flag is enabled. + + Feb 07, 2006 DR: OMAPS00059261 x0pleela + Description: SMS is not forwarding STATUS reports that are read from SIM storage to ACI + Solution: Renamed "TxtPendReport" to "TxtReport" Feb 01, 2006 DR: OMAPS00059261 x0pleela - Description: SMS is not forwarding STATUS reports that are read from SIM storage to ACI - Solution: Added "TxtPendReport" to display when status report status is pending - - - Jan 03, 2006 REF: SPR OMAPS00060036 xdeepadh - Description:In file viewer, the user is not allowed to retain the old name once he/she goes to the rename file option. - Solution:While renaming the file,if the name already exists, display a proper error message - - - Dec 07, 2005 REF: OMAPS00050087 x0039928 - Description: Deactivated is displayed while activate Hide Id option is selected - Solution: String "Not Activated" is added. - - Nov 24, 2005 DR: OMAPS00045909 - Shashi Shekar B.S. - Description: Improve IMEI control mechanism - Solution : When MMI calls sAT_PLUSCFUN, if an IMEI invalid error is returned, - we will block on that screen & will not allow the user to browse menus further, - since the PS will not be booted at all!!! - - - Nov 14, 2005 REF: OMAPS00044445 xdeepadh - Description: Implementation of Test Menu for AAC - Solution: The existing MP3 test Application has been enhanced to support the AAC file testing. - - Aug 31, 2005 REF: SPR 34050 xdeepadh - Description: The application hangs if while renaming a saved file a special character such as '?', '!' etc is used - Solution: String for error message have been added - - Sep 14, 2005 REF: SPR 34020 xdeepadh - Description: Certain Sub menu items are not displayed in Chinese - Solution: The chinese strings have been rearranged as per the English language. - Aug 29, 2005 REF: SPR 31712 xdeepadh - Description: GPRS Preferred Activation message screen style is displayed inside a rectangle box - Solution: GPRS Preferreed and CSD Preferred string have been shortened. - - Aug 22, 2005 REF: ENH 31154 xdeepadh - Description: Application to Test Camera - Solution: Implemeted the Fileviewer to view the jpeg images.Camera Application to - preview,capture and save image has been implemented. - Strings for Fileviewer and Camera have been added. -18/05/04 Texas Instruments + Description: SMS is not forwarding STATUS reports that are read from SIM storage to ACI + Solution: Added "TxtPendReport" to display when status report status is pending + + + Jan 03, 2006 REF: SPR OMAPS00060036 xdeepadh + Description:In file viewer, the user is not allowed to retain the old name once he/she goes to the rename file option. + Solution:While renaming the file,if the name already exists, display a proper error message + + + Dec 07, 2005 REF: OMAPS00050087 x0039928 + Description: Deactivated is displayed while activate Hide Id option is selected + Solution: String "Not Activated" is added. + + Nov 24, 2005 DR: OMAPS00045909 - Shashi Shekar B.S. + Description: Improve IMEI control mechanism + Solution : When MMI calls sAT_PLUSCFUN, if an IMEI invalid error is returned, + we will block on that screen & will not allow the user to browse menus further, + since the PS will not be booted at all!!! + + + Nov 14, 2005 REF: OMAPS00044445 xdeepadh + Description: Implementation of Test Menu for AAC + Solution: The existing MP3 test Application has been enhanced to support the AAC file testing. + + Aug 31, 2005 REF: SPR 34050 xdeepadh + Description: The application hangs if while renaming a saved file a special character such as '?', '!' etc is used + Solution: String for error message have been added + + Sep 14, 2005 REF: SPR 34020 xdeepadh + Description: Certain Sub menu items are not displayed in Chinese + Solution: The chinese strings have been rearranged as per the English language. + Aug 29, 2005 REF: SPR 31712 xdeepadh + Description: GPRS Preferred Activation message screen style is displayed inside a rectangle box + Solution: GPRS Preferreed and CSD Preferred string have been shortened. + + Aug 22, 2005 REF: ENH 31154 xdeepadh + Description: Application to Test Camera + Solution: Implemeted the Fileviewer to view the jpeg images.Camera Application to + preview,capture and save image has been implemented. + Strings for Fileviewer and Camera have been added. +18/05/04 Texas Instruments Jul 18, 2005 REF: SPR 31695 xdeepadh - Bug:Problems with MP3 test application - Fix:The window handling of MP3 Test Application has been done properly. - - - xpradipg - LOCOSTO-ENH-31895 : 23 June 2005 - Description: Support for various audio profiles - Solution: The support for audio device's carkit/headset/loudspeaker/handheld. - The audio device is enabled as per the user actions. - - July 19, 2005 REF: CRR LOCOSTO-ENH-28173 xpradipg - Description: To provide MMI Support to enable/disable/change password and - query all the Personalization locks - Solution: Integration of the changes for the same provided by the soldel - team - - Jun 13, 2005 REF: SPR 31705 x0021308 + Bug:Problems with MP3 test application + Fix:The window handling of MP3 Test Application has been done properly. + + + xpradipg - LOCOSTO-ENH-31895 : 23 June 2005 + Description: Support for various audio profiles + Solution: The support for audio device's carkit/headset/loudspeaker/handheld. + The audio device is enabled as per the user actions. + + July 19, 2005 REF: CRR LOCOSTO-ENH-28173 xpradipg + Description: To provide MMI Support to enable/disable/change password and + query all the Personalization locks + Solution: Integration of the changes for the same provided by the soldel + team + + Jun 13, 2005 REF: SPR 31705 x0021308 Description: After the maximum limit of the My Number is exceeded, display info : Phonebook full expected is MyNumber Full Solution: Added Strings "MyNumber Full" appropriately for English, Chinese and German string in Enum IndexTag. - Jun 13, 2005 REF: SPR 31710 x0021308 + Jun 13, 2005 REF: SPR 31710 x0021308 Description: After the maximum limit of the FDN Number is exceeded, display info : Phonebook full expected is FDNList Full Solution: Added Strings "FDNList Full" appropriately for English, Chinese and German string in Enum @@ -239,7 +239,7 @@ May 02, 2005 REF: SPR 30755 xdeepadh Description: Add the missing strings in chinese string database. Solution: Added the missing Chinese Strings - Apr 06, 2005 REF: ENH 30011 xdeepadh + Apr 06, 2005 REF: ENH 30011 xdeepadh Description: Replacing the Test Application compilation flags with new flags. Solution: The existing flags for Camera and MP3 test application have beeen replaced with the new compilation flags,FF_MMI_TEST_CAMERA and FF_MMI_TEST_MP3 respectively. @@ -281,11 +281,11 @@ xrashmic 26 Aug, 2004 MMI-SPR-23931 To display the indication of new EMS in the idle screen - xrashmic 19 Aug, 2004 Bug: 2, 3, 36 and 42 - All the status screen, .i.e sending, receiving etc. are displayed separatly for the MMS module. - Previously the WAP screens were being used. - - 25/10/00 Original Condat(UK) BMI version. + xrashmic 19 Aug, 2004 Bug: 2, 3, 36 and 42 + All the status screen, .i.e sending, receiving etc. are displayed separatly for the MMS module. + Previously the WAP screens were being used. + + 25/10/00 Original Condat(UK) BMI version. Jul 23, 2004 REF: CRR 16107 xvilliva Bug: (Call Barring) - MMI response overlayes partially background images. @@ -294,19 +294,19 @@ // Jun 25, 2004 REF: CRR 21547 xvilliva (Added TxtInvalidInput.) - May 10, 2004 REF: CRR 15753 Deepa M.D - Menuitem provided to set the validity period to maximum. - - Apr 14, 2004 REF: CRR 12653 xvilliva (Added "Limited Service".) - - Issue Number : SPR#15568 on 24/03/04 by Nishikant Kulkarni + May 10, 2004 REF: CRR 15753 Deepa M.D + Menuitem provided to set the validity period to maximum. + + Apr 14, 2004 REF: CRR 12653 xvilliva (Added "Limited Service".) + + Issue Number : SPR#15568 on 24/03/04 by Nishikant Kulkarni Issue Number : SPR#12883 on 29/03/04 by VadiRaj Issue Number : SPR#12240 on 7/04/04 by Deepa M D -// Jun 10, 2004 REF: CRR MMI-SPR-13614 Rashmi C N(Sasken) -// Added Strings "All Divert", "Divert when not reachable", "Divert if Busy", "Divert when no answer" - "Divert for Cond. Forward" , "Divert for All calls" +// Jun 10, 2004 REF: CRR MMI-SPR-13614 Rashmi C N(Sasken) +// Added Strings "All Divert", "Divert when not reachable", "Divert if Busy", "Divert when no answer" + "Divert for Cond. Forward" , "Divert for All calls" Mar 28, 2006 REF:ER OMAPS00071798 x0043642 @@ -389,13 +389,13 @@ #endif #ifdef SIM_PERS //x0pleela 25 Sep, 2006 ER: OMAPS00095524 -{TxtBlkNetwork, "Blocked Network"}, //For new category "Blocked Network" +{TxtBlkNetwork, "Blocked Network"}, //For new category "Blocked Network" { TxtEnterPbLock,"Enter Blocked NW Code"}, //Editor string to display "Enter Blocked Network password" //x0pleela 20 July, 2006 ER: OMAPS00087586, OMAPS00087587 -{TxtBusy,"Busy"}, //Displays "Busy" if timer is enabled for wrong entry of password -{TxtMasterUnlock,"Master Key Unlock"}, //For menu option Master unlock -{TxtEnterMasterKey, "Enter Master Key"}, //Text for the editor to enter master unlock key -{TxtUnblockME, "Unblock ME"}, //For menu option Unblock ME +{TxtBusy,"Busy"}, //Displays "Busy" if timer is enabled for wrong entry of password +{TxtMasterUnlock,"Master Key Unlock"}, //For menu option Master unlock +{TxtEnterMasterKey, "Enter Master Key"}, //Text for the editor to enter master unlock key +{TxtUnblockME, "Unblock ME"}, //For menu option Unblock ME {TxtUnblockCode, "Enter Unblock Code"}, //x0pleela 16 May, 2006 DR: OMAPS00067919 {TxtTimerFlag, "Unlock Timer Flag"}, {TxtETSIFlag, "ETSI Flag"}, @@ -434,9 +434,9 @@ { TxtPhoneUnblocked,"Phone Unblocked"}, { TxtPhoneBlocked, "Phone Blocked" }, { TxtGetFailFC,"Reset FC Fail Attempts left"}, - { TxtMaxFailFC,"Max Reset FC Fail Attempts"}, - { TxtGetSuccFC,"Reset FC Succ Attempts left"}, - { TxtMaxSucFC,"Max Reset FC Succ Attempts"}, + { TxtMaxFailFC,"Max Reset FC Fail Attempts"}, + { TxtGetSuccFC,"Reset FC Succ Attempts left"}, + { TxtMaxSucFC,"Max Reset FC Succ Attempts"}, #endif #ifdef FF_MMI_CPHS { TxtViewAll,"View All"}, @@ -709,7 +709,7 @@ { TxtClearAlarm,"Clear Alarm" }, { TxtTimeFormat,"Time Format" }, { TxtTwelveHour,"12 Hour Clock"}, - { TxtTwentyfourHour,"24 Hour Clock"}, + { TxtTwentyfourHour,"24 Hour Clock"}, { TxtInCallTimer,"In-callTimer" }, { TxtStore, "Store" }, { TxtNone, "None" }, @@ -780,7 +780,7 @@ {TxtRequesting,"Requesting"}, {TxtNotAllowed,"Not Allowed"}, {TxtEmergency,"Emergency ?"}, - {TxtChinese,"Chinese"}, + {TxtChinese,"Chinese"}, {TxtPassword,"Password"}, {TxtConfirmPassword,"Confirm Password"}, {TxtNewPassword,"New Password"}, @@ -816,22 +816,22 @@ {TxtSsMsg,"SS Message"}, {TxtOld,"Old"}, {TxtInsertnote, "Insert Note"}, - {TxtMelodygenerator, "Melodygenerator"}, - {TxtOctaveHigher, "Octave higher"}, - {TxtOctaveLower, "Octave lower"}, + {TxtMelodygenerator, "Melodygenerator"}, + {TxtOctaveHigher, "Octave higher"}, + {TxtOctaveLower, "Octave lower"}, {TxtLoadMelody, "Load melody"}, {TxtEasyText, "eZiText"}, - {TxtDataCount, "Data Count"}, - {TxtQoS, "QoS"}, - {TxtTypeofConnection, "Connection"}, - {TxtTotalCount, "Total Count"}, - {TxtResetCount, "Reset Count"}, - {TxtDataCounter, "Data Counter"}, - {TxtV42bis, "v.42bis"}, - {TxtNormal, "Normal"}, - {TxtCSD, "CSD"}, - {TxtClassB, "Class B"}, - {TxtClassC, "Class C"}, + {TxtDataCount, "Data Count"}, + {TxtQoS, "QoS"}, + {TxtTypeofConnection, "Connection"}, + {TxtTotalCount, "Total Count"}, + {TxtResetCount, "Reset Count"}, + {TxtDataCounter, "Data Counter"}, + {TxtV42bis, "v.42bis"}, + {TxtNormal, "Normal"}, + {TxtCSD, "CSD"}, + {TxtClassB, "Class B"}, + {TxtClassC, "Class C"}, {TxtIPAddress, "IP Address"}, /* SPR#2324 - SH - Removed some strings */ {TxtIPAddress2, "IP Address 2"}, @@ -853,23 +853,23 @@ { TxtBookmarks, "Bookmarks" }, { TxtGoTo, "Go to URL" }, { TxtHistory, "History" }, - { TxtSetup, "Settings" }, - { TxtNewBookmark, "New Bookmark" }, - { TxtWWWdot, "http://www." }, - { TxtWAPdot, "http://wap." }, - { TxtSMS, "SMS" }, - { TxtEmail, "Email" }, - { TxtClear, "Clear" }, - { TxtBookmark, "Add Bookmark" }, + { TxtSetup, "Settings" }, + { TxtNewBookmark, "New Bookmark" }, + { TxtWWWdot, "http://www." }, + { TxtWAPdot, "http://wap." }, + { TxtSMS, "SMS" }, + { TxtEmail, "Email" }, + { TxtClear, "Clear" }, + { TxtBookmark, "Add Bookmark" }, /* SPR#2324 - SH - Removed some strings */ - { TxtSaveHistory, "Save History" }, - { TxtEditName, "Edit Name" }, - { TxtEditURL, "Edit URL" }, + { TxtSaveHistory, "Save History" }, + { TxtEditName, "Edit Name" }, + { TxtEditURL, "Edit URL" }, /* SPR#2324 - SH - Removed some strings */ - { TxtResponseTimer, "Response timer" }, - { TxtDialupNumber, "Dialup Number" }, - { TxtTemporary, "Temporary" }, - { TxtContinuous, "Continuous" }, + { TxtResponseTimer, "Response timer" }, + { TxtDialupNumber, "Dialup Number" }, + { TxtTemporary, "Temporary" }, + { TxtContinuous, "Continuous" }, /* SPR#2324 - SH - Removed some strings */ { TxtWAP, "WAP" }, { TxtExit, "Exit" }, @@ -888,44 +888,44 @@ { TxtNotConnected, "Not connected" }, { TxtScaleImages, "Image scaling"}, { TxtLoggingIn, "Logging in to" }, - { TxtPageNotFound, "Page not found"}, /* SPR#1983 - SH - Modified WAP error messages */ - { TxtInvalidURL, "Invalid URL"}, - { TxtNoResponse, "No Response"}, - { TxtAccessDenied, "Access Denied"}, - { TxtErrorInPage, "Error in Page"}, - { TxtScriptError, "Script Error"}, - { TxtServerError, "Server Error"}, - { TxtGatewayError, "Gateway Error"}, - { TxtUnexpectedErr, "Unexpected Err."}, - { TxtCharacterSet, "Character Set"}, - { TxtWBXMLError, "WBXML Error"}, - { TxtFatalError, "Fatal Error"}, - { TxtGatewayBusy, "Gateway Busy"}, - { TxtSecurityFail, "Secur. Fail"}, - { TxtErrorOutOfMem, "Out of memory"}, - { TxtErrorMemLow, "Memory low"}, - { TxtError, "Error"}, - { TxtErrorHTTP, "HTTP"}, - { TxtErrorWSP, "WSP"}, - { TxtErrorWAE, "WAE"}, - { TxtErrorWSPCL, "WSPCL"}, - { TxtErrorWSPCM, "WSPCM"}, - { TxtErrorWTP, "WTP"}, - { TxtErrorWTLS, "WTLS"}, - { TxtErrorWDP, "WDP"}, - { TxtErrorUDCP, "UDCP"}, - { TxtNotSupported, "Not Supported"}, + { TxtPageNotFound, "Page not found"}, /* SPR#1983 - SH - Modified WAP error messages */ + { TxtInvalidURL, "Invalid URL"}, + { TxtNoResponse, "No Response"}, + { TxtAccessDenied, "Access Denied"}, + { TxtErrorInPage, "Error in Page"}, + { TxtScriptError, "Script Error"}, + { TxtServerError, "Server Error"}, + { TxtGatewayError, "Gateway Error"}, + { TxtUnexpectedErr, "Unexpected Err."}, + { TxtCharacterSet, "Character Set"}, + { TxtWBXMLError, "WBXML Error"}, + { TxtFatalError, "Fatal Error"}, + { TxtGatewayBusy, "Gateway Busy"}, + { TxtSecurityFail, "Secur. Fail"}, + { TxtErrorOutOfMem, "Out of memory"}, + { TxtErrorMemLow, "Memory low"}, + { TxtError, "Error"}, + { TxtErrorHTTP, "HTTP"}, + { TxtErrorWSP, "WSP"}, + { TxtErrorWAE, "WAE"}, + { TxtErrorWSPCL, "WSPCL"}, + { TxtErrorWSPCM, "WSPCM"}, + { TxtErrorWTP, "WTP"}, + { TxtErrorWTLS, "WTLS"}, + { TxtErrorWDP, "WDP"}, + { TxtErrorUDCP, "UDCP"}, + { TxtNotSupported, "Not Supported"}, { TxtSelectLine, "Select Line"}, { TxtLine1, "Line 1"}, { TxtLine2, "Line 2"}, {TxtInfoNumbers, "Info Numbers"}, - { TxtAttach, "Attach"}, + { TxtAttach, "Attach"}, { TxtDetach, "Detach"}, { TxtDetaching, "Detaching"}, { TxtDefineContext, "Define Ctxt" }, - { TxtActivateContext, "Activate Ctxt"}, + { TxtActivateContext, "Activate Ctxt"}, { TxtDeactivateContext, "Deactiv. Ctxt"}, - // Aug 29, 2005 REF: SPR 31712 xdeepadh + // Aug 29, 2005 REF: SPR 31712 xdeepadh { TxtGPRSPreferred, "GPRS Prefer"}, // SH 25/01/02 { TxtCSDPreferred, "CSD Prefer"}, // SH 25/01/02 { TxtNotAttached, "Not Attached"}, // SH 28/01/02 @@ -934,21 +934,21 @@ { TxtNetwork, "Network"}, /*ap 06/02/02*/ { TxtForbidden, "Forbidden"}, /*ap 06/02/02*/ { TxtActivateFDN, "Activate FDN"}, /*ap 06/02/02*/ - { TxtPlease, "Please"}, /*ap 06/02/02*/ - { TxtTimedOut, "Timed Out"}, // SH 13/02/02 - { TxtWillChangeOn, "Will Change On"}, // SH 13/02/02 + { TxtPlease, "Please"}, /*ap 06/02/02*/ + { TxtTimedOut, "Timed Out"}, // SH 13/02/02 + { TxtWillChangeOn, "Will Change On"}, // SH 13/02/02 { TxtAttached, "Attached"}, // SH 14/02/02 { TxtDetached, "Detached"}, // SH 14/02/02 { TxtUnknown, "Unknown"}, //api 13/04/02 { TxtCallTransfer, "Transfer Calls"},//MC - { TxtConnected, "Connected"}, // SH - { TxtGSM_900,"GSM 900"}, // SH + { TxtConnected, "Connected"}, // SH + { TxtGSM_900,"GSM 900"}, // SH { TxtDCS_1800,"DCS 1800"}, - { TxtPCS_1900,"PCS 1900"}, + { TxtPCS_1900,"PCS 1900"}, { TxtE_GSM, "E GSM"}, - { TxtGSM_850, "GSM 850"}, + { TxtGSM_850, "GSM 850"}, { TxtCallTimeout, "Call timeout" }, - { TxtBand, "Band"}, + { TxtBand, "Band"}, { TxtSatRefresh, "SAT refresh" }, { TxtCallBlocked, "Call blocked" }, { TxtSRR, "Status Report" }, // Marcus: Issue 1170: 30/09/2002 @@ -956,13 +956,13 @@ { TxtRP, "Reply Path" },// Added the string for reply path. { TxtDelivered, "Delivered" }, // Marcus: Issue 1170: 07/10/2002 { TxtTempError, "Temp. Error" }, // Marcus: Issue 1170: 07/10/2002 - { TxtUnknownCode,"Code Unknown"},/*MC SPR 1111*/ + { TxtUnknownCode,"Code Unknown"},/*MC SPR 1111*/ { TxtPhoneSettings, "Phone Settings" }, //SPR#1113 - DS - Added text id for renamed main menu item "Phone Settings" { TxtNetworkServices, "Netw. Services" }, //SPR#1113 - DS - Added text id for new main menu item "Netw. Services" { TxtCallDeflection, "Call Deflect." }, //SPR#1113 - DS - Added text id for new menu item "Call Deflection" (CD) { TxtCallBack, "Call Back" }, //SPR#1113 - DS - Added text id for new menu item "Call Back" (CCBS) { TxtMobileInfo, "Mobile Info"}, /*MC, SPR1209*/ - { TxtServingCell, "Serving Cell"}, /*MC, SPR1209*/ + { TxtServingCell, "Serving Cell"}, /*MC, SPR1209*/ #ifdef TI_PS_FF_EM /*EngMode */ @@ -981,72 +981,72 @@ { TxtPacketDataParameter, "Packet data parameters"}, #endif - { TxtNeighbourCell, "Neighbour Cell"}, /*MC, SPR1209*/ - { TxtLocation, "Location"}, /*MC, SPR1209*/ - { TxtCiphHopDTX, "Ciph Hop DTX"}, /*MC, SPR1209*/ - { TxtConcat, "Concatenate" }, - { TxtColourMenu, "Colours"}, - { TxtColourBlack, "Black"}, - { TxtColourBlue, "Blue"}, - { TxtColourCyan, "Cyan"}, - { TxtColourGreen, "Green"}, - { TxtColourMagenta, "Magenta"}, - { TxtColourYellow, "Yellow"}, - { TxtColourRed, "Red"}, - { TxtColourWhite, "White"}, - { TxtColourPink, "Pink"}, - { TxtColourOrange, "Orange"}, - { TxtColourLightBlue, "LightBlue"}, - { TxtColourLightGreen, "LightGreen"}, - { TxtColourPaleYellow, "Pale Yellow"}, - { TxtColourTransparent, "Transparent"}, - { TxtIdleScreenBackground, "Idle Screen Bgd"}, - { TxtIdleScreenSoftKey, "Idle Screen Softkey"}, - { TxtIdleScreenText, "Idle Screen Text"}, - { TxtIdleScreenNetworkName, "Idle Screen Network"}, - { TxtGeneralBackground , "General Bgd"}, - { TxtMenuSoftKeyForeground , "Menu Softkey Fgd"}, - { TxtMenuSoftKeyBackground , "Menu SoftKey Bgd"}, - { TxtSubMenuHeadingText , "Sub-Menu Heading Text"}, - { TxtSubMenuHeadingBackground, "Sub-Menu Heading Bgd"}, - { TxtSubMenuTextForeground , "Sub-Menu Text Fgd"}, - { TxtSubMenuTextBackground, "Sub-Menu Text Bgd"}, - { TxtSubMenuSelectionBar, "Sub-Menu Selection Bar"}, - { TxtPopUpTextForeground, "Pop-Up text Fgd"}, - { TxtPopUpTextBackground, "Pop-Up text Bgd"}, - { TxtColour, "Colour" }, - { TxtLoser, "You Lost" }, - { TxtPlayAgain, "Play Again?" }, - { TxtWinner, "You Win" }, - { TxtSelectBook, "Select Book" }, /* SPR1112 - SH */ - { TxtSIM, "SIM" }, - { TxtMove, "Move" }, - { TxtCopy, "Copy" }, - { TxtThisEntry, "This Entry"}, - { TxtBackground, "Background"}, /* for selecting backgrounds*/ - { TxtProviderIcon, "Network Icon"}, /*AP - 29-01-03 - Add to language table */ - { TxtIdleScreen, "Idle screen"}, - { TxtMenuScreen, "Main menu screen"}, - { TxtBgdSquares, "Squares"}, - { TxtBgdO2, "O2"}, - { TxtBgdTree, "Tree"}, - { TxtBgdTILogo, "TI Logo"}, - { TxtBgdSunset, "Sunset"}, - { TxtBgdEdinburgh1, "Edinburgh 1"}, - { TxtBgdEdinburgh2, "Edinburgh 2"}, - { TxtBgdEdinburgh3, "Edinburgh 3"}, - { TxtBgdEdinburgh4, "Edinburgh 4"}, + { TxtNeighbourCell, "Neighbour Cell"}, /*MC, SPR1209*/ + { TxtLocation, "Location"}, /*MC, SPR1209*/ + { TxtCiphHopDTX, "Ciph Hop DTX"}, /*MC, SPR1209*/ + { TxtConcat, "Concatenate" }, + { TxtColourMenu, "Colours"}, + { TxtColourBlack, "Black"}, + { TxtColourBlue, "Blue"}, + { TxtColourCyan, "Cyan"}, + { TxtColourGreen, "Green"}, + { TxtColourMagenta, "Magenta"}, + { TxtColourYellow, "Yellow"}, + { TxtColourRed, "Red"}, + { TxtColourWhite, "White"}, + { TxtColourPink, "Pink"}, + { TxtColourOrange, "Orange"}, + { TxtColourLightBlue, "LightBlue"}, + { TxtColourLightGreen, "LightGreen"}, + { TxtColourPaleYellow, "Pale Yellow"}, + { TxtColourTransparent, "Transparent"}, + { TxtIdleScreenBackground, "Idle Screen Bgd"}, + { TxtIdleScreenSoftKey, "Idle Screen Softkey"}, + { TxtIdleScreenText, "Idle Screen Text"}, + { TxtIdleScreenNetworkName, "Idle Screen Network"}, + { TxtGeneralBackground , "General Bgd"}, + { TxtMenuSoftKeyForeground , "Menu Softkey Fgd"}, + { TxtMenuSoftKeyBackground , "Menu SoftKey Bgd"}, + { TxtSubMenuHeadingText , "Sub-Menu Heading Text"}, + { TxtSubMenuHeadingBackground, "Sub-Menu Heading Bgd"}, + { TxtSubMenuTextForeground , "Sub-Menu Text Fgd"}, + { TxtSubMenuTextBackground, "Sub-Menu Text Bgd"}, + { TxtSubMenuSelectionBar, "Sub-Menu Selection Bar"}, + { TxtPopUpTextForeground, "Pop-Up text Fgd"}, + { TxtPopUpTextBackground, "Pop-Up text Bgd"}, + { TxtColour, "Colour" }, + { TxtLoser, "You Lost" }, + { TxtPlayAgain, "Play Again?" }, + { TxtWinner, "You Win" }, + { TxtSelectBook, "Select Book" }, /* SPR1112 - SH */ + { TxtSIM, "SIM" }, + { TxtMove, "Move" }, + { TxtCopy, "Copy" }, + { TxtThisEntry, "This Entry"}, + { TxtBackground, "Background"}, /* for selecting backgrounds*/ + { TxtProviderIcon, "Network Icon"}, /*AP - 29-01-03 - Add to language table */ + { TxtIdleScreen, "Idle screen"}, + { TxtMenuScreen, "Main menu screen"}, + { TxtBgdSquares, "Squares"}, + { TxtBgdO2, "O2"}, + { TxtBgdTree, "Tree"}, + { TxtBgdTILogo, "TI Logo"}, + { TxtBgdSunset, "Sunset"}, + { TxtBgdEdinburgh1, "Edinburgh 1"}, + { TxtBgdEdinburgh2, "Edinburgh 2"}, + { TxtBgdEdinburgh3, "Edinburgh 3"}, + { TxtBgdEdinburgh4, "Edinburgh 4"}, { TxtDeflectCall,"Deflect Call:"}, //SPR 1392 calldeflection { TxtDeflectCallTo,"Deflect To:"}, //SPR 1392 calldeflection { TxtDeflect,"Deflect"}, //SPR 1392 calldeflection { TxtDeflectingCallTo,"Deflecting To:"}, //SPR 1392 calldeflection { TxtCallBackQuery, "Call Back?" }, // Marcus: CCBS: 15/11/2002 { TxtRejected, "Rejected" }, // Marcus: CCBS: 15/11/2002 - { TxtActiveCall, "Active Call" }, - { TxtHeldCall, "Held Call" }, - { TxtActiveTTYCall, "Active TTY Call" }, /* SPR#1352 - SH - TTY */ - { TxtHeldTTYCall, "Held TTY Call" }, - { TxtTTY, "TTY" }, + { TxtActiveCall, "Active Call" }, + { TxtHeldCall, "Held Call" }, + { TxtActiveTTYCall, "Active TTY Call" }, /* SPR#1352 - SH - TTY */ + { TxtHeldTTYCall, "Held TTY Call" }, + { TxtTTY, "TTY" }, #ifdef NEPTUNE_BOARD /* Mar 27, 2006 REF:ER OMAPS00071798 */ {TxtAudioMode, "Audio mode"}, {TxtAudioModeText, "Text mode"}, @@ -1056,50 +1056,50 @@ { TxtBootTime, "Boot Time Measurement"}, /*OMAPS0091029 x0039928(sumanth)*/ /*x0039928 OMAPS00097714 - HCO/VCO implementation - added strings*/ #ifdef FF_TTY_HCO_VCO - { TxtTTYAll, "TTY All" }, - { TxtTTYVco, "TTY Vco" }, - { TxtTTYHco, "TTY Hco" }, + { TxtTTYAll, "TTY All" }, + { TxtTTYVco, "TTY Vco" }, + { TxtTTYHco, "TTY Hco" }, #endif - { TxtOnNextCall, "On Next Call" }, - { TxtAlwaysOn, "Always On" }, - { TxtTTYCalling, "TTY Calling..." }, - { TxtIncomingTTYCall, "Inc. TTY Call" }, + { TxtOnNextCall, "On Next Call" }, + { TxtAlwaysOn, "Always On" }, + { TxtTTYCalling, "TTY Calling..." }, + { TxtIncomingTTYCall, "Inc. TTY Call" }, { TxtProvisioned, "Provisioned"}, // Marcus: Issue 1652: 03/02/2003 { TxtExecuted, "Executed"}, // Marcus: Issue 1652: 03/02/2003 { TxtCommand, "Command"}, // NDH : SPR#1869 : 08/04/2003 { TxtCompleted, "Completed"}, // NDH : SPR#1869 : 08/04/2003 { TxtMultiparty, "Conference"}, // AP: Issue 1749: 06/03/03 - { TxtAttaching, "Attaching"}, /* SPR#1983 - SH - Various WAP texts */ - { TxtConnection, "Connection"}, - { TxtUsing, "Using"}, - { TxtConnectionSpeed, "Connect. Speed"}, - { TxtAnalogue, "Analogue"}, - { TxtISDN9600, "ISDN 9600"}, - { TxtISDN14400, "ISDN 14400"}, - { TxtEndWap, "End WAP"}, - { TxtUntitled, "Untitled"}, - { TxtChooseReplacement1, "Choose"}, /* SPR#2354 */ - { TxtChooseReplacement2, "Replacement"}, /* SPR#2354 */ - { TxtDialup, "Dialup" }, /* SPR#2324 - SH - Added */ - { TxtAdvanced, "Advanced" }, - { TxtGPRSDialupGPRS, "(GPRS)/Dialup" }, - { TxtGPRSDialupDialup, "GPRS/(Dialup)" }, - { TxtProfiles, "Profiles" }, - { TxtNewProfile, "New Profile" }, - { TxtResetProfiles, "Reset Profiles" }, - { TxtPasswords, "Passwords"}, //SPR16107 - { TxtMismatch, "donot match!"}, //SPR16107 - { TxtDataCounterReset, "Reset Counter?"}, /* SPR#2346 - SH */ - { TxtCallDate, "Date : "}, /* API - 05/09/03 - SPR2357 - Added */ - { TxtCallTime, "Time : "}, /* API - 05/09/03 - SPR2357 - Added */ - { TxtInvalidMessage, "Invalid Message"},/*MC SPR 2530*/ - { TxtIncompleteMessage, "Incomplete Message"},/*MC SPR 2530*/ + { TxtAttaching, "Attaching"}, /* SPR#1983 - SH - Various WAP texts */ + { TxtConnection, "Connection"}, + { TxtUsing, "Using"}, + { TxtConnectionSpeed, "Connect. Speed"}, + { TxtAnalogue, "Analogue"}, + { TxtISDN9600, "ISDN 9600"}, + { TxtISDN14400, "ISDN 14400"}, + { TxtEndWap, "End WAP"}, + { TxtUntitled, "Untitled"}, + { TxtChooseReplacement1, "Choose"}, /* SPR#2354 */ + { TxtChooseReplacement2, "Replacement"}, /* SPR#2354 */ + { TxtDialup, "Dialup" }, /* SPR#2324 - SH - Added */ + { TxtAdvanced, "Advanced" }, + { TxtGPRSDialupGPRS, "(GPRS)/Dialup" }, + { TxtGPRSDialupDialup, "GPRS/(Dialup)" }, + { TxtProfiles, "Profiles" }, + { TxtNewProfile, "New Profile" }, + { TxtResetProfiles, "Reset Profiles" }, + { TxtPasswords, "Passwords"}, //SPR16107 + { TxtMismatch, "donot match!"}, //SPR16107 + { TxtDataCounterReset, "Reset Counter?"}, /* SPR#2346 - SH */ + { TxtCallDate, "Date : "}, /* API - 05/09/03 - SPR2357 - Added */ + { TxtCallTime, "Time : "}, /* API - 05/09/03 - SPR2357 - Added */ + { TxtInvalidMessage, "Invalid Message"},/*MC SPR 2530*/ + { TxtIncompleteMessage, "Incomplete Message"},/*MC SPR 2530*/ //yanbin add MMS string //TISHMMS Project - { TxtDownload, "Download"}, + { TxtDownload, "Download"}, #if defined (FF_WAP) && defined (FF_GPF_TCPIP) //added by ellen - { TxtShowMessages, "Show Push Messages"}, - { TxtPushMessages, "Push Messages"}, + { TxtShowMessages, "Show Push Messages"}, + { TxtPushMessages, "Push Messages"}, #endif #if defined (FF_MMI_MMS) || defined (FF_MMI_EMS)//MMI-SPR 49811 - x0035544 07 nov 2005 {TxtMMS, "MMS"}, @@ -1149,502 +1149,502 @@ {TxtNoObjects, "No Objects"}, {TxtExtractable, "Extractable"}, #endif //MMI-SPR 49811 - x0035544 07 nov 2005 - { TxtLockAls, "Lock ALS"}, /* NDH : CQ16317 */ - { TxtUnlockAls, "Unlock ALS"}, /* NDH : CQ16317 */ - { TxtAlsLocked, "ALS Locked"}, /* NDH : CQ16317 */ - { TxtAlsUnlocked, "ALS Unlocked"}, /* NDH : CQ16317 */ - { TxtLimService, "Limited Service"}, /* SPR12653 */ - -// Apr 06, 2005 REF: ENH 30011 xdeepadh + { TxtLockAls, "Lock ALS"}, /* NDH : CQ16317 */ + { TxtUnlockAls, "Unlock ALS"}, /* NDH : CQ16317 */ + { TxtAlsLocked, "ALS Locked"}, /* NDH : CQ16317 */ + { TxtAlsUnlocked, "ALS Unlocked"}, /* NDH : CQ16317 */ + { TxtLimService, "Limited Service"}, /* SPR12653 */ + +// Apr 06, 2005 REF: ENH 30011 xdeepadh //Strings for Camera, Mp3 and midi test application are //under the respective flags. //Nov 14, 2005 REF: OMAPS00044445 xdeepadh /* Nov 22, 2007 DR: OMAPS00152315 x0080701(Bharat) -- Commented #if defined */ // #if defined(FF_MMI_TEST_MP3) || defined(FF_MMI_TEST_AAC) - { TxtPlayerMonoChannel, "Mono"}, /* SPR12653 */ - { TxtPlayerStereoChannel, "Stereo"}, /* SPR12653 */ - { TxtPlayerSetChannels, "Channels settings"}, /* SPR12653 */ - { TxtPlayerPlay, "Play file"}, /* SPR12653 */ - { TxtPlayerTest, "Audio Player"}, /* SPR12653 */ - { TxtPlayerFileSelected, "File Selected"}, /* SPR12653 */ - { TxtPlayerSelectFile, "Select a File"}, /* SPR12653 */ - { TxtPlayerPause, "Pause"}, /* SPR12653 */ - { TxtPlayerResume, "Resume"}, /* SPR12653 */ - { TxtPlayerStop, "Stop"}, /* SPR12653 */ - { TxtPlayerPlaying, "Playing"}, /* SPR12653 */ - { TxtPlayerForward, "Forward"}, /* OMAPS00070659 x0039928 */ - { TxtPlayerRewind, "Rewind"}, - { TxtPlayerForwarding, "Forwarding"}, - { TxtPlayerRewinding, "Rewinding"}, /* OMAPS00070659 x0039928 */ -// Jul 18, 2005 REF: SPR 31695 xdeepadh - { TxtPlayerFileNotLoaded, "No Files loaded"}, - { TxtPlayerOptionNotImplemented, "Option not yet implement"}, + { TxtPlayerMonoChannel, "Mono"}, /* SPR12653 */ + { TxtPlayerStereoChannel, "Stereo"}, /* SPR12653 */ + { TxtPlayerSetChannels, "Channels settings"}, /* SPR12653 */ + { TxtPlayerPlay, "Play file"}, /* SPR12653 */ + { TxtPlayerTest, "Audio Player"}, /* SPR12653 */ + { TxtPlayerFileSelected, "File Selected"}, /* SPR12653 */ + { TxtPlayerSelectFile, "Select a File"}, /* SPR12653 */ + { TxtPlayerPause, "Pause"}, /* SPR12653 */ + { TxtPlayerResume, "Resume"}, /* SPR12653 */ + { TxtPlayerStop, "Stop"}, /* SPR12653 */ + { TxtPlayerPlaying, "Playing"}, /* SPR12653 */ + { TxtPlayerForward, "Forward"}, /* OMAPS00070659 x0039928 */ + { TxtPlayerRewind, "Rewind"}, + { TxtPlayerForwarding, "Forwarding"}, + { TxtPlayerRewinding, "Rewinding"}, /* OMAPS00070659 x0039928 */ +// Jul 18, 2005 REF: SPR 31695 xdeepadh + { TxtPlayerFileNotLoaded, "No Files loaded"}, + { TxtPlayerOptionNotImplemented, "Option not yet implement"}, // #endif //FF_MMI_TEST_MP3 /* Nov 22, 2007 DR: OMAPS00152315 x0080701(Bharat) -- Commented #endif */ //Aug 22, 2005 REF: ENH 31154 xdeepadh #if defined(FF_MMI_TEST_CAMERA) ||defined(FF_MMI_CAMERA_APP) - { TxtCameraTest, "Camera Application"}, /* NDH : CQ16317 */ - { TxtViewFinder, "View Finder"}, /* NDH : CQ16317 */ - { TxtSnapshot, "Take Snapshot"}, /* NDH : CQ16317 */ - { TxtSaveSnapshot, "Save Snapshot"}, /* NDH : CQ16317 */ - { TxtSnapshotSaved, "Snapshot Saved"}, /* NDH : CQ16317 */ - { TxtSoftSnap, "Snapshot"}, /* NDH : CQ16317 */ - { TxtSoftSnapSave, "Save"}, /* NDH : CQ16317 */ - { TxtSnapSaving, "Saving"}, - { TxtQuality, "Quality"}, - { TxtEconomy, "Economy"}, - { TxtStandard, "Standard"}, - { TxtColor, "Color"}, - { TxtSepia, "Sepia"}, - { TxtBlackandWhite, "Black&White"}, - { TxtNegative, "Negative"}, - { TxtFilename, "Filename"}, - { TxtDigiZoom, "Zoom"}, - { TxtFrame, "Border Frame"}, - { TxtFrame1, "Border Frame1"}, - { TxtFrame2, "Border Frame2"}, - { TxtNoFrame, "No frame"}, - { TxtShootingMode, "Shooting Mode"}, - { TxtSingleshot, "Single Shot"}, - { Txt2Shots, "2 Shots"}, - { Txt4Shots, "4 Shots"}, - { Txt8Shots, "8 Shots"}, + { TxtCameraTest, "Camera Application"}, /* NDH : CQ16317 */ + { TxtViewFinder, "View Finder"}, /* NDH : CQ16317 */ + { TxtSnapshot, "Take Snapshot"}, /* NDH : CQ16317 */ + { TxtSaveSnapshot, "Save Snapshot"}, /* NDH : CQ16317 */ + { TxtSnapshotSaved, "Snapshot Saved"}, /* NDH : CQ16317 */ + { TxtSoftSnap, "Snapshot"}, /* NDH : CQ16317 */ + { TxtSoftSnapSave, "Save"}, /* NDH : CQ16317 */ + { TxtSnapSaving, "Saving"}, + { TxtQuality, "Quality"}, + { TxtEconomy, "Economy"}, + { TxtStandard, "Standard"}, + { TxtColor, "Color"}, + { TxtSepia, "Sepia"}, + { TxtBlackandWhite, "Black&White"}, + { TxtNegative, "Negative"}, + { TxtFilename, "Filename"}, + { TxtDigiZoom, "Zoom"}, + { TxtFrame, "Border Frame"}, + { TxtFrame1, "Border Frame1"}, + { TxtFrame2, "Border Frame2"}, + { TxtNoFrame, "No frame"}, + { TxtShootingMode, "Shooting Mode"}, + { TxtSingleshot, "Single Shot"}, + { Txt2Shots, "2 Shots"}, + { Txt4Shots, "4 Shots"}, + { Txt8Shots, "8 Shots"}, #endif //FF_MMI_TEST_CAMERA // Apr 05, 2005 REF: ENH 29994 xdeepadh //Midi Test Application Strings were put under the flag FF_MMI_TEST_MIDI #ifdef FF_MMI_TEST_MIDI - { TxtMidiTest, "Midi Application"}, - { TxtMidiChangeConfig, "Change Config"}, - { TxtMidiPlay, "Play"}, - { TxtMidiPlayAllFiles, "Play all files"}, - { TxtMidiExit, "Stop playing"}, - { TxtChConfigFile, "Browse Midi Files"}, - { TxtChConfigVoiceLimit, "Voice Limit"}, - { TxtChConfigLoop, "Loop On/Off"}, - { TxtChConfigChannels, "Channels"}, - { TxtChConfigBankLocation, "Bank Location"}, - { TxtMidiEnterVoiceNumber, "Enter number of voices"}, - { TxtMidiSelectFile, "Select file to be played"}, - { TxtMidiOptionNotImplemented, "Option not yet implement"}, - { TxtMidiLoopOn, "On"}, - { TxtMidiLoopOff, "Off"}, - { TxtMidiChannels, "Channels"}, - { TxtMidiMonoChannel, "Mono"}, - { TxtMidiStereoChannel, "Stereo"}, - { TxtMidiBankLocation, "Bank"},//MMI-SPR 49811 - x0035544 07 nov 2005 - { TxtMidiFastBankLocation, "Fast"}, - { TxtMidiSlowBankLocation, "Slow"}, - { TxtMidiFileTitle, "Select File to be played"}, - { TxtMidiFileNotLoaded, "No Files loaded"}, - { TxtMidiFileSelected, "File Selected"}, - { TxtChConfigAudioOutput, "Audio Output"}, - { TxtMidiSpeaker, "Speaker"}, - { TxtMidiHeadset, "Headset"}, + { TxtMidiTest, "Midi Application"}, + { TxtMidiChangeConfig, "Change Config"}, + { TxtMidiPlay, "Play"}, + { TxtMidiPlayAllFiles, "Play all files"}, + { TxtMidiExit, "Stop playing"}, + { TxtChConfigFile, "Browse Midi Files"}, + { TxtChConfigVoiceLimit, "Voice Limit"}, + { TxtChConfigLoop, "Loop On/Off"}, + { TxtChConfigChannels, "Channels"}, + { TxtChConfigBankLocation, "Bank Location"}, + { TxtMidiEnterVoiceNumber, "Enter number of voices"}, + { TxtMidiSelectFile, "Select file to be played"}, + { TxtMidiOptionNotImplemented, "Option not yet implement"}, + { TxtMidiLoopOn, "On"}, + { TxtMidiLoopOff, "Off"}, + { TxtMidiChannels, "Channels"}, + { TxtMidiMonoChannel, "Mono"}, + { TxtMidiStereoChannel, "Stereo"}, + { TxtMidiBankLocation, "Bank"},//MMI-SPR 49811 - x0035544 07 nov 2005 + { TxtMidiFastBankLocation, "Fast"}, + { TxtMidiSlowBankLocation, "Slow"}, + { TxtMidiFileTitle, "Select File to be played"}, + { TxtMidiFileNotLoaded, "No Files loaded"}, + { TxtMidiFileSelected, "File Selected"}, + { TxtChConfigAudioOutput, "Audio Output"}, + { TxtMidiSpeaker, "Speaker"}, + { TxtMidiHeadset, "Headset"}, //x0pleela 30 Jan, 2007 DR: OMAPS00108892 //Adding the following strings to display error message //when loop on is enabled while playing all files - { TxtLoopOn, "Loop ON"}, - { TxtCantPlayAllFiles, "Cannot Play All Files"}, - { TxtCantBeActivated, "Cannot be Activated"}, + { TxtLoopOn, "Loop ON"}, + { TxtCantPlayAllFiles, "Cannot Play All Files"}, + { TxtCantBeActivated, "Cannot be Activated"}, #endif//FF_MMI_TEST_MIDI #ifdef BTE_MOBILE - /* - ** Start of Bluetooth Related Strings - */ - {TxtBluetooth, "Bluetooth"}, - {TxtBluetoothEnable, "Enable"}, - {TxtBluetoothDisable, "Disable"}, - {TxtBtEnterDeviceName, "Enter Device Name:"}, - {TxtBtEnterPassKey, "Enter Pass Key:"}, - {TxtBtPassKey, "Pass Key"}, - {TxtBtTimeout, "Timeout"}, - {TxtBtPairing, "Pairing"}, - {TxtBtPaired, "Paired"}, - {TxtBtAuthorize, "Authorize"}, - {TxtBtUnAuthorize, "Un-Authorize"}, - {TxtBtInfo, "Info"}, - {TxtBtYesOnce, "Yes (Once)"}, - {TxtBtYesAlways, "Yes (Always)"}, - {TxtBtPairDevice, "Pair Device"}, - {TxtBtChangePassKey, "Change PassKey"}, - {TxtBtShowServices, "Show Services"}, - {TxtBtAddToKnown, "Add To Known"}, - {TxtBtRemoveDevice, "Remove Device"}, - {TxtBtDeviceName, "Device Name"}, - {TxtBtSet, "Set"}, - {TxtBtServices, "Services"}, - {TxtBtNoServices, "No Services"}, - {TxtBtSupported, "Supported"}, - {TxtBtSerialPort, "Serial Port"}, - {TxtBtDialUpNetworking, "Dial Up Networking"}, - {TxtBtHeadSet, "Head Set"}, - {TxtBtHandsFree, "Hands Free"}, - {TxtBtObjectPush, "Object Push"}, - {TxtBtFileTransfer, "File Transfer"}, - {TxtBtLanAccess, "Lan Access"}, - {TxtBtCordlessTelephony, "Cordless Telephony"}, - {TxtBtIntercom, "Intercom"}, - {TxtBtUnknownService, "Unknown Service"}, - {TxtBtRequiresAuthorizationForService, "%s requires Authorization for Service : %s"}, - {TxtBtDevices, "Devices"}, - {TxtBtDevice, "Device,"}, - {TxtBtHidden, "Hidden"}, - {TxtBtTimed, "Timed"}, - {TxtBtKnownDevices, "Known Devices"}, - {TxtBtDiscoverable, "Discoverable"}, - {TxtBtNoDevices, "No Devices"}, - {TxtBtFound, "Found"}, - {TxtBtSetLocalName, "Set Local Name"}, - {TxtBtClearStoredDevices, "Clear all Stored Devices"}, - /* - ** End of Bluetooth Related Strings - */ + /* + ** Start of Bluetooth Related Strings + */ + {TxtBluetooth, "Bluetooth"}, + {TxtBluetoothEnable, "Enable"}, + {TxtBluetoothDisable, "Disable"}, + {TxtBtEnterDeviceName, "Enter Device Name:"}, + {TxtBtEnterPassKey, "Enter Pass Key:"}, + {TxtBtPassKey, "Pass Key"}, + {TxtBtTimeout, "Timeout"}, + {TxtBtPairing, "Pairing"}, + {TxtBtPaired, "Paired"}, + {TxtBtAuthorize, "Authorize"}, + {TxtBtUnAuthorize, "Un-Authorize"}, + {TxtBtInfo, "Info"}, + {TxtBtYesOnce, "Yes (Once)"}, + {TxtBtYesAlways, "Yes (Always)"}, + {TxtBtPairDevice, "Pair Device"}, + {TxtBtChangePassKey, "Change PassKey"}, + {TxtBtShowServices, "Show Services"}, + {TxtBtAddToKnown, "Add To Known"}, + {TxtBtRemoveDevice, "Remove Device"}, + {TxtBtDeviceName, "Device Name"}, + {TxtBtSet, "Set"}, + {TxtBtServices, "Services"}, + {TxtBtNoServices, "No Services"}, + {TxtBtSupported, "Supported"}, + {TxtBtSerialPort, "Serial Port"}, + {TxtBtDialUpNetworking, "Dial Up Networking"}, + {TxtBtHeadSet, "Head Set"}, + {TxtBtHandsFree, "Hands Free"}, + {TxtBtObjectPush, "Object Push"}, + {TxtBtFileTransfer, "File Transfer"}, + {TxtBtLanAccess, "Lan Access"}, + {TxtBtCordlessTelephony, "Cordless Telephony"}, + {TxtBtIntercom, "Intercom"}, + {TxtBtUnknownService, "Unknown Service"}, + {TxtBtRequiresAuthorizationForService, "%s requires Authorization for Service : %s"}, + {TxtBtDevices, "Devices"}, + {TxtBtDevice, "Device,"}, + {TxtBtHidden, "Hidden"}, + {TxtBtTimed, "Timed"}, + {TxtBtKnownDevices, "Known Devices"}, + {TxtBtDiscoverable, "Discoverable"}, + {TxtBtNoDevices, "No Devices"}, + {TxtBtFound, "Found"}, + {TxtBtSetLocalName, "Set Local Name"}, + {TxtBtClearStoredDevices, "Clear all Stored Devices"}, + /* + ** End of Bluetooth Related Strings + */ #endif - { TxtFDNName, "FDN Numbers" },// MMI SPR 18555 - { TxtAllDivert, "All Divert"}, - { TxtNoReachDivert, "Divert when not reachable"}, - { TxtBusyDivert, "Divert if Busy"}, - { TxtNoAnsDivert, "Divert when no answer"}, - { TxtCondDivert, "Divert for Cond. Forward"}, - { TxtAllCallsDivert, "Divert for All calls"}, - { TxtInvalidInput, "Invalid input"}, //SPR21547 - { TxtFDNListFull, "FDN List Full"}, //SPR 31710 x0021308:RamG - - - //Nov 29, 2004 REF: CRR 25051 xkundadu - //Description: INCALL SCREEN ?ADJUSTING THE VOLUME - //Fix: Added these strings to display the various speaker volume levels. - {TxtLevel1 ," Level 1"}, - {TxtLevel2 ," Level 2"}, - {TxtLevel3 ," Level 3"}, - {TxtLevel4 ," Level 4"}, - {TxtLevel5 ," Level 5"}, - {TxtImage,"Image"}, //xrashmic 28 Jan, 2005 MMI-SPR-28166 - { TxtSmsWaiting, "Message waiting"}, //x0018858 24 Mar, 2005 MMI-FIX-11321 + { TxtFDNName, "FDN Numbers" },// MMI SPR 18555 + { TxtAllDivert, "All Divert"}, + { TxtNoReachDivert, "Divert when not reachable"}, + { TxtBusyDivert, "Divert if Busy"}, + { TxtNoAnsDivert, "Divert when no answer"}, + { TxtCondDivert, "Divert for Cond. Forward"}, + { TxtAllCallsDivert, "Divert for All calls"}, + { TxtInvalidInput, "Invalid input"}, //SPR21547 + { TxtFDNListFull, "FDN List Full"}, //SPR 31710 x0021308:RamG + + + //Nov 29, 2004 REF: CRR 25051 xkundadu + //Description: INCALL SCREEN ?ADJUSTING THE VOLUME + //Fix: Added these strings to display the various speaker volume levels. + {TxtLevel1 ," Level 1"}, + {TxtLevel2 ," Level 2"}, + {TxtLevel3 ," Level 3"}, + {TxtLevel4 ," Level 4"}, + {TxtLevel5 ," Level 5"}, + {TxtImage,"Image"}, //xrashmic 28 Jan, 2005 MMI-SPR-28166 + { TxtSmsWaiting, "Message waiting"}, //x0018858 24 Mar, 2005 MMI-FIX-11321 /* Power management Menu*/ #ifdef NEPTUNE_BOARD #ifdef MMI_POWER_MANAGEMENT_TEST - { Txt10Second, "10 Sec" }, - { Txt15Second, "15 Sec" }, - { Txt20Second, "20 Sec" }, - { TxtSetParam1, "Set Param"}, + { Txt10Second, "10 Sec" }, + { Txt15Second, "15 Sec" }, + { Txt20Second, "20 Sec" }, + { TxtSetParam1, "Set Param"}, #endif #endif #ifdef FF_MMI_MULTIMEDIA - /* String required for Multimedia Menu. */ - {TxtMultimediaApp, "Multimedia Test Application"}, - {TxtConfigurationParameters, "Configuration Parameters"}, - {TxtAudioVideoPlayback, "Audio/Video Playback"}, - {TxtMidiPlayback, "Midi Playback"}, - {TxtImageViewer, "Image Viewer"}, - {TxtCameraCapture, "Camera Capture"}, - {TxtVideoRecording, "Video Recording"}, - {TxtAudioRecording, "Audio Recording"}, - {TxtPlayRecording, "Play Recording"}, - {TxtFileListType, "FileLists"}, - {TxtNoFileAvail, "No Files"}, - /* Configuration Parameter. */ - {TxtOutputScreenSize, "Output Screen Size"}, - {TxtAudioEncodingFormat, "Audio Encoding Format"}, - {TxtVideoEncodingFormat, "Video Encoding Format"}, - {TxtVideoCaptureSize, "Video Capture Size"}, - {TxtVideoFrameRateSelection, "Video Frame Rate Selection"}, - {TxtAudioBitRate, "Audio Bitrate"}, - {TxtVideoBitRate, "Video Bitrate"}, - {TxtMidiPlayerSelect, "Midi Player Enabled"}, - /* Screen mode */ - {TxtHalfScreenMode, "Half-Screen Mode" }, - {TxtFullScreenMode, "Full-Screen Mode" }, - /* Audio Format */ - {TxtAAC, "AAC" }, - {TxtAMR, "AMR-NB" }, - {TxtPCM, "PCM" }, - {TxtMP3, "MP3" }, - /* Video Format */ - {TxtMpeg4, "MPEG4" }, - {TxtH263, "H263" }, - /* Screen Size */ - {TxtQcif, "QCIF" }, - {TxtCif, "SQCIF" }, - /* Frame Rate */ - {Txt5fps, "5 FPS"}, - {Txt10fps, "10 FPS"}, - {Txt15fps, "15 FPS"}, - {Txt20fps, "20 FPS"}, - {Txt25fps, "25 FPS"}, - {Txt30fps, "30 FPS"}, - /* Bit Rate*/ - {TxtAACBitRate, "AAC BitRate" }, - {AMRNBBitRate, "AMR-NB BitRate" }, - /* AAC Bit Rate */ - {Txt48Kbps, "48 KBPS"}, - {Txt66p15Kbps, "66.15 KBPS"}, - {Txt72Kbps, "72 KBPS"}, - {Txt96pKbps, " 96 KBPS"}, - {Txt132p3Kbps, "32.3 KBPS"}, - {Txt144Kbps, "144 KBPS"}, - {Txt192Kbps, "192 KBPS"}, - {Txt264p6Kbps, "264.6 KBPS"}, - {Txt288Kbps, "288 KBPS"}, - /* AMR Bit Rate */ - {Txt1p80Kbps, "1.80 KBPS"}, - {Txt4p75Kbps, "4.75 KBPS"}, - {Txt5p15Kbps, "5.15 KBPS"}, - {Txt5p9Kbps, "5.9 KBPS"}, - {Txt6p7Kbps, "6.7 KBPS"}, - {Txt7p4Kbps, "7.4 KBPS"}, - {Txt7p95Kbps, "7.95 KBPS"}, - {Txt10p2Kbps, "10.2 KBPS"}, - {Txt12p2Kbps, "12.2 KBPS"}, - /* Video Bit Rate */ - {Txt64Kbps, "64 KBPS"}, - {Txt128Kbps, "128 KBPS"}, - {Txt384Kbps, "384 KBPS"}, - /* Softkey for Audio / Video display. */ - {TxtPauseKey, "Pause"}, - {TxtResumeKey, "Resume"}, - {TxtEncodeKey, "Encode"}, - {TxtSoftIVT, "IVT"}, - {TxtPictureDisp, "Picture Display"}, - {TxtSetParam, "Set Param"}, - /* Audio Path Configuration Parameter */ - {TxtAudioPath, "Audio Path Configuration"}, - {TxtHeadset, "Head Set"}, - {TxtHeadphone, "Stereo Head Phone"}, - /* Audio / Video Recording. */ - {TxtSoftStart, "Start"}, - {TxtAudvidRecord, "Audio / Video Recording"}, - {TxtQQVga, "QQVGA"}, - {TxtEncdTo, "Encode To"}, - {TxtJPEGFile, "JPEG File"}, - /* For FTP Application */ - { TxtFTPApp, "FTP" }, - { TxtPut, "Put" }, - { TxtGet, "Get" }, - /* Configuration Parameters - Volume and Preferred Storage. */ - { TxtVolumeConfig, "Volume Configuration"}, - { TxtPreferredStorage, "Preferred Storage"}, - { TxtAudioDecodeConfig, "Audio Decode Configuration"}, - { TxtAudioEncodeConfig, "Audio Encode Configuration"}, - { TxtVideoEncodeConfig, "Video Encode Configuration"}, - { TxtSpeaker, "Handset"}, - { TxtEnterPath, "Enter File Path:"}, - {TxtInvalidPath, "Invalid"}, - { TxtVMPlayback, "Voice Memo Playback" }, - { TxtVMRecord, "Voice Memo Recording" }, - { TxtVMConfigParam, "Configuration Parameters" }, - { TxtStartRecord, "Start Voice Memo Recording" }, - { TxtPlayingfile, "Playing Selected Fie " }, - { TxtPauseFile, "Pause Selected File" }, - { TxtRecordVoice, "Recording Voice" }, - { TxtSoftMore, "More" }, - { TxtUseCase, "Use Cases" }, - { TxtRepeateForEver, "Repeate For Ever" }, - { TxtPlayonce, "Play Once" }, - { TxtCamera , "Camera"}, - { TxtCapture, "Capture" }, - { TxtCrop, "Crop"}, - { TxtRescale, "Rescale"}, - { TxtRotate, "Rotate"}, - {TxtDummyStr, "Dummy String"}, - {TxtDummyStr1, "Dummy String1"}, - /*PCM Decode sampling Rate*/ - {Txt8kRate, "8k Sample Rate"}, - {Txt11kRate, "11k Sample Rate"}, - {Txt12kRate, "12k Sample Rate"}, /*OMAPS00081264 - 12k Menu addition */ - {Txt16kRate, "16k Sample Rate"}, - {Txt22kRate, "22k Sample Rate"}, - {Txt24kRate, "24k Sample Rate"}, /*OMAPS00081264 - 12k Menu addition */ - {Txt32kRate, "32k Sample Rate"}, - {Txt44kRate, "44k Sample Rate"}, - {Txt48kRate, "48k Sample Rate"}, - {TxtPcmRate, "PCM Sample Rate"}, - {TxtPcmChannelMode, "PCM Channel Mode"}, - /* Image Quality Setting */ - {TxtImgCaptureQuality, "Image Capture Quality"}, - {Txt0Set, "0"}, - {Txt10Set, "10"}, - {Txt20Set, "20"}, - {Txt30Set, "30"}, - {Txt40Set, "40"}, - {Txt50Set, "50"}, - {Txt60Set, "60"}, - {Txt70Set, "70"}, - {Txt80Set, "80"}, - {Txt90Set, "90"}, - {Txt100Set, "100"}, - {TxtStreoMode, "Stereo Mode"}, - {TxtMonoMode, "Mono Mode"}, - {TxtVideoPlayOption, "Video Playback Option"}, - {TxtAudioVideoPlay, "Audio & Video Play"}, - {TxtVideoPlay, "Video Play Only"}, - /* Video Recording Duration Specification */ - {TxtVideoRecDuration, "Video Recording Duration"}, - {Txt10sec, "10 Sec Recording"}, - {Txt15sec, "15 Sec Recording"}, - {Txt20sec, "20 Sec Recording"}, - {TxtNonStop, "Non Stop Recording"}, - /* Video Only Option - x0043641*/ - {TxtVideoRecordOption, "Video Record Option"}, - {TxtAudioVideoRecord, "Video & Audio Recording"}, - {TxtVideoRecord, "Video Recording Only"}, + /* String required for Multimedia Menu. */ + {TxtMultimediaApp, "Multimedia Test Application"}, + {TxtConfigurationParameters, "Configuration Parameters"}, + {TxtAudioVideoPlayback, "Audio/Video Playback"}, + {TxtMidiPlayback, "Midi Playback"}, + {TxtImageViewer, "Image Viewer"}, + {TxtCameraCapture, "Camera Capture"}, + {TxtVideoRecording, "Video Recording"}, + {TxtAudioRecording, "Audio Recording"}, + {TxtPlayRecording, "Play Recording"}, + {TxtFileListType, "FileLists"}, + {TxtNoFileAvail, "No Files"}, + /* Configuration Parameter. */ + {TxtOutputScreenSize, "Output Screen Size"}, + {TxtAudioEncodingFormat, "Audio Encoding Format"}, + {TxtVideoEncodingFormat, "Video Encoding Format"}, + {TxtVideoCaptureSize, "Video Capture Size"}, + {TxtVideoFrameRateSelection, "Video Frame Rate Selection"}, + {TxtAudioBitRate, "Audio Bitrate"}, + {TxtVideoBitRate, "Video Bitrate"}, + {TxtMidiPlayerSelect, "Midi Player Enabled"}, + /* Screen mode */ + {TxtHalfScreenMode, "Half-Screen Mode" }, + {TxtFullScreenMode, "Full-Screen Mode" }, + /* Audio Format */ + {TxtAAC, "AAC" }, + {TxtAMR, "AMR-NB" }, + {TxtPCM, "PCM" }, + {TxtMP3, "MP3" }, + /* Video Format */ + {TxtMpeg4, "MPEG4" }, + {TxtH263, "H263" }, + /* Screen Size */ + {TxtQcif, "QCIF" }, + {TxtCif, "SQCIF" }, + /* Frame Rate */ + {Txt5fps, "5 FPS"}, + {Txt10fps, "10 FPS"}, + {Txt15fps, "15 FPS"}, + {Txt20fps, "20 FPS"}, + {Txt25fps, "25 FPS"}, + {Txt30fps, "30 FPS"}, + /* Bit Rate*/ + {TxtAACBitRate, "AAC BitRate" }, + {AMRNBBitRate, "AMR-NB BitRate" }, + /* AAC Bit Rate */ + {Txt48Kbps, "48 KBPS"}, + {Txt66p15Kbps, "66.15 KBPS"}, + {Txt72Kbps, "72 KBPS"}, + {Txt96pKbps, " 96 KBPS"}, + {Txt132p3Kbps, "32.3 KBPS"}, + {Txt144Kbps, "144 KBPS"}, + {Txt192Kbps, "192 KBPS"}, + {Txt264p6Kbps, "264.6 KBPS"}, + {Txt288Kbps, "288 KBPS"}, + /* AMR Bit Rate */ + {Txt1p80Kbps, "1.80 KBPS"}, + {Txt4p75Kbps, "4.75 KBPS"}, + {Txt5p15Kbps, "5.15 KBPS"}, + {Txt5p9Kbps, "5.9 KBPS"}, + {Txt6p7Kbps, "6.7 KBPS"}, + {Txt7p4Kbps, "7.4 KBPS"}, + {Txt7p95Kbps, "7.95 KBPS"}, + {Txt10p2Kbps, "10.2 KBPS"}, + {Txt12p2Kbps, "12.2 KBPS"}, + /* Video Bit Rate */ + {Txt64Kbps, "64 KBPS"}, + {Txt128Kbps, "128 KBPS"}, + {Txt384Kbps, "384 KBPS"}, + /* Softkey for Audio / Video display. */ + {TxtPauseKey, "Pause"}, + {TxtResumeKey, "Resume"}, + {TxtEncodeKey, "Encode"}, + {TxtSoftIVT, "IVT"}, + {TxtPictureDisp, "Picture Display"}, + {TxtSetParam, "Set Param"}, + /* Audio Path Configuration Parameter */ + {TxtAudioPath, "Audio Path Configuration"}, + {TxtHeadset, "Head Set"}, + {TxtHeadphone, "Stereo Head Phone"}, + /* Audio / Video Recording. */ + {TxtSoftStart, "Start"}, + {TxtAudvidRecord, "Audio / Video Recording"}, + {TxtQQVga, "QQVGA"}, + {TxtEncdTo, "Encode To"}, + {TxtJPEGFile, "JPEG File"}, + /* For FTP Application */ + { TxtFTPApp, "FTP" }, + { TxtPut, "Put" }, + { TxtGet, "Get" }, + /* Configuration Parameters - Volume and Preferred Storage. */ + { TxtVolumeConfig, "Volume Configuration"}, + { TxtPreferredStorage, "Preferred Storage"}, + { TxtAudioDecodeConfig, "Audio Decode Configuration"}, + { TxtAudioEncodeConfig, "Audio Encode Configuration"}, + { TxtVideoEncodeConfig, "Video Encode Configuration"}, + { TxtSpeaker, "Handset"}, + { TxtEnterPath, "Enter File Path:"}, + {TxtInvalidPath, "Invalid"}, + { TxtVMPlayback, "Voice Memo Playback" }, + { TxtVMRecord, "Voice Memo Recording" }, + { TxtVMConfigParam, "Configuration Parameters" }, + { TxtStartRecord, "Start Voice Memo Recording" }, + { TxtPlayingfile, "Playing Selected Fie " }, + { TxtPauseFile, "Pause Selected File" }, + { TxtRecordVoice, "Recording Voice" }, + { TxtSoftMore, "More" }, + { TxtUseCase, "Use Cases" }, + { TxtRepeateForEver, "Repeate For Ever" }, + { TxtPlayonce, "Play Once" }, + { TxtCamera , "Camera"}, + { TxtCapture, "Capture" }, + { TxtCrop, "Crop"}, + { TxtRescale, "Rescale"}, + { TxtRotate, "Rotate"}, + {TxtDummyStr, "Dummy String"}, + {TxtDummyStr1, "Dummy String1"}, + /*PCM Decode sampling Rate*/ + {Txt8kRate, "8k Sample Rate"}, + {Txt11kRate, "11k Sample Rate"}, + {Txt12kRate, "12k Sample Rate"}, /*OMAPS00081264 - 12k Menu addition */ + {Txt16kRate, "16k Sample Rate"}, + {Txt22kRate, "22k Sample Rate"}, + {Txt24kRate, "24k Sample Rate"}, /*OMAPS00081264 - 12k Menu addition */ + {Txt32kRate, "32k Sample Rate"}, + {Txt44kRate, "44k Sample Rate"}, + {Txt48kRate, "48k Sample Rate"}, + {TxtPcmRate, "PCM Sample Rate"}, + {TxtPcmChannelMode, "PCM Channel Mode"}, + /* Image Quality Setting */ + {TxtImgCaptureQuality, "Image Capture Quality"}, + {Txt0Set, "0"}, + {Txt10Set, "10"}, + {Txt20Set, "20"}, + {Txt30Set, "30"}, + {Txt40Set, "40"}, + {Txt50Set, "50"}, + {Txt60Set, "60"}, + {Txt70Set, "70"}, + {Txt80Set, "80"}, + {Txt90Set, "90"}, + {Txt100Set, "100"}, + {TxtStreoMode, "Stereo Mode"}, + {TxtMonoMode, "Mono Mode"}, + {TxtVideoPlayOption, "Video Playback Option"}, + {TxtAudioVideoPlay, "Audio & Video Play"}, + {TxtVideoPlay, "Video Play Only"}, + /* Video Recording Duration Specification */ + {TxtVideoRecDuration, "Video Recording Duration"}, + {Txt10sec, "10 Sec Recording"}, + {Txt15sec, "15 Sec Recording"}, + {Txt20sec, "20 Sec Recording"}, + {TxtNonStop, "Non Stop Recording"}, + /* Video Only Option - x0043641*/ + {TxtVideoRecordOption, "Video Record Option"}, + {TxtAudioVideoRecord, "Video & Audio Recording"}, + {TxtVideoRecord, "Video Recording Only"}, #endif -// xpradipg - LOCOSTO-ENH-31895 : 23 June 2005 +// xpradipg - LOCOSTO-ENH-31895 : 23 June 2005 #ifdef FF_MMI_AUDIO_PROFILE - {TxtLoudspeaker, "Loudspeaker"}, - {TxtHandheld, "Handheld"}, - {TxtCarkit, "Carkit"}, - {TxtHeadset,"Headset"}, - {TxtInserted, "inserted"}, - {TxtRemoved, "removed"}, + {TxtLoudspeaker, "Loudspeaker"}, + {TxtHandheld, "Handheld"}, + {TxtCarkit, "Carkit"}, + {TxtHeadset,"Headset"}, + {TxtInserted, "inserted"}, + {TxtRemoved, "removed"}, #endif - //Aug 22, 2005 REF: ENH 31154 xdeepadh + //Aug 22, 2005 REF: ENH 31154 xdeepadh #ifdef FF_MMI_FILE_VIEWER - { TxtFileNotLoaded,"No Files loaded"}, - { TxtFileViewer, "FileViewer"}, - { TxtRename, "Rename"}, - {TxtDeleteConfirm,"Delete?"}, - {TxtFileTooBig,"File Too Big"}, - {TxtFileExists,"File exists"},//Jan 03, 2006 REF: SPR OMAPS00060036 xdeepadh . - {TxtWrongFilename,"Wrong Name"}, //Aug 31, 2005 REF: SPR 34050 xdeepadh - {TxtNoExtension,"Wrong extn"},//Aug 31, 2005 REF: SPR 34050 xdeepadh + { TxtFileNotLoaded,"No Files loaded"}, + { TxtFileViewer, "FileViewer"}, + { TxtRename, "Rename"}, + {TxtDeleteConfirm,"Delete?"}, + {TxtFileTooBig,"File Too Big"}, + {TxtFileExists,"File exists"},//Jan 03, 2006 REF: SPR OMAPS00060036 xdeepadh . + {TxtWrongFilename,"Wrong Name"}, //Aug 31, 2005 REF: SPR 34050 xdeepadh + {TxtNoExtension,"Wrong extn"},//Aug 31, 2005 REF: SPR 34050 xdeepadh #endif //FF_MMI_FILE_VIEWER #ifdef NEPTUNE_BOARD #ifdef MMI_POWER_MANAGEMENT_TEST - {TxtPowerMgnt,"Power Management"}, + {TxtPowerMgnt,"Power Management"}, #endif #endif #if defined(FF_MMI_TEST_CAMERA) ||defined(FF_MMI_CAMERA_APP) - { TxtRotate, "Rotate"}, - { TxtRotate90Degree, "90 Degree"}, - { TxtRotate180Degree, "180 Degree"}, - { TxtRotate270Degree, "270 Degree"}, - { TxtZoom, "Zoom"}, - { TxtZoomIn, "Zoom In"}, - { TxtZoomOut, "Zoom Out "}, - { TxtZoomInMax, "Zoom In Max "}, - { TxtZoomOutMax, "Zoom Out Max"}, + { TxtRotate, "Rotate"}, + { TxtRotate90Degree, "90 Degree"}, + { TxtRotate180Degree, "180 Degree"}, + { TxtRotate270Degree, "270 Degree"}, + { TxtZoom, "Zoom"}, + { TxtZoomIn, "Zoom In"}, + { TxtZoomOut, "Zoom Out "}, + { TxtZoomInMax, "Zoom In Max "}, + { TxtZoomOutMax, "Zoom Out Max"}, #endif //xrashmic 9 Sep 2006, OMAPS00092732 #ifdef FF_MMI_USBMS -{TxtUSB, "USB"}, - {TxtUSBEnumeration, "USB Enumeration"}, - { TxtUSBMode, "USB mode"}, - { TxtContinue, "Continue ?"}, - { TxtUSBDisconnect ,"Disconnecting"}, - {TxtUSBMS,"USB MS"}, - {TxtUSBTrace,"USB Trace"}, - {TxtUSBFax,"USB Fax"}, -{TxtPSShutdown,"PS Shutdown"}, -{TxtNoPSShutdown,"No PS shutdown"}, - //xashmic 27 Sep 2006, OMAPS00096389 - {TxtUSBFaxnTrace,"USB Fax and Trace"}, - {TxtUSBMSnTrace,"USB MS and Trace"}, - {TxtUSBFaxnMS,"USB Fax and MS"}, - {TxtUSBMSPorts,"USB Ports"}, - {TxtPS,"PS"}, - {TxtPopupMenu,"Pop up menu"}, + {TxtUSB, "USB"}, + {TxtUSBEnumeration, "USB Enumeration"}, + { TxtUSBMode, "USB mode"}, + { TxtContinue, "Continue ?"}, + { TxtUSBDisconnect ,"Disconnecting"}, + {TxtUSBMS,"USB MS"}, + {TxtUSBTrace,"USB Trace"}, + {TxtUSBFax,"USB Fax"}, + {TxtPSShutdown,"PS Shutdown"}, + {TxtNoPSShutdown,"No PS shutdown"}, + //xashmic 27 Sep 2006, OMAPS00096389 + {TxtUSBFaxnTrace,"USB Fax and Trace"}, + {TxtUSBMSnTrace,"USB MS and Trace"}, + {TxtUSBFaxnMS,"USB Fax and MS"}, + {TxtUSBMSPorts,"USB Ports"}, + {TxtPS,"PS"}, + {TxtPopupMenu,"Pop up menu"}, #endif // x0021334 10 May, 2006 DR: OMAPS00075379 - { TxtPending, "Pending"}, + { TxtPending, "Pending"}, // x0021334 02 June, 2006 DR: OMAPS00078005 #ifdef FF_TIMEZONE - { TxtTimeUpdate, "New Time/Date received."}, - { TxtTimeUpdateConfirm, "Want to update?"}, - { TxtNitzTimeUpdate, "Network Time Update"}, + { TxtTimeUpdate, "New Time/Date received."}, + { TxtTimeUpdateConfirm, "Want to update?"}, + { TxtNitzTimeUpdate, "Network Time Update"}, #endif - //x0pleela 30 Aug, 2006 DR: OMAPS00091250 - { TxtNoMEPD, "MEPD not present"}, + //x0pleela 30 Aug, 2006 DR: OMAPS00091250 + { TxtNoMEPD, "MEPD not present"}, //x0pleela 24 Aug, 2006 DR:OMAPS00083503 //Adding new strings to display if the characters are UCS2 in USSD transactions #ifdef MMI_LITE - {TxtUSSDMsgRxd, "USSD Message received" }, - {TxtFontNotSupported, "Font Not Supported"}, + {TxtUSSDMsgRxd, "USSD Message received" }, + {TxtFontNotSupported, "Font Not Supported"}, #endif //x0pleela 19 Feb, 2007 ER: OMAPS00122561 #ifdef FF_PHONE_LOCK - {TxtPhoneLock, "Phone Lock"}, - {TxtPhLockEnable, "Lock Enable"}, - {TxtPhLockAutomatic, "Automatic"}, - {TxtPhLockAutoOn, "On"}, - {TxtPhLockAutoOff, "Off"}, - {TxtPhLockChangeCode,"Change Unlock Code"}, - {TxtEnterPhUnlockCode, "Enter Ph. Unlock Code"}, - {TxtEnterOldUnlockCode, "Enter Old Unlock Code"}, - {TxtEnterNewUnlockCode, "Enter New Unlock Code"}, - {TxtAlreadyEnabled,"Already enabled"}, - {TxtAlreadyDisabled, "Already disabled"}, - {TxtAutoLockDisable, "Auto Ph Lock Disable"}, - {TxtAutoPhone, "Automatic Phone"}, - {TxtSuccess, "Success"}, - {TxtNotLocked, "Phone can't be locked"}, + {TxtPhoneLock, "Phone Lock"}, + {TxtPhLockEnable, "Lock Enable"}, + {TxtPhLockAutomatic, "Automatic"}, + {TxtPhLockAutoOn, "On"}, + {TxtPhLockAutoOff, "Off"}, + {TxtPhLockChangeCode,"Change Unlock Code"}, + {TxtEnterPhUnlockCode, "Enter Ph. Unlock Code"}, + {TxtEnterOldUnlockCode, "Enter Old Unlock Code"}, + {TxtEnterNewUnlockCode, "Enter New Unlock Code"}, + {TxtAlreadyEnabled,"Already enabled"}, + {TxtAlreadyDisabled, "Already disabled"}, + {TxtAutoLockDisable, "Auto Ph Lock Disable"}, + {TxtAutoPhone, "Automatic Phone"}, + {TxtSuccess, "Success"}, + {TxtNotLocked, "Phone can't be locked"}, #endif /* FF_PHONE_LOCK */ /*OMAPS00098881 (Removing power variant) a0393213(Prabakar)*/ #ifdef FF_POWER_MANAGEMENT - {TxtScreenUpdate,"Screen Update"}, + {TxtScreenUpdate,"Screen Update"}, #endif //Mar 09 2007 DRT :OMAPS00118881 x0061088(Prachi) #ifdef FF_MMI_CAMERA_APP - {TxtNotEnough,"Not Enough"}, - {TxtCamMemory,"Memory"}, + {TxtNotEnough,"Not Enough"}, + {TxtCamMemory,"Memory"}, #endif - //x0pleela 22 Feb, 2007 ER: OMAPS00113891 - {TxtFwdIncomingTTYCall, "Fwd. Inc. TTY Call"}, /* String for Fwd Incoming TTY call */ - {TxtFwdIncomingCall, "Fwd. Inc. Call"}, /* String for Fwd Incoming call */ + //x0pleela 22 Feb, 2007 ER: OMAPS00113891 + {TxtFwdIncomingTTYCall, "Fwd. Inc. TTY Call"}, /* String for Fwd Incoming TTY call */ + {TxtFwdIncomingCall, "Fwd. Inc. Call"}, /* String for Fwd Incoming call */ #ifdef FF_MMI_FILEMANAGER - /* File Management related strings */ - {TxtFileMgmt, "File Management"}, - {TxtFileList, "FileLists"}, - {TxtFFS, "NOR" }, - {TxtNORMS, "NOR-MS" }, - {TxtNAND, "NAND" }, - {TxtTflash, "T-Flash" }, - {TxtOpen,"Open"}, - {TxtFormat,"Format"}, - {TxtProperties,"Properties"}, - {TxtImageFiles, "Image"}, - {TxtAudioFiles,"Audio"}, - {TxtFile,"File"}, - {TxtDirectory,"Directory"}, - {TxtFreeSpace,"Free Space"}, - {TxtUsedSpace, "Used Space"}, - {TxtThumbnail, "Thumbnail"}, - {TxtExists, "Exists"}, - {TxtCreateDir, "Create Directory"}, - {TxtCreated, "Created"}, - {TxtNotEmpty, "Not Empty"}, - {TxtMemorystat,"Memory Status"}, - {TxtSourceDest, "Source and Destination"}, - {TxtSame, "Same"}, - {TxtAudNotAllowed,"Not Allowed"}, - {TxtAudAudioError,"Audio"}, - {TxtAudDenied,"Denied"}, - {TxtAudPlayerError,"Player"}, - {TxtAudFFSError," FFS"}, - {TxtAudMessagingError,"Messaging"}, - {TxtAudNotReady,"Not Ready"}, - {TxtAudInvalidParam,"Invalid Param"}, - {TxtAudInternalError,"Internal"}, - {TxtAudMemoryError,"Memory"}, - {TxtAudNotSupported,"Not Supported"}, - {TxtCopying," Copying ..."}, - { TxtFileNotLoaded,"No Files loaded"}, - { TxtFileViewer, "FileViewer"}, - { TxtRename, "Rename"}, - {TxtDeleteConfirm,"Delete?"}, - {TxtFileTooBig,"File Too Big"}, - {TxtFileExists,"File exists"},//Jan 03, 2006 REF: SPR OMAPS00060036 xdeepadh . - {TxtWrongFilename,"Wrong Name"}, //Aug 31, 2005 REF: SPR 34050 xdeepadh - {TxtNoExtension,"Wrong extn"},//Aug 31, 2005 REF: SPR 34050 xdeepadh - {TxtStorageDevice,"Storage Device"}, - {TxtPBar,"Progress Bar On/Off"}, + /* File Management related strings */ + {TxtFileMgmt, "File Management"}, + {TxtFileList, "FileLists"}, + {TxtFFS, "NOR" }, + {TxtNORMS, "NOR-MS" }, + {TxtNAND, "NAND" }, + {TxtTflash, "T-Flash" }, + {TxtOpen,"Open"}, + {TxtFormat,"Format"}, + {TxtProperties,"Properties"}, + {TxtImageFiles, "Image"}, + {TxtAudioFiles,"Audio"}, + {TxtFile,"File"}, + {TxtDirectory,"Directory"}, + {TxtFreeSpace,"Free Space"}, + {TxtUsedSpace, "Used Space"}, + {TxtThumbnail, "Thumbnail"}, + {TxtExists, "Exists"}, + {TxtCreateDir, "Create Directory"}, + {TxtCreated, "Created"}, + {TxtNotEmpty, "Not Empty"}, + {TxtMemorystat,"Memory Status"}, + {TxtSourceDest, "Source and Destination"}, + {TxtSame, "Same"}, + {TxtAudNotAllowed,"Not Allowed"}, + {TxtAudAudioError,"Audio"}, + {TxtAudDenied,"Denied"}, + {TxtAudPlayerError,"Player"}, + {TxtAudFFSError," FFS"}, + {TxtAudMessagingError,"Messaging"}, + {TxtAudNotReady,"Not Ready"}, + {TxtAudInvalidParam,"Invalid Param"}, + {TxtAudInternalError,"Internal"}, + {TxtAudMemoryError,"Memory"}, + {TxtAudNotSupported,"Not Supported"}, + {TxtCopying," Copying ..."}, + { TxtFileNotLoaded,"No Files loaded"}, + { TxtFileViewer, "FileViewer"}, + { TxtRename, "Rename"}, + {TxtDeleteConfirm,"Delete?"}, + {TxtFileTooBig,"File Too Big"}, + {TxtFileExists,"File exists"},//Jan 03, 2006 REF: SPR OMAPS00060036 xdeepadh . + {TxtWrongFilename,"Wrong Name"}, //Aug 31, 2005 REF: SPR 34050 xdeepadh + {TxtNoExtension,"Wrong extn"},//Aug 31, 2005 REF: SPR 34050 xdeepadh + {TxtStorageDevice,"Storage Device"}, + {TxtPBar,"Progress Bar On/Off"}, #endif //Mar 22 2007 ER:OMAPS00113882 x0061088 (Prachi) {TxtTo,"To"}, @@ -1666,8 +1666,8 @@ {TxtCamNot,"Not"}, {TxtCamSupported,"Supported"}, #endif - //06 July, 2007 DR: OMAPS00137334 x0062172 Syed - {TxtConferenceFull, "Conference Full"}, /* String for Conference Full notification */ + //06 July, 2007 DR: OMAPS00137334 x0062172 Syed + {TxtConferenceFull, "Conference Full"}, /* String for Conference Full notification */ { 0, 0 } }; @@ -1697,13 +1697,13 @@ #endif #ifdef SIM_PERS //x0035544 07-11-2005 //x0pleela 25 Sep, 2006 ER: OMAPS00095524 -{TxtBlkNetwork, "Blocked Network"}, //For new category "Blocked Network" +{TxtBlkNetwork, "Blocked Network"}, //For new category "Blocked Network" { TxtEnterPbLock,"Enter Blocked NW Code"}, //Editor string to display "Enter Blocked Network password" //x0pleela 20 July, 2006 ER: OMAPS00087586, OMAPS00087587 -{TxtBusy,"Busy"}, //Displays "Busy" if timer is enabled for wrong entry of password -{TxtMasterUnlock,"Master Key Unlock"}, //For menu option Master unlock -{TxtEnterMasterKey, "Enter Master Key"}, //Text for the editor to enter master unlock key -{TxtUnblockME, "Unblock ME"}, //For menu option Unblock ME +{TxtBusy,"Busy"}, //Displays "Busy" if timer is enabled for wrong entry of password +{TxtMasterUnlock,"Master Key Unlock"}, //For menu option Master unlock +{TxtEnterMasterKey, "Enter Master Key"}, //Text for the editor to enter master unlock key +{TxtUnblockME, "Unblock ME"}, //For menu option Unblock ME {TxtUnblockCode, "Enter Unblock Code"}, //x0pleela 16 May, 2006 DR: OMAPS00067919 {TxtTimerFlag, "Unlock Timer Flag"}, //x0035544 07-11-2005 {TxtETSIFlag, "ETSI Flag"}, //x0035544 07-11-2005 @@ -1719,7 +1719,7 @@ { TxtUnlockCategory, "Unlock Category"}, //x0035544 07-11-2005 { TxtLockCategory, "Lock Category"}, //x0035544 07-11-2005 { TxtResetFC, "Reset Failure counter"}, //x0035544 07-11-2005 - { TxtGetFC, "Get Failure Counter"}, //x0035544 07-11-2005 + { TxtGetFC, "Get Failure Counter"}, //x0035544 07-11-2005 { TxtMaxFC,"Max Failure Count"}, //x0035544 07-11-2005 { TxtCorporate, "Corporate"}, //x0035544 07-11-2005 { TxtServiceProvider, "Service Provider"}, //x0035544 07-11-2005 @@ -1731,16 +1731,16 @@ { TxtEnterSpLock,"Enter Serv. Provider Password"}, //x0035544 07-11-2005 { TxtEnterCLock,"Enter Corporate Password"}, //x0035544 07-11-2005 { TxtEnterPsLock,"Enter SIM Password"}, //x0035544 07-11-2005 - { TxtPsLockConfWrong,"Password does"}, //x0035544 07-11-2005 + { TxtPsLockConfWrong,"Password does"}, //x0035544 07-11-2005 { TxtPsLockConfwrong2,"not match"}, //x0035544 07-11-2005 { TxtPsLockChanged,"Code changed"}, //x0035544 07-11-2005 { TxtCounterReset,"Counter Reset"}, //x0035544 07-11-2005 - { TxtPassfailed,"Change failed"}, //x0035544 07-11-2005 - {TxtUnblock,"Unblocking Sucess"}, //x0035544 07-11-2005 - { TxtAlreadyLocked,"Category Already Locked"}, //x0035544 07-11-2005 + { TxtPassfailed,"Change failed"}, //x0035544 07-11-2005 + {TxtUnblock,"Unblocking Sucess"}, //x0035544 07-11-2005 + { TxtAlreadyLocked,"Category Already Locked"}, //x0035544 07-11-2005 { TxtAlreadyUnlocked,"Category Already Unlocked"}, //x0035544 07-11-2005 { TxtPhoneUnblocked,"Phone Unblocked"}, //x0035544 07-11-2005 - { TxtPhoneBlocked, "Phone Blocked" }, //x0035544 07-11-2005 + { TxtPhoneBlocked, "Phone Blocked" }, //x0035544 07-11-2005 { TxtGetFailFC,"Reset FC Fail Attempts left"}, //x0035544 07-11-2005 { TxtMaxFailFC,"Max Reset FC Fail Attempts"}, //x0035544 07-11-2005 { TxtGetSuccFC,"Reset FC Succ Attempts left"}, //x0035544 07-11-2005 @@ -1749,14 +1749,14 @@ #ifdef FF_MMI_CPHS //x0035544 07-11-2005 { TxtViewAll,"View All"}, //x0035544 07-11-2005 { TxtEmergencyNumbers,"Emergency Numbers"}, //x0035544 07-11-2005 -#endif //x0035544 07-11-2005 +#endif //x0035544 07-11-2005 { TxtNotImplemented, "Nicht unterstuetzt" }, { TxtManu, "Customer" }, { TxtEnterPin1, "PIN Eingabe" }, { TxtEnterPin2, "PIN 2 eingeben" }, { TxtEnterPuk1, "PUK Eingabe" }, { TxtEnterPuk2, "PUK 2 eingeben" }, - { TxtInvalidCard, "Ungueltige SIM Karte" }, + { TxtInvalidCard, "Ungueltige SIM Karte" }, { TxtNoCard, "Keine SIM Karte" }, { TxtInvalidIMEI, "Invalid IMEI" }, // Nov 24, 2005, a0876501, DR: OMAPS00045909 { TxtSoftCall, "Ruf" }, @@ -1768,31 +1768,31 @@ { TxtMessages, "Nachrichten" }, { TxtAlarm, "Alarm" }, { TxtSettings, "Einstellungen" }, - { TxtExtra, "Zusaetzliches" }, + { TxtExtra, "Zusaetzliches" }, { TxtSend, "Senden" }, - { TxtSent, "Gesendet" }, - { TxtNotSent, "Nicht gesendet" }, + { TxtSent, "Gesendet" }, + { TxtNotSent, "Nicht gesendet" }, { TxtServiceCentre, "Dienstcenter" }, { TxtPleaseWait, "Bitte warten" }, - { TxtSmsEnterNumber, "Nummer eingeben" }, + { TxtSmsEnterNumber, "Nummer eingeben" }, { TxtRead, "Lesen" }, - { TxtRetrieve, "Retrieve" }, //x0035544 07-11-2005 - { TxtDeleteAll, "Alles loeschen" }, + { TxtRetrieve, "Retrieve" }, //x0035544 07-11-2005 + { TxtDeleteAll, "Alles loeschen" }, { TxtSave, "Speichern" }, { TxtVoicemail, "Sprachnachrichten" }, { TxtBroadcast, "Rundrufe" }, { TxtNew, "Neu" }, - { TxtDigits, "123" }, - { TxtLowercase, "abc" }, - { TxtUppercase, "ABC" }, + { TxtDigits, "123" }, + { TxtLowercase, "abc" }, + { TxtUppercase, "ABC" }, { TxtApplications, "Anwendungen" }, #ifndef FF_NO_VOICE_MEMO { TxtVoiceMemo, "Sprachaufz." }, #endif { TxtSimNot, "SIM nicht " }, - { TxtReady, "fertig !" }, + { TxtReady, "fertig !" }, { TxtSmsListFull, "Nachr.liste voll" }, - { TxtNewCbMessage, "Neue CB" }, + { TxtNewCbMessage, "Neue CB" }, { TxtSaved, "Gespeicherte" }, { TxtDelete, "Loeschen" }, { TxtReply, "Antworten" }, @@ -1834,8 +1834,8 @@ { TxtCallWaiting, "Wartender Anruf" }, { TxtIfBusy, "Wenn besetzt" }, { TxtIfNoAnswer, "Wenn k. Antwort" }, - { TxtIfNotReachable, "Conditional Forward" }, //x0035544 07-11-2005 - { TxtAllCalls, "All Calls" }, + { TxtIfNotReachable, "Conditional Forward" }, //x0035544 07-11-2005 + { TxtAllCalls, "All Calls" }, { TxtCancelAll, "Alle abbrechen" }, { TxtAll, "Alle" }, { TxtVoice, "Sprache" }, @@ -1846,7 +1846,7 @@ { TxtCalculator, "Rechner" }, { TxtEnterName, "Name eintragen:" }, { TxtSoftBack, "Zurueck" }, - { TxtSoftSelect, "Auswahl" }, + { TxtSoftSelect, "Auswahl" }, { TxtSoftOptions, "Optionen" }, { TxtEmptyList, "Leere Liste" }, { TxtSendMessage, "Nachricht abschicken" }, @@ -1880,7 +1880,7 @@ #endif { TxtEnterNewPin, "Neue PIN:" }, { TxtConfPin, "Neue PIN bestaetigen" }, - { TxtChangPin, "PIN geaendert" }, + { TxtChangPin, "PIN geaendert" }, { TxtEnd, "Ende" }, { TxtPINFail, "Falscher Code" }, { TxtSOS, "SOS" }, //x0035544 07-11-2005 @@ -1920,7 +1920,7 @@ { TxtCallEnded, "Ruf beendet" }, { TxtIncomingCall, "Ankommender Anruf" }, { TxtAnsweredCalls, "Anrufe beantwortet" }, // API - APR #1629 - Added string to lang table. - { TxtIncomingData, "Ankommende Daten" }, + { TxtIncomingData, "Ankommende Daten" }, { TxtIncomingFax, "Eingehendes Fax" }, //SPR#1147 - DS - Added string to lang table for incoming fax call. { TxtNumberWithheld, "Nummer zurueckgehalten" }, //SPR#1147 - DS - Removed extra m from Nummer. { TxtAccept, "Annehmen" }, @@ -1941,9 +1941,9 @@ #ifndef FF_NO_VOICE_MEMO { TxtRecord, "Aufzeichnung" }, #endif - { TxtSecurity, "Sicherheit" }, - { TxtEnglish, "Englisch" }, - { TxtGerman, "Deutsch" }, + { TxtSecurity, "Sicherheit" }, + { TxtEnglish, "Englisch" }, + { TxtGerman, "Deutsch" }, { TxtValidity,"Gueltigkeit" }, { TxtMessageTyp, "Art der Nachricht" /*SPR#2633 - DS - German string modified: "Art d.Message"*/ }, { TxtSetVoiceMail, "Sprachnachricht aufzeichnen" /*SPR#2633 - DS - German string modified: "VoiceMail eingeben"*/ }, @@ -1962,7 +1962,7 @@ { TxtHideID,"ID verbergen" }, { TxtTones,"Toene" }, { TxtClock,"Uhr" }, - { TxtPhone, "Telefon" }, + { TxtPhone, "Telefon" }, { TxtStop, "Stop" }, #ifndef FF_NO_VOICE_MEMO { TxtRecording, "Aufnahme" }, @@ -2016,7 +2016,7 @@ { TxtClearAlarm,"Alarm loeschen" }, { TxtTimeFormat,"Zeit Format" }, { TxtTwelveHour,"12 Hour Clock"}, - { TxtTwentyfourHour,"24 Hour Clock"}, + { TxtTwentyfourHour,"24 Hour Clock"}, { TxtInCallTimer,"Anrufzeit" }, { TxtStore, "speichern" }, { TxtNone, "Kein" }, @@ -2025,32 +2025,32 @@ { TxtConfPin2, "PIN2 bestaetigen" }, { TxtNewPIN2, "Neue PIN2" }, { TxtUnlockOK, "Freischalten OK" }, - { TxtIMEI, "IMEI" }, - { TxtList, "Liste" }, - { TxtFull, "Voll" }, + { TxtIMEI, "IMEI" }, + { TxtList, "Liste" }, + { TxtFull, "Voll" }, { TxtNotAvailable, "Nicht verfuegbar" }, { TxtCallBAOC, "CallBAOC" }, { TxtCallBAOIC, "CallBAOIC" }, { TxtCallBAOICexH, "CallBAOICexH" }, { TxtCallBAIC, "CallBAIC" }, { TxtCallBAICroam, "CallBAICroam" }, - { TxtCallBarringAll, "Anrufsperre" }, + { TxtCallBarringAll, "Anrufsperre" }, { TxtCallBAOCAll, "CallBAOCAll" }, { TxtCallBAICAll, "CallBAICAll" }, { TxtCLIP, "CLIP" }, { TxtCOLP, "COLP" }, { TxtCOLR, "COLR" }, { TxtSimToolkit, "SIM Toolkit" }, - { TxtPhonebook, "Telefonbuch" }, + { TxtPhonebook, "Telefonbuch" }, { TxtRecentCalls, "kuerzliche Anrufe" }, { TxtNames, "Namen" }, { TxtInterCalls,"Internat.Anrufe" }, { TxtInterHome, "Ausland, au\337er Heimatland" /*SPR#2633 - DS - German string modified: "Internat.but Home "*/ }, { TxtWhenRoaming,"wenn Roaming" }, { TxtCancelAllBars,"Alle Rufsperren loeschen" }, - { TxtWaiting, "Warten" }, - { TxtBarred, "gesperrt" }, - { TxtForwarded, "Weitergelietet" }, + { TxtWaiting, "Warten" }, + { TxtBarred, "gesperrt" }, + { TxtForwarded, "Weitergelietet" }, { TxtCallDivertNoReach, "Weiterleiten wenn nicht erreichbar" }, { TxtCallDivertNoReply, "Weiterleiten wenn keine Antwort" }, { TxtCallDivertIfBusy, "Weiterleiten wenn besetzt" }, @@ -2083,14 +2083,14 @@ {TxtRequesting,"Anfragen"}, {TxtNotAllowed,"Nicht erlaubt"}, {TxtEmergency,"Notruf ?"}, - {TxtChinese,"Chinesisch"}, - {TxtPassword,"Passwort"}, + {TxtChinese,"Chinesisch"}, + {TxtPassword,"Passwort"}, {TxtConfirmPassword,"Passwort bestaetigen"}, {TxtNewPassword,"Neues Passwort"}, {TxtNoMessages,"Liste leer"}, {TxtTwoAttemptsLeft, "2 Versuche uebrig " }, - {TxtOneAttemptLeft, "1 Versuch uebrig "}, - {Txtblacklisted, "schwarze Liste"}, + {TxtOneAttemptLeft, "1 Versuch uebrig "}, + {Txtblacklisted, "schwarze Liste"}, {TxtErrUnknown, "Fehler unbek."}, {TxtSSErr,"SS Fehler"}, {TxtUnknownSub,"Kunde unbek."}, @@ -2119,22 +2119,22 @@ {TxtSsMsg,"SS Nachricht"}, {TxtOld,"Alt"}, {TxtInsertnote, "Note einfuegen"}, - {TxtMelodygenerator, "Melodiegenerator"}, - {TxtOctaveHigher, "Oktave hoeher"}, - {TxtOctaveLower, "Oktave niedriger"}, - {TxtLoadMelody, "Lade Melodie"}, - {TxtEasyText, "eZiText"}, - {TxtDataCount, "Daten zaehlen"}, - {TxtQoS, "QoS"}, - {TxtTypeofConnection, "Verbindungsart"}, - {TxtTotalCount, "Zaehler Total"}, - {TxtResetCount, "Zaehler zurucksetzen"}, - {TxtDataCounter, "Datenzaehler"}, - {TxtV42bis, "v.42bis"}, - {TxtNormal, "Normal"}, - {TxtCSD, "CSD"}, - {TxtClassB, "Class B"}, - {TxtClassC, "Class C"}, + {TxtMelodygenerator, "Melodiegenerator"}, + {TxtOctaveHigher, "Oktave hoeher"}, + {TxtOctaveLower, "Oktave niedriger"}, + {TxtLoadMelody, "Lade Melodie"}, + {TxtEasyText, "eZiText"}, + {TxtDataCount, "Daten zaehlen"}, + {TxtQoS, "QoS"}, + {TxtTypeofConnection, "Verbindungsart"}, + {TxtTotalCount, "Zaehler Total"}, + {TxtResetCount, "Zaehler zurucksetzen"}, + {TxtDataCounter, "Datenzaehler"}, + {TxtV42bis, "v.42bis"}, + {TxtNormal, "Normal"}, + {TxtCSD, "CSD"}, + {TxtClassB, "Class B"}, + {TxtClassC, "Class C"}, {TxtIPAddress, "IP Addresse"}, /* SPR#2324 - SH - Removed some strings */ {TxtIPAddress2, "IP Addresse 2"}, @@ -2157,24 +2157,24 @@ { TxtBookmarks, "Bookmarks" }, { TxtGoTo, "Gehe zu URL" }, { TxtHistory, "History" }, - { TxtSetup, "Eigenschaften" }, - { TxtNewBookmark, "Neuer Bookmark" }, - { TxtWWWdot, "www." }, - { TxtWAPdot, "wap." }, - { TxtSMS, "SMS" }, - { TxtEmail, "Email" }, - { TxtClear, "loeschen" }, - { TxtBookmark, "Bookmark hinzufuegen" }, + { TxtSetup, "Eigenschaften" }, + { TxtNewBookmark, "Neuer Bookmark" }, + { TxtWWWdot, "www." }, + { TxtWAPdot, "wap." }, + { TxtSMS, "SMS" }, + { TxtEmail, "Email" }, + { TxtClear, "loeschen" }, + { TxtBookmark, "Bookmark hinzufuegen" }, /* SPR#2324 - SH - Removed some strings */ - { TxtSaveHistory, "History speichern"}, - { TxtEditName, "Name editieren"}, - { TxtEditURL, "URL editieren"}, + { TxtSaveHistory, "History speichern"}, + { TxtEditName, "Name editieren"}, + { TxtEditURL, "URL editieren"}, /* SPR#2324 - SH - Removed some strings */ - { TxtResponseTimer, "Antwort Zeituhr"}, - { TxtDialupNumber, "Dial-up Nummer" }, - { TxtTemporary, "voruebergehend" }, - { TxtContinuous, "Fortlaufend" }, - /* SPR#2324 - SH - Removed some strings */ + { TxtResponseTimer, "Antwort Zeituhr"}, + { TxtDialupNumber, "Dial-up Nummer" }, + { TxtTemporary, "voruebergehend" }, + { TxtContinuous, "Fortlaufend" }, + /* SPR#2324 - SH - Removed some strings */ { TxtWAP, "WAP" }, { TxtExit, "Exit" }, { TxtReload, "Neuladen" }, @@ -2192,33 +2192,33 @@ { TxtNotConnected, "Nicht verbunden" }, { TxtScaleImages, "Bildgroesse einstellen"}, { TxtLoggingIn, "Einloggen in" }, - { TxtPageNotFound, "Page not found"}, /* SPR#1983 - SH - Modified WAP error messages */ - { TxtInvalidURL, "Invalid URL"}, - { TxtNoResponse, "No Response"}, - { TxtAccessDenied, "Access Denied"}, - { TxtErrorInPage, "Error in Page"}, - { TxtScriptError, "Script Error"}, - { TxtServerError, "Server Error"}, - { TxtGatewayError, "Gateway Error"}, - { TxtUnexpectedErr, "Unexpected Err."}, - { TxtCharacterSet, "Character Set"}, - { TxtWBXMLError, "WBXML Error"}, - { TxtFatalError, "Fatal Error"}, - { TxtGatewayBusy, "Gateway Busy"}, - { TxtSecurityFail, "Secur. Fail"}, - { TxtErrorOutOfMem, "Out of memory"}, - { TxtErrorMemLow, "Memory low"}, - { TxtError, "Error"}, - { TxtErrorHTTP, "HTTP"}, - { TxtErrorWSP, "WSP"}, - { TxtErrorWAE, "WAE"}, - { TxtErrorWSPCL, "WSPCL"}, - { TxtErrorWSPCM, "WSPCM"}, - { TxtErrorWTP, "WTP"}, - { TxtErrorWTLS, "WTLS"}, - { TxtErrorWDP, "WDP"}, - { TxtErrorUDCP, "UDCP"}, - { TxtNotSupported, "Nicht unterstuetzt"}, + { TxtPageNotFound, "Page not found"}, /* SPR#1983 - SH - Modified WAP error messages */ + { TxtInvalidURL, "Invalid URL"}, + { TxtNoResponse, "No Response"}, + { TxtAccessDenied, "Access Denied"}, + { TxtErrorInPage, "Error in Page"}, + { TxtScriptError, "Script Error"}, + { TxtServerError, "Server Error"}, + { TxtGatewayError, "Gateway Error"}, + { TxtUnexpectedErr, "Unexpected Err."}, + { TxtCharacterSet, "Character Set"}, + { TxtWBXMLError, "WBXML Error"}, + { TxtFatalError, "Fatal Error"}, + { TxtGatewayBusy, "Gateway Busy"}, + { TxtSecurityFail, "Secur. Fail"}, + { TxtErrorOutOfMem, "Out of memory"}, + { TxtErrorMemLow, "Memory low"}, + { TxtError, "Error"}, + { TxtErrorHTTP, "HTTP"}, + { TxtErrorWSP, "WSP"}, + { TxtErrorWAE, "WAE"}, + { TxtErrorWSPCL, "WSPCL"}, + { TxtErrorWSPCM, "WSPCM"}, + { TxtErrorWTP, "WTP"}, + { TxtErrorWTLS, "WTLS"}, + { TxtErrorWDP, "WDP"}, + { TxtErrorUDCP, "UDCP"}, + { TxtNotSupported, "Nicht unterstuetzt"}, { TxtSelectLine, "Waehle Zeile"}, { TxtLine1, "Line 1"}, { TxtLine2, "Line 2"}, @@ -2237,35 +2237,35 @@ { TxtNetwork, "Netzwerk"}, /*ap 06/02/02*/ { TxtForbidden, "Verboten"}, /*ap 06/02/02*/ { TxtActivateFDN, "FDN aktivieren "}, /*ap 06/02/02*/ - { TxtPlease, "Bitte"}, /*ap 06/02/02*/ - { TxtTimedOut, "Zeitueberschreitung"}, // SH 13/02/02 - { TxtWillChangeOn, "Werde wechseln bei"}, // SH 13/02/02 + { TxtPlease, "Bitte"}, /*ap 06/02/02*/ + { TxtTimedOut, "Zeitueberschreitung"}, // SH 13/02/02 + { TxtWillChangeOn, "Werde wechseln bei"}, // SH 13/02/02 { TxtAttached, "Angeheftet"}, // SH 14/02/02 { TxtDetached, "geloest"}, // SH 14/02/02 { TxtUnknown, "Unbekannt"}, { TxtCallTransfer, "Verbinde Anruf"},//MC { TxtConnected, "Verbunden"}, // SH - { TxtGSM_900,"GSM 900"}, // SH + { TxtGSM_900,"GSM 900"}, // SH { TxtDCS_1800,"DCS 1800"}, - { TxtPCS_1900,"PCS 1900"}, + { TxtPCS_1900,"PCS 1900"}, { TxtE_GSM, "E GSM"}, - { TxtGSM_850, "GSM 850"}, + { TxtGSM_850, "GSM 850"}, { TxtCallTimeout, "Anruf Zeitueberschreitung" }, - { TxtBand, "Band"}, + { TxtBand, "Band"}, { TxtSatRefresh, "SAT neu laden" }, { TxtCallBlocked, "Anruf blockiert" }, { TxtSRR, "Status report" }, // Marcus: Issue 1170: 30/09/2002 //March 2, 2005 REF: CRR 11536 x0018858 - { TxtRP, "Reply Path" },// added the string for the reply path. + { TxtRP, "Reply Path" },// added the string for the reply path. { TxtDelivered, "Delivered" }, // Marcus: Issue 1170: 07/10/2002 { TxtTempError, "Temp. Error" }, // Marcus: Issue 1170: 07/10/2002 - { TxtUnknownCode, "Unbekannter Code" /*SPR#2633 - DS - German string modified: "Unknown Code"*/ },/*MC SPR 1111*/ + { TxtUnknownCode, "Unbekannter Code" /*SPR#2633 - DS - German string modified: "Unknown Code"*/ },/*MC SPR 1111*/ { TxtPhoneSettings, "Einstellungen" }, //SPR#1113 - DS - Added text id for renamed main menu item "Phone Settings" { TxtNetworkServices, "Netzwerk Services" }, //SPR#1113 - DS - Added text id for new main menu item "Netw. Services" { TxtCallDeflection, "Anruf abgelenkt" }, //SPR#1113 - DS - Added text id for new menu item "Call Deflection" (CD) { TxtCallBack, "Zurueckrufen" }, //SPR#1113 - DS - Added text id for new menu item "Call Back" (CCBS) - { TxtMobileInfo, "Mobile Info"}, /*MC, SPR1209*/ - { TxtServingCell, "Serving Cell"}, /*MC, SPR1209*/ + { TxtMobileInfo, "Mobile Info"}, /*MC, SPR1209*/ + { TxtServingCell, "Serving Cell"}, /*MC, SPR1209*/ #ifdef TI_PS_FF_EM /*EngMode */ @@ -2284,74 +2284,74 @@ { TxtPacketDataParameter, "Packet data parameters"}, #endif - { TxtNeighbourCell, "Neighbour Cell"}, /*MC, SPR1209*/ - { TxtLocation, "Ortsbestimmung"}, /*MC, SPR1209*/ - { TxtCiphHopDTX, "Ciph Hop DTX"}, /*MC, SPR1209*/ + { TxtNeighbourCell, "Neighbour Cell"}, /*MC, SPR1209*/ + { TxtLocation, "Ortsbestimmung"}, /*MC, SPR1209*/ + { TxtCiphHopDTX, "Ciph Hop DTX"}, /*MC, SPR1209*/ { TxtConcat, "verkette" }, - { TxtColourMenu, "Farben"}, - { TxtColourBlack, "Schwarz"}, - { TxtColourBlue, "Blau"}, - { TxtColourCyan, "Zyan"}, - { TxtColourGreen, "Gruen"}, - { TxtColourMagenta, "Magenta"}, - { TxtColourYellow, "Gelb"}, - { TxtColourRed, "Rot"}, - { TxtColourWhite, "Weiss"}, - { TxtColourPink, "Pink"}, - { TxtColourOrange, "Orange"}, - { TxtColourLightBlue, "Hellblau"}, - { TxtColourLightGreen, "Hellgruen"}, - { TxtColourPaleYellow, "leicht Gelb"}, - { TxtColourTransparent, "Transparent"}, - { TxtIdleScreenBackground, "Untaetiges Display Hintergrund"}, - { TxtIdleScreenSoftKey, "Untaetiges Display Softkey"}, - { TxtIdleScreenText, "Untaetiges Display Text"}, - { TxtIdleScreenNetworkName, "Untaetiges Display Netzwerk"}, - { TxtGeneralBackground , "Genereller Hintergrund"}, - { TxtMenuSoftKeyForeground , "Menue Softkey Vordergrund"}, - { TxtMenuSoftKeyBackground , "Menue Softkey Hintergrund"}, - { TxtSubMenuHeadingText , "Untermenue Ueberschrift Text"}, - { TxtSubMenuHeadingBackground, "Untermenue Ueberschrift Hintergrund"}, - { TxtSubMenuTextForeground , "Untermenue Text Vordergrund"}, - { TxtSubMenuTextBackground, "Untermenue Text Hintergrund"}, - { TxtSubMenuSelectionBar, "Untermenue Ueberschrift Auswahlliste"}, - { TxtPopUpTextForeground, "Popup Text Vordergrund"}, - { TxtPopUpTextBackground, "Popup Text Hintergrund"}, - - { TxtColour, "Farben", }, - { TxtLoser, "Verloren" }, - { TxtPlayAgain, "Nochmal spielen?" }, - { TxtWinner, "Gewonnen" }, - { TxtSelectBook, "Waehle Buch" }, /* SPR1112 - SH */ - { TxtSIM, "SIM" }, - { TxtMove, "Bewege" }, - { TxtCopy, "Kopiere" }, - { TxtThisEntry, "Dieser Eintrag"}, - { TxtBackground, "Hintergrund"}, /* for selecting backgrounds*/ - { TxtProviderIcon, "Netzwerk Icon"}, /*AP - 29-01-03 - Add to language table */ - { TxtIdleScreen, "Untaetiges Display Bild"}, - { TxtMenuScreen, "Haupt Men\374" /*SPR#2633 - DS - German string removed: "Main menu screen"*/ }, - - { TxtBgdSquares, "Rechtecke"}, - { TxtBgdO2, "O2"}, - { TxtBgdTree, "Baum"}, - { TxtBgdTILogo, "TI Logo"}, - { TxtBgdSunset, "Sonnenuntergang"}, - { TxtBgdEdinburgh1, "Edinburgh 1"}, - { TxtBgdEdinburgh2, "Edinburgh 2"}, - { TxtBgdEdinburgh3, "Edinburgh 3"}, - { TxtBgdEdinburgh4, "Edinburgh 4"}, + { TxtColourMenu, "Farben"}, + { TxtColourBlack, "Schwarz"}, + { TxtColourBlue, "Blau"}, + { TxtColourCyan, "Zyan"}, + { TxtColourGreen, "Gruen"}, + { TxtColourMagenta, "Magenta"}, + { TxtColourYellow, "Gelb"}, + { TxtColourRed, "Rot"}, + { TxtColourWhite, "Weiss"}, + { TxtColourPink, "Pink"}, + { TxtColourOrange, "Orange"}, + { TxtColourLightBlue, "Hellblau"}, + { TxtColourLightGreen, "Hellgruen"}, + { TxtColourPaleYellow, "leicht Gelb"}, + { TxtColourTransparent, "Transparent"}, + { TxtIdleScreenBackground, "Untaetiges Display Hintergrund"}, + { TxtIdleScreenSoftKey, "Untaetiges Display Softkey"}, + { TxtIdleScreenText, "Untaetiges Display Text"}, + { TxtIdleScreenNetworkName, "Untaetiges Display Netzwerk"}, + { TxtGeneralBackground , "Genereller Hintergrund"}, + { TxtMenuSoftKeyForeground , "Menue Softkey Vordergrund"}, + { TxtMenuSoftKeyBackground , "Menue Softkey Hintergrund"}, + { TxtSubMenuHeadingText , "Untermenue Ueberschrift Text"}, + { TxtSubMenuHeadingBackground, "Untermenue Ueberschrift Hintergrund"}, + { TxtSubMenuTextForeground , "Untermenue Text Vordergrund"}, + { TxtSubMenuTextBackground, "Untermenue Text Hintergrund"}, + { TxtSubMenuSelectionBar, "Untermenue Ueberschrift Auswahlliste"}, + { TxtPopUpTextForeground, "Popup Text Vordergrund"}, + { TxtPopUpTextBackground, "Popup Text Hintergrund"}, + + { TxtColour, "Farben", }, + { TxtLoser, "Verloren" }, + { TxtPlayAgain, "Nochmal spielen?" }, + { TxtWinner, "Gewonnen" }, + { TxtSelectBook, "Waehle Buch" }, /* SPR1112 - SH */ + { TxtSIM, "SIM" }, + { TxtMove, "Bewege" }, + { TxtCopy, "Kopiere" }, + { TxtThisEntry, "Dieser Eintrag"}, + { TxtBackground, "Hintergrund"}, /* for selecting backgrounds*/ + { TxtProviderIcon, "Netzwerk Icon"}, /*AP - 29-01-03 - Add to language table */ + { TxtIdleScreen, "Untaetiges Display Bild"}, + { TxtMenuScreen, "Haupt Men\374" /*SPR#2633 - DS - German string removed: "Main menu screen"*/ }, + + { TxtBgdSquares, "Rechtecke"}, + { TxtBgdO2, "O2"}, + { TxtBgdTree, "Baum"}, + { TxtBgdTILogo, "TI Logo"}, + { TxtBgdSunset, "Sonnenuntergang"}, + { TxtBgdEdinburgh1, "Edinburgh 1"}, + { TxtBgdEdinburgh2, "Edinburgh 2"}, + { TxtBgdEdinburgh3, "Edinburgh 3"}, + { TxtBgdEdinburgh4, "Edinburgh 4"}, { TxtDeflectCall,"Anruf ablenken"}, //SPR 1392 calldeflection { TxtDeflectCallTo,"ablenken nach"}, //SPR 1392 calldeflection { TxtDeflect,"ablenken "}, //SPR 1392 calldeflection { TxtDeflectingCallTo,"lenke ab nach"}, //SPR 1392 calldeflection { TxtCallBackQuery, "Zurueckrufen Anfrage" }, // Marcus: CCBS: 15/11/2002 { TxtRejected, "abgelehnte" }, // Marcus: CCBS: 15/11/2002 - { TxtActiveCall, "Aktive Anrufe" }, /* SPR#1352 - SH*/ - { TxtHeldCall, "gehaltener Anruf" }, - { TxtActiveTTYCall, "Aktive TTY Anrufe" }, - { TxtHeldTTYCall, "gehaltene TTY Anrufe" }, - { TxtTTY, "TTY" }, + { TxtActiveCall, "Aktive Anrufe" }, /* SPR#1352 - SH*/ + { TxtHeldCall, "gehaltener Anruf" }, + { TxtActiveTTYCall, "Aktive TTY Anrufe" }, + { TxtHeldTTYCall, "gehaltene TTY Anrufe" }, + { TxtTTY, "TTY" }, #ifdef NEPTUNE_BOARD /* Mar 27, 2006 REF:ER OMAPS00071798 */ {TxtAudioMode, "Audio mode"}, {TxtAudioModeText, "Text mode"}, @@ -2359,52 +2359,52 @@ {TxtAudioModeUnknown, "Unknown"}, #endif { TxtBootTime, "Boot Time Measurement"}, /*OMAPS0091029 x0039928(sumanth)*/ - /*x0039928 OMAPS00097714 - HCO/VCO implementation - added strings*/ + /*x0039928 OMAPS00097714 - HCO/VCO implementation - added strings*/ #ifdef FF_TTY_HCO_VCO - { TxtTTYAll, "TTY All" }, - { TxtTTYVco, "TTY Vco" }, - { TxtTTYHco, "TTY Hco" }, + { TxtTTYAll, "TTY All" }, + { TxtTTYVco, "TTY Vco" }, + { TxtTTYHco, "TTY Hco" }, #endif - { TxtOnNextCall, "Beim naechsten Anruf" }, - { TxtAlwaysOn, "Immer an" }, - { TxtTTYCalling, "TTY anrufen" }, - { TxtIncomingTTYCall, "Eingehender TTY Anruf"}, - { TxtProvisioned, "bereitgestellt"}, // Marcus: Issue 1651: 30/01/2003 - { TxtExecuted, "ausgefuehrt"}, // Marcus: Issue 1651 + { TxtOnNextCall, "Beim naechsten Anruf" }, + { TxtAlwaysOn, "Immer an" }, + { TxtTTYCalling, "TTY anrufen" }, + { TxtIncomingTTYCall, "Eingehender TTY Anruf"}, + { TxtProvisioned, "bereitgestellt"}, // Marcus: Issue 1651: 30/01/2003 + { TxtExecuted, "ausgefuehrt"}, // Marcus: Issue 1651 { TxtCommand, "Befehl" /*SPR#2633 - DS - German string modified: "Command"*/ }, // NDH : SPR#1869 : 08/04/2003 { TxtCompleted, "Fertig" /*SPR#2633 - DS - German string modified: "Completed"*/}, // NDH : SPR#1869 : 08/04/2003 { TxtMultiparty, "Konferenz" /*SPR#2633 - DS - German string modified: "Conference"*/}, // AP: Issue 1749: 06/03/03 - { TxtAttaching, "Attaching"}, /* SPR#1983 - SH - Various WAP texts */ - { TxtConnection, "Connection"}, - { TxtUsing, "Using"}, - { TxtConnectionSpeed, "Connect. Speed"}, - { TxtAnalogue, "Analogue"}, - { TxtISDN9600, "ISDN 9600"}, - { TxtISDN14400, "ISDN 14400"}, - { TxtEndWap, "End WAP"}, - { TxtUntitled, "Untitled"}, - { TxtChooseReplacement1, "Choose"}, /* SPR#2354 */ - { TxtChooseReplacement2, "Replacement"}, /* SPR#2354 */ - { TxtDialup, "Dialup" }, /* SPR#2324 - SH - Added */ - { TxtAdvanced, "Advanced" }, - { TxtGPRSDialupGPRS, "(GPRS)/Dialup" }, - { TxtGPRSDialupDialup, "GPRS/(Dialup)" }, - { TxtProfiles, "Profiles" }, - { TxtNewProfile, "New Profile" }, - { TxtResetProfiles, "Reset Profiles" }, - { TxtPasswords, "Passwords"}, //SPR16107 - { TxtMismatch, "donot match!"}, //SPR16107 - { TxtDataCounterReset, "Reset Counter?"}, /* SPR#2346 - SH */ - { TxtCallDate, "Date : "}, /* API - 05/09/03 - SPR2357 - Added */ - { TxtCallTime, "Time : "}, /* API - 05/09/03 - SPR2357 - Added */ - { TxtInvalidMessage, "Invalid Message"},/*MC SPR 2530*/ - { TxtIncompleteMessage, "Incomplete Message"},/*MC SPR 2530*/ - /* SUJATHA MMS Integration */ - { TxtDownload, "Download"}, + { TxtAttaching, "Attaching"}, /* SPR#1983 - SH - Various WAP texts */ + { TxtConnection, "Connection"}, + { TxtUsing, "Using"}, + { TxtConnectionSpeed, "Connect. Speed"}, + { TxtAnalogue, "Analogue"}, + { TxtISDN9600, "ISDN 9600"}, + { TxtISDN14400, "ISDN 14400"}, + { TxtEndWap, "End WAP"}, + { TxtUntitled, "Untitled"}, + { TxtChooseReplacement1, "Choose"}, /* SPR#2354 */ + { TxtChooseReplacement2, "Replacement"}, /* SPR#2354 */ + { TxtDialup, "Dialup" }, /* SPR#2324 - SH - Added */ + { TxtAdvanced, "Advanced" }, + { TxtGPRSDialupGPRS, "(GPRS)/Dialup" }, + { TxtGPRSDialupDialup, "GPRS/(Dialup)" }, + { TxtProfiles, "Profiles" }, + { TxtNewProfile, "New Profile" }, + { TxtResetProfiles, "Reset Profiles" }, + { TxtPasswords, "Passwords"}, //SPR16107 + { TxtMismatch, "donot match!"}, //SPR16107 + { TxtDataCounterReset, "Reset Counter?"}, /* SPR#2346 - SH */ + { TxtCallDate, "Date : "}, /* API - 05/09/03 - SPR2357 - Added */ + { TxtCallTime, "Time : "}, /* API - 05/09/03 - SPR2357 - Added */ + { TxtInvalidMessage, "Invalid Message"},/*MC SPR 2530*/ + { TxtIncompleteMessage, "Incomplete Message"},/*MC SPR 2530*/ + /* SUJATHA MMS Integration */ + { TxtDownload, "Download"}, #if defined (FF_WAP) && defined (FF_GPF_TCPIP) //added by ellen - { TxtShowMessages, "Show Push Messages"}, //x0035544 07-11-2005 - { TxtPushMessages, "Push Messages"}, //x0035544 07-11-2005 - #endif + { TxtShowMessages, "Show Push Messages"}, //x0035544 07-11-2005 + { TxtPushMessages, "Push Messages"}, //x0035544 07-11-2005 +#endif #if defined (FF_MMI_MMS) || defined (FF_MMI_EMS) //x0035544 07-11-2005 {TxtMMS, "MMS"}, @@ -2427,7 +2427,7 @@ {TxtMMSDeleteSound,"Ton loeschen"}, {TxtMMSDeleteText,"Text loeschen"}, {TxtMMSInsert, "Insert"}, - //xrashmic 19 Aug, 2004 Bug: 2, 3, 36 and 42 + //xrashmic 19 Aug, 2004 Bug: 2, 3, 36 and 42 {TxtMMSSendSucess,"Sent"}, {TxtMMSSendFail, "Send Failed"}, {TxtMMSSendng, "Sending"}, @@ -2437,7 +2437,7 @@ {TxtMMSDots," MMS ..."}, {TxtExtract, "Extract" }, - {TxtMMSNotification, "MMS Notification" }, //x0035544 07-11-2005 + {TxtMMSNotification, "MMS Notification" }, //x0035544 07-11-2005 {TxtImmediate, "Immediate" }, //x0035544 07-11-2005 {TxtDeferred, "Deferred" }, //x0035544 07-11-2005 {TxtMMSRetrieving, "MMS Retrieving" }, //x0035544 07-11-2005 @@ -2455,532 +2455,532 @@ {TxtNoObjects, "No Objects"}, //x0035544 07-11-2005 {TxtExtractable, "Extractable"}, //x0035544 07-11-2005 #endif//x0035544 07-11-2005 - { TxtLockAls, "ALS Sperren"}, /* NDH : CQ16317 */ - { TxtUnlockAls, "ALS Entsperren"}, /* NDH : CQ16317 */ - { TxtAlsLocked, "ALS Gesperrt"}, /* NDH : CQ16317 */ - { TxtAlsUnlocked, "ALS Entsperrt"}, /* NDH : CQ16317 */ - { TxtLimService, "Limited Service"}, /* SPR12653 */ //localization required. - - -// Apr 06, 2005 REF: ENH 30011 xdeepadh + { TxtLockAls, "ALS Sperren"}, /* NDH : CQ16317 */ + { TxtUnlockAls, "ALS Entsperren"}, /* NDH : CQ16317 */ + { TxtAlsLocked, "ALS Gesperrt"}, /* NDH : CQ16317 */ + { TxtAlsUnlocked, "ALS Entsperrt"}, /* NDH : CQ16317 */ + { TxtLimService, "Limited Service"}, /* SPR12653 */ //localization required. + + +// Apr 06, 2005 REF: ENH 30011 xdeepadh //Strings for Camera, Mp3 and midi test application are //under the respective flags. //Nov 14, 2005 REF: OMAPS00044445 xdeepadh /* Nov 22, 2007 DR: OMAPS00152315 x0080701(Bharat) -- Commented #if defined */ // #if defined(FF_MMI_TEST_MP3) || defined(FF_MMI_TEST_AAC) - { TxtPlayerMonoChannel, "Set Channels to Mono"}, /* SPR12653 */ - { TxtPlayerStereoChannel, "Set Channels to Stereo"}, /* SPR12653 */ - { TxtPlayerSetChannels, "Channels settings"}, /* SPR12653 */ - { TxtPlayerPlay, "Datei spielen"}, /* SPR12653 */ - { TxtPlayerTest, "Audio Player"}, /* SPR12653 */ - { TxtPlayerFileSelected, "Datei gewaehlt"}, /* SPR12653 */ - { TxtPlayerSelectFile, " Datei waehlen"}, /* SPR12653 */ - { TxtPlayerPause, "Pause"}, /* SPR12653 */ - { TxtPlayerResume, "Neuladen"}, /* SPR12653 */ - { TxtPlayerStop, "Stop"}, /* SPR12653 */ - { TxtPlayerPlaying, "Datei gespielt"}, /* SPR12653 */ - { TxtPlayerForward, "Forward"}, /* OMAPS00070659 x0039928 */ - { TxtPlayerRewind, "Rewind"}, - { TxtPlayerForwarding, "Forwarding"}, - { TxtPlayerRewinding, "Rewinding"}, /* OMAPS00070659 x0039928 */ -// Jul 18, 2005 REF: SPR 31695 xdeepadh - { TxtPlayerFileNotLoaded, "No Files loaded"}, - { TxtPlayerOptionNotImplemented, "Option not yet implement"}, + { TxtPlayerMonoChannel, "Set Channels to Mono"}, /* SPR12653 */ + { TxtPlayerStereoChannel, "Set Channels to Stereo"}, /* SPR12653 */ + { TxtPlayerSetChannels, "Channels settings"}, /* SPR12653 */ + { TxtPlayerPlay, "Datei spielen"}, /* SPR12653 */ + { TxtPlayerTest, "Audio Player"}, /* SPR12653 */ + { TxtPlayerFileSelected, "Datei gewaehlt"}, /* SPR12653 */ + { TxtPlayerSelectFile, " Datei waehlen"}, /* SPR12653 */ + { TxtPlayerPause, "Pause"}, /* SPR12653 */ + { TxtPlayerResume, "Neuladen"}, /* SPR12653 */ + { TxtPlayerStop, "Stop"}, /* SPR12653 */ + { TxtPlayerPlaying, "Datei gespielt"}, /* SPR12653 */ + { TxtPlayerForward, "Forward"}, /* OMAPS00070659 x0039928 */ + { TxtPlayerRewind, "Rewind"}, + { TxtPlayerForwarding, "Forwarding"}, + { TxtPlayerRewinding, "Rewinding"}, /* OMAPS00070659 x0039928 */ +// Jul 18, 2005 REF: SPR 31695 xdeepadh + { TxtPlayerFileNotLoaded, "No Files loaded"}, + { TxtPlayerOptionNotImplemented, "Option not yet implement"}, // #endif //FF_MMI_TEST_MP3 /* Nov 22, 2007 DR: OMAPS00152315 x0080701(Bharat) -- Commented #endif */ //Aug 22, 2005 REF: ENH 31154 xdeepadh #if defined(FF_MMI_TEST_CAMERA) ||defined(FF_MMI_CAMERA_APP) - { TxtCameraTest, "Camera Application"}, /* NDH : CQ16317 */ - { TxtViewFinder, "View Finder"}, /* NDH : CQ16317 */ - { TxtSnapshot, "Snapshot nehmen"}, /* NDH : CQ16317 */ - { TxtSaveSnapshot, "Snapshot speichern"}, /* NDH : CQ16317 */ - { TxtSnapshotSaved, "Snapshot gespeichert"}, /* NDH : CQ16317 */ - { TxtSoftSnap, "Snapshot"}, /* NDH : CQ16317 */ - { TxtSoftSnapSave, "speichern"}, /* NDH : CQ16317 */ - { TxtSnapSaving, "Snapshot gespeichert"}, - { TxtQuality, "Quality"}, - { TxtEconomy, "Economy"}, - { TxtStandard, "Standard"}, - { TxtColor, "Color"}, - { TxtSepia, "Sepia"}, - { TxtBlackandWhite, "Black&White"}, - { TxtNegative, "Negative"}, - { TxtFilename, "Filename"}, - { TxtDigiZoom, "Zoom"}, - { TxtFrame, "Border Frame"}, - { TxtFrame1, "Border Frame1"}, - { TxtFrame2, "Border Frame2"}, - { TxtNoFrame, "No frame"}, - { TxtShootingMode, "Shooting Mode"}, - { TxtSingleshot, "Single Shot"}, - { Txt2Shots, "2 Shots"}, - { Txt4Shots, "4 Shots"}, - { Txt8Shots, "8 Shots"}, + { TxtCameraTest, "Camera Application"}, /* NDH : CQ16317 */ + { TxtViewFinder, "View Finder"}, /* NDH : CQ16317 */ + { TxtSnapshot, "Snapshot nehmen"}, /* NDH : CQ16317 */ + { TxtSaveSnapshot, "Snapshot speichern"}, /* NDH : CQ16317 */ + { TxtSnapshotSaved, "Snapshot gespeichert"}, /* NDH : CQ16317 */ + { TxtSoftSnap, "Snapshot"}, /* NDH : CQ16317 */ + { TxtSoftSnapSave, "speichern"}, /* NDH : CQ16317 */ + { TxtSnapSaving, "Snapshot gespeichert"}, + { TxtQuality, "Quality"}, + { TxtEconomy, "Economy"}, + { TxtStandard, "Standard"}, + { TxtColor, "Color"}, + { TxtSepia, "Sepia"}, + { TxtBlackandWhite, "Black&White"}, + { TxtNegative, "Negative"}, + { TxtFilename, "Filename"}, + { TxtDigiZoom, "Zoom"}, + { TxtFrame, "Border Frame"}, + { TxtFrame1, "Border Frame1"}, + { TxtFrame2, "Border Frame2"}, + { TxtNoFrame, "No frame"}, + { TxtShootingMode, "Shooting Mode"}, + { TxtSingleshot, "Single Shot"}, + { Txt2Shots, "2 Shots"}, + { Txt4Shots, "4 Shots"}, + { Txt8Shots, "8 Shots"}, #endif //FF_MMI_TEST_CAMERA // Apr 05, 2005 REF: ENH 29994 xdeepadh //Midi Test Application Strings were put under the flag FF_MMI_TEST_MIDI #ifdef FF_MMI_TEST_MIDI - { TxtMidiTest, "Midi Application"}, - { TxtMidiChangeConfig, "ALS Entsperrt"}, - { TxtMidiPlay, "ALS Entsperrt"}, - { TxtMidiPlayAllFiles, "ALS Entsperrt"}, - { TxtMidiExit, "ALS Entsperrt"}, - { TxtChConfigFile, "ALS Entsperrt"}, - { TxtChConfigVoiceLimit, "ALS Entsperrt"}, - { TxtChConfigLoop, "ALS Entsperrt"}, - { TxtChConfigChannels, "ALS Entsperrt"}, - { TxtChConfigBankLocation, "ALS Entsperrt"}, - { TxtMidiEnterVoiceNumber, "Enter number of voices"}, - { TxtMidiSelectFile, "Select file to be played"}, - { TxtMidiOptionNotImplemented, "Option not yet implement"}, - { TxtMidiLoopOn, "On"}, //x0035544 07-11-2005 - { TxtMidiLoopOff, "Off"}, //x0035544 07-11-2005 - { TxtMidiChannels, "Channels"}, - { TxtMidiMonoChannel, "Mono"}, //x0035544 07-11-2005 - { TxtMidiStereoChannel, "Stereo"}, //x0035544 07-11-2005 - { TxtMidiBankLocation, "Bank"}, - { TxtMidiFastBankLocation, "Fast"}, //x0035544 07-11-2005 - { TxtMidiSlowBankLocation, "Slow"}, //x0035544 07-11-2005 - { TxtMidiFileTitle, "Select File to be played"}, - { TxtMidiFileNotLoaded, "No Files loaded"}, - { TxtMidiFileSelected, "File Selected"}, - { TxtChConfigAudioOutput, "Audio Output"}, - { TxtMidiSpeaker, "Speaker"}, - { TxtMidiHeadset, "Headset"}, + { TxtMidiTest, "Midi Application"}, + { TxtMidiChangeConfig, "ALS Entsperrt"}, + { TxtMidiPlay, "ALS Entsperrt"}, + { TxtMidiPlayAllFiles, "ALS Entsperrt"}, + { TxtMidiExit, "ALS Entsperrt"}, + { TxtChConfigFile, "ALS Entsperrt"}, + { TxtChConfigVoiceLimit, "ALS Entsperrt"}, + { TxtChConfigLoop, "ALS Entsperrt"}, + { TxtChConfigChannels, "ALS Entsperrt"}, + { TxtChConfigBankLocation, "ALS Entsperrt"}, + { TxtMidiEnterVoiceNumber, "Enter number of voices"}, + { TxtMidiSelectFile, "Select file to be played"}, + { TxtMidiOptionNotImplemented, "Option not yet implement"}, + { TxtMidiLoopOn, "On"}, //x0035544 07-11-2005 + { TxtMidiLoopOff, "Off"}, //x0035544 07-11-2005 + { TxtMidiChannels, "Channels"}, + { TxtMidiMonoChannel, "Mono"}, //x0035544 07-11-2005 + { TxtMidiStereoChannel, "Stereo"}, //x0035544 07-11-2005 + { TxtMidiBankLocation, "Bank"}, + { TxtMidiFastBankLocation, "Fast"}, //x0035544 07-11-2005 + { TxtMidiSlowBankLocation, "Slow"}, //x0035544 07-11-2005 + { TxtMidiFileTitle, "Select File to be played"}, + { TxtMidiFileNotLoaded, "No Files loaded"}, + { TxtMidiFileSelected, "File Selected"}, + { TxtChConfigAudioOutput, "Audio Output"}, + { TxtMidiSpeaker, "Speaker"}, + { TxtMidiHeadset, "Headset"}, //x0pleela 30 Jan, 2007 DR: OMAPS00108892 //Adding the following strings to display error message //when loop on is enabled while playing all files - { TxtLoopOn, "Loop ON"}, - { TxtCantPlayAllFiles, "Cannot Play All Files"}, - { TxtCantBeActivated, "Cannot be Activated"}, + { TxtLoopOn, "Loop ON"}, + { TxtCantPlayAllFiles, "Cannot Play All Files"}, + { TxtCantBeActivated, "Cannot be Activated"}, #endif//#ifdef FF_MMI_TEST_MIDI #ifdef BTE_MOBILE - /* - ** Start of Bluetooth Related Strings - */ - {TxtBluetooth, "Bluetooth"}, - {TxtBluetoothEnable, "Enable"}, - {TxtBluetoothDisable, "Disable"}, - {TxtBtEnterDeviceName, "Enter Device Name:"}, - {TxtBtEnterPassKey, "Enter Pass Key:"}, - {TxtBtPassKey, "Pass Key"}, - {TxtBtTimeout, "Timeout"}, - {TxtBtPairing, "Pairing"}, - {TxtBtPaired, "Paired"}, - {TxtBtAuthorize, "Authorize"}, - {TxtBtUnAuthorize, "Un-Authorize"}, - {TxtBtInfo, "Info"}, - {TxtBtYesOnce, "Yes (Once)"}, - {TxtBtYesAlways, "Yes (Always)"}, - {TxtBtPairDevice, "Pair Device"}, - {TxtBtChangePassKey, "Change PassKey"}, - {TxtBtShowServices, "Show Services"}, - {TxtBtAddToKnown, "Add To Known"}, - {TxtBtRemoveDevice, "Remove Device"}, - {TxtBtDeviceName, "Device Name"}, - {TxtBtSet, "Set"}, - {TxtBtServices, "Services"}, - {TxtBtNoServices, "No Services"}, - {TxtBtSupported, "Supported"}, - {TxtBtSerialPort, "Serial Port"}, - {TxtBtDialUpNetworking, "Dial Up Networking"}, - {TxtBtHeadSet, "Head Set"}, - {TxtBtHandsFree, "Hands Free"}, - {TxtBtObjectPush, "Object Push"}, - {TxtBtFileTransfer, "File Transfer"}, - {TxtBtLanAccess, "Lan Access"}, - {TxtBtCordlessTelephony, "Cordless Telephony"}, - {TxtBtIntercom, "Intercom"}, - {TxtBtUnknownService, "Unknown Service"}, - {TxtBtRequiresAuthorizationForService, "%s requires Authorization for Service : %s"}, - {TxtBtDevices, "Devices"}, - {TxtBtDevice, "Device,"}, - {TxtBtHidden, "Hidden"}, - {TxtBtTimed, "Timed"}, - {TxtBtKnownDevices, "Known Devices"}, - {TxtBtDiscoverable, "Discoverable"}, - {TxtBtNoDevices, "No Devices"}, - {TxtBtFound, "Found"}, - {TxtBtSetLocalName, "Set Local Name"}, - {TxtBtClearStoredDevices, "Clear all Stored Devices"}, /* To be translated */ - /* - ** End of Bluetooth Related Strings - */ + /* + ** Start of Bluetooth Related Strings + */ + {TxtBluetooth, "Bluetooth"}, + {TxtBluetoothEnable, "Enable"}, + {TxtBluetoothDisable, "Disable"}, + {TxtBtEnterDeviceName, "Enter Device Name:"}, + {TxtBtEnterPassKey, "Enter Pass Key:"}, + {TxtBtPassKey, "Pass Key"}, + {TxtBtTimeout, "Timeout"}, + {TxtBtPairing, "Pairing"}, + {TxtBtPaired, "Paired"}, + {TxtBtAuthorize, "Authorize"}, + {TxtBtUnAuthorize, "Un-Authorize"}, + {TxtBtInfo, "Info"}, + {TxtBtYesOnce, "Yes (Once)"}, + {TxtBtYesAlways, "Yes (Always)"}, + {TxtBtPairDevice, "Pair Device"}, + {TxtBtChangePassKey, "Change PassKey"}, + {TxtBtShowServices, "Show Services"}, + {TxtBtAddToKnown, "Add To Known"}, + {TxtBtRemoveDevice, "Remove Device"}, + {TxtBtDeviceName, "Device Name"}, + {TxtBtSet, "Set"}, + {TxtBtServices, "Services"}, + {TxtBtNoServices, "No Services"}, + {TxtBtSupported, "Supported"}, + {TxtBtSerialPort, "Serial Port"}, + {TxtBtDialUpNetworking, "Dial Up Networking"}, + {TxtBtHeadSet, "Head Set"}, + {TxtBtHandsFree, "Hands Free"}, + {TxtBtObjectPush, "Object Push"}, + {TxtBtFileTransfer, "File Transfer"}, + {TxtBtLanAccess, "Lan Access"}, + {TxtBtCordlessTelephony, "Cordless Telephony"}, + {TxtBtIntercom, "Intercom"}, + {TxtBtUnknownService, "Unknown Service"}, + {TxtBtRequiresAuthorizationForService, "%s requires Authorization for Service : %s"}, + {TxtBtDevices, "Devices"}, + {TxtBtDevice, "Device,"}, + {TxtBtHidden, "Hidden"}, + {TxtBtTimed, "Timed"}, + {TxtBtKnownDevices, "Known Devices"}, + {TxtBtDiscoverable, "Discoverable"}, + {TxtBtNoDevices, "No Devices"}, + {TxtBtFound, "Found"}, + {TxtBtSetLocalName, "Set Local Name"}, + {TxtBtClearStoredDevices, "Clear all Stored Devices"}, /* To be translated */ + /* + ** End of Bluetooth Related Strings + */ #endif - { TxtFDNName, "FDN Numbers" }, //x0035544 07-11-2005 - { TxtAllDivert, "All Divert"}, /* SPR13614 */ //localization required. - { TxtNoReachDivert, "Divert when not reachable"}, /* SPR13614 */ //localization required. - { TxtBusyDivert, "Divert if Busy"}, /* SPR13614 */ //localization required. - { TxtNoAnsDivert, "Divert when no answer"}, /* SPR13614 */ //localization required. - { TxtCondDivert, "Divert for Cond. Forward"}, /* SPR13614 */ //localization required. - { TxtAllCallsDivert, "Divert for All calls"}, /* SPR13614 */ //localization required. - { TxtInvalidInput, "Invalid input"}, //x0035544 07-11-2005 - { TxtFDNListFull, "FDN List Full"}, //x0035544 07-11-2005 - - - ////x0035544 Nov 07,2005 copied the lines here - //Description: INCALL SCREEN ?ADJUSTING THE VOLUME - //Fix: Added these strings to display the various speaker volume levels. - {TxtLevel1 ," Level 1"}, //x0035544 07-11-2005 - {TxtLevel2 ," Level 2"}, //x0035544 07-11-2005 - {TxtLevel3 ," Level 3"}, //x0035544 07-11-2005 - {TxtLevel4 ," Level 4"}, //x0035544 07-11-2005 - {TxtLevel5 ," Level 5"}, //x0035544 07-11-2005 - {TxtImage,"Image"}, //x0035544 07-11-2005 - { TxtSmsWaiting, "Message waiting"}, //x0035544 07-11-2005 + { TxtFDNName, "FDN Numbers" }, //x0035544 07-11-2005 + { TxtAllDivert, "All Divert"}, /* SPR13614 */ //localization required. + { TxtNoReachDivert, "Divert when not reachable"}, /* SPR13614 */ //localization required. + { TxtBusyDivert, "Divert if Busy"}, /* SPR13614 */ //localization required. + { TxtNoAnsDivert, "Divert when no answer"}, /* SPR13614 */ //localization required. + { TxtCondDivert, "Divert for Cond. Forward"}, /* SPR13614 */ //localization required. + { TxtAllCallsDivert, "Divert for All calls"}, /* SPR13614 */ //localization required. + { TxtInvalidInput, "Invalid input"}, //x0035544 07-11-2005 + { TxtFDNListFull, "FDN List Full"}, //x0035544 07-11-2005 + + + ////x0035544 Nov 07,2005 copied the lines here + //Description: INCALL SCREEN ?ADJUSTING THE VOLUME + //Fix: Added these strings to display the various speaker volume levels. + {TxtLevel1 ," Level 1"}, //x0035544 07-11-2005 + {TxtLevel2 ," Level 2"}, //x0035544 07-11-2005 + {TxtLevel3 ," Level 3"}, //x0035544 07-11-2005 + {TxtLevel4 ," Level 4"}, //x0035544 07-11-2005 + {TxtLevel5 ," Level 5"}, //x0035544 07-11-2005 + {TxtImage,"Image"}, //x0035544 07-11-2005 + { TxtSmsWaiting, "Message waiting"}, //x0035544 07-11-2005 /* Power management Menu*/ #ifdef NEPTUNE_BOARD #ifdef MMI_POWER_MANAGEMENT_TEST - { Txt10Second, "10 Sec" }, - { Txt15Second, "15 Sec" }, - { Txt20Second, "20 Sec" }, - { TxtSetParam1, "Set Param"}, + { Txt10Second, "10 Sec" }, + { Txt15Second, "15 Sec" }, + { Txt20Second, "20 Sec" }, + { TxtSetParam1, "Set Param"}, #endif #endif #ifdef FF_MMI_MULTIMEDIA /* Multimedia Menu RElated String. */ - {TxtMultimediaApp, "Multimedia Test Application"}, - {TxtConfigurationParameters, "Configuration Parameters"}, - {TxtAudioVideoPlayback, "Audio/Video Playback"}, - {TxtMidiPlayback, "Midi Playback"}, - {TxtImageViewer, "Image Viewer"}, - {TxtCameraCapture, "Camera Capture"}, - {TxtVideoRecording, "Video Recording"}, - {TxtAudioRecording, "Audio Recording"}, - {TxtPlayRecording, "Play Recording"}, - {TxtFileListType, "File Listing"}, - {TxtNoFileAvail, "No Files Available"}, - /* Configuration Parameter menu. */ - {TxtOutputScreenSize, "Output Screen Size"}, - {TxtAudioEncodingFormat, "Audio Encoding Format"}, - {TxtVideoEncodingFormat, "Video Encoding Format"}, - {TxtVideoCaptureSize, "Video Capture Size"}, - {TxtVideoFrameRateSelection, "Video Frame Rate Selection"}, - {TxtAudioBitRate, "Audio Bitrate"}, - {TxtVideoBitRate, "Video Bitrate"}, - {TxtMidiPlayerSelect, "Midi Player Enabled"}, + {TxtMultimediaApp, "Multimedia Test Application"}, + {TxtConfigurationParameters, "Configuration Parameters"}, + {TxtAudioVideoPlayback, "Audio/Video Playback"}, + {TxtMidiPlayback, "Midi Playback"}, + {TxtImageViewer, "Image Viewer"}, + {TxtCameraCapture, "Camera Capture"}, + {TxtVideoRecording, "Video Recording"}, + {TxtAudioRecording, "Audio Recording"}, + {TxtPlayRecording, "Play Recording"}, + {TxtFileListType, "File Listing"}, + {TxtNoFileAvail, "No Files Available"}, + /* Configuration Parameter menu. */ + {TxtOutputScreenSize, "Output Screen Size"}, + {TxtAudioEncodingFormat, "Audio Encoding Format"}, + {TxtVideoEncodingFormat, "Video Encoding Format"}, + {TxtVideoCaptureSize, "Video Capture Size"}, + {TxtVideoFrameRateSelection, "Video Frame Rate Selection"}, + {TxtAudioBitRate, "Audio Bitrate"}, + {TxtVideoBitRate, "Video Bitrate"}, + {TxtMidiPlayerSelect, "Midi Player Enabled"}, /* Screen Mode. */ - {TxtHalfScreenMode, "Half-Screen Mode" }, - {TxtFullScreenMode, "Full-Screen Mode" }, - /* Audio Format */ - {TxtAAC, "AAC" }, - {TxtAMR, "AMR-NB" }, - {TxtPCM, "PCM" }, - {TxtMP3, "MP3" }, - /* Video Format */ - {TxtMpeg4, "MPEG4" }, - {TxtH263, "H263" }, + {TxtHalfScreenMode, "Half-Screen Mode" }, + {TxtFullScreenMode, "Full-Screen Mode" }, + /* Audio Format */ + {TxtAAC, "AAC" }, + {TxtAMR, "AMR-NB" }, + {TxtPCM, "PCM" }, + {TxtMP3, "MP3" }, + /* Video Format */ + {TxtMpeg4, "MPEG4" }, + {TxtH263, "H263" }, /* Screen Size */ - {TxtQcif, "QCIF" }, - {TxtCif, "SQCIF" }, + {TxtQcif, "QCIF" }, + {TxtCif, "SQCIF" }, /* Frame Rate */ - {Txt5fps, "5 FPS"}, - {Txt10fps, "10 FPS"}, - {Txt15fps, "15 FPS"}, - {Txt20fps, "20 FPS"}, - {Txt25fps, "25 FPS"}, - {Txt30fps, "30 FPS"}, + {Txt5fps, "5 FPS"}, + {Txt10fps, "10 FPS"}, + {Txt15fps, "15 FPS"}, + {Txt20fps, "20 FPS"}, + {Txt25fps, "25 FPS"}, + {Txt30fps, "30 FPS"}, /* Bit Rate */ - {TxtAACBitRate, "AAC BitRate" }, - {AMRNBBitRate, "AMR-NB BitRate" }, - /* AAC Bit Rate */ - {Txt48Kbps, "48 KBPS"}, - {Txt66p15Kbps, "66.15 KBPS"}, - {Txt72Kbps, "72 KBPS"}, - {Txt96pKbps, "96 KBPS"}, - {Txt132p3Kbps, "32.3 KBPS"}, - {Txt144Kbps, "144 KBPS"}, - {Txt192Kbps, "192 KBPS"}, - {Txt264p6Kbps, "264.6 KBPS"}, - {Txt288Kbps, "288 KBPS"}, + {TxtAACBitRate, "AAC BitRate" }, + {AMRNBBitRate, "AMR-NB BitRate" }, + /* AAC Bit Rate */ + {Txt48Kbps, "48 KBPS"}, + {Txt66p15Kbps, "66.15 KBPS"}, + {Txt72Kbps, "72 KBPS"}, + {Txt96pKbps, "96 KBPS"}, + {Txt132p3Kbps, "32.3 KBPS"}, + {Txt144Kbps, "144 KBPS"}, + {Txt192Kbps, "192 KBPS"}, + {Txt264p6Kbps, "264.6 KBPS"}, + {Txt288Kbps, "288 KBPS"}, /* AMR Bit Rate */ {Txt1p80Kbps, "1.80 KBPS"}, - {Txt4p75Kbps, "4.75 KBPS"}, - {Txt5p15Kbps, "5.15 KBPS"}, - {Txt5p9Kbps, "5.9 KBPS"}, - {Txt6p7Kbps, "6.7 KBPS"}, - {Txt7p4Kbps, "7.4 KBPS"}, - {Txt7p95Kbps, "7.95 KBPS"}, - {Txt10p2Kbps, "10.2 KBPS"}, - {Txt12p2Kbps, "12.2 KBPS"}, + {Txt4p75Kbps, "4.75 KBPS"}, + {Txt5p15Kbps, "5.15 KBPS"}, + {Txt5p9Kbps, "5.9 KBPS"}, + {Txt6p7Kbps, "6.7 KBPS"}, + {Txt7p4Kbps, "7.4 KBPS"}, + {Txt7p95Kbps, "7.95 KBPS"}, + {Txt10p2Kbps, "10.2 KBPS"}, + {Txt12p2Kbps, "12.2 KBPS"}, /* Video Bit Rate */ - {Txt64Kbps, "64 KBPS"}, - {Txt128Kbps, "128 KBPS"}, - {Txt384Kbps, "384 KBPS"}, - /* Softkey related string */ - {TxtPauseKey, "Pause"}, - {TxtResumeKey, "Resume"}, - {TxtEncodeKey, "Encode"}, - {TxtSoftIVT, "IVT"}, - {TxtPictureDisp, "Picture Display"}, - {TxtSetParam, "Set Param"}, - /* Audio Path Configuration Parameter */ - {TxtAudioPath, "Audio Path Configuration"}, - {TxtHeadset, "Head Set"}, - {TxtHeadphone, "Stereo Head Phone"}, - /* Softkey / Title related sting. */ - {TxtSoftStart, "Start"}, - {TxtAudvidRecord, "Audio / Video Recording"}, - {TxtQQVga, "QQVGA"}, - {TxtEncdTo, "Encode To"}, - {TxtJPEGFile, "JPEG File"}, - /* File Management Releated String. */ - {TxtFileMgmt, "File Management"}, - {TxtFileOprns, "File Operations" }, - {TxtFileOprnsTest, "File Operation Test" }, - {TxtFFS, "Flash File System" }, - {TxtMMC, "MMC / SD Card" }, - /*{TxtFMMMC, "MMC Card" }, - {TxtSDC, "SD Card" }, - {TxtTestCase1, " Folder Not Empty" }, - {TxtTestCase2, "Operation List" }, - {TxtTestCase3, "Destination" }, */ - {TxtOperSuccess, "Operation Success" }, - {TxtOperFailed, "Operation Failed" }, - {TxtNotYetDone, "Not Yet Implemented" }, - /*For FTP Application */ - { TxtFTPApp, "FTP" }, - { TxtPut, "Put" }, - { TxtGet, "Get" }, - /* Configuration Parameter - Volume / Preferred Storage. */ - { TxtVolumeConfig, "Volume Configuration"}, - { TxtPreferredStorage, "Preferred Storage"}, - { TxtAudioDecodeConfig, "Audio Decode Configuration"}, - { TxtAudioEncodeConfig, "Audio Encode Configuration"}, - { TxtVideoEncodeConfig, "Video Encode Configuration"}, - { TxtSpeaker, "Handset"}, - { TxtEnterPath, "Enter File Path:"}, - {TxtInvalidPath, "Invalid"}, - { TxtRename, "Rename" }, - { TxtCreateFolder, "CreateFolder" }, - { TxtEnterFileName, "Enter File Name : " }, - { TxtFolderNotEmpty, " Folder Not Empty" }, - /*{ TxtOperationList, "Operation List" },*/ - { TxtDestination, "Destination" }, - { TxtVMPlayback, "Voice Memo Playback" }, - { TxtVMRecord, "Voice Memo Recording" }, - { TxtVMConfigParam, "Configuration Parameters" }, - { TxtStartRecord, "Start Voice Memo Recording" }, - { TxtPlayingfile, "Playing Selected Fie " }, - { TxtPauseFile, "Pause Selected File" }, - { TxtRecordVoice, "Recording Voice" }, - { TxtSoftMore, "More" }, - { TxtUseCase, "Use Cases" }, - { TxtRepeateForEver, "Repeate For Ever" }, - { TxtPlayonce, "Play Once" }, - { TxtCamera , "Camera"}, - { TxtCapture, "Capture" }, - { TxtCrop, "Crop"}, - { TxtRescale, "Rescale"}, - { TxtRotate, "Rotate"}, - {TxtDummyStr, "Dummy String"}, - {TxtDummyStr1, "Dummy String1"}, - /*PCM Decode sampling Rate*/ - {Txt8kRate, "8k Sample Rate"}, - {Txt11kRate, "11k Sample Rate"}, - {Txt12kRate, "12k Sample Rate"}, /*OMAPS00081264 - 12k Menu addition */ - {Txt16kRate, "16k Sample Rate"}, - {Txt22kRate, "22k Sample Rate"}, - {Txt24kRate, "24k Sample Rate"}, /*OMAPS00081264 - 12k Menu addition */ - {Txt32kRate, "32k Sample Rate"}, - {Txt44kRate, "44k Sample Rate"}, - {Txt48kRate, "48k Sample Rate"}, - {TxtPcmRate, "PCM Sample Rate"}, - {TxtPcmChannelMode, "PCM Channel Mode"}, - /* Image Quality Setting */ - {TxtImgCaptureQuality, "Image Capture Quality"}, - {Txt0Set, "0"}, - {Txt10Set, "10"}, - {Txt20Set, "20"}, - {Txt30Set, "30"}, - {Txt40Set, "40"}, - {Txt50Set, "50"}, - {Txt60Set, "60"}, - {Txt70Set, "70"}, - {Txt80Set, "80"}, - {Txt90Set, "90"}, - {Txt100Set, "100"}, - {TxtStreoMode, "Stereo Mode"}, - {TxtMonoMode, "Mono Mode"}, - {TxtVideoPlayOption, "Video Playback Option"}, - {TxtAudioVideoPlay, "Audio & Video Play"}, - {TxtVideoPlay, "Video Play Only"}, - /* Video Recording Duration Specification */ - {TxtVideoRecDuration, "Video Recording Duration"}, - {Txt10sec, "10 Sec Recording"}, - {Txt15sec, "15 Sec Recording"}, - {Txt20sec, "20 Sec Recording"}, - {TxtNonStop, "Non Stop Recording"}, - /* Video Only Option - x0043641 */ - {TxtVideoRecordOption, "Video Record Option"}, - {TxtAudioVideoRecord, "Video & Audio Recording"}, - {TxtVideoRecord, "Video Recording Only"}, + {Txt64Kbps, "64 KBPS"}, + {Txt128Kbps, "128 KBPS"}, + {Txt384Kbps, "384 KBPS"}, + /* Softkey related string */ + {TxtPauseKey, "Pause"}, + {TxtResumeKey, "Resume"}, + {TxtEncodeKey, "Encode"}, + {TxtSoftIVT, "IVT"}, + {TxtPictureDisp, "Picture Display"}, + {TxtSetParam, "Set Param"}, + /* Audio Path Configuration Parameter */ + {TxtAudioPath, "Audio Path Configuration"}, + {TxtHeadset, "Head Set"}, + {TxtHeadphone, "Stereo Head Phone"}, + /* Softkey / Title related sting. */ + {TxtSoftStart, "Start"}, + {TxtAudvidRecord, "Audio / Video Recording"}, + {TxtQQVga, "QQVGA"}, + {TxtEncdTo, "Encode To"}, + {TxtJPEGFile, "JPEG File"}, + /* File Management Releated String. */ + {TxtFileMgmt, "File Management"}, + {TxtFileOprns, "File Operations" }, + {TxtFileOprnsTest, "File Operation Test" }, + {TxtFFS, "Flash File System" }, + {TxtMMC, "MMC / SD Card" }, + /*{TxtFMMMC, "MMC Card" }, + {TxtSDC, "SD Card" }, + {TxtTestCase1, " Folder Not Empty" }, + {TxtTestCase2, "Operation List" }, + {TxtTestCase3, "Destination" }, */ + {TxtOperSuccess, "Operation Success" }, + {TxtOperFailed, "Operation Failed" }, + {TxtNotYetDone, "Not Yet Implemented" }, + /*For FTP Application */ + { TxtFTPApp, "FTP" }, + { TxtPut, "Put" }, + { TxtGet, "Get" }, + /* Configuration Parameter - Volume / Preferred Storage. */ + { TxtVolumeConfig, "Volume Configuration"}, + { TxtPreferredStorage, "Preferred Storage"}, + { TxtAudioDecodeConfig, "Audio Decode Configuration"}, + { TxtAudioEncodeConfig, "Audio Encode Configuration"}, + { TxtVideoEncodeConfig, "Video Encode Configuration"}, + { TxtSpeaker, "Handset"}, + { TxtEnterPath, "Enter File Path:"}, + {TxtInvalidPath, "Invalid"}, + { TxtRename, "Rename" }, + { TxtCreateFolder, "CreateFolder" }, + { TxtEnterFileName, "Enter File Name : " }, + { TxtFolderNotEmpty, " Folder Not Empty" }, + /*{ TxtOperationList, "Operation List" },*/ + { TxtDestination, "Destination" }, + { TxtVMPlayback, "Voice Memo Playback" }, + { TxtVMRecord, "Voice Memo Recording" }, + { TxtVMConfigParam, "Configuration Parameters" }, + { TxtStartRecord, "Start Voice Memo Recording" }, + { TxtPlayingfile, "Playing Selected Fie " }, + { TxtPauseFile, "Pause Selected File" }, + { TxtRecordVoice, "Recording Voice" }, + { TxtSoftMore, "More" }, + { TxtUseCase, "Use Cases" }, + { TxtRepeateForEver, "Repeate For Ever" }, + { TxtPlayonce, "Play Once" }, + { TxtCamera , "Camera"}, + { TxtCapture, "Capture" }, + { TxtCrop, "Crop"}, + { TxtRescale, "Rescale"}, + { TxtRotate, "Rotate"}, + {TxtDummyStr, "Dummy String"}, + {TxtDummyStr1, "Dummy String1"}, + /*PCM Decode sampling Rate*/ + {Txt8kRate, "8k Sample Rate"}, + {Txt11kRate, "11k Sample Rate"}, + {Txt12kRate, "12k Sample Rate"}, /*OMAPS00081264 - 12k Menu addition */ + {Txt16kRate, "16k Sample Rate"}, + {Txt22kRate, "22k Sample Rate"}, + {Txt24kRate, "24k Sample Rate"}, /*OMAPS00081264 - 12k Menu addition */ + {Txt32kRate, "32k Sample Rate"}, + {Txt44kRate, "44k Sample Rate"}, + {Txt48kRate, "48k Sample Rate"}, + {TxtPcmRate, "PCM Sample Rate"}, + {TxtPcmChannelMode, "PCM Channel Mode"}, + /* Image Quality Setting */ + {TxtImgCaptureQuality, "Image Capture Quality"}, + {Txt0Set, "0"}, + {Txt10Set, "10"}, + {Txt20Set, "20"}, + {Txt30Set, "30"}, + {Txt40Set, "40"}, + {Txt50Set, "50"}, + {Txt60Set, "60"}, + {Txt70Set, "70"}, + {Txt80Set, "80"}, + {Txt90Set, "90"}, + {Txt100Set, "100"}, + {TxtStreoMode, "Stereo Mode"}, + {TxtMonoMode, "Mono Mode"}, + {TxtVideoPlayOption, "Video Playback Option"}, + {TxtAudioVideoPlay, "Audio & Video Play"}, + {TxtVideoPlay, "Video Play Only"}, + /* Video Recording Duration Specification */ + {TxtVideoRecDuration, "Video Recording Duration"}, + {Txt10sec, "10 Sec Recording"}, + {Txt15sec, "15 Sec Recording"}, + {Txt20sec, "20 Sec Recording"}, + {TxtNonStop, "Non Stop Recording"}, + /* Video Only Option - x0043641 */ + {TxtVideoRecordOption, "Video Record Option"}, + {TxtAudioVideoRecord, "Video & Audio Recording"}, + {TxtVideoRecord, "Video Recording Only"}, #endif -// xpradipg - LOCOSTO-ENH-31895 : 23 June 2005 +// xpradipg - LOCOSTO-ENH-31895 : 23 June 2005 #ifdef FF_MMI_AUDIO_PROFILE - {TxtLoudspeaker, "Loudspeaker"},//xpradipg - 31895 : localization required - {TxtHandheld, "Handheld"},//xpradipg - 31895 : localization required - {TxtCarkit, "Carkit"},//xpradipg - 31895 : localization required - {TxtHeadset,"Headset"},//xpradipg - 31895 : localization required - {TxtInserted, "inserted"},//xpradipg - 31895 : localization required - {TxtRemoved, "removed"},//xpradipg - 31895 : localization required + {TxtLoudspeaker, "Loudspeaker"},//xpradipg - 31895 : localization required + {TxtHandheld, "Handheld"},//xpradipg - 31895 : localization required + {TxtCarkit, "Carkit"},//xpradipg - 31895 : localization required + {TxtHeadset,"Headset"},//xpradipg - 31895 : localization required + {TxtInserted, "inserted"},//xpradipg - 31895 : localization required + {TxtRemoved, "removed"},//xpradipg - 31895 : localization required #endif - //Aug 22, 2005 REF: ENH 31154 xdeepadh + //Aug 22, 2005 REF: ENH 31154 xdeepadh #ifdef FF_MMI_FILE_VIEWER - { TxtFileNotLoaded,"No Files loaded"}, - { TxtFileViewer, "FileViewer"}, - { TxtRename, "Rename"}, - {TxtDeleteConfirm,"Delete?"}, - {TxtFileTooBig,"File Too Big"}, - {TxtFileExists,"File exists"}, //Jan 03, 2006 REF: SPR OMAPS00060036 xdeepadh - {TxtWrongFilename,"Wrong Name"},//Aug 31, 2005 REF: SPR 34050 xdeepadh - {TxtNoExtension,"Wrong extn"},//Aug 31, 2005 REF: SPR 34050 xdeepadh + { TxtFileNotLoaded,"No Files loaded"}, + { TxtFileViewer, "FileViewer"}, + { TxtRename, "Rename"}, + {TxtDeleteConfirm,"Delete?"}, + {TxtFileTooBig,"File Too Big"}, + {TxtFileExists,"File exists"}, //Jan 03, 2006 REF: SPR OMAPS00060036 xdeepadh + {TxtWrongFilename,"Wrong Name"},//Aug 31, 2005 REF: SPR 34050 xdeepadh + {TxtNoExtension,"Wrong extn"},//Aug 31, 2005 REF: SPR 34050 xdeepadh #endif //FF_MMI_FILE_VIEWER #ifdef NEPTUNE_BOARD #ifdef MMI_POWER_MANAGEMENT_TEST - {TxtPowerMgnt,"Power Management"}, + {TxtPowerMgnt,"Power Management"}, #endif #endif #if defined(FF_MMI_TEST_CAMERA)||defined(FF_MMI_CAMERA_APP) - { TxtRotate, "Rotate"}, - { TxtRotate90Degree, "90 Degree"}, - { TxtRotate180Degree, "180 Degree"}, - { TxtRotate270Degree, "270 Degree"}, - { TxtZoom, "Zoom"}, - //May 03, 2006 DRT: OMAPS00076856 xdeepadh - { TxtZoomIn, "Zoom In"}, - { TxtZoomOut,"Zoom Out"}, - { TxtZoomInMax, "Zoom In Max "}, - { TxtZoomOutMax, "Zoom Out Max"}, + { TxtRotate, "Rotate"}, + { TxtRotate90Degree, "90 Degree"}, + { TxtRotate180Degree, "180 Degree"}, + { TxtRotate270Degree, "270 Degree"}, + { TxtZoom, "Zoom"}, + //May 03, 2006 DRT: OMAPS00076856 xdeepadh + { TxtZoomIn, "Zoom In"}, + { TxtZoomOut,"Zoom Out"}, + { TxtZoomInMax, "Zoom In Max "}, + { TxtZoomOutMax, "Zoom Out Max"}, #endif //xrashmic 9 Sep 2006, OMAPS00092732 #ifdef FF_MMI_USBMS -{TxtUSB, "USB"}, - {TxtUSBEnumeration, "USB Enumeration"}, - { TxtUSBMode, "USB mode"}, - { TxtContinue, "Continue ?"}, - { TxtUSBDisconnect ,"Disconnecting"}, - {TxtUSBMS,"USB MS"}, - {TxtUSBTrace,"USB Trace"}, - {TxtUSBFax,"USB Fax"}, -{TxtPSShutdown,"PS Shutdown"}, -{TxtNoPSShutdown,"No PS shutdown"}, - //xashmic 27 Sep 2006, OMAPS00096389 - {TxtUSBFaxnTrace,"USB Fax and Trace"}, - {TxtUSBMSnTrace,"USB MS and Trace"}, - {TxtUSBFaxnMS,"USB Fax and MS"}, - {TxtUSBMSPorts,"USB Ports"}, - {TxtPS,"PS"}, - {TxtPopupMenu,"Pop up menu"}, + {TxtUSB, "USB"}, + {TxtUSBEnumeration, "USB Enumeration"}, + { TxtUSBMode, "USB mode"}, + { TxtContinue, "Continue ?"}, + { TxtUSBDisconnect ,"Disconnecting"}, + {TxtUSBMS,"USB MS"}, + {TxtUSBTrace,"USB Trace"}, + {TxtUSBFax,"USB Fax"}, + {TxtPSShutdown,"PS Shutdown"}, + {TxtNoPSShutdown,"No PS shutdown"}, + //xashmic 27 Sep 2006, OMAPS00096389 + {TxtUSBFaxnTrace,"USB Fax and Trace"}, + {TxtUSBMSnTrace,"USB MS and Trace"}, + {TxtUSBFaxnMS,"USB Fax and MS"}, + {TxtUSBMSPorts,"USB Ports"}, + {TxtPS,"PS"}, + {TxtPopupMenu,"Pop up menu"}, #endif // x0021334 10 May, 2006 DR: OMAPS00075379 - { TxtPending, "Pending"}, + { TxtPending, "Pending"}, // x0021334 02 June, 2006 DR: OMAPS00078005 #ifdef FF_TIMEZONE - { TxtTimeUpdate, "New Time/Date received."}, - { TxtTimeUpdateConfirm, "Want to update?"}, - { TxtNitzTimeUpdate, "Network Time Update"}, + { TxtTimeUpdate, "New Time/Date received."}, + { TxtTimeUpdateConfirm, "Want to update?"}, + { TxtNitzTimeUpdate, "Network Time Update"}, #endif - //x0pleela 30 Aug, 2006 DR: OMAPS00091250 - { TxtNoMEPD, "MEPD not present"}, + //x0pleela 30 Aug, 2006 DR: OMAPS00091250 + { TxtNoMEPD, "MEPD not present"}, //x0pleela 24 Aug, 2006 DR:OMAPS00083503 //Adding new strings to display if the characters are UCS2 in USSD transactions #ifdef MMI_LITE - {TxtUSSDMsgRxd, "USSD Message received" }, - {TxtFontNotSupported, "Font Not Supported"}, + {TxtUSSDMsgRxd, "USSD Message received" }, + {TxtFontNotSupported, "Font Not Supported"}, #endif //x0pleela 05 Mar, 2007 ER: OMAPS00122561 #ifdef FF_PHONE_LOCK - {TxtPhoneLock, "Phone Lock"}, - {TxtPhLockEnable, "Lock Enable"}, - {TxtPhLockAutomatic, "Automatic"}, - {TxtPhLockAutoOn, "On"}, - {TxtPhLockAutoOff, "Off"}, - {TxtPhLockChangeCode,"Change Unlock Code"}, - {TxtEnterPhUnlockCode, "Enter Phone Unlock Code"}, - {TxtEnterOldUnlockCode, "Enter Old Unlock Code"}, - {TxtEnterNewUnlockCode, "Enter New Unlock Code"}, - {TxtAlreadyEnabled,"Already enabled"}, - {TxtAlreadyDisabled, "Already disabled"}, - {TxtAutoLockDisable, "Auto Ph Lock Disable"}, - {TxtAutoPhone, "Automatic Phone"}, - {TxtSuccess, "Success"}, - {TxtNotLocked, "Phone can't be locked"}, + {TxtPhoneLock, "Phone Lock"}, + {TxtPhLockEnable, "Lock Enable"}, + {TxtPhLockAutomatic, "Automatic"}, + {TxtPhLockAutoOn, "On"}, + {TxtPhLockAutoOff, "Off"}, + {TxtPhLockChangeCode,"Change Unlock Code"}, + {TxtEnterPhUnlockCode, "Enter Phone Unlock Code"}, + {TxtEnterOldUnlockCode, "Enter Old Unlock Code"}, + {TxtEnterNewUnlockCode, "Enter New Unlock Code"}, + {TxtAlreadyEnabled,"Already enabled"}, + {TxtAlreadyDisabled, "Already disabled"}, + {TxtAutoLockDisable, "Auto Ph Lock Disable"}, + {TxtAutoPhone, "Automatic Phone"}, + {TxtSuccess, "Success"}, + {TxtNotLocked, "Phone can't be locked"}, #endif /* FF_PHONE_LOCK */ /*OMAPS00098881 (Removing power variant) a0393213(Prabakar)*/ #ifdef FF_POWER_MANAGEMENT - {TxtScreenUpdate,"Screen Update"}, + {TxtScreenUpdate,"Screen Update"}, #endif //Mar 09 2007 DRT :OMAPS00118881 x0061088(Prachi) #ifdef FF_MMI_CAMERA_APP - {TxtNotEnough,"Not Enough"}, - {TxtCamMemory,"Memory"}, + {TxtNotEnough,"Not Enough"}, + {TxtCamMemory,"Memory"}, #endif - //x0pleela 22 Feb, 2007 ER: OMAPS00113891 - {TxtFwdIncomingTTYCall, "Fwd. Inc. TTY Call"},/* String for Fwd Incoming TTY call */ - {TxtFwdIncomingCall, "Fwd. Inc. Call"},/* String for Fwd Incoming call */ - - //06 July, 2007 DR: OMAPS00137334 x0062172 Syed - {TxtConferenceFull, "Conference Full"}, /* String for Conference Full notification */ + //x0pleela 22 Feb, 2007 ER: OMAPS00113891 + {TxtFwdIncomingTTYCall, "Fwd. Inc. TTY Call"},/* String for Fwd Incoming TTY call */ + {TxtFwdIncomingCall, "Fwd. Inc. Call"},/* String for Fwd Incoming call */ + + //06 July, 2007 DR: OMAPS00137334 x0062172 Syed + {TxtConferenceFull, "Conference Full"}, /* String for Conference Full notification */ #ifdef FF_MMI_FILEMANAGER - /* File Management related strings */ - {TxtFileMgmt, "File Management"}, - {TxtFileList, "FileLists"}, - {TxtFFS, "NOR" }, - {TxtNORMS, "NOR-MS" }, - {TxtNAND, "NAND" }, - {TxtTflash, "T-Flash" }, - {TxtOpen,"Open"}, - {TxtFormat,"Format"}, - {TxtProperties,"Properties"}, - {TxtImageFiles, "Image"}, - {TxtAudioFiles,"Audio"}, - {TxtFile,"File"}, - {TxtDirectory,"Directory"}, - {TxtFreeSpace,"Free Space"}, - {TxtUsedSpace, "Used Space"}, - {TxtThumbnail, "Thumbnail"}, - {TxtExists, "Exists"}, - {TxtCreateDir, "Create Directory"}, - {TxtCreated, "Created"}, - {TxtNotEmpty, "Not Empty"}, - {TxtMemorystat,"Memory Status"}, - {TxtSourceDest, "Source and Destination"}, - {TxtSame, "Same"}, - {TxtAudNotAllowed,"Not Allowed"}, - {TxtAudAudioError,"Audio"}, - {TxtAudDenied,"Denied"}, - {TxtAudPlayerError,"Player"}, - {TxtAudFFSError," FFS"}, - {TxtAudMessagingError,"Messaging"}, - {TxtAudNotReady,"Not Ready"}, - {TxtAudInvalidParam,"Invalid Param"}, - {TxtAudInternalError,"Internal"}, - {TxtAudMemoryError,"Memory"}, - {TxtAudNotSupported,"Not Supported"}, - {TxtCopying," Copying ..."}, - { TxtFileNotLoaded,"No Files loaded"}, - { TxtFileViewer, "FileViewer"}, - { TxtRename, "Rename"}, - {TxtDeleteConfirm,"Delete?"}, - {TxtFileTooBig,"File Too Big"}, - {TxtFileExists,"File exists"},//Jan 03, 2006 REF: SPR OMAPS00060036 xdeepadh . - {TxtWrongFilename,"Wrong Name"}, //Aug 31, 2005 REF: SPR 34050 xdeepadh - {TxtNoExtension,"Wrong extn"},//Aug 31, 2005 REF: SPR 34050 xdeepadh - {TxtStorageDevice,"Storage Device"}, - {TxtPBar,"Progress Bar On/Off"}, + /* File Management related strings */ + {TxtFileMgmt, "File Management"}, + {TxtFileList, "FileLists"}, + {TxtFFS, "NOR" }, + {TxtNORMS, "NOR-MS" }, + {TxtNAND, "NAND" }, + {TxtTflash, "T-Flash" }, + {TxtOpen,"Open"}, + {TxtFormat,"Format"}, + {TxtProperties,"Properties"}, + {TxtImageFiles, "Image"}, + {TxtAudioFiles,"Audio"}, + {TxtFile,"File"}, + {TxtDirectory,"Directory"}, + {TxtFreeSpace,"Free Space"}, + {TxtUsedSpace, "Used Space"}, + {TxtThumbnail, "Thumbnail"}, + {TxtExists, "Exists"}, + {TxtCreateDir, "Create Directory"}, + {TxtCreated, "Created"}, + {TxtNotEmpty, "Not Empty"}, + {TxtMemorystat,"Memory Status"}, + {TxtSourceDest, "Source and Destination"}, + {TxtSame, "Same"}, + {TxtAudNotAllowed,"Not Allowed"}, + {TxtAudAudioError,"Audio"}, + {TxtAudDenied,"Denied"}, + {TxtAudPlayerError,"Player"}, + {TxtAudFFSError," FFS"}, + {TxtAudMessagingError,"Messaging"}, + {TxtAudNotReady,"Not Ready"}, + {TxtAudInvalidParam,"Invalid Param"}, + {TxtAudInternalError,"Internal"}, + {TxtAudMemoryError,"Memory"}, + {TxtAudNotSupported,"Not Supported"}, + {TxtCopying," Copying ..."}, + { TxtFileNotLoaded,"No Files loaded"}, + { TxtFileViewer, "FileViewer"}, + { TxtRename, "Rename"}, + {TxtDeleteConfirm,"Delete?"}, + {TxtFileTooBig,"File Too Big"}, + {TxtFileExists,"File exists"},//Jan 03, 2006 REF: SPR OMAPS00060036 xdeepadh . + {TxtWrongFilename,"Wrong Name"}, //Aug 31, 2005 REF: SPR 34050 xdeepadh + {TxtNoExtension,"Wrong extn"},//Aug 31, 2005 REF: SPR 34050 xdeepadh + {TxtStorageDevice,"Storage Device"}, + {TxtPBar,"Progress Bar On/Off"}, #endif //Mar 22 2007 ER:OMAPS00113882 x0061088 (Prachi) {TxtTo,"To"}, @@ -3005,7 +3005,7 @@ {TxtCamNot,"Not"}, {TxtCamSupported,"Supported"}, #endif - { 0, 0 } + { 0, 0 } }; #else @@ -3014,7 +3014,7 @@ //Language = "Chinese" /*MC, SPR 1526, prepended chinese string with Unicode tag*/ - const unsigned char stringTest[] = {0x00,0x48,0x00,0x49,0x4E,0x33}; + const unsigned char stringTest[] = {0x00,0x48,0x00,0x49,0x4E,0x33}; const unsigned char chineseTxtNull[] = {0x80, 0x00, 0x00,0x00}; //x0pleela 24 Aug, 2006 DR:OMAPS00083503 @@ -3028,7 +3028,7 @@ //x0pleela 14 June, 2006 DR: OMAPS00070657 //Edit Line for ALS feature of CPHS #ifdef FF_CPHS - const unsigned char chineseTxtEditLineName[] = {0x80, 0x00, 0x00,'E',0x00,'d',0x00,'i',0x00,'t',0x00,' ',0x00,'L',0x00,'i',0x00,'n',0x00,'e',0x00,' ',0x00,'N',0x00,'a',0x00,'m',0x00,'e',0x00,0x00}; + const unsigned char chineseTxtEditLineName[] = {0x80, 0x00, 0x00,'E',0x00,'d',0x00,'i',0x00,'t',0x00,' ',0x00,'L',0x00,'i',0x00,'n',0x00,'e',0x00,' ',0x00,'N',0x00,'a',0x00,'m',0x00,'e',0x00,0x00}; #endif //x0pleela 30 Aug, 2006 DR: OMAPS00091250 //to display string MEPD not present @@ -3047,13 +3047,13 @@ #endif #ifdef SIM_PERS - //x0pleela 25 Sep, 2006 ER: OMAPS00095524 - //For new category "Blocked Network" - const unsigned char chineseTxtBlkNetwork[] = {0x80, 0x00, 0x00,'B',0x00,'l',0x00,'o',0x00,'c',0x00,'k',0x00,'e',0x00,'d',0x00,' ', 0x00,'N',0x00,'e',0x00,'t',0x00,'w',0x00,'o',0x00,'r',0x00,'k',0x00, 0x00}; - //string to display "Enter Blocked Network password" - const unsigned char chineseTxtEnterPbLock[] = {0x80, 0x00, 0x00,'E',0x00,'n',0x00,'t',0x00,'e',0x00,'r',0x00,' ',0x00,'B',0x00,'l', 0x00,'o',0x00,'c',0x00,'k',0x00,'e',0x00,'d',0x00,' ',0x00,'N',0x00,'W',0x00,' ',0x00,'C',0x00,'o',0x00,'d',0x00,'e',0x00, 0x00}; - - //x0pleela 20 July, 2006 ER: OMAPS00087586, OMAPS00087587 + //x0pleela 25 Sep, 2006 ER: OMAPS00095524 + //For new category "Blocked Network" + const unsigned char chineseTxtBlkNetwork[] = {0x80, 0x00, 0x00,'B',0x00,'l',0x00,'o',0x00,'c',0x00,'k',0x00,'e',0x00,'d',0x00,' ', 0x00,'N',0x00,'e',0x00,'t',0x00,'w',0x00,'o',0x00,'r',0x00,'k',0x00, 0x00}; + //string to display "Enter Blocked Network password" + const unsigned char chineseTxtEnterPbLock[] = {0x80, 0x00, 0x00,'E',0x00,'n',0x00,'t',0x00,'e',0x00,'r',0x00,' ',0x00,'B',0x00,'l', 0x00,'o',0x00,'c',0x00,'k',0x00,'e',0x00,'d',0x00,' ',0x00,'N',0x00,'W',0x00,' ',0x00,'C',0x00,'o',0x00,'d',0x00,'e',0x00, 0x00}; + + //x0pleela 20 July, 2006 ER: OMAPS00087586, OMAPS00087587 const unsigned char chineseTxtBusy[] = {0x80, 0x00, 0x00,'B',0x00,'u',0x00,'s',0x00,'y',0x00,0x00}; //Displays "Busy" if timer is enabled for wrong entry of password const unsigned char chineseTxtMasterUnlock[] = {0x80, 0x00, 0x00,'M',0x00,'a',0x00,'s',0x00,'t',0x00,'e',0x00,'r',0x00,' ',0x00,'K', 0x00,'e',0x00,'y',0x00,' ',0x00,'U',0x00,'n',0x00,'l',0x00,'o',0x00,'c',0x00,'k',0x00, 0x00}; //For menu option Master unlock const unsigned char chineseTxtEnterMasterKey[] = {0x80, 0x00, 0x00,'E',0x00,'n',0x00,'t',0x00,'e',0x00,'r',0x00,' ',0x00,'M',0x00,'a',0x00,'s',0x00,'t',0x00,'e',0x00,'r',0x00,' ',0x00,'K', 0x00,'e',0x00,'y',0x00, 0x00}; //Text for the editor to enter master unlock key @@ -3083,7 +3083,7 @@ const unsigned char chineseTxtLockActivated[]= {0x80,0x00,0x00,'L',0x00,'o',0x00,'c',0x00,'k',0x00,' ',0x00,'A',0x00,'c',0x00,'t',0x00,'i',0x00,'v',0x00,'a',0x00,'t',0x00,'e',0x00,'d',0x00,0x00}; //x0035544 07-11-2005 const unsigned char chineseTxtLockDeactivated[]= {0x80,0x00,0x00,'L',0x00,'o',0x00,'c',0x00,'k',0x00,' ',0x00,'D',0x00,'e',0x00,'A',0x00,'c',0x00,'t',0x00,'i',0x00,'v',0x00,'a',0x00,'t',0x00,'e',0x00,'d',0x00,0x00}; //x0035544 07-11-2005 const unsigned char chineseTxtEnterNLock[]= {0x80,0x00,0x00,'E',0x00,'n',0x00,'t',0x00,'e',0x00,'r',0x00,' ',0x00,'N',0x00,'e',0x00,'t',0x00,'w',0x00,' ',0x00,'P',0x00,'a',0x00,'s',0x00,'s',0x00,'w',0x00,'o',0x00,'r',0x00,'d',0x00,0x00}; //x0035544 07-11-2005 - const unsigned char chineseTxtEnterNsLock[]= {0x80,0x00,0x00,'E',0x00,'n',0x00,'t',0x00,'e',0x00,'r',0x00,' ',0x00,'N',0x00,'e',0x00,'t',0x00,'w',0x00,' ',0x00,'S',0x00,'u',0x00,'b',0x00,'P',0x00,'a',0x00,'s',0x00,'s',0x00,0x00}; //x0035544 07-11-2005 + const unsigned char chineseTxtEnterNsLock[]= {0x80,0x00,0x00,'E',0x00,'n',0x00,'t',0x00,'e',0x00,'r',0x00,' ',0x00,'N',0x00,'e',0x00,'t',0x00,'w',0x00,' ',0x00,'S',0x00,'u',0x00,'b',0x00,'P',0x00,'a',0x00,'s',0x00,'s',0x00,0x00}; //x0035544 07-11-2005 const unsigned char chineseTxtEnterSpLock[]= {0x80,0x00,0x00,'E',0x00,'n',0x00,'t',0x00,'e',0x00,'r',0x00,' ',0x00,'S',0x00,'e',0x00,'r',0x00,'v',0x00,'.',0x00,'P',0x00,'r',0x00,'o',0x00,' ',0x00,'P',0x00,'a',0x00,'s',0x00,'s',0x00,'w',0x00,'d',0x00,0x00}; //x0035544 07-11-2005 const unsigned char chineseTxtEnterCLock[]= {0x80,0x00,0x00,'E',0x00,'n',0x00,'t',0x00,'e',0x00,'r',0x00,' ',0x00,'C',0x00,'o',0x00,'r',0x00,'p',0x00,' ',0x00,'P',0x00,'a',0x00,'s',0x00,'s',0x00,'w',0x00,'d',0x00,0x00}; //x0035544 07-11-2005 const unsigned char chineseTxtEnterPsLock[]= {0x80,0x00,0x00,'E',0x00,'n',0x00,'t',0x00,'e',0x00,'r',0x00,' ',0x00,'S',0x00,'I',0x00,'M',0x00,' ',0x00,'P',0x00,'a',0x00,'s',0x00,'s',0x00,'w',0x00,'o',0x00,'r',0x00,'d',0x00,0x00}; //x0035544 07-11-2005 @@ -3098,9 +3098,9 @@ const unsigned char chineseTxtPhoneUnblocked[]= {0x80,0x00,0x00,'P',0x00,'h',0x00,'o',0x00,'n',0x00,'e',0x00,' ',0x00,'U',0x00,'n',0x00,'b',0x00,'l',0x00,'o',0x00,'c',0x00,'k',0x00,'e',0x00,'d',0x00,0x00}; //x0035544 07-11-2005 const unsigned char chineseTxtPhoneBlocked[]= {0x80,0x00,0x00,'P',0x00,'h',0x00,'o',0x00,'n',0x00,'e',0x00,' ',0x00,'B',0x00,'l',0x00,'o',0x00,'c',0x00,'k',0x00,'e',0x00,'d',0x00,0x00}; //x0035544 07-11-2005 const unsigned char chineseTxtGetFailFC[]= {0x80,0x00,0x00,'R',0x00,'e',0x00,'s',0x00,'e',0x00,'t',0x00,' ',0x00,'F',0x00,'C',0x00,' ',0x00,'F',0x00,'a',0x00,'i',0x00,'l',0x00,' ',0x00,'A',0x00,'t',0x00,'t',0x00,'L',0x00,'f',0x00,'t',0x00,0x00}; //x0035544 07-11-2005 - const unsigned char chineseTxtMaxFailFC[]= {0x80,0x00,0x00,'M',0x00,'a',0x00,'x',0x00,' ',0x00,'R',0x00,'e',0x00,'s',0x00,'e',0x00,'t',0x00,' ',0x00,'F',0x00,'C',0x00,' ',0x00,'F',0x00,'a',0x00,'i',0x00,'l',0x00,' ',0x00,'A',0x00,'t',0x00,'t',0x00,0x00};//{0x80,0x00,0x00,Max Reset FC Fail Attempts0x00,0x00};//x0035544 07-11-2005 - const unsigned char chineseTxtGetSuccFC[]= {0x80,0x00,0x00,'R',0x00,'e',0x00,'s',0x00,'e',0x00,'t',0x00,' ',0x00,'F',0x00,'C',0x00,' ',0x00,'S',0x00,'u',0x00,'c',0x00,'c',0x00,' ',0x00,'A',0x00,'t',0x00,'t',0x00,'e',0x00,'m',0x00,'p',0x00,'t',0x00,0x00};//{0x80,0x00,0x00,Reset FC Succ Attempts left0x00,0x00};//x0035544 07-11-2005 - const unsigned char chineseTxtMaxSucFC[]= {0x80,0x00,0x00,'M',0x00,'a',0x00,'x',0x00,'R',0x00,'S',0x00,' ',0x00,'F',0x00,'C',0x00,' ',0x00,'S',0x00,'u',0x00,'c',0x00,'c',0x00,' ',0x00,'A',0x00,'t',0x00,'t',0x00,'e',0x00,'m',0x00,'p',0x00,'t',0x00,0x00};//{0x80,0x00,0x00,Max Reset FC Succ Attempts0x00,0x00};//x0035544 07-11-2005 + const unsigned char chineseTxtMaxFailFC[]= {0x80,0x00,0x00,'M',0x00,'a',0x00,'x',0x00,' ',0x00,'R',0x00,'e',0x00,'s',0x00,'e',0x00,'t',0x00,' ',0x00,'F',0x00,'C',0x00,' ',0x00,'F',0x00,'a',0x00,'i',0x00,'l',0x00,' ',0x00,'A',0x00,'t',0x00,'t',0x00,0x00};//{0x80,0x00,0x00,Max Reset FC Fail Attempts0x00,0x00};//x0035544 07-11-2005 + const unsigned char chineseTxtGetSuccFC[]= {0x80,0x00,0x00,'R',0x00,'e',0x00,'s',0x00,'e',0x00,'t',0x00,' ',0x00,'F',0x00,'C',0x00,' ',0x00,'S',0x00,'u',0x00,'c',0x00,'c',0x00,' ',0x00,'A',0x00,'t',0x00,'t',0x00,'e',0x00,'m',0x00,'p',0x00,'t',0x00,0x00};//{0x80,0x00,0x00,Reset FC Succ Attempts left0x00,0x00};//x0035544 07-11-2005 + const unsigned char chineseTxtMaxSucFC[]= {0x80,0x00,0x00,'M',0x00,'a',0x00,'x',0x00,'R',0x00,'S',0x00,' ',0x00,'F',0x00,'C',0x00,' ',0x00,'S',0x00,'u',0x00,'c',0x00,'c',0x00,' ',0x00,'A',0x00,'t',0x00,'t',0x00,'e',0x00,'m',0x00,'p',0x00,'t',0x00,0x00};//{0x80,0x00,0x00,Max Reset FC Succ Attempts0x00,0x00};//x0035544 07-11-2005 const unsigned char chineseTxtViewAll[]= {0x80,0x00,0x00,'V',0x00,'i',0x00,'e',0x00,'w',0x00,' ',0x00,'c',0x00,'l',0x00,'l',0x00,0x00};//{0x80,0x00,0x00,View All0x00,0x00}; //x0035544 07-11-2005 const unsigned char chineseTxtEmergencyNumbers[]= {0x80,0x00,0x00,'E',0x00,'m',0x00,'e',0x00,'r',0x00,'g',0x00,'e',0x00,'n',0x00,'c',0x00,'y',0x00,' ',0x00,'N',0x00,'u',0x00,'m',0x00,'b',0x00,'e',0x00,'r',0x00,'s',0x00,0x00,0x00};//x80,0x00,0x00,Emergency Numbers0x00,0x00};//x0035544 07-11-2005 const unsigned char chineseTxtNotImplemented[] = {0x80, 0x00, 0x4E,0x0D,0x53,0xEF,0x4F,0x98,0x67,0x0D,0x52,0xA1,0x00,0x00}; @@ -3239,10 +3239,10 @@ const unsigned char chineseTxtEndAll[] = {0x80, 0x00,0x51,0x68,0x90,0xE8,0x7E,0xD3,0x67,0x5F,0x00,0x00}; // Apr 26 2006, a0393213 (Prabakar R), OMAPS00074886 : No option in MMI to release the held call. // Added a menu option. "End held" text is added to the language index - const unsigned char chineseTxtEndHeld[] = {0x80, 0x00, 0x00,'E',0x00,'n',0x00,'d',0x00,' ',0x00,'h',0x00,'e',0x00,'l',0x00,'d',0x00,0x00}; + const unsigned char chineseTxtEndHeld[] = {0x80, 0x00, 0x00,'E',0x00,'n',0x00,'d',0x00,' ',0x00,'h',0x00,'e',0x00,'l',0x00,'d',0x00,0x00}; const unsigned char chineseTxtTransfer[] = {0x80, 0x00,0x8F,0x6C,0x79,0xFB,0x00,0x00}; const unsigned char chineseTxtPrivateCall[] = {0x80, 0x00,0x79,0xC1,0x4E,0xBA,0x75,0x35,0x8B,0xDD,0x00,0x00}; - const unsigned char chineseTxtReStartConference[] = {0x80, 0x00,0x91,0xcd,0x65,0xb0,0x5f,0x00,0x59,0xcb,0x4f,0x1a,0x8b,0xae,0x00,0x00}; + const unsigned char chineseTxtReStartConference[] = {0x80, 0x00,0x91,0xcd,0x65,0xb0,0x5f,0x00,0x59,0xcb,0x4f,0x1a,0x8b,0xae,0x00,0x00}; const unsigned char chineseTxtFind[] = {0x80, 0x00,0x5B,0xFB,0x62,0x7E,0x00,0x00}; const unsigned char chineseTxtServiceNumbers[] = {0x80, 0x00,0x67,0x0D,0x52,0xA1,0x53,0xF7,0x78,0x01,0x00,0x00}; const unsigned char chineseTxtDone[] = {0x80, 0x00,0x5B,0x8C,0x62,0x10,0x00,0x00}; @@ -3308,8 +3308,8 @@ const unsigned char chineseTxtMuted[] = {0x80, 0x00,0x65,0xE0,0x58,0xF0,0x00,0x00}; const unsigned char chineseTxtCallEnded[] = {0x80, 0x00,0x90,0x1A,0x8B,0xDD,0x5D,0xF1,0x7E,0xD3,0x67,0x5F,0x00,0x00}; const unsigned char chineseTxtIncomingCall[] = {0x80, 0x00,0x5D,0xF2,0x63,0xA5,0x75,0x35,0x8B,0xDD,0x00,0x00}; - //const unsigned char chineseTxtAnsweredCalls[] = {0x80, 0x00, 0x00, 'A', 0x00,'n', 0x00,'s', 0x00,'w', 0x00,'e', 0x00,'r', 0x00,'e', 0x00,'d', 0x00,' ', 0x00,'C', 0x00,'a', 0x00,'l', 0x00,'l', 0x00,'s', 0x00, 0x00,0x00 }; - const unsigned char chineseTxtAnsweredCalls[] = {0x80, 0x00,0x5d,0xf2,0x5e,0x94,0x7b,0x54,0x54,0x7c,0x53,0xeb,0x00, 0x00}; + //const unsigned char chineseTxtAnsweredCalls[] = {0x80, 0x00, 0x00, 'A', 0x00,'n', 0x00,'s', 0x00,'w', 0x00,'e', 0x00,'r', 0x00,'e', 0x00,'d', 0x00,' ', 0x00,'C', 0x00,'a', 0x00,'l', 0x00,'l', 0x00,'s', 0x00, 0x00,0x00 }; + const unsigned char chineseTxtAnsweredCalls[] = {0x80, 0x00,0x5d,0xf2,0x5e,0x94,0x7b,0x54,0x54,0x7c,0x53,0xeb,0x00, 0x00}; const unsigned char chineseTxtNumberWithheld[] = {0x80, 0x00,0x4F,0xDD,0x75,0x59,0x76,0x84,0x53,0xF7,0x78,0x01,0x00,0x00}; const unsigned char chineseTxtAccept[] = {0x80, 0x00,0x63,0xA5,0x53,0xD7,0x00,0x00}; const unsigned char chineseTxtReject[] = {0x80, 0x00,0x62,0xD2,0x7E,0xDD,0x00,0x00}; @@ -3417,7 +3417,7 @@ const unsigned char chineseTxtNotSubscribed[] = {0x80, 0x00,0x67,0x2A,0x76,0x7B,0x8B,0xB0,0x00,0x00}; //const unsigned char chineseTxtAnyKeyAnswer[] = {0x80, 0x00,0x63,0x09,0x4E,0xFB,0x4F,0x55,0x95,0x2E,0x56,0xDE,0x7B,0x54,0x00,0x00}; const unsigned char chineseTxtAnyKeyAnswer[] = {0x80, 0x00,0x63,0x09,0x4e,0xfb,0x4f,0x55,0x95,0x2e,0x5e,0x94,0x7b,0x54,0x00,0x00}; - const unsigned char chineseTxtPINBlock[] = {0x80, 0x00,0x5B,0xC6,0x78,0x01,0x5D,0xF1,0x5C,0x01,0x95,0x01,0x00,0x00}; + const unsigned char chineseTxtPINBlock[] = {0x80, 0x00,0x5B,0xC6,0x78,0x01,0x5D,0xF1,0x5C,0x01,0x95,0x01,0x00,0x00}; const unsigned char chineseTxtOnce[] = {0x80, 0x00,0x4E,0x00,0x6B,0x21,0x00,0x00}; const unsigned char chineseTxtDaily[] = {0x80, 0x00,0x6B,0xCF,0x65,0xE5,0x00,0x00}; const unsigned char chineseTxtWeekdays[] = {0x80, 0x00,0x5D,0xE5,0xCF,0x5C,0x65,0xE5,0x00,0x00}; @@ -3454,7 +3454,7 @@ const unsigned char chineseTxtClearAlarm[] = {0x80, 0x00,0x53,0xD6,0x6D,0x88,0x95,0xF9,0x94,0xC3,0x00,0x00}; const unsigned char chineseTxtTimeFormat[] = {0x80, 0x00,0x65,0xF6,0x95,0xF4,0x66,0x3E,0x79,0x3A,0x5F,0x62,0x5F,0x0F,0x00,0x00}; const unsigned char chineseTxtTwelveHour[] = {0x80, 0x00,0x00,0x31,0x00,0x32,0x00,0x20,0x5C,0x0F,0x65,0xF6,0x00,0x00}; - const unsigned char chineseTxtTwentyfourHour[] = {0x80, 0x00,0x00,0x32,0x00,0x34,0x00,0x20,0x5C,0x0F,0x65,0xF6,0x00,0x00}; + const unsigned char chineseTxtTwentyfourHour[] = {0x80, 0x00,0x00,0x32,0x00,0x34,0x00,0x20,0x5C,0x0F,0x65,0xF6,0x00,0x00}; const unsigned char chineseTxtAlarm_5[] = {0x80, 0x00,0x63,0xD0,0x52,0x4D,0x00,0x35,0x52,0x06,0x94,0x9F,0x00,0x00}; const unsigned char chineseTxtAlarm_10[] = {0x80, 0x00,0x63,0xD0,0x52,0x4D,0x00,0x31,0x00,0x30,0x52,0x06,0x94,0x9F,0x00,0x00}; const unsigned char chineseTxtAlarm_15[] = {0x80, 0x00,0x63,0xD0,0x52,0x4D,0x00,0x31,0x00,0x35,0x52,0x06,0x94,0x9F,0x00,0x00}; @@ -3503,7 +3503,7 @@ const unsigned char chineseTxtCallDivertNoReply[] = {0x80, 0x00,0x8F,0x6C,0x79,0xFB,0x65,0xE0,0x5E,0x94,0x7B,0x54,0x00,0x00}; const unsigned char chineseTxtCallDivertIfBusy[] = {0x80, 0x00,0x8F,0x6C,0x79,0xFB,0x82,0xE5,0x5F,0xD9,0x00,0x00}; const unsigned char chinesexTxtPUK2[] = {0x80, 0x00,0x00,0x50,0x00,0x55,0x00,0x4B,0x00,0x32,0x00,0x00}; - const unsigned char chineseTxtMax[] = {0x80, 0x00,0x67,0x00,0x59,0x1A,0x00,0x00}; + const unsigned char chineseTxtMax[] = {0x80, 0x00,0x67,0x00,0x59,0x1A,0x00,0x00}; const unsigned char chineseTxtPlus[] = {0x80, 0x00,0x52,0xA0,0x00,0x00}; const unsigned char chineseTxtMinus[] = {0x80, 0x00,0x51,0xCF,0x00,0x00}; const unsigned char chineseTxtDivideBy[] = {0x80, 0x00,0x96,0x64,0x4E,0xE5,0x00,0x00}; @@ -3513,7 +3513,7 @@ const unsigned char chineseTxtMessage[] = {0x80, 0x00,0x57,0x79,0x8A,0x00,0x00,0x00}; const unsigned char chineseTxtSoftNext[] = {0x80, 0x00,0x4E,0x0B,0x4E,0x00,0x4E,0x2A,0x00,0x00}; const unsigned char chineseTxtLastCall[] = {0x80, 0x00,0x67,0x00,0x54,0x0E,0x75,0x35,0x8B,0xDD,0x00,0x00}; - const unsigned char chineseTxtIncomingCalls[] = {0x80, 0x00,0x63,0xA5,0x8F,0xDB,0x75,0x35,0x8B,0xDD,0x00,0x00}; + const unsigned char chineseTxtIncomingCalls[] = {0x80, 0x00,0x63,0xA5,0x8F,0xDB,0x75,0x35,0x8B,0xDD,0x00,0x00}; const unsigned char chineseTxtLow[] = {0x80, 0x00,0x4F,0x4E,0x00,0x00}; const unsigned char chineseTxtMedium[] = {0x80, 0x00,0x4E,0x2D,0x00,0x00}; const unsigned char chineseTxtHigh[] = {0x80, 0x00,0x9A,0xD8,0x00,0x00}; @@ -3527,36 +3527,36 @@ const unsigned char chineseTxtRequesting[]= {0x80, 0x00,0x6B,0x63,0x57,0x28,0x89,0x81,0x6C,0x42,0x00,0x00}; const unsigned char chineseTxt24Hours[] = {0x80, 0x00,0x00,0x32,0x00,0x34,0x00,0x20,0x5C,0x0F,0x65,0xF6,0x00,0x00}; const unsigned char chineseTxt12Hour[] = {0x80, 0x00,0x00,0x31,0x00,0x32,0x00,0x20,0x5C,0x0F,0x65,0xF6,0x00,0x00}; - const unsigned char chineseTxtInCallTimer[]= {0x80, 0x00,0x8B,0xA1,0x65,0xF6,0x00,0x00}; - const unsigned char chineseTxt1Hour[] = {0x80, 0x00,0x00,0x31,0x00,0x20,0x5c,0x0f,0x65,0xF6,0x00,0x00}; - const unsigned char chineseTxt1Week[] = {0x80, 0x00,0x00,0x31,0x00,0x20,0x66,0x1f,0x67,0x1f,0x00,0x00}; - const unsigned char chineseTxtMaxTime[] = { 0x80, 0x00,0x00,'M',0x00,'A',0x00,'X',0x00,'I',0x00,'M',0x00,'U',0x00,'M',0x00,0x00,0x00 };// May 10, 2004 REF: CRR 15753 Deepa M.D .Localization required - const unsigned char chineseTxtValiditySet[] = {0x80, 0x00,0x67,0x09,0x65,0x48,0x67,0x1F,0x8B,0xBE,0x5B,0x91,0x00,0x00}; - const unsigned char chineseTxtEmergency[] = {0x80, 0x00,0x7D,0x27,0x60,0x25,0x00,0x00}; - const unsigned char chineseTxtOutofRange[] = {0x80, 0x00,0x5C,0x80,0x83,0xD3,0x56,0xF4,0x00,0x00}; - const unsigned char chineseTxtUppercase[] = {0x80, 0x00,0x00,0x41,0x00,0x42,0x00,0x43,0x00,0x00}; - const unsigned char chineseTxtLowercase[] = {0x80, 0x00,0x00,0x61,0x00,0x62,0x00,0x63,0x00,0x00}; - const unsigned char chineseTxtDigits[] = {0x80, 0x00,0x00,0x31,0x00,0x32,0x00,0x33,0x00,0x00}; - const unsigned char chineseTxtSimNot[] = {0x80, 0x00,0x00,0x53,0x00,0x49,0x00,0x4D,0x00,0x4E,0xED,0x00,0x00}; - const unsigned char chineseTxtReady[] = {0x80, 0x00,0x00,0x52,0x00,0x65,0x00,0x61,0x00,0x64,0x00,0x79,0x00,0x00}; + const unsigned char chineseTxtInCallTimer[]= {0x80, 0x00,0x8B,0xA1,0x65,0xF6,0x00,0x00}; + const unsigned char chineseTxt1Hour[] = {0x80, 0x00,0x00,0x31,0x00,0x20,0x5c,0x0f,0x65,0xF6,0x00,0x00}; + const unsigned char chineseTxt1Week[] = {0x80, 0x00,0x00,0x31,0x00,0x20,0x66,0x1f,0x67,0x1f,0x00,0x00}; + const unsigned char chineseTxtMaxTime[] = { 0x80, 0x00,0x00,'M',0x00,'A',0x00,'X',0x00,'I',0x00,'M',0x00,'U',0x00,'M',0x00,0x00,0x00 };// May 10, 2004 REF: CRR 15753 Deepa M.D .Localization required + const unsigned char chineseTxtValiditySet[] = {0x80, 0x00,0x67,0x09,0x65,0x48,0x67,0x1F,0x8B,0xBE,0x5B,0x91,0x00,0x00}; + const unsigned char chineseTxtEmergency[] = {0x80, 0x00,0x7D,0x27,0x60,0x25,0x00,0x00}; + const unsigned char chineseTxtOutofRange[] = {0x80, 0x00,0x5C,0x80,0x83,0xD3,0x56,0xF4,0x00,0x00}; + const unsigned char chineseTxtUppercase[] = {0x80, 0x00,0x00,0x41,0x00,0x42,0x00,0x43,0x00,0x00}; + const unsigned char chineseTxtLowercase[] = {0x80, 0x00,0x00,0x61,0x00,0x62,0x00,0x63,0x00,0x00}; + const unsigned char chineseTxtDigits[] = {0x80, 0x00,0x00,0x31,0x00,0x32,0x00,0x33,0x00,0x00}; + const unsigned char chineseTxtSimNot[] = {0x80, 0x00,0x00,0x53,0x00,0x49,0x00,0x4D,0x00,0x4E,0xED,0x00,0x00}; + const unsigned char chineseTxtReady[] = {0x80, 0x00,0x00,0x52,0x00,0x65,0x00,0x61,0x00,0x64,0x00,0x79,0x00,0x00}; const unsigned char chineseTxtCallBAOC[]= {0x80, 0x00,0x54,0x7c,0x51,0xFA,0x96,0x50,0x52,0x36,0x00,0x00}; const unsigned char chineseTxtCallBAOIC[] = {0x80, 0x00,0x79,0x81,0x62,0xe8,0x56,0xfd,0x96,0x45,0x75,0x35,0x8b,0xdd,0x00,0x00}; - const unsigned char chineseTxtCallBAOICexH[] = {0x80, 0x00,0x53,0xea,0x62,0xe8,0x56,0xde,0x67,0x2c,0x56,0xfd,0x00,0x00,0x00}; + const unsigned char chineseTxtCallBAOICexH[] = {0x80, 0x00,0x53,0xea,0x62,0xe8,0x56,0xde,0x67,0x2c,0x56,0xfd,0x00,0x00,0x00}; const unsigned char chineseTxtCallBAIC[] = {0x80, 0x00,0x54,0x7c,0x51,0x65,0x96,0x50,0x52,0x36,0x00,0x00}; const unsigned char chineseTxtCallBAICroam[] = {0x80, 0x00,0x6f,0x2b,0x6e,0x38,0x65,0xf6,0x62,0xd2,0x63,0xa5,0x00,0x00}; const unsigned char chineseTxtCallBAOCAll[] = {0x80, 0x00,0x79,0x81,0x62,0xe8,0x62,0x40,0x67,0x09,0x75,0x35,0x8b,0xdd,0x00,0x00}; - const unsigned char chineseTxtCallBAICAll[] = {0x80, 0x00,0x62,0xD2,0x63,0xa5,0x62,0x40,0x67,0x09,0x67,0x65,0x75,0x35,0x00,0x00}; - const unsigned char chineseTxtCLIP[] = {0x80, 0x00,0x51,0x41,0x8b,0xb8,0x5b,0xf9,0x65,0xb9,0x66,0x3e,0x79,0x3a,0x67,0x2c,0x67,0x3a,0x53,0xf7,0x78,0x01,0x00,0x00}; - const unsigned char chineseTxtCOLP[] = {0x80, 0x00,0x66,0x3e,0x79,0x3a,0x67,0x65,0x75,0x35,0x53,0xf7,0x78,0x01,0x00,0x00}; - const unsigned char chineseTxtCOLR[] = {0x80, 0x00,0x4e,0x0d,0x66,0x3e,0x79,0x3a,0x67,0x65,0x75,0x35,0x53,0xf7,0x78,0x01,0x00,0x00}; - const unsigned char chineseTxtTwoAttemptsLeft[] = {0x80, 0x00,0x00,0x32,0x65,0x3E,0x5F,0x03,0x5C,0x1D,0x8B,0xD5,0x00,0x00}; - const unsigned char chineseTxtOneAttemptLeft[] = {0x80, 0x00,0x00,0x31,0x65,0x3E,0x5F,0x03,0x5C,0x1D,0x8B,0xD5,0x00,0x00}; - const unsigned char chineseTxtOld[] = {0x80, 0x00,0x8F,0x93,0x51,0x65,0x65,0xE7,0x00,0x00}; - const unsigned char chineseTxtInsertnote[] = {0x80, 0x00, 0x63,0xd2,0x51,0x65,0x6c,0xe8,0x89,0xe3,0x00,0x00}; - const unsigned char chineseTxtMelodygenerator[] = {0x80, 0x00, 0x54,0x8c,0x5f,0x26,0x4e,0xa7,0x75,0x1f,0x56,0x68,0x00,0x00}; - const unsigned char chineseTxtOctaveHigher[] = {0x80, 0x00, 0x97,0xf3,0x96,0x36,0x9a,0xd8,0x00,0x00}; - const unsigned char chineseTxtOctaveLower[] = {0x80, 0x00, 0x97,0xf3,0x96,0x36,0x4f,0x4e,0x00,0x00}; - const unsigned char chineseTxtLoadMelody[] = {0x80, 0x00, 0x8f,0x7d,0x51,0x65,0x54,0x8c,0x5f,0x26,0x00,0x00}; + const unsigned char chineseTxtCallBAICAll[] = {0x80, 0x00,0x62,0xD2,0x63,0xa5,0x62,0x40,0x67,0x09,0x67,0x65,0x75,0x35,0x00,0x00}; + const unsigned char chineseTxtCLIP[] = {0x80, 0x00,0x51,0x41,0x8b,0xb8,0x5b,0xf9,0x65,0xb9,0x66,0x3e,0x79,0x3a,0x67,0x2c,0x67,0x3a,0x53,0xf7,0x78,0x01,0x00,0x00}; + const unsigned char chineseTxtCOLP[] = {0x80, 0x00,0x66,0x3e,0x79,0x3a,0x67,0x65,0x75,0x35,0x53,0xf7,0x78,0x01,0x00,0x00}; + const unsigned char chineseTxtCOLR[] = {0x80, 0x00,0x4e,0x0d,0x66,0x3e,0x79,0x3a,0x67,0x65,0x75,0x35,0x53,0xf7,0x78,0x01,0x00,0x00}; + const unsigned char chineseTxtTwoAttemptsLeft[] = {0x80, 0x00,0x00,0x32,0x65,0x3E,0x5F,0x03,0x5C,0x1D,0x8B,0xD5,0x00,0x00}; + const unsigned char chineseTxtOneAttemptLeft[] = {0x80, 0x00,0x00,0x31,0x65,0x3E,0x5F,0x03,0x5C,0x1D,0x8B,0xD5,0x00,0x00}; + const unsigned char chineseTxtOld[] = {0x80, 0x00,0x8F,0x93,0x51,0x65,0x65,0xE7,0x00,0x00}; + const unsigned char chineseTxtInsertnote[] = {0x80, 0x00, 0x63,0xd2,0x51,0x65,0x6c,0xe8,0x89,0xe3,0x00,0x00}; + const unsigned char chineseTxtMelodygenerator[] = {0x80, 0x00, 0x54,0x8c,0x5f,0x26,0x4e,0xa7,0x75,0x1f,0x56,0x68,0x00,0x00}; + const unsigned char chineseTxtOctaveHigher[] = {0x80, 0x00, 0x97,0xf3,0x96,0x36,0x9a,0xd8,0x00,0x00}; + const unsigned char chineseTxtOctaveLower[] = {0x80, 0x00, 0x97,0xf3,0x96,0x36,0x4f,0x4e,0x00,0x00}; + const unsigned char chineseTxtLoadMelody[] = {0x80, 0x00, 0x8f,0x7d,0x51,0x65,0x54,0x8c,0x5f,0x26,0x00,0x00}; const unsigned char chineseTxtEasyText[] = { 0x80, 0x00,0x4e,0x2d,0x65,0x87,0x8f,0x93,0x51,0x65,0x6c,0xd5, 0x00,0x00 }; @@ -3592,33 +3592,33 @@ const unsigned char chineseTxtGPRS[] = { 0x80, 0x00,0x00,'G',0x00,'P',0x00,'R',0x00,'S',0x00,0x00,0x00 }; const unsigned char chineseTxtOutgoingData[] = { 0x80, 0x00,0x53,0xd1,0x90,0x01,0x65,0x70,0x63,0x6e,0x00,0x00}; - const unsigned char chineseTxtGame[] = {0x80, 0x00, 0x6e,0x38,0x62,0x0f,0x00,0x00}; - const unsigned char chineseTxtHomepage[] = {0x80, 0x00, 0x4e,0x3b,0x98,0x75,0x00,0x00}; - const unsigned char chineseTxtBookmarks[] = {0x80, 0x00, 0x4e,0x66,0x7b,0x7e,0x00,0x00}; - const unsigned char chineseTxtGoTo[] = {0x80, 0x00, 0x80,0x54,0x52,0x30,0x00,0x55,0x00,0x52,0x00,0x4c,0x00,0x00}; - const unsigned char chineseTxtHistory[] = {0x80, 0x00, 0x53,0x86,0x53,0xf2,0x00,0x00}; - const unsigned char chineseTxtSetup[] = {0x80, 0x00, 0x8b,0xbe,0x5b,0x9a,0x00,0x00}; - const unsigned char chineseTxtNewBookmark[] = {0x80, 0x00, 0x65,0xb0,0x4e,0x66,0x7b,0x7e,0x00,0x00}; - - const unsigned char chineseTxtWWWdot[] = {0x80, 0x00, 0x00,0x68,0x00,0x74,0x00,0x74,0x00,0x70,0x00,0x3a,0x00,0x2f,0x00,0x2f,0x00,0x77,0x00,0x77,0x00,0x77,0x00,0x2e,0x00,0x00}; - const unsigned char chineseTxtWAPdot[] = {0x80, 0x00, 0x00,0x68,0x00,0x74,0x00,0x74,0x00,0x70,0x00,0x3a,0x00,0x2f,0x00,0x2f,0x00,0x77,0x00,0x61,0x00,0x70,0x00,0x2e,0x00,0x00}; - const unsigned char chineseTxtSMS[] = {0x80, 0x00, 0x77,0xed,0x6d,0x88,0x60,0x6f,0x00,0x00}; - const unsigned char chineseTxtEmail[] = {0x80, 0x00, 0x75,0x35,0x5b,0x50,0x90,0xae,0x4e,0xf6,0x00,0x00}; - const unsigned char chineseTxtClear[] = {0x80, 0x00, 0x6e,0x05,0x96,0x64,0x00,0x00}; - const unsigned char chineseTxtBookmark[] = {0x80, 0x00, 0x52,0xa0,0x51,0x65,0x4e,0x66,0x7b,0x7e,0x00,0x00}; + const unsigned char chineseTxtGame[] = {0x80, 0x00, 0x6e,0x38,0x62,0x0f,0x00,0x00}; + const unsigned char chineseTxtHomepage[] = {0x80, 0x00, 0x4e,0x3b,0x98,0x75,0x00,0x00}; + const unsigned char chineseTxtBookmarks[] = {0x80, 0x00, 0x4e,0x66,0x7b,0x7e,0x00,0x00}; + const unsigned char chineseTxtGoTo[] = {0x80, 0x00, 0x80,0x54,0x52,0x30,0x00,0x55,0x00,0x52,0x00,0x4c,0x00,0x00}; + const unsigned char chineseTxtHistory[] = {0x80, 0x00, 0x53,0x86,0x53,0xf2,0x00,0x00}; + const unsigned char chineseTxtSetup[] = {0x80, 0x00, 0x8b,0xbe,0x5b,0x9a,0x00,0x00}; + const unsigned char chineseTxtNewBookmark[] = {0x80, 0x00, 0x65,0xb0,0x4e,0x66,0x7b,0x7e,0x00,0x00}; + + const unsigned char chineseTxtWWWdot[] = {0x80, 0x00, 0x00,0x68,0x00,0x74,0x00,0x74,0x00,0x70,0x00,0x3a,0x00,0x2f,0x00,0x2f,0x00,0x77,0x00,0x77,0x00,0x77,0x00,0x2e,0x00,0x00}; + const unsigned char chineseTxtWAPdot[] = {0x80, 0x00, 0x00,0x68,0x00,0x74,0x00,0x74,0x00,0x70,0x00,0x3a,0x00,0x2f,0x00,0x2f,0x00,0x77,0x00,0x61,0x00,0x70,0x00,0x2e,0x00,0x00}; + const unsigned char chineseTxtSMS[] = {0x80, 0x00, 0x77,0xed,0x6d,0x88,0x60,0x6f,0x00,0x00}; + const unsigned char chineseTxtEmail[] = {0x80, 0x00, 0x75,0x35,0x5b,0x50,0x90,0xae,0x4e,0xf6,0x00,0x00}; + const unsigned char chineseTxtClear[] = {0x80, 0x00, 0x6e,0x05,0x96,0x64,0x00,0x00}; + const unsigned char chineseTxtBookmark[] = {0x80, 0x00, 0x52,0xa0,0x51,0x65,0x4e,0x66,0x7b,0x7e,0x00,0x00}; /* SPR#2324 - SH - Removed some strings */ - const unsigned char chineseTxtSaveHistory[] = {0x80, 0x00, 0x4f,0xdd,0x5b,0x58,0x53,0x86,0x53,0xf2,0x00,0x00}; - const unsigned char chineseTxtEditName[] = {0x80, 0x00, 0x7f,0x16,0x8f,0x91,0x54,0x0d,0x5b,0x57,0x00,0x00}; - const unsigned char chineseTxtEditURL[] = {0x80, 0x00, 0x7f,0x16,0x8f,0x91,0x00,0x55,0x00,0x52,0x00,0x4c,0x00,0x00}; - - const unsigned char chineseTxtAccessType[] = {0x80, 0x00, 0x63,0xa5,0x51,0x65,0x7c,0x7b,0x57,0x8b,0x00,0x00}; - const unsigned char chineseTxtResponseTimer[] = {0x80, 0x00, 0x54,0xcd,0x5e,0x94,0x8b,0xa1,0x65,0xf6,0x56,0x68,0x00,0x00}; - const unsigned char chineseTxtDialupNumber[] = {0x80, 0x00, 0x62,0xe8,0x53,0xf7,0x53,0xf7,0x78,0x01,0x00,0x00}; - const unsigned char chineseTxtTemporary[] = {0x80, 0x00, 0x4e,0x34,0x65,0xf6,0x00,0x00}; - const unsigned char chineseTxtContinuous[] = {0x80, 0x00, 0x7e,0xe7,0x7e,0xed,0x00,0x00}; - const unsigned char chineseTxtGPRSData[] = {0x80, 0x00, 0x00,0x47,0x00,0x50,0x00,0x52,0x00,0x53,0x65,0x70,0x63,0x6e,0x00,0x00}; - const unsigned char chineseTxtCSData[] = {0x80, 0x00, 0x00,0x43,0x00,0x53,0x65,0x70,0x63,0x6e,0x00,0x00}; - const unsigned char chineseTxtWAP[] = {0x80, 0x00, 0x00,0x57,0x00,0x41,0x00,0x50,0x00,0x00}; + const unsigned char chineseTxtSaveHistory[] = {0x80, 0x00, 0x4f,0xdd,0x5b,0x58,0x53,0x86,0x53,0xf2,0x00,0x00}; + const unsigned char chineseTxtEditName[] = {0x80, 0x00, 0x7f,0x16,0x8f,0x91,0x54,0x0d,0x5b,0x57,0x00,0x00}; + const unsigned char chineseTxtEditURL[] = {0x80, 0x00, 0x7f,0x16,0x8f,0x91,0x00,0x55,0x00,0x52,0x00,0x4c,0x00,0x00}; + + const unsigned char chineseTxtAccessType[] = {0x80, 0x00, 0x63,0xa5,0x51,0x65,0x7c,0x7b,0x57,0x8b,0x00,0x00}; + const unsigned char chineseTxtResponseTimer[] = {0x80, 0x00, 0x54,0xcd,0x5e,0x94,0x8b,0xa1,0x65,0xf6,0x56,0x68,0x00,0x00}; + const unsigned char chineseTxtDialupNumber[] = {0x80, 0x00, 0x62,0xe8,0x53,0xf7,0x53,0xf7,0x78,0x01,0x00,0x00}; + const unsigned char chineseTxtTemporary[] = {0x80, 0x00, 0x4e,0x34,0x65,0xf6,0x00,0x00}; + const unsigned char chineseTxtContinuous[] = {0x80, 0x00, 0x7e,0xe7,0x7e,0xed,0x00,0x00}; + const unsigned char chineseTxtGPRSData[] = {0x80, 0x00, 0x00,0x47,0x00,0x50,0x00,0x52,0x00,0x53,0x65,0x70,0x63,0x6e,0x00,0x00}; + const unsigned char chineseTxtCSData[] = {0x80, 0x00, 0x00,0x43,0x00,0x53,0x65,0x70,0x63,0x6e,0x00,0x00}; + const unsigned char chineseTxtWAP[] = {0x80, 0x00, 0x00,0x57,0x00,0x41,0x00,0x50,0x00,0x00}; const unsigned char chineseTxtExit[] = { 0x80, 0x00,0x90,0x00,0x51,0xfa,0x00,0x00 }; const unsigned char chineseTxtUpdating[] = { 0x80, 0x00,0x66,0xf4,0x65,0xb0,0x4e,0x2d,0x00,0x2e,0x00,0x2e,0x00,0x2e,0x00,0x00}; @@ -3698,7 +3698,7 @@ const unsigned char chineseTxtForbidden[] = {0x80, 0x00,0x79,0x81,0x6b,0x62, 0x00, 0x00}; const unsigned char chineseTxtActivateFDN[] = {0x80, 0x00,0x6f,0xc0,0x6d,0x3b,0x00,0x46,0x00,0x44,0x00,0x4e, 0x00, 0x00}; -const unsigned char chineseTxtPlease[] = {0x80, 0x00,0x8b,0xf7,0x00,0x00}; /*ap 06/02/02*/ +const unsigned char chineseTxtPlease[] = {0x80, 0x00,0x8b,0xf7,0x00,0x00}; /*ap 06/02/02*/ const unsigned char chineseTxtTimedOut[] = {0x80, 0x00,0x8d,0x85,0x65,0xf6, 0x00, 0x00}; const unsigned char chineseTxtWillChangeOn[] = {0x80, 0x00,0x5c,0x06,0x65,0x39,0x53,0xd8,0x4e,0x3a, 0x00, 0x00}; const unsigned char chineseTxtAttached[] = {0x80, 0x00,0x5d,0xf2,0x6f,0xc0,0x6d,0x3b, 0x00, 0x00}; @@ -3718,33 +3718,33 @@ const unsigned char chineseTxtBand[] = {0x80, 0x00,0x98,0x91,0x6b,0xb5, 0x00, 0x00}; const unsigned char chineseTxtSatRefresh[] = {0x80, 0x00,0x52,0x37,0x65,0xb0,0x00,0x53,0x00,0x41,0x00,0x54, 0x00, 0x00}; const unsigned char chineseTxtCallBlocked[] = {0x80, 0x00,0x54,0x7c,0x53,0xeb,0x96,0x3b,0x58,0x5e, 0x00, 0x00}; - const unsigned char chineseTxtblacklisted[] = {0x80, 0x00,0x75,0x35,0x8b,0xdd,0x53,0xf7,0x78,0x01,0x9e,0xd1,0x54,0x0d,0x53,0x55,0x00,0x00}; - const unsigned char chineseTxtErrUnknown[] = {0x80, 0x00,0x67,0x2a,0x77,0xe5,0x95,0x19,0x8b,0xef,0x00,0x00}; - const unsigned char chineseTxtSSErr[] = {0x80, 0x00,0x00,0x53,0x00,0x53,0x95,0x19,0x8b,0xef,0x00,0x00}; - const unsigned char chineseTxtUnknownSub[] = {0x80, 0x00,0x67,0x2a,0x77,0xe5,0x75,0x28,0x62,0x37,0x00,0x00}; - const unsigned char chineseTxtIllSub[] = {0x80, 0x00,0x97,0x5e,0x6c,0xd5,0x75,0x28,0x62,0x37,0x00,0x00}; - const unsigned char chineseTxtIllEqip[] = {0x80, 0x00,0x97,0x5e,0x6c,0xd5,0x5e,0xfa,0x8b,0xae,0x00,0x00}; - const unsigned char chineseTxtIllOp[] = {0x80, 0x00,0x97,0x5e,0x6c,0xd5,0x64,0xcd,0x4f,0x5c,0x00,0x00}; - const unsigned char chineseTxtSubVil[] = {0x80, 0x00,0x00, '#', 0x00, ' ', 0x00, '5', 0x00, ' ', 0x00, '4', 0x00,0x00}; - const unsigned char chineseTxtInComp[] = {0x80, 0x00,0x4e,0x0d,0x51,0x7c,0x5b,0xb9,0x00,0x00}; - const unsigned char chineseTxtFacNoSup[] = {0x80, 0x00,0x8b,0xbe,0x59,0x07,0x4e,0x0d,0x63,0xd0,0x4f,0x9b,0x00,0x00}; - const unsigned char chineseTxtAbsSub[] = {0x80, 0x00,0x00, '#', 0x00, ' ', 0x00, '5', 0x00, ' ', 0x00, '7', 0x00,0x00}; - const unsigned char chineseTxtSysFail[] = {0x80, 0x00,0x7c,0xfb,0x7e,0xdf,0x95,0x19,0x8b,0xef,0x00,0x00}; - const unsigned char chineseTxtMissDta[] = {0x80, 0x00,0x65,0x70,0x63,0x6e,0x4e,0x22,0x59,0x31,0x00,0x00}; - const unsigned char chineseTxtUnexDta[] = {0x80, 0x00,0x4e,0x0d,0x67,0x1f,0x67,0x1b,0x65,0x70,0x63,0x6e,0x00,0x00}; - const unsigned char chineseTxtPwdErr[] = {0x80, 0x00,0x8f,0x93,0x51,0x65,0x95,0x19,0x8b,0xef,0x00,0x00}; - const unsigned char chineseTxtUnkAlph[] = {0x80, 0x00,0x67,0x2a,0x77,0xe5,0x5b,0x57,0x6b,0xcd,0x00,0x00}; - const unsigned char chineseTxtMaxMpty[] = {0x80, 0x00,0x67,0x00,0x59,0x1a,0x4f,0x1a,0x8b,0xae,0x53,0xc2,0x52,0xa0,0x65,0xb9,0x00,0x00}; - const unsigned char chineseTxtResNoAvai[] = {0x80, 0x00,0x00, '#', 0x00, ' ', 0x00, '6', 0x00, ' ', 0x00, '4', 0x00,0x00}; - const unsigned char chineseTxtUnRec[] = {0x80, 0x00,0x65,0xe0,0x6c,0xd5,0x8b,0xc6,0x52,0x2b,0x00,0x00}; - const unsigned char chineseTxtMisTyp[] = {0x80, 0x00,0x95,0x19,0x8b,0xef,0x7c,0x7b,0x57,0x8b,0x00,0x00}; - const unsigned char chineseTxtBadStruct[] = {0x80, 0x00,0x57,0x4f,0x7e,0xd3,0x67,0x84,0x00,0x00}; - const unsigned char chineseTxtDupInv[] = {0x80, 0x00,0x91,0xcd,0x59,0x0d,0x4f,0x7f,0x75,0x28,0x00,0x00}; - const unsigned char chineseTxtResLim[] = {0x80, 0x00,0x6c,0xa1,0x67,0x09,0x8d,0x44,0x6e,0x90,0x00,0x00}; - const unsigned char chineseTxtIniRel[] = {0x80, 0x00,0x00, '#', 0x00, ' ', 0x00, '7',0x00, ' ', 0x00, '0', 0x00,0x00}; - const unsigned char chineseTxtFatRes[] = {0x80, 0x00,0x00, '#', 0x00, ' ', 0x00, '7', 0x00, ' ', 0x00, '1', 0x00,0x00}; - const unsigned char chineseTxtEntAnw[] = {0x80, 0x00,0x56,0xde,0x7b,0x54,0x00,0x3a,0x00,0x00}; - const unsigned char chineseTxtSsMsg[] = {0x80, 0x00,0x00,0x53,0x00,0x53,0x6d,0x88,0x60,0x6f,0x00,0x00}; + const unsigned char chineseTxtblacklisted[] = {0x80, 0x00,0x75,0x35,0x8b,0xdd,0x53,0xf7,0x78,0x01,0x9e,0xd1,0x54,0x0d,0x53,0x55,0x00,0x00}; + const unsigned char chineseTxtErrUnknown[] = {0x80, 0x00,0x67,0x2a,0x77,0xe5,0x95,0x19,0x8b,0xef,0x00,0x00}; + const unsigned char chineseTxtSSErr[] = {0x80, 0x00,0x00,0x53,0x00,0x53,0x95,0x19,0x8b,0xef,0x00,0x00}; + const unsigned char chineseTxtUnknownSub[] = {0x80, 0x00,0x67,0x2a,0x77,0xe5,0x75,0x28,0x62,0x37,0x00,0x00}; + const unsigned char chineseTxtIllSub[] = {0x80, 0x00,0x97,0x5e,0x6c,0xd5,0x75,0x28,0x62,0x37,0x00,0x00}; + const unsigned char chineseTxtIllEqip[] = {0x80, 0x00,0x97,0x5e,0x6c,0xd5,0x5e,0xfa,0x8b,0xae,0x00,0x00}; + const unsigned char chineseTxtIllOp[] = {0x80, 0x00,0x97,0x5e,0x6c,0xd5,0x64,0xcd,0x4f,0x5c,0x00,0x00}; + const unsigned char chineseTxtSubVil[] = {0x80, 0x00,0x00, '#', 0x00, ' ', 0x00, '5', 0x00, ' ', 0x00, '4', 0x00,0x00}; + const unsigned char chineseTxtInComp[] = {0x80, 0x00,0x4e,0x0d,0x51,0x7c,0x5b,0xb9,0x00,0x00}; + const unsigned char chineseTxtFacNoSup[] = {0x80, 0x00,0x8b,0xbe,0x59,0x07,0x4e,0x0d,0x63,0xd0,0x4f,0x9b,0x00,0x00}; + const unsigned char chineseTxtAbsSub[] = {0x80, 0x00,0x00, '#', 0x00, ' ', 0x00, '5', 0x00, ' ', 0x00, '7', 0x00,0x00}; + const unsigned char chineseTxtSysFail[] = {0x80, 0x00,0x7c,0xfb,0x7e,0xdf,0x95,0x19,0x8b,0xef,0x00,0x00}; + const unsigned char chineseTxtMissDta[] = {0x80, 0x00,0x65,0x70,0x63,0x6e,0x4e,0x22,0x59,0x31,0x00,0x00}; + const unsigned char chineseTxtUnexDta[] = {0x80, 0x00,0x4e,0x0d,0x67,0x1f,0x67,0x1b,0x65,0x70,0x63,0x6e,0x00,0x00}; + const unsigned char chineseTxtPwdErr[] = {0x80, 0x00,0x8f,0x93,0x51,0x65,0x95,0x19,0x8b,0xef,0x00,0x00}; + const unsigned char chineseTxtUnkAlph[] = {0x80, 0x00,0x67,0x2a,0x77,0xe5,0x5b,0x57,0x6b,0xcd,0x00,0x00}; + const unsigned char chineseTxtMaxMpty[] = {0x80, 0x00,0x67,0x00,0x59,0x1a,0x4f,0x1a,0x8b,0xae,0x53,0xc2,0x52,0xa0,0x65,0xb9,0x00,0x00}; + const unsigned char chineseTxtResNoAvai[] = {0x80, 0x00,0x00, '#', 0x00, ' ', 0x00, '6', 0x00, ' ', 0x00, '4', 0x00,0x00}; + const unsigned char chineseTxtUnRec[] = {0x80, 0x00,0x65,0xe0,0x6c,0xd5,0x8b,0xc6,0x52,0x2b,0x00,0x00}; + const unsigned char chineseTxtMisTyp[] = {0x80, 0x00,0x95,0x19,0x8b,0xef,0x7c,0x7b,0x57,0x8b,0x00,0x00}; + const unsigned char chineseTxtBadStruct[] = {0x80, 0x00,0x57,0x4f,0x7e,0xd3,0x67,0x84,0x00,0x00}; + const unsigned char chineseTxtDupInv[] = {0x80, 0x00,0x91,0xcd,0x59,0x0d,0x4f,0x7f,0x75,0x28,0x00,0x00}; + const unsigned char chineseTxtResLim[] = {0x80, 0x00,0x6c,0xa1,0x67,0x09,0x8d,0x44,0x6e,0x90,0x00,0x00}; + const unsigned char chineseTxtIniRel[] = {0x80, 0x00,0x00, '#', 0x00, ' ', 0x00, '7',0x00, ' ', 0x00, '0', 0x00,0x00}; + const unsigned char chineseTxtFatRes[] = {0x80, 0x00,0x00, '#', 0x00, ' ', 0x00, '7', 0x00, ' ', 0x00, '1', 0x00,0x00}; + const unsigned char chineseTxtEntAnw[] = {0x80, 0x00,0x56,0xde,0x7b,0x54,0x00,0x3a,0x00,0x00}; + const unsigned char chineseTxtSsMsg[] = {0x80, 0x00,0x00,0x53,0x00,0x53,0x6d,0x88,0x60,0x6f,0x00,0x00}; /*MC end*/ const unsigned char chineseUnknownCode[] = {0x80, 0x00,0x67,0x2a,0x77,0xe5,0x78,0x01, 0x00, 0x00}; const unsigned char chineseTxtMobileInfo[] = {0x80, 0x00,0x62,0x4b,0x67,0x3a,0x4f,0xe1,0x60,0x6f, 0x00, 0x00}; @@ -3790,24 +3790,24 @@ const unsigned char chineseTxtSubMenuSelectionBar[]= {0x80, 0x00,0x5b,0x50,0x83,0xdc,0x53,0x55,0x90,0x09,0x62,0xe9,0x98,0x79,0x00, 0x00}; const unsigned char chineseTxtPopUpTextForeground[] = {0x80, 0x00,0x5f,0x39,0x51,0xfa,0x65,0x87,0x67,0x2c,0x52,0x4d,0x66,0x6f,0x82,0x72,0x00, 0x00}; const unsigned char chineseTxtPopUpTextBackground[] = {0x80, 0x00,0x5f,0x39,0x51,0xfa,0x65,0x87,0x67,0x2c,0x80,0xcc,0x66,0x6f,0x82,0x72,0x00, 0x00}; -const unsigned char chineseTxtSelectBook[] = {0x80, 0x00,0x90,0x09,0x62,0xe9,0x75,0x35,0x8b,0xdd,0x67,0x2c,0x00,0x00}; /* SPR1112 - SH */ +const unsigned char chineseTxtSelectBook[] = {0x80, 0x00,0x90,0x09,0x62,0xe9,0x75,0x35,0x8b,0xdd,0x67,0x2c,0x00,0x00}; /* SPR1112 - SH */ const unsigned char chineseTxtSim[] = {0x80, 0x00,0x00,0x53,0x00,0x49,0x00,0x4d,0x00, 0x00}; const unsigned char chineseTxtMove[] = {0x80, 0x00,0x79,0xfb,0x52,0xa8,0x00, 0x00 }; const unsigned char chineseTxtCopy[] = {0x80, 0x00,0x59,0x0d,0x52,0x36,0x00, 0x00 }; const unsigned char chineseTxtThisEntry[]= {0x80, 0x00,0x5f,0x53,0x52,0x4d,0x98,0x79,0x00, 0x00}; /*mc end*/ -const unsigned char chineseTxtColour[] = { 0x80, 0x00,0x98,0x9c,0x82,0x72,0x00,0x00}; -const unsigned char chineseTxtLoser[] = { 0x80, 0x00,0x4f,0x60,0x8f,0x93,0x4e,0x86,0x00,0x00}; -const unsigned char chineseTxtWinner[] = { 0x80, 0x00,0x4f,0x60,0x8d,0x62,0x4e,0x86,0x00,0x00}; -const unsigned char chineseTxtPlayAgain[] = { 0x80, 0x00,0x51,0x8d,0x73,0xa9,0x4e,0x00,0x6b,0x21,0x00,0x3f,0x00,0x00}; +const unsigned char chineseTxtColour[] = { 0x80, 0x00,0x98,0x9c,0x82,0x72,0x00,0x00}; +const unsigned char chineseTxtLoser[] = { 0x80, 0x00,0x4f,0x60,0x8f,0x93,0x4e,0x86,0x00,0x00}; +const unsigned char chineseTxtWinner[] = { 0x80, 0x00,0x4f,0x60,0x8d,0x62,0x4e,0x86,0x00,0x00}; +const unsigned char chineseTxtPlayAgain[] = { 0x80, 0x00,0x51,0x8d,0x73,0xa9,0x4e,0x00,0x6b,0x21,0x00,0x3f,0x00,0x00}; const unsigned char chineseTxtBackground[] = { 0x80, 0x00,0x80,0xcc,0x66,0x6f,0x00,0x00}; const unsigned char chineseTxtNetworkIcon[] = { 0x80, 0x00,0x7f,0x51,0x7e,0xdc,0x68,0x07,0x8b,0xc6,0x00,0x00}; /*AP - 29-01-03 - Add to language table */ -const unsigned char chineseTxtIdle [] = {0x80, 0x00,0x5f,0x85,0x67,0x3a,0x75,0x4c,0x97,0x62,0x00,0x00 }; -const unsigned char chineseTxtSquares[] = {0x80, 0x00,0x65,0xb9,0x57,0x57,0x00,0x00 }; -const unsigned char chineseTxtO2[] = {0x80, 0x00,0x00,0x4f,0x00,0x32,0x00,0x00 }; -const unsigned char chineseTxtTree[] = {0x80, 0x00,0x68,0x11,0x00,0x00 }; -const unsigned char chineseTxtTILogo[] = {0x80, 0x00, 0x00,0x54,0x00,0x49,0x68,0x07,0x8b,0xc6,0x00,0x00 }; -const unsigned char chineseTxtSunset[] = {0x80, 0x00,0x65,0xe5,0x84,0x3d,0x00,0x00 }; +const unsigned char chineseTxtIdle [] = {0x80, 0x00,0x5f,0x85,0x67,0x3a,0x75,0x4c,0x97,0x62,0x00,0x00 }; +const unsigned char chineseTxtSquares[] = {0x80, 0x00,0x65,0xb9,0x57,0x57,0x00,0x00 }; +const unsigned char chineseTxtO2[] = {0x80, 0x00,0x00,0x4f,0x00,0x32,0x00,0x00 }; +const unsigned char chineseTxtTree[] = {0x80, 0x00,0x68,0x11,0x00,0x00 }; +const unsigned char chineseTxtTILogo[] = {0x80, 0x00, 0x00,0x54,0x00,0x49,0x68,0x07,0x8b,0xc6,0x00,0x00 }; +const unsigned char chineseTxtSunset[] = {0x80, 0x00,0x65,0xe5,0x84,0x3d,0x00,0x00 }; const unsigned char chineseTxtEdinburgh[] = {0x80, 0x00, 0x72,0x31,0x4e,0x01,0x58,0x21,0x00,0x00 }; const unsigned char chineseTxtCallBack[] = {0x80, 0x00,0x56,0xde,0x62,0xe8,0x00,0x00}; //SPR#1113 - DS - Added text id for new menu item "Call Back" (CCBS) const unsigned char chineseTxtCallBackQuery[] = {0x80, 0x00,0x56,0xde,0x62,0xe8,0x96,0x1f,0x52,0x17,0x00,0x00}; // Marcus: CCBS: 15/11/2002 @@ -3816,7 +3816,7 @@ const unsigned char chineseTxtDeflectCallTo[] = {0x80, 0x00,0x8f,0x6c,0x79,0xfb,0x52,0x30,0x00,0x3a,0x00,0x00}; //SPR 1392 calldeflection const unsigned char chineseTxtDeflect[] = {0x80, 0x00,0x8f,0x6c,0x79,0xfb,0x00,0x00}; //SPR 1392 calldeflection const unsigned char chineseTxtDeflectingCallTo[]= {0x80, 0x00,0x6b,0x63,0x57,0x28,0x8f,0x6c,0x79,0xfb,0x52,0x30,0x00,0x3a,0x00,0x00}; //SPR 1392 calldeflection -const unsigned char chineseTxtActiveCall[] = {0x80, 0x00,0x6f,0xc0,0x6d,0x3b,0x54,0x7c,0x53,0xeb,0x00,0x00}; /* SPR#1352 - SH*/ +const unsigned char chineseTxtActiveCall[] = {0x80, 0x00,0x6f,0xc0,0x6d,0x3b,0x54,0x7c,0x53,0xeb,0x00,0x00}; /* SPR#1352 - SH*/ const unsigned char chineseTxtHeldCall[] = {0x80, 0x00,0x4f,0xdd,0x63,0x01,0x54,0x7c,0x53,0xeb,0x00,0x00}; const unsigned char chineseTxtActiveTTYCall[] = {0x80, 0x00,0x6f,0xc0,0x6d,0x3b,0x75,0x35,0x4f,0x20,0x54,0x7c,0x53,0xeb,0x00,0x00}; const unsigned char chineseTxtHeldTTYCall[] = {0x80, 0x00,0x4f,0xdd,0x63,0x01,0x75,0x35,0x4f,0x20,0x54,0x7c,0x53,0xeb,0x00,0x00}; @@ -3927,7 +3927,7 @@ const unsigned char chineseTxtMailBox[] = {0x80, 0x00, 0x00,'M',0x00,'a',0x00,'i',0x00,'l',0x00,'B',0x00,'o',0x00,'x',0x00,0x00}; const unsigned char chineseTxtElectronic[] = {0x80, 0x00, 0x00,'E',0x00,'l',0x00,'e',0x00,'c',0x00,'t',0x00,'r',0x00,'o',0x00,'n',0x00,'i',0x00,'c',0x00,0x00}; #endif -// Apr 06, 2005 REF: ENH 30011 xdeepadh +// Apr 06, 2005 REF: ENH 30011 xdeepadh //Strings for Camera, Mp3 and midi test application are //under the respective flags. //Nov 14, 2005 REF: OMAPS00044445 xdeepadh @@ -3949,7 +3949,7 @@ const unsigned char chineseTxtPlayerRewind[] = {0x80, 0x00,0x00,'R',0x00,'e',0x00,'w',0x00,'i',0x00,'n',0x00,'d',0x00,0x00}; const unsigned char chineseTxtPlayerForwarding[] = {0x80, 0x00, 0x00,'F',0x00,'o',0x00,'r',0x00,'w',0x00,'a',0x00,'r',0x00,'d',0x00,'i',0x00,'n',0x00,'g',0x00,0x00}; const unsigned char chineseTxtPlayerRewinding[] = {0x80, 0x00,0x00,'R',0x00,'e',0x00,'w',0x00,'i',0x00,'n',0x00,'d',0x00,'i',0x00,'n',0x00,'g',0x00,0x00}; /* OMAPS00070659 x0039928 */ -// Jul 18, 2005 REF: SPR 31695 xdeepadh +// Jul 18, 2005 REF: SPR 31695 xdeepadh const unsigned char chineseTxtPlayerNoFile[] = {0x80, 0x00,0x00,'N',0x00,'o',0x00,' ',0x00,'f',0x00,'i',0x00,'l',0x00,'e',0x00,'s',0x00,' ',0x00,'l',0x00,'o',0x00,'a',0x00,'d',0x00,'e',0x00,'d',0x00,0x00}; const unsigned char chineseTxtPlayerOptionNotImplemented[] = {0x80, 0x00,0x00,'N',0x00,'o',0x00,'t',0x00,' ',0x00,'I',0x00,'m',0x00,'p',0x00,'l',0x00,'e',0x00,'m',0x00,'e',0x00,'n',0x00,'t',0x00,'e',0x00,'d',0x00,0x00}; // #endif //FF_MMI_TEST_MP3 @@ -4100,7 +4100,7 @@ const unsigned char chineesTxtLevel5[] = {0x80, 0x00,0x00,'L',0x00,'e',0x00,'v',0x00,'e', 0x00,'l',0x00,' ',0x00,'5',0x00,0x00}; const unsigned char chineesTxtImage[] = {0x80, 0x00,0x00,'L',0x00,'e',0x00,'v',0x00,'e', 0x00,'l',0x00,' ',0x00,'5',0x00,0x00}; const unsigned char chineesTxtSMSWait[] = {0x80, 0x00,0x00,'L',0x00,'e',0x00,'v',0x00,'e', 0x00,'l',0x00,' ',0x00,'5',0x00,0x00}; -// xpradipg - LOCOSTO-ENH-31895 : 23 June 2005 +// xpradipg - LOCOSTO-ENH-31895 : 23 June 2005 #ifdef FF_MMI_AUDIO_PROFILE /* a0393213 (WR - integer conversion resulted in truncation) */ const unsigned char chineesTxtLoudspeaker[] = {0x80, 0x00,0x00,'L',0x00,'o',0x00,'u',0x00,'d', 0x00,'s',0x00,'p',0x00,'e',0x00,'a', 0x00,'k',0x00,'e',0x00,'r',0x00,0x00}; @@ -4135,7 +4135,7 @@ /* Screen Mode */ const unsigned char chineesTxtHalfScreenMode [] = {0x80, 0x00,0x00,'L',0x00,'e',0x00,'v',0x00,'e', 0x00,'l',0x00,' ',0x00,'5',0x00,0x00}; const unsigned char chineesTxtFullScreenMode[] = {0x80, 0x00,0x00,'L',0x00,'e',0x00,'v',0x00,'e', 0x00,'l',0x00,' ',0x00,'5',0x00,0x00}; -/* Audio Format */ +/* Audio Format */ const unsigned char chineesTxtAAC [] = {0x80, 0x00,0x00,'L',0x00,'e',0x00,'v',0x00,'e', 0x00,'l',0x00,' ',0x00,'5',0x00,0x00}; const unsigned char chineesTxtAMR [] = {0x80, 0x00,0x00,'L',0x00,'e',0x00,'v',0x00,'e', 0x00,'l',0x00,' ',0x00,'5',0x00,0x00}; const unsigned char chineesTxtPCM [] = {0x80, 0x00,0x00,'L',0x00,'e',0x00,'v',0x00,'e', 0x00,'l',0x00,' ',0x00,'5',0x00,0x00}; @@ -4215,7 +4215,7 @@ const unsigned char chineesTxtOperSuccess [] = {0x80, 0x00,0x00,'L',0x00,'e',0x00,'v',0x00,'e', 0x00,'l',0x00,' ',0x00,'5',0x00,0x00}; const unsigned char chineesTxtOperFailed [] = {0x80, 0x00,0x00,'L',0x00,'e',0x00,'v',0x00,'e', 0x00,'l',0x00,' ',0x00,'5',0x00,0x00}; const unsigned char chineesTxtNotYetDone [] = {0x80, 0x00,0x00,'L',0x00,'e',0x00,'v',0x00,'e', 0x00,'l',0x00,' ',0x00,'5',0x00,0x00}; - /*For FTP Application */ + /*For FTP Application */ const unsigned char chineesTxtFTPApp [] = {0x80, 0x00,0x00,'L',0x00,'e',0x00,'v',0x00,'e', 0x00,'l',0x00,' ',0x00,'5',0x00,0x00}; const unsigned char chineesTxtPut [] = {0x80, 0x00,0x00,'L',0x00,'e',0x00,'v',0x00,'e', 0x00,'l',0x00,' ',0x00,'5',0x00,0x00}; const unsigned char chineesTxtGet [] = {0x80, 0x00,0x00,'L',0x00,'e',0x00,'v',0x00,'e', 0x00,'l',0x00,' ',0x00,'5',0x00,0x00}; @@ -4272,7 +4272,7 @@ const unsigned char chineesTxtMonoMode [] = {0x80, 0x00,0x00,'L',0x00,'e',0x00,'v',0x00,'e', 0x00,'l',0x00,' ',0x00,'5',0x00,0x00}; const unsigned char chineesTxtVideoPlayOption [] = {0x80, 0x00,0x00,'L',0x00,'e',0x00,'v',0x00,'e', 0x00,'l',0x00,' ',0x00,'5',0x00,0x00}; /* x0045876, 02-Aug-2006 (UCS2 Support - When CHINESE_MMI flag enabled, got error chineesTxtAudioVideoPlayback - already initialized, so changed to chineesTxtAudioVideoPlay) */ + already initialized, so changed to chineesTxtAudioVideoPlay) */ const unsigned char chineesTxtAudioVideoPlay [] = {0x80, 0x00,0x00,'L',0x00,'e',0x00,'v',0x00,'e', 0x00,'l',0x00,' ',0x00,'5',0x00,0x00}; const unsigned char chineesTxtVideoPlay [] = {0x80, 0x00,0x00,'L',0x00,'e',0x00,'v',0x00,'e', 0x00,'l',0x00,' ',0x00,'5',0x00,0x00}; /* Video Recording Duration Specification */ @@ -4359,7 +4359,7 @@ const unsigned char chineseTxtCamNotEnough[] = {0x80, 0x00,0x00,'N',0x00,'o',0x00,'t',0x00,' ', 0x00,'E',0x00,'n',0x00,'o',0x00,'u', 0x00,'g',0x00,'h',0x00,0x00}; const unsigned char chineseTxtCamMemory[] = {0x80, 0x00,0x00,'M',0x00,'e',0x00,'m',0x00,'o', 0x00,'r',0x00,'y',0x00,0x00}; #endif - //x0pleela 22 Feb, 2007 ER: OMAPS00113891 + //x0pleela 22 Feb, 2007 ER: OMAPS00113891 const unsigned char chineseTxtFwdIncomingTTYCall[]={0x80, 0x00,0x00,'F',0x00,'w',0x00,'d',0x00,'.',0x00,' ',0x00,'I',0x00,'n',0x00,'c',0x00,'.',0x00,' ',0x00,'T',0x00,'T',0x00,'Y',0x00,' ',0x00,'c',0x00,'a',0x00,'l',0x00,'l',0x00,0x00}; const unsigned char chineseTxtFwdIncomingCall[]={0x80, 0x00,0x00,'F',0x00,'w',0x00,'d',0x00,'.',0x00,' ',0x00,'I',0x00,'n',0x00,'c',0x00,'.',0x00,' ',0x00,' ',0x00,'c',0x00,'a',0x00,'l',0x00,'l',0x00,0x00}; @@ -4431,7 +4431,7 @@ const unsigned char chineseTxtCopying [] = {0x80,0x00,0x00,'C',0x00,'o',0x00,'p',0x00,'y',0x00,'i',0x00,'n',0x00,'g',0x00,0x00}; const unsigned char chineseTxtFileNotLoaded [] = {0x80,0x00,0x00,'N',0x00,'o',0x00,'F',0x00,'i',0x00,'l',0x00,'e',0x00,'s',0x00,'l',0x00,'o',0x00,'a',0x00,'d',0x00,'e',0x00,'d',0x00,0x00}; const unsigned char chineseTxtFileViewer [] = {0x80,0x00,0x00,'F',0x00,'i',0x00,'l',0x00,'e', 0x00, 'V' , 0x00,'i',0x00,'e', 0x00, 'w' , 0x00,'e',0x00,'r',0x00,0x00}; -const unsigned char chineseTxtRename[] = {0x80,0x00,0x00,'R',0x00,'e',0x00,'n',0x00,'a',0x00,'m',0x00,'e',0x00,0x00}; +const unsigned char chineseTxtRename[] = {0x80,0x00,0x00,'R',0x00,'e',0x00,'n',0x00,'a',0x00,'m',0x00,'e',0x00,0x00}; const unsigned char chineseTxtDeleteConfirm[] = {0x80,0x00,0x00,'D',0x00,'e',0x00,'l',0x00,'e',0x00,'t',0x00,'e',0x00,0x00}; const unsigned char chineseTxtFileTooBig [] = {0x80,0x00,0x00,'F',0x00,'i',0x00,'l',0x00,'e',0x00,'T',0x00,'o',0x00,'o',0x00,'B',0x00,'i',0x00,'g',0x00,0x00}; const unsigned char chineseTxtFileExists[] = {0x80,0x00,0x00,'F',0x00,'i',0x00,'l',0x00,'e',0x00,'e', 0x00,'x',0x00,'i',0x00,'s',0x00,'t',0x00,'s',0x00,0x00}; @@ -4469,7 +4469,7 @@ //x0pleela 14 June, 2006 DR: OMAPS00070657 //Edit Line name defined for ALS feature of CPHS #ifdef FF_CPHS - {TxtEditLineName, (char*) chineseTxtEditLineName}, + {TxtEditLineName, (char*) chineseTxtEditLineName}, #endif //x0pleela 20 Mar, 2006 ER: OMAPS00067709 //Added the following strings used in menu items to support Voice buffering feature @@ -4484,15 +4484,15 @@ #endif #ifdef SIM_PERS //x0035544 07-11-2005 //x0pleela 25 Sep, 2006 ER: OMAPS00095524 -{TxtBlkNetwork, (char*) chineseTxtBlkNetwork}, //For new category "Blocked Network" +{TxtBlkNetwork, (char*) chineseTxtBlkNetwork}, //For new category "Blocked Network" { TxtEnterPbLock,(char*) chineseTxtEnterPbLock}, //Editor string to display "Enter Blocked Network password" //x0pleela 20 July, 2006 ER: OMAPS00087586, OMAPS00087587 -{TxtBusy, (char*) chineseTxtBusy}, //Displays "Busy" if timer is enabled for wrong entry of password +{TxtBusy, (char*) chineseTxtBusy}, //Displays "Busy" if timer is enabled for wrong entry of password {TxtMasterUnlock, (char*) chineseTxtMasterUnlock}, //For menu option Master unlock {TxtEnterMasterKey, (char*) chineseTxtEnterMasterKey}, //Text for the editor to enter master unlock key {TxtUnblockME, (char*) chineseTxtUnblockME}, //For menu option Unblock ME {TxtUnblockCode, (char*) chineseTxtUnblockCode}, //x0pleela 16 May, 2006 DR: OMAPS00067919 - {TxtTimerFlag, (char*) chineseTxtTimerFlag}, //x0035544 07-11-2005 + {TxtTimerFlag, (char*) chineseTxtTimerFlag}, //x0035544 07-11-2005 {TxtETSIFlag,(char*) chineseTxtETSIFlag}, //x0035544 07-11-2005 {TxtAirtelFlag,(char*) chineseTxtAirtelFlag}, //x0035544 07-11-2005 { TxtEnterOldPsLock,(char*) chineseTxtEnterOldPsLock}, //x0035544 07-11-2005 @@ -4529,22 +4529,22 @@ { TxtPhoneUnblocked,(char*) chineseTxtPhoneUnblocked}, //x0035544 07-11-2005 { TxtPhoneBlocked,(char*) chineseTxtPhoneBlocked }, //x0035544 07-11-2005 { TxtGetFailFC,(char*) chineseTxtGetFailFC}, //x0035544 07-11-2005 - { TxtMaxFailFC,(char*) chineseTxtMaxFailFC}, //x0035544 07-11-2005 - { TxtGetSuccFC,(char*) chineseTxtGetSuccFC}, //x0035544 07-11-2005 - { TxtMaxSucFC,(char*) chineseTxtMaxSucFC}, //x0035544 07-11-2005 + { TxtMaxFailFC,(char*) chineseTxtMaxFailFC}, //x0035544 07-11-2005 + { TxtGetSuccFC,(char*) chineseTxtGetSuccFC}, //x0035544 07-11-2005 + { TxtMaxSucFC,(char*) chineseTxtMaxSucFC}, //x0035544 07-11-2005 #endif //x0035544 07-11-2005 #ifdef FF_MMI_CPHS //x0035544 07-11-2005 { TxtViewAll,(char*) chineseTxtViewAll}, //x0035544 07-11-2005 { TxtEmergencyNumbers,(char*) chineseTxtEmergencyNumbers}, //x0035544 07-11-2005 #endif //x0035544 07-11-2005 - { TxtNotImplemented,(char*) chineseTxtNotImplemented}, + { TxtNotImplemented,(char*) chineseTxtNotImplemented}, { TxtManu,(char*) chineseTxtManu}, { TxtEnterPin1,(char*) chineseTxtEnterPin1}, { TxtEnterPin2,(char*) chineseTxtEnterPin2}, { TxtEnterPuk1,(char*) chineseTxtEnterPuk1}, { TxtEnterPuk2,(char*) chineseTxtEnterPuk2}, - { TxtInvalidCard,(char*) chineseTxtInvalidCard}, + { TxtInvalidCard,(char*) chineseTxtInvalidCard}, { TxtNoCard,(char*) chineseTxtNoCard}, { TxtInvalidIMEI,(char*) chineseTxtInvalidIMEI}, // Nov 24, 2005, a0876501, DR: OMAPS00045909 { TxtSoftCall,(char*) chineseTxtSoftCall}, @@ -4556,16 +4556,16 @@ { TxtMessages,(char*) chineseTxtMessages}, { TxtAlarm,(char*) chineseTxtAlarm}, { TxtSettings,(char*) chineseTxtSettings}, - { TxtExtra ,(char*) chineseTxtExtra}, + { TxtExtra ,(char*) chineseTxtExtra}, { TxtSend ,(char*) chineseTxtSend}, - { TxtSent ,(char*) chineseTxtSent}, - { TxtNotSent ,(char*) chineseTxtNotSent}, + { TxtSent ,(char*) chineseTxtSent}, + { TxtNotSent ,(char*) chineseTxtNotSent}, { TxtServiceCentre,(char*) chineseTxtServiceCentre}, { TxtPleaseWait,(char*) chineseTxtPleaseWait}, - { TxtSmsEnterNumber,(char*) chineseTxtSmsEnterNumber}, + { TxtSmsEnterNumber,(char*) chineseTxtSmsEnterNumber}, { TxtRead,(char*) chineseTxtRead}, { TxtRetrieve, (char*) chineseTxtRetrieve }, //x0035544 07-11-2005 - { TxtDeleteAll,(char*) chineseTxtDeleteAll}, + { TxtDeleteAll,(char*) chineseTxtDeleteAll}, { TxtSave,(char*) chineseTxtSave}, { TxtVoicemail,(char*) chineseTxtVoicemail}, { TxtBroadcast,(char*) chineseTxtBroadcast}, @@ -4579,7 +4579,7 @@ #endif { TxtSimNot,(char*) chineseTxtSimNot }, { TxtReady,(char*) chineseTxtReady }, - { TxtSmsListFull,(char*) chineseTxtSmsListFull}, + { TxtSmsListFull,(char*) chineseTxtSmsListFull}, { TxtNewCbMessage,(char*) chineseTxtNewCbMessage}, { TxtSaved,(char*) chineseTxtSaved}, { TxtDelete,(char*) chineseTxtDelete}, @@ -4634,7 +4634,7 @@ { TxtCalculator,(char*) chineseTxtCalculator}, { TxtEnterName,(char*) chineseTxtEnterName}, { TxtSoftBack,(char*) chineseTxtSoftBack}, - { TxtSoftSelect,(char*) chineseTxtSoftSelect}, + { TxtSoftSelect,(char*) chineseTxtSoftSelect}, { TxtSoftOptions,(char*) chineseTxtSoftOptions}, { TxtEmptyList,(char*) chineseTxtEmptyList}, { TxtSendMessage,(char*) chineseTxtSendMessage}, @@ -4668,7 +4668,7 @@ #endif { TxtEnterNewPin,(char*) chineseTxtEnterNewPin}, { TxtConfPin,(char*) chineseTxtConfPin}, - { TxtChangPin,(char*) chineseTxtChangPin}, + { TxtChangPin,(char*) chineseTxtChangPin}, { TxtEnd,(char*) chineseTxtEnd}, { TxtPINFail,(char*) chineseTxtPINFail}, { TxtSOS,(char*) chineseTxtSOS}, @@ -4708,7 +4708,7 @@ { TxtCallEnded,(char*) chineseTxtCallEnded }, { TxtAnsweredCalls, (char*) chineseTxtAnsweredCalls }, // API - APR #1629 - Added string to lang table. { TxtIncomingCall,(char*) chineseTxtIncomingCall }, - { TxtIncomingData,(char*) chineseTxtIncomingCall }, //s.b should translate the "incoming data" in chinese + { TxtIncomingData,(char*) chineseTxtIncomingCall }, //s.b should translate the "incoming data" in chinese { TxtIncomingFax,(char*) chineseTxtIncomingFax }, //SPR#1147 - DS - Added string for incoming fax. { TxtNumberWithheld,(char*) chineseTxtNumberWithheld }, { TxtAccept,(char*) chineseTxtAccept }, @@ -4729,9 +4729,9 @@ #ifndef FF_NO_VOICE_MEMO { TxtRecord,(char*) chineseTxtRecord }, #endif - { TxtSecurity,(char*) chineseTxtSecurity }, - { TxtEnglish,(char*) chineseTxtEnglish }, - { TxtGerman,(char*) chineseTxtGerman }, + { TxtSecurity,(char*) chineseTxtSecurity }, + { TxtEnglish,(char*) chineseTxtEnglish }, + { TxtGerman,(char*) chineseTxtGerman }, { TxtValidity,(char*) chineseTxtValidity }, { TxtMessageTyp,(char*) chineseTxtMessageTyp }, { TxtSetVoiceMail,(char*) chineseTxtSetVoiceMail }, @@ -4750,7 +4750,7 @@ { TxtHideID,(char*) chineseTxtHideID }, { TxtTones,(char*) chineseTxtTones }, { TxtClock,(char*) chineseTxtClock }, - { TxtPhone,(char*) chineseTxtPhone }, + { TxtPhone,(char*) chineseTxtPhone }, { TxtStop,(char*) chineseTxtStop }, #ifndef FF_NO_VOICE_MEMO { TxtRecording,(char*) chineseTxtRecording }, @@ -4804,7 +4804,7 @@ { TxtClearAlarm,(char*) chineseTxtClearAlarm }, { TxtTimeFormat,(char*) chineseTxtTimeFormat }, { TxtTwelveHour,(char*) chineseTxtTwelveHour }, - { TxtTwentyfourHour,(char*) chineseTxtTwentyfourHour }, + { TxtTwentyfourHour,(char*) chineseTxtTwentyfourHour }, { TxtInCallTimer,(char*) chineseTxtInCallTimer }, { TxtStore,(char*) chineseTxtStore }, { TxtNone,(char*) chineseTxtNone }, @@ -4813,9 +4813,9 @@ { TxtConfPin2,(char*) chineseTxtConfPin2 }, { TxtNewPIN2,(char*) chineseTxtNewPIN2 }, { TxtUnlockOK,(char*) chineseTxtUnlockOK }, - { TxtIMEI,(char*) chineseTxtIMEI }, - { TxtList,(char*) chineseTxtList }, - { TxtFull,(char*) chineseTxtFull }, + { TxtIMEI,(char*) chineseTxtIMEI }, + { TxtList,(char*) chineseTxtList }, + { TxtFull,(char*) chineseTxtFull }, { TxtNotAvailable,(char*) chineseTxtNotAvailable }, { TxtCallBAOC,(char*) chineseTxtCallBAOC}, { TxtCallBAOIC,(char*) chineseTxtCallBAOIC }, @@ -4829,16 +4829,16 @@ { TxtCOLP,(char*) chineseTxtCOLP}, { TxtCOLR,(char*) chineseTxtCOLR}, { TxtSimToolkit,(char*) chineseTxtSimToolkit }, - { TxtPhonebook,(char*) chineseTxtPhonebook }, + { TxtPhonebook,(char*) chineseTxtPhonebook }, { TxtRecentCalls,(char*) chineseTxtRecentCalls }, { TxtNames,(char*) chineseTxtNames }, { TxtInterCalls,(char*) chineseTxtInterCalls }, { TxtInterHome,(char*) chineseTxtInterHome }, { TxtWhenRoaming,(char*) chineseTxtWhenRoaming }, { TxtCancelAllBars,(char*) chineseTxtCancelAllBars }, - { TxtWaiting,(char*) chineseTxtWaiting }, - { TxtBarred,(char*) chineseTxtBarred }, - { TxtForwarded,(char*) chineseTxtForwarded }, + { TxtWaiting,(char*) chineseTxtWaiting }, + { TxtBarred,(char*) chineseTxtBarred }, + { TxtForwarded,(char*) chineseTxtForwarded }, { TxtCallDivertNoReach,(char*) chineseTxtCallDivertNoReach }, { TxtCallDivertNoReply,(char*) chineseTxtCallDivertNoReply }, { TxtCallDivertIfBusy,(char*) chineseTxtCallDivertIfBusy }, @@ -4848,7 +4848,7 @@ {TxtDivideBy,(char*) chineseTxtDivideBy }, {TxtMultiplyBy,(char*) chineseTxtMultiplyBy }, {TxtEquals,(char*) chineseTxtEquals }, - {TxtSending,(char*) chineseTxtSending }, + {TxtSending,(char*) chineseTxtSending }, {TxtMessage,(char*) chineseTxtMessage }, {TxtSoftNext,(char*) chineseTxtSoftNext }, {TxtLastCall,(char*) chineseTxtLastCall }, @@ -4874,40 +4874,40 @@ {TxtNotAllowed,(char*) chineseTxtNotAllowed}, {TxtEmergency,(char*) chineseTxtEmergency}, {TxtChinese,(char*) chineseTxtChinese }, - {TxtPassword,(char*) chineseTxtPassword }, + {TxtPassword,(char*) chineseTxtPassword }, {TxtConfirmPassword,(char*) chineseTxtConfirmPassword}, {TxtNewPassword,(char*) chineseTxtNewPassword}, {TxtNoMessages,(char*) chineseTxtNoMessages}, {TxtTwoAttemptsLeft,(char*) chineseTxtTwoAttemptsLeft}, {TxtOneAttemptLeft,(char*) chineseTxtOneAttemptLeft}, - {Txtblacklisted, (char*) chineseTxtblacklisted},/*MC SPR 1242, added table entries*/ - {TxtErrUnknown, (char*) chineseTxtErrUnknown}, - {TxtSSErr, (char*) chineseTxtSSErr}, - {TxtUnknownSub, (char*) chineseTxtUnknownSub}, - {TxtIllSub, (char*) chineseTxtIllSub}, - {TxtIllEqip, (char*) chineseTxtIllEqip}, - {TxtIllOp, (char*) chineseTxtIllOp}, - {TxtSubVil, (char*) chineseTxtSubVil}, - {TxtInComp, (char*) chineseTxtInComp}, - {TxtFacNoSup, (char*) chineseTxtFacNoSup}, - {TxtAbsSub, (char*) chineseTxtAbsSub}, - {TxtSysFail, (char*) chineseTxtSysFail}, - {TxtMissDta, (char*) chineseTxtMissDta}, - {TxtUnexDta, (char*) chineseTxtUnexDta}, - {TxtPwdErr, (char*) chineseTxtPwdErr}, - {TxtUnkAlph, (char*) chineseTxtUnkAlph}, - {TxtMaxMpty, (char*) chineseTxtMaxMpty}, - {TxtResNoAvai, (char*) chineseTxtResNoAvai}, - {TxtUnRec, (char*) chineseTxtUnRec}, - {TxtMisTyp, (char*) chineseTxtMisTyp}, - {TxtBadStruct, (char*) chineseTxtBadStruct}, - {TxtDupInv, (char*) chineseTxtDupInv}, - {TxtResLim, (char*) chineseTxtResLim}, - {TxtIniRel, (char*) chineseTxtIniRel}, - {TxtFatRes, (char*) chineseTxtFatRes}, - {TxtEntAnw, (char*) chineseTxtEntAnw}, - {TxtSsMsg, (char*) chineseTxtSsMsg},/*MC end*/ - {TxtOld,(char*) chineseTxtOld}, + {Txtblacklisted, (char*) chineseTxtblacklisted},/*MC SPR 1242, added table entries*/ + {TxtErrUnknown, (char*) chineseTxtErrUnknown}, + {TxtSSErr, (char*) chineseTxtSSErr}, + {TxtUnknownSub, (char*) chineseTxtUnknownSub}, + {TxtIllSub, (char*) chineseTxtIllSub}, + {TxtIllEqip, (char*) chineseTxtIllEqip}, + {TxtIllOp, (char*) chineseTxtIllOp}, + {TxtSubVil, (char*) chineseTxtSubVil}, + {TxtInComp, (char*) chineseTxtInComp}, + {TxtFacNoSup, (char*) chineseTxtFacNoSup}, + {TxtAbsSub, (char*) chineseTxtAbsSub}, + {TxtSysFail, (char*) chineseTxtSysFail}, + {TxtMissDta, (char*) chineseTxtMissDta}, + {TxtUnexDta, (char*) chineseTxtUnexDta}, + {TxtPwdErr, (char*) chineseTxtPwdErr}, + {TxtUnkAlph, (char*) chineseTxtUnkAlph}, + {TxtMaxMpty, (char*) chineseTxtMaxMpty}, + {TxtResNoAvai, (char*) chineseTxtResNoAvai}, + {TxtUnRec, (char*) chineseTxtUnRec}, + {TxtMisTyp, (char*) chineseTxtMisTyp}, + {TxtBadStruct, (char*) chineseTxtBadStruct}, + {TxtDupInv, (char*) chineseTxtDupInv}, + {TxtResLim, (char*) chineseTxtResLim}, + {TxtIniRel, (char*) chineseTxtIniRel}, + {TxtFatRes, (char*) chineseTxtFatRes}, + {TxtEntAnw, (char*) chineseTxtEntAnw}, + {TxtSsMsg, (char*) chineseTxtSsMsg},/*MC end*/ + {TxtOld,(char*) chineseTxtOld}, { TxtInsertnote, (char*)chineseTxtInsertnote }, { TxtMelodygenerator, (char*)chineseTxtMelodygenerator }, { TxtOctaveHigher, (char*)chineseTxtOctaveHigher }, @@ -5030,29 +5030,29 @@ { TxtNetwork, (char *)chineseTxtNetwork}, /*ap 06/02/02*/ { TxtForbidden, (char *)chineseTxtForbidden}, /*ap 06/02/02*/ { TxtActivateFDN, (char *)chineseTxtActivateFDN}, /*ap 06/02/02*/ - { TxtPlease, (char *)chineseTxtPlease}, /*ap 06/02/02*/ - { TxtTimedOut, (char *)chineseTxtTimedOut}, // sh 13/02/02 - { TxtWillChangeOn, (char *)chineseTxtWillChangeOn}, // sh 13/02/02 + { TxtPlease, (char *)chineseTxtPlease}, /*ap 06/02/02*/ + { TxtTimedOut, (char *)chineseTxtTimedOut}, // sh 13/02/02 + { TxtWillChangeOn, (char *)chineseTxtWillChangeOn}, // sh 13/02/02 { TxtAttached, (char *)chineseTxtAttached}, { TxtDetached, (char *)chineseTxtDetached}, { TxtUnknown, (char *)chineseTxtUnknown}, //x0035544 07-11-2005 - { TxtCallTransfer,(char*)chineseTxtCallTransfer},/*MC SPR 1242, added table entries*/ - { TxtConnected,(char*)chineseTxtConnected}, - { TxtGSM_900, (char*)chineseTxtGSM_900}, + { TxtCallTransfer,(char*)chineseTxtCallTransfer},/*MC SPR 1242, added table entries*/ + { TxtConnected,(char*)chineseTxtConnected}, + { TxtGSM_900, (char*)chineseTxtGSM_900}, { TxtDCS_1800,(char*)chineseTxtDCS_1800}, -{ TxtPCS_1900,(char*)chineseTxtPCS_1900}, +{ TxtPCS_1900,(char*)chineseTxtPCS_1900}, { TxtE_GSM,(char*)chineseTxtE_GSM}, -{ TxtGSM_850,(char*)chineseTxtGSM_850}, -{ TxtCallTimeout,(char*)chineseTxtCallTimeout}, -{ TxtBand,(char*)chineseTxtBand}, -{ TxtSatRefresh,(char*)chineseTxtSatRefresh}, -{ TxtCallBlocked,(char*)chineseTxtCallBlocked},/*MC end*/ +{ TxtGSM_850,(char*)chineseTxtGSM_850}, +{ TxtCallTimeout,(char*)chineseTxtCallTimeout}, +{ TxtBand,(char*)chineseTxtBand}, +{ TxtSatRefresh,(char*)chineseTxtSatRefresh}, +{ TxtCallBlocked,(char*)chineseTxtCallBlocked},/*MC end*/ { TxtSRR, (char *)chineseTxtSRR}, // Marcus: Issue 1170: 30/09/2002 //March 2, 2005 REF: CRR 11536 x0018858 { TxtRP, (char *)chineseTxtRP },//added this string for the reply path. { TxtDelivered, (char *)chineseTxtDelivered }, // Marcus: Issue 1170: 07/10/2002 { TxtTempError, (char *)chineseTxtTempError }, // Marcus: Issue 1170: 07/10/2002 - { TxtUnknownCode,(char*)chineseUnknownCode},/*MC SPR 1111*/ + { TxtUnknownCode,(char*)chineseUnknownCode},/*MC SPR 1111*/ { TxtPhoneSettings, (char *)chineseTxtPhoneSettings}, //SPR#1113 - DS - Added text id for renamed main menu item "Phone Settings" { TxtNetworkServices, (char *) chineseTxtNetworkServices}, //SPR#1113 - DS - Added text id for new main menu item "Netw. Services" { TxtCallDeflection, (char *) chineseTxtCallDeflection}, //SPR#1113 - DS - Added text id for new menu item "Call Deflection" (CD) @@ -5083,68 +5083,68 @@ { TxtCiphHopDTX, (char *)chineseTxtCiphHopDTX}, /*MC, SPR1209*/ { TxtConcat, (char *)chineseTxtConcat}, /*MC SPR 1319, added reference to unicode strings*/ - { TxtColourMenu, (char *)chineseTxtColourMenu}, - { TxtColourBlack, (char *)chineseTxtColourBlack}, - { TxtColourBlue, (char *)chineseTxtColourBlue}, - { TxtColourCyan, (char *)chineseTxtColourCyan}, - { TxtColourGreen, (char *)chineseTxtColourGreen}, - { TxtColourMagenta, (char *)chineseTxtColourMagenta}, - { TxtColourYellow, (char *)chineseTxtColourYellow}, - { TxtColourRed, (char *)chineseTxtColourRed}, - { TxtColourWhite, (char *)chineseTxtColourWhite}, - { TxtColourPink, (char *)chineseTxtColourPink}, - { TxtColourOrange, (char *)chineseTxtColourOrange}, - { TxtColourLightBlue, (char *)chineseTxtTxtColourLightBlue}, - { TxtColourLightGreen, (char *)chineseTxtColourLightGreen}, - { TxtColourPaleYellow, (char *)chineseTxtTxtColourPaleYellow}, - { TxtColourTransparent, (char *)chineseTxtColourTransparent}, - { TxtIdleScreenBackground, (char *)chineseTxtIdleScreenBackground}, - { TxtIdleScreenSoftKey, (char *)chineseTxtIdleScreenSoftKey}, - { TxtIdleScreenText, (char *)chineseTxtIdleScreenText}, - { TxtIdleScreenNetworkName, (char *)chineseTxtIdleScreenNetworkName}, - { TxtGeneralBackground , (char *)chineseTxtGeneralBackground}, - { TxtMenuSoftKeyForeground , (char *)chineseTxtMenuSoftKeyForeground}, - { TxtMenuSoftKeyBackground , (char *)chineseTxtMenuSoftKeyBackground}, - { TxtSubMenuHeadingText , (char *)chineseTxtSubMenuHeadingText}, - { TxtSubMenuHeadingBackground, (char *)chineseTxtTxtSubMenuHeadingBackground}, - { TxtSubMenuTextForeground , (char *)chineseSubMenuTextForeground }, - { TxtSubMenuTextBackground, (char *)chineseTxtTxtSubMenuTextBackground}, - { TxtSubMenuSelectionBar, (char *)chineseTxtSubMenuSelectionBar}, - { TxtPopUpTextForeground, (char *)chineseTxtPopUpTextForeground}, - { TxtPopUpTextBackground, (char *)chineseTxtPopUpTextBackground}, - { TxtColour, (char *)chineseTxtColour}, - { TxtLoser, (char *)chineseTxtLoser}, - { TxtPlayAgain, (char *)chineseTxtPlayAgain }, - { TxtWinner, (char *)chineseTxtWinner }, - { TxtSelectBook, (char*)chineseTxtSelectBook }, /* SPR1112 - SH */ - { TxtSIM, (char*)chineseTxtSim }, - { TxtMove, (char*) chineseTxtMove}, - { TxtCopy, (char*)chineseTxtCopy}, - { TxtThisEntry, (char*)chineseTxtThisEntry}, - { TxtBackground, (char*)chineseTxtBackground}, /* for selecting backgrounds*/ - { TxtProviderIcon, (char*)chineseTxtNetworkIcon }, /*AP - 29-01-03 - Add to language table */ - { TxtIdleScreen, (char*)chineseTxtIdle}, - { TxtMenuScreen, (char*)chineseTxtMainMenu}, - { TxtBgdSquares, (char*)chineseTxtSquares}, - { TxtBgdO2, (char*)chineseTxtO2}, - { TxtBgdTree, (char*)chineseTxtTree}, - { TxtBgdTILogo, (char*)chineseTxtTILogo}, - { TxtBgdSunset, (char*)chineseTxtSunset}, - { TxtBgdEdinburgh1, (char*)chineseTxtEdinburgh}, - { TxtBgdEdinburgh2, (char*)chineseTxtEdinburgh}, - { TxtBgdEdinburgh3, (char*)chineseTxtEdinburgh}, - { TxtBgdEdinburgh4, (char*)chineseTxtEdinburgh}, - { TxtDeflectCall, (char*)chineseTxtDeflectCall}, //SPR 1392 calldeflection + { TxtColourMenu, (char *)chineseTxtColourMenu}, + { TxtColourBlack, (char *)chineseTxtColourBlack}, + { TxtColourBlue, (char *)chineseTxtColourBlue}, + { TxtColourCyan, (char *)chineseTxtColourCyan}, + { TxtColourGreen, (char *)chineseTxtColourGreen}, + { TxtColourMagenta, (char *)chineseTxtColourMagenta}, + { TxtColourYellow, (char *)chineseTxtColourYellow}, + { TxtColourRed, (char *)chineseTxtColourRed}, + { TxtColourWhite, (char *)chineseTxtColourWhite}, + { TxtColourPink, (char *)chineseTxtColourPink}, + { TxtColourOrange, (char *)chineseTxtColourOrange}, + { TxtColourLightBlue, (char *)chineseTxtTxtColourLightBlue}, + { TxtColourLightGreen, (char *)chineseTxtColourLightGreen}, + { TxtColourPaleYellow, (char *)chineseTxtTxtColourPaleYellow}, + { TxtColourTransparent, (char *)chineseTxtColourTransparent}, + { TxtIdleScreenBackground, (char *)chineseTxtIdleScreenBackground}, + { TxtIdleScreenSoftKey, (char *)chineseTxtIdleScreenSoftKey}, + { TxtIdleScreenText, (char *)chineseTxtIdleScreenText}, + { TxtIdleScreenNetworkName, (char *)chineseTxtIdleScreenNetworkName}, + { TxtGeneralBackground , (char *)chineseTxtGeneralBackground}, + { TxtMenuSoftKeyForeground , (char *)chineseTxtMenuSoftKeyForeground}, + { TxtMenuSoftKeyBackground , (char *)chineseTxtMenuSoftKeyBackground}, + { TxtSubMenuHeadingText , (char *)chineseTxtSubMenuHeadingText}, + { TxtSubMenuHeadingBackground, (char *)chineseTxtTxtSubMenuHeadingBackground}, + { TxtSubMenuTextForeground , (char *)chineseSubMenuTextForeground }, + { TxtSubMenuTextBackground, (char *)chineseTxtTxtSubMenuTextBackground}, + { TxtSubMenuSelectionBar, (char *)chineseTxtSubMenuSelectionBar}, + { TxtPopUpTextForeground, (char *)chineseTxtPopUpTextForeground}, + { TxtPopUpTextBackground, (char *)chineseTxtPopUpTextBackground}, + { TxtColour, (char *)chineseTxtColour}, + { TxtLoser, (char *)chineseTxtLoser}, + { TxtPlayAgain, (char *)chineseTxtPlayAgain }, + { TxtWinner, (char *)chineseTxtWinner }, + { TxtSelectBook, (char*)chineseTxtSelectBook }, /* SPR1112 - SH */ + { TxtSIM, (char*)chineseTxtSim }, + { TxtMove, (char*) chineseTxtMove}, + { TxtCopy, (char*)chineseTxtCopy}, + { TxtThisEntry, (char*)chineseTxtThisEntry}, + { TxtBackground, (char*)chineseTxtBackground}, /* for selecting backgrounds*/ + { TxtProviderIcon, (char*)chineseTxtNetworkIcon }, /*AP - 29-01-03 - Add to language table */ + { TxtIdleScreen, (char*)chineseTxtIdle}, + { TxtMenuScreen, (char*)chineseTxtMainMenu}, + { TxtBgdSquares, (char*)chineseTxtSquares}, + { TxtBgdO2, (char*)chineseTxtO2}, + { TxtBgdTree, (char*)chineseTxtTree}, + { TxtBgdTILogo, (char*)chineseTxtTILogo}, + { TxtBgdSunset, (char*)chineseTxtSunset}, + { TxtBgdEdinburgh1, (char*)chineseTxtEdinburgh}, + { TxtBgdEdinburgh2, (char*)chineseTxtEdinburgh}, + { TxtBgdEdinburgh3, (char*)chineseTxtEdinburgh}, + { TxtBgdEdinburgh4, (char*)chineseTxtEdinburgh}, + { TxtDeflectCall, (char*)chineseTxtDeflectCall}, //SPR 1392 calldeflection { TxtDeflectCallTo, (char*)chineseTxtDeflectCallTo}, //SPR 1392 calldeflection { TxtDeflect, (char*)chineseTxtDeflect}, //SPR 1392 calldeflection { TxtDeflectingCallTo,(char*)chineseTxtDeflect}, //SPR 1392 calldeflection { TxtCallBackQuery, (char *) chineseTxtCallBackQuery }, // Marcus: CCBS: 15/11/2002 { TxtRejected,(char*) chineseTxtRejected }, // Marcus: CCBS: 15/11/2002 - { TxtActiveCall, (char*) chineseTxtActiveCall}, /* SPR#1352 - SH*/ - { TxtHeldCall, (char*) chineseTxtHeldCall }, - { TxtActiveTTYCall,(char*) chineseTxtActiveTTYCall}, - { TxtHeldTTYCall,(char*) chineseTxtHeldTTYCall }, - { TxtTTY, (char*) chineseTxtTTY }, + { TxtActiveCall, (char*) chineseTxtActiveCall}, /* SPR#1352 - SH*/ + { TxtHeldCall, (char*) chineseTxtHeldCall }, + { TxtActiveTTYCall,(char*) chineseTxtActiveTTYCall}, + { TxtHeldTTYCall,(char*) chineseTxtHeldTTYCall }, + { TxtTTY, (char*) chineseTxtTTY }, #ifdef NEPTUNE_BOARD /* Mar 27, 2006 REF:ER OMAPS00071798 */ {TxtAudioMode, "Audio mode"}, @@ -5155,54 +5155,54 @@ { TxtBootTime, (char*) chineseTxtBootTime}, /*OMAPS00091029 x0039928(sumanth)*/ /*x0039928 OMAPS00097714 - HCO/VCO implementation - added strings*/ #ifdef FF_TTY_HCO_VCO - { TxtTTYAll, (char*) chineseTxtTTYAll}, - { TxtTTYVco, (char*) chineseTxtTTYVco}, - { TxtTTYHco, (char*) chineseTxtTTYHco }, + { TxtTTYAll, (char*) chineseTxtTTYAll}, + { TxtTTYVco, (char*) chineseTxtTTYVco}, + { TxtTTYHco, (char*) chineseTxtTTYHco }, #endif - { TxtOnNextCall, (char*) chineseTxtOnNextCall }, - { TxtAlwaysOn, (char*) chineseTxtAlwaysOn }, - { TxtTTYCalling, (char*) chineseTxtTTYCalling }, - { TxtIncomingTTYCall, (char*) chineseTxtIncomingTTYCall }, + { TxtOnNextCall, (char*) chineseTxtOnNextCall }, + { TxtAlwaysOn, (char*) chineseTxtAlwaysOn }, + { TxtTTYCalling, (char*) chineseTxtTTYCalling }, + { TxtIncomingTTYCall, (char*) chineseTxtIncomingTTYCall }, { TxtProvisioned, (char *)chineseTxtProvisioned }, // Marcus: Issue 1652: 03/02/2003 { TxtExecuted, (char *)chineseTxtExecuted }, // Marcus: Issue 1652: 03/02/2003 { TxtCommand, (char *)chineseTxtCommand }, // NDH : SPR#1869 : 08/04/2003 { TxtCompleted, (char *)chineseTxtCompleted }, // NDH : SPR#1869 : 08/04/2003 { TxtMultiparty, (char*)chineseTxtMultiparty }, // AP: Issue 1749: 06/03/03 - { TxtAttaching, (char*)chineseTxtAttaching}, /* SPR#1983 - SH - Various WAP texts*/ - { TxtConnection, (char*)chineseTxtConnection}, + { TxtAttaching, (char*)chineseTxtAttaching}, /* SPR#1983 - SH - Various WAP texts*/ + { TxtConnection, (char*)chineseTxtConnection}, { TxtUsing, (char *)chineseTxtUsing }, - { TxtConnectionSpeed, (char *)chineseTxtConnectionSpeed }, - { TxtAnalogue, (char *)chineseTxtAnalogue }, - { TxtISDN9600, (char *)chineseTxtISDN9600 }, - { TxtISDN14400, (char *)chineseTxtISDN14400 }, - { TxtEndWap, (char *)chineseTxtEndWap}, - { TxtUntitled, (char *)chineseTxtUntitled }, - { TxtChooseReplacement1, (char *)chineseTxtChooseReplacement1}, /* SPR#2354 */ - { TxtChooseReplacement2, (char *)chineseTxtChooseReplacement2}, /* SPR#2354 */ - { TxtDialup, (char *)chineseTxtDialup }, /* SPR#2324 - SH - Added */ - { TxtAdvanced, (char *)chineseTxtAdvanced }, - { TxtGPRSDialupGPRS, (char *)chineseTxtGPRSDialupGPRS }, - { TxtGPRSDialupDialup, (char *)chineseTxtGPRSDialupDialup }, - { TxtProfiles, (char *)chineseTxtProfiles }, - { TxtNewProfile, (char *)chineseTxtNewProfile }, - { TxtResetProfiles, (char *)chineseTxtResetProfiles }, - { TxtPasswords,(char *)chineseTxtPasswords}, //SPR16107 localization required. - { TxtMismatch,(char *)chineseTxtMismatch}, //SPR16107 localization required. - { TxtDataCounterReset, (char *)chineseTxtDataCounterReset }, /* SPR#2346 - SH */ - { TxtCallDate, (char *)chineseTxtCallDate }, /* API - 05/09/03 - SPR2357 - Added */ - { TxtCallTime, (char *)chineseTxtCallTime }, /* API - 05/09/03 - SPR2357 - Added */ - { TxtInvalidMessage, (char*)chineseTxtInvalidMessage},/*MC SPR 2530*/ - { TxtIncompleteMessage,(char*)chineseTxtIncompleteMessage},/*MC SPR 2530*/ - - /* SUJATHA MMS Integration */ - { TxtDownload, (char *)chineseTxtDownload}, + { TxtConnectionSpeed, (char *)chineseTxtConnectionSpeed }, + { TxtAnalogue, (char *)chineseTxtAnalogue }, + { TxtISDN9600, (char *)chineseTxtISDN9600 }, + { TxtISDN14400, (char *)chineseTxtISDN14400 }, + { TxtEndWap, (char *)chineseTxtEndWap}, + { TxtUntitled, (char *)chineseTxtUntitled }, + { TxtChooseReplacement1, (char *)chineseTxtChooseReplacement1}, /* SPR#2354 */ + { TxtChooseReplacement2, (char *)chineseTxtChooseReplacement2}, /* SPR#2354 */ + { TxtDialup, (char *)chineseTxtDialup }, /* SPR#2324 - SH - Added */ + { TxtAdvanced, (char *)chineseTxtAdvanced }, + { TxtGPRSDialupGPRS, (char *)chineseTxtGPRSDialupGPRS }, + { TxtGPRSDialupDialup, (char *)chineseTxtGPRSDialupDialup }, + { TxtProfiles, (char *)chineseTxtProfiles }, + { TxtNewProfile, (char *)chineseTxtNewProfile }, + { TxtResetProfiles, (char *)chineseTxtResetProfiles }, + { TxtPasswords,(char *)chineseTxtPasswords}, //SPR16107 localization required. + { TxtMismatch,(char *)chineseTxtMismatch}, //SPR16107 localization required. + { TxtDataCounterReset, (char *)chineseTxtDataCounterReset }, /* SPR#2346 - SH */ + { TxtCallDate, (char *)chineseTxtCallDate }, /* API - 05/09/03 - SPR2357 - Added */ + { TxtCallTime, (char *)chineseTxtCallTime }, /* API - 05/09/03 - SPR2357 - Added */ + { TxtInvalidMessage, (char*)chineseTxtInvalidMessage},/*MC SPR 2530*/ + { TxtIncompleteMessage,(char*)chineseTxtIncompleteMessage},/*MC SPR 2530*/ + + /* SUJATHA MMS Integration */ + { TxtDownload, (char *)chineseTxtDownload}, #if defined (FF_WAP) && defined (FF_GPF_TCPIP) //added by ellen - { TxtShowMessages, (char *)chineseTxtShowMessages}, //x0035544 07-11-2005 + { TxtShowMessages, (char *)chineseTxtShowMessages}, //x0035544 07-11-2005 { TxtPushMessages, (char *)chineseTxtPushMessages}, //x0035544 07-11-2005 #endif #if defined (FF_MMI_MMS) || defined (FF_MMI_EMS) //x0035544 07-11-2005 - {TxtMMS,(char *)chineseTxtMMS}, + {TxtMMS,(char *)chineseTxtMMS}, {TxtEMS,(char *)chineseTxtEMS}, {TxtMMSCreate,(char *)chineseTxtMMSCreate}, {TxtEMSCreate,(char *)chineseTxtEMSCreate}, @@ -5230,8 +5230,8 @@ {TxtNewMMS,(char *)chineseTxtNewMMS}, {TxtMMSRcvFail,(char *)chineseTxtMMSRcvFail}, {TxtMMSDots,(char *)chineseTxtMMSDots}, - {TxtExtract,(char *)chineseTxtExtract}, //x0035544 07-11-2005 - {TxtMMSNotification, (char *)chineseTxtMMSNotification },//x0035544 07-11-2005 + {TxtExtract,(char *)chineseTxtExtract}, //x0035544 07-11-2005 + {TxtMMSNotification, (char *)chineseTxtMMSNotification },//x0035544 07-11-2005 {TxtImmediate,(char *)chineseTxtImmediate },//x0035544 07-11-2005 {TxtDeferred, (char *)chineseTxtDeferred },//x0035544 07-11-2005 {TxtMMSRetrieving, (char *)chineseTxtMMSRetrieving },//x0035544 07-11-2005 @@ -5250,13 +5250,13 @@ {TxtNoObjects, (char *)chineseTxtNoObjects}, {TxtExtractable, (char *)chineseTxtExtractable}, #endif//x0035544 07-11-2005 - { TxtLockAls, (char *)chineseTxtLockAls }, /* NDH : CQ16317 */ - { TxtUnlockAls, (char *)chineseTxtUnlockAls }, /* NDH : CQ16317 */ - { TxtAlsLocked, (char *)chineseTxtAlsLocked }, /* NDH : CQ16317 */ - { TxtAlsUnlocked, (char *)chineseTxtAlsUnlocked }, /* NDH : CQ16317 */ - { TxtLimService, (char *)chineseTxtLimService}, /* SPR12653 */ //localization required. - - // Apr 06, 2005 REF: ENH 30011 + { TxtLockAls, (char *)chineseTxtLockAls }, /* NDH : CQ16317 */ + { TxtUnlockAls, (char *)chineseTxtUnlockAls }, /* NDH : CQ16317 */ + { TxtAlsLocked, (char *)chineseTxtAlsLocked }, /* NDH : CQ16317 */ + { TxtAlsUnlocked, (char *)chineseTxtAlsUnlocked }, /* NDH : CQ16317 */ + { TxtLimService, (char *)chineseTxtLimService}, /* SPR12653 */ //localization required. + + // Apr 06, 2005 REF: ENH 30011 //Strings for Camera, Mp3 and midi test application are //under the respective flags. //Nov 14, 2005 REF: OMAPS00044445 xdeepadh @@ -5264,167 +5264,167 @@ /* Nov 22, 2007 DR: OMAPS00152315 x0080701(Bharat) -- Commented #if defined */ // #if defined(FF_MMI_TEST_MP3) || defined(FF_MMI_TEST_AAC) - { TxtPlayerMonoChannel, (char *)chineseTxtPlayerMonoChannel}, /* NDH : CQ16317 */ - { TxtPlayerStereoChannel, (char *)chineseTxtPlayerStereoChannel}, /* NDH : CQ16317 */ - { TxtPlayerSetChannels, (char *)chineseTxtPlayerSetChannels}, /* NDH : CQ16317 */ - { TxtPlayerPlay, (char *)chineseTxtPlayerPlay}, /* NDH : CQ16317 */ - { TxtPlayerTest, (char *)chineseTxtPlayerTest}, /* NDH : CQ16317 */ - { TxtPlayerFileSelected, (char *)chineseTxtPlayerFileSelected}, /* NDH : CQ16317 */ - { TxtPlayerSelectFile, (char *)chineseTxtPlayerSelectFile}, /* NDH : CQ16317 */ - { TxtPlayerPause, (char *)chineseTxtPlayerPause}, - { TxtPlayerResume, (char *)chineseTxtPlayerResume }, /* NDH : CQ16317 */ - { TxtPlayerStop, (char *)chineseTxtPlayerStop }, /* NDH : CQ16317 */ - { TxtPlayerPlaying, (char *)chineseTxtPlayerPlaying }, /* NDH : CQ16317 */ - { TxtPlayerForward, (char *)chineseTxtPlayerForward }, /* OMAPS00070659 x0039928 */ - { TxtPlayerRewind, (char *)chineseTxtPlayerRewind }, - { TxtPlayerForwarding, (char *)chineseTxtPlayerForwarding }, - { TxtPlayerRewinding, (char *)chineseTxtPlayerRewinding }, /* OMAPS00070659 x0039928 */ -// Jul 18, 2005 REF: SPR 31695 xdeepadh - { TxtPlayerFileNotLoaded, (char *)chineseTxtPlayerNoFile}, - { TxtPlayerOptionNotImplemented, (char*)chineseTxtPlayerOptionNotImplemented}, + { TxtPlayerMonoChannel, (char *)chineseTxtPlayerMonoChannel}, /* NDH : CQ16317 */ + { TxtPlayerStereoChannel, (char *)chineseTxtPlayerStereoChannel}, /* NDH : CQ16317 */ + { TxtPlayerSetChannels, (char *)chineseTxtPlayerSetChannels}, /* NDH : CQ16317 */ + { TxtPlayerPlay, (char *)chineseTxtPlayerPlay}, /* NDH : CQ16317 */ + { TxtPlayerTest, (char *)chineseTxtPlayerTest}, /* NDH : CQ16317 */ + { TxtPlayerFileSelected, (char *)chineseTxtPlayerFileSelected}, /* NDH : CQ16317 */ + { TxtPlayerSelectFile, (char *)chineseTxtPlayerSelectFile}, /* NDH : CQ16317 */ + { TxtPlayerPause, (char *)chineseTxtPlayerPause}, + { TxtPlayerResume, (char *)chineseTxtPlayerResume }, /* NDH : CQ16317 */ + { TxtPlayerStop, (char *)chineseTxtPlayerStop }, /* NDH : CQ16317 */ + { TxtPlayerPlaying, (char *)chineseTxtPlayerPlaying }, /* NDH : CQ16317 */ + { TxtPlayerForward, (char *)chineseTxtPlayerForward }, /* OMAPS00070659 x0039928 */ + { TxtPlayerRewind, (char *)chineseTxtPlayerRewind }, + { TxtPlayerForwarding, (char *)chineseTxtPlayerForwarding }, + { TxtPlayerRewinding, (char *)chineseTxtPlayerRewinding }, /* OMAPS00070659 x0039928 */ +// Jul 18, 2005 REF: SPR 31695 xdeepadh + { TxtPlayerFileNotLoaded, (char *)chineseTxtPlayerNoFile}, + { TxtPlayerOptionNotImplemented, (char*)chineseTxtPlayerOptionNotImplemented}, // #endif //FF_MMI_TEST_MP3 /* Nov 22, 2007 DR: OMAPS00152315 x0080701(Bharat) -- Commented #endif */ //Aug 22, 2005 REF: ENH 31154 xdeepadh #if defined(FF_MMI_TEST_CAMERA) ||defined(FF_MMI_CAMERA_APP) - { TxtCameraTest, (char *)chineseTxtCameraTest}, /* NDH : CQ16317 */ - { TxtViewFinder, (char *)chineseTxtViewFinder}, /* NDH : CQ16317 */ - { TxtSnapshot, (char *)chineseTxtSnapshot}, /* NDH : CQ16317 */ - { TxtSaveSnapshot, (char *)chineseTxtSaveSnapshot}, /* NDH : CQ16317 */ - { TxtSnapshotSaved, (char *)chineseTxtSnapshotSaved}, /* NDH : CQ16317 */ - { TxtSoftSnap, (char *)chineseTxtSoftSnap}, /* NDH : CQ16317 */ - { TxtSoftSnapSave, (char *)chineseTxtSoftSnapSave}, /* NDH : CQ16317 */ - { TxtSnapSaving, (char *)chineseTxtSnapSaving}, - { TxtQuality, (char *)chineseTxtQuality}, - { TxtEconomy, (char *)chineseTxtEconomy}, - { TxtStandard, (char *)chineseTxtStandard}, - { TxtColor, (char *)chineseTxtColor}, - { TxtSepia, (char *)chineseTxtSepia}, - { TxtBlackandWhite, (char *)chineseTxtB_W}, - { TxtNegative, (char *)chineseTxtNegative}, - { TxtFilename, (char *)chineseTxtFilename}, - { TxtDigiZoom, (char *)chineseTxtDigiZoom}, - { TxtFrame, (char *)chineseTxtFrame}, - { TxtFrame1, (char *)chineseTxtFrame1}, - { TxtFrame2, (char *)chineseTxtFrame2}, - { TxtNoFrame, (char *)chineseTxtNoFrame}, - { TxtShootingMode, (char *)chineseTxtShootingMode}, - { TxtSingleshot, (char *)chineseTxtSingleShot}, - { Txt2Shots, (char *)chineseTxt2Shots}, - { Txt4Shots, (char *)chineseTxt4Shots}, - { Txt8Shots, (char *)chineseTxt8Shots}, + { TxtCameraTest, (char *)chineseTxtCameraTest}, /* NDH : CQ16317 */ + { TxtViewFinder, (char *)chineseTxtViewFinder}, /* NDH : CQ16317 */ + { TxtSnapshot, (char *)chineseTxtSnapshot}, /* NDH : CQ16317 */ + { TxtSaveSnapshot, (char *)chineseTxtSaveSnapshot}, /* NDH : CQ16317 */ + { TxtSnapshotSaved, (char *)chineseTxtSnapshotSaved}, /* NDH : CQ16317 */ + { TxtSoftSnap, (char *)chineseTxtSoftSnap}, /* NDH : CQ16317 */ + { TxtSoftSnapSave, (char *)chineseTxtSoftSnapSave}, /* NDH : CQ16317 */ + { TxtSnapSaving, (char *)chineseTxtSnapSaving}, + { TxtQuality, (char *)chineseTxtQuality}, + { TxtEconomy, (char *)chineseTxtEconomy}, + { TxtStandard, (char *)chineseTxtStandard}, + { TxtColor, (char *)chineseTxtColor}, + { TxtSepia, (char *)chineseTxtSepia}, + { TxtBlackandWhite, (char *)chineseTxtB_W}, + { TxtNegative, (char *)chineseTxtNegative}, + { TxtFilename, (char *)chineseTxtFilename}, + { TxtDigiZoom, (char *)chineseTxtDigiZoom}, + { TxtFrame, (char *)chineseTxtFrame}, + { TxtFrame1, (char *)chineseTxtFrame1}, + { TxtFrame2, (char *)chineseTxtFrame2}, + { TxtNoFrame, (char *)chineseTxtNoFrame}, + { TxtShootingMode, (char *)chineseTxtShootingMode}, + { TxtSingleshot, (char *)chineseTxtSingleShot}, + { Txt2Shots, (char *)chineseTxt2Shots}, + { Txt4Shots, (char *)chineseTxt4Shots}, + { Txt8Shots, (char *)chineseTxt8Shots}, #endif //FF_MMI_TEST_CAMERA // Apr 05, 2005 REF: ENH 29994 xdeepadh //Midi Test Application Strings were put under the flag FF_MMI_TEST_MIDI #ifdef FF_MMI_TEST_MIDI - { TxtMidiTest, (char *)chineseTxtMidiTest }, /* NDH : CQ16317 */ - { TxtMidiChangeConfig, (char *)chineseTxtMidiChangeConfig }, /* NDH : CQ16317 */ - { TxtMidiPlay, (char *)chineseTxtMidiPlay }, /* NDH : CQ16317 */ - { TxtMidiPlayAllFiles, (char *)chineseTxtMidiPlayAllFiles }, /* NDH : CQ16317 */ - { TxtMidiExit, (char *)chineseTxtMidiExit }, /* NDH : CQ16317 */ - { TxtChConfigFile, (char *)chineseTxtChConfigFile }, /* NDH : CQ16317 */ - { TxtChConfigVoiceLimit, (char *)chineseTxtChConfigVoiceLimit }, /* NDH : CQ16317 */ - { TxtChConfigLoop, (char *)chineseTxtChConfigLoop }, /* NDH : CQ16317 */ - { TxtChConfigChannels, (char *)chineseTxtChConfigChannels }, /* NDH : CQ16317 */ - { TxtChConfigBankLocation, (char *)chineseTxtMidiBankLocation }, /* NDH : CQ16317 */ - { TxtMidiEnterVoiceNumber, (char *)chineseTxtMidiEnterVoiceNumber }, /* NDH : CQ16317 */ - { TxtMidiSelectFile, (char *)chineseTxtMidiSelectFile }, /* NDH : CQ16317 */ - { TxtMidiOptionNotImplemented, (char *)chineseTxtMidiOptionNotImplemented }, /* NDH : CQ16317 */ - { TxtMidiLoopOn, (char *)chineseTxtMidiLoopOn }, /* NDH : CQ16317 */ - { TxtMidiLoopOff, (char *)chineseTxtMidiLoopOff }, /* NDH : CQ16317 */ - { TxtMidiChannels, (char *)chineseTxtMidiChannels }, /* NDH : CQ16317 */ - { TxtMidiMonoChannel, (char *)chineseTxtMidiMonoChannel }, /* NDH : CQ16317 */ - { TxtMidiStereoChannel, (char *)chineseTxtMidiStereoChannel}, /* NDH : CQ16317 */ - { TxtMidiBankLocation, (char *)chineseTxtMidiBankLocation}, //x0035544 07-11-2005 - { TxtMidiFastBankLocation, (char *)chineseTxtMidiFastBankLocation }, /* NDH : CQ16317 */ - { TxtMidiSlowBankLocation, (char *)chineseTxtMidiSlowBankLocation }, /* NDH : CQ16317 */ - { TxtMidiFileTitle, (char *)chineseTxtMidiFileTitle }, /* NDH : CQ16317 */ - { TxtMidiFileNotLoaded, (char *)chineseTxtMidiFileNotLoaded }, /* NDH : CQ16317 */ - { TxtMidiFileSelected, (char *)chineseTxtMidiFileSelected }, /* NDH : CQ16317 */ - { TxtChConfigAudioOutput, (char *)chineseTxtChConfigAudioOutput}, /* NDH : CQ16317 */ - { TxtMidiSpeaker, (char *)chineseTxtMidiSpeaker}, /* NDH : CQ16317 */ - { TxtMidiHeadset, (char *)chineseTxtMidiHeadset}, /* NDH : CQ16317 */ + { TxtMidiTest, (char *)chineseTxtMidiTest }, /* NDH : CQ16317 */ + { TxtMidiChangeConfig, (char *)chineseTxtMidiChangeConfig }, /* NDH : CQ16317 */ + { TxtMidiPlay, (char *)chineseTxtMidiPlay }, /* NDH : CQ16317 */ + { TxtMidiPlayAllFiles, (char *)chineseTxtMidiPlayAllFiles }, /* NDH : CQ16317 */ + { TxtMidiExit, (char *)chineseTxtMidiExit }, /* NDH : CQ16317 */ + { TxtChConfigFile, (char *)chineseTxtChConfigFile }, /* NDH : CQ16317 */ + { TxtChConfigVoiceLimit, (char *)chineseTxtChConfigVoiceLimit }, /* NDH : CQ16317 */ + { TxtChConfigLoop, (char *)chineseTxtChConfigLoop }, /* NDH : CQ16317 */ + { TxtChConfigChannels, (char *)chineseTxtChConfigChannels }, /* NDH : CQ16317 */ + { TxtChConfigBankLocation, (char *)chineseTxtMidiBankLocation }, /* NDH : CQ16317 */ + { TxtMidiEnterVoiceNumber, (char *)chineseTxtMidiEnterVoiceNumber }, /* NDH : CQ16317 */ + { TxtMidiSelectFile, (char *)chineseTxtMidiSelectFile }, /* NDH : CQ16317 */ + { TxtMidiOptionNotImplemented, (char *)chineseTxtMidiOptionNotImplemented }, /* NDH : CQ16317 */ + { TxtMidiLoopOn, (char *)chineseTxtMidiLoopOn }, /* NDH : CQ16317 */ + { TxtMidiLoopOff, (char *)chineseTxtMidiLoopOff }, /* NDH : CQ16317 */ + { TxtMidiChannels, (char *)chineseTxtMidiChannels }, /* NDH : CQ16317 */ + { TxtMidiMonoChannel, (char *)chineseTxtMidiMonoChannel }, /* NDH : CQ16317 */ + { TxtMidiStereoChannel, (char *)chineseTxtMidiStereoChannel}, /* NDH : CQ16317 */ + { TxtMidiBankLocation, (char *)chineseTxtMidiBankLocation}, //x0035544 07-11-2005 + { TxtMidiFastBankLocation, (char *)chineseTxtMidiFastBankLocation }, /* NDH : CQ16317 */ + { TxtMidiSlowBankLocation, (char *)chineseTxtMidiSlowBankLocation }, /* NDH : CQ16317 */ + { TxtMidiFileTitle, (char *)chineseTxtMidiFileTitle }, /* NDH : CQ16317 */ + { TxtMidiFileNotLoaded, (char *)chineseTxtMidiFileNotLoaded }, /* NDH : CQ16317 */ + { TxtMidiFileSelected, (char *)chineseTxtMidiFileSelected }, /* NDH : CQ16317 */ + { TxtChConfigAudioOutput, (char *)chineseTxtChConfigAudioOutput}, /* NDH : CQ16317 */ + { TxtMidiSpeaker, (char *)chineseTxtMidiSpeaker}, /* NDH : CQ16317 */ + { TxtMidiHeadset, (char *)chineseTxtMidiHeadset}, /* NDH : CQ16317 */ //x0pleela 30 Jan, 2007 DR: OMAPS00108892 //Adding the following strings to display error message //when loop on is enabled while playing all files - { TxtLoopOn, (char *)chineseTxtLoopOn}, - { TxtCantPlayAllFiles, (char *)chineseTxtMidiHeadset}, - { TxtCantBeActivated, (char*)chineseTxtCantBeActivated}, + { TxtLoopOn, (char *)chineseTxtLoopOn}, + { TxtCantPlayAllFiles, (char *)chineseTxtMidiHeadset}, + { TxtCantBeActivated, (char*)chineseTxtCantBeActivated}, #endif//#ifdef FF_MMI_TEST_MIDI #ifdef BTE_MOBILE - /* - ** Start of Bluetooth Related Strings - */ - {TxtBluetooth, (char *)chineseTxtBluetooth }, - {TxtBluetoothEnable, (char *)chineseTxtBluetoothEnable }, - {TxtBluetoothDisable, (char *)chineseTxtBluetoothDisable }, - {TxtBtEnterDeviceName, (char *)chineseTxtBtEnterDeviceName }, - {TxtBtEnterPassKey, (char *)chineseTxtBtEnterPassKey }, - {TxtBtPassKey, (char *)chineseTxtBtPassKey }, - {TxtBtTimeout, (char *)chineseTxtBtTimeout }, - {TxtBtPairing, (char *)chineseTxtBtPairing }, - {TxtBtPaired, (char *)chineseTxtBtPaired }, - {TxtBtAuthorize, (char *)chineseTxtBtAuthorize }, - {TxtBtUnAuthorize, (char *)chineseTxtBtUnAuthorize }, - {TxtBtInfo, (char *)chineseTxtBtInfo }, - {TxtBtYesOnce, (char *)chineseTxtBtYesOnce }, - {TxtBtYesAlways, (char *)chineseTxtBtYesAlways }, - {TxtBtPairDevice, (char *)chineseTxtBtPairDevice }, - {TxtBtChangePassKey, (char *)chineseTxtBtChangePassKey }, - {TxtBtShowServices, (char *)chineseTxtBtShowServices }, - {TxtBtAddToKnown, (char *)chineseTxtBtAddToKnown }, - {TxtBtRemoveDevice, (char *)chineseTxtBtRemoveDevice }, - {TxtBtDeviceName, (char *)chineseTxtBtDeviceName }, - {TxtBtSet, (char *)chineseTxtBtSet }, - {TxtBtServices, (char *)chineseTxtBtServices }, - {TxtBtNoServices, (char *)chineseTxtBtNoServices }, - {TxtBtSupported, (char *)chineseTxtBtSupported }, - {TxtBtSerialPort, (char *)chineseTxtBtSerialPort }, - {TxtBtDialUpNetworking, (char *)chineseTxtBtDialUpNetworking }, - {TxtBtHeadSet, (char *)chineseTxtBtHeadSet }, - {TxtBtHandsFree, (char *)chineseTxtBtHandsFree }, - {TxtBtObjectPush, (char *)chineseTxtBtObjectPush }, - {TxtBtFileTransfer, (char *)chineseTxtBtFileTransfer }, - {TxtBtLanAccess, (char *)chineseTxtBtLanAccess }, - {TxtBtCordlessTelephony, (char *)chineseTxtBtCordlessTelephony }, - {TxtBtIntercom, (char *)chineseTxtBtIntercom }, - {TxtBtUnknownService, (char *)chineseTxtBtUnknownService }, - {TxtBtRequiresAuthorizationForService, (char *)chineseTxtBtRequiresAuthorizationForService }, - {TxtBtDevices, (char *)chineseTxtBtDevices }, - {TxtBtDevice, (char *)chineseTxtBtDevice }, - {TxtBtHidden, (char *)chineseTxtBtHidden }, - {TxtBtTimed, (char *)chineseTxtBtTimed }, - {TxtBtKnownDevices, (char *)chineseTxtBtKnownDevices }, - {TxtBtDiscoverable, (char *)chineseTxtBtDiscoverable }, - {TxtBtNoDevices, (char *)chineseTxtBtNoDevices }, - {TxtBtFound, (char *)chineseTxtBtFound }, - {TxtBtSetLocalName, (char *)chineseTxtBtSetLocalName }, - {TxtBtClearStoredDevices, (char *)chineseTxtBtClearStoredDevices }, - /* - ** End of Bluetooth Related Strings - */ + /* + ** Start of Bluetooth Related Strings + */ + {TxtBluetooth, (char *)chineseTxtBluetooth }, + {TxtBluetoothEnable, (char *)chineseTxtBluetoothEnable }, + {TxtBluetoothDisable, (char *)chineseTxtBluetoothDisable }, + {TxtBtEnterDeviceName, (char *)chineseTxtBtEnterDeviceName }, + {TxtBtEnterPassKey, (char *)chineseTxtBtEnterPassKey }, + {TxtBtPassKey, (char *)chineseTxtBtPassKey }, + {TxtBtTimeout, (char *)chineseTxtBtTimeout }, + {TxtBtPairing, (char *)chineseTxtBtPairing }, + {TxtBtPaired, (char *)chineseTxtBtPaired }, + {TxtBtAuthorize, (char *)chineseTxtBtAuthorize }, + {TxtBtUnAuthorize, (char *)chineseTxtBtUnAuthorize }, + {TxtBtInfo, (char *)chineseTxtBtInfo }, + {TxtBtYesOnce, (char *)chineseTxtBtYesOnce }, + {TxtBtYesAlways, (char *)chineseTxtBtYesAlways }, + {TxtBtPairDevice, (char *)chineseTxtBtPairDevice }, + {TxtBtChangePassKey, (char *)chineseTxtBtChangePassKey }, + {TxtBtShowServices, (char *)chineseTxtBtShowServices }, + {TxtBtAddToKnown, (char *)chineseTxtBtAddToKnown }, + {TxtBtRemoveDevice, (char *)chineseTxtBtRemoveDevice }, + {TxtBtDeviceName, (char *)chineseTxtBtDeviceName }, + {TxtBtSet, (char *)chineseTxtBtSet }, + {TxtBtServices, (char *)chineseTxtBtServices }, + {TxtBtNoServices, (char *)chineseTxtBtNoServices }, + {TxtBtSupported, (char *)chineseTxtBtSupported }, + {TxtBtSerialPort, (char *)chineseTxtBtSerialPort }, + {TxtBtDialUpNetworking, (char *)chineseTxtBtDialUpNetworking }, + {TxtBtHeadSet, (char *)chineseTxtBtHeadSet }, + {TxtBtHandsFree, (char *)chineseTxtBtHandsFree }, + {TxtBtObjectPush, (char *)chineseTxtBtObjectPush }, + {TxtBtFileTransfer, (char *)chineseTxtBtFileTransfer }, + {TxtBtLanAccess, (char *)chineseTxtBtLanAccess }, + {TxtBtCordlessTelephony, (char *)chineseTxtBtCordlessTelephony }, + {TxtBtIntercom, (char *)chineseTxtBtIntercom }, + {TxtBtUnknownService, (char *)chineseTxtBtUnknownService }, + {TxtBtRequiresAuthorizationForService, (char *)chineseTxtBtRequiresAuthorizationForService }, + {TxtBtDevices, (char *)chineseTxtBtDevices }, + {TxtBtDevice, (char *)chineseTxtBtDevice }, + {TxtBtHidden, (char *)chineseTxtBtHidden }, + {TxtBtTimed, (char *)chineseTxtBtTimed }, + {TxtBtKnownDevices, (char *)chineseTxtBtKnownDevices }, + {TxtBtDiscoverable, (char *)chineseTxtBtDiscoverable }, + {TxtBtNoDevices, (char *)chineseTxtBtNoDevices }, + {TxtBtFound, (char *)chineseTxtBtFound }, + {TxtBtSetLocalName, (char *)chineseTxtBtSetLocalName }, + {TxtBtClearStoredDevices, (char *)chineseTxtBtClearStoredDevices }, + /* + ** End of Bluetooth Related Strings + */ #endif - { TxtFDNName, (char *)chineseTxtFDNName }, //MMI SPR 18555 - { TxtAllDivert, (char *)chineseTxtAllDivert},/* SPR13614 */ //localization required. - { TxtNoReachDivert, (char *)chineseTxtNoReachDivert},/* SPR13614 */ //localization required. - { TxtBusyDivert, (char *)chineseTxtBusyDivert},/* SPR13614 */ //localization required. - { TxtNoAnsDivert, (char *)chineseTxtNoAnsDivert},/* SPR13614 */ //localization required. - { TxtCondDivert, (char *)chineseTxtCondDivert},/* SPR13614 */ //localization required. - { TxtAllCallsDivert, (char *)chineseTxtAllCallsDivert},/* SPR13614 */ //localization required. - { TxtInvalidInput, (char *)chineseTxtInvalidInput}, //SPR21547 localization required. - { TxtFDNListFull,(char *)chineseTxtFDNListFull},//SPR 31710 x0021308:RamG. + { TxtFDNName, (char *)chineseTxtFDNName }, //MMI SPR 18555 + { TxtAllDivert, (char *)chineseTxtAllDivert},/* SPR13614 */ //localization required. + { TxtNoReachDivert, (char *)chineseTxtNoReachDivert},/* SPR13614 */ //localization required. + { TxtBusyDivert, (char *)chineseTxtBusyDivert},/* SPR13614 */ //localization required. + { TxtNoAnsDivert, (char *)chineseTxtNoAnsDivert},/* SPR13614 */ //localization required. + { TxtCondDivert, (char *)chineseTxtCondDivert},/* SPR13614 */ //localization required. + { TxtAllCallsDivert, (char *)chineseTxtAllCallsDivert},/* SPR13614 */ //localization required. + { TxtInvalidInput, (char *)chineseTxtInvalidInput}, //SPR21547 localization required. + { TxtFDNListFull,(char *)chineseTxtFDNListFull},//SPR 31710 x0021308:RamG. //Nov 29, 2004 REF: CRR 25051 xkundadu //Description: INCALL SCREEN ?ADJUSTING THE VOLUME //Fix: Added these Chinees strings to display the various speaker volume // level strings. - {TxtLevel1, (char *)chineesTxtLevel1}, - {TxtLevel2, (char *)chineesTxtLevel2}, - {TxtLevel3, (char *)chineesTxtLevel3}, - {TxtLevel4, (char *)chineesTxtLevel4}, - {TxtLevel5, (char *)chineesTxtLevel5}, - {TxtImage,(char *)chineesTxtImage}, //xrashmic 28 Jan, 2005 MMI-SPR-28166 + {TxtLevel1, (char *)chineesTxtLevel1}, + {TxtLevel2, (char *)chineesTxtLevel2}, + {TxtLevel3, (char *)chineesTxtLevel3}, + {TxtLevel4, (char *)chineesTxtLevel4}, + {TxtLevel5, (char *)chineesTxtLevel5}, + {TxtImage,(char *)chineesTxtImage}, //xrashmic 28 Jan, 2005 MMI-SPR-28166 { TxtSmsWaiting, (char*)chineesTxtSMSWait}, //x0018858 24 Mar, 2005 MMI-FIX-11321 /* Power management Menu*/ #ifdef NEPTUNE_BOARD @@ -5436,145 +5436,145 @@ #endif #ifdef FF_MMI_MULTIMEDIA /* Multimedia related strings. */ - {TxtMultimediaApp, (char *)chineesTxtMultimediaApp}, - {TxtConfigurationParameters, (char *)chineesTxtConfigurationParameters}, - {TxtAudioVideoPlayback, (char *)chineesTxtAudioVideoPlayback}, - {TxtMidiPlayback, (char *)chineesTxtMidiPlayback}, - {TxtImageViewer, (char *)chineesTxtImageViewer}, - {TxtCameraCapture, (char *)chineesTxtCameraCapture}, - {TxtVideoRecording, (char *)chineesTxtAudioVideoRecording}, - {TxtAudioRecording, (char *)chineesTxtAudioVideoRecording}, - {TxtPlayRecording, (char *)chineesTxtAudioVideoRecording}, - {TxtFileListType, (char *)chineesTxtFileListType}, - {TxtNoFileAvail, (char *)chineesTxtNoFilesAvail}, - /* Configuration Parameter. */ - {TxtOutputScreenSize, (char *)chineesTxtOutputScreenSize}, - {TxtAudioEncodingFormat, (char *)chineesTxtAudioEncodingFormat}, - {TxtVideoEncodingFormat, (char *)chineesTxtVideoEncodingFormat}, - {TxtVideoCaptureSize, (char *)chineesTxtVideoCaptureSize}, - {TxtVideoFrameRateSelection, (char *)chineesTxtVideoFrameRateSelection}, - {TxtAudioBitRate, (char *)chineesTxtAudioBitRate}, - {TxtVideoBitRate, (char *)chineesTxtVideoBitRate}, - {TxtMidiPlayerSelect, (char *)chineesTxtMidiPlayerSelect}, + {TxtMultimediaApp, (char *)chineesTxtMultimediaApp}, + {TxtConfigurationParameters, (char *)chineesTxtConfigurationParameters}, + {TxtAudioVideoPlayback, (char *)chineesTxtAudioVideoPlayback}, + {TxtMidiPlayback, (char *)chineesTxtMidiPlayback}, + {TxtImageViewer, (char *)chineesTxtImageViewer}, + {TxtCameraCapture, (char *)chineesTxtCameraCapture}, + {TxtVideoRecording, (char *)chineesTxtAudioVideoRecording}, + {TxtAudioRecording, (char *)chineesTxtAudioVideoRecording}, + {TxtPlayRecording, (char *)chineesTxtAudioVideoRecording}, + {TxtFileListType, (char *)chineesTxtFileListType}, + {TxtNoFileAvail, (char *)chineesTxtNoFilesAvail}, + /* Configuration Parameter. */ + {TxtOutputScreenSize, (char *)chineesTxtOutputScreenSize}, + {TxtAudioEncodingFormat, (char *)chineesTxtAudioEncodingFormat}, + {TxtVideoEncodingFormat, (char *)chineesTxtVideoEncodingFormat}, + {TxtVideoCaptureSize, (char *)chineesTxtVideoCaptureSize}, + {TxtVideoFrameRateSelection, (char *)chineesTxtVideoFrameRateSelection}, + {TxtAudioBitRate, (char *)chineesTxtAudioBitRate}, + {TxtVideoBitRate, (char *)chineesTxtVideoBitRate}, + {TxtMidiPlayerSelect, (char *)chineesTxtMidiPlayerSelect}, /* Screen Mode. */ - {TxtHalfScreenMode,(char *) chineesTxtHalfScreenMode }, - {TxtFullScreenMode, (char *) chineesTxtFullScreenMode}, - /* Audio Format */ - {TxtAAC, (char *) chineesTxtAAC }, - {TxtAMR,(char *) chineesTxtAMR }, - {TxtPCM,(char *) chineesTxtPCM }, - {TxtMP3,(char *) chineesTxtMP3 }, - /* Video Format */ - {TxtMpeg4, (char *) chineesTxtMpeg4 }, - {TxtH263, (char *) chineesTxtH263 }, + {TxtHalfScreenMode,(char *) chineesTxtHalfScreenMode }, + {TxtFullScreenMode, (char *) chineesTxtFullScreenMode}, + /* Audio Format */ + {TxtAAC, (char *) chineesTxtAAC }, + {TxtAMR,(char *) chineesTxtAMR }, + {TxtPCM,(char *) chineesTxtPCM }, + {TxtMP3,(char *) chineesTxtMP3 }, + /* Video Format */ + {TxtMpeg4, (char *) chineesTxtMpeg4 }, + {TxtH263, (char *) chineesTxtH263 }, /* Frame Size */ - {TxtQcif, (char *) chineesTxtQcif }, - {TxtCif, (char *) chineesTxtCif }, + {TxtQcif, (char *) chineesTxtQcif }, + {TxtCif, (char *) chineesTxtCif }, /* Frame Rate */ - {Txt5fps, (char *) chineesTxt5fps }, - {Txt10fps, (char *) chineesTxt10fps }, - {Txt15fps, (char *) chineesTxt15fps }, - {Txt20fps, (char *) chineesTxt20fps }, - {Txt25fps, (char *) chineesTxt25fps }, - {Txt30fps, (char *) chineesTxt30fps }, + {Txt5fps, (char *) chineesTxt5fps }, + {Txt10fps, (char *) chineesTxt10fps }, + {Txt15fps, (char *) chineesTxt15fps }, + {Txt20fps, (char *) chineesTxt20fps }, + {Txt25fps, (char *) chineesTxt25fps }, + {Txt30fps, (char *) chineesTxt30fps }, /* Bit Rate */ - {TxtAACBitRate, (char *) chineesTxtAACBitRate }, - {AMRNBBitRate, (char *) chineesAMRNBBitRate }, + {TxtAACBitRate, (char *) chineesTxtAACBitRate }, + {AMRNBBitRate, (char *) chineesAMRNBBitRate }, /* AAC Bit Rate */ - {Txt48Kbps, (char *) chineesTxt48Kbps }, - {Txt66p15Kbps,(char *) chineesTxt66p15Kbps }, - {Txt72Kbps, (char *) chineesTxt72Kbps }, - {Txt96pKbps, (char *) chineesTxt96pKbps }, - {Txt132p3Kbps, (char *) chineesTxt132p3Kbps }, - {Txt144Kbps, (char *) chineesTxt144Kbps }, - {Txt192Kbps,(char *) chineesTxt192Kbps}, - {Txt264p6Kbps, (char *) chineesTxt264p6Kbps }, - {Txt288Kbps, (char *) chineesTxt288Kbps }, + {Txt48Kbps, (char *) chineesTxt48Kbps }, + {Txt66p15Kbps,(char *) chineesTxt66p15Kbps }, + {Txt72Kbps, (char *) chineesTxt72Kbps }, + {Txt96pKbps, (char *) chineesTxt96pKbps }, + {Txt132p3Kbps, (char *) chineesTxt132p3Kbps }, + {Txt144Kbps, (char *) chineesTxt144Kbps }, + {Txt192Kbps,(char *) chineesTxt192Kbps}, + {Txt264p6Kbps, (char *) chineesTxt264p6Kbps }, + {Txt288Kbps, (char *) chineesTxt288Kbps }, /* AMR Bit Rate */ {Txt1p80Kbps, (char *) chineesTxt1p80Kbps }, - {Txt4p75Kbps, (char *) chineesTxt4p75Kbps }, - {Txt5p15Kbps, (char *) chineesTxt5p15Kbps }, - {Txt5p9Kbps, (char *) chineesTxt5p9Kbps }, - {Txt6p7Kbps, (char *) chineesTxt6p7Kbps }, - {Txt7p4Kbps, (char *) chineesTxt7p4Kbps }, - {Txt7p95Kbps, (char *) chineesTxt7p95Kbps }, - {Txt10p2Kbps, (char *) chineesTxt10p2Kbps }, - {Txt12p2Kbps, (char *) chineesTxt12p2Kbps }, + {Txt4p75Kbps, (char *) chineesTxt4p75Kbps }, + {Txt5p15Kbps, (char *) chineesTxt5p15Kbps }, + {Txt5p9Kbps, (char *) chineesTxt5p9Kbps }, + {Txt6p7Kbps, (char *) chineesTxt6p7Kbps }, + {Txt7p4Kbps, (char *) chineesTxt7p4Kbps }, + {Txt7p95Kbps, (char *) chineesTxt7p95Kbps }, + {Txt10p2Kbps, (char *) chineesTxt10p2Kbps }, + {Txt12p2Kbps, (char *) chineesTxt12p2Kbps }, /* Video Bit Rate */ - {Txt64Kbps, (char *) chineesTxt64Kbps }, - {Txt128Kbps, (char *) chineesTxt128Kbps }, - {Txt384Kbps, (char *) chineesTxt384Kbps}, - /* Softkey display string in Multimedia Application.*/ - {TxtPauseKey, (char *) chineesTxtPauseKey }, - {TxtResumeKey, (char *) chineesTxtResumeKey }, - {TxtEncodeKey, (char *) chineesTxtEncodeKey }, - {TxtSoftIVT, (char *) chineesTxtSoftIVT }, - {TxtPictureDisp, (char *) chineesTxtPictureDisp }, - {TxtSetParam, (char *) chineesTxtSetParam}, - /* Audio Path Configuration Parameter. */ - {TxtAudioPath, (char *) chineesTxtAudioPath }, - {TxtHeadset, (char *) chineesTxtHeadset}, - {TxtHeadphone, (char *) chineesTxtHeadphone }, - /* Audio / Video Recording related strings.*/ - {TxtSoftStart,(char *) chineesTxtSoftStart }, - {TxtAudvidRecord,(char *) chineesTxtAudvidRecord}, - {TxtQQVga, (char *) chineesTxtQQVga}, - {TxtEncdTo, (char *) chineesTxtEncdTo}, - {TxtJPEGFile, (char *) chineesTxtJPEGFile }, - /* File Management related strings. */ - {TxtFileMgmt,(char *) chineesTxtFileMgmt }, - {TxtFileOprns, (char *) chineesTxtFileOprns }, - {TxtFileOprnsTest, (char *) chineesTxtFileOprnsTest }, - {TxtFFS, (char *) chineesTxtFFS}, - {TxtMMC, (char *) chineesTxtMMC }, - /* Begin: x0045876, 02-Aug-2006 (UCS2 support - Not defined) */ - /* - - {TxtSDC, (char *) chineesTxtSDC}, - {TxtTestCase1, (char *) chineesTxtTestCase1 }, - {TxtTestCase2, (char *) chineesTxtTestCase2 }, - {TxtTestCase3, (char *) chineesTxtTestCase3 }, - */ - /* End: x0045876, 02-Aug-2006 (UCS2 support - Not defined) */ - {TxtOperSuccess, (char *) chineesTxtOperSuccess }, - {TxtOperFailed, (char *) chineesTxtOperFailed }, - {TxtNotYetDone, (char *) chineesTxtNotYetDone }, - /*For FTP Application */ - { TxtFTPApp,(char *) chineesTxtFTPApp }, - { TxtPut, (char *) chineesTxtPut }, - { TxtGet, (char *) chineesTxtGet }, - /* Configuration Parameter - Volume Configuration and Preferred Storage.*/ - { TxtVolumeConfig, (char *) chineesTxtVolumeConfig}, - { TxtPreferredStorage, (char *) chineesTxtPreferredStorage}, + {Txt64Kbps, (char *) chineesTxt64Kbps }, + {Txt128Kbps, (char *) chineesTxt128Kbps }, + {Txt384Kbps, (char *) chineesTxt384Kbps}, + /* Softkey display string in Multimedia Application.*/ + {TxtPauseKey, (char *) chineesTxtPauseKey }, + {TxtResumeKey, (char *) chineesTxtResumeKey }, + {TxtEncodeKey, (char *) chineesTxtEncodeKey }, + {TxtSoftIVT, (char *) chineesTxtSoftIVT }, + {TxtPictureDisp, (char *) chineesTxtPictureDisp }, + {TxtSetParam, (char *) chineesTxtSetParam}, + /* Audio Path Configuration Parameter. */ + {TxtAudioPath, (char *) chineesTxtAudioPath }, + {TxtHeadset, (char *) chineesTxtHeadset}, + {TxtHeadphone, (char *) chineesTxtHeadphone }, + /* Audio / Video Recording related strings.*/ + {TxtSoftStart,(char *) chineesTxtSoftStart }, + {TxtAudvidRecord,(char *) chineesTxtAudvidRecord}, + {TxtQQVga, (char *) chineesTxtQQVga}, + {TxtEncdTo, (char *) chineesTxtEncdTo}, + {TxtJPEGFile, (char *) chineesTxtJPEGFile }, + /* File Management related strings. */ + {TxtFileMgmt,(char *) chineesTxtFileMgmt }, + {TxtFileOprns, (char *) chineesTxtFileOprns }, + {TxtFileOprnsTest, (char *) chineesTxtFileOprnsTest }, + {TxtFFS, (char *) chineesTxtFFS}, + {TxtMMC, (char *) chineesTxtMMC }, + /* Begin: x0045876, 02-Aug-2006 (UCS2 support - Not defined) */ + /* + + {TxtSDC, (char *) chineesTxtSDC}, + {TxtTestCase1, (char *) chineesTxtTestCase1 }, + {TxtTestCase2, (char *) chineesTxtTestCase2 }, + {TxtTestCase3, (char *) chineesTxtTestCase3 }, + */ + /* End: x0045876, 02-Aug-2006 (UCS2 support - Not defined) */ + {TxtOperSuccess, (char *) chineesTxtOperSuccess }, + {TxtOperFailed, (char *) chineesTxtOperFailed }, + {TxtNotYetDone, (char *) chineesTxtNotYetDone }, + /*For FTP Application */ + { TxtFTPApp,(char *) chineesTxtFTPApp }, + { TxtPut, (char *) chineesTxtPut }, + { TxtGet, (char *) chineesTxtGet }, + /* Configuration Parameter - Volume Configuration and Preferred Storage.*/ + { TxtVolumeConfig, (char *) chineesTxtVolumeConfig}, + { TxtPreferredStorage, (char *) chineesTxtPreferredStorage}, { TxtAudioDecodeConfig, (char *) chineesTxtAudioDecodeConfig}, { TxtAudioEncodeConfig, (char *) chineesTxtAudioEncodeConfig}, { TxtVideoEncodeConfig, (char *) chineesTxtVideoEncodeConfig}, - { TxtSpeaker, (char *) chineesTxtSpeaker}, // Configuration Parameter. - { TxtEnterPath, (char *) chineesTxtEnterPath}, + { TxtSpeaker, (char *) chineesTxtSpeaker}, // Configuration Parameter. + { TxtEnterPath, (char *) chineesTxtEnterPath}, {TxtInvalidPath, (char *) chineesTxtInvalidPath}, - { TxtRename, (char *) chineesTxtRename }, + { TxtRename, (char *) chineesTxtRename }, { TxtCreateFolder, (char *) chineesTxtCreateFolder }, { TxtEnterFileName, (char *) chineesTxtEnterFileName }, - { TxtFolderNotEmpty, (char *) chineesTxtFolderNotEmpty }, + { TxtFolderNotEmpty, (char *) chineesTxtFolderNotEmpty }, { TxtGarbageCollect, (char *) chineseTxtGarbageCollect }, - /* x0045876, 02-Aug-2006 (UCS2 Support - Parameter undefined) */ - /* + /* x0045876, 02-Aug-2006 (UCS2 Support - Parameter undefined) */ + /* { TxtOperationList, (char *) chineesTxtOperationList }, */ { TxtDestination, (char *) chineesTxtDestination }, - {TxtDummyStr, (char *) chineesTxtDummyStr }, - {TxtDummyStr1, (char *) chineesTxtDummyStr1 }, - {Txt8kRate, (char *) chineesTxt8kRate}, - {Txt11kRate, (char *) chineesTxt11kRate }, - {Txt12kRate, (char *)chineesTxt12kRate}, /*OMAPS00081264 - 12k Menu addition */ - {Txt16kRate, (char *) chineesTxt16kRate }, - {Txt22kRate, (char *) chineesTxt22kRate}, + {TxtDummyStr, (char *) chineesTxtDummyStr }, + {TxtDummyStr1, (char *) chineesTxtDummyStr1 }, + {Txt8kRate, (char *) chineesTxt8kRate}, + {Txt11kRate, (char *) chineesTxt11kRate }, + {Txt12kRate, (char *)chineesTxt12kRate}, /*OMAPS00081264 - 12k Menu addition */ + {Txt16kRate, (char *) chineesTxt16kRate }, + {Txt22kRate, (char *) chineesTxt22kRate}, {Txt24kRate, (char *)chineesTxt24kRate}, /*OMAPS00081264 - 24k Menu addition */ - {Txt32kRate, (char *) chineesTxt32kRate }, - {Txt44kRate, (char *) chineesTxt44kRate}, - {Txt48kRate, (char *) chineesTxt48kRate}, - {TxtPcmRate, (char *) chineesTxtPcmRate}, - {TxtPcmChannelMode, (char *) chineesTxtPcmChannelMode }, + {Txt32kRate, (char *) chineesTxt32kRate }, + {Txt44kRate, (char *) chineesTxt44kRate}, + {Txt48kRate, (char *) chineesTxt48kRate}, + {TxtPcmRate, (char *) chineesTxtPcmRate}, + {TxtPcmChannelMode, (char *) chineesTxtPcmChannelMode }, /* Image Quality Setting */ {TxtImgCaptureQuality, (char *) chineesTxtImgCaptureQuality}, {Txt0Set, (char *) chineesTxt0Set}, @@ -5605,48 +5605,48 @@ {TxtAudioVideoRecord, (char *) chineesTxtAudioVideoRecord}, {TxtVideoRecord, (char *) chineesTxtVideoRecord}, #endif -// xpradipg - LOCOSTO-ENH-31895 : 23 June 2005 +// xpradipg - LOCOSTO-ENH-31895 : 23 June 2005 #ifdef FF_MMI_AUDIO_PROFILE - {TxtLoudspeaker, (char *)chineesTxtLoudspeaker}, - {TxtHandheld, (char *)chineesTxtHandheld}, - {TxtCarkit, (char *)chineesTxtCarkit}, - {TxtHeadset, (char *)chineesTxtHeadset}, - {TxtInserted, (char*)chineesTxtInserted}, - {TxtRemoved, (char*)chineesTxtRemoved}, + {TxtLoudspeaker, (char *)chineesTxtLoudspeaker}, + {TxtHandheld, (char *)chineesTxtHandheld}, + {TxtCarkit, (char *)chineesTxtCarkit}, + {TxtHeadset, (char *)chineesTxtHeadset}, + {TxtInserted, (char*)chineesTxtInserted}, + {TxtRemoved, (char*)chineesTxtRemoved}, #endif #ifdef FF_MMI_FILE_VIEWER - {TxtFileNotLoaded,(char *)chineseTxtFileNotLoaded}, - { TxtFileViewer, (char *)chineseTxtFileViewer}, //May 02, 2005 REF:Camera App xdeepadh - { TxtRename, (char *)chineseTxtRename}, - {TxtDeleteConfirm,(char *)chineseTxtDeleteConfirm}, - {TxtFileTooBig,(char *)chineseTxtFileTooBig}, - {TxtFileExists,(char *)chineseTxtFileExists},//Jan 03, 2006 REF: SPR OMAPS00060036 xdeepadh translation needed - {TxtWrongFilename,(char *)chineseTxtWrongFile},//Aug 31, 2005 REF: SPR 34050 xdeepadh - {TxtNoExtension,(char *)chineseTxtNoExtension},//Aug 31, 2005 REF: SPR 34050 xdeepadh - #endif // FF_MMI_FILE_VIEWER + {TxtFileNotLoaded,(char *)chineseTxtFileNotLoaded}, + { TxtFileViewer, (char *)chineseTxtFileViewer}, //May 02, 2005 REF:Camera App xdeepadh + { TxtRename, (char *)chineseTxtRename}, + {TxtDeleteConfirm,(char *)chineseTxtDeleteConfirm}, + {TxtFileTooBig,(char *)chineseTxtFileTooBig}, + {TxtFileExists,(char *)chineseTxtFileExists},//Jan 03, 2006 REF: SPR OMAPS00060036 xdeepadh translation needed + {TxtWrongFilename,(char *)chineseTxtWrongFile},//Aug 31, 2005 REF: SPR 34050 xdeepadh + {TxtNoExtension,(char *)chineseTxtNoExtension},//Aug 31, 2005 REF: SPR 34050 xdeepadh + #endif // FF_MMI_FILE_VIEWER //Aug 22, 2005 REF: ENH 31154 xdeepadh #if defined(FF_MMI_TEST_CAMERA) ||defined(FF_MMI_CAMERA_APP) - { TxtRotate,(char *)chineseTxtRotate}, - { TxtRotate90Degree, (char *)chineseTxtRotate90Degree}, - { TxtRotate180Degree, (char *)chineseTxtRotate180Degree}, - { TxtRotate270Degree, (char *)chineseTxtRotate270Degree}, - { TxtZoom, (char *)chineseTxtZoom}, - { TxtZoomIn, (char *)chineseTxtZoomIn}, - { TxtZoomOut, (char *)chineseTxtZoomOut}, - { TxtZoomInMax, (char *)chineseTxtZoomInMax}, - { TxtZoomOutMax, (char *)chineseTxtZoomOutMax}, + { TxtRotate,(char *)chineseTxtRotate}, + { TxtRotate90Degree, (char *)chineseTxtRotate90Degree}, + { TxtRotate180Degree, (char *)chineseTxtRotate180Degree}, + { TxtRotate270Degree, (char *)chineseTxtRotate270Degree}, + { TxtZoom, (char *)chineseTxtZoom}, + { TxtZoomIn, (char *)chineseTxtZoomIn}, + { TxtZoomOut, (char *)chineseTxtZoomOut}, + { TxtZoomInMax, (char *)chineseTxtZoomInMax}, + { TxtZoomOutMax, (char *)chineseTxtZoomOutMax}, #endif //xrashmic 9 Sep 2006, OMAPS00092732 #ifdef FF_MMI_USBMS {TxtUSB, "USB"}, - {TxtUSBEnumeration, (char *)chineseTxtUSBEnumeration}, - { TxtUSBMode, (char *)chineseTxtUSBMode}, - { TxtContinue, (char *)chineseTxtContinue}, - { TxtUSBDisconnect ,(char *)chineseTxtUSBDisconnect}, - {TxtUSBMS,(char *)chineseTxtUSBMS}, - {TxtUSBTrace,(char *)chineseTxtUSBTrace}, - {TxtUSBFax,(char *)chineseTxtUSBFax}, + {TxtUSBEnumeration, (char *)chineseTxtUSBEnumeration}, + { TxtUSBMode, (char *)chineseTxtUSBMode}, + { TxtContinue, (char *)chineseTxtContinue}, + { TxtUSBDisconnect ,(char *)chineseTxtUSBDisconnect}, + {TxtUSBMS,(char *)chineseTxtUSBMS}, + {TxtUSBTrace,(char *)chineseTxtUSBTrace}, + {TxtUSBFax,(char *)chineseTxtUSBFax}, {TxtPSShutdown,(char *)chineseTxtPSShutdown}, {TxtNoPSShutdown,(char *)chineseTxtNoPSShutdown}, //xashmic 27 Sep 2006, OMAPS00096389 @@ -5664,100 +5664,100 @@ // x0021334 02 June, 2006 DR: OMAPS00078005 #ifdef FF_TIMEZONE - { TxtTimeUpdate, (char *)chineseTxtTimeUpdate}, - { TxtTimeUpdateConfirm, (char *)chineseTxtTimeUpdateConfirm}, - { TxtNitzTimeUpdate, (char *)chineseTxtNitzTimeUpdate}, + { TxtTimeUpdate, (char *)chineseTxtTimeUpdate}, + { TxtTimeUpdateConfirm, (char *)chineseTxtTimeUpdateConfirm}, + { TxtNitzTimeUpdate, (char *)chineseTxtNitzTimeUpdate}, #endif - //x0pleela 30 Aug, 2006 DR: OMAPS00091250 - { TxtNoMEPD, (char *)chineseTxtNoMEPD}, + //x0pleela 30 Aug, 2006 DR: OMAPS00091250 + { TxtNoMEPD, (char *)chineseTxtNoMEPD}, //x0pleela 24 Aug, 2006 DR:OMAPS00083503 //Adding new strings to display if the characters are UCS2 in USSD transactions #ifdef MMI_LITE - { TxtUSSDMsgRxd, (char *)chineseTxtUSSDMsgRxd}, - { TxtFontNotSupported, (char *)chineseTxtFontNotSupported}, + { TxtUSSDMsgRxd, (char *)chineseTxtUSSDMsgRxd}, + { TxtFontNotSupported, (char *)chineseTxtFontNotSupported}, #endif //x0pleela 05 Mar, 2007 ER: OMAPS00122561 #ifdef FF_PHONE_LOCK - { TxtPhoneLock, (char *)chineseTxtPhoneLock}, - { TxtPhLockEnable, (char *)chineseTxtPhLockEnable}, - { TxtPhLockAutomatic, (char *)chineseTxtPhLockAutomatic}, - { TxtPhLockAutoOn, (char *)chineseTxtPhLockAutoOn}, - { TxtPhLockAutoOff, (char *)chineseTxtPhLockAutoOff}, - { TxtPhLockChangeCode, (char *)chineseTxtPhLockChangeCode}, - { TxtEnterPhUnlockCode, (char *)chineseTxtEnterPhUnlockCode}, - { TxtEnterOldUnlockCode, (char *)chineseTxtEnterOldUnlockCode}, - { TxtEnterNewUnlockCode, (char *)chineseTxtEnterNewUnlockCode}, - { TxtAlreadyEnabled, (char *)chineseTxtAlreadyEnabled}, - { TxtAlreadyDisabled, (char *)chineseTxtAlreadyDisabled}, - { TxtAutoLockDisable, (char *)chineseTxtAutoLockDisable}, - { TxtAutoPhone, (char *)chineseTxtAutoPhone}, - { TxtSuccess, (char *)chineseTxtSuccess}, - {TxtNotLocked, (char *)chineseTxtNotLocked}, + { TxtPhoneLock, (char *)chineseTxtPhoneLock}, + { TxtPhLockEnable, (char *)chineseTxtPhLockEnable}, + { TxtPhLockAutomatic, (char *)chineseTxtPhLockAutomatic}, + { TxtPhLockAutoOn, (char *)chineseTxtPhLockAutoOn}, + { TxtPhLockAutoOff, (char *)chineseTxtPhLockAutoOff}, + { TxtPhLockChangeCode, (char *)chineseTxtPhLockChangeCode}, + { TxtEnterPhUnlockCode, (char *)chineseTxtEnterPhUnlockCode}, + { TxtEnterOldUnlockCode, (char *)chineseTxtEnterOldUnlockCode}, + { TxtEnterNewUnlockCode, (char *)chineseTxtEnterNewUnlockCode}, + { TxtAlreadyEnabled, (char *)chineseTxtAlreadyEnabled}, + { TxtAlreadyDisabled, (char *)chineseTxtAlreadyDisabled}, + { TxtAutoLockDisable, (char *)chineseTxtAutoLockDisable}, + { TxtAutoPhone, (char *)chineseTxtAutoPhone}, + { TxtSuccess, (char *)chineseTxtSuccess}, + {TxtNotLocked, (char *)chineseTxtNotLocked}, #endif /*FF_PHONE_LOCK*/ /*OMAPS00098881 (Removing power variant) a0393213(Prabakar)*/ #ifdef FF_POWER_MANAGEMENT - {TxtScreenUpdate,"Screen Update"}, + {TxtScreenUpdate,"Screen Update"}, #endif //Mar 09 2007 DRT :OMAPS00118881 x0061088(Prachi) #ifdef FF_MMI_CAMERA_APP - {TxtNotEnough,(char *)chineseTxtCamNotEnough}, - {TxtCamMemory,(char *)chineseTxtCamMemory}, + {TxtNotEnough,(char *)chineseTxtCamNotEnough}, + {TxtCamMemory,(char *)chineseTxtCamMemory}, #endif - //x0pleela 22 Feb, 2007 ER: OMAPS00113891 - { TxtFwdIncomingTTYCall, (char *)chineseTxtFwdIncomingTTYCall}, /* String for Fwd Incoming TTY call */ - - { TxtFwdIncomingCall, (char *)chineseTxtFwdIncomingCall}, /* String for Fwd Incoming call */ - //06 July, 2007 DR: OMAPS00137334 x0062172 Syed - {TxtConferenceFull, (char *)chineseTxtConferenceFull}, /* String for Conference Full notification */ + //x0pleela 22 Feb, 2007 ER: OMAPS00113891 + { TxtFwdIncomingTTYCall, (char *)chineseTxtFwdIncomingTTYCall}, /* String for Fwd Incoming TTY call */ + + { TxtFwdIncomingCall, (char *)chineseTxtFwdIncomingCall}, /* String for Fwd Incoming call */ + //06 July, 2007 DR: OMAPS00137334 x0062172 Syed + {TxtConferenceFull, (char *)chineseTxtConferenceFull}, /* String for Conference Full notification */ #ifdef FF_MMI_FILEMANAGER - /* File Management related strings */ - {TxtFileMgmt,(char *)chineseTxtFileMgmt}, - {TxtFileList,(char *)chineseTxtFileList}, - {TxtFFS,(char *)chineseTxtFFS }, - {TxtNORMS,(char *)chineseTxtNORMS }, - {TxtNAND,(char *)chineseTxtNAND}, - {TxtTflash,(char *)chineseTxtTflash}, - {TxtOpen,(char *)chineseTxtOpen}, - {TxtFormat,(char *)chineseTxtFormat}, - {TxtProperties,(char *)chineseTxtProperties}, - {TxtImageFiles,(char *)chineseTxtImageFiles}, - {TxtAudioFiles,(char *)chineseTxtAudioFiles}, - {TxtFile,(char *)chineseTxtFile}, - {TxtDirectory,(char *)chineseTxtDirectory}, - {TxtFreeSpace,(char *)chineseTxtFreeSpace}, - {TxtUsedSpace,(char *)chineseTxtUsedSpace}, - {TxtThumbnail,(char *)chineseTxtThumbnail}, - {TxtExists,(char *)chineseTxtExists}, - {TxtCreateDir,(char *)chineseTxtCreateDir}, - {TxtCreated,(char *)chineseTxtCreated}, - {TxtNotEmpty,(char *)chineseTxtNotEmpty}, - {TxtMemorystat,(char *)chineseTxtMemorystat}, - {TxtSourceDest,(char *)chineseTxtSourceDest}, - {TxtSame,(char *)chineseTxtSame}, - {TxtAudNotAllowed,(char *)chineseTxtAudNotAllowed}, - {TxtAudAudioError,(char *)chineseTxtAudAudioError}, - {TxtAudDenied,(char *)chineseTxtAudDenied}, - {TxtAudPlayerError,(char *)chineseTxtAudPlayerError}, - {TxtAudFFSError,(char *)chineseTxtAudFFSError}, - {TxtAudMessagingError,(char *)chineseTxtAudMessagingError}, - {TxtAudNotReady,(char *)chineseTxtAudNotReady}, - {TxtAudInvalidParam,(char *)chineseTxtAudInvalidParam}, - {TxtAudInternalError,(char *)chineseTxtAudInternalError}, - {TxtAudMemoryError,(char *)chineseTxtAudMemoryError}, - {TxtAudNotSupported,(char *)chineseTxtAudNotSupported}, - {TxtCopying,(char *)chineseTxtCopying}, - {TxtFileNotLoaded,(char *)chineseTxtFileNotLoaded}, - {TxtFileViewer,(char *)chineseTxtFileViewer}, - {TxtRename,(char *)chineseTxtRename}, - {TxtDeleteConfirm,(char *)chineseTxtDeleteConfirm}, - {TxtFileTooBig,(char *)chineseTxtFileTooBig}, - {TxtFileExists,(char *)chineseTxtFileExists},//Jan 03,2006 REF: SPR OMAPS00060036 xdeepadh . - {TxtWrongFilename,(char *)chineseTxtWrongFilename},//Aug 31,2005 REF: SPR 34050 xdeepadh - {TxtNoExtension,(char *)chineseTxtNoExtension},//Aug 31,2005 REF: SPR 34050 xdeepadh - {TxtStorageDevice,(char *)chineseTxtStorageDevice}, - {TxtPBar,(char *)chineseTxtPBar}, + /* File Management related strings */ + {TxtFileMgmt,(char *)chineseTxtFileMgmt}, + {TxtFileList,(char *)chineseTxtFileList}, + {TxtFFS,(char *)chineseTxtFFS }, + {TxtNORMS,(char *)chineseTxtNORMS }, + {TxtNAND,(char *)chineseTxtNAND}, + {TxtTflash,(char *)chineseTxtTflash}, + {TxtOpen,(char *)chineseTxtOpen}, + {TxtFormat,(char *)chineseTxtFormat}, + {TxtProperties,(char *)chineseTxtProperties}, + {TxtImageFiles,(char *)chineseTxtImageFiles}, + {TxtAudioFiles,(char *)chineseTxtAudioFiles}, + {TxtFile,(char *)chineseTxtFile}, + {TxtDirectory,(char *)chineseTxtDirectory}, + {TxtFreeSpace,(char *)chineseTxtFreeSpace}, + {TxtUsedSpace,(char *)chineseTxtUsedSpace}, + {TxtThumbnail,(char *)chineseTxtThumbnail}, + {TxtExists,(char *)chineseTxtExists}, + {TxtCreateDir,(char *)chineseTxtCreateDir}, + {TxtCreated,(char *)chineseTxtCreated}, + {TxtNotEmpty,(char *)chineseTxtNotEmpty}, + {TxtMemorystat,(char *)chineseTxtMemorystat}, + {TxtSourceDest,(char *)chineseTxtSourceDest}, + {TxtSame,(char *)chineseTxtSame}, + {TxtAudNotAllowed,(char *)chineseTxtAudNotAllowed}, + {TxtAudAudioError,(char *)chineseTxtAudAudioError}, + {TxtAudDenied,(char *)chineseTxtAudDenied}, + {TxtAudPlayerError,(char *)chineseTxtAudPlayerError}, + {TxtAudFFSError,(char *)chineseTxtAudFFSError}, + {TxtAudMessagingError,(char *)chineseTxtAudMessagingError}, + {TxtAudNotReady,(char *)chineseTxtAudNotReady}, + {TxtAudInvalidParam,(char *)chineseTxtAudInvalidParam}, + {TxtAudInternalError,(char *)chineseTxtAudInternalError}, + {TxtAudMemoryError,(char *)chineseTxtAudMemoryError}, + {TxtAudNotSupported,(char *)chineseTxtAudNotSupported}, + {TxtCopying,(char *)chineseTxtCopying}, + {TxtFileNotLoaded,(char *)chineseTxtFileNotLoaded}, + {TxtFileViewer,(char *)chineseTxtFileViewer}, + {TxtRename,(char *)chineseTxtRename}, + {TxtDeleteConfirm,(char *)chineseTxtDeleteConfirm}, + {TxtFileTooBig,(char *)chineseTxtFileTooBig}, + {TxtFileExists,(char *)chineseTxtFileExists},//Jan 03,2006 REF: SPR OMAPS00060036 xdeepadh . + {TxtWrongFilename,(char *)chineseTxtWrongFilename},//Aug 31,2005 REF: SPR 34050 xdeepadh + {TxtNoExtension,(char *)chineseTxtNoExtension},//Aug 31,2005 REF: SPR 34050 xdeepadh + {TxtStorageDevice,(char *)chineseTxtStorageDevice}, + {TxtPBar,(char *)chineseTxtPBar}, #endif //Mar 22 2007 ER:OMAPS00113882 x0061088 (Prachi) @@ -5780,7 +5780,7 @@ {TxtCamSupported,(char *)chineseTxtCamSupported}, #endif - { 0, 0 } + { 0, 0 } }; #endif @@ -5788,26 +5788,26 @@ char* MelodyTable[]={ - "The_Ale_is_dear", - "Danza_de_Astureses", - "rising_chromatic", - "rising_cscale", - "MELODY_ONE", - "MELODY_HELLO", - "bugle", - "tb1", - 0 - - -/* {"The_Ale_is_dear"}, - {"Danza_de_Astureses"}, - {"rising_chromatic"}, - {"rising_cscale"}, - {"MELODY_ONE"}, - {"MELODY_HELLO"}, - {"bugle"}, - {"tb1"}, - {0}*/ + "The_Ale_is_dear", + "Danza_de_Astureses", + "rising_chromatic", + "rising_cscale", + "MELODY_ONE", + "MELODY_HELLO", + "bugle", + "tb1", + 0 + + +/* {"The_Ale_is_dear"}, + {"Danza_de_Astureses"}, + {"rising_chromatic"}, + {"rising_cscale"}, + {"MELODY_ONE"}, + {"MELODY_HELLO"}, + {"bugle"}, + {"tb1"}, + {0}*/ }; @@ -5822,7 +5822,7 @@ #else { 2, LEN_LANGUAGE2,(long int) LanguageIndex_2 }, #endif - { 3, 8, (long int) MelodyTable }, + { 3, 8, (long int) MelodyTable }, { 0, 0, 0 } }; @@ -5836,13 +5836,13 @@ /******************************************************************************* - $Function: Mmir_BaseAddress - - $Description: returns the base address of the Master Index Table - - $Returns: As above - - $Arguments: none. + $Function: Mmir_BaseAddress + + $Description: returns the base address of the Master Index Table + + $Returns: As above + + $Arguments: none. *******************************************************************************/ @@ -5852,18 +5852,14 @@ } - - - - /******************************************************************************* - $Function: Mmir_NumberOfEntries - - $Description: returns the number of entries in the master index table. - - $Returns: As above - - $Arguments: none. + $Function: Mmir_NumberOfEntries + + $Description: returns the number of entries in the master index table. + + $Returns: As above + + $Arguments: none. *******************************************************************************/ @@ -5873,7 +5869,7 @@ return 2; */ /*MC, SPR 1150 got rid of magic number*/ - return NO_OF_LANGUAGES; + return NO_OF_LANGUAGES; } @@ -5882,6 +5878,3 @@ End of File *******************************************************************************/ - - -