upnpsharing/loc/upnpsharing.loc
author samhuttu
Mon, 01 Nov 2010 12:37:49 +0200
branchnew development branch with rendering state machine and other goodies
changeset 38 5360b7ddc251
parent 0 7f85d04be362
permissions -rw-r--r--
New development branch with e.g. rendering state machine and a simple Qt example application using it.

/*
* 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