phoneapp/phoneui2/loc/incalloperations.loc
changeset 77 2be0b271d017
parent 72 c76a0b1755b9
equal deleted inserted replaced
72:c76a0b1755b9 77:2be0b271d017
     1 /*
       
     2 * Copyright (c) 2002-2006 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: Local hold operation is confirmed with
       
    26 // d: the text in confirmation note. %U is replaced
       
    27 // d: with call identification.
       
    28 // l: popup_note_window
       
    29 // w: 
       
    30 //
       
    31 #define qtn_incal_conf_hold_cli "%U on hold"
       
    32 
       
    33 // d: Local hold operation is confirmed with
       
    34 // d: the text in confirmation note. There is no name
       
    35 // d: in phonebook for the number of the call.
       
    36 // l: popup_note_window
       
    37 // w: 
       
    38 //
       
    39 #define qtn_incal_conf_hold_nocli "Call %N on hold"
       
    40 
       
    41 // d: Local hold operation is confirmed with
       
    42 // d: the text in confirmation note. The held call is
       
    43 // d: conference.
       
    44 // l: popup_note_window
       
    45 // w: 
       
    46 //
       
    47 #define qtn_incal_conf_hold_conf "Conference on hold"
       
    48 
       
    49 
       
    50 // d: It is title in new call data query.
       
    51 // l: popup_query_data_window
       
    52 // w: 
       
    53 //
       
    54 #define text_phone_number "Phone number:"
       
    55 
       
    56 // d: It is softkey used to initiate single entry fetch.
       
    57 // l: control_pane_t1/opt7
       
    58 // w: 
       
    59 //
       
    60 #define text_softkey_find "Search"
       
    61 
       
    62 // d: It is softkey in new call data query. It starts making
       
    63 // d: call to the number specified in query.
       
    64 // l: control_pane_t1/opt7
       
    65 // w: 
       
    66 //
       
    67 #define text_softkey_new_call "Call"
       
    68 
       
    69 // d: It is title in single item fetch from new call query.
       
    70 // l: title_pane_t2/opt9
       
    71 // w: 
       
    72 //
       
    73 #define qtn_incal_call_title "New call to"
       
    74 
       
    75 // d: When the remote end holds the active Call, it will be indicated to 
       
    76 // d: the user with this information note
       
    77 // l: popup_note_window
       
    78 // w: 
       
    79 //
       
    80 #define qtn_incal_info_hold "On hold"
       
    81 
       
    82 // d: When the remote end activates the held call, it will be indicated to 
       
    83 // d: the user with this information note
       
    84 // l: popup_note_window
       
    85 // w: 
       
    86 //
       
    87 #define qtn_incal_remote_active_note "Connected"
       
    88 
       
    89 // d: If the remote end transfers the call before the transferred to party 
       
    90 // d: has answered, this wait note pop-up window is displayed
       
    91 // l: popup_note_wait_window
       
    92 // w: 
       
    93 //
       
    94 #define qtn_incal_wait_transfer "Transfer in progress"
       
    95 
       
    96 // d: When the remote end transfers the call to a third party, this
       
    97 // d: information note is shown if the calling line identification of the 
       
    98 // d: transferred to party is not available.
       
    99 // l: popup_note_window
       
   100 // w: 
       
   101 //
       
   102 #define qtn_incal_transferred_note "Transferred"
       
   103 
       
   104 // d: If the call identification of the transferred to party is 
       
   105 // d: available, this information note is displayed instead, 
       
   106 // d: where %U is the calling line identification.
       
   107 // l: popup_note_window
       
   108 // w: 
       
   109 //
       
   110 #define qtn_incal_transferred_nro_note "Connected to %U"
       
   111 
       
   112 // d: If the remote end joins the user to a multiparty call,this 
       
   113 // d: information note is displayed
       
   114 // l: popup_note_window
       
   115 // w: 
       
   116 //
       
   117 #define qtn_incal_info_conf_active "Conference call active"
       
   118 
       
   119 // d: If user tries to disconnect BT connection while there is
       
   120 // d: audio on going, the following query will be displayed.
       
   121 // l: popup_note_window
       
   122 // w: 
       
   123 //
       
   124 #define qtn_que_continue_in_handset "Connection is closed. Continue in handportable mode?"
       
   125 
       
   126 // d: When sending a media file to caller
       
   127 // d: the text in confirmation note. %U is replaced
       
   128 // l: popup_note_window
       
   129 // w: 
       
   130 //
       
   131 #define qtn_incal_sfi_sent "Sending file to %U"
       
   132 
       
   133 // d: If user tries to disconnect BT connection while there is
       
   134 // d: video call ongoing, the following query will be displayed.
       
   135 // l: popup_note_window
       
   136 // w: 
       
   137 //
       
   138 #define qtn_que_continue_in_louds "Connection is closed. Continue in loudspeaker mode?"
       
   139 
       
   140 // d: information note when trying to switch to video in 2G.
       
   141 // l: popup_note_window
       
   142 // w: 
       
   143 // r: 3.1u
       
   144 //
       
   145 #define qtn_incal_info_no_network_support "No network support for video call"
       
   146 
       
   147 // d: Confirmation note when switching from voice to video
       
   148 // l: popup_note_window
       
   149 // w: 
       
   150 // r: 3.1u
       
   151 //
       
   152 #define qtn_query_create_video_call "End active call and create video call to the same contact?"
       
   153 
       
   154 // d: Confirmation note when switching from video to voice
       
   155 // l: popup_note_window
       
   156 // w: 
       
   157 // r: 3.1u
       
   158 //
       
   159 #define qtn_incal_query_create_video_call "End active call and create voice call to the same contact?"
       
   160 
       
   161 // d: information note when trying to switch to video or MO video call attempt during MC or PCSuite restore.
       
   162 // l: popup_note_window
       
   163 // w: 
       
   164 // r: 3.1
       
   165 //
       
   166 #define qtn_video_call_not_allowed "Video call not allowed during restore"
       
   167 
       
   168 // d: It is text for a command button. If it is selected, 
       
   169 // d: the user can choose a participant in conference.
       
   170 // d: The selected participant will be dropped.
       
   171 // l: cell_call4_button_pane_t1
       
   172 // w:
       
   173 // r: 5.0
       
   174 //
       
   175 #define qtn_incal_button_drop "Drop participant"
       
   176 
       
   177 // d: It is text for a command button. If it is selected, 
       
   178 // d: operation separates selected remote party 
       
   179 // d: call from the active conference call.
       
   180 // l: cell_call4_button_pane_t1
       
   181 // w:
       
   182 // r: 5.0
       
   183 //
       
   184 #define qtn_incal_button_private "Private"
       
   185 
       
   186 // d: It is text for a command button. If it is selected, 
       
   187 // d: active call is ended.
       
   188 // l: cell_call4_button_pane_t1
       
   189 // w:
       
   190 // r: 5.0
       
   191 //
       
   192 #define qtn_incal_button_end_active_call "End active call"
       
   193 
       
   194 // d: It is text for a command button. If it is selected, 
       
   195 // d: add call to conference call.
       
   196 // l: cell_call4_button_pane_t1
       
   197 // w:
       
   198 // r: 5.0
       
   199 //
       
   200 #define qtn_incal_button_join "Add to conference"
       
   201 
       
   202 // d: It is text for a command button. If it is selected, 
       
   203 // d: calls are swapped.
       
   204 // l: cell_call4_button_pane_t1
       
   205 // w:
       
   206 // r: 5.0
       
   207 //
       
   208 #define qtn_incal_button_swap "Swap"
       
   209 
       
   210 // d: It is text for a command button. If it is selected, 
       
   211 // d: view is changed to idle.
       
   212 // l: cell_call4_button_pane_t1
       
   213 // w:
       
   214 // r: 5.0
       
   215 //
       
   216 #define qtn_incal_button_go_idle "Go to idle"
       
   217 
       
   218 // d: It is text for a command button. If it is selected, 
       
   219 // d: all calls are ended.
       
   220 // l: cell_call4_button_pane_t1
       
   221 // w:
       
   222 // r: 5.0
       
   223 //
       
   224 #define qtn_incal_button_end_all_calls "End all calls"
       
   225 
       
   226 // d: It is text for a command button  If it is selected, 
       
   227 // d: participants list is opened.
       
   228 // l: cell_call4_button_pane_t1
       
   229 // w:
       
   230 // r: 5.0
       
   231 //
       
   232 #define qtn_incal_button_participants "Participants"
       
   233 
       
   234 // d: It is text for a command button. If it is selected, 
       
   235 // d: held call is activated.
       
   236 // l: cell_call4_button_pane_t1
       
   237 // w:
       
   238 // r: 5.0
       
   239 //
       
   240 #define qtn_incal_button_unhold "Unhold"
       
   241 
       
   242 // d: It is text for a command button. If it is selected, 
       
   243 // d: call is put on hold.
       
   244 // l: cell_call4_button_pane_t1
       
   245 // w:
       
   246 // r: 5.0
       
   247 //
       
   248 #define qtn_incal_button_hold "Hold"
       
   249 
       
   250 // d: It is text for a command button. If it is selected,
       
   251 // d: handsfree is activated.
       
   252 // l: cell_call4_button_pane_t1
       
   253 // w:
       
   254 // r: 5.0
       
   255 //
       
   256 #define qtn_incal_button_loudspeaker "Loudspeaker"
       
   257 
       
   258 // d: It is text for a command button. If it is selected,
       
   259 // d: audio is routed to handset mode
       
   260 // l: cell_call4_button_pane_t1
       
   261 // w:
       
   262 // r: 5.0
       
   263 //
       
   264 #define qtn_incal_button_handset "Handset"
       
   265 
       
   266 // d: It is text for a command button. If it is selected, 
       
   267 // d: phone is unmuted.
       
   268 // l: cell_call4_button_pane_t1
       
   269 // w:
       
   270 // r: 5.0
       
   271 //
       
   272 #define qtn_incal_button_unmute_mic "Unmute"
       
   273 
       
   274 // d: It is text for a command button. If it is selected, 
       
   275 // d: phone is muted.
       
   276 // l: cell_call4_button_pane_t1
       
   277 // w:
       
   278 // r: 5.0
       
   279 //
       
   280 #define qtn_incal_button_mute_mic "Mute"
       
   281 
       
   282 // d: It is text for a command button. If it is selected, 
       
   283 // d: call is changed from voice to video.
       
   284 // l: cell_call4_button_pane_t1
       
   285 // w:
       
   286 // r: 5.0
       
   287 //
       
   288 #define qtn_incal_button_voice_to_video "Voice to video"
       
   289 
       
   290 // d: It is text for a command button. If it is selected, 
       
   291 // d: conference is built from calls.
       
   292 // l: cell_call4_button_pane_t1
       
   293 // w:
       
   294 // r: 5.0
       
   295 //
       
   296 #define qtn_incal_button_conference "Conference"
       
   297 
       
   298 // d: It is text for a command button. If it is selected, 
       
   299 // d: audio is routed bt handsfree.
       
   300 // l: cell_call4_button_pane_t1
       
   301 // w:
       
   302 // r: 5.0
       
   303 //
       
   304 #define qtn_incal_button_bluetooth "BT Handsfree"
       
   305 
       
   306 // d: It is text for a command button. If it is selected, 
       
   307 // d: call is ended.
       
   308 // l: cell_call4_button_pane_t1
       
   309 // w:
       
   310 // r: 5.0
       
   311 //
       
   312 #define qtn_incal_button_end_call "End call"
       
   313 
       
   314 // d: It is text for a command button. If it is selected, 
       
   315 // d: incoming call is rejected.
       
   316 // l: cell_call4_button_pane_t1
       
   317 // w:
       
   318 // r: 5.0
       
   319 //
       
   320 #define qtn_incal_button_reject "Reject"
       
   321 
       
   322 // d: It is text for a command button. If it is selected, 
       
   323 // d: incoming call is answered.
       
   324 // l: cell_call4_button_pane_t1
       
   325 // w:
       
   326 // r: 5.0
       
   327 //
       
   328 #define qtn_incal_button_answer "Answer"
       
   329 
       
   330 // d: It is text for a command button. If it is selected, 
       
   331 // d: ringing tone is muted.
       
   332 // l: cell_call4_button_pane_t1
       
   333 // w:
       
   334 // r: 5.0
       
   335 //
       
   336 #define qtn_incal_button_silence "Silence"
       
   337 
       
   338 // d: Confirmation note when switching from video to voice
       
   339 // l: popup_note_window
       
   340 // w: 
       
   341 // r: 5.0
       
   342 //
       
   343 #define qtn_incal_query_vcall_failed "Video call setup failed. Create voice to the same contact?"
       
   344 
       
   345 
       
   346 
       
   347 //Landscape texts for buttons
       
   348 
       
   349 
       
   350 
       
   351 // d: It is text for a command button. If it is selected, 
       
   352 // d: the user can choose a participant in conference.
       
   353 // d: The selected participant will be dropped.
       
   354 // l: cell_call4_button_pane_t1/opt2
       
   355 // w:
       
   356 // r: 5.0
       
   357 //
       
   358 #define qtn_incal_button_drop_landscape "Drop"
       
   359 
       
   360 // d: It is text for a command button. If it is selected, 
       
   361 // d: operation separates selected remote party 
       
   362 // d: call from the active conference call.
       
   363 // l: cell_call4_button_pane_t1/opt2
       
   364 // w:
       
   365 // r: 5.0
       
   366 //
       
   367 #define qtn_incal_button_private_landscape "Private"
       
   368 
       
   369 // d: It is text for a command button. If it is selected, 
       
   370 // d: active call is ended.
       
   371 // l: cell_call4_button_pane_t1/opt2
       
   372 // w:
       
   373 // r: 5.0
       
   374 //
       
   375 #define qtn_incal_button_end_active_call_landscape "End active call"
       
   376 
       
   377 // d: It is text for a command button. If it is selected, 
       
   378 // d: add call to conference call.
       
   379 // l: cell_call4_button_pane_t1/opt2
       
   380 // w:
       
   381 // r: 5.0
       
   382 //
       
   383 #define qtn_incal_button_join_landscape "Join"
       
   384 
       
   385 // d: It is text for a command button. If it is selected, 
       
   386 // d: calls are swapped.
       
   387 // l: cell_call4_button_pane_t1/opt2
       
   388 // w:
       
   389 // r: 5.0
       
   390 //
       
   391 #define qtn_incal_button_swap_landscape "Swap"
       
   392 
       
   393 // d: It is text for a command button. If it is selected, 
       
   394 // d: view is changed to idle.
       
   395 // l: cell_call4_button_pane_t1/opt2
       
   396 // w:
       
   397 // r: 5.0
       
   398 //
       
   399 #define qtn_incal_button_go_idle_landscape "Go to idle"
       
   400 
       
   401 // d: It is text for a command button. If it is selected, 
       
   402 // d: all calls are ended.
       
   403 // l: cell_call4_button_pane_t1/opt2
       
   404 // w:
       
   405 // r: 5.0
       
   406 //
       
   407 #define qtn_incal_button_end_all_calls_landscape "End all calls"
       
   408 
       
   409 // d: It is text for a command button  If it is selected, 
       
   410 // d: participants list is opened.
       
   411 // l: cell_call4_button_pane_t1/opt2
       
   412 // w:
       
   413 // r: 5.0
       
   414 //
       
   415 #define qtn_incal_button_participants_landscape "Participants"
       
   416 
       
   417 // d: It is text for a command button. If it is selected, 
       
   418 // d: held call is activated.
       
   419 // l: cell_call4_button_pane_t1/opt2
       
   420 // w:
       
   421 // r: 5.0
       
   422 //
       
   423 #define qtn_incal_button_unhold_landscape "Unhold"
       
   424 
       
   425 // d: It is text for a command button. If it is selected, 
       
   426 // d: call is put on hold.
       
   427 // l: cell_call4_button_pane_t1/opt2
       
   428 // w:
       
   429 // r: 5.0
       
   430 //
       
   431 #define qtn_incal_button_hold_landscape "Hold"
       
   432 
       
   433 // d: It is text for a command button. If it is selected,
       
   434 // d: handsfree is activated.
       
   435 // l: cell_call4_button_pane_t1/opt2
       
   436 // w:
       
   437 // r: 5.0
       
   438 //
       
   439 #define qtn_incal_button_loudspeaker_landscape "Loudspeaker"
       
   440 
       
   441 // d: It is text for a command button. If it is selected,
       
   442 // d: audio is routed to handset mode
       
   443 // l: cell_call4_button_pane_t1/opt2
       
   444 // w:
       
   445 // r: 5.0
       
   446 //
       
   447 #define qtn_incal_button_handset_landscape "Handset"
       
   448 
       
   449 // d: It is text for a command button. If it is selected, 
       
   450 // d: phone is unmuted.
       
   451 // l: cell_call4_button_pane_t1/opt2
       
   452 // w:
       
   453 // r: 5.0
       
   454 //
       
   455 #define qtn_incal_button_unmute_mic_landscape "Unmute"
       
   456 
       
   457 // d: It is text for a command button. If it is selected, 
       
   458 // d: phone is muted.
       
   459 // l: cell_call4_button_pane_t1/opt2
       
   460 // w:
       
   461 // r: 5.0
       
   462 //
       
   463 #define qtn_incal_button_mute_mic_landscape "Mute"
       
   464 
       
   465 // d: It is text for a command button. If it is selected, 
       
   466 // d: call is changed from voice to video.
       
   467 // l: cell_call4_button_pane_t1/opt2
       
   468 // w:
       
   469 // r: 5.0
       
   470 //
       
   471 #define qtn_incal_button_voice_to_video_landscape "Video call"
       
   472 
       
   473 // d: It is text for a command button. If it is selected, 
       
   474 // d: call is changed from video to voice.
       
   475 // l: cell_call4_button_pane_t1/opt2
       
   476 // w:
       
   477 // r: 5.0
       
   478 //
       
   479 #define qtn_incal_button_video_to_voice_landscape "Voice call"
       
   480 
       
   481 // d: It is text for a command button. If it is selected, 
       
   482 // d: conference is built from calls.
       
   483 // l: cell_call4_button_pane_t1/opt2
       
   484 // w:
       
   485 // r: 5.0
       
   486 //
       
   487 #define qtn_incal_button_conference_landscape "Conference"
       
   488 
       
   489 // d: It is text for a command button. If it is selected, 
       
   490 // d: audio is routed bt handsfree.
       
   491 // l: cell_call4_button_pane_t1/opt2
       
   492 // w:
       
   493 // r: 5.0
       
   494 //
       
   495 #define qtn_incal_button_bluetooth_landscape "BT handsfree"
       
   496 
       
   497 // d: It is text for a command button. If it is selected, 
       
   498 // d: call is ended.
       
   499 // l: cell_call4_button_pane_t1/opt2
       
   500 // w:
       
   501 // r: 5.0
       
   502 //
       
   503 #define qtn_incal_button_end_call_landscape "End call"
       
   504 
       
   505 // d: It is text for a command button. If it is selected, 
       
   506 // d: incoming call is rejected.
       
   507 // l: cell_call4_button_pane_t1/opt2
       
   508 // w:
       
   509 // r: 5.0
       
   510 //
       
   511 #define qtn_incal_button_reject_landscape "Reject"
       
   512 
       
   513 // d: It is text for a command button. If it is selected, 
       
   514 // d: incoming call is answered.
       
   515 // l: cell_call4_button_pane_t1/opt2
       
   516 // w:
       
   517 // r: 5.0
       
   518 //
       
   519 #define qtn_incal_button_answer_landscape "Answer"
       
   520 
       
   521 // d: It is text for a command button. If it is selected, 
       
   522 // d: ringing tone is muted.
       
   523 // l: cell_call4_button_pane_t1/opt2
       
   524 // w:
       
   525 // r: 5.0
       
   526 //
       
   527 #define qtn_incal_button_silence_landscape "Silence"
       
   528 
       
   529 
       
   530 // End of File