mpxplugins/viewplugins/views/albumarteditordialog/data/mpxalbumarteditordialog.rss
changeset 0 ff3acec5bc43
equal deleted inserted replaced
-1:000000000000 0:ff3acec5bc43
       
     1 /*
       
     2 * Copyright (c) 2006 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:  Resource definitions for project albumart editor dialog
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 // RESOURCE NAME IDENTIFIER
       
    21 NAME    MXAP // 4 letter ID
       
    22 
       
    23 // INCLUDES
       
    24 #include <avkon.rsg>
       
    25 #include <avkon.rh>
       
    26 #include <avkon.loc>
       
    27 #include <eikon.rh>
       
    28 #include <avkon.mbg>
       
    29 #include <bldvariant.hrh>
       
    30 
       
    31 #include <mpxalbumarteditordialog.loc>
       
    32 #include "mpxalbumarteditordialog.hrh"
       
    33 
       
    34 
       
    35 // RESOURCE IDENTIFIER
       
    36 RESOURCE RSS_SIGNATURE { }
       
    37 
       
    38 RESOURCE TBUF 
       
    39     {
       
    40     buf = "";
       
    41     }
       
    42 
       
    43 
       
    44 // RESOURCE DEFINITIONS 
       
    45 
       
    46 // -----------------------------------------------------------------------------
       
    47 // r_mpx_cui_collection_album_art_dialog_title
       
    48 // Album art dialog title.
       
    49 // -----------------------------------------------------------------------------
       
    50 //
       
    51 RESOURCE TBUF r_mpx_cui_collection_album_art_dialog_title
       
    52     {
       
    53     buf = qtn_nmp_title_album_art;
       
    54     }
       
    55 
       
    56 // -----------------------------------------------------------------------------
       
    57 // r_mpx_album_art_dlg_title
       
    58 // Text used for Album art selection dialog title.
       
    59 // -----------------------------------------------------------------------------
       
    60 //
       
    61 RESOURCE TBUF r_mpx_cui_album_art_dlg_title
       
    62     {
       
    63     buf = qtn_mus_title_select_album_art;
       
    64     }
       
    65 
       
    66 // -----------------------------------------------------------------------------
       
    67 // r_musicplayer_cui_album_art_dialog_menubar
       
    68 // Album art dialog menu bar.
       
    69 // -----------------------------------------------------------------------------
       
    70 //
       
    71 RESOURCE MENU_BAR r_mpx_cui_album_art_dialog_menubar
       
    72     {
       
    73     titles =
       
    74         {
       
    75         MENU_TITLE
       
    76             { 
       
    77             menu_pane = r_mpx_cui_album_art_dialog_menu;
       
    78             }
       
    79         };
       
    80     }
       
    81 
       
    82 // -----------------------------------------------------------------------------
       
    83 // r_mpx_cui_album_art_dialog_menu
       
    84 // Album Art dialog menu.
       
    85 // -----------------------------------------------------------------------------
       
    86 //
       
    87 RESOURCE MENU_PANE r_mpx_cui_album_art_dialog_menu
       
    88     {
       
    89     items =
       
    90         {
       
    91         MENU_ITEM
       
    92             {
       
    93             command = EMPXCmdAlbumArtEditorDlgChange;
       
    94             txt = qtn_options_change;
       
    95             },
       
    96         MENU_ITEM
       
    97             {
       
    98             command = EMPXCmdAlbumArtEditorDlgRestore;
       
    99             txt = qtn_options_restore_original;
       
   100             },
       
   101         MENU_ITEM
       
   102             {
       
   103             command = EMPXCmdAlbumArtEditorDlgHelp;
       
   104             txt = qtn_options_help;
       
   105             },
       
   106 	MENU_ITEM
       
   107             {
       
   108             command = EAknCmdExit;
       
   109             txt = qtn_options_exit;
       
   110             }
       
   111         };
       
   112     }
       
   113 
       
   114 // -----------------------------------------------------------------------------
       
   115 // r_mpx_cui_change_album_art_confirmation
       
   116 // Change album art confirmation.
       
   117 // -----------------------------------------------------------------------------
       
   118 //
       
   119 RESOURCE TBUF r_mpx_cui_change_album_art_confirmation
       
   120    { 
       
   121    buf = qtn_nmp_query_add_art_to_album;
       
   122    }
       
   123 
       
   124 // -----------------------------------------------------------------------------
       
   125 // r_mpx_cui_restore_album_art_confirmation
       
   126 // Restore album art confirmation.
       
   127 // -----------------------------------------------------------------------------
       
   128 //
       
   129 RESOURCE TBUF r_mpx_cui_restore_album_art_confirmation
       
   130    { 
       
   131    buf = qtn_nmp_query_restore_art_to_album;
       
   132    }
       
   133 
       
   134 // -----------------------------------------------------------------------------
       
   135 // r_mpx_cui_restore_album_art_confirmation_query
       
   136 // Restore album art confirmation query.
       
   137 // -----------------------------------------------------------------------------
       
   138 //
       
   139 RESOURCE DIALOG r_mpx_cui_restore_album_art_confirmation_query
       
   140     {
       
   141     flags = EGeneralQueryFlags;
       
   142     buttons = R_AVKON_SOFTKEYS_YES_NO;
       
   143     items =
       
   144         {
       
   145         DLG_LINE
       
   146             {
       
   147             type = EAknCtQuery;
       
   148             id = EGeneralQuery;
       
   149             control= AVKON_CONFIRMATION_QUERY 
       
   150                 { 
       
   151                 layout = EConfirmationQueryLayout;
       
   152                 };
       
   153             }
       
   154         };
       
   155     }
       
   156 
       
   157 // -----------------------------------------------------------------------------
       
   158 // r_mpx_cui_album_art_dialog
       
   159 // Album art dialog.
       
   160 // -----------------------------------------------------------------------------
       
   161 //
       
   162 RESOURCE DIALOG r_mpx_cui_album_art_dialog
       
   163     {
       
   164     title="";
       
   165     buttons = r_mpx_cui_album_art_softkeys_options_change_back  ;
       
   166     flags = EAknDialogGenericFullScreen;
       
   167     items = 
       
   168         {
       
   169         DLG_LINE
       
   170             {
       
   171             id=EMPXAlbumArtEditorDlgCtrlId;
       
   172             type=EMPXAlbumArtEditorDlg;
       
   173             } //Image DLG_LINE
       
   174         };
       
   175     }
       
   176 
       
   177 // -----------------------------------------------------------------------------
       
   178 // r_mpx_album_art_layout
       
   179 // Album art dialog layout.
       
   180 // -----------------------------------------------------------------------------
       
   181 //
       
   182 RESOURCE AVKON_LAYOUT_LABEL r_mpx_cui_album_art_layout
       
   183     {
       
   184     font = EAknLogicalFontSecondaryFont; C = 0; l = 17; r = 17; B = 100; W = 50; J = ELayoutAlignCenter;
       
   185     }
       
   186 
       
   187 // -----------------------------------------------------------------------------
       
   188 // r_mpx_cui_album_art_no_art_text
       
   189 // No album art text.
       
   190 // -----------------------------------------------------------------------------
       
   191 //
       
   192 RESOURCE TBUF r_mpx_cui_album_art_no_art_text
       
   193     {
       
   194     buf = qtn_nmp_empty_album_art;
       
   195     }
       
   196 
       
   197 // -----------------------------------------------------------------------------
       
   198 // r_mpx_qtn_nmp_note_opening
       
   199 // text for opening wait note.
       
   200 // -----------------------------------------------------------------------------
       
   201 //
       
   202 RESOURCE TBUF r_mpx_qtn_nmp_note_opening
       
   203     {
       
   204     buf = qtn_nmp_note_opening;
       
   205     }
       
   206 
       
   207 // -----------------------------------------------------------------------------
       
   208 // r_mpx_qtn_nmp_note_restoring_album_art
       
   209 // text for restoring album art wait note.
       
   210 // -----------------------------------------------------------------------------
       
   211 //
       
   212 RESOURCE TBUF r_mpx_qtn_nmp_note_restoring_album_art
       
   213     {
       
   214     buf = qtn_nmp_note_restoring_album_art;
       
   215     }
       
   216 
       
   217 // -----------------------------------------------------------------------------
       
   218 // r_mpx_qtn_nmp_note_adding_album_art
       
   219 // text for changing album art wait note.
       
   220 // -----------------------------------------------------------------------------
       
   221 //
       
   222 RESOURCE TBUF r_mpx_qtn_nmp_note_adding_album_art
       
   223     {
       
   224     buf = qtn_nmp_note_adding_album_art;
       
   225     }
       
   226 
       
   227 // -----------------------------------------------------------------------------
       
   228 // r_mpx_qtn_nmp_note_art_restored
       
   229 // confirmation text for restoring album art.
       
   230 // -----------------------------------------------------------------------------
       
   231 //
       
   232 RESOURCE TBUF r_mpx_qtn_nmp_note_art_restored
       
   233     {
       
   234     buf = qtn_nmp_note_art_restored;
       
   235     }
       
   236 
       
   237 // -----------------------------------------------------------------------------
       
   238 // r_mpx_qtn_nmp_note_art_changed
       
   239 // confirmation text for changing album art.
       
   240 // -----------------------------------------------------------------------------
       
   241 //
       
   242 RESOURCE TBUF r_mpx_qtn_nmp_note_art_changed
       
   243     {
       
   244     buf = qtn_nmp_note_art_changed;
       
   245     }
       
   246 
       
   247 // -----------------------------------------------------------------------------
       
   248 // r_mpx_qtn_nmp_note_change_with_invalid
       
   249 // information text for change album art with invalid entries.
       
   250 // -----------------------------------------------------------------------------
       
   251 //
       
   252 RESOURCE TBUF r_mpx_qtn_nmp_note_change_with_invalid
       
   253     {
       
   254     buf = qtn_nmp_note_change_with_invalid;
       
   255     }
       
   256 
       
   257 // -----------------------------------------------------------------------------
       
   258 // r_mpx_qtn_nmp_note_restore_with_invalid
       
   259 // information text for restore album art with invalid entries.
       
   260 // -----------------------------------------------------------------------------
       
   261 //
       
   262 RESOURCE TBUF r_mpx_qtn_nmp_note_restore_with_invalid
       
   263     {
       
   264     buf = qtn_nmp_note_restore_with_invalid;
       
   265     }
       
   266 
       
   267 // -----------------------------------------------------------------------------
       
   268 // r_mpx_qtn_mp_drm_not_allowed
       
   269 // information text to specify drm not allowed.
       
   270 // -----------------------------------------------------------------------------
       
   271 //
       
   272 RESOURCE TBUF r_mpx_qtn_mp_drm_not_allowed
       
   273     {
       
   274     buf = qtn_mp_drm_not_allowed;
       
   275     }
       
   276 
       
   277 // ---------------------------------------------------------------------------
       
   278 // r_mpx_cui_song_details_softkeys_options_change_done
       
   279 // CBA for Song Details view.
       
   280 // ---------------------------------------------------------------------------
       
   281 // 
       
   282 RESOURCE CBA r_mpx_cui_album_art_softkeys_options_change_back
       
   283     {
       
   284     buttons =
       
   285         {
       
   286         CBA_BUTTON {id=EAknSoftkeyOptions; txt = text_softkey_option;},
       
   287         CBA_BUTTON {id=EAknSoftkeyBack; txt=text_softkey_back; },
       
   288         CBA_BUTTON {id=EAknSoftkeyChange; txt=qtn_options_change; }
       
   289         };
       
   290     }
       
   291 // End of File