phoneapp/phoneui2/loc/numberentry.loc
changeset 77 2be0b271d017
parent 72 c76a0b1755b9
equal deleted inserted replaced
72:c76a0b1755b9 77:2be0b271d017
     1 /*
       
     2 * Copyright (c) 2002 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 *     This is a localisation file for Phone
       
    16 *     A .loc file is the one and only place where the logical strings
       
    17 *     to be localised are defined. 
       
    18 *
       
    19 */
       
    20 
       
    21 
       
    22 // LOCALISATION STRINGS
       
    23 
       
    24 // d: It is an option in Number Acquisition state menu.
       
    25 // d: It contains submenu for two items defining type of saving.
       
    26 // l: list_single_pane_t1_cp2/opt3
       
    27 //
       
    28 #define qtn_phob_opt_save_to_pb "Save to phonebook"
       
    29 
       
    30 // d: It is an sub-option in Number Acquisition state menu.
       
    31 // d: It saves the number in number entry to phonebook.
       
    32 // l: list_single_popup_submenu_pane_t1
       
    33 //
       
    34 #define qtn_phob_opt_save_to_pb_new "New entry"
       
    35 
       
    36 // d: It is an sub-option in Number Acquisition state menu.
       
    37 // d: It adds the number in number entry to phonebook.
       
    38 // l: list_single_popup_submenu_pane_t1
       
    39 //
       
    40 #define qtn_phob_opt_save_to_pb_old "Add to earlier"
       
    41 
       
    42 // d: It is an option in Number Acquisition state menu. It makes
       
    43 // d: a call to the number that is in the number entry component.
       
    44 // l: list_single_pane_t1_cp2
       
    45 //
       
    46 #define text_number_call "Call"
       
    47 
       
    48 // d: It is an option in Number Acquisition state menu. It makes
       
    49 // d: ss/ussd request to the network.
       
    50 // l: list_single_pane_t1_cp2
       
    51 //
       
    52 #define text_nren_send_com "Send"
       
    53 
       
    54 // d: It is an option in menu in Number Acquisition state. It opens
       
    55 // d: a unified message editor.
       
    56 // l: list_single_pane_t1_cp2
       
    57 //
       
    58 #define qtn_nren_send_message "Send message"
       
    59 
       
    60 // d: It is an option in menu in Number Acquisition state. It opens
       
    61 // d: a cascade menu, which contains three options.
       
    62 // l: list_single_pane_t1_cp2
       
    63 //
       
    64 #define text_number_send_sms "Send message"
       
    65 
       
    66 // d: It is an option in Send message submenu. It allows user to 
       
    67 // d: write a short message and send it to the number that was in 
       
    68 // d: the number entry.
       
    69 // l: list_single_popup_submenu_pane_t1
       
    70 //
       
    71 #define qtn_nren_send_sms "Short message"
       
    72 
       
    73 // d: It is an option in Send message submenu. It allows user to
       
    74 // d: make a multimedia message and send it to the number that was
       
    75 // d: in the number entry.
       
    76 // l: list_single_popup_submenu_pane_t1
       
    77 //
       
    78 #define qtn_nren_send_mms "Multimedia message"
       
    79 
       
    80 // End of File