omaprovisioning/provisioning/ProvisioningCx/loc/ProvisioningCx.loc
changeset 51 2e64dc50f295
parent 50 a36219ae6585
child 52 830bd228f4f6
equal deleted inserted replaced
50:a36219ae6585 51:2e64dc50f295
     1 /*
       
     2 * Copyright (c) 2002 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 ProvisioningCx
       
    16 *
       
    17 *  -------------------------------------------------------------------
       
    18 *
       
    19 */
       
    20 
       
    21 
       
    22 
       
    23 // LOCALISATION STRINGS
       
    24 
       
    25 //****************************************************************************
       
    26 
       
    27 //d:Command in options menu.
       
    28 //d:Deletes a configuration context
       
    29 //l:list_single_pane_t1_cp2
       
    30 #define qtn_op_opt_delete "Delete"
       
    31 
       
    32 //d: Application caption
       
    33 //l: title_pane_t2/opt9
       
    34 #define qtn_op_conf_cont_title "Configuration contexts"
       
    35 
       
    36 //d:Text displayed when no configuration contexts exist
       
    37 //l:main_list_empty_pane
       
    38 //
       
    39 #define qtn_op_conf_cont_empty "(no configuration contexts)"
       
    40 
       
    41 //d:Query presented when deleting a context
       
    42 //l:popup_note_window
       
    43 //
       
    44 #define qtn_op_delete_context "Delete %U?"
       
    45 
       
    46 //d:Default context name
       
    47 //l:list_single_pane_t1_cp2
       
    48 //
       
    49 #define qtn_op_context_name "Configuration Context"
       
    50 
       
    51 //d:Default context name in case of name conflict
       
    52 //l:list_single_pane_t1_cp2
       
    53 //
       
    54 #define qtn_op_context_name2 "Configuration context %N"
       
    55 
       
    56 //d:Heading text for wait note in delete context operation
       
    57 //l:popup_note_wait_window
       
    58 //
       
    59 #define qtn_op_deleting_contex "Deleting %U"
       
    60 
       
    61 //d:Error note when the context cannot be deleted
       
    62 //l:popup_note_window
       
    63 //
       
    64 #define qtn_op_del_cont_no "Some settings are currently active. Context cannot be deleted"
       
    65 
       
    66 // End of File