voipplugins/accountcreationplugin/data/accountcreationplugin.rss
branchRCL_3
changeset 21 f742655b05bf
parent 20 65a3ef1d5bd0
child 22 d38647835c2e
equal deleted inserted replaced
20:65a3ef1d5bd0 21:f742655b05bf
     1 /*
       
     2 * Copyright (c) 2007-2009 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:  Recource file for Account Creation Plugin
       
    15 *
       
    16 */
       
    17 
       
    18 NAME    ACP0
       
    19 
       
    20 #include <eikon.rh>
       
    21 #include <avkon.rh>
       
    22 #include <avkon.rsg>
       
    23 #include <avkon.loc>
       
    24 #include <accountcreationplugin.loc>
       
    25 
       
    26 #include "accountcreationplugin.hrh"
       
    27 
       
    28 // -----------------------------------------------------------------------------
       
    29 //
       
    30 // RSS_SIGNATURE   
       
    31 // Signature.
       
    32 //
       
    33 // -----------------------------------------------------------------------------
       
    34 //
       
    35 RESOURCE RSS_SIGNATURE { }
       
    36 
       
    37 
       
    38 RESOURCE TBUF
       
    39     {
       
    40     buf = r_acp_provider_list_title;
       
    41     }
       
    42 
       
    43 // -----------------------------------------------------------------------------
       
    44 //   
       
    45 // r_acp_name_in_customer_app
       
    46 // Account Creation Plugin name in customer application.
       
    47 //
       
    48 // -----------------------------------------------------------------------------
       
    49 //
       
    50 RESOURCE TBUF r_acp_name_in_customer_app 
       
    51     {
       
    52     buf = qtn_servtab_plugin_name; 
       
    53     }
       
    54 
       
    55 // -----------------------------------------------------------------------------
       
    56 //
       
    57 // r_acp_provider_list_title
       
    58 // Provider list view title.
       
    59 //
       
    60 // -----------------------------------------------------------------------------
       
    61 //
       
    62 RESOURCE TBUF r_acp_provider_list_title                         
       
    63   { 
       
    64   buf = qtn_servtab_catalog_view_title;
       
    65   }
       
    66 
       
    67 // -----------------------------------------------------------------------------
       
    68 //
       
    69 // r_acp_search_for_wlan_text
       
    70 // Search for WLAN option in connection dialog.
       
    71 //
       
    72 // -----------------------------------------------------------------------------
       
    73 //
       
    74 RESOURCE TBUF r_acp_search_for_wlan_text                         
       
    75   {
       
    76   buf = qtn_voip_search_for_wlan;
       
    77   }
       
    78 
       
    79 // -----------------------------------------------------------------------------
       
    80 //
       
    81 // r_acp_provider_list_menubar
       
    82 // Provider list view menubar.
       
    83 //
       
    84 // -----------------------------------------------------------------------------
       
    85 //
       
    86 RESOURCE MENU_BAR r_acp_provider_list_menubar
       
    87     {
       
    88     titles =
       
    89         {
       
    90         MENU_TITLE 
       
    91             { 
       
    92             menu_pane = r_acp_provider_list_menu; 
       
    93             }
       
    94         };
       
    95     }
       
    96 
       
    97 // -----------------------------------------------------------------------------
       
    98 //
       
    99 // r_acp_provider_list_menu
       
   100 // Provider list view options menu.
       
   101 //
       
   102 // -----------------------------------------------------------------------------
       
   103 //
       
   104 RESOURCE MENU_PANE r_acp_provider_list_menu
       
   105     {
       
   106     items =
       
   107         {
       
   108         MENU_ITEM
       
   109           {
       
   110           command = EAknSoftkeySelect;
       
   111           txt = qtn_voip_option_service_details;
       
   112           flags = EEikMenuItemSpecific;
       
   113           },
       
   114         MENU_ITEM
       
   115           {
       
   116           command = EAcpDownload;
       
   117           txt = qtn_voip_option_service_download_service;
       
   118           flags = EEikMenuItemSpecific;
       
   119           },
       
   120         MENU_ITEM 
       
   121           { 
       
   122           command = EAcpRefresh;
       
   123           txt = qtn_servtab_catalog_options_refresh;
       
   124           },
       
   125         MENU_ITEM 
       
   126           { 
       
   127           command = EAcpHelp;
       
   128           txt = qtn_options_help;
       
   129           },
       
   130         MENU_ITEM 
       
   131           { 
       
   132           command = EAknSoftkeyExit; 
       
   133           txt = qtn_options_exit; 
       
   134           }
       
   135         };
       
   136     }
       
   137 
       
   138 // ---------------------------------------------------------------------------
       
   139 // r_acp_softkeys_option_details_back
       
   140 // Softkeys (Option - Details - Exit)
       
   141 // ---------------------------------------------------------------------------
       
   142 //
       
   143 RESOURCE CBA r_acp_softkeys_option_details_back
       
   144     {
       
   145     flags = 0;
       
   146     buttons =
       
   147         {
       
   148         CBA_BUTTON 
       
   149             {
       
   150             id = EAknSoftkeyOptions; 
       
   151             txt = text_softkey_option;
       
   152             },
       
   153         CBA_BUTTON 
       
   154             {
       
   155             id = EAknSoftkeyExit;
       
   156             txt = text_softkey_exit;
       
   157             },
       
   158         CBA_BUTTON 
       
   159             {
       
   160             id = EAknSoftkeySelect; 
       
   161             txt = qtn_msk_service_details; 
       
   162             }
       
   163         };
       
   164     }
       
   165 
       
   166 
       
   167 // -----------------------------------------------------------------------------
       
   168 //   
       
   169 // r_acp_provider_list_view
       
   170 // Provider list view.
       
   171 //
       
   172 // -----------------------------------------------------------------------------
       
   173 //
       
   174 RESOURCE AVKON_VIEW r_acp_provider_list_view 
       
   175     {
       
   176     menubar = r_acp_provider_list_menubar;  
       
   177     cba = r_acp_softkeys_option_details_back;
       
   178     }
       
   179 
       
   180 // -----------------------------------------------------------------------------
       
   181 //
       
   182 // r_acp_provider_specific_menubar
       
   183 // Provider specific view menubar.
       
   184 //
       
   185 // -----------------------------------------------------------------------------
       
   186 //
       
   187 RESOURCE MENU_BAR r_acp_provider_specific_menubar
       
   188     {
       
   189     titles =
       
   190         {
       
   191         MENU_TITLE 
       
   192             { 
       
   193             menu_pane = r_acp_provider_specific_menu; 
       
   194             }
       
   195         };
       
   196     }
       
   197 
       
   198 // -----------------------------------------------------------------------------
       
   199 //
       
   200 // r_acp_provider_specific_menu
       
   201 // Provider specific view options menu.
       
   202 //
       
   203 // -----------------------------------------------------------------------------
       
   204 //
       
   205 RESOURCE MENU_PANE r_acp_provider_specific_menu
       
   206     {
       
   207     items =
       
   208         {
       
   209         MENU_ITEM
       
   210           { 
       
   211           command = EAknSoftkeySelect; //EAcpDownload;
       
   212           txt = text_softkey_details;
       
   213           },
       
   214         MENU_ITEM 
       
   215           { 
       
   216           command = EAknSoftkeyBack; 
       
   217           txt = text_softkey_back; 
       
   218           }
       
   219         };
       
   220     }
       
   221 
       
   222 // ---------------------------------------------------------------------------
       
   223 // r_acp_softkeys_get_back
       
   224 // Sotkeys (Get - Back)
       
   225 // ---------------------------------------------------------------------------
       
   226 //
       
   227 RESOURCE CBA r_acp_softkeys_get_back
       
   228     {
       
   229     buttons =
       
   230         {
       
   231         CBA_BUTTON 
       
   232           { 
       
   233           id = EAcpDownload;
       
   234           txt = qtn_servtab_cd_softkey_get;
       
   235           },
       
   236         CBA_BUTTON 
       
   237           { 
       
   238           id = EAknSoftkeyCancel; 
       
   239           txt = text_softkey_cancel; 
       
   240           },
       
   241           CBA_BUTTON 
       
   242           { 
       
   243           id = EAcpDownload; 
       
   244           txt = qgn_prop_msk_select; 
       
   245           }
       
   246         };
       
   247     }
       
   248 
       
   249 // -----------------------------------------------------------------------------
       
   250 //   
       
   251 // r_acp_provider_specific_view
       
   252 // Provider specific view.
       
   253 //
       
   254 // -----------------------------------------------------------------------------
       
   255 //
       
   256 RESOURCE AVKON_VIEW r_acp_provider_specific_view
       
   257     {
       
   258     menubar = r_acp_provider_specific_menubar;   
       
   259     cba = r_acp_softkeys_get_back;
       
   260     }
       
   261 
       
   262 // -----------------------------------------------------------------------------
       
   263 //
       
   264 // r_acp_query_menubar
       
   265 // Query view menubar.
       
   266 //
       
   267 // -----------------------------------------------------------------------------
       
   268 //
       
   269 RESOURCE MENU_BAR r_acp_query_menubar
       
   270     {
       
   271     titles =
       
   272         {
       
   273         MENU_TITLE 
       
   274             { 
       
   275             menu_pane = r_acp_query_menu; 
       
   276             }
       
   277         };
       
   278     }
       
   279 
       
   280 // -----------------------------------------------------------------------------
       
   281 //
       
   282 // r_acp_query_menu
       
   283 // Query view options menu.
       
   284 //
       
   285 // -----------------------------------------------------------------------------
       
   286 //
       
   287 RESOURCE MENU_PANE r_acp_query_menu
       
   288     {
       
   289     items =
       
   290         {        
       
   291         MENU_ITEM 
       
   292           { 
       
   293           command = EAknSoftkeyOk; 
       
   294           txt = text_softkey_ok;
       
   295           },
       
   296         MENU_ITEM 
       
   297           { 
       
   298           command = EAknSoftkeySelect; 
       
   299           txt = text_softkey_details;
       
   300           },
       
   301         MENU_ITEM 
       
   302           { 
       
   303           command = EAknSoftkeyCancel; 
       
   304           txt = text_softkey_cancel; 
       
   305           }
       
   306         };
       
   307     }
       
   308 
       
   309 // -----------------------------------------------------------------------------
       
   310 //   
       
   311 // r_acp_query_view
       
   312 // Query view.
       
   313 //
       
   314 // -----------------------------------------------------------------------------
       
   315 //
       
   316 RESOURCE AVKON_VIEW r_acp_query_view
       
   317     {
       
   318     menubar = r_acp_query_menubar;   
       
   319     cba = R_AVKON_SOFTKEYS_OK_CANCEL__SELECT;//R_AVKON_SOFTKEYS_OK_CANCEL;
       
   320     }
       
   321 
       
   322 // -----------------------------------------------------------------------------
       
   323 //
       
   324 // r_acp_provider_list_no_providers
       
   325 // Provider list view data when there are no providers in list.
       
   326 //
       
   327 // -----------------------------------------------------------------------------
       
   328 //
       
   329 RESOURCE TBUF r_acp_provider_list_no_providers                         
       
   330   { 
       
   331   buf = qtn_service_catalog_empty_text;
       
   332   }
       
   333     
       
   334 // -----------------------------------------------------------------------------
       
   335 //
       
   336 // r_acp_wait_note_text
       
   337 // Text to be shown in global wait note.
       
   338 //
       
   339 // -----------------------------------------------------------------------------
       
   340 //
       
   341 RESOURCE TBUF r_acp_wait_note_text                         
       
   342   { 
       
   343   buf = qtn_servtab_updating_service_catalog;
       
   344   }
       
   345 
       
   346 // -----------------------------------------------------------------------------
       
   347 //
       
   348 // r_acp_download_note_text
       
   349 // Text to be shown in global download wait note.
       
   350 //
       
   351 // -----------------------------------------------------------------------------
       
   352 //
       
   353 /*
       
   354 RESOURCE TBUF r_acp_download_note_text                         
       
   355   { 
       
   356   buf = qtn_acp_download_note_text;
       
   357   }
       
   358 */
       
   359 
       
   360 // -----------------------------------------------------------------------------
       
   361 //
       
   362 // r_servtab_cd_detail_name
       
   363 // Provider name to be shown in details.
       
   364 //
       
   365 // -----------------------------------------------------------------------------
       
   366 //
       
   367 RESOURCE TBUF r_servtab_cd_detail_name                         
       
   368   { 
       
   369   buf = qtn_servtab_cd_detail_name;
       
   370   }
       
   371 
       
   372 // -----------------------------------------------------------------------------
       
   373 //
       
   374 // r_servtab_cd_detail_type
       
   375 // Provider type to be shown in details.
       
   376 //
       
   377 // -----------------------------------------------------------------------------
       
   378 //
       
   379 RESOURCE TBUF r_servtab_cd_detail_type                         
       
   380   { 
       
   381   buf = qtn_servtab_cd_detail_type;
       
   382   }
       
   383 
       
   384 // -----------------------------------------------------------------------------
       
   385 //
       
   386 // r_servtab_cd_detail_description
       
   387 // Provider description to be shown in details.
       
   388 //
       
   389 // -----------------------------------------------------------------------------
       
   390 //
       
   391 RESOURCE TBUF r_servtab_cd_detail_description                         
       
   392   { 
       
   393   buf = qtn_servtab_cd_detail_description;
       
   394   }
       
   395 
       
   396 // -----------------------------------------------------------------------------
       
   397 //
       
   398 // r_servtab_cd_detail_size
       
   399 // Size to be shown in details.
       
   400 //
       
   401 // -----------------------------------------------------------------------------
       
   402 //
       
   403 RESOURCE TBUF r_servtab_cd_detail_size                         
       
   404   { 
       
   405   buf = qtn_servtab_cd_detail_size;
       
   406   }
       
   407 
       
   408 // -----------------------------------------------------------------------------
       
   409 //
       
   410 // r_servtab_cd_detail_vendor
       
   411 // Vendor to be shown in details.
       
   412 //
       
   413 // -----------------------------------------------------------------------------
       
   414 //
       
   415 RESOURCE TBUF r_servtab_cd_detail_vendor                         
       
   416   { 
       
   417   buf = qtn_servtab_cd_detail_vendor;
       
   418   }
       
   419 
       
   420 // -----------------------------------------------------------------------------
       
   421 //
       
   422 // r_servtab_cd_value_undefined
       
   423 // Undefined provider values in details.
       
   424 //
       
   425 // -----------------------------------------------------------------------------
       
   426 //
       
   427 RESOURCE TBUF r_servtab_cd_value_undefined                         
       
   428   { 
       
   429   buf = qtn_servtab_cd_value_undefined;
       
   430   }
       
   431 
       
   432 // -----------------------------------------------------------------------------
       
   433 //
       
   434 // r_acp_connection_query
       
   435 // Connection selection dialog.
       
   436 //
       
   437 // -----------------------------------------------------------------------------
       
   438 //
       
   439 RESOURCE AVKON_LIST_QUERY r_acp_connection_query 
       
   440     {
       
   441     flags = EGeneralQueryFlags;
       
   442     softkeys = R_AVKON_SOFTKEYS_OK_CANCEL;
       
   443     items = 
       
   444         {
       
   445          AVKON_LIST_QUERY_DLG_LINE 
       
   446             {
       
   447             control = AVKON_LIST_QUERY_CONTROL
       
   448                 {
       
   449                 listtype = EAknCtSinglePopupMenuListBox;
       
   450                 listbox = AVKON_LIST_QUERY_LIST
       
   451                     {
       
   452                     flags = EAknListBoxSelectionList;
       
   453                     };
       
   454 
       
   455                 heading = qtn_voip_select_connection_text;
       
   456                 };
       
   457             }
       
   458         };
       
   459     }            
       
   460 
       
   461 // ---------------------------------------------------------------------------
       
   462 //   
       
   463 //    r_acp_connection_failed
       
   464 //    Error note text.
       
   465 //
       
   466 // ---------------------------------------------------------------------------
       
   467 //
       
   468 RESOURCE TBUF r_acp_connection_failed
       
   469     {
       
   470     buf = qtn_servtab_creating_connection_failed_note;
       
   471     }
       
   472 
       
   473 // ---------------------------------------------------------------------------
       
   474 //   
       
   475 //    r_acp_download_failed
       
   476 //    Error note text.
       
   477 //
       
   478 // ---------------------------------------------------------------------------
       
   479 //
       
   480 RESOURCE TBUF r_acp_download_failed
       
   481     {
       
   482     buf = qtn_servtab_downloading_service_failed_note;
       
   483     }
       
   484 
       
   485 // ---------------------------------------------------------------------------
       
   486 //   
       
   487 //    r_type_text
       
   488 //    Resource for Type Edwin
       
   489 //
       
   490 // ---------------------------------------------------------------------------
       
   491 //
       
   492 RESOURCE EDWIN r_acp_type 
       
   493     {
       
   494     flags = EEikEdwinReadOnly;
       
   495     width = 100;
       
   496     lines = 8;
       
   497     maxlength = 300;
       
   498     }
       
   499 
       
   500 // -----------------------------------------------------------------------------
       
   501 //
       
   502 // r_acp_connection_conf_query
       
   503 // Text to be shown in connection confirmation query.
       
   504 //
       
   505 // -----------------------------------------------------------------------------
       
   506 //
       
   507 RESOURCE DIALOG r_acp_connection_conf_query
       
   508   { 
       
   509     flags = EGeneralQueryFlags;
       
   510     buttons = R_AVKON_SOFTKEYS_YES_NO;
       
   511     items =
       
   512         {
       
   513         DLG_LINE
       
   514             {
       
   515             type = EAknCtQuery;
       
   516             id = EGeneralQuery;
       
   517             control= AVKON_CONFIRMATION_QUERY 
       
   518                 { 
       
   519                 layout = EConfirmationLayout;
       
   520                 label = qtn_servtab_connection_conf_query;
       
   521                 };
       
   522             }
       
   523         };
       
   524   }
       
   525 
       
   526 // -----------------------------------------------------------------------------
       
   527 //
       
   528 // r_acp_service_installed_note
       
   529 // Text to be shown after successful service installation.
       
   530 //
       
   531 // -----------------------------------------------------------------------------
       
   532 //
       
   533 RESOURCE TBUF r_acp_service_installed_note
       
   534     {
       
   535     buf = qtn_servtab_installation_completed_note;
       
   536     }
       
   537 
       
   538 // -----------------------------------------------------------------------------
       
   539 //
       
   540 // r_acp_service_installed_from_widget_note
       
   541 // Text to be shown after successful service installation when installation
       
   542 // was initiated from homescreen service widget.
       
   543 //
       
   544 // -----------------------------------------------------------------------------
       
   545 //
       
   546 RESOURCE TBUF r_acp_service_installed_from_widget_note
       
   547     {
       
   548     buf = qtn_servtab_installation_completed_msg_query;
       
   549     }
       
   550 
       
   551 // -----------------------------------------------------------------------------
       
   552 //
       
   553 // r_acp_downloading_provider_text
       
   554 // Text to be shown while settings are being downloaded
       
   555 //
       
   556 // -----------------------------------------------------------------------------
       
   557 //
       
   558 RESOURCE TBUF r_acp_downloading_provider_text
       
   559     {
       
   560     buf = qtn_servtab_downloading_settings_wait_note;
       
   561     }
       
   562 
       
   563 
       
   564 
       
   565 // End of File