devicediagnostics/diagsuites/diagtoplevelsuiteplugin/data/devdiagtoplevelsuitepluginrsc.rss
changeset 0 3ce708148e4d
equal deleted inserted replaced
-1:000000000000 0:3ce708148e4d
       
     1 /*
       
     2 * Copyright (c) 2007 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 definitions for project Diagnostics Top-Level Suite.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // Resource Name Identifier
       
    20 NAME DTLS
       
    21 
       
    22 // Include Files
       
    23 #include <eikon.rh>
       
    24 
       
    25 // Resource Identifiers
       
    26 RESOURCE RSS_SIGNATURE { }
       
    27 RESOURCE TBUF { buf="DTLS"; }
       
    28 
       
    29 // ========================== RESOURCE DEFINITIONS ===========================
       
    30 
       
    31 // ---------------------------------------------------------------------------
       
    32 // r_diag_top_level_suite_list_large_graphic
       
    33 // The suite's name in the main view listbox.
       
    34 // ---------------------------------------------------------------------------
       
    35 //
       
    36 RESOURCE TBUF r_diag_top_level_suite_list_large_graphic
       
    37     {
       
    38     buf = qtn_diag_lst_run_tests;
       
    39     }
       
    40 
       
    41 // ---------------------------------------------------------------------------
       
    42 // r_diag_top_level_suite_heading_pane
       
    43 // The suite's name in the header of the dialog that is shown when starting
       
    44 // test execution.
       
    45 // ---------------------------------------------------------------------------
       
    46 //
       
    47 RESOURCE TBUF r_diag_top_level_suite_heading_pane
       
    48     {
       
    49     buf = qtn_diag_msg_title_all_tests;
       
    50     }
       
    51 
       
    52 // ---------------------------------------------------------------------------
       
    53 // r_diag_top_level_suite_popup_info_pane
       
    54 // The body text of the dialog that is shown when starting test execution.
       
    55 // ---------------------------------------------------------------------------
       
    56 //
       
    57 RESOURCE TBUF r_diag_top_level_suite_popup_info_pane
       
    58     {
       
    59     buf = qtn_diag_msg_start_all;
       
    60     }
       
    61 
       
    62 // ---------------------------------------------------------------------------
       
    63 // r_diag_top_level_suite_title_pane
       
    64 // The title pane shown when all tests are running.
       
    65 // ---------------------------------------------------------------------------
       
    66 //
       
    67 RESOURCE TBUF r_diag_top_level_suite_title_pane
       
    68     {
       
    69     buf = qtn_diag_title_test_all_tests;
       
    70     }
       
    71 
       
    72 // ---------------------------------------------------------------------------
       
    73 // r_diag_top_level_suite_list_single_graphic
       
    74 // The suite's name in the suite view.
       
    75 // For the top-level suite, this is only used for debugging purposes!
       
    76 // ---------------------------------------------------------------------------
       
    77 //
       
    78 RESOURCE TBUF r_diag_top_level_suite_list_single_graphic
       
    79     {
       
    80     buf = qtn_diag_lst_run_tests;
       
    81     }
       
    82 
       
    83 // ---------------------------------------------------------------------------
       
    84 // r_diag_top_level_suite_list_single
       
    85 // The suite's name in the results view.
       
    86 // For the top-level suite, this is only used for debugging purposes!
       
    87 // ---------------------------------------------------------------------------
       
    88 //
       
    89 RESOURCE TBUF r_diag_top_level_suite_list_single
       
    90     {
       
    91     buf = qtn_diag_lst_run_tests;
       
    92     }
       
    93 
       
    94 // End of File