mpxplugins/viewplugins/views/mainview/loc/mpxmainview.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 mpxmainview
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 /*
       
    21   The syntax of a logical name entry in this file is the following:
       
    22 
       
    23   // d:context description (line 1)
       
    24   // d:context description (line N)
       
    25   // l:layout id
       
    26   // w:
       
    27   // r:release information
       
    28   //
       
    29   #define qtn_<?feature_or_application>_?freetext "?text"
       
    30 
       
    31   where
       
    32       "qtn_" starts a logical name.  Note: "text_" has been used in
       
    33            old logical names, but is deprecated.
       
    34       "?feature/application" is 2-5 lower-case characters and/or numbers
       
    35            identifying the larger context of the display text.
       
    36       "?freetext" is the free text portion of the logical name.
       
    37            It may contain only lower-case letters ('a' to 'z'), numbers
       
    38            ('0' to '9'), and the underscore ('_').  The total length of
       
    39            the logical name does must not exceed 50 characters.
       
    40       "d:" Starts a description line clarifying the entry's context with
       
    41            information like:
       
    42            - Is a word a verb in imperative or is it a noun?  (For instance,
       
    43              what does "Set" mean?)
       
    44            - What will replace %U (unicode text parameter) or %N (number
       
    45              parameter) included in texts?  (For instance, is it a phone
       
    46              number or an e-mail address?)
       
    47       "l:" Starts a layout id information (one line).
       
    48            "P" and "No" are symbols in LAF's information table
       
    49                 - "P" is parent pane or current pane
       
    50                 - "No" is reference number in table
       
    51       "r:" Starts a release information: one line indicating in which
       
    52            S60 release the text was used for the first time.
       
    53 
       
    54   Refer to the S60 localization instructions for more information.
       
    55 */
       
    56 
       
    57 
       
    58 // LOCALISATION STRINGS
       
    59 
       
    60 // Title
       
    61 
       
    62 // d:Text in title pane
       
    63 // d:Main view
       
    64 // l:title_pane_t2/opt9
       
    65 // r:3.1
       
    66 //
       
    67 #define qtn_mus_application_name "Music player"
       
    68 
       
    69 // d:Text in main view menu pan to refresh the collection
       
    70 // l:list_single_pane_t1_cp2
       
    71 // r:3.1
       
    72 //
       
    73 #define qtn_mus_options_update_collection "Refresh"
       
    74 
       
    75 // d:Dialog shown to query the user if they want to refresh 
       
    76 // d:database after a USB session
       
    77 // l:popup_note_window/opt1
       
    78 // r:3.1
       
    79 //
       
    80 #define qtn_nmp_note_library_refresh_sync "Music May need to be refreshed due to recent USB sync. Refresh Now?"
       
    81 
       
    82 
       
    83 // d:track position in playlist
       
    84 // d:%N current position in track
       
    85 // d:%N total number of tracks
       
    86 // l:list_double_graphic_pane_t2_cp2 
       
    87 // r:3.1
       
    88 //
       
    89 #define qtn_nmp_track_position "%0N/%1N"
       
    90 
       
    91 // d:Options menu item for go to now playing.
       
    92 // l:list_single_pane_t1_cp2/opt1
       
    93 // r:3.1
       
    94 //
       
    95 #define qtn_nmp_options_go_to_nowplaying "Go to Now Playing"
       
    96 
       
    97 // End of File