messagingappbase/ncnlist/data/Ncnlist.rss
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2004 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 all the resources for the module.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 //  RESOURCE IDENTIFIER
       
    21 NAME    NCN
       
    22 
       
    23 //  INCLUDES
       
    24 #include <eikon.rh>
       
    25 #include <avkon.rh>
       
    26 #include <EIKCORE.rsg>
       
    27 #include <EIKCTL.rsg>
       
    28 #include <ncn.loc>
       
    29 
       
    30 RESOURCE RSS_SIGNATURE { }
       
    31 
       
    32 RESOURCE TBUF16 { buf=""; }
       
    33 
       
    34 //  RESOURCE DEFINITIONS
       
    35 
       
    36 RESOURCE TBUF40 r_ncn_delivered_note_text  { buf = qtn_sms_conf_delivered; }
       
    37 
       
    38 RESOURCE TBUF r_qtn_notif_new_audio_message_prompt_group { buf = qtn_notif_new_audio_message_prompt_group; }
       
    39 RESOURCE TBUF r_qtn_notif_new_audio_messages_prompt_group { buf = qtn_notif_new_audio_messages_prompt_group; }
       
    40 RESOURCE TBUF r_qtn_notif_new_mail_prompt_group { buf = qtn_notif_new_mail_prompt_group; }
       
    41 RESOURCE TBUF r_ncn_vmi_singular_grouped { buf = qtn_notif_voice_message_group; }
       
    42 RESOURCE TBUF r_ncn_vmi_plural_grouped { buf = qtn_notif_voice_messages_group; }
       
    43 RESOURCE TBUF r_ncn_vmi_on_line1_singular_grouped { buf = qtn_notif_voice_message_group_l1; }
       
    44 RESOURCE TBUF r_ncn_vmi_on_line1_plural_grouped { buf = qtn_notif_voice_messages_group_l1; }
       
    45 RESOURCE TBUF r_ncn_vmi_on_line2_singular_grouped { buf = qtn_notif_voice_message_group_l2; }
       
    46 RESOURCE TBUF r_ncn_vmi_on_line2_plural_grouped { buf = qtn_notif_voice_messages_group_l2; }
       
    47 RESOURCE TBUF r_ncn_vmi_on_line1_unk_amount_grouped { buf = qtn_notif_voice_mails_unk_amount_group_on_line1; }
       
    48 RESOURCE TBUF r_ncn_vmi_on_line2_unk_amount_grouped { buf = qtn_notif_voice_mails_unk_amount_group_on_line2; }
       
    49 RESOURCE TBUF r_ncn_vmi_unk_amount_grouped { buf = qtn_notif_voice_mails_unk_amount_group; }
       
    50 
       
    51 RESOURCE AVKON_NOTE r_ncn_audio_message_note
       
    52     {
       
    53     layout = ENotificationWithGraphicsLayout;
       
    54     singular_label = qtn_notif_new_audio_message_prompt;
       
    55     plural_label = qtn_notif_new_audio_messages_prompt;
       
    56     flags = EAknNoteLeftSoftkeyWhenTapped;
       
    57     }
       
    58 
       
    59 RESOURCE AVKON_NOTE r_ncn_email_note
       
    60     {
       
    61     layout = ENotificationWithGraphicsLayout;
       
    62     singular_label = qtn_notif_new_mail_prompt;
       
    63     plural_label = qtn_notif_new_mail_prompt;
       
    64     flags = EAknNoteLeftSoftkeyWhenTapped;
       
    65     }
       
    66 
       
    67 RESOURCE AVKON_NOTE r_ncn_voice_mail_note    
       
    68     {
       
    69     layout = ENotificationWithGraphicsLayout;
       
    70     singular_label = text_voice_message_waiting;
       
    71     plural_label = text_voice_messages_waiting;
       
    72     flags = EAknNoteLeftSoftkeyWhenTapped;
       
    73     }
       
    74 
       
    75 RESOURCE AVKON_NOTE r_ncn_voice_mail_on_line1_note
       
    76     {
       
    77     layout = ENotificationWithGraphicsLayout;
       
    78     singular_label = text_voice_mail_waiting_on_l1;
       
    79     plural_label = qtn_voice_mails_waiting_on_l1;
       
    80     flags = EAknNoteLeftSoftkeyWhenTapped;
       
    81     }
       
    82 
       
    83 RESOURCE AVKON_NOTE r_ncn_voice_mail_on_line2_note
       
    84     {
       
    85     layout = ENotificationWithGraphicsLayout;
       
    86     singular_label = text_voice_mail_waiting_on_l2;
       
    87     plural_label = qtn_voice_mails_waiting_on_l2;
       
    88     flags = EAknNoteLeftSoftkeyWhenTapped;
       
    89     }
       
    90 
       
    91 RESOURCE AVKON_GROUPED_NOTE_TEXTS r_ncn_audio_message_grouped
       
    92     {
       
    93     singular_label = r_qtn_notif_new_audio_message_prompt_group;
       
    94     plural_label = r_qtn_notif_new_audio_messages_prompt_group;
       
    95     }
       
    96         
       
    97 RESOURCE AVKON_GROUPED_NOTE_TEXTS r_ncn_email_grouped
       
    98     {
       
    99     singular_label = r_qtn_notif_new_mail_prompt_group;
       
   100     plural_label = r_qtn_notif_new_mail_prompt_group;
       
   101     }
       
   102 
       
   103 RESOURCE AVKON_GROUPED_NOTE_TEXTS r_ncn_voice_mail_grouped
       
   104     {
       
   105     singular_label = r_ncn_vmi_singular_grouped;
       
   106     plural_label = r_ncn_vmi_plural_grouped;
       
   107     }
       
   108     
       
   109 RESOURCE AVKON_GROUPED_NOTE_TEXTS r_ncn_voice_mail_on_line1_grouped
       
   110     {
       
   111     singular_label = r_ncn_vmi_on_line1_singular_grouped;
       
   112     plural_label = r_ncn_vmi_on_line1_plural_grouped;
       
   113     }
       
   114     
       
   115 RESOURCE AVKON_GROUPED_NOTE_TEXTS r_ncn_voice_mail_on_line2_grouped
       
   116     {
       
   117     singular_label = r_ncn_vmi_on_line2_singular_grouped;
       
   118     plural_label = r_ncn_vmi_on_line2_plural_grouped;
       
   119     }
       
   120 
       
   121 RESOURCE AVKON_NOTE r_ncn_voice_mails_unk_amount    
       
   122     {
       
   123     layout = ENotificationWithGraphicsLayout;
       
   124     singular_label = qtn_notif_voice_mails_unk_amount_ungroup;
       
   125     plural_label = qtn_notif_voice_mails_unk_amount_ungroup;
       
   126     flags = EAknNoteLeftSoftkeyWhenTapped;
       
   127     }
       
   128 
       
   129 RESOURCE AVKON_GROUPED_NOTE_TEXTS r_ncn_voice_mails_unk_amount_grouped
       
   130     {
       
   131     singular_label = r_ncn_vmi_unk_amount_grouped;
       
   132     plural_label = r_ncn_vmi_unk_amount_grouped;
       
   133     }
       
   134 
       
   135 RESOURCE AVKON_NOTE r_ncn_voice_mails_unk_amount_on_line1
       
   136     {
       
   137     layout = ENotificationWithGraphicsLayout;
       
   138     singular_label = qtn_notif_voice_mails_unk_amount_ungroup_on_line1;
       
   139     plural_label = qtn_notif_voice_mails_unk_amount_ungroup_on_line1;
       
   140     flags = EAknNoteLeftSoftkeyWhenTapped;
       
   141     }
       
   142     
       
   143 RESOURCE AVKON_GROUPED_NOTE_TEXTS r_ncn_voice_mails_unk_amount_on_line1_grouped
       
   144     {
       
   145     singular_label = r_ncn_vmi_on_line1_unk_amount_grouped;
       
   146     plural_label = r_ncn_vmi_on_line1_unk_amount_grouped;
       
   147     }
       
   148 
       
   149 RESOURCE AVKON_NOTE r_ncn_voice_mails_unk_amount_on_line2    
       
   150     {
       
   151     layout = ENotificationWithGraphicsLayout;
       
   152     singular_label = qtn_notif_voice_mails_unk_amount_ungroup_on_line2;
       
   153     plural_label = qtn_notif_voice_mails_unk_amount_ungroup_on_line2;
       
   154     flags = EAknNoteLeftSoftkeyWhenTapped;
       
   155     }
       
   156     
       
   157 RESOURCE AVKON_GROUPED_NOTE_TEXTS r_ncn_voice_mails_unk_amount_on_line2_grouped
       
   158     {
       
   159     singular_label = r_ncn_vmi_on_line2_unk_amount_grouped;
       
   160     plural_label = r_ncn_vmi_on_line2_unk_amount_grouped;
       
   161     }
       
   162 
       
   163 // End of File