mobilemessaging/unieditor/application/data/UniEditor.rss
changeset 0 72b543305e3a
child 1 d09ac5c1e252
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2006-2009 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 
       
    22 NAME    UNIE   // 4 letter id resource file. 
       
    23 
       
    24 // ========== INCLUDE FILES ================================
       
    25 
       
    26 #include <bldvariant.hrh>
       
    27 #include <AvkonIcons.hrh>
       
    28 #include <aknsconstants.hrh>
       
    29 
       
    30 #include <eikon.rh>
       
    31 #include <avkon.rh>
       
    32 #include <MsgEditor.rh>
       
    33 #include <avkon.hrh>
       
    34 
       
    35 #include <avkon.rsg>
       
    36 #include <avkon.mbg>
       
    37 
       
    38 #include <mtud.rh>
       
    39 #include <MtmExtendedCapabilities.hrh>
       
    40 
       
    41 #include <avkon.loc>
       
    42 #include <drmcommon.loc>
       
    43 #include <messaging.loc>
       
    44 
       
    45 #include <appinfo.rh>
       
    46 #include <data_caging_paths_strings.hrh>
       
    47 
       
    48 #include <muiusettingsarray.rh>
       
    49 
       
    50 #include "UniEditorApp.hrh"
       
    51 #include <unieditor.loc>
       
    52 #include <muiu.mbg>
       
    53 
       
    54 #include <MsgEditor.hrh>  
       
    55  
       
    56 // ========== CONSTANTS ====================================
       
    57 
       
    58 // ========== MACROS =======================================
       
    59 
       
    60 // ========== RESOURCE DEFINITIONS =========================
       
    61 
       
    62 RESOURCE RSS_SIGNATURE { }
       
    63 
       
    64 RESOURCE TBUF { buf = ""; }
       
    65 
       
    66 // ---------------------------------------------------------
       
    67 //   
       
    68 //    eik_app_info
       
    69 //    Application resource info
       
    70 //
       
    71 // ---------------------------------------------------------
       
    72 //
       
    73 RESOURCE EIK_APP_INFO
       
    74     {
       
    75     menubar      = r_unieditor_menubar;
       
    76     cba          = r_unieditor_options_close;
       
    77     status_pane  = r_unieditor_status_pane;
       
    78     }
       
    79 
       
    80 // ---------------------------------------------------------
       
    81 //   
       
    82 //    r_unieditor_localisable_app_info
       
    83 //    Application resource info
       
    84 //
       
    85 // ---------------------------------------------------------
       
    86 //
       
    87 RESOURCE LOCALISABLE_APP_INFO r_unieditor_localisable_app_info
       
    88     {
       
    89     short_caption = qtn_apps_unieditor_grid;
       
    90     caption_and_icon = 
       
    91     CAPTION_AND_ICON_INFO
       
    92         {
       
    93         caption = qtn_apps_unieditor_list;
       
    94         number_of_icons = 1;
       
    95           icon_file = APP_BITMAP_DIR"\\unieditor_aif.mif";
       
    96         };
       
    97     }
       
    98 
       
    99 // ---------------------------------------------------------
       
   100 //   
       
   101 //    r_unieditor_status_pane
       
   102 //    Status pane resource
       
   103 //
       
   104 // ---------------------------------------------------------
       
   105 // 
       
   106 RESOURCE STATUS_PANE_APP_MODEL r_unieditor_status_pane
       
   107 {
       
   108     panes=
       
   109         {
       
   110         SPANE_PANE
       
   111             {
       
   112             id = EEikStatusPaneUidTitle;
       
   113             type = EAknCtTitlePane;
       
   114             resource = r_unieditor_app_name;
       
   115             }
       
   116         };
       
   117 }
       
   118 
       
   119 // ---------------------------------------------------------
       
   120 //   
       
   121 //    r_unieditor_app_name
       
   122 //    Title pane resource
       
   123 //
       
   124 // ---------------------------------------------------------
       
   125 // 
       
   126 RESOURCE TITLE_PANE r_unieditor_app_name
       
   127     {
       
   128     txt = qtn_msg_title_message;
       
   129     }
       
   130 
       
   131 //----------------------------------------------------
       
   132 //   
       
   133 //    r_unieditor_title_sms
       
   134 //    r_unieditor_title_mms
       
   135 //    r_unieditor_title
       
   136 //       - texts to be shown in title pane
       
   137 //
       
   138 //----------------------------------------------------
       
   139 
       
   140 RESOURCE TBUF r_unieditor_title_sms
       
   141     {
       
   142     buf = qtn_msg_title_sms_message;
       
   143     }
       
   144 
       
   145 RESOURCE TBUF r_unieditor_title_mms
       
   146     {
       
   147     buf = qtn_msg_title_mms_message;
       
   148     }
       
   149 
       
   150 RESOURCE TBUF r_unieditor_title
       
   151     {
       
   152     buf = qtn_msg_title_message;
       
   153     }
       
   154 
       
   155 //----------------------------------------------------
       
   156 //   
       
   157 //    r_unieditor_navipane_sms
       
   158 //    r_unieditor_navipane_mms
       
   159 //       - texts to be shown as message lengths in navipane
       
   160 //
       
   161 //----------------------------------------------------
       
   162 
       
   163 RESOURCE TBUF r_unieditor_sms_length
       
   164     {
       
   165     buf = qtn_sms_message_length;
       
   166     }
       
   167 
       
   168 RESOURCE TBUF r_unieditor_mms_length
       
   169     {
       
   170     buf = qtn_size_kb_with_one_decimal;
       
   171     }
       
   172 
       
   173 
       
   174 //////////////////////////////////
       
   175 //
       
   176 //  MAIN VIEW
       
   177 
       
   178 
       
   179 // ---------------------------------------------------------
       
   180 //   
       
   181 //    r_unieditor_to - MSG_EDITOR_ADDRESS_CONTROL
       
   182 //
       
   183 // ---------------------------------------------------------
       
   184 //
       
   185 RESOURCE MSG_EDITOR_ADDRESS_CONTROL r_unieditor_to
       
   186     {
       
   187     prompt      = qtn_msg_to;
       
   188     id          = EMsgComponentIdTo;
       
   189     distance    = 0;
       
   190 
       
   191     default_case            = EAknEditorLowerCase;
       
   192     allowed_case_modes      = EAknEditorAllCaseModes;
       
   193     default_input_mode      = EAknEditorNumericInputMode;
       
   194     allowed_input_modes     = EAknEditorTextInputMode | EAknEditorNumericInputMode;
       
   195     numeric_keymap          = EAknEditorStandardNumberModeKeymap;
       
   196     avkon_flags             = EAknEditorFlagNoT9 | EAknEditorFlagUseSCTNumericCharmap;
       
   197     }
       
   198 
       
   199 // ---------------------------------------------------------
       
   200 //   
       
   201 //    r_unieditor_cc - CMsgEditorAddressControl
       
   202 //
       
   203 // ---------------------------------------------------------
       
   204 //
       
   205 RESOURCE MSG_EDITOR_ADDRESS_CONTROL r_unieditor_cc
       
   206     {
       
   207     prompt      = qtn_msg_cc;
       
   208     id          = EMsgComponentIdCc;
       
   209     distance    = 0;
       
   210 
       
   211     default_case            = EAknEditorLowerCase;
       
   212     allowed_case_modes      = EAknEditorAllCaseModes;
       
   213     default_input_mode      = EAknEditorNumericInputMode;
       
   214     allowed_input_modes     = EAknEditorTextInputMode | EAknEditorNumericInputMode;
       
   215     numeric_keymap          = EAknEditorStandardNumberModeKeymap;
       
   216     avkon_flags             = EAknEditorFlagNoT9 | EAknEditorFlagUseSCTNumericCharmap;
       
   217     }
       
   218 
       
   219 // ---------------------------------------------------------
       
   220 //   
       
   221 //    r_unieditor_cc - CMsgEditorAddressControl
       
   222 //
       
   223 // ---------------------------------------------------------
       
   224 //
       
   225 RESOURCE MSG_EDITOR_ADDRESS_CONTROL r_unieditor_bcc
       
   226     {
       
   227     prompt      = qtn_msg_bcc;
       
   228     id          = EMsgComponentIdBcc;
       
   229     distance    = 0;
       
   230 
       
   231     default_case            = EAknEditorLowerCase;
       
   232     allowed_case_modes      = EAknEditorAllCaseModes;
       
   233     default_input_mode      = EAknEditorNumericInputMode;
       
   234     allowed_input_modes     = EAknEditorTextInputMode | EAknEditorNumericInputMode;
       
   235     numeric_keymap          = EAknEditorStandardNumberModeKeymap;
       
   236     avkon_flags             = EAknEditorFlagNoT9 | EAknEditorFlagUseSCTNumericCharmap;
       
   237     }
       
   238 
       
   239 // ---------------------------------------------------------
       
   240 //   
       
   241 //    r_univiewer_subject - CMsgEditorExpandableControl
       
   242 //    Subject control
       
   243 //
       
   244 // ---------------------------------------------------------
       
   245 //
       
   246 RESOURCE MSG_EDITOR_EXPANDABLE_CONTROL r_unieditor_subject
       
   247     {
       
   248     prompt = qtn_msg_subject;
       
   249     id = EMsgComponentIdSubject;
       
   250     distance = 0;
       
   251 
       
   252     maxchars = 40;
       
   253     default_case            = EAknEditorTextCase;
       
   254     allowed_case_modes      = EAknEditorAllCaseModes;
       
   255     default_input_mode        = EAknEditorTextInputMode;
       
   256     allowed_input_modes     = EAknEditorTextInputMode | EAknEditorNumericInputMode;
       
   257     numeric_keymap          = EAknEditorStandardNumberModeKeymap;
       
   258     avkon_flags                = EAknEditorFlagUseSCTNumericCharmap;
       
   259     }
       
   260 
       
   261 //----------------------------------------------------
       
   262 //   
       
   263 //    r_unieditor_toolbar - CAknToolbar
       
   264 //    UniEditor fixed toolbar
       
   265 //
       
   266 //----------------------------------------------------
       
   267 //
       
   268 RESOURCE AVKON_TOOLBAR r_unieditor_toolbar
       
   269     {
       
   270     flags = KAknToolbarFixed;
       
   271     items =
       
   272         {
       
   273         TBAR_CTRL
       
   274             {
       
   275             type = EAknCtButton;
       
   276             id = EUniCmdFixedToolbarSend;
       
   277             control = AVKON_BUTTON
       
   278                 {
       
   279                 flags = KAknButtonSizeFitText; 
       
   280                 states =
       
   281                     {
       
   282                     AVKON_BUTTON_STATE
       
   283                         {
       
   284                         helptxt = qtn_msg_tb_tooltip_send;
       
   285                         bmpfile = BITMAP_DIR"\\muiu.mif";
       
   286                         bmpid = EMbmMuiuQgn_indi_tb_msg_send;
       
   287                         bmpmask = EMbmMuiuQgn_indi_tb_msg_send_mask;
       
   288                         extension = r_unieditor_send_button_state_extension; 
       
   289                         }  
       
   290                     };            
       
   291                 };
       
   292             },
       
   293         TBAR_CTRL
       
   294             {
       
   295             type = EAknCtButton;
       
   296             id = EUniCmdFixedToolbarAddRecipient;
       
   297             control = AVKON_BUTTON
       
   298                 {
       
   299                 flags = KAknButtonSizeFitText; 
       
   300                 states =
       
   301                     {
       
   302                     AVKON_BUTTON_STATE
       
   303                         {
       
   304                         helptxt = qtn_msg_tb_tooltip_add_recipient;
       
   305                         bmpfile = BITMAP_DIR"\\muiu.mif";
       
   306                         bmpid = EMbmMuiuQgn_indi_tb_add_recipient;
       
   307                         bmpmask = EMbmMuiuQgn_indi_tb_add_recipient_mask;
       
   308                         extension = r_unieditor_add_recipient_button_state_extension; 
       
   309                         }  
       
   310                     };            
       
   311                 };
       
   312             },
       
   313         TBAR_CTRL
       
   314             {
       
   315             type = EAknCtToolbarExtension;
       
   316             id = EUniCmdFixedToolbarInsert;
       
   317             control = AVKON_TOOLBAR_EXTENSION
       
   318                 {
       
   319                 helptxt = qtn_msg_tb_tooltip_insert;
       
   320                 bmpFile = BITMAP_DIR"\\muiu.mif";
       
   321                 bmpId = EMbmMuiuQgn_indi_tb_expand_insert;
       
   322                 bmpMask = EMbmMuiuQgn_indi_tb_expand_insert_mask;
       
   323                 bmpSkinIdMajor = EAknsMajorGeneric;
       
   324                 bmpSkinIdMinor = EAknsMinorGenericQgnIndiTbExpandInsert;
       
   325                 items =
       
   326                     {
       
   327                     TBAR_CTRL
       
   328                         {
       
   329                         type = EAknCtButton;
       
   330                         id = EUniCmdFixedToolbarExtInsertImage;
       
   331                         control = AVKON_BUTTON
       
   332                             {
       
   333                             flags = KAknButtonSizeFitText; 
       
   334                             states =
       
   335                                 {
       
   336                                 AVKON_BUTTON_STATE
       
   337                                     {
       
   338                                     txt = qtn_msg_insert_tb_image;
       
   339                                     helptxt = qtn_msg_insert_tb_tooltip_image;
       
   340                                     bmpfile = BITMAP_DIR"\\muiu.mif";
       
   341                                     bmpid = EMbmMuiuQgn_indi_mce_tb_image;
       
   342                                     bmpmask = EMbmMuiuQgn_indi_mce_tb_image_mask;
       
   343                                     extension = r_unieditor_image_button_state_extension; 
       
   344                                     }  
       
   345                                 };            
       
   346                             };
       
   347                         },
       
   348                     TBAR_CTRL
       
   349                         {
       
   350                         type = EAknCtButton;
       
   351                         id = EUniCmdFixedToolbarExtInsertVideo;
       
   352                         control = AVKON_BUTTON
       
   353                             {
       
   354                             flags = KAknButtonSizeFitText; 
       
   355                             states =
       
   356                                 {
       
   357                                 AVKON_BUTTON_STATE
       
   358                                     {
       
   359                                     txt = qtn_msg_insert_tb_video;
       
   360                                     helptxt = qtn_msg_insert_tb_tooltip_video;
       
   361                                     bmpfile = BITMAP_DIR"\\muiu.mif";
       
   362                                     bmpid = EMbmMuiuQgn_indi_mce_tb_video;
       
   363                                     bmpmask = EMbmMuiuQgn_indi_mce_tb_video_mask;
       
   364                                     extension = r_unieditor_video_button_state_extension; 
       
   365                                     }  
       
   366                                 };            
       
   367                             };
       
   368                         },
       
   369                     TBAR_CTRL
       
   370                         {
       
   371                         type = EAknCtButton;
       
   372                         id = EUniCmdFixedToolbarExtInsertAudio;
       
   373                         control = AVKON_BUTTON
       
   374                             {
       
   375                             flags = KAknButtonSizeFitText; 
       
   376                             states =
       
   377                                 {
       
   378                                 AVKON_BUTTON_STATE
       
   379                                     {
       
   380                                     txt = qtn_msg_insert_tb_sound;
       
   381                                     helptxt = qtn_msg_insert_tb_tooltip_sound;
       
   382                                     bmpfile = BITMAP_DIR"\\muiu.mif";
       
   383                                     bmpid = EMbmMuiuQgn_indi_mce_tb_audio;
       
   384                                     bmpmask = EMbmMuiuQgn_indi_mce_tb_audio_mask;
       
   385                                     extension = r_unieditor_sound_button_state_extension; 
       
   386                                     }  
       
   387                                 };            
       
   388                             };
       
   389                         },        
       
   390                     TBAR_CTRL
       
   391                         {
       
   392                         type = EAknCtButton;
       
   393                         id = EUniCmdFixedToolbarExtNewImage;
       
   394                         control = AVKON_BUTTON
       
   395                             {
       
   396                             flags = KAknButtonSizeFitText; 
       
   397                             states =
       
   398                                 {
       
   399                                 AVKON_BUTTON_STATE
       
   400                                     {
       
   401                                     txt = qtn_msg_insert_tb_new_image;
       
   402                                     helptxt = qtn_msg_insert_tb_tooltip_new_image;
       
   403                                     bmpfile = BITMAP_DIR"\\muiu.mif";
       
   404                                     bmpid = EMbmMuiuQgn_indi_tb_camera;
       
   405                                     bmpmask = EMbmMuiuQgn_indi_tb_camera_mask;
       
   406                                     extension = r_unieditor_new_image_button_state_extension; 
       
   407                                     }  
       
   408                                 };            
       
   409                             };
       
   410                         },
       
   411                     TBAR_CTRL
       
   412                         {
       
   413                         type = EAknCtButton;
       
   414                         id = EUniCmdFixedToolbarExtNewVideo;
       
   415                         control = AVKON_BUTTON
       
   416                             {
       
   417                             flags = KAknButtonSizeFitText; 
       
   418                             states =
       
   419                                 {
       
   420                                 AVKON_BUTTON_STATE
       
   421                                     {
       
   422                                     txt = qtn_msg_insert_tb_new_video;
       
   423                                     helptxt = qtn_msg_insert_tb_tooltip_new_video;
       
   424                                     bmpfile = BITMAP_DIR"\\muiu.mif";
       
   425                                     bmpid = EMbmMuiuQgn_indi_tb_camcorder;
       
   426                                     bmpmask = EMbmMuiuQgn_indi_tb_camcorder_mask;
       
   427                                     extension = r_unieditor_new_video_button_state_extension; 
       
   428                                     }  
       
   429                                 };            
       
   430                             };
       
   431                         },
       
   432                     TBAR_CTRL
       
   433                         {
       
   434                         type = EAknCtButton;
       
   435                         id = EUniCmdFixedToolbarExtNewAudio;
       
   436                         control = AVKON_BUTTON
       
   437                             {
       
   438                             flags = KAknButtonSizeFitText; 
       
   439                             states =
       
   440                                 {
       
   441                                 AVKON_BUTTON_STATE
       
   442                                     {
       
   443                                     txt = qtn_msg_insert_tb_new_sound;
       
   444                                     helptxt = qtn_msg_insert_tb_tooltip_new_sound;
       
   445                                     bmpfile = BITMAP_DIR"\\muiu.mif";
       
   446                                     bmpid = EMbmMuiuQgn_indi_tb_microphone_unmute;
       
   447                                     bmpmask = EMbmMuiuQgn_indi_tb_microphone_unmute_mask;
       
   448                                     extension = r_unieditor_new_sound_button_state_extension; 
       
   449                                     }  
       
   450                                 };            
       
   451                             };
       
   452                         },
       
   453                     TBAR_CTRL
       
   454                         {
       
   455                         type = EAknCtButton;
       
   456                         id = EUniCmdFixedToolbarExtInsertSlide;
       
   457                         control = AVKON_BUTTON
       
   458                             {
       
   459                             flags = KAknButtonSizeFitText; 
       
   460                             states =
       
   461                                 {
       
   462                                 AVKON_BUTTON_STATE
       
   463                                     {
       
   464                                     txt = qtn_msg_insert_tb_slide;
       
   465                                     helptxt = qtn_msg_insert_tb_tooltip_slide;
       
   466                                     bmpfile = BITMAP_DIR"\\muiu.mif";
       
   467                                     bmpid = EMbmMuiuQgn_indi_tb_slide;
       
   468                                     bmpmask = EMbmMuiuQgn_indi_tb_slide_mask;
       
   469                                     extension = r_unieditor_slide_button_state_extension; 
       
   470                                     }  
       
   471                                 };            
       
   472                             };
       
   473                         },
       
   474                     TBAR_CTRL
       
   475                         {
       
   476                         type = EAknCtButton;
       
   477                         id = EUniCmdFixedToolbarExtInsertTemplate;
       
   478                         control = AVKON_BUTTON
       
   479                             {
       
   480                             flags = KAknButtonSizeFitText; 
       
   481                             states =
       
   482                                 {
       
   483                                 AVKON_BUTTON_STATE
       
   484                                     {
       
   485                                     txt = qtn_msg_insert_tb_template;
       
   486                                     helptxt = qtn_msg_insert_tb_tooltip_template;
       
   487                                     bmpfile = BITMAP_DIR"\\muiu.mif";
       
   488                                     bmpid = EMbmMuiuQgn_indi_tb_template;
       
   489                                     bmpmask = EMbmMuiuQgn_indi_tb_template_mask;
       
   490                                     extension = r_unieditor_template_button_state_extension; 
       
   491                                     }  
       
   492                                 };            
       
   493                             };
       
   494                         },
       
   495                     TBAR_CTRL
       
   496                         {
       
   497                         type = EAknCtButton;
       
   498                         id = EUniCmdFixedToolbarExtInsertNote;
       
   499                         control = AVKON_BUTTON
       
   500                             {
       
   501                             flags = KAknButtonSizeFitText; 
       
   502                             states =
       
   503                                 {
       
   504                                 AVKON_BUTTON_STATE
       
   505                                     {
       
   506                                     txt = qtn_msg_insert_tb_note;
       
   507                                     helptxt = qtn_msg_insert_tb_tooltip_note;
       
   508                                     bmpfile = BITMAP_DIR"\\muiu.mif";
       
   509                                     bmpid = EMbmMuiuQgn_indi_tb_note;
       
   510                                     bmpmask = EMbmMuiuQgn_indi_tb_note_mask;
       
   511                                     extension = r_unieditor_note_button_state_extension; 
       
   512                                     }  
       
   513                                 };            
       
   514                             };
       
   515                         },
       
   516                     TBAR_CTRL
       
   517                         {
       
   518                         type = EAknCtButton;
       
   519                         id = EUniCmdFixedToolbarExtInsertvCard;
       
   520                         control = AVKON_BUTTON
       
   521                             {
       
   522                             flags = KAknButtonSizeFitText; 
       
   523                             states =
       
   524                                 {
       
   525                                 AVKON_BUTTON_STATE
       
   526                                     {
       
   527                                     txt = qtn_msg_insert_tb_vcard;
       
   528                                     helptxt = qtn_msg_insert_tb_tooltip_vcard;
       
   529                                     bmpfile = BITMAP_DIR"\\muiu.mif";
       
   530                                     bmpid = EMbmMuiuQgn_indi_tb_business_card;
       
   531                                     bmpmask = EMbmMuiuQgn_indi_tb_business_card_mask;
       
   532                                     extension = r_unieditor_vcard_button_state_extension; 
       
   533                                     }  
       
   534                                 };            
       
   535                             };
       
   536                         },
       
   537                     TBAR_CTRL
       
   538                         {
       
   539                         type = EAknCtButton;
       
   540                         id = EUniCmdFixedToolbarExtOther;
       
   541                         control = AVKON_BUTTON
       
   542                             {
       
   543                             flags = KAknButtonSizeFitText; 
       
   544                             states =
       
   545                                 {
       
   546                                 AVKON_BUTTON_STATE
       
   547                                     {
       
   548                                     txt = qtn_msg_insert_tb_other;
       
   549                                     helptxt = qtn_msg_insert_tb_tooltip_other;
       
   550                                     bmpfile = BITMAP_DIR"\\muiu.mif";
       
   551                                     bmpid = EMbmMuiuQgn_indi_mce_tb_other;
       
   552                                     bmpmask = EMbmMuiuQgn_indi_mce_tb_other_mask;
       
   553                                     extension = r_unieditor_other_button_state_extension; 
       
   554                                     }  
       
   555                                 };            
       
   556                             };
       
   557                         }
       
   558                     };
       
   559                 };
       
   560             }
       
   561         };
       
   562     }
       
   563 
       
   564 // BUTTON STATE EXTENSION
       
   565 
       
   566 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_unieditor_send_button_state_extension 
       
   567     { 
       
   568     bmbSkinIdMajor= EAknsMajorGeneric; 
       
   569     bmbSkinIdMinor= EAknsMinorGenericQgnIndiTbMsgSend; 
       
   570     } 
       
   571 
       
   572 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_unieditor_add_recipient_button_state_extension 
       
   573     { 
       
   574     bmbSkinIdMajor= EAknsMajorGeneric; 
       
   575     bmbSkinIdMinor= EAknsMinorGenericQgnIndiTbAddRecipient; 
       
   576     } 
       
   577 
       
   578 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_unieditor_image_button_state_extension 
       
   579     { 
       
   580     bmbSkinIdMajor= EAknsMajorGeneric; 
       
   581     bmbSkinIdMinor= EAknsMinorGenericQgnIndiMceTbImage; 
       
   582     } 
       
   583 
       
   584 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_unieditor_video_button_state_extension 
       
   585     { 
       
   586     bmbSkinIdMajor= EAknsMajorGeneric; 
       
   587     bmbSkinIdMinor= EAknsMinorGenericQgnIndiMceTbVideo; 
       
   588     } 
       
   589 
       
   590 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_unieditor_sound_button_state_extension 
       
   591     { 
       
   592     bmbSkinIdMajor= EAknsMajorGeneric; 
       
   593     bmbSkinIdMinor= EAknsMinorGenericQgnIndiMceTbAudio; 
       
   594     } 
       
   595 
       
   596 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_unieditor_new_image_button_state_extension 
       
   597     { 
       
   598     bmbSkinIdMajor= EAknsMajorGeneric; 
       
   599     bmbSkinIdMinor= EAknsMinorGenericQgnIndiTbCamera; 
       
   600     } 
       
   601 
       
   602 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_unieditor_new_video_button_state_extension 
       
   603     { 
       
   604     bmbSkinIdMajor= EAknsMajorGeneric; 
       
   605     bmbSkinIdMinor= EAknsMinorGenericQgnIndiTbCamcorder; 
       
   606     } 
       
   607 
       
   608 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_unieditor_new_sound_button_state_extension 
       
   609     { 
       
   610     bmbSkinIdMajor= EAknsMajorGeneric; 
       
   611     bmbSkinIdMinor= EAknsMinorGenericQgnIndiTbMicrophoneUnmute; 
       
   612     } 
       
   613 
       
   614 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_unieditor_slide_button_state_extension 
       
   615     { 
       
   616     bmbSkinIdMajor= EAknsMajorGeneric; 
       
   617     bmbSkinIdMinor= EAknsMinorGenericQgnIndiTbSlide; 
       
   618     } 
       
   619 
       
   620 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_unieditor_template_button_state_extension 
       
   621     { 
       
   622     bmbSkinIdMajor= EAknsMajorGeneric; 
       
   623     bmbSkinIdMinor= EAknsMinorGenericQgnIndiTbTemplate; 
       
   624     } 
       
   625 
       
   626 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_unieditor_note_button_state_extension 
       
   627     { 
       
   628     bmbSkinIdMajor= EAknsMajorGeneric; 
       
   629     bmbSkinIdMinor= EAknsMinorGenericQgnIndiTbNote; 
       
   630     } 
       
   631 
       
   632 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_unieditor_pres_button_state_extension 
       
   633     { 
       
   634     bmbSkinIdMajor= EAknsMajorGeneric; 
       
   635     bmbSkinIdMinor= EAknsMinorGenericQgnIndiMceTbPres; 
       
   636     } 
       
   637 
       
   638 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_unieditor_vcard_button_state_extension 
       
   639     { 
       
   640     bmbSkinIdMajor= EAknsMajorGeneric; 
       
   641     bmbSkinIdMinor= EAknsMinorGenericQgnIndiTbBusinessCard; 
       
   642     } 
       
   643 
       
   644 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_unieditor_other_button_state_extension 
       
   645     { 
       
   646     bmbSkinIdMajor= EAknsMajorGeneric; 
       
   647     bmbSkinIdMinor= EAknsMinorGenericQgnIndiMceTbOther; 
       
   648     } 
       
   649 
       
   650 //-----------------------------------------------------------------------------
       
   651 //
       
   652 //    r_unieditor_select_hide
       
   653 //    Toolbar softkeys.
       
   654 //
       
   655 //-----------------------------------------------------------------------------
       
   656 //
       
   657 RESOURCE CBA r_unieditor_select_hide
       
   658     {
       
   659     buttons =
       
   660         {
       
   661         CBA_BUTTON
       
   662             {
       
   663             id = EAknSoftkeySelect;
       
   664             txt = text_softkey_select;
       
   665             },
       
   666         CBA_BUTTON
       
   667             {
       
   668             id = EAknSoftkeyClose;
       
   669             txt = qtn_softkey_hide;
       
   670             },
       
   671         CBA_BUTTON
       
   672             {
       
   673             id = EAknSoftkeySelect;
       
   674             txt = text_softkey_select;
       
   675             }
       
   676         };
       
   677     }
       
   678 
       
   679 // ---------------------------------------------------------
       
   680 //   
       
   681 //    r_unieditor_menubar - menubar
       
   682 //    Main views options menu
       
   683 //
       
   684 // ---------------------------------------------------------
       
   685 //
       
   686 RESOURCE MENU_BAR r_unieditor_menubar
       
   687     {
       
   688     titles =
       
   689         {
       
   690         MENU_TITLE  { menu_pane = r_unieditor_main_menu; } 
       
   691         };
       
   692     }
       
   693 
       
   694 
       
   695 // ---------------------------------------------------------
       
   696 //   
       
   697 //    r_unieditor_main_menu - menupane
       
   698 //    Main views options menu items
       
   699 //
       
   700 // ---------------------------------------------------------
       
   701 //
       
   702 RESOURCE MENU_PANE r_unieditor_main_menu
       
   703     {
       
   704     items = 
       
   705         {
       
   706         MENU_ITEM   { command = EUniCmdSendSMS;         txt = qtn_msg_om_send_sms; }
       
   707         ,
       
   708         MENU_ITEM   { command = EUniCmdSendMMS;         txt = qtn_msg_om_send_mms; }
       
   709         ,
       
   710         MENU_ITEM   { command = EUniCmdViewImage;       txt = qtn_mms_om_view_image; }
       
   711         ,
       
   712         MENU_ITEM   { command = EUniCmdPlayAudio;       txt = qtn_mms_om_play_audio; }
       
   713         ,
       
   714         MENU_ITEM   { command = EUniCmdPlayVideo;       txt = qtn_mms_om_play_video; }
       
   715         ,
       
   716         MENU_ITEM   { command = EUniCmdPlayPres;        txt = qtn_mms_om_play_presentation; }
       
   717         ,
       
   718         MENU_ITEM   { command = EUniCmdPlaySvg;         txt = qtn_mms_om_play_presentation; }        
       
   719         ,
       
   720         MENU_ITEM   { command = EUniCmdPlayPreview;     txt = qtn_drm_options_play_preview; }
       
   721         ,
       
   722         MENU_ITEM   { command = EUniCmdAddRecipient;    txt = qtn_msg_om_add_recipient; }
       
   723         ,
       
   724         MENU_ITEM   { command = EUniCmdInsertMedia;     txt = qtn_msg_om_insert; }
       
   725         ,
       
   726         MENU_ITEM   { command = EUniCmdInsertSubmenu;   txt = qtn_msg_om_insert_submenu;
       
   727                       cascade = r_unieditor_insert_submenu; }
       
   728         ,                      
       
   729         MENU_ITEM   { command = EUniCmdRemoveSubmenu;   txt = qtn_mms_om_remove;
       
   730                       cascade = r_unieditor_remove_submenu; }
       
   731         ,
       
   732         MENU_ITEM   { command = EUniCmdPlaceTextFirst;  txt = qtn_mms_om_order_text_first; }
       
   733         ,
       
   734         MENU_ITEM   { command = EUniCmdPlaceTextSecond; txt = qtn_mms_om_order_text_second; }
       
   735         ,
       
   736         MENU_ITEM   { command = EUniCmdSelectPage;        txt = qtn_msg_om_select_page; }
       
   737         ,
       
   738         MENU_ITEM   { command = EUniCmdMovePage;        txt = qtn_mms_om_move_page; }
       
   739         ,
       
   740         MENU_ITEM   { command = EUniCmdAddHeaders;      txt = qtn_msg_om_change_headers; }
       
   741         ,
       
   742         MENU_ITEM   { command = EUniCmdObjects;         txt = qtn_mms_om_objects; }
       
   743         ,
       
   744         MENU_ITEM   { command = EUniCmdSendingOptions;  txt = qtn_mms_om_sending_options; }
       
   745         ,
       
   746         MENU_ITEM   { command = EUniCmdChangePriority;  txt = qtn_msg_om_priority;  }
       
   747         ,
       
   748         MENU_ITEM   { command = EUniCmdMessageInfo;     txt = qtn_msg_om_message_info; }
       
   749         ,
       
   750         MENU_ITEM   { command = EUniEditorSubmenuZoomCommands;  
       
   751                         txt = qtn_options_text_size;
       
   752                         cascade = r_unieditor_zoom_submenu;
       
   753                     },
       
   754         MENU_ITEM   { command = EAknCmdHelp;            txt = qtn_options_help; }
       
   755         ,
       
   756         MENU_ITEM   { command = EAknCmdExit;            txt = qtn_options_exit; }       
       
   757         };
       
   758     }
       
   759     
       
   760 //----------------------------------------------------
       
   761 //
       
   762 //    r_unieditor_zoom_submenu - menupane
       
   763 //    text zoom level
       
   764 //
       
   765 //----------------------------------------------------
       
   766 //
       
   767 RESOURCE MENU_PANE r_unieditor_zoom_submenu
       
   768     {
       
   769     items=
       
   770         {
       
   771         MENU_ITEM   
       
   772             { 
       
   773             command = EMsgDispSizeAutomatic; 
       
   774             txt = qtn_options_auto;
       
   775             flags = EEikMenuItemRadioStart;
       
   776             },
       
   777         MENU_ITEM   
       
   778             { 
       
   779             command = EMsgDispSizeLarge; 
       
   780             txt = qtn_options_large;
       
   781             flags = EEikMenuItemRadioMiddle;
       
   782             },
       
   783         MENU_ITEM   
       
   784             { 
       
   785             command = EMsgDispSizeNormal; 
       
   786             txt = qtn_options_normal;
       
   787             flags = EEikMenuItemRadioMiddle;
       
   788             },
       
   789         MENU_ITEM   
       
   790             {
       
   791             command = EMsgDispSizeSmall;
       
   792             txt = qtn_options_small;
       
   793             flags = EEikMenuItemRadioEnd;
       
   794             }
       
   795         }; 
       
   796     }
       
   797 
       
   798 
       
   799 //---------------------------------------------------------
       
   800 //   
       
   801 //    r_unieditor_remove_submenu - menupane
       
   802 //    Main views Options menu's submenu containing multimedia item
       
   803 //    remove.
       
   804 //
       
   805 //---------------------------------------------------------
       
   806 //
       
   807 RESOURCE MENU_PANE r_unieditor_remove_submenu
       
   808     {
       
   809     items =
       
   810         {
       
   811         MENU_ITEM   { command = EUniCmdRemoveImage;     txt = qtn_mms_sm_remove_image; }
       
   812         ,
       
   813         MENU_ITEM   { command = EUniCmdRemoveAudio;     txt = qtn_mms_sm_remove_audio; }
       
   814         ,
       
   815         MENU_ITEM   { command = EUniCmdRemoveVideo;     txt = qtn_mms_sm_remove_video; }
       
   816         ,
       
   817         MENU_ITEM   { command = EUniCmdRemovePres;      txt = qtn_mms_sm_remove_presentation; }
       
   818         ,
       
   819         MENU_ITEM   { command = EUniCmdRemoveSvg;       txt = qtn_mms_sm_remove_presentation; }
       
   820         ,
       
   821         MENU_ITEM   { command = EUniCmdRemoveText;      txt = qtn_mms_sm_remove_text; }
       
   822         ,
       
   823         MENU_ITEM   { command = EUniCmdRemovePage;      txt = qtn_mms_sm_remove_page; }
       
   824         };
       
   825     }
       
   826 
       
   827 //---------------------------------------------------------
       
   828 //   
       
   829 //    r_unieditor_insert_submenu - menupane
       
   830 //    Main views Options menu's submenu containing insert text possibilities
       
   831 //    Used only in locked SMS mode.
       
   832 //
       
   833 //---------------------------------------------------------
       
   834 //
       
   835 RESOURCE MENU_PANE r_unieditor_insert_submenu
       
   836     {
       
   837     items =
       
   838         {
       
   839         MENU_ITEM   { command = EUniCmdInsertNote;              txt = qtn_mail_sm_insert_note; }
       
   840         ,
       
   841         MENU_ITEM   { command = EUniCmdInsertTemplateText;      txt = qtn_mail_sm_insert_template_text; }
       
   842         };
       
   843     }
       
   844 
       
   845 // ---------------------------------------------------------
       
   846 //   
       
   847 //    r_unieditor_context_menubar - menubar
       
   848 //    Context Sensitive menubar
       
   849 //
       
   850 // ---------------------------------------------------------
       
   851 //
       
   852 RESOURCE MENU_BAR r_unieditor_context_menubar
       
   853     {
       
   854     titles =
       
   855         {
       
   856         MENU_TITLE  { menu_pane = r_unieditor_context_menu; } 
       
   857         };
       
   858     }
       
   859 
       
   860 //---------------------------------------------------------
       
   861 //   
       
   862 //    r_unieditor_context_menu - menupane
       
   863 //    Context Sensitive menu.
       
   864 //
       
   865 //---------------------------------------------------------
       
   866 //
       
   867 RESOURCE MENU_PANE r_unieditor_context_menu
       
   868     {
       
   869     items =
       
   870         {
       
   871         MENU_ITEM   { command = EUniCmdSendSMS;         txt = qtn_msg_om_send_sms; }
       
   872         ,
       
   873         MENU_ITEM   { command = EUniCmdSendMMS;         txt = qtn_msg_om_send_mms; }
       
   874         ,
       
   875         MENU_ITEM   { command = EUniCmdInsertMedia;     txt = qtn_msg_om_insert; }
       
   876         ,
       
   877         MENU_ITEM   { command = EUniCmdSelectPage;     txt = qtn_msg_om_select_page; }
       
   878         ,
       
   879         MENU_ITEM   { command = EUniCmdAddRecipient;    txt = qtn_msg_om_add_recipient; }
       
   880         };
       
   881     }
       
   882 
       
   883 //////////////////////////////////
       
   884 //
       
   885 // "Templates" for notes.
       
   886 //
       
   887 //
       
   888 RESOURCE DIALOG r_unieditor_wait_note
       
   889     {
       
   890     flags   = EAknWaitNoteFlags;
       
   891     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
   892     items =
       
   893         {
       
   894         DLG_LINE
       
   895             {
       
   896             type    = EAknCtNote;
       
   897             id      = EUniWaitNoteId;
       
   898             control = AVKON_NOTE
       
   899                 {
       
   900                 layout         = EWaitLayout;
       
   901                 animation      = R_QGN_GRAF_WAIT_BAR_ANIM;
       
   902                 };
       
   903             }
       
   904         };
       
   905     }
       
   906 
       
   907 RESOURCE DIALOG r_unieditor_wait_note_mms_icon
       
   908     {
       
   909     flags   = EAknWaitNoteFlags;
       
   910     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
   911     items =
       
   912         {
       
   913         DLG_LINE
       
   914             {
       
   915             type    = EAknCtNote;
       
   916             id      = EUniWaitNoteId;
       
   917             control = AVKON_NOTE
       
   918                 {
       
   919                 layout         = EWaitLayout;
       
   920                 animation      = R_QGN_GRAF_WAIT_BAR_ANIM;
       
   921                 imagefile   = AVKON_ICON_FILE;
       
   922                 imageid     = EMbmAvkonQgn_note_mms;
       
   923                 imagemask   = EMbmAvkonQgn_note_mms_mask;
       
   924                 };
       
   925             }
       
   926         };
       
   927     }
       
   928 
       
   929 RESOURCE DIALOG r_unieditor_wait_note_sms_icon
       
   930     {
       
   931     flags   = EAknWaitNoteFlags;
       
   932     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
   933     items =
       
   934         {
       
   935         DLG_LINE
       
   936             {
       
   937             type    = EAknCtNote;
       
   938             id      = EUniWaitNoteId;
       
   939             control = AVKON_NOTE
       
   940                 {
       
   941                 layout         = EWaitLayout;
       
   942                 animation      = R_QGN_GRAF_WAIT_BAR_ANIM;
       
   943                 imagefile   = AVKON_ICON_FILE;
       
   944                 imageid     = EMbmAvkonQgn_note_message;
       
   945                 imagemask   = EMbmAvkonQgn_note_message_mask;
       
   946                 };
       
   947             }
       
   948         };
       
   949     }
       
   950 
       
   951 // YES-NO Confirmation query
       
   952 RESOURCE DIALOG r_unieditor_confirmation_query
       
   953     {
       
   954     flags = EGeneralQueryFlags;
       
   955     buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
       
   956     items=
       
   957         {
       
   958         DLG_LINE
       
   959             {
       
   960             type    = EAknCtQuery;
       
   961             id      = EGeneralQuery;
       
   962             control = AVKON_CONFIRMATION_QUERY 
       
   963                 { 
       
   964                 layout  = EConfirmationLayout;
       
   965                 label   = "";
       
   966                 };
       
   967             }
       
   968         };
       
   969     }
       
   970     
       
   971 // OK-CANCEL Confirmation query
       
   972 RESOURCE DIALOG r_unieditor_confirmation_no_question_query
       
   973     {
       
   974     flags    = EGeneralQueryFlags;
       
   975     buttons  = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   976     items =
       
   977         {
       
   978         DLG_LINE
       
   979             {
       
   980             type    = EAknCtQuery;
       
   981             id      = EGeneralQuery;
       
   982             control = AVKON_CONFIRMATION_QUERY
       
   983                 {
       
   984                 layout = EConfirmationQueryLayout;
       
   985                 };
       
   986             }
       
   987         };
       
   988     }
       
   989     
       
   990 // OK-EMPTY Confirmable note
       
   991 RESOURCE DIALOG r_unieditor_confirmable_info
       
   992     {
       
   993     flags = EGeneralQueryFlags;
       
   994     buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
       
   995     items=
       
   996         {
       
   997         DLG_LINE
       
   998             {
       
   999             type = EAknCtQuery;
       
  1000             id = EGeneralQuery;
       
  1001             control = AVKON_CONFIRMATION_QUERY
       
  1002                 { 
       
  1003                 layout = EConfirmationLayout;
       
  1004                 label = "";
       
  1005                 animation = R_QGN_NOTE_INFO_ANIM;
       
  1006                 };
       
  1007             }
       
  1008         };
       
  1009     }
       
  1010 
       
  1011 // OK-EMPTY Confirmable note with error icon
       
  1012 RESOURCE DIALOG r_unieditor_confirmable_info_error
       
  1013     {
       
  1014     flags = EGeneralQueryFlags;
       
  1015     buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
       
  1016     items=
       
  1017         {
       
  1018         DLG_LINE
       
  1019             {
       
  1020             type = EAknCtQuery;
       
  1021             id = EGeneralQuery;
       
  1022             control = AVKON_CONFIRMATION_QUERY
       
  1023                 { 
       
  1024                 layout = EConfirmationLayout;
       
  1025                 label = "";
       
  1026                 animation = R_QGN_NOTE_ERROR_ANIM;
       
  1027                 };
       
  1028             }
       
  1029         };
       
  1030     }
       
  1031 
       
  1032 //-----------------------------------------------------------------------------
       
  1033 //
       
  1034 //    r_unieditor_options_close
       
  1035 //    Editor softkeys.
       
  1036 //
       
  1037 //-----------------------------------------------------------------------------
       
  1038 //
       
  1039 RESOURCE CBA r_unieditor_options_close
       
  1040     {
       
  1041     buttons =
       
  1042         {
       
  1043         CBA_BUTTON
       
  1044             {
       
  1045             id = EAknSoftkeyOptions;
       
  1046             txt = text_softkey_option;
       
  1047             },
       
  1048         CBA_BUTTON
       
  1049             {
       
  1050             id = EAknSoftkeyClose;
       
  1051             txt = text_softkey_close;
       
  1052             },
       
  1053         CBA_BUTTON
       
  1054             {
       
  1055             id = EAknSoftkeyOptions;
       
  1056             txt = text_softkey_option;
       
  1057             }
       
  1058         };
       
  1059     }
       
  1060 
       
  1061 RESOURCE TBUF r_unieditor_info_deleted { buf = qtn_sms_info_deleted; }
       
  1062 RESOURCE TBUF r_unieditor_saving_message_new { buf = qtn_wait_saving_message_new; }
       
  1063 RESOURCE TBUF r_unieditor_saving_message { buf = qtn_wait_saving_message; }
       
  1064 
       
  1065 
       
  1066 // WAIT NOTES
       
  1067 
       
  1068 RESOURCE TBUF r_qtn_msg_wait_sending_mms
       
  1069     {
       
  1070     buf = qtn_msg_wait_sending_mms;    
       
  1071     }
       
  1072 
       
  1073 RESOURCE TBUF r_qtn_msg_wait_sending_sms
       
  1074     {
       
  1075     buf = qtn_msg_wait_sending_sms;
       
  1076     }
       
  1077 
       
  1078 RESOURCE TBUF r_qtn_wait_msg_saved_outbox
       
  1079     {
       
  1080     // From Messaging.loc
       
  1081     buf = qtn_wait_offline_outbox;
       
  1082     }
       
  1083 
       
  1084 RESOURCE TBUF r_qtn_uni_wait_inserting
       
  1085     {
       
  1086     buf = qtn_gen_note_inserting;
       
  1087     }
       
  1088 
       
  1089 RESOURCE TBUF r_qtn_uni_wait_opening_editor
       
  1090     {
       
  1091     buf = qtn_mms_wait_opening_editor;
       
  1092     }
       
  1093 
       
  1094 RESOURCE TBUF r_qtn_uni_wait_saving_message_new
       
  1095     {
       
  1096     buf = qtn_mms_wait_saving_message_new;
       
  1097     }
       
  1098 
       
  1099 RESOURCE TBUF r_qtn_uni_wait_saving_message
       
  1100     {
       
  1101     buf = qtn_mms_wait_saving_message;
       
  1102     }
       
  1103 
       
  1104 RESOURCE TBUF r_qtn_uni_wait_slide_change
       
  1105     {
       
  1106     buf = qtn_mms_wait_opening_page;
       
  1107     }
       
  1108 
       
  1109 //////////////////////////////////
       
  1110 //
       
  1111 //  INFORMATION AND CONFIRMATION NOTES
       
  1112 //
       
  1113 
       
  1114 RESOURCE TBUF r_unieditor_send_big_text 
       
  1115     { 
       
  1116     buf = qtn_mms_info_fail_msg_too_big;    // Takes 1 parameter
       
  1117     }
       
  1118     
       
  1119 RESOURCE TBUF r_unieditor_info_scaling_failed
       
  1120     {
       
  1121     buf = qtn_mms_info_scaling_failed;
       
  1122     }
       
  1123 
       
  1124 RESOURCE TBUF r_unieditor_info_rmode_scaling_failed
       
  1125     {
       
  1126     buf = qtn_mms_info_rmode_scaling_failed;
       
  1127     }
       
  1128 
       
  1129 RESOURCE TBUF r_unieditor_info_object_too_big
       
  1130     {
       
  1131     buf = qtn_mms_info_not_inserted;
       
  1132     }
       
  1133 
       
  1134 RESOURCE TBUF r_unieditor_info_object_send_as_too_big
       
  1135     {
       
  1136     buf = qtn_mms_info_all_not_inserted;
       
  1137     }
       
  1138 
       
  1139 RESOURCE TBUF r_unieditor_info_unsupported_object 
       
  1140     {
       
  1141     buf = qtn_mms_info_object_not_supported;
       
  1142     }
       
  1143 
       
  1144 RESOURCE TBUF r_unieditor_info_rmode_unsupported_object 
       
  1145     {
       
  1146     buf = qtn_mms_info_rmode_object_not_supported;
       
  1147     }
       
  1148 
       
  1149 RESOURCE TBUF r_unieditor_info_unsupported_objects 
       
  1150     {
       
  1151     buf = qtn_mms_info_objects_not_supported;
       
  1152     }
       
  1153 
       
  1154 RESOURCE TBUF r_unieditor_info_rmode_unsupported_objects 
       
  1155     {
       
  1156     buf = qtn_mms_info_rmode_objects_not_supported;
       
  1157     }
       
  1158 
       
  1159 RESOURCE TBUF r_unieditor_info_some_not_supported 
       
  1160     {
       
  1161     buf = qtn_mms_info_some_not_supported;
       
  1162     }
       
  1163 
       
  1164 RESOURCE TBUF r_unieditor_info_rmode_some_not_supported 
       
  1165     {
       
  1166     buf = qtn_mms_info_rmode_some_not_supported;
       
  1167     }
       
  1168 
       
  1169 
       
  1170 RESOURCE TBUF r_unieditor_info_send_forbid
       
  1171     {
       
  1172     buf = qtn_drm_send_forbid;
       
  1173     }
       
  1174 
       
  1175 RESOURCE TBUF r_unieditor_info_send_forbid_1
       
  1176     {
       
  1177     buf = qtn_drm_send_forbid_1;
       
  1178     }
       
  1179 
       
  1180 RESOURCE TBUF r_unieditor_error_msg_corrupt
       
  1181     {
       
  1182     // From Messaging.loc
       
  1183     buf = qtn_msg_err_cannot_open_msg;
       
  1184     }
       
  1185 
       
  1186 RESOURCE TBUF r_unieditor_conf_texts_first
       
  1187     {
       
  1188     buf = qtn_mms_conf_texts_first;
       
  1189     }
       
  1190 
       
  1191 RESOURCE TBUF r_unieditor_conf_texts_second
       
  1192     {
       
  1193     buf = qtn_mms_conf_texts_second;
       
  1194     }
       
  1195 
       
  1196 RESOURCE TBUF r_unieditor_max_recipients_reached
       
  1197     {
       
  1198     buf = qtn_msg_info_max_number_recip;    
       
  1199     }
       
  1200 
       
  1201 RESOURCE TBUF r_unieditor_max_recipients_exceeded_1
       
  1202     {
       
  1203     buf = qtn_msg_query_remove_recipient;
       
  1204     }
       
  1205 
       
  1206 RESOURCE TBUF r_unieditor_max_recipients_exceeded_many
       
  1207     {
       
  1208     buf = qtn_msg_query_remove_recipients;
       
  1209     }
       
  1210 
       
  1211 RESOURCE TBUF r_unieditor_info_max_slides_all
       
  1212    {
       
  1213    buf = qtn_mms_info_not_inserted_slides;
       
  1214    }
       
  1215 
       
  1216 RESOURCE TBUF r_unieditor_info_max_slides_some
       
  1217    {
       
  1218    buf = qtn_mms_info_all_not_inserted_slides;
       
  1219    }
       
  1220 
       
  1221 
       
  1222 //////////////////////////////////
       
  1223 //
       
  1224 //  QUERY DIALOGS
       
  1225 
       
  1226 RESOURCE TBUF r_unieditor_quest_remove_template
       
  1227     {
       
  1228     buf = qtn_mms_quest_remove_presentation;
       
  1229     }
       
  1230 
       
  1231 
       
  1232 RESOURCE TBUF r_unieditor_quest_send_forbid
       
  1233     {
       
  1234     buf = qtn_drm_query_send_forbid;
       
  1235     }
       
  1236 
       
  1237 RESOURCE TBUF r_unieditor_quest_remove_page
       
  1238     {
       
  1239     buf = qtn_mms_quest_remove_page;
       
  1240     }
       
  1241 
       
  1242 RESOURCE TBUF r_unieditor_quest_remove_text
       
  1243     {
       
  1244     buf = qtn_mms_quest_remove_text;
       
  1245     }
       
  1246 
       
  1247 RESOURCE TBUF r_unieditor_quest_remove_common
       
  1248     {
       
  1249     buf = qtn_query_common_conf_remove;
       
  1250     }
       
  1251 
       
  1252 RESOURCE TBUF r_unieditor_quest_send_wo_rights
       
  1253     {
       
  1254     buf = qtn_drm_send_wo_rights_sd_1;
       
  1255     }
       
  1256 
       
  1257 RESOURCE TBUF r_unieditor_quest_close_ood
       
  1258     {
       
  1259     // From Messaging.loc
       
  1260     buf = qtn_mail_close_nosave;
       
  1261     }
       
  1262 
       
  1263 RESOURCE TBUF r_unieditor_quest_guided_obj
       
  1264     {
       
  1265     buf = qtn_mms_conf_guided_object;
       
  1266     }
       
  1267 
       
  1268 RESOURCE TBUF r_unieditor_quest_guided_objs
       
  1269     {
       
  1270     buf = qtn_mms_conf_guided_objects;
       
  1271     }
       
  1272 
       
  1273 RESOURCE TBUF r_unieditor_quest_guided_inc_obj
       
  1274     {
       
  1275     buf = qtn_mms_conf_guid_incl_object;
       
  1276     }
       
  1277 
       
  1278 RESOURCE TBUF r_unieditor_quest_guided_inc_objs
       
  1279     {
       
  1280     buf = qtn_mms_conf_guid_incl_objects;
       
  1281     }
       
  1282 
       
  1283 RESOURCE TBUF r_unieditor_quest_guided_presentation
       
  1284     {
       
  1285     buf = qtn_mms_conf_guid_present;
       
  1286     }
       
  1287 
       
  1288 RESOURCE TBUF r_unieditor_quest_insert_large
       
  1289     {
       
  1290     buf = qtn_mms_qry_insert_large;
       
  1291     }
       
  1292 
       
  1293 RESOURCE TBUF r_unieditor_error_cannot_open
       
  1294     {
       
  1295     buf = qtn_mms_info_cannot_open_msg;
       
  1296     }
       
  1297 
       
  1298 RESOURCE TBUF r_unieditor_error_rmode_cannot_open
       
  1299     {
       
  1300     buf = qtn_mms_info_rmode_cannot_open_msg;
       
  1301     }
       
  1302 
       
  1303 RESOURCE TBUF r_unieditor_cannot_open_corrupt
       
  1304     {
       
  1305     buf = qtn_mms_cannot_open_corrupted;
       
  1306     }
       
  1307 
       
  1308 // Max sms text len exceeded
       
  1309 RESOURCE TBUF r_unieditor_sms_length_exceeded
       
  1310     {
       
  1311     buf = qtn_sms_info_max_length_reached;
       
  1312     }
       
  1313 
       
  1314 RESOURCE TBUF r_unieditor_sms_length_exceeded_1
       
  1315     {
       
  1316     buf = qtn_sms_info_too_long1;
       
  1317     }
       
  1318 
       
  1319 RESOURCE TBUF r_unieditor_sms_length_exceeded_many
       
  1320     {
       
  1321     buf = qtn_sms_info_too_long;
       
  1322     }
       
  1323 
       
  1324 RESOURCE TBUF r_unieditor_sms_send_multiple_parts
       
  1325     {
       
  1326     buf = qtn_sms_quest_send;
       
  1327     }
       
  1328 
       
  1329 RESOURCE TBUF r_unieditor_sms_length_exceeded_many_unicode
       
  1330     {
       
  1331     buf = qtn_sms_info_too_long_u;
       
  1332     }
       
  1333 
       
  1334 RESOURCE TBUF r_unieditor_video_converted
       
  1335     {
       
  1336     buf = qtn_unified_video_converted;
       
  1337     }    
       
  1338 
       
  1339 RESOURCE TBUF r_unieditor_msg_type_changed_while_sending
       
  1340 	{
       
  1341 	buf = qtn_msg_type_changed_continue_sending;
       
  1342 	}    
       
  1343 
       
  1344 
       
  1345 //
       
  1346 // Additional headers list query
       
  1347 //
       
  1348 RESOURCE CBA r_uni_softkeys_ok_cancel
       
  1349     {
       
  1350     buttons =
       
  1351         {
       
  1352         // replace EAknSoftkeyOk with EAknSoftkeySelect to prevent list box 
       
  1353         // "force selection"
       
  1354         CBA_BUTTON {id=EAknSoftkeySelect; txt= text_softkey_ok;},
       
  1355         CBA_BUTTON {id=EAknSoftkeyCancel; txt= text_softkey_cancel;},
       
  1356         CBA_BUTTON {id=EAknSoftkeyMark; txt=qtn_msk_mark;}
       
  1357         };
       
  1358     }
       
  1359 
       
  1360 RESOURCE AVKON_MULTISELECTION_LIST_QUERY r_unieditor_add_headers_list_query
       
  1361     {
       
  1362     flags = EGeneralQueryFlags;
       
  1363     softkeys = r_uni_softkeys_ok_cancel;
       
  1364     items =
       
  1365         {
       
  1366         AVKON_MULTISELECTION_LIST_QUERY_DLG_LINE 
       
  1367             {
       
  1368             control = AVKON_LIST_QUERY_CONTROL
       
  1369                 {
       
  1370                 listtype = EAknCtSingleGraphicPopupMenuListBox;
       
  1371                 listbox = AVKON_MULTISELECTION_LIST_QUERY_LIST
       
  1372                     {
       
  1373                     flags = EAknListBoxStylusMultiselectionList;
       
  1374                     array_id = 0;
       
  1375                     };
       
  1376                 heading = qtn_msg_prompt_headers;
       
  1377                 };
       
  1378             }
       
  1379         };
       
  1380     }
       
  1381     
       
  1382 //
       
  1383 // "Move page" list query
       
  1384 //
       
  1385 RESOURCE AVKON_MULTISELECTION_LIST_QUERY r_unieditor_move_list_query
       
  1386     {
       
  1387     flags = EGeneralQueryFlags;
       
  1388     softkeys = R_AVKON_SOFTKEYS_SELECT_CANCEL__SELECT;
       
  1389     items =
       
  1390         {
       
  1391         AVKON_MULTISELECTION_LIST_QUERY_DLG_LINE 
       
  1392             {
       
  1393             control = AVKON_LIST_QUERY_CONTROL
       
  1394                 {
       
  1395                 listtype = EAknCtSinglePopupMenuListBox;
       
  1396                 listbox = AVKON_LIST_QUERY_LIST
       
  1397                     {
       
  1398                     array_id = 0;
       
  1399                     };
       
  1400                 heading = qtn_mms_quest_move_title;
       
  1401                 };
       
  1402             }
       
  1403         };
       
  1404     }
       
  1405 
       
  1406 //
       
  1407 // "Insert other" list query
       
  1408 //
       
  1409 RESOURCE AVKON_MULTISELECTION_LIST_QUERY r_unieditor_insert_other_query
       
  1410     {
       
  1411     flags = EGeneralQueryFlags;
       
  1412     softkeys = R_AVKON_SOFTKEYS_SELECT_CANCEL__SELECT;
       
  1413     items =
       
  1414         {
       
  1415         AVKON_MULTISELECTION_LIST_QUERY_DLG_LINE 
       
  1416             {
       
  1417             control = AVKON_LIST_QUERY_CONTROL
       
  1418                 {
       
  1419                 listtype = EAknCtSinglePopupMenuListBox;
       
  1420                 listbox = AVKON_LIST_QUERY_LIST
       
  1421                     {
       
  1422                     array_id = r_unieditor_insert_other_query_array;
       
  1423                     };
       
  1424                 heading = qtn_msg_insert_others_title;
       
  1425                 };
       
  1426             }
       
  1427         };
       
  1428     }
       
  1429 
       
  1430 RESOURCE ARRAY r_unieditor_insert_other_query_array
       
  1431     {
       
  1432     items=
       
  1433         {
       
  1434         /*LBUF { txt = qtn_msg_insert_presentation_from_gallery; },*/
       
  1435         LBUF { txt = qtn_msg_insert_qry_note_as_attachment; },
       
  1436         LBUF { txt = qtn_msg_insert_other_files; }
       
  1437         };
       
  1438     }
       
  1439 
       
  1440 //
       
  1441 // "Insert" list query
       
  1442 //
       
  1443 RESOURCE AVKON_MULTISELECTION_LIST_QUERY r_unieditor_insert_query
       
  1444     {
       
  1445     flags = EGeneralQueryFlags;
       
  1446     softkeys = R_AVKON_SOFTKEYS_SELECT_CANCEL__SELECT;
       
  1447     items =
       
  1448         {
       
  1449         AVKON_MULTISELECTION_LIST_QUERY_DLG_LINE 
       
  1450             {
       
  1451             control = AVKON_LIST_QUERY_CONTROL
       
  1452                 {
       
  1453                 listtype = EAknCtSinglePopupMenuListBox;
       
  1454                 listbox = AVKON_LIST_QUERY_LIST
       
  1455                     {
       
  1456                     array_id = r_unieditor_insert_query_array;
       
  1457                     };
       
  1458                 heading = qtn_msg_insert_title;
       
  1459                 };
       
  1460             }
       
  1461         };
       
  1462     }
       
  1463 
       
  1464 RESOURCE ARRAY r_unieditor_insert_query_array
       
  1465     {
       
  1466     items=
       
  1467         {
       
  1468         LBUF { txt = qtn_msg_insert_qry_image; },
       
  1469         LBUF { txt = qtn_msg_insert_qry_new_image; },
       
  1470         LBUF { txt = qtn_msg_insert_qry_video; },
       
  1471         LBUF { txt = qtn_msg_insert_qry_new_video; },
       
  1472         LBUF { txt = qtn_msg_insert_qry_sound; },
       
  1473         LBUF { txt = qtn_msg_insert_qry_new_sound; },
       
  1474         LBUF { txt = qtn_msg_insert_qry_vcard; },
       
  1475         LBUF { txt = qtn_msg_insert_qry_slide; },
       
  1476         LBUF { txt = qtn_msg_insert_note_as_text; },
       
  1477         LBUF { txt = qtn_msg_insert_qry_note_as_attachment; },
       
  1478         LBUF { txt = qtn_msg_insert_qry_template; },
       
  1479         /*LBUF { txt = qtn_msg_insert_qry_presentation_from_gallery; },*/
       
  1480         LBUF { txt = qtn_msg_insert_qry_other_files; }
       
  1481         };
       
  1482     }
       
  1483 
       
  1484 //
       
  1485 // An entry in the "Move page" list query
       
  1486 //
       
  1487 RESOURCE TBUF r_unieditor_move_page      { buf = qtn_mms_quest_move_page; }
       
  1488 
       
  1489 // Additional headers:
       
  1490 // confirmation notes
       
  1491 RESOURCE TBUF r_unieditor_qtn_msg_qry_header_remove     { buf = qtn_msg_qry_header_remove; }
       
  1492 RESOURCE TBUF r_unieditor_qtn_msg_qry_headers_remove    { buf = qtn_msg_qry_headers_remove; }
       
  1493 // field labels
       
  1494 RESOURCE TBUF r_unieditor_qtn_msg_headers_cc        { buf = qtn_msg_headers_cc; }
       
  1495 RESOURCE TBUF r_unieditor_qtn_msg_headers_bcc       { buf = qtn_msg_headers_bcc; }
       
  1496 RESOURCE TBUF r_unieditor_qtn_msg_headers_subject   { buf = qtn_msg_headers_subject; }
       
  1497 
       
  1498 // Attachment added popup
       
  1499 RESOURCE TBUF r_unieditor_qtn_unified_attachment_added 
       
  1500     {
       
  1501     buf = qtn_unified_attachment_added;
       
  1502     }
       
  1503 
       
  1504 RESOURCE TBUF r_unieditor_qtn_unified_attachments_added 
       
  1505     {
       
  1506     buf = qtn_unified_attachments_added;
       
  1507     }
       
  1508 
       
  1509 RESOURCE TBUF r_unieditor_popup_msg_changed_mms
       
  1510     {
       
  1511     buf = qtn_info_popup_msg_changed_mms;
       
  1512     }
       
  1513 
       
  1514 RESOURCE TBUF r_unieditor_popup_msg_changed_sms
       
  1515     {
       
  1516     buf = qtn_info_popup_msg_changed_sms;
       
  1517     }
       
  1518 
       
  1519 // Priority title
       
  1520 RESOURCE TBUF r_unieditor_priority_title 
       
  1521     {
       
  1522     buf = qtn_msg_qry_priority;
       
  1523     }
       
  1524 
       
  1525 // The sending settings related stuff here
       
  1526 
       
  1527 // Settings dialog title
       
  1528 RESOURCE TBUF r_uni_settings_title_text { buf = qtn_mms_title_sending_options ; }
       
  1529 
       
  1530 
       
  1531 // Sending settings dialog
       
  1532 RESOURCE DIALOG r_uni_sendingsettings_dialog
       
  1533     {
       
  1534     flags = EEikDialogFlagWait | EEikDialogFlagNotifyEsc | EEikDialogFlagCbaButtons | 
       
  1535             EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | EEikDialogFlagNoShadow | 
       
  1536             EEikDialogFlagNoBorder | EEikDialogFlagFillAppClientRect;
       
  1537 
       
  1538     buttons = R_AVKON_SOFTKEYS_OPTIONS_BACK;
       
  1539     items =
       
  1540         {
       
  1541         DLG_LINE
       
  1542             {
       
  1543             type=EAknCtSettingListBox;
       
  1544             itemflags=EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
       
  1545             id=EDlgSettingListBox;
       
  1546             control=LISTBOX
       
  1547                 {
       
  1548                 flags = 0;
       
  1549                 height = 3;
       
  1550                 width = 256;
       
  1551                 };
       
  1552             }
       
  1553         };
       
  1554     }
       
  1555 
       
  1556 // Sendingsettings menu bar + pane
       
  1557 RESOURCE MENU_BAR r_uni_sendingsettings_dialog_menubar
       
  1558     {
       
  1559     titles = { MENU_TITLE { menu_pane=r_uni_sendingsettings_dialog_menupane ; txt=""; } };
       
  1560     }
       
  1561 
       
  1562 RESOURCE MENU_PANE r_uni_sendingsettings_dialog_menupane
       
  1563     {
       
  1564     items =
       
  1565         {
       
  1566         MENU_ITEM 
       
  1567             { 
       
  1568             command = EChangeItem;
       
  1569             txt = qtn_mce_settings_change;
       
  1570             flags = EEikMenuItemAction;
       
  1571             },
       
  1572 
       
  1573         MENU_ITEM
       
  1574             {       
       
  1575             command = EAknCmdHelp;
       
  1576             txt = qtn_options_help; 
       
  1577             },
       
  1578 
       
  1579         MENU_ITEM 
       
  1580             { 
       
  1581             command = EExitItem; 
       
  1582             txt = qtn_options_exit;
       
  1583             } 
       
  1584         };
       
  1585     }
       
  1586 
       
  1587 RESOURCE AVKON_SETTING_PAGE r_uni_setting_page
       
  1588     { 
       
  1589     softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
  1590     menubar = R_AVKON_MENUPANE_EMPTY;
       
  1591     type = EAknSetListBox;
       
  1592     editor_resource_id = r_uni_settings_listbox_list;
       
  1593     }
       
  1594 
       
  1595 RESOURCE LISTBOX r_uni_settings_listbox_list
       
  1596     {
       
  1597     flags = EEikListBoxMultipleSelection;
       
  1598     height = 8; 
       
  1599     }
       
  1600 
       
  1601 // Sending settings dialog listbox items used
       
  1602 RESOURCE MUIU_SETTINGS_ARRAY r_uni_sendingsettings_items
       
  1603     {
       
  1604     items =
       
  1605         {
       
  1606         MUIU_SETTINGS_ITEM
       
  1607             {
       
  1608             title = qtn_msg_ed_setting_msg_type;
       
  1609             type = EMuiuSettingsSelectionList;
       
  1610             array_id = r_uni_setting_message_type_list;
       
  1611             },
       
  1612         MUIU_SETTINGS_ITEM
       
  1613             {
       
  1614             title = qtn_msg_sett_sms_chars;
       
  1615             type = EMuiuSettingsSelectionList;
       
  1616             array_id= r_uni_setting_character_support_list;
       
  1617             }
       
  1618         };
       
  1619     }
       
  1620 
       
  1621 // Used by delivery report, reply via same center
       
  1622 RESOURCE ARRAY r_uni_setting_yes_no_list
       
  1623     {
       
  1624     items =
       
  1625         {
       
  1626         LBUF {txt=qtn_mce_settings_mms_yes; },
       
  1627         LBUF {txt=qtn_mce_settings_mms_no; }        
       
  1628         };
       
  1629     }
       
  1630 
       
  1631 RESOURCE ARRAY r_uni_priority_list
       
  1632     {
       
  1633     items=
       
  1634         {
       
  1635         LBUF {txt=qtn_msg_qry_high_priority; },
       
  1636           LBUF {txt=qtn_msg_qry_normal_priority; },
       
  1637         LBUF {txt=qtn_msg_qry_low_priority; }
       
  1638         };
       
  1639     }
       
  1640 
       
  1641 RESOURCE ARRAY r_uni_setting_message_type_list
       
  1642     {
       
  1643     items=
       
  1644         {
       
  1645         LBUF {txt=qtn_msg_setting_auto_type; },
       
  1646         LBUF {txt=qtn_mce_settings_sms_none; },
       
  1647         LBUF {txt=qtn_msg_setting_mms_type; },
       
  1648         LBUF {txt=qtn_mce_settings_sms_fax; },
       
  1649         LBUF {txt=qtn_mce_settings_sms_paging; }
       
  1650         };
       
  1651     }
       
  1652 
       
  1653 RESOURCE ARRAY r_uni_setting_character_support_list
       
  1654     {
       
  1655     items=
       
  1656         {
       
  1657         LBUF {txt=qtn_mce_sett_sms_chars_full; },
       
  1658         LBUF {txt=qtn_mce_sett_sms_chars_reduced; }
       
  1659         };
       
  1660     }
       
  1661 
       
  1662 RESOURCE TBUF r_uni_move_page_title
       
  1663     {
       
  1664     buf = qtn_msg_move_page_title;
       
  1665     }
       
  1666 
       
  1667 RESOURCE TBUF r_uni_select_page_title
       
  1668     {
       
  1669     buf = qtn_msg_select_page_title;
       
  1670     }
       
  1671 
       
  1672 
       
  1673 // MSK resources
       
  1674 
       
  1675 RESOURCE CBA_BUTTON r_uni_msk_button_add
       
  1676     {
       
  1677     id = EUniCmdAddRecipientMSK;
       
  1678     txt = qtn_msk_add;
       
  1679     }
       
  1680 
       
  1681 RESOURCE CBA_BUTTON r_uni_msk_button_play_pres
       
  1682     {
       
  1683     id = EUniCmdPlayPres;
       
  1684     txt = qtn_msk_play;
       
  1685     }
       
  1686 
       
  1687 
       
  1688 RESOURCE CBA_BUTTON r_uni_msk_button_play_svg
       
  1689     {
       
  1690     id = EUniCmdPlaySvg;
       
  1691     txt = qtn_msk_play;
       
  1692     }
       
  1693 
       
  1694 RESOURCE CBA_BUTTON r_uni_msk_button_view_image
       
  1695     {
       
  1696     id = EUniCmdViewImage;
       
  1697     txt = qtn_msk_view;
       
  1698     }
       
  1699 
       
  1700 RESOURCE CBA_BUTTON r_uni_msk_button_play_video
       
  1701     {
       
  1702     id = EUniCmdPlayVideo;
       
  1703     txt = qtn_msk_play;
       
  1704     }
       
  1705 
       
  1706 RESOURCE CBA_BUTTON r_uni_msk_button_play_audio
       
  1707     {
       
  1708     id = EUniCmdPlayAudio;
       
  1709     txt = qtn_msk_play;
       
  1710     }
       
  1711 
       
  1712 RESOURCE CBA_BUTTON r_uni_msk_button_insert_media
       
  1713     {
       
  1714     id = EUniCmdInsertMedia;
       
  1715     txt = qtn_msk_insert;
       
  1716     }
       
  1717 
       
  1718 RESOURCE CBA_BUTTON r_uni_msk_button_context_menu
       
  1719     {
       
  1720     id = EAknSoftkeyContextOptions;
       
  1721     txt = text_softkey_option;
       
  1722     }
       
  1723 
       
  1724 RESOURCE CBA_BUTTON r_uni_msk_button_objects
       
  1725     {
       
  1726     id = EUniCmdObjectsAttachment;
       
  1727     txt = qtn_msk_objects;
       
  1728     }
       
  1729 
       
  1730 // Sending settings..
       
  1731 
       
  1732 RESOURCE CBA_BUTTON r_uni_msk_settings_button_open
       
  1733     {
       
  1734     id = EUniCmdSettingsChange;
       
  1735     txt = qtn_msk_open;
       
  1736     }
       
  1737 
       
  1738 RESOURCE CBA_BUTTON r_uni_msk_settings_button_change
       
  1739     {
       
  1740     id = EUniCmdSettingsChange;
       
  1741     txt = qtn_msk_change;
       
  1742     }
       
  1743 
       
  1744 // Add headers
       
  1745 RESOURCE CBA_BUTTON r_uni_msk_addheaders_button_mark
       
  1746     {
       
  1747     id = EAknSoftkeyMark;
       
  1748     txt = text_softkey_mark;
       
  1749     }
       
  1750 
       
  1751 RESOURCE CBA_BUTTON r_uni_msk_addheaders_button_unmark
       
  1752     {
       
  1753     id = EAknSoftkeyUnmark;
       
  1754     txt = text_softkey_unmark;
       
  1755     }
       
  1756 
       
  1757 // String for bio message types
       
  1758 
       
  1759 RESOURCE TBUF r_unieditor_biotype_vcard
       
  1760     {
       
  1761     buf = qtn_mce_inbox_type_smart_cbc;
       
  1762     }
       
  1763 
       
  1764 RESOURCE TBUF r_unieditor_biotype_vcal
       
  1765     {
       
  1766     buf = qtn_mce_inbox_type_smart_vcal;
       
  1767     }
       
  1768 
       
  1769 RESOURCE TBUF r_unieditor_not_enough_memory
       
  1770     {
       
  1771     buf = qtn_memlo_not_enough_memory;
       
  1772     }
       
  1773 
       
  1774 RESOURCE TBUF r_unieditor_popup_sms_size_above_limit
       
  1775      {
       
  1776      buf = qtn_info_popup_sms_size_above_limit;
       
  1777      }
       
  1778 
       
  1779 RESOURCE TBUF r_unieditor_popup_sms_size_under_limit
       
  1780      {
       
  1781      buf = qtn_info_popup_sms_size_below_limit;
       
  1782      }
       
  1783 
       
  1784 // End of File