srsf/nssvascontacthdlr/loc/sindextensioncommands.loc
branchRCL_3
changeset 19 e36f3802f733
parent 0 bf1d17376201
equal deleted inserted replaced
18:cad71a31b7fc 19:e36f3802f733
       
     1 /*
       
     2 * Copyright (c) 2005-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:  Default (implementation English) resource localisation file for 
       
    15 *               SINDE.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 // LOCALISATION STRINGS
       
    21 
       
    22 
       
    23 // Name dialing with extensions (SINDE) START
       
    24 // ============================================================================
       
    25 
       
    26 // d:Command which is said by user when a call should be established to the
       
    27 // d:mobile number of a certain contact. %U is a name from phonebook.
       
    28 // d:Same string will be also said by text-to-speech as verification.
       
    29 // d:For example: "Adam Russell mobile".
       
    30 // d:Phonebook reference: qtn_phob_lbl_number_mobile
       
    31 // d:%U has to be either at the beginning or at the end of the string
       
    32 // d:(NOT in the middle). If the parameter would be in the middle, SIND
       
    33 // d:could not use the string as a voice tag. Also, parameter length cannot
       
    34 // d:be restricted (i.e. %U[25]) since this kind of formatting cannot be parsed
       
    35 // d:by SIND. 
       
    36 // l:None
       
    37 // r:3.2
       
    38 //
       
    39 #define qan_sind_extension_mobile               "%U mobile"
       
    40 
       
    41 // d:Command which is said by user when a call should be established to the 
       
    42 // d:fixed line number. %U denotes the name entered to phonebook by user.
       
    43 // d:Same string will be also said by text-to-speech as verification.
       
    44 // d:For example: "John Smith telephone".
       
    45 // d:Phonebook reference: qtn_phob_lbl_number_standard
       
    46 // d:%U has to be either at the beginning or at the end of the string
       
    47 // d:(NOT in the middle). If the parameter would be in the middle, SIND
       
    48 // d:could not use the string as a voice tag. Also, parameter length cannot
       
    49 // d:be restricted (i.e. %U[25]) since this kind of formatting cannot be parsed
       
    50 // d:by SIND. 
       
    51 // l:None
       
    52 // r:3.2
       
    53 //
       
    54 #define qan_sind_extension_general              "%U telephone"
       
    55 
       
    56 // d:Command which is said by user when a call should be established to the 
       
    57 // d:home number. %U denotes the name entered to phonebook by user.
       
    58 // d:Same string will be also said by text-to-speech as verification.
       
    59 // d:For example: "Emma Turner home".
       
    60 // d:Phonebook reference: qtn_phob_lbl_number_home
       
    61 // d:%U has to be either at the beginning or at the end of the string
       
    62 // d:(NOT in the middle). If the parameter would be in the middle, SIND
       
    63 // d:could not use the string as a voice tag. Also, parameter length cannot
       
    64 // d:be restricted (i.e. %U[25]) since this kind of formatting cannot be parsed
       
    65 // d:by SIND. 
       
    66 // l:None
       
    67 // r:3.2
       
    68 //
       
    69 #define qan_sind_extension_home                 "%U home"
       
    70 
       
    71 // d:Command which is said by user when a call should be established to the 
       
    72 // d:work number. %U denotes the name entered to phonebook by user.
       
    73 // d:Same string will be also said by text-to-speech as verification.
       
    74 // d:For example: "John Doe work".
       
    75 // d:Phonebook reference: qtn_phob_lbl_number_work
       
    76 // d:%U has to be either at the beginning or at the end of the string
       
    77 // d:(NOT in the middle). If the parameter would be in the middle, SIND
       
    78 // d:could not use the string as a voice tag. Also, parameter length cannot
       
    79 // d:be restricted (i.e. %U[25]) since this kind of formatting cannot be parsed
       
    80 // d:by SIND. 
       
    81 // l:None
       
    82 // r:3.2
       
    83 //
       
    84 #define qan_sind_extension_work                 "%U work"
       
    85 
       
    86 // d:Command which is said by user when a call should be established to the
       
    87 // d:video number of a certain contact. %U is a name from phonebook.
       
    88 // d:Same string will be also said by text-to-speech as verification.
       
    89 // d:For example: "Arnold Schwarzenegger video".
       
    90 // d:Phonebook reference: qtn_phob_lbl_video
       
    91 // d:%U has to be either at the beginning or at the end of the string
       
    92 // d:(NOT in the middle). If the parameter would be in the middle, SIND
       
    93 // d:could not use the string as a voice tag. Also, parameter length cannot
       
    94 // d:be restricted (i.e. %U[25]) since this kind of formatting cannot be parsed
       
    95 // d:by SIND. 
       
    96 // l:None
       
    97 // r:3.2
       
    98 //
       
    99 #define qan_sind_extension_video                "%U video"
       
   100 
       
   101 // d:Command which is said by user when message editor (combined editor for
       
   102 // d:SMS and MMS) should be opened with the specified contact. 
       
   103 // d:%U is a name from phonebook.
       
   104 // d:Same string will be also said by text-to-speech as verification.
       
   105 // d:For example: "George Clooney message".
       
   106 // d:%U has to be either at the beginning or at the end of the string
       
   107 // d:(NOT in the middle). If the parameter would be in the middle, SIND
       
   108 // d:could not use the string as a voice tag. Also, parameter length cannot
       
   109 // d:be restricted (i.e. %U[25]) since this kind of formatting cannot be parsed
       
   110 // d:by SIND. 
       
   111 // l:None
       
   112 // r:3.2
       
   113 //
       
   114 #define qan_sind_extension_message              "%U message"
       
   115 
       
   116 // d:Command which is said by user when e-mail editor should be opened with the
       
   117 // d:specified contact. %U is a name from phonebook.
       
   118 // d:Same string will be also said by text-to-speech as verification.
       
   119 // d:For example: "Bill Murray e-mail".
       
   120 // d:Phonebook reference: qtn_phob_lbl_email
       
   121 // d:%U has to be either at the beginning or at the end of the string
       
   122 // d:(NOT in the middle). If the parameter would be in the middle, SIND
       
   123 // d:could not use the string as a voice tag. Also, parameter length cannot
       
   124 // d:be restricted (i.e. %U[25]) since this kind of formatting cannot be parsed
       
   125 // d:by SIND. 
       
   126 // l:None
       
   127 // r:3.2
       
   128 //
       
   129 #define qan_sind_extension_email                "%U e-mail"
       
   130 
       
   131 // d:Command which is said by user when a call should be established to the 
       
   132 // d:VOIP number. %U denotes the name entered to phonebook by user.
       
   133 // d:Same string will be also said by text-to-speech as verification.
       
   134 // d:For example: "John Travolta internet call".
       
   135 // d:Phonebook reference: qtn_phob_lbl_voip
       
   136 // d:%U has to be either at the beginning or at the end of the string
       
   137 // d:(NOT in the middle). If the parameter would be in the middle, SIND
       
   138 // d:could not use the string as a voice tag. Also, parameter length cannot
       
   139 // d:be restricted (i.e. %U[25]) since this kind of formatting cannot be parsed
       
   140 // d:by SIND. 
       
   141 // l:None
       
   142 // r:3.2
       
   143 //
       
   144 #define qan_sind_extension_voip                 "%U internet call"
       
   145 
       
   146 // ============================================================================
       
   147 // Name dialing with extensions (SINDE) END
       
   148 
       
   149 
       
   150 // End of File