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