mpxmusicplayer/mediakeyhandler/data/mpxmediakeyhandler.rss
changeset 0 ff3acec5bc43
child 26 70a8526f03f2
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 mpxmediakeyhandler
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 // RESOURCE NAME IDENTIFIER
       
    21 NAME    MXMK // 4 letter ID
       
    22 
       
    23 // INCLUDES
       
    24 #include <avkon.rh>
       
    25 #include <avkon.loc>
       
    26 #include <eikon.rh>
       
    27 
       
    28 #include <mpxmediakeyhandler.loc>
       
    29 
       
    30 
       
    31 // RESOURCE IDENTIFIER
       
    32 RESOURCE RSS_SIGNATURE { }
       
    33 
       
    34 RESOURCE TBUF 
       
    35     {
       
    36     buf = "";
       
    37     }
       
    38 
       
    39 
       
    40 // RESOURCE DEFINITIONS 
       
    41 
       
    42 // -----------------------------------------------------------------------------
       
    43 // r_mpx_volume_popup_text
       
    44 // Text shown in volume popup dialog.
       
    45 // -----------------------------------------------------------------------------
       
    46 //
       
    47 RESOURCE TBUF r_mpx_volume_popup_text
       
    48     {
       
    49     buf = qtn_svk_title_music_player;
       
    50     }
       
    51 
       
    52 // -----------------------------------------------------------------------------
       
    53 // r_mpx_time_durat_hhhmmss_with_zero
       
    54 // 103:55:23, 003:15:12 (hours, minutes and seconds) 
       
    55 // (separators are locale dependent)
       
    56 // -----------------------------------------------------------------------------
       
    57 //
       
    58 RESOURCE TBUF r_mpx_time_durat_hhhmmss_with_zero
       
    59     {
       
    60     buf = "%:0%N%:1%T%:2%S%:3";
       
    61     }
       
    62 
       
    63 // -----------------------------------------------------------------------------
       
    64 // r_mpx_media_key_not_supported
       
    65 // Display when media keys aren't supported by player
       
    66 // -----------------------------------------------------------------------------
       
    67 //
       
    68 RESOURCE TBUF r_mpx_media_key_not_supported
       
    69     {
       
    70     buf = qtn_nmp_note_no_media_key;
       
    71     }
       
    72     
       
    73 // -----------------------------------------------------------------------------
       
    74 // r_mpx_volume_keys_not_supported
       
    75 // Display when volume isn't supported by player
       
    76 // -----------------------------------------------------------------------------
       
    77 //
       
    78 RESOURCE TBUF r_mpx_volume_keys_not_supported
       
    79     {
       
    80     buf = qtn_nmp_note_no_volume_control;
       
    81     }
       
    82     
       
    83 // End of File