phonebookui/Phonebook2/CommonUI/rss/Pbk2CommonUi.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:  Phonebook 2 Common UI resources.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 NAME P2CU // Phonebook 2 Common UI
       
    20 
       
    21 #include <avkon.rh>
       
    22 #include <eikon.rh>
       
    23 #include <avkon.rsg>
       
    24 #include <phonebook2.loc>
       
    25 #include <avkon.loc>
       
    26 
       
    27 // --------------------------------------------------------------------------
       
    28 // RSS_SIGNATURE
       
    29 // Standard resource signature
       
    30 // --------------------------------------------------------------------------
       
    31 //
       
    32 RESOURCE RSS_SIGNATURE { }
       
    33 
       
    34 // --------------------------------------------------------------------------
       
    35 // DIALOG
       
    36 // An own version of confirmation query is needed in CommonUI
       
    37 // instead of using r_pbk2_general_confirmation_query.
       
    38 // That is because a dependency to Pbk2UIControls is not allowed.
       
    39 // --------------------------------------------------------------------------
       
    40 //
       
    41 RESOURCE DIALOG r_pbk2_commonui_confirmation_query
       
    42     {
       
    43     flags= EGeneralQueryFlags;
       
    44     buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
       
    45         items=
       
    46         {
       
    47         DLG_LINE
       
    48             {
       
    49             type=EAknCtQuery;
       
    50             id=EGeneralQuery;
       
    51             control=AVKON_CONFIRMATION_QUERY
       
    52                 {
       
    53                 layout = EConfirmationQueryLayout;
       
    54                 };
       
    55             }
       
    56         };
       
    57     }
       
    58 
       
    59 // --------------------------------------------------------------------------
       
    60 // TBUF
       
    61 // Resource string for an unnamed contact
       
    62 // --------------------------------------------------------------------------
       
    63 //
       
    64 RESOURCE TBUF r_qtn_phob_unnamed
       
    65     {
       
    66     buf = qtn_phob_unnamed;
       
    67     }
       
    68 
       
    69 // --------------------------------------------------------------------------
       
    70 // TBUF
       
    71 // Phonebook 2 title pane text resource
       
    72 // --------------------------------------------------------------------------
       
    73 //
       
    74 RESOURCE TBUF r_qtn_phob_title
       
    75     {
       
    76     buf = qtn_phob_title;
       
    77     }
       
    78 
       
    79 // --------------------------------------------------------------------------
       
    80 // TBUF
       
    81 // qtn_phob_note_store_full
       
    82 // --------------------------------------------------------------------------
       
    83 //
       
    84 RESOURCE TBUF r_qtn_phob_note_store_full
       
    85     {
       
    86     buf = qtn_phob_note_store_full;
       
    87     }
       
    88 
       
    89 // --------------------------------------------------------------------------
       
    90 // AKN_NOTE_WRAPPER
       
    91 // Data base corrupted note
       
    92 // --------------------------------------------------------------------------
       
    93 //
       
    94 RESOURCE AKN_NOTE_WRAPPER r_pbk2_note_database_corrupted
       
    95     {
       
    96     resId   = R_AKN_INFORMATION_NOTE_DIALOG_WAIT;
       
    97     timeout = EAknInformationNoteTimeout;
       
    98     tone    = EAknNoteDialogConfirmationTone;
       
    99     text    = qtn_memlo_database_corrupted;
       
   100     }
       
   101 
       
   102 // Additional resource files
       
   103 // These files are included here in the middle of resource file since new
       
   104 // resources should be added after to preserve order of the resource
       
   105 // constants in the generated .rsg file.
       
   106 #include "Pbk2IconInfo.rss"
       
   107 #include "Pbk2DrmManager.rss"
       
   108 #include "Pbk2StartupMonitor.rss"
       
   109 
       
   110 // --------------------------------------------------------------------------
       
   111 // Heading text for ringing tone selection list
       
   112 // --------------------------------------------------------------------------
       
   113 //
       
   114 RESOURCE TBUF r_qtn_tc_popup_heading
       
   115     {
       
   116     buf = qtn_tc_popup_heading;
       
   117     }
       
   118 
       
   119 // --------------------------------------------------------------------------
       
   120 // Ringing tone selection list item for no tone list item
       
   121 // --------------------------------------------------------------------------
       
   122 //
       
   123 RESOURCE TBUF r_qtn_phop_seli_default_rtone
       
   124     {
       
   125     buf = qtn_tc_no_personal_tone;
       
   126     }
       
   127 
       
   128 // End of File