mpxplugins/viewplugins/views/addtracksdialog/loc/mpxaddtracksdialog.loc
changeset 0 ff3acec5bc43
child 40 cb96c29156b2
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 mpxaddtracksdialog
       
    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 // LOCALISATION STRINGS
       
    58 
       
    59 // d:Title for Add songs view
       
    60 // l:title_pane_t2/opt9
       
    61 // r:3.1
       
    62 //
       
    63 #define qtn_nmp_title_add_songs     "Add Songs"
       
    64 
       
    65 // d:Text shown in Add song view when there are no songs to display.
       
    66 // l:main_list_empty_pane
       
    67 // r:3.1
       
    68 //
       
    69 #define qtn_nmp_no_addsongsview_editor   "(no matches)"
       
    70 
       
    71 // d:List item for adding all songs in add songs view.
       
    72 // l:list_single_graphic_pane_t1_cp2
       
    73 // r:3.1
       
    74 //
       
    75 #define qtn_nmp_addsongs_allsongs   "Songs (all)"
       
    76 
       
    77 // d:Command text associated to the left softkey in the control pane.
       
    78 // d:Show a list of tracks that belong to the active category.
       
    79 // l:control_pane_t1/opt7
       
    80 // r:3.1
       
    81 //
       
    82 #define qtn_nmp_softkey_expand  "Expand"
       
    83 
       
    84 // d:Command text associated to the left softkey in the control pane.
       
    85 // d:Hide the list of tracks that belong to the active category.
       
    86 // l:control_pane_t1/opt7
       
    87 // r:3.1
       
    88 //
       
    89 #define qtn_nmp_softkey_collapse  "Collapse"
       
    90 
       
    91 // d:Command text associated to the left softkey in the control pane.
       
    92 // d:Add the highlighted track to the playlist.
       
    93 // l:control_pane_t1/opt7
       
    94 // r:3.1
       
    95 //
       
    96 #define qtn_nmp_softkey_add   "Add"
       
    97 
       
    98 // d:Text in navi pane.
       
    99 // d:Displayed when a track is added in the add songs view.
       
   100 // l:navi_text_pane_t1
       
   101 // r:3.1
       
   102 //
       
   103 #define qtn_nmp_addsongs_song_added     "Song added"
       
   104 
       
   105 // d:List item for adding found songs in add songs view.
       
   106 // l:list_single_graphic_pane_t1_cp2
       
   107 // r:3.1
       
   108 //
       
   109 #define qtn_nmp_addsongs_num_songs  "Songs (%N)"
       
   110 
       
   111 // d:Unknown in listbox.
       
   112 // l:list_single_graphic_pane_t1
       
   113 // r:3.1
       
   114 //
       
   115 #define qtn_mp_list_unknown "Unknown"
       
   116 
       
   117 // d:Text for wait note for opening
       
   118 // l:popup_note_wait_window
       
   119 // r:3.1
       
   120 //
       
   121 #define qtn_nmp_note_opening "Opening"
       
   122 
       
   123 // d:Text shown in Category view when there are no songs to display.
       
   124 // l:main_list_empty_pane
       
   125 // r:3.1
       
   126 //
       
   127 #define qtn_nmp_no_songs_editor   "(no songs)"
       
   128 
       
   129 // End of File