upnpsharing/loc/upnpsharing.loc
branchnew development branch with rendering state machine and other goodies
changeset 38 5360b7ddc251
parent 0 7f85d04be362
--- a/upnpsharing/loc/upnpsharing.loc	Fri Sep 17 08:31:21 2010 +0300
+++ b/upnpsharing/loc/upnpsharing.loc	Mon Nov 01 12:37:49 2010 +0200
@@ -1,33 +1,81 @@
-/*
-* 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.
-*
-*/
-
-
-
-
-
-
-// LOCALISATION STRINGS
-
-
-//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?"
-
-
-// End of File
+/*
+* 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