upnpsharing/upnpsharingalgorithm/data/upnpsharingalgorithm.rss
branchIOP_Improvements
changeset 40 08b5eae9f9ff
equal deleted inserted replaced
39:6369bfd1b60d 40:08b5eae9f9ff
       
     1 /*
       
     2 * Copyright (c) 2008 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: Main resource file
       
    15 *
       
    16 */
       
    17 
       
    18 //  INCLUDES
       
    19 #include <uikon.rh>
       
    20 #include "upnpsharing.loc"
       
    21 
       
    22 //----------------------------------------------------------------------------
       
    23 //
       
    24 //    r_upnp_share_music_text
       
    25 //
       
    26 //----------------------------------------------------------------------------
       
    27 //
       
    28 RESOURCE LBUF r_upnp_share_music_text
       
    29     {
       
    30     txt=qtn_iupnp_share_music;
       
    31     }
       
    32 
       
    33 //----------------------------------------------------------------------------
       
    34 //
       
    35 //    r_upnp_share_image_text
       
    36 //
       
    37 //----------------------------------------------------------------------------
       
    38 //
       
    39 RESOURCE LBUF r_upnp_share_image_text
       
    40     {
       
    41     txt=qtn_iupnp_share_images;
       
    42     }
       
    43 
       
    44 //----------------------------------------------------------------------------
       
    45 //
       
    46 //    r_upnp_share_video_text
       
    47 //
       
    48 //----------------------------------------------------------------------------
       
    49 //
       
    50 RESOURCE LBUF r_upnp_share_video_text
       
    51     {
       
    52     txt=qtn_iupnp_share_videos;
       
    53     }
       
    54 
       
    55 //----------------------------------------------------------------------------
       
    56 //
       
    57 //    r_upnp_share_all_text
       
    58 //
       
    59 //----------------------------------------------------------------------------
       
    60 //
       
    61 RESOURCE LBUF r_upnp_share_all_text
       
    62     {
       
    63     txt=qtn_iupnp_share_all;
       
    64     }
       
    65 
       
    66 //----------------------------------------------------------------------------
       
    67 //
       
    68 //    r_upnp_share_by_date_text
       
    69 //
       
    70 //----------------------------------------------------------------------------
       
    71 //
       
    72 RESOURCE LBUF r_upnp_share_by_date_text
       
    73     {
       
    74     txt=qtn_iupnp_share_by_date;
       
    75     }
       
    76 
       
    77 //----------------------------------------------------------------------------
       
    78 //
       
    79 //    r_upnp_share_by_album_text
       
    80 //
       
    81 //----------------------------------------------------------------------------
       
    82 //
       
    83 RESOURCE LBUF r_upnp_share_by_album_text
       
    84     {
       
    85     txt=qtn_iupnp_share_by_album;
       
    86     }
       
    87 
       
    88 //----------------------------------------------------------------------------
       
    89 //
       
    90 //    r_upnp_share_by_artist_text
       
    91 //
       
    92 //----------------------------------------------------------------------------
       
    93 //
       
    94 RESOURCE LBUF r_upnp_share_by_artist_text
       
    95     {
       
    96     txt=qtn_iupnp_share_by_artist;
       
    97     }
       
    98 
       
    99 //----------------------------------------------------------------------------
       
   100 //
       
   101 //    r_upnp_share_by_genre_text
       
   102 //
       
   103 //----------------------------------------------------------------------------
       
   104 //
       
   105 RESOURCE LBUF r_upnp_share_by_genre_text
       
   106     {
       
   107     txt=qtn_iupnp_share_by_genre;
       
   108     }
       
   109 
       
   110 // End of File