mpxmusicplayer/app/loc/mpx.loc
changeset 0 ff3acec5bc43
child 50 26a1709b9fec
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 mpxmusicplayer
       
    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 // d:MPXMusicPlayer app title for aif caption file.
       
    61 // l:cell_app_pane_t1
       
    62 // r:3.1
       
    63 //
       
    64 #define qtn_apps_mplayer_grid "Music player"
       
    65 
       
    66 // d:Error note text.
       
    67 // d:User attempted to start Music Player application while a video call was in
       
    68 // d:progress.
       
    69 // l:popup_note_window/opt2
       
    70 // r:3.1
       
    71 //
       
    72 #define qtn_mus_info_video_call_ongoing "Music Player cannot be used during video call."
       
    73 
       
    74 // d:Text for wait note for saving a file where %U is the filename
       
    75 // l:popup_note_wait_window
       
    76 // r:3.1
       
    77 //
       
    78 #define qtn_nmp_wait_save_one_item "Saving %U"
       
    79 
       
    80 // d:Text for saved to Music Player
       
    81 // l:popup_note_window/opt2
       
    82 // r:3.1
       
    83 //
       
    84 #define qtn_nmp_note_saved_to_collection "Saved. Added to Music Player"
       
    85 
       
    86 // d:Text for saved to Gallery
       
    87 // l:popup_note_window/opt2
       
    88 // r:3.1
       
    89 //
       
    90 #define qtn_nmp_note_saved_to_gallery "Saved"
       
    91 
       
    92 // d:Text for a confirmation query shown to ask user to save
       
    93 // l:popup_note_window/opt1
       
    94 // r:3.1
       
    95 //
       
    96 #define qtn_iv_query_conf_save_downloaded    "%U has not been saved. Save now?"
       
    97 
       
    98 // d:Dialog shown to query the user if they want to refresh 
       
    99 // d:database after a USB session
       
   100 // l:popup_note_window
       
   101 // r:3.1
       
   102 //
       
   103 #define qtn_nmp_note_library_refresh_sync "Music May need to be refreshed due to recent USB sync. Refresh Now?"
       
   104 
       
   105 // d:Dialog shown not to proceed with operation during USB connection.
       
   106 // l:popup_note_window
       
   107 // r:3.2.3
       
   108 #define qtn_nmp_note_cannot_proceed_with_operation "Cannot proceed with operation during USB connection."
       
   109 
       
   110 // End of File