phoneuis/easydialing/tsrc/edta/data/edta.rls
branchRCL_3
changeset 9 8871b09be73b
equal deleted inserted replaced
4:c84cf270c54f 9:8871b09be73b
       
     1 /*
       
     2 * Copyright (c) 2009-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:  
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  LOCALISATION STRINGS
       
    20 
       
    21 
       
    22 //d:Caption string for app.
       
    23 rls_string STRING_r_hewb_caption_string "Easy dialing test application"
       
    24 
       
    25 //d:Short caption string for app.
       
    26 rls_string STRING_r_hewb_short_caption_string "HW"
       
    27 
       
    28 //d:Subcaption for options menu
       
    29 rls_string STRING_r_hewb_command_plugin_functions_menu "ED plugin functions"
       
    30 
       
    31 //d:Subcaption for options menu
       
    32 rls_string STRING_r_hewb_command_test_functions_menu "Testing functions"
       
    33 
       
    34 //d:First item in "Options" menu pane, "hello" event.
       
    35 rls_string STRING_r_hewb_command_set_plugin_input "Set ED plugin input"
       
    36 
       
    37 //d:Menu item for show matching contacts.
       
    38 rls_string STRING_r_hewb_command_search_contacts "Search contacts"
       
    39 
       
    40 //d:Menu item for launching the first contact of the previous search.
       
    41 rls_string STRING_r_hewb_command_launch_first_contact "Launch first"
       
    42 
       
    43 //d:Menu item for selecting and launching a contact from the previous search.
       
    44 rls_string STRING_r_hewb_command_select_and_launch_contact "Select contact and open CL"
       
    45 
       
    46 //d:Menu item for checking the PCSserver.
       
    47 rls_string STRING_r_hewb_command_check_pcsserver "Check PCS Server"
       
    48 
       
    49 //d:Menu item for showing phonebooks name order
       
    50 rls_string STRING_r_hewb_command_show_name_ordering "Phonebook name order"
       
    51 
       
    52 //d:Menu item for creating test contact database
       
    53 rls_string STRING_r_hewb_command_create_contact_base "Create test contacts"
       
    54 
       
    55 //d:Menu item for two consequtive searches test.
       
    56 rls_string STRING_r_hewb_command_two_consequtive_searches "Two consequtive searches"
       
    57 
       
    58 //d:Menu item for coverage tests.
       
    59 rls_string STRING_r_hewb_command_coverage_test "Coverage test"
       
    60 
       
    61 //d:Fourth item in "Options" menu pane, "exit" event.
       
    62 rls_string STRING_r_hewb_exit "Exit"
       
    63 
       
    64 //d:When user requests EEdtaSetPluginInput event, text below is shown.
       
    65 rls_string STRING_r_hewb_command_set_plugin_input_text "Set easy dial input"
       
    66 
       
    67 // d: Menu item for thumbnail setting
       
    68 rls_string STRING_r_hewb_command_thumbnail_settings_menu "Thumbnail cenrep setting"
       
    69 
       
    70 // d: Menu item for thumbnail setting item
       
    71 rls_string STRING_r_hewb_command_show_thumbnails "Show thumbnails"
       
    72 
       
    73 // d: Menu item for thumbnail setting item
       
    74 rls_string STRING_r_hewb_command_hide_thumbnails "Hide thumbnails"
       
    75 
       
    76 //d:When user requests EEdtaCommand2 event, text below is shown.
       
    77 rls_string STRING_r_hewb_file_text ""
       
    78 
       
    79 rls_string STRING_r_edta_loc_resource_file_1 "\\resource\\apps\\edta"
       
    80 
       
    81 // d: Default document name. Not to be localised.
       
    82 rls_string STRING_r_default_document_name "EDTA"
       
    83 
       
    84 // d: Icon file path. Not to be localised.
       
    85 rls_string STRING_r_icon_file_path "\\resource\\apps\\edta_aif.mif"
       
    86 
       
    87 // d: Application file. Not to be localised.
       
    88 rls_string STRING_r_app_file "edta"
       
    89 
       
    90 
       
    91