mpxplugins/serviceplugins/screensaverplugins/mpxscreensaverplugin/loc/mpxscreensaverplugin.loc
changeset 0 ff3acec5bc43
equal deleted inserted replaced
-1:000000000000 0:ff3acec5bc43
       
     1 /*
       
     2 * Copyright (c) 2006 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 mpxscreensaverplugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 /*
       
    20   The syntax of a logical name entry in this file is the following:
       
    21 
       
    22   // d:context description (line 1)
       
    23   // d:context description (line N)
       
    24   // l:layout id
       
    25   // w:
       
    26   // r:release information
       
    27   //
       
    28   #define qtn_<?feature_or_application>_?freetext "?text"
       
    29 
       
    30   where
       
    31       "qtn_" starts a logical name.  Note: "text_" has been used in
       
    32            old logical names, but is deprecated.
       
    33       "?feature/application" is 2-5 lower-case characters and/or numbers
       
    34            identifying the larger context of the display text.
       
    35       "?freetext" is the free text portion of the logical name.
       
    36            It may contain only lower-case letters ('a' to 'z'), numbers
       
    37            ('0' to '9'), and the underscore ('_').  The total length of
       
    38            the logical name does must not exceed 50 characters.
       
    39       "d:" Starts a description line clarifying the entry's context with
       
    40            information like:
       
    41            - Is a word a verb in imperative or is it a noun?  (For instance,
       
    42              what does "Set" mean?)
       
    43            - What will replace %U (unicode text parameter) or %N (number
       
    44              parameter) included in texts?  (For instance, is it a phone
       
    45              number or an e-mail address?)
       
    46       "l:" Starts a layout id information (one line).
       
    47            "P" and "No" are symbols in LAF's information table
       
    48                 - "P" is parent pane or current pane
       
    49                 - "No" is reference number in table
       
    50       "r:" Starts a release information: one line indicating in which
       
    51            S60 release the text was used for the first time.
       
    52 
       
    53   Refer to the S60 localization instructions for more information.
       
    54 */
       
    55 
       
    56 // LOCALISATION STRINGS
       
    57 
       
    58 // d:Display name in settings view.
       
    59 // l:list_set_graphic_pane_t1
       
    60 // r:3.1
       
    61 //
       
    62 #define qtn_screensaver_now_playing "Now Playing"
       
    63 
       
    64 // End of File