phoneapp/phoneui2/loc/incallmenuandsoftkeys.loc
changeset 74 d1c62c765e48
parent 65 2a5d4ab426d3
child 75 949d9e5675bf
child 76 cfea66083b62
equal deleted inserted replaced
65:2a5d4ab426d3 74:d1c62c765e48
     1 /*
       
     2 * Copyright (c) 2002-2005 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 
       
    23 // LOCALISATION STRINGS
       
    24 
       
    25 // d: It is text for a menu option. If it is selected, 
       
    26 // d: calls are swapped.
       
    27 // l: list_single_pane_t1_cp2
       
    28 // w:
       
    29 //
       
    30 #define qtn_incal_swap_option "Swap"
       
    31 
       
    32 
       
    33 // d: It is text for a menu option. If it is selected, 
       
    34 // d: incoming/waiting call is rejected.
       
    35 // l: list_single_pane_t1_cp2
       
    36 // w:
       
    37 //
       
    38 #define qtn_incal_reject_option "Reject"
       
    39 
       
    40 // d: It is text for a menu option. If it is selected, 
       
    41 // d: call is put on hold.
       
    42 // l: list_single_pane_t1_cp2
       
    43 // w:
       
    44 //
       
    45 #define qtn_incal_hold_option "Hold"
       
    46 
       
    47 // d: It is text for a menu option. If it is selected, 
       
    48 // d: held call is activated.
       
    49 // l: list_single_pane_t1_cp2
       
    50 // w:
       
    51 //
       
    52 #define qtn_incal_unhold_option "Unhold"
       
    53 
       
    54 // d: It is text for a menu option. If it is selected, 
       
    55 // d: all calls are terminated (not waiting call).
       
    56 // l: list_single_pane_t1_cp2
       
    57 // w:
       
    58 //
       
    59 #define qtn_incal_end_option "End all calls"
       
    60 
       
    61 // d: It is text for a menu option. If it is selected, 
       
    62 // d: phone is muted.
       
    63 // l: list_single_pane_t1_cp2
       
    64 // w:
       
    65 //
       
    66 #define qtn_incal_mute_option "Mute"
       
    67 
       
    68 // d: It is text for a menu option. If it is selected, 
       
    69 // d: phone is unmuted.
       
    70 // l: list_single_pane_t1_cp2
       
    71 // w:
       
    72 //
       
    73 #define qtn_incal_unmute_option "Unmute"
       
    74 
       
    75 // d: It is text for a menu option. If it is selected,
       
    76 // d: a dialog is opened to allow user to enter a number
       
    77 // d: and make a call.
       
    78 // l: list_single_pane_t1_cp2
       
    79 // w:
       
    80 //
       
    81 #define qtn_incal_new_call_option "New call"
       
    82 
       
    83 // d: It is text for a menu option. If it is selected, 
       
    84 // d: conference is built from calls.
       
    85 // l: list_single_pane_t1_cp2/opt3
       
    86 // w:
       
    87 //
       
    88 #define qtn_incal_conference_option "Conference"
       
    89 
       
    90 // d: It is text for a menu option. If it is selected, 
       
    91 // d: conference is built from calls.
       
    92 // l: list_single_pane_t1_cp2
       
    93 // w:
       
    94 //
       
    95 #define qtn_incal_join_option "Join"
       
    96 
       
    97 // d: It is text for a menu option. If it is selected, 
       
    98 // d: the user can choose a participant in conference.
       
    99 // d: It will make one-to-one call with the selected
       
   100 // d: participant.
       
   101 // l: list_single_pane_t1_cp2
       
   102 // w:
       
   103 //
       
   104 #define qtn_incal_private_option "Private"
       
   105 
       
   106 // d: It is text for a menu option. If it is selected, 
       
   107 // d: the user can choose a participant in conference.
       
   108 // d: The selected participant will be dropped.
       
   109 // l: list_single_pane_t1_cp2
       
   110 // w:
       
   111 //
       
   112 #define qtn_incal_drop_conf_option "Drop participant"
       
   113 
       
   114 // d: It is text for a menu option. If it is selected, 
       
   115 // d: calls are transferred (ECT).
       
   116 // l: list_single_pane_t1_cp2
       
   117 // w:
       
   118 //
       
   119 #define qtn_incal_transfer_option "Transfer"
       
   120 
       
   121 // d: It is text for a menu option. If it is selected,
       
   122 // d: active call is dropped and waiting call is answered.
       
   123 // l: list_single_pane_t1_cp2
       
   124 // w:
       
   125 //
       
   126 #define qtn_incal_replace_option "Replace"
       
   127 
       
   128 // d: It is text for a menu option. If it is selected, 
       
   129 // d: allows user to enter dtmf string to be sent.
       
   130 // l: list_single_pane_t1_cp2
       
   131 // w:
       
   132 //
       
   133 #define qtn_incal_send_dtmf_option "Send DTMF"
       
   134 
       
   135 // d: It is used as softkey text. If the
       
   136 // d: softkey is pressed, then phone is muted.
       
   137 // l: control_pane_t1/opt7
       
   138 // w:
       
   139 //
       
   140 #define text_softkey_mute "Mute"
       
   141 
       
   142 // d: It is used as softkey text. If the
       
   143 // d: softkey is pressed, then phone is unmuted.
       
   144 // l: control_pane_t1/opt7
       
   145 // w:
       
   146 //
       
   147 #define text_softkey_unmute "Unmute"
       
   148 
       
   149 // d: It is used as softkey text. If the
       
   150 // d: softkey is pressed, then call is activated.
       
   151 // l: control_pane_t1/opt7
       
   152 // w:
       
   153 //
       
   154 #define text_softkey_unhold "Unhold"
       
   155 
       
   156 // d: It is used as softkey text. If the
       
   157 // d: softkey is pressed, then calls are swapped.
       
   158 // l: control_pane_t1/opt7
       
   159 // w:
       
   160 //
       
   161 #define text_softkey_swap "Swap"
       
   162 
       
   163 // d: It is used as softkey text. If the softkey
       
   164 // d: is pressed, then all calls are ended
       
   165 // l: control_pane_t1/opt7
       
   166 // w:
       
   167 //
       
   168 #define qtn_incal_softk_end_all "End calls"
       
   169 
       
   170 // d: It is text for a menu option. If it is selected, 
       
   171 // d: calls are transferred (Unattended transfer).
       
   172 // l: list_single_pane_t1_cp2
       
   173 // w: 
       
   174 // r: 3.0
       
   175 //
       
   176 #define qtn_incal_unattended_transfer_option "Unattended transfer"
       
   177 
       
   178 
       
   179 // d: It is used as softkey text. If pressed, the call isn't rejected,
       
   180 // d: but a unified message editor with soft reject default text is opened.
       
   181 // l: control_pane_t1/opt7
       
   182 //
       
   183 #define qtn_softkey_soft_reject "Soft Reject"
       
   184 
       
   185 // d: It is text for a menu option. If it is selected,
       
   186 // d: Switches current voice call to video
       
   187 // l: list_single_pane_t1_cp2
       
   188 // w:
       
   189 // r: 3.1u
       
   190 //
       
   191 #define qtn_incal_voice_to_video "Switch to video call"
       
   192 
       
   193 // d: It is used as middle softkey text. If the softkey
       
   194 // d: is pressed, Contacts app is activated.
       
   195 // l: control_pane_t3/opt7
       
   196 // w:
       
   197 // r: 3.2
       
   198 //
       
   199 #define qtn_msk_contacts "Contacts"
       
   200 
       
   201 // d: It is text for a menu option. If it is selected,
       
   202 // d: Switches current video call to voice call
       
   203 // l: list_single_pane_t1_cp2
       
   204 // w:
       
   205 // r: 3.1u
       
   206 //
       
   207 #define qtn_incal_video_to_voice "Switch to voice call"
       
   208 
       
   209 // d: It is used as softkey text. If the
       
   210 // d: softkey is pressed, then a view is changed to dialer.
       
   211 // l: control_pane_t1/opt7
       
   212 // w:
       
   213 // r: 5.0
       
   214 //
       
   215 #define qtn_incal_softk_dialer "Dialer"
       
   216 
       
   217 // d: It is text for a menu option. If it is selected, 
       
   218 // d: view is changed to dialer.
       
   219 // l: list_single_pane_t1_cp2
       
   220 // w:
       
   221 // r: 5.0
       
   222 //
       
   223 #define qtn_incal_dialer_option "Dialer"
       
   224 
       
   225 // d: It is text for a menu option. If it is selected, 
       
   226 // d: call is added to conference.
       
   227 // l: list_single_pane_t1_cp2
       
   228 // w:
       
   229 // r: 5.0
       
   230 //
       
   231 #define qtn_incal_add_to_conf_option "Add to conference"
       
   232 
       
   233 // d: It is text for a menu option. If it is selected, 
       
   234 // d: participants list is opened.
       
   235 // l: list_single_pane_t1_cp2
       
   236 // w:
       
   237 // r: 5.0
       
   238 //
       
   239 #define qtn_incal_participants_option "Participants"
       
   240 
       
   241 // d: It is text for a menu option. If it is selected, 
       
   242 // d: operation separates selected remote party 
       
   243 // d: call from the active conference call.
       
   244 // l: list_single_pane_t1_cp2
       
   245 // w:
       
   246 // r: 5.0
       
   247 //
       
   248 #define qtn_incal_private_part_option "Private"
       
   249 
       
   250 // d: It is text for a menu option. If it is selected, 
       
   251 // d: the user can choose a participant in conference.
       
   252 // d: The selected participant will be dropped.
       
   253 // l: list_single_pane_t1_cp2
       
   254 // w:
       
   255 // r: 5.0
       
   256 //
       
   257 #define qtn_incal_drop_part_option "Drop participant"
       
   258 
       
   259 // d: It is text for a menu option. If it is selected, 
       
   260 // d: handover is initiated
       
   261 // l: list_single_pane_t1_cp2
       
   262 // w:
       
   263 //
       
   264 #define qtn_incal_vcc_ho_to_wlan_option "Handover to WLAN"
       
   265 
       
   266 // d: It is text for a menu option. If it is selected, 
       
   267 // d: handover is initiated
       
   268 // l: list_single_pane_t1_cp2
       
   269 // w:
       
   270 //
       
   271 #define qtn_incal_vcc_ho_to_gsm_option "Handover to GSM"
       
   272 
       
   273 // End of File