videofeeds/provisioningappui/Data/IptvProvisioningApp.rss
changeset 0 96612d01cf9f
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     1 /*
       
     2 * Copyright (c) 2006-2008 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 the License "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: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 //  RESOURCE IDENTIFIER
       
    22 NAME    RECO
       
    23 
       
    24 //  INCLUDES
       
    25 #include <eikon.rh>
       
    26 #include <avkon.rsg>
       
    27 #include <eikon.rsg>
       
    28 #include <avkon.rh>
       
    29 #include <avkon.loc>
       
    30 
       
    31 #include <ipvideo.loc>
       
    32 
       
    33 //  RESOURCE DEFINITIONS 
       
    34 
       
    35 RESOURCE RSS_SIGNATURE { }
       
    36 
       
    37 RESOURCE TBUF { buf=""; }
       
    38 
       
    39 RESOURCE EIK_APP_INFO
       
    40     {
       
    41     status_pane=R_AVKON_STATUS_PANE_LAYOUT_EMPTY;
       
    42     }
       
    43 
       
    44 //----------------------------------------------------
       
    45 // r_iptv_provisioning_query_install_service
       
    46 // Query dialog for provisioned service installation
       
    47 // 
       
    48 //----------------------------------------------------
       
    49 //
       
    50 RESOURCE DIALOG r_iptv_provisioning_query_install_service
       
    51     {
       
    52     flags   = EGeneralQueryFlags;
       
    53     buttons = r_iptv_provisioning_query_softkey_ok_cancel;
       
    54     items   =
       
    55         {
       
    56         DLG_LINE
       
    57             {
       
    58             type    = EAknCtQuery;
       
    59             id      = EGeneralQuery;
       
    60             control = AVERELL_CONFIRMATION_QUERY
       
    61                 {
       
    62                 layout = EConfirmationQueryLayout;
       
    63                 };
       
    64             }
       
    65         };
       
    66     }
       
    67 
       
    68 //----------------------------------------------------
       
    69 // r_iptv_provisioning_vod_reset_existing_service
       
    70 // Query dialog for provisioned service installation
       
    71 // 
       
    72 //----------------------------------------------------
       
    73 //
       
    74 RESOURCE DIALOG r_iptv_provisioning_vod_reset_existing_service
       
    75     {
       
    76     flags   = EGeneralQueryFlags;
       
    77     buttons = r_iptv_provisioning_query_softkey_install_cancel;
       
    78     items   =
       
    79         {
       
    80         DLG_LINE
       
    81             {
       
    82             type    = EAknCtQuery;
       
    83             id      = EGeneralQuery;
       
    84             control = AVERELL_CONFIRMATION_QUERY
       
    85                 {
       
    86                 layout = EConfirmationQueryLayout;
       
    87                 };
       
    88             }
       
    89         };
       
    90     }
       
    91 
       
    92 //----------------------------------------------------
       
    93 // r_iptv_provisioning_vod_query_added_service_open
       
    94 // Query dialog for added service opening.
       
    95 // 
       
    96 //----------------------------------------------------
       
    97 //
       
    98 RESOURCE DIALOG r_iptv_provisioning_vod_query_added_service_open
       
    99     {
       
   100     flags   = EGeneralQueryFlags;
       
   101     buttons = r_iptv_provisioning_query_softkey_yes_cancel;
       
   102     items   =
       
   103         {
       
   104         DLG_LINE
       
   105             {
       
   106             type    = EAknCtQuery;
       
   107             id      = EGeneralQuery;
       
   108             control = AVERELL_CONFIRMATION_QUERY
       
   109                 {
       
   110                 layout = EConfirmationQueryLayout;
       
   111                 };
       
   112             }
       
   113         };
       
   114     }
       
   115 
       
   116 // ---------------------------------------------------------
       
   117 //   r_iptv_provisioning_query_softkey_ok_cancel
       
   118 //   CBA buttons for the r_iptv_vod_notify_install_service 
       
   119 //
       
   120 // ---------------------------------------------------------
       
   121 //
       
   122 RESOURCE CBA r_iptv_provisioning_query_softkey_ok_cancel
       
   123     {
       
   124     buttons =
       
   125         {
       
   126         CBA_BUTTON { id = EAknSoftkeyOk; txt = text_softkey_ok; },
       
   127         CBA_BUTTON { id = EAknSoftkeyCancel; txt = text_softkey_cancel; },
       
   128         CBA_BUTTON { id = EAknSoftkeyOk; txt = text_softkey_ok; }
       
   129         };
       
   130     }
       
   131 
       
   132 // ---------------------------------------------------------
       
   133 //   r_iptv_provisioning_query_softkey_yes_cancel
       
   134 //   CBA buttons for the r_iptv_provisioning_vod_query_added_service_open 
       
   135 //
       
   136 // ---------------------------------------------------------
       
   137 //
       
   138 RESOURCE CBA r_iptv_provisioning_query_softkey_yes_cancel
       
   139     {
       
   140     buttons =
       
   141         {
       
   142         CBA_BUTTON { id = EAknSoftkeyYes; txt = text_softkey_yes; },
       
   143         CBA_BUTTON { id = EAknSoftkeyCancel; txt = text_softkey_cancel; },
       
   144         CBA_BUTTON { id = EAknSoftkeyYes; txt = text_softkey_yes; }
       
   145         };
       
   146     }
       
   147 
       
   148 // ---------------------------------------------------------
       
   149 //   r_iptv_provisioning_query_softkey_install_cancel
       
   150 //   CBA buttons for the r_iptv_provisioning_vod_reset_existing_service query
       
   151 //
       
   152 // ---------------------------------------------------------
       
   153 //
       
   154 RESOURCE CBA r_iptv_provisioning_query_softkey_install_cancel
       
   155     {
       
   156     buttons =
       
   157         {
       
   158         CBA_BUTTON { id = EAknSoftkeyOk; txt = qtn_iptv_softkey_install; },
       
   159         CBA_BUTTON { id = EAknSoftkeyCancel; txt = text_softkey_cancel; },
       
   160         CBA_BUTTON { id = EAknSoftkeyOk; txt = qtn_iptv_softkey_install; }
       
   161         };
       
   162     }
       
   163 
       
   164 // ---------------------------------------------------------
       
   165 //   r_iptv_provisioning_query_softkey_ok_cancel
       
   166 //   CBA buttons for the r_iptv_vod_notify_install_service 
       
   167 //
       
   168 // ---------------------------------------------------------
       
   169 //
       
   170 RESOURCE TBUF r_iptv_install_provisioning_service
       
   171     {
       
   172     buf = qtn_iptv_install_service;
       
   173     }
       
   174 
       
   175 // ---------------------------------------------------------
       
   176 //   r_iptv_invalid_data
       
   177 //   Text for the r_iptv_invalid_data
       
   178 //
       
   179 // ---------------------------------------------------------
       
   180 //
       
   181 RESOURCE TBUF r_iptv_invalid_data
       
   182     {
       
   183     buf = qtn_iptv_invalid_data;
       
   184     }
       
   185 
       
   186 // ---------------------------------------------------------
       
   187 //   r_iptv_invalid_service_type
       
   188 //   Text for the r_iptv_invalid_service_type
       
   189 //
       
   190 // ---------------------------------------------------------
       
   191 //
       
   192 RESOURCE TBUF r_iptv_invalid_service_type
       
   193     {
       
   194     buf = qtn_iptv_invalid_service_type;
       
   195     }
       
   196 
       
   197 // ---------------------------------------------------------------------------
       
   198 // r_iptv_installed
       
   199 // Note that from Rel4 onwards, the translated text is not "Done" anymore.
       
   200 // ---------------------------------------------------------------------------
       
   201 //
       
   202 RESOURCE TBUF r_iptv_installed
       
   203     {
       
   204     buf = qtn_iptv_service_installed_to_vodcast_note;
       
   205     }
       
   206 
       
   207 // ---------------------------------------------------------------------------
       
   208 // r_iptv_done
       
   209 // Text for the r_iptv_done
       
   210 // ---------------------------------------------------------------------------
       
   211 //
       
   212 RESOURCE TBUF r_iptv_done
       
   213     {
       
   214     buf = text_done;
       
   215     }
       
   216 
       
   217 // ---------------------------------------------------------
       
   218 //   r_iptv_reset_existing_service
       
   219 //
       
   220 // ---------------------------------------------------------
       
   221 //
       
   222 RESOURCE TBUF r_iptv_reset_existing_service
       
   223     {
       
   224     buf = qtn_iptv_service_exists;
       
   225     }
       
   226 
       
   227 // ---------------------------------------------------------------------------
       
   228 // r_iptv_video_store_list
       
   229 // "Nokia video store"
       
   230 // NOTE Replaces provisioned logical text.
       
   231 // ---------------------------------------------------------------------------
       
   232 //
       
   233 RESOURCE TBUF r_iptv_video_store_list
       
   234     {
       
   235     buf = qtn_iptv_video_store_list;
       
   236     }
       
   237 
       
   238 // ---------------------------------------------------------------------------
       
   239 // r_iptv_added_service_open
       
   240 // Query text added service open.
       
   241 // 
       
   242 // ---------------------------------------------------------------------------
       
   243 //
       
   244 RESOURCE TBUF r_iptv_added_service_open
       
   245     {
       
   246     buf = qtn_iptv_added_service_open;
       
   247     }