upnpsharing/loc/upnpsharing.loc
author Sampo Huttunen <sampo.huttunen@nokia.com>
Thu, 18 Nov 2010 15:46:57 +0200
branchIOP_Improvements
changeset 44 97caed2372ca
parent 38 5360b7ddc251
permissions -rw-r--r--
Fixed AVController, it was accidentally set to search only for renderers. Now also servers are added to device list. Also some minor changes in package definition xml and platform API xml definition files.

/*
* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:      Localisation file for upnpsharing subsystem.
*
*/

// --------------------------------------------------------------------------
// UpnpSecurity
// --------------------------------------------------------------------------

//d:Confirmation query when remote Upnp device wants to connect to us.
//l:popup_note_window/opt2
//r:2.0
//
#define qtn_iupnp_incoming_device   "Accept connection from Home Media?"


// --------------------------------------------------------------------------
// UpnpSharingAlgorithm
// --------------------------------------------------------------------------

//d:Media root container name for music items
//l:(Not an UI component. Max length 256 chars.)
//r:5.2
// 
#define qtn_iupnp_share_music                        "Music"

//d:Media root container name for image items
//l:(Not an UI component. Max length 256 chars.)
//r:5.2
//
#define qtn_iupnp_share_images                       "Images"

//d:Media root container name for video items
//l:(Not an UI component. Max length 256 chars.)
//r:5.2
//
#define qtn_iupnp_share_videos                       "Videos"

//d:Default container name for media items
//l:(Not an UI component. Max length 256 chars.)
//r:5.2
//
#define qtn_iupnp_share_all                          "All"

//d:Container for "by date" reference items
//l:(Not an UI component. Max length 256 chars.)
//r:5.2
// 
#define qtn_iupnp_share_by_date                      "By Date"

//d:Container for "by album" reference items
//l:(Not an UI component. Max length 256 chars.)
//r:5.2
// 
#define qtn_iupnp_share_by_album                     "By Album"

//d:Container for "by artist" reference items
//l:(Not an UI component. Max length 256 chars.)
//r:5.2
// 
#define qtn_iupnp_share_by_artist                    "By Artist"

//d:Container for "by genre" reference items
//l:(Not an UI component. Max length 256 chars.)
//r:5.2
// 
#define qtn_iupnp_share_by_genre                     "By Genre"

// End of File