omadm/omadmappui/data/NSmlDMSync.rss
changeset 0 3ce708148e4d
child 8 0a8136f75056
equal deleted inserted replaced
-1:000000000000 0:3ce708148e4d
       
     1 /*
       
     2 * Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Resource file for Device Manager UI
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  RESOURCE IDENTIFIER
       
    20 NAME    DMUI // 4 letter ID
       
    21 
       
    22 //  INCLUDES
       
    23 #include <bldvariant.hrh>
       
    24 #include <eikon.rh>
       
    25 #include <uikon.rh>
       
    26 #include <avkon.rsg>
       
    27 #include <avkon.rh>
       
    28 #include <avkon.mbg>
       
    29 #include <avkon.hrh>
       
    30 #include <AvkonIcons.hrh>
       
    31 #include <avkon.loc>
       
    32 #include <CommonDialogs.rh>
       
    33 #include <CommonDialogs.hrh>
       
    34 
       
    35 #include <nsmldmsync.loc>
       
    36 #include <nsmldmsyncfota.loc>
       
    37 #include "NSmlDMSyncUi.hrh"
       
    38 #include "NSmlDMUIDefines.h"
       
    39 
       
    40 #include <appinfo.rh>
       
    41 
       
    42 //  RESOURCE DEFINITIONS 
       
    43 
       
    44 RESOURCE RSS_SIGNATURE { }
       
    45 
       
    46 RESOURCE TBUF { buf= "NSmlDMSync"; }
       
    47 
       
    48 RESOURCE EIK_APP_INFO
       
    49   {
       
    50   status_pane = r_nsmldm_status_pane; //r_smlsync_status_pane;
       
    51   hotkeys     = r_smlsync_hotkeys;
       
    52   }
       
    53 
       
    54 //
       
    55 // AIF icons/files
       
    56 //
       
    57 RESOURCE LOCALISABLE_APP_INFO r_nsmldmsync_localisable_app_info
       
    58     {
       
    59     short_caption = qtn_apps_updates_title;
       
    60     caption_and_icon = 
       
    61     CAPTION_AND_ICON_INFO
       
    62         {
       
    63         caption = qtn_apps_updates_title;
       
    64 
       
    65     #ifdef __SCALABLE_ICONS
       
    66         number_of_icons = 1;
       
    67         icon_file = "Z:\\resource\\apps\\NSmlDMSync_aif.mif";
       
    68     #else
       
    69         number_of_icons = 2;
       
    70         icon_file = "Z:\\resource\\apps\\NSmlDMSync.mbm";
       
    71     #endif  // __SCALABLE_ICONS
       
    72         };
       
    73     }
       
    74 
       
    75 //----------------------------------------------------
       
    76 //
       
    77 //  The status pane for device manager application
       
    78 //
       
    79 //----------------------------------------------------
       
    80 //
       
    81 RESOURCE STATUS_PANE_APP_MODEL r_nsmldm_status_pane
       
    82     {
       
    83     panes =
       
    84         {
       
    85         SPANE_PANE
       
    86             {
       
    87             id       = EEikStatusPaneUidNavi;
       
    88             type     = EAknCtNaviPane;
       
    89             resource = r_nsmldm_navi_decorator;
       
    90             }
       
    91         };
       
    92     }
       
    93 
       
    94 
       
    95 //----------------------------------------------------
       
    96 //
       
    97 //  The navi decorator for device manager application
       
    98 //  Defines application views tabs
       
    99 //
       
   100 //----------------------------------------------------
       
   101 //
       
   102 
       
   103 //----------------------------------------------------
       
   104 //
       
   105 //  The navi decorator for device manager application
       
   106 //  Defines application views tabs
       
   107 //
       
   108 //----------------------------------------------------
       
   109 //
       
   110 RESOURCE NAVI_DECORATOR r_nsmldm_navi_decorator
       
   111     {
       
   112     type    = ENaviDecoratorControlNone;
       
   113     }
       
   114 
       
   115 // -------------------------------------------------------
       
   116 //                   MSK Enabled CBA Resources
       
   117 // -------------------------------------------------------
       
   118 
       
   119 
       
   120 //CBA for FOTA Updates view and Server profiles view
       
   121 RESOURCE CBA r_nsml_fota_profiles_view_msk_options_exit_contextoptions
       
   122    {
       
   123 	flags = 0;
       
   124     buttons = 
       
   125         {
       
   126         CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; },
       
   127         CBA_BUTTON { id = EAknSoftkeyExit; txt = text_softkey_exit; },
       
   128         CBA_BUTTON { id = EAknSoftkeyContextOptions; txt = text_softkey_option; }
       
   129         };
       
   130 
       
   131    }
       
   132    
       
   133 
       
   134    RESOURCE CBA r_cp_nsml_fota_profiles_view_msk_options_back_contextoptions
       
   135    {
       
   136 	flags = 0;
       
   137     buttons = 
       
   138         {
       
   139         CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; },
       
   140         CBA_BUTTON { id = EAknSoftkeyBack; txt = text_softkey_back; },
       
   141         CBA_BUTTON { id = EAknSoftkeyContextOptions; txt = text_softkey_option; }
       
   142         };
       
   143 
       
   144    }
       
   145 
       
   146 
       
   147 
       
   148 RESOURCE CBA r_nsml_profiles_view_msk_options_back_contextoptions
       
   149 {
       
   150 	flags = 0;
       
   151     buttons = 
       
   152         {
       
   153         CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; },
       
   154         CBA_BUTTON { id = EAknSoftkeyBack; txt = text_softkey_back; },
       
   155         CBA_BUTTON { id = EAknSoftkeyContextOptions; txt = text_softkey_option; }
       
   156         };
       
   157 }
       
   158 
       
   159 
       
   160 //CBA for FOTA Settings & Server profile settings Dialog
       
   161 RESOURCE CBA r_nsml_fota_profiles_settings_msk_options_back__change
       
   162    {
       
   163 	flags = 0;
       
   164     buttons = 
       
   165         {
       
   166         CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; },
       
   167         CBA_BUTTON { id = EAknSoftkeyBack; txt = text_softkey_back; },
       
   168         CBA_BUTTON { id = EAknSoftkeyChange; txt = qtn_msk_change; }
       
   169         };
       
   170    }
       
   171 
       
   172 
       
   173 //CBA for Authentication dialog   
       
   174 RESOURCE CBA r_nsml_profiles_authdialog_softkeys
       
   175   {
       
   176    buttons =
       
   177         {
       
   178         CBA_BUTTON 
       
   179             {
       
   180             id = EAknSoftkeySave; 
       
   181             txt = text_softkey_save;
       
   182             },
       
   183         CBA_BUTTON 
       
   184             {
       
   185             id = EAknSoftkeyBack;
       
   186             txt = text_softkey_back; 
       
   187             },
       
   188         CBA_BUTTON 
       
   189             {
       
   190             id = EAknSoftkeySave; 
       
   191             txt = text_softkey_save; 
       
   192             }    
       
   193             
       
   194         };
       
   195 	
       
   196   }
       
   197    
       
   198  
       
   199 
       
   200 // -----------------------------------------------------------------------------
       
   201 //   
       
   202 // r_smlsync_fota_view
       
   203 //
       
   204 // -----------------------------------------------------------------------------
       
   205 //
       
   206 RESOURCE AVKON_VIEW r_smlsync_fota_view
       
   207     {
       
   208     cba = r_nsml_fota_profiles_view_msk_options_exit_contextoptions;
       
   209     menubar = r_smlsync_menubar_fota_view;
       
   210     }
       
   211 // -----------------------------------------------------------------------------
       
   212 //   
       
   213 // control panel FOTA view
       
   214 //
       
   215 // -----------------------------------------------------------------------------
       
   216 //
       
   217 
       
   218 RESOURCE AVKON_VIEW r_cp_smlsync_fota_view
       
   219     {
       
   220     cba = r_cp_nsml_fota_profiles_view_msk_options_back_contextoptions;
       
   221     menubar = r_smlsync_menubar_fota_view;
       
   222     }
       
   223 
       
   224 //----------------------------------------------------
       
   225 //   
       
   226 //    r_smlsync_menubar_fota_view
       
   227 //
       
   228 //----------------------------------------------------
       
   229 //
       
   230 RESOURCE MENU_BAR r_smlsync_menubar_fota_view
       
   231   {
       
   232   titles =
       
   233       {
       
   234       MENU_TITLE { menu_pane = r_smlsync_menu_common;    txt = ""; },
       
   235       MENU_TITLE { menu_pane = r_smlsync_menu_fota_view; txt = ""; }
       
   236       };
       
   237   }
       
   238 
       
   239 //----------------------------------------------------
       
   240 //   
       
   241 //    r_smlsync_contxt_menubar_fota_view
       
   242 //
       
   243 //----------------------------------------------------
       
   244 //
       
   245 RESOURCE MENU_BAR r_smlsync_contxt_menubar_fota_view
       
   246   {
       
   247   titles =
       
   248       {
       
   249       MENU_TITLE { menu_pane = r_smlsync_contxt_menu_fota_view; txt = ""; }
       
   250       };
       
   251   }
       
   252 
       
   253 //----------------------------------------------------
       
   254 //   
       
   255 //    r_smlsync_menu_fota_view
       
   256 //    Fota view menu items
       
   257 //
       
   258 //----------------------------------------------------
       
   259 //
       
   260 RESOURCE MENU_PANE r_smlsync_menu_fota_view	
       
   261     {
       
   262     items =
       
   263         {
       
   264         MENU_ITEM { command = ENSmlMenuCmdFotaContinue;  txt = qtn_fota_options_continue_update; },
       
   265         MENU_ITEM { command = ENSmlMenuCmdFotaInstall;  txt = qtn_fota_options_install_update; },
       
   266         MENU_ITEM { command = ENSmlMenuCmdFotaCheck;    txt = qtn_fota_options_check_updates; },
       
   267         MENU_ITEM { command = ENSmlMenuCmdFotaServers;    txt = qtn_dm_options_servers; },
       
   268         MENU_ITEM { command = ENSmlMenuCmdFotaSettings; txt = qtn_fota_options_update_settings; }
       
   269         };
       
   270     }
       
   271 
       
   272 //----------------------------------------------------
       
   273 //   
       
   274 //    r_smlsync_contxt_menu_fota_view
       
   275 //    Fota view context menu items
       
   276 //
       
   277 //----------------------------------------------------
       
   278 //
       
   279 RESOURCE MENU_PANE r_smlsync_contxt_menu_fota_view	
       
   280     {
       
   281     items =
       
   282         {
       
   283         MENU_ITEM { command = ENSmlMenuCmdFotaContinue;  txt = qtn_fota_options_continue_update; },
       
   284         MENU_ITEM { command = ENSmlMenuCmdFotaInstall;  txt = qtn_fota_options_install_update; },
       
   285         MENU_ITEM { command = ENSmlMenuCmdFotaCheck;    txt = qtn_fota_options_check_updates; }
       
   286         };
       
   287     }
       
   288 
       
   289 //----------------------------------------------------
       
   290 //   
       
   291 //    r_fota_menubar_settings
       
   292 //    Settings view menu
       
   293 //
       
   294 //----------------------------------------------------
       
   295 //
       
   296 RESOURCE MENU_BAR r_fota_menubar_settings
       
   297     {
       
   298     titles =
       
   299         { 
       
   300         MENU_TITLE { menu_pane = r_smlsync_menu_common; txt = ""; },
       
   301         MENU_TITLE { menu_pane = r_fota_menu_settings;  txt = ""; }
       
   302         };
       
   303     }
       
   304 
       
   305 //----------------------------------------------------
       
   306 //   
       
   307 //    r_fota_menu_settings
       
   308 //    Fota settings dialog specific menu items
       
   309 //
       
   310 //----------------------------------------------------
       
   311 //
       
   312 RESOURCE MENU_PANE r_fota_menu_settings	
       
   313     {
       
   314     items =
       
   315         {
       
   316         MENU_ITEM 
       
   317             { 
       
   318             command = ENSmlMenuCmdFotaSettChange; 
       
   319             txt = qtn_options_change; 
       
   320             flags = EEikMenuItemSpecific;
       
   321             }
       
   322         };
       
   323     }
       
   324 
       
   325 
       
   326 //----------------------------------------------------
       
   327 // r_nsml_fota_settings_dialog
       
   328 // Fota settings dialog
       
   329 //
       
   330 //----------------------------------------------------
       
   331 //
       
   332 RESOURCE DIALOG r_nsml_fota_settings_dialog
       
   333     {
       
   334     flags = EEikDialogFlagWait | EEikDialogFlagFillAppClientRect | EEikDialogFlagNotifyEsc;
       
   335     buttons = r_nsml_fota_profiles_settings_msk_options_back__change;
       
   336     items =
       
   337         {
       
   338         DLG_LINE
       
   339             {
       
   340             type = EAknCtSettingListBox;
       
   341             itemflags = EEikDlgItemTakesEnterKey;
       
   342             id = ENSmlFotaSettList;
       
   343             control = LISTBOX
       
   344                 {
       
   345                 flags = 0;
       
   346                 };            
       
   347             }
       
   348         };
       
   349     }
       
   350 
       
   351 
       
   352 // -----------------------------------------------------------------------------
       
   353 //   
       
   354 // r_smlsync_profiles_view
       
   355 //
       
   356 // -----------------------------------------------------------------------------
       
   357 //
       
   358 RESOURCE AVKON_VIEW r_smlsync_profiles_view
       
   359     {
       
   360     cba = r_nsml_profiles_view_msk_options_back_contextoptions;
       
   361     menubar = r_smlsync_menubar_profiles_view;
       
   362     }
       
   363 
       
   364 
       
   365 //----------------------------------------------------
       
   366 //   
       
   367 //    r_smlsync_hotkeys
       
   368 //
       
   369 //----------------------------------------------------
       
   370 //
       
   371 RESOURCE HOTKEYS r_smlsync_hotkeys
       
   372     {
       
   373     control =
       
   374         {
       
   375         HOTKEY { command = EAknCmdExit; key = 'e'; }
       
   376         };
       
   377     }
       
   378 
       
   379 //----------------------------------------------------
       
   380 //   
       
   381 //    r_smlsync_menubar_profiles_view
       
   382 //
       
   383 //----------------------------------------------------
       
   384 //
       
   385 RESOURCE MENU_BAR r_smlsync_menubar_profiles_view
       
   386   {
       
   387   titles =
       
   388       {
       
   389       MENU_TITLE { menu_pane = r_smlsync_menu_common;        txt = ""; },
       
   390       MENU_TITLE { menu_pane = r_smlsync_menu_profiles_view; txt = ""; }
       
   391       };
       
   392   }
       
   393 
       
   394 //----------------------------------------------------
       
   395 //   
       
   396 //    r_smlsync_contxt_menubar_profiles_view
       
   397 //
       
   398 //----------------------------------------------------
       
   399 //
       
   400 RESOURCE MENU_BAR r_smlsync_contxt_menubar_profiles_view
       
   401   {
       
   402   titles =
       
   403       {
       
   404       MENU_TITLE { menu_pane = r_smlsync_contxt_menu_profiles_view; txt = ""; }
       
   405       };
       
   406   }
       
   407 
       
   408 //----------------------------------------------------
       
   409 //   
       
   410 //    r_context_menu_empty
       
   411 //    Main view empty context sensitive view
       
   412 //
       
   413 //----------------------------------------------------
       
   414 //
       
   415 RESOURCE MENU_PANE r_context_menu_empty
       
   416   {
       
   417   items =
       
   418     {
       
   419     MENU_ITEM 
       
   420       { 
       
   421       command = ENSmlMenuCmdNewProfile; 
       
   422       txt = qtn_dm_opt_profile_new; 
       
   423       }
       
   424     };
       
   425   }
       
   426 
       
   427 //----------------------------------------------------
       
   428 //   
       
   429 //    r_smlsync_contxt_menu_profiles_view
       
   430 //    Main view context sensitive view
       
   431 //
       
   432 //----------------------------------------------------
       
   433 //
       
   434 RESOURCE MENU_PANE r_smlsync_contxt_menu_profiles_view
       
   435     {
       
   436     items =
       
   437         {
       
   438         MENU_ITEM 
       
   439             { 
       
   440             command = ENSmlMenuCmdStartSync; 
       
   441             txt = qtn_dm_opt_connect; 
       
   442             },
       
   443         MENU_ITEM 
       
   444             { 
       
   445             command = ENSmlMenuCmdNewProfile; 
       
   446             txt = qtn_dm_opt_server_new;
       
   447             },
       
   448         MENU_ITEM 
       
   449             { 
       
   450             command = ENSmlMenuCmdOpenSettings; 
       
   451             txt = qtn_dm_opt_server_edit;
       
   452             },
       
   453         MENU_ITEM 
       
   454             { 
       
   455             command = ENSmlMenuCmdOpenLog; 
       
   456             txt = qtn_dm_opt_profile_log; 
       
   457             }
       
   458         };
       
   459     }
       
   460 
       
   461 //----------------------------------------------------
       
   462 //   
       
   463 //    r_smlsync_menu_common
       
   464 //    Common menu items
       
   465 //
       
   466 //----------------------------------------------------
       
   467 //
       
   468 RESOURCE MENU_PANE r_smlsync_menu_common	
       
   469     {
       
   470     items =
       
   471         {
       
   472         MENU_ITEM { command = EAknCmdHelp; txt = qtn_options_help; },
       
   473         MENU_ITEM { command = EEikCmdExit;          txt = qtn_options_exit; }
       
   474         };
       
   475     }
       
   476 
       
   477 //----------------------------------------------------
       
   478 //   
       
   479 //    r_smlsync_menu_profiles_view
       
   480 //    Profiles view menu items
       
   481 //
       
   482 //----------------------------------------------------
       
   483 //
       
   484 RESOURCE MENU_PANE r_smlsync_menu_profiles_view	
       
   485     {
       
   486 	items =
       
   487         {
       
   488         MENU_ITEM 
       
   489             { 
       
   490             command = ENSmlMenuCmdStartSync;  
       
   491             txt = qtn_dm_opt_connect; 
       
   492             flags = EEikMenuItemSpecific;
       
   493             },
       
   494         MENU_ITEM 
       
   495             { 
       
   496             command = ENSmlMenuCmdNewProfile; 
       
   497             txt = qtn_dm_opt_server_new; 
       
   498             },
       
   499         MENU_ITEM 
       
   500             { 
       
   501             command = ENSmlMenuCmdOpenSettings;  
       
   502             txt = qtn_dm_opt_server_edit;
       
   503             flags = EEikMenuItemSpecific; 
       
   504             },
       
   505         MENU_ITEM 
       
   506             { 
       
   507             command = ENSmlMenuCmdEraseProfile;
       
   508             txt = qtn_dm_opt_server_delete; 
       
   509             flags = EEikMenuItemSpecific;
       
   510             },
       
   511         MENU_ITEM 
       
   512             {
       
   513             command = ENSmlMenuCmdOpenLog; 
       
   514             txt = qtn_dm_opt_profile_log; 
       
   515             flags = EEikMenuItemSpecific;
       
   516             }
       
   517         };
       
   518     }
       
   519 
       
   520 // -----------------------------------------------------------------------------
       
   521 //   
       
   522 //    r_sml_confirmation_query
       
   523 //    General confirmation query resource.
       
   524 //
       
   525 // -----------------------------------------------------------------------------
       
   526 //
       
   527 RESOURCE DIALOG r_sml_confirmation_query
       
   528     { 
       
   529     flags = EGeneralQueryFlags;
       
   530     buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
       
   531     items =
       
   532         {
       
   533         DLG_LINE
       
   534             {
       
   535             type = EAknCtQuery;
       
   536             id = EGeneralQuery;
       
   537             control = AVKON_CONFIRMATION_QUERY
       
   538                 {
       
   539                 layout = EConfirmationLayout;
       
   540                 };
       
   541             }
       
   542         };
       
   543     }
       
   544 
       
   545 
       
   546 // -----------------------------------------------------------------------------
       
   547 //   
       
   548 //    r_sml_wait_note
       
   549 //    General wait note resource.
       
   550 //
       
   551 // -----------------------------------------------------------------------------
       
   552 //
       
   553 RESOURCE DIALOG r_sml_wait_note
       
   554     {
       
   555     flags = EAknWaitNoteFlags;
       
   556     buttons = R_AVKON_SOFTKEYS_CANCEL;
       
   557     items = 
       
   558         {
       
   559         DLG_LINE
       
   560             {
       
   561             type = EAknCtNote;
       
   562             id = ENSmlWaitNote;
       
   563             control = AVKON_NOTE 
       
   564                 {
       
   565                 layout = EWaitLayout;
       
   566                 };
       
   567             }
       
   568         };
       
   569     } 
       
   570 
       
   571 //----------------------------------------------------
       
   572 //   
       
   573 //    r_settings_menu_bar
       
   574 //    Menubar and Menupane of the Settings view
       
   575 //
       
   576 //----------------------------------------------------
       
   577 //
       
   578 RESOURCE MENU_BAR r_settings_menu_bar
       
   579     {
       
   580     titles = 
       
   581         { 
       
   582         MENU_TITLE { menu_pane = r_settings_menu; txt = ""; }
       
   583         };
       
   584     }
       
   585 
       
   586 //----------------------------------------------------
       
   587 //   
       
   588 //    r_settings_menu
       
   589 //    Settings view menu
       
   590 //
       
   591 //----------------------------------------------------
       
   592 //
       
   593 RESOURCE MENU_PANE r_settings_menu
       
   594     {
       
   595     items =
       
   596         {
       
   597         MENU_ITEM 
       
   598             {
       
   599             command = ENSmlSettChange; 
       
   600             txt = qtn_options_change; 
       
   601             flags = EEikMenuItemSpecific;
       
   602             },
       
   603         MENU_ITEM 
       
   604             {
       
   605             command = EAknCmdHelp;
       
   606             txt = qtn_options_help; 
       
   607             },
       
   608         MENU_ITEM 
       
   609             { 
       
   610             command = ENSmlSettExit; 
       
   611             txt = qtn_options_exit;
       
   612             }        
       
   613         };
       
   614     }
       
   615 
       
   616 //----------------------------------------------------
       
   617 // r_nsml_setting_dialog
       
   618 // Content setting dialog
       
   619 //
       
   620 //----------------------------------------------------
       
   621 //
       
   622 RESOURCE DIALOG r_nsml_setting_dialog
       
   623   {
       
   624   flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | EEikDialogFlagFillAppClientRect | 
       
   625         EEikDialogFlagCbaButtons | EEikDialogFlagModeless;
       
   626   buttons = r_nsml_fota_profiles_settings_msk_options_back__change;
       
   627   items =
       
   628         {
       
   629         DLG_LINE
       
   630             {
       
   631             type = EAknCtSettingListBox;
       
   632             itemflags = EEikDlgItemTakesEnterKey;
       
   633             id = ENSmlSettingList;
       
   634             control = LISTBOX
       
   635               {
       
   636               flags = EAknListBoxMultiselectionList;
       
   637               height = 11;
       
   638               width = 80;
       
   639               };            
       
   640             }
       
   641         };
       
   642   }
       
   643 
       
   644 //----------------------------------------------------
       
   645 //   
       
   646 //    r_settings_profilemenu
       
   647 //    Settings view menu
       
   648 //
       
   649 //----------------------------------------------------
       
   650 //
       
   651 RESOURCE MENU_BAR r_settings_profilemenu
       
   652     {
       
   653     titles =
       
   654         { 
       
   655         MENU_TITLE { menu_pane = r_settings_menu; txt =""; }
       
   656         };
       
   657     }
       
   658 
       
   659 
       
   660 //----------------------------------------------------
       
   661 //   
       
   662 //    r_smlsync_status_pane
       
   663 //    Sync statuspane with overridden title and icon
       
   664 //
       
   665 //----------------------------------------------------
       
   666 //
       
   667 RESOURCE STATUS_PANE_APP_MODEL r_smlsync_status_pane
       
   668     {
       
   669     panes =
       
   670         {
       
   671         SPANE_PANE
       
   672             { 
       
   673             id = EEikStatusPaneUidTitle;
       
   674             type = EAknCtTitlePane;
       
   675             resource = r_overridden_smlsync;
       
   676             }
       
   677         };
       
   678     }
       
   679 
       
   680 //----------------------------------------------------
       
   681 //   
       
   682 //    r_overridden_smlsync
       
   683 //    Application title
       
   684 //
       
   685 //----------------------------------------------------
       
   686 //
       
   687 RESOURCE TITLE_PANE r_overridden_smlsync
       
   688     {
       
   689     txt = qtn_apps_dm_title;
       
   690     } 
       
   691 
       
   692 //----------------------------------------------------
       
   693 //   
       
   694 //    r_startquery_note
       
   695 //    Used at app start, if there aren't any profiles,to
       
   696 //    prompt for "Create\nnew profile?"
       
   697 //    Used in Main view delete profile prompt "Delete?"   
       
   698 //
       
   699 //----------------------------------------------------
       
   700 //
       
   701 RESOURCE DIALOG r_startquery_note
       
   702   { 
       
   703   flags = EGeneralQueryFlags;
       
   704   buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
       
   705   items=
       
   706     {
       
   707     DLG_LINE
       
   708       {
       
   709       type = EAknCtQuery;
       
   710       id = EGeneralQuery;
       
   711       control = AVKON_CONFIRMATION_QUERY
       
   712         {
       
   713         layout = EConfirmationLayout;
       
   714         };
       
   715       }
       
   716     };
       
   717   } 
       
   718 
       
   719 //----------------------------------------------------
       
   720 //   
       
   721 //    r_dmalertquery_note
       
   722 //    used in confirmation notes After profile deletion
       
   723 //
       
   724 //----------------------------------------------------  
       
   725 //
       
   726 RESOURCE DIALOG r_dmalertquery_note
       
   727   { 
       
   728 
       
   729   flags = EAknDialogGenericNoteFlags | EEikDialogFlagWait;
       
   730   buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
       
   731   items=
       
   732     {
       
   733     DLG_LINE
       
   734       {
       
   735       type = EAknCtQuery;
       
   736       id = EGeneralNote;
       
   737       control =  AVKON_CONFIRMATION_QUERY 
       
   738         { 
       
   739         layout = EConfirmationLayout;
       
   740         label = "Testing";
       
   741         bmpfile = AVKON_ICON_FILE;
       
   742         bmpid = EMbmAvkonQgn_note_query;
       
   743         bmpmask = EMbmAvkonQgn_note_query_mask;
       
   744         };
       
   745       }
       
   746     };
       
   747   }
       
   748 
       
   749 //----------------------------------------------------
       
   750 //   
       
   751 //    r_dmnotifyquery_note
       
   752 //    used in confirmation notes After profile deletion
       
   753 //
       
   754 //----------------------------------------------------  
       
   755 //
       
   756 RESOURCE DIALOG r_dmnotifyquery_note
       
   757   {
       
   758   flags = EAknWaitNoteFlags; // if modal, use EEikDialogFlagWait 
       
   759   buttons = R_AVKON_SOFTKEYS_EMPTY;
       
   760     items=
       
   761     {
       
   762     DLG_LINE
       
   763       {
       
   764       type = EAknCtNote;
       
   765       id = EGeneralNote;
       
   766       control =  AVKON_NOTE 
       
   767                 { 
       
   768                 layout = EGeneralLayout;
       
   769                 singular_label = "RSS teksti";
       
   770                 //bmpfile = AVKON_ICON_FILE;
       
   771                 imageid = EMbmAvkonQgn_note_info_5;
       
   772                 imagemask = EMbmAvkonQgn_note_info_5_mask;
       
   773                 };
       
   774       }
       
   775     };
       
   776   }
       
   777 
       
   778 //----------------------------------------------------
       
   779 //   
       
   780 //    r_nsml_settings_text_editor
       
   781 //    Editor for text setting page
       
   782 //
       
   783 //----------------------------------------------------  
       
   784 //
       
   785 RESOURCE EDWIN r_nsml_settings_text_editor
       
   786   {
       
   787   flags = 0;
       
   788   width = 9;
       
   789   lines = 5;
       
   790   maxlength = KNSmlMaxProfileNameLength;
       
   791   default_input_mode = EAknEditorAlphaInputMode;
       
   792   flags  =  EEikEdwinNoLineOrParaBreaks;
       
   793   avkon_flags = 0;
       
   794   }
       
   795 
       
   796 //----------------------------------------------------
       
   797 //   
       
   798 //    r_nsml_settings_text
       
   799 //    Text setting page
       
   800 //
       
   801 //----------------------------------------------------  
       
   802 //
       
   803 RESOURCE AVKON_SETTING_PAGE r_nsml_settings_text
       
   804   {
       
   805   number = EAknSettingPageNoOrdinalDisplayed;
       
   806   label = "Page 1";
       
   807   type = EEikCtEdwin;
       
   808   softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   809   invalid_contents_softkey_resource = R_AVKON_SOFTKEYS_CANCEL;
       
   810   editor_resource_id = r_nsml_settings_text_editor;
       
   811   }
       
   812 
       
   813 //----------------------------------------------------
       
   814 //   
       
   815 //    r_setting_pwd_editor
       
   816 //    Editor for secret setting page
       
   817 //
       
   818 //----------------------------------------------------  
       
   819 //
       
   820 RESOURCE SECRETED r_setting_pwd_editor
       
   821   {
       
   822   num_letters = KNSmlMaxPasswordLength;
       
   823   }
       
   824 
       
   825 //----------------------------------------------------
       
   826 //   
       
   827 //    r_setting_password
       
   828 //    Setting page for secret text editor
       
   829 //
       
   830 //----------------------------------------------------  
       
   831 //
       
   832 RESOURCE AVKON_SETTING_PAGE r_setting_password
       
   833   { 
       
   834   number = EAknSettingPageNoOrdinalDisplayed;
       
   835   label =  "Password";
       
   836   type = EEikCtSecretEd;
       
   837   softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   838   invalid_contents_softkey_resource = R_AVKON_SOFTKEYS_CANCEL;
       
   839   editor_resource_id = r_setting_pwd_editor;
       
   840   }
       
   841 
       
   842 //----------------------------------------------------
       
   843 //   
       
   844 //    r_setting_integer
       
   845 //    Editor for number setting page
       
   846 //
       
   847 //----------------------------------------------------  
       
   848 //
       
   849 RESOURCE AVKON_INTEGER_EDWIN r_setting_integer
       
   850   {
       
   851   maxlength = 5;
       
   852   min = 1;
       
   853   max = 65535;
       
   854   }
       
   855 
       
   856 //----------------------------------------------------
       
   857 //   
       
   858 //    r_settings_number
       
   859 //    Setting page for number settings
       
   860 //
       
   861 //----------------------------------------------------  
       
   862 //
       
   863 RESOURCE AVKON_SETTING_PAGE r_settings_number
       
   864   {
       
   865   number = EAknSettingPageNoOrdinalDisplayed;
       
   866   type = EAknCtIntegerEdwin;
       
   867   softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   868   invalid_contents_softkey_resource = R_AVKON_SOFTKEYS_CANCEL;
       
   869   editor_resource_id = r_setting_integer;
       
   870   }
       
   871 
       
   872 //----------------------------------------------------
       
   873 //   
       
   874 //    r_setting_app_listbox
       
   875 //    Listbox resource for Radio setting page
       
   876 //
       
   877 //----------------------------------------------------  
       
   878 //
       
   879 RESOURCE LISTBOX r_setting_app_listbox 
       
   880   {
       
   881   flags = 0x0001 ;
       
   882   }
       
   883 
       
   884 //----------------------------------------------------
       
   885 //   
       
   886 //    r_settings_radio
       
   887 //    Radiobutton setting page
       
   888 //
       
   889 //----------------------------------------------------  
       
   890 //
       
   891 RESOURCE AVKON_SETTING_PAGE r_settings_radio
       
   892   { 
       
   893   number = EAknSettingPageNoOrdinalDisplayed;
       
   894   softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   895   type =  EAknSetListBox;
       
   896   editor_resource_id =  r_setting_app_listbox;
       
   897   }
       
   898 
       
   899 //----------------------------------------------------
       
   900 //
       
   901 // r_progress_note
       
   902 // shows the synchronisation progress
       
   903 //
       
   904 //----------------------------------------------------
       
   905 //
       
   906 RESOURCE DIALOG r_progress_note
       
   907   {
       
   908   flags = EAknProgressNoteFlags;
       
   909   buttons = R_AVKON_SOFTKEYS_CANCEL;
       
   910   items= 
       
   911     {
       
   912     DLG_LINE
       
   913       {
       
   914       type = EAknCtNote;
       
   915       id = ENSmlProgressNote;
       
   916       control = AVKON_NOTE 
       
   917         {
       
   918         animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
   919         layout = EProgressLayout;
       
   920         singular_label =  "\n \n \n";
       
   921         };
       
   922       }
       
   923     };
       
   924   } 
       
   925 
       
   926 //----------------------------------------------------
       
   927 //
       
   928 // r_nsmldm_authdialog
       
   929 // Authentication dialog for entering username and password.
       
   930 //
       
   931 //----------------------------------------------------
       
   932 //
       
   933 RESOURCE DIALOG r_nsmldm_authdialog
       
   934   {
       
   935   flags = EGeneralQueryFlags;
       
   936   buttons = r_nsml_profiles_authdialog_softkeys;
       
   937   items=
       
   938     {
       
   939     DLG_LINE
       
   940       {
       
   941       type = EAknCtMultilineQuery;
       
   942       id = EMultilineFirstLine;
       
   943       control = AVERELL_DATA_QUERY
       
   944         { 
       
   945         layout = EMultiDataFirstEdwin;
       
   946         label = qtn_dm_conf_query_username;
       
   947         control = EDWIN
       
   948           {
       
   949           maxlength = KNSmlMaxUsernameLength;
       
   950           };
       
   951         };
       
   952       },
       
   953     DLG_LINE
       
   954       {
       
   955       type = EAknCtMultilineQuery;
       
   956       id = EMultilineSecondLine;
       
   957       control =  AVERELL_DATA_QUERY 
       
   958         { 
       
   959           layout = EMultiDataSecondSecEd;
       
   960           label = qtn_dm_conf_query_password;
       
   961           control = SECRETED
       
   962 	          {
       
   963 	          num_letters = KNSmlMaxPasswordLength;
       
   964 	          };
       
   965         };
       
   966       }
       
   967     };
       
   968   }
       
   969 
       
   970 //----------------------------------------------------
       
   971 //
       
   972 // r_fota_check_wait_note
       
   973 //
       
   974 //----------------------------------------------------
       
   975 //
       
   976 RESOURCE DIALOG r_fota_check_wait_note
       
   977     {
       
   978     flags = EAknWaitNoteFlags;
       
   979     buttons = R_AVKON_SOFTKEYS_CANCEL;
       
   980     items =
       
   981         {
       
   982         DLG_LINE
       
   983             {
       
   984             type = EAknCtNote;
       
   985             id = ENSmlWaitNote;
       
   986             control = AVKON_NOTE 
       
   987 				{
       
   988                 layout = EWaitLayout;
       
   989                 singular_label = qtn_fota_wait_checking_update;
       
   990                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
   991 				};
       
   992 			}
       
   993 		};
       
   994 	} 
       
   995 
       
   996 //----------------------------------------------------
       
   997 //   
       
   998 //    r_smlsync_softkeys_options_cancel
       
   999 //    LeftSoftKey Select, RightSofKey Cancel (Context menu)
       
  1000 //
       
  1001 //----------------------------------------------------  
       
  1002 //
       
  1003 RESOURCE CBA r_smlsync_softkeys_options_cancel
       
  1004     {
       
  1005     buttons =
       
  1006         {
       
  1007         CBA_BUTTON 
       
  1008             {
       
  1009             id = ENSmlSyncSelect; 
       
  1010             txt = text_softkey_select;
       
  1011             },
       
  1012         CBA_BUTTON 
       
  1013             {
       
  1014             id = ENSmlSyncCancel;
       
  1015             txt = text_softkey_cancel; 
       
  1016             }
       
  1017         };
       
  1018     }
       
  1019 
       
  1020 ////////////////////////////////////////////////////
       
  1021 //  Strings
       
  1022 //
       
  1023 
       
  1024 STRUCT STRING
       
  1025   {
       
  1026   LTEXT text;
       
  1027   }
       
  1028 
       
  1029 
       
  1030 RESOURCE TBUF r_sml_profiles_title                           { buf = qtn_dm_title_servers; }
       
  1031 		
       
  1032 
       
  1033 RESOURCE TBUF r_sml_app_title                           { buf = qtn_apps_dm_title; }
       
  1034 
       
  1035 RESOURCE TBUF64 r_qtn_sml_main_sync_last                { buf = qtn_dm_sync_last; }
       
  1036 RESOURCE TBUF64 r_sml_main_notsynced                    { buf = qtn_dm_not_configured; }
       
  1037 RESOURCE TBUF128 r_sml_main_noprofiles                  { buf = qtn_dm_empty_no_servers_primary_text; }
       
  1038 RESOURCE TBUF128 r_sml_main_noprofiles_sec_txt          { buf = qtn_dm_empty_no_servers_secondary_text; }
       
  1039 RESOURCE TBUF256 r_sml_appui_note_text_del              { buf = qtn_dm_conf_server_delete; } 
       
  1040 RESOURCE TBUF256 r_sml_appui_note_text_new              { buf = qtn_dm_conf_new_server; }
       
  1041 RESOURCE TBUF256 r_qtn_sml_appui_copy                   { buf = qtn_dm_conf_server_copy_defaults; }
       
  1042 RESOURCE TBUF256 r_qtn_sml_name_exists                  { buf = qtn_dm_conf_set_user_name; }
       
  1043 RESOURCE TBUF256 r_nsml_settings_save_anyway            { buf = qtn_dm_conf_server_settings_missing; }
       
  1044 RESOURCE TBUF r_qtn_sml_sync_app_invalid_iap            { buf = qtn_dm_conf_ap_setting; }
       
  1045 RESOURCE TBUF r_qtn_sml_conf_startquery                 { buf = qtn_dm_conf_connection; }
       
  1046 RESOURCE TBUF r_qtn_sml_conf_allowquery                 { buf = qtn_dm_conf_activation_dm; }
       
  1047 RESOURCE TBUF r_qtn_sml_conf_activequery                { buf = qtn_dm_conf_activation_server; }
       
  1048 RESOURCE TBUF r_qtn_dm_conf_set_server_id               { buf = qtn_dm_conf_change_server_id; }
       
  1049 RESOURCE TBUF r_qtn_dm_conf_set_dup_server_id           { buf = qtn_dm_conf_set_dup_server_id; }
       
  1050 RESOURCE TBUF r_qtn_dm_query_accept_configuration       { buf = qtn_dm_query_accept_configuration; }
       
  1051 RESOURCE TBUF r_qtn_sync_cancelled                      { buf = qtn_dm_note_end_cancelled; }
       
  1052 
       
  1053 RESOURCE TBUF40 r_syncstatus_sync_conn                  { buf = qtn_dm_note_connecting; }
       
  1054 RESOURCE TBUF40 r_syncstatus_sync_init                  { buf = qtn_dm_note_initialising; }
       
  1055 RESOURCE TBUF r_syncstatus_sync_send                    { buf = qtn_dm_note_processing; }
       
  1056 RESOURCE TBUF40 r_syncstatus_sync_recv                  { buf = qtn_dm_note_receiving; }
       
  1057 RESOURCE TBUF40 r_syncstatus_sync_comp                  { buf = qtn_dm_note_finalising; }
       
  1058 RESOURCE TBUF40 r_syncstatus_sync_disc                  { buf = qtn_dm_note_disconnecting; }
       
  1059 RESOURCE TBUF40 r_syncstatus_sync_fin                   { buf = qtn_dm_note_end_done; }
       
  1060 RESOURCE TBUF40 r_syncstatus_err                        { buf = qtn_dm_note_end_error; }
       
  1061 RESOURCE TBUF40 r_syncstatus_canc                       { buf = qtn_dm_note_end_cancelling; }
       
  1062 RESOURCE TBUF40 r_syncstatus_sync_fin_canc              { buf = qtn_dm_note_end_cancelled; }
       
  1063 
       
  1064 RESOURCE TBUF64 r_sml_log_synclog_title                 { buf = qtn_dm_query_hdr_conf_log; }
       
  1065 RESOURCE TBUF32 r_qtn_sml_log_server                    { buf = qtn_dm_log_remote_server; }
       
  1066 
       
  1067 RESOURCE TBUF40 r_qtn_sml_log_ok                        { buf = qtn_dm_log_status_complete; }
       
  1068 RESOURCE TBUF40 r_qtn_sml_log_cancelled                 { buf = qtn_dm_log_status_cancelled; }
       
  1069 RESOURCE TBUF40 r_qtn_sml_log_err                       { buf = qtn_dm_log_status_error; }
       
  1070 
       
  1071 RESOURCE TBUF128 r_sml_settings_title                   { buf = qtn_dm_title_server_settings; }
       
  1072 RESOURCE TBUF64 r_qtn_apps_newprofile                   { buf = qtn_dm_default_server_name; }
       
  1073 RESOURCE TBUF64 r_qtn_apps_emptyprofile                 { buf = qtn_dm_empty_server_name; }
       
  1074 RESOURCE TBUF64 r_qtn_sml_set_val_field_none            { buf = qtn_selec_setting_compulsory; }
       
  1075 RESOURCE TBUF64 r_qtn_sml_set_val_hostaddr_field_none   { buf = qtn_selec_setting_compulsory; }
       
  1076 RESOURCE TBUF r_qtn_invalid_uri                         { buf = qtn_dm_log_err_uriinvalid; }
       
  1077 
       
  1078 // ask always
       
  1079 RESOURCE TBUF64 r_qtn_dm_set_always_ask   { buf = qtn_dm_sett_always_ask; }
       
  1080 
       
  1081 //formatting strings for setting items
       
  1082 RESOURCE TBUF r_qtn_sml_settingrowitem                  { buf = "\t%0U\t\t%1U\t"; }
       
  1083 RESOURCE TBUF r_qtn_sml_settingrowitem_mand             { buf = "\t%0U\t\t%1U\t*"; }
       
  1084 
       
  1085 //error note for locked setting items
       
  1086 RESOURCE TBUF r_qtn_dm_info_note_locked_setting		{ buf = qtn_selec_protected_setting; }
       
  1087 
       
  1088 //error note for client authentication in progress view
       
  1089 RESOURCE TBUF r_qtn_nsml_log_err_clientauth             { buf = qtn_dm_log_err_clientauth; }
       
  1090 RESOURCE TBUF r_qtn_numberdata                          { buf = "%N"; }
       
  1091 
       
  1092 RESOURCE TBUF r_qtn_dm_log_err_systemerror              { buf = qtn_dm_log_err_systemerror; }
       
  1093 RESOURCE TBUF r_qtn_dm_log_err_servererror              { buf = qtn_dm_log_err_servererror; }
       
  1094 RESOURCE TBUF r_qtn_dm_log_err_protocol                 { buf = qtn_dm_log_err_protocol; }
       
  1095 RESOURCE TBUF r_qtn_dm_log_err_cmdnotsupported          { buf = qtn_dm_log_err_cmdnotsupported; }
       
  1096 RESOURCE TBUF r_qtn_dm_log_err_versionnotsupported      { buf = qtn_dm_log_err_versionnotsupported; }
       
  1097 RESOURCE TBUF r_qtn_dm_log_err_contentnotsupported      { buf = qtn_dm_log_err_contentnotsupported; }
       
  1098 RESOURCE TBUF r_qtn_dm_log_err_clientauth               { buf = qtn_dm_log_err_clientauth; }
       
  1099 RESOURCE TBUF r_qtn_dm_log_err_servertauth              { buf = qtn_dm_log_err_servertauth; }
       
  1100 RESOURCE TBUF r_qtn_dm_log_err_serverbusy               { buf = qtn_dm_log_err_serverbusy; }
       
  1101 RESOURCE TBUF r_qtn_dm_log_err_servernotresponding      { buf = qtn_dm_log_err_servernotresponding; }
       
  1102 RESOURCE TBUF r_qtn_dm_log_err_uriinvalid               { buf = qtn_dm_log_err_uriinvalid; }
       
  1103 RESOURCE TBUF r_qtn_dm_log_err_comm                     { buf = qtn_dm_log_err_comm; }
       
  1104 RESOURCE TBUF r_qtn_dm_log_err_sessionabort             { buf = qtn_dm_log_err_sessionabort; }
       
  1105 RESOURCE TBUF r_qtn_dm_log_err_offline                  { buf = qtn_offline_not_possible; }
       
  1106 RESOURCE TBUF r_qtn_dm_log_err_timedout                 { buf = qtn_dm_log_err_timedout;}
       
  1107 
       
  1108 // Fota specific strings
       
  1109 
       
  1110 RESOURCE TBUF r_item_fota_model  { buf = "\t"qtn_fota_list_model"\t%U\t"; }
       
  1111 
       
  1112 RESOURCE TBUF r_item_dm_phone_no_model  { buf = "\t"qtn_fota_list_model
       
  1113 												"\t"qtn_dm_list_model_not_available"\t"; }
       
  1114 
       
  1115 RESOURCE TBUF r_item_fota_latest_update                 { buf = "\t"qtn_fota_list_latest_update"\t%U\t"; }
       
  1116 RESOURCE TBUF r_item_fota_current_swversion             { buf = "\t"qtn_fota_list_current_version"\t%U\t"; }
       
  1117 RESOURCE TBUF r_item_fota_new_sw_available              { buf = "\t"qtn_fota_list_new_sw_available
       
  1118                                                                 "\t"qtn_fota_list_sw_available"\t"; }
       
  1119 RESOURCE TBUF r_item_fota_download_postponed              { buf = "\t"qtn_fota_list_new_sw_available
       
  1120                                                                 "\t"qtn_fota_list_download_postponed"\t"; }                                                            
       
  1121 
       
  1122 RESOURCE TBUF r_item_fota_default_server               { buf = "\t"qtn_fota_setting_default_server"\t\t%U"; }
       
  1123 RESOURCE TBUF r_hdr_fota_default_server                { buf = qtn_fota_setting_default_server; }
       
  1124 
       
  1125 RESOURCE TBUF r_qtn_fota_title_settings_dialog          { buf = qtn_fota_title_update_settings; }
       
  1126 RESOURCE TBUF r_qtn_fota_not_updated                    { buf = qtn_fota_list_not_updated; }
       
  1127 RESOURCE TBUF r_qtn_fota_profile_always_ask             { buf = qtn_fota_setting_value_always_ask; }
       
  1128 RESOURCE TBUF r_qtn_fota_list_query_select_server_profile { buf = qtn_fota_list_query_select_server; }
       
  1129 
       
  1130 RESOURCE TBUF r_qtn_fota_connection_needed              { buf = qtn_fota_conf_query_connection_is_needed; }
       
  1131 
       
  1132 // Strings on tabs
       
  1133 RESOURCE TBUF r_qtn_dm_tab_phone_updates                { buf = qtn_dm_tab_phone_updates; }
       
  1134 RESOURCE TBUF r_qtn_dm_tab_profiles                     { buf = qtn_dm_tab_profiles; }
       
  1135 
       
  1136 
       
  1137 // Used in the sync handler class, which is not variated.
       
  1138 RESOURCE TBUF r_qtn_fota_wait_checking_update           { buf = qtn_fota_wait_checking_update; }
       
  1139 RESOURCE TBUF r_qtn_fota_no_new_updates                 { buf = qtn_fota_no_new_updates; }
       
  1140 RESOURCE TBUF r_cp_app_title                            { buf = qtn_apps_updates_title;}
       
  1141 
       
  1142 //----------------------------------------------------
       
  1143 //   
       
  1144 //    r_sml_bearer_type
       
  1145 //    Texts for connection type setting item
       
  1146 //
       
  1147 //----------------------------------------------------  
       
  1148 //
       
  1149 RESOURCE ARRAY r_sml_bearer_type
       
  1150   {
       
  1151   items=
       
  1152     {
       
  1153     STRING { text = qtn_sml_set_http ; },
       
  1154     STRING { text = qtn_sml_set_bluetooth ; }
       
  1155     };
       
  1156   }
       
  1157 
       
  1158 //----------------------------------------------------
       
  1159 //   
       
  1160 //    r_nsml_yesno_type
       
  1161 //    Texts for boolean type setting item (active)
       
  1162 //
       
  1163 //----------------------------------------------------  
       
  1164 //
       
  1165 RESOURCE ARRAY r_nsml_yesno_type
       
  1166   {
       
  1167   items=
       
  1168     {
       
  1169     STRING { text = qtn_dm_set_active_value_false ; },
       
  1170     STRING { text = qtn_dm_set_active_value_true ; }
       
  1171     };
       
  1172   }
       
  1173 
       
  1174 //----------------------------------------------------
       
  1175 //   
       
  1176 //    r_nsml_accept_yesno_type
       
  1177 //    Texts for boolean type setting item (accept)
       
  1178 //
       
  1179 //----------------------------------------------------  
       
  1180 //
       
  1181 RESOURCE ARRAY r_nsml_accept_yesno_type
       
  1182   {
       
  1183   items=
       
  1184     {
       
  1185     STRING { text = qtn_dm_set_accepted_value_false ; },
       
  1186     STRING { text = qtn_dm_set_accepted_value_true ; }
       
  1187     };
       
  1188   }
       
  1189 
       
  1190 //----------------------------------------------------
       
  1191 //   
       
  1192 //    r_nsml_https_active_yesno_type
       
  1193 //    Texts for boolean type setting item (accept)
       
  1194 //
       
  1195 //----------------------------------------------------  
       
  1196 //
       
  1197 RESOURCE ARRAY r_nsml_https_active_yesno_type
       
  1198   {
       
  1199   items=
       
  1200     {
       
  1201     STRING { text = qtn_dm_set_https_value_no ; },
       
  1202     STRING { text = qtn_dm_set_https_value_yes ; }
       
  1203     };
       
  1204   }
       
  1205 
       
  1206 //----------------------------------------------------
       
  1207 //   
       
  1208 //    r_sml_settings_items
       
  1209 //    Texts for settings dialog item list
       
  1210 //
       
  1211 //----------------------------------------------------  
       
  1212 //
       
  1213 RESOURCE ARRAY r_sml_settings_items
       
  1214   {
       
  1215   items=
       
  1216     {
       
  1217     STRING    { text = qtn_dm_set_lbl_server_name; },
       
  1218     STRING    { text = qtn_dm_set_lbl_server_id; },
       
  1219     STRING    { text = qtn_dm_set_lbl_server_password; },
       
  1220     STRING    { text = qtn_dm_set_lbl_connection_type; },
       
  1221     STRING    { text = qtn_dm_set_lbl_access_point; },
       
  1222     STRING    { text = qtn_dm_set_lbl_host_address; },
       
  1223     STRING    { text = qtn_dm_set_lbl_server_port; },
       
  1224     STRING    { text = qtn_dm_set_lbl_dm_username; },
       
  1225     STRING    { text = qtn_dm_set_lbl_dm_password; },
       
  1226     STRING    { text = qtn_dm_set_lbl_active; },
       
  1227     STRING    { text = qtn_dm_set_lbl_accepted; },
       
  1228     STRING    { text = qtn_dm_set_lbl_https_active; },
       
  1229     STRING    { text = qtn_dm_set_lbl_https_username; },
       
  1230     STRING    { text = qtn_dm_set_lbl_https_password; }
       
  1231     };
       
  1232   }
       
  1233 
       
  1234 //----------------------------------------------------
       
  1235 //   
       
  1236 //    r_sml_settings_items
       
  1237 //    Texts for Log view
       
  1238 //
       
  1239 //----------------------------------------------------  
       
  1240 //
       
  1241 RESOURCE ARRAY r_sml_log_items
       
  1242   {
       
  1243   items=
       
  1244     {
       
  1245     STRING    { text = qtn_dm_log_profile_name; },
       
  1246     STRING    { text = qtn_dm_log_remote_server; },
       
  1247     STRING    { text = qtn_dm_log_date; },
       
  1248     STRING    { text = qtn_dm_log_time; },
       
  1249     STRING    { text = qtn_dm_log_remote_status; }
       
  1250     };
       
  1251   }
       
  1252 
       
  1253 //----------------------------------------------------
       
  1254 //   
       
  1255 //    r_sml_settings_items
       
  1256 //    Texts for settings dialog item list
       
  1257 //
       
  1258 //----------------------------------------------------  
       
  1259 //
       
  1260 RESOURCE TBUF r_qtn_dm_error_untrusted_cert                      { buf = qtn_dm_log_err_untrusted_certificate; }
       
  1261 
       
  1262 
       
  1263 RESOURCE TBUF r_qtn_fota_list_release                          { buf = "\t"qtn_fota_list_release"\t%U\t"; }
       
  1264 RESOURCE TBUF r_qtn_fota_list_software_version                 { buf = "\t"qtn_fota_list_sw_version"\t%U\t"; }
       
  1265 RESOURCE TBUF r_qtn_fota_list_software_version_date            { buf = "\t"qtn_fota_list_sw_version_date"\t%U\t"; }
       
  1266 RESOURCE TBUF r_qtn_fota_list_language_version                 { buf = "\t"qtn_fota_list_language"\t%U\t"; }
       
  1267 RESOURCE TBUF r_qtn_fota_list_customsw_version                 { buf =  "\t"qtn_fota_list_custom_version"\t%U\t"; }
       
  1268 RESOURCE TBUF r_qtn_fota_list_customswdate_version             { buf = "\t"qtn_fota_list_custom_version_date"\t%U\t"; }
       
  1269 RESOURCE TBUF r_qtn_fota_list_type_designator                  { buf = "\t"qtn_fota_list_type_designator"\t%U\t"; }
       
  1270 RESOURCE TBUF r_qtn_product_code                               { buf = "\t"qtn_dm_list_product_code"\t%U\t"; }
       
  1271 RESOURCE TBUF r_qtn_browser_version                            { buf = "\t"qtn_dm_list_browser_version"\t%U\t"; }
       
  1272 RESOURCE TBUF r_qtn_java_version                               { buf = "\t"qtn_dm_list_java_version"\t%U\t"; }
       
  1273 RESOURCE TBUF r_qtn_flash_version                              { buf = "\t"qtn_dm_list_flash_version"\t%U\t"; }
       
  1274 
       
  1275 
       
  1276 // End of File