phonebookui/Phonebook2/Commands/rss/CopyContactsCmd.rss
changeset 0 e686773b3f54
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2005-2007 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 file contains resources for Phonebook 2 copy functionality.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // ---------------------------------------------------------
       
    20 // A general copy progress note
       
    21 // ---------------------------------------------------------
       
    22 //
       
    23 RESOURCE DIALOG r_pbk2_general_copy_progress_note
       
    24 	{
       
    25 	flags = EAknProgressNoteFlags;
       
    26     buttons = R_AVKON_SOFTKEYS_CANCEL;
       
    27     items =
       
    28 		{
       
    29 		DLG_LINE
       
    30 			{
       
    31 			type = EAknCtNote;
       
    32 			id = EGeneralQuery;
       
    33 			control = AVKON_NOTE 
       
    34 				{ 
       
    35 				layout = EProgressLayout;
       
    36 				singular_label = qtn_gen_note_copying;
       
    37                 imagefile = AVKON_ICON_FILE;
       
    38                 imageid = EMbmAvkonQgn_note_copy;
       
    39                 imagemask = EMbmAvkonQgn_note_copy_mask;
       
    40 				};
       
    41 			}
       
    42 		};
       
    43 	}
       
    44 
       
    45 // ---------------------------------------------------------
       
    46 // Text buffers
       
    47 // ---------------------------------------------------------
       
    48 //
       
    49 RESOURCE TBUF r_qtn_phob_note_no_copy_to_phone
       
    50     {
       
    51     buf = qtn_phob_note_no_copy_to_phone;
       
    52     }
       
    53 
       
    54 RESOURCE TBUF r_qtn_pbcop_note_copy_not_work
       
    55     {
       
    56     buf = qtn_pbcop_note_copy_not_work;
       
    57     }
       
    58 
       
    59 RESOURCE TBUF r_qtn_pbcop_info_n_ok_n_not
       
    60     {
       
    61     buf = qtn_pbcop_info_n_ok_n_not;
       
    62     }
       
    63 
       
    64 RESOURCE TBUF r_qtn_pbcop_info_n_ok_one_not
       
    65     {
       
    66     buf = qtn_pbcop_info_n_ok_one_not;
       
    67     }
       
    68     
       
    69 RESOURCE TBUF r_qtn_pbcop_info_one_ok_n_not
       
    70     {
       
    71     buf = qtn_pbcop_info_one_ok_n_not;
       
    72     }
       
    73     
       
    74 RESOURCE TBUF r_qtn_pbcop_info_one_ok_one_not
       
    75     {
       
    76     buf = qtn_pbcop_info_one_ok_one_not;
       
    77     }
       
    78     
       
    79 RESOURCE TBUF r_qtn_pbcop_note_contact_copied_pb2
       
    80     {
       
    81     buf = qtn_pbcop_note_contact_copied_pb2;
       
    82     }
       
    83     
       
    84 RESOURCE TBUF r_qtn_pbcop_note_n_entry_copy_pb
       
    85     {
       
    86     buf = qtn_pbcop_note_n_entry_copy_pb;
       
    87     }
       
    88     
       
    89 RESOURCE TBUF r_qtn_pbcop_note_entry_not_copied 
       
    90     {
       
    91     buf = qtn_pbcop_note_entry_not_copied;
       
    92     }
       
    93     
       
    94 RESOURCE TBUF r_qtn_pbcop_note_entries_copied_partly
       
    95     {
       
    96     buf = qtn_pbcop_note_entries_copied_partly;
       
    97     }
       
    98     
       
    99 RESOURCE TBUF r_qtn_pbcop_note_entry_copied_partly
       
   100     {
       
   101     buf = qtn_pbcop_note_entry_copied_partly;
       
   102     }
       
   103 
       
   104 // End of File