terminalsecurity/SCP/SCPClient/loc/SCPNotifier.loc
changeset 73 ae69c2e8bc34
parent 71 d2517372cc44
child 77 9f85c58c0592
equal deleted inserted replaced
71:d2517372cc44 73:ae69c2e8bc34
     1 /*
       
     2 * Copyright (c) 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: Implementation of terminalsecurity components
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // LOCALISATION STRINGS:
       
    20 
       
    21 //b: 
       
    22 //e: 
       
    23 //f: 
       
    24 //d: The text for an error note shown when the user has entered special characters in
       
    25 //d: the security code.
       
    26 //l: popup_note_window/opt2
       
    27 //r: 3.2.2, 3.2.3, 5.0
       
    28 #define qtn_scp_code_must_be_alphanumeric "The security code must be alphanumeric"
       
    29 
       
    30 //d:Note Energency calls only. 
       
    31 //d:Shown when user presses send key in a touch dialog with emergenncy call support.
       
    32 //l:popup_note_window
       
    33 //w:
       
    34 //r:3.2.3, 5.0
       
    35 #define qtn_emerg_emergency_only  "Emergency calls only"
       
    36 //d: The text for asking the user to enter the lock code for the first time.
       
    37 //l: popup_info_list_pane_t1
       
    38 //r: 5.2
       
    39 #define qtn_set_sec_code_setting_query "Lock Code has not been set. Set now?"
       
    40 //d: The text for asking the user to enter the lock code during phone startup.
       
    41 //l:  popup_info_list_pane_t2/opt1
       
    42 //r: 5.2
       
    43 #define qtn_set_sec_code_setting_query_server "Lock Code has not been set. Please set the Lock Code."
       
    44 
       
    45 // End of File
       
    46