policymanagement/policyengine/policyengineui/loc/PolicyEngineUI.loc
branchRCL_3
changeset 25 b183ec05bd8c
parent 24 13d7c31c74e0
child 26 19bba8228ff0
equal deleted inserted replaced
24:13d7c31c74e0 25:b183ec05bd8c
     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:  This files contains localised strings for policy engine ui
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //------------------------------------------------------------------------------
       
    20 // Confirmation dialogs 
       
    21 //------------------------------------------------------------------------------
       
    22 
       
    23 //d: Text in an first info note header in corporate policy installation
       
    24 //d: Informs that corporate policy request is received from administrator
       
    25 //l: heading_pane_t1
       
    26 //w:
       
    27 //r:3.1
       
    28 //
       
    29 #define qtn_policyengineui_control_note_header "Security info"
       
    30 
       
    31 
       
    32 //d: Text in an first info note in corporate policy installation
       
    33 //d: Informs that corporate policy request is received from administrator
       
    34 //d: %U describes corporate name from certificate
       
    35 //l: popup_info_list_pane_t1
       
    36 //w:
       
    37 //r:3.1
       
    38 //
       
    39 #define qtn_policyengineui_control_note "%U want to control your terminal. It means possibility to see, delete and control data. Accept control?"
       
    40 
       
    41 
       
    42 //d: Text in an user input dialog, when user have to input part of certificate to confirm corporate policy
       
    43 //d: %U describes corporate name from certificate
       
    44 //l: popup_query_data_window
       
    45 //w:
       
    46 //r:3.1
       
    47 //
       
    48 #define qtn_policyengineui_question_note "Write first 4 numbers of %U fingerprint"
       
    49 
       
    50 //d: Text in an dialog which informs user that the trust has been established
       
    51 //l: popup_note_window
       
    52 //w:
       
    53 //r:3.2.2, 3.2.3, 5.0
       
    54 //
       
    55 #define qtn_trust_established "Trust established"
       
    56 
       
    57 //d: Text in an dialog which informs that user denied corporate control
       
    58 //d: %U describes corporate name from certificate
       
    59 //l: popup_note_window
       
    60 //w:
       
    61 //r:3.1
       
    62 //
       
    63 #define qtn_policyengineui_denied_note "%U Control request denied"
       
    64 
       
    65 //d: Text in an dialog which informs that user input is invalid
       
    66 //l: popup_note_window
       
    67 //w:
       
    68 //r:3.1
       
    69 //
       
    70 #define qtn_policyengineui_unmatch_note "Input does not match. Please try again"
       
    71 
       
    72 //d: Text in an dialog which informs that this is a security info
       
    73 //l: popup_note_window
       
    74 //w:
       
    75 //r:3.1
       
    76 //
       
    77 #define qtn_policyengineui_security_info_note "Security info"
       
    78 
       
    79 // End of File