musichomescreen_multiview/loc/musichomescreen.loc
branchRCL_3
changeset 53 3de6c4cf6b67
equal deleted inserted replaced
52:14979e23cb5e 53:3de6c4cf6b67
       
     1 /*
       
     2 * Copyright (c) 2008-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:  Localization strings for project MusicHomeScreen
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19   The syntax of a logical name entry in this file is the following:
       
    20 
       
    21   // d:context description (line 1)
       
    22   // d:context description (line N)
       
    23   // l:layout id
       
    24   // w:
       
    25   // r:release information
       
    26   //
       
    27   #define qtn_<?feature_or_application>_?freetext "?text"
       
    28 
       
    29   where
       
    30       "qtn_" starts a logical name.  Note: "text_" has been used in
       
    31            old logical names, but is deprecated.
       
    32       "?feature/application" is 2-5 lower-case characters and/or numbers
       
    33            identifying the larger context of the display text.
       
    34       "?freetext" is the free text portion of the logical name.
       
    35            It may contain only lower-case letters ('a' to 'z'), numbers
       
    36            ('0' to '9'), and the underscore ('_').  The total length of
       
    37            the logical name does must not exceed 50 characters.
       
    38       "d:" Starts a description line clarifying the entry's context with
       
    39            information like:
       
    40            - Is a word a verb in imperative or is it a noun?  (For instance,
       
    41              what does "Set" mean?)
       
    42            - What will replace %U (unicode text parameter) or %N (number
       
    43              parameter) included in texts?  (For instance, is it a phone
       
    44              number or an e-mail address?)
       
    45       "l:" Starts a layout id information (one line).
       
    46            "P" and "No" are symbols in LAF's information table
       
    47                 - "P" is parent pane or current pane
       
    48                 - "No" is reference number in table
       
    49       "r:" Starts a release information: one line indicating in which
       
    50            S60 release the text was used for the first time.
       
    51 
       
    52   Refer to the S60 localization instructions for more information.
       
    53 */
       
    54 // LOCALISATION STRINGS
       
    55 CHARACTER_SET UTF8
       
    56 
       
    57 // d: The Text to be displayed when the device intially
       
    58 // d: powers up or when the user returns to the homescreen
       
    59 // d: and has not played any Music or Podcast 
       
    60 // r: S60 v5.1
       
    61 //
       
    62 #define qtn_vmp_music_widget_go_to_music "Go To Music"
       
    63 
       
    64 // d: The Text to be displayed when we are about to open a
       
    65 // d: a song, the purpose is to inform the user that an 
       
    66 // d: operation is ongoing.
       
    67 // r: S60 v5.1
       
    68 //
       
    69 #define qtn_vmp_music_widget_opening "Opening ..."
       
    70 
       
    71 // End of File