phoneapp/phoneui/loc/dialer.loc
changeset 0 5f000ab63145
equal deleted inserted replaced
-1:000000000000 0:5f000ab63145
       
     1 /*
       
     2 * Copyright (c) 2002-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: 
       
    15 *     This is a localisation file for Dialer
       
    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 
       
    23 // LOCALISATION STRINGS
       
    24 
       
    25 // d: Text in the Dialer Options menu. Only when there 
       
    26 // d: exist a call/calls. Brings the Telephone
       
    27 // d: application into the foreground.
       
    28 // l: list_single_pane_t1_cp2  
       
    29 // w:
       
    30 // r: 5.0
       
    31 //
       
    32 #define qtn_dialer_call_handling_option "Call Handling" 
       
    33 
       
    34 // d: Text in Dialer Options menu. Opens the recent calls 
       
    35 // d: list from Logs Application.
       
    36 // l: list_single_pane_t1_cp2  
       
    37 // w:
       
    38 // r: 5.0
       
    39 //
       
    40 #define qtn_dialer_recent_calls_option "Recent calls"
       
    41 
       
    42 // d: Text in Dialer Options menu. Opens the Phonebook
       
    43 // d: application.
       
    44 // l: list_single_pane_t1_cp2  
       
    45 // w:
       
    46 // r: 5.0
       
    47 //
       
    48 #define qtn_dialer_contacts_option "Contacts"
       
    49 
       
    50 // d: Text in Dialer Options menu.
       
    51 // d: Opens the call settings view.
       
    52 // l: list_single_pane_t1_cp2  
       
    53 // w:
       
    54 // r: 5.0
       
    55 //
       
    56 #define qtn_dialer_call_settings_option "Call settings"
       
    57 
       
    58 // d: Text in Dialer Options menu.
       
    59 // d: Opens the Speed dial application in its main view.
       
    60 // l: list_single_pane_t1_cp2  
       
    61 // w:
       
    62 // r: 5.0
       
    63 //
       
    64 #define qtn_dialer_speed_dial_option "Speed Dial"
       
    65 
       
    66 
       
    67 // d: Text in Dialer Options menu.
       
    68 // d: Opens the VKB for the user to insert a VoIP address.
       
    69 // l: list_single_pane_t1_cp2  
       
    70 // w:
       
    71 // r: 5.0
       
    72 //
       
    73 #define qtn_dialer_touch_input_options "Touch input"
       
    74 
       
    75 
       
    76 // d: Prompt of the list query dialog containing 
       
    77 // d: selectable items "create new" and "update
       
    78 // d: existing" allowing a user to save a number/address
       
    79 // d: from Dialer number entry to contacts.
       
    80 // l: list_single_pane_t1_cp2  
       
    81 // w:
       
    82 // r: 5.0
       
    83 //
       
    84 #define qtn_dialer_create_new "Create new"
       
    85 
       
    86 // d: Selectable item in list query dialog allowing
       
    87 // d: user to add a number in Dialer number entry 
       
    88 // d: to existing contact.
       
    89 // l: list_single_pane_t1_cp2  
       
    90 // w:
       
    91 // r: 5.0
       
    92 //
       
    93 #define qtn_dialer_update_existing "Update existing"
       
    94 
       
    95 // d: Selectable item in list query dialog allowing
       
    96 // d: user to create a new contact from a number in 
       
    97 // d: Dialer number entry.
       
    98 // l: heading_pane_t1  
       
    99 // w:
       
   100 // r: 5.0
       
   101 //
       
   102 #define qtn_dialer_add_to_contact "Add to contacts:"
       
   103 
       
   104 
       
   105 // d: Prompt text for number entry.
       
   106 // d: Topmost row shows text in case of Dtmf dialer. 
       
   107 // l: heading_pane_t1  
       
   108 // w:
       
   109 // r: 5.0
       
   110 //
       
   111 #define qtn_dialer_dtmf_number_input_field_text "DTMF number:"
       
   112 
       
   113 
       
   114 // d: Tooltip text for Dialer toolbar 'Clear' button.
       
   115 // l: popup_preview_text_window_t1  
       
   116 // w:
       
   117 // r: 5.0
       
   118 //
       
   119 #define qtn_dialer_tooltip_clear "Clear"
       
   120 
       
   121 // d: Tooltip text for Dialer toolbar 'Contacts' button.
       
   122 // l: popup_preview_text_window_t1  
       
   123 // w:
       
   124 // r: 5.0
       
   125 //
       
   126 #define qtn_dialer_tooltip_contacts "Contacts"
       
   127 
       
   128 // d: Tooltip text for Dialer toolbar 'Add to contacts' button.
       
   129 // l: popup_preview_text_window_t1  
       
   130 // w:
       
   131 // r: 5.0
       
   132 //
       
   133 #define qtn_dialer_tooltip_add_to_contacts "Add to contacts"
       
   134 
       
   135 // d: Tooltip text for Dialer toolbar 'Call' button.
       
   136 // l: popup_preview_text_window_t1  
       
   137 // w:
       
   138 // r: 5.0
       
   139 //
       
   140 #define qtn_dialer_tooltip_call "Call"
       
   141 
       
   142 // d: Tooltip text for Dialer toolbar 'Send' button.
       
   143 // l: popup_preview_text_window_t1  
       
   144 // w:
       
   145 // r: 5.0
       
   146 //
       
   147 #define qtn_dialer_tooltip_send "Send"
       
   148 
       
   149 // d: Tooltip text for Dialer toolbar 'Recent calls' button.
       
   150 // l: popup_preview_text_window_t1  
       
   151 // w:
       
   152 // r: 5.0
       
   153 //
       
   154 #define qtn_dialer_tooltip_recent_calls "Recent calls"
       
   155 
       
   156 
       
   157 // End of File