mpxplugins/viewplugins/views/podcastview/loc/mpxpodcastcollectionview.loc
changeset 0 ff3acec5bc43
child 17 c8156a91d13c
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 mpxpodcastcollectionview
       
    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 // LOCALISATION STRINGS
       
    57 
       
    58 //d:Text in Podcast Menu View title pane
       
    59 //l:title_pane_t2/opt9
       
    60 //r:5.0
       
    61 //
       
    62 #define qtn_mp_title_my_podcast "Podcast Menu"
       
    63 
       
    64 // d:Options menu item for deleting.
       
    65 // l:list_single_pane_t1_cp2/opt1
       
    66 // r:5.0
       
    67 //
       
    68 #define qtn_mus_options_delete "Delete"
       
    69 
       
    70 // d:Options menu item for go to Now Playing View.
       
    71 // l:list_single_pane_t1_cp2/opt1
       
    72 // r:5.0
       
    73 //
       
    74 #define qtn_nmp_options_go_to_nowplaying "Go to Now Playing"
       
    75 
       
    76 // d:Options menu item for go to Podcasting.
       
    77 // l:list_single_pane_t1_cp2/opt1
       
    78 // r:5.0
       
    79 //
       
    80 #define qtn_nmp_options_go_to_podcasting "Go to Podcasting"
       
    81 
       
    82 // d:Options menu item for opening Podcast library details popup.
       
    83 // l:list_single_pane_t1_cp2/opt1
       
    84 // r:5.0
       
    85 //
       
    86 #define qtn_mus_options_details_podcast_library "Podcast library details"
       
    87 
       
    88 // d:Options menu item for set to played
       
    89 // l:list_single_pane_t1_cp2/opt1
       
    90 // r:5.0
       
    91 //
       
    92 #define qtn_nmp_options_set_to_played "Set to played"
       
    93 
       
    94 // d:Options menu item for set to unplayed
       
    95 // l:list_single_pane_t1_cp2/opt1
       
    96 // r:5.0
       
    97 //
       
    98 #define qtn_nmp_options_set_to_unplayed "Set to unplayed"
       
    99 
       
   100 // d:Options menu item for opening Episode details popup.
       
   101 // l:list_single_pane_t1_cp2/opt1
       
   102 // r:5.0
       
   103 //
       
   104 #define qtn_mus_options_details_episode "Episode details"
       
   105 
       
   106 //d:Navipane text to show the number of items in the collection.
       
   107 //d:Used when number of episodes is 0 (zero) or greater than 1.  
       
   108 //d:%N repesents the number of podcasts in the current view.
       
   109 //l:navi_text_pane_t1
       
   110 //r:5.0
       
   111 //
       
   112 #define qtn_nmp_num_episodes "%N episodes"
       
   113 
       
   114 //d:Navipane text to show the number of items in the collection.
       
   115 //d:Used when number of episodes is equal to 1.  
       
   116 //l:navi_text_pane_t1
       
   117 //r:5.0
       
   118 //
       
   119 #define qtn_nmp_one_episode "1 episode"
       
   120 
       
   121 //d:String displayed when there are no podcasts.
       
   122 //l:main_list_empty_pane
       
   123 //r:5.0
       
   124 //
       
   125 #define qtn_nmp_no_episodes "(no podcasts)"
       
   126 
       
   127 //d:String displayed when there are no podcasts, but Podcast App installed.
       
   128 //l:main_list_empty_pane
       
   129 //r:5.0
       
   130 //
       
   131 #define qtn_nmp_no_episodes_go_to_app "Go to Podcasting to download podcasts"
       
   132 
       
   133 // d:title for library details window
       
   134 // l:heading_pane_t1
       
   135 // r:5.0
       
   136 //
       
   137 #define qtn_nmp_title_collection_details1 "Library details:"
       
   138 
       
   139 // d:Collection details popup label.
       
   140 // d:Label for collection details popup.
       
   141 // l:list_single_heading_pane_t2_cp2
       
   142 // r:5.0
       
   143 //
       
   144 #define qtn_nmp_detail_number_of_episodes "Episodes"
       
   145 
       
   146 // d:Collection details popup label.
       
   147 // d:Label for collection details popup.
       
   148 // l:list_single_heading_pane_t2_cp2
       
   149 // r:5.0
       
   150 //
       
   151 #define qtn_mp_details_duration "Duration"
       
   152 
       
   153 // d:Collection details popup label.
       
   154 // d:Label for collection details popup.
       
   155 // l:list_single_heading_pane_t1_cp2
       
   156 // r:5.0
       
   157 //
       
   158 #define qtn_nmp_details_phone_memory "Phone Memory"
       
   159 
       
   160 // d:Collection details popup label.
       
   161 // d:Label for collection details popup, available internal mass storage.
       
   162 // l:list_single_heading_pane_t2_cp2
       
   163 // r:5.0
       
   164 //
       
   165 #define qtn_nmp_details_mass_memory "Mass Memory"
       
   166 
       
   167 // d:Collection details popup label.
       
   168 // d:Label for collection details popup.
       
   169 // l:list_single_heading_pane_t2_cp2
       
   170 // r:5.0
       
   171 //
       
   172 #define qtn_nmp_details_memory_card "Memory Card"
       
   173 
       
   174 // d:Collection details popup label.
       
   175 // d:Label for collection details popup.
       
   176 // l:list_single_heading_pane_t2_cp2
       
   177 // r:5.0
       
   178 //
       
   179 #define qtn_nmp_details_mmc "MMC"
       
   180 
       
   181 // d:Collection details popup label.
       
   182 // d:Label for collection details popup.
       
   183 // l:list_single_heading_pane_t2_cp2
       
   184 // r:5.0
       
   185 //
       
   186 #define qtn_nmp_details_date_refresh "Refreshed"
       
   187 
       
   188 // d:Item for Music Library Details dialog.
       
   189 // d:Displayed when MMC is not present in the phone
       
   190 // l:list_single_heading_pane_t1_cp2
       
   191 // r:5.0
       
   192 //
       
   193 #define qtn_nmp_mmc_unavailable "Card Unavailable"
       
   194 
       
   195 // d:Item for Music Library Details dialog.
       
   196 // d:Displayed when Memory is not present in the phone
       
   197 // l:list_single_heading_pane_t1_cp2
       
   198 // r:5.0
       
   199 //
       
   200 #define qtn_nmp_memory_unavailable "Unavailable"
       
   201 
       
   202 // d:Unknown in listbox.
       
   203 // l:list_single_graphic_pane_t1
       
   204 // r:5.0
       
   205 //
       
   206 #define qtn_mp_list_unknown "Unknown"
       
   207 
       
   208 // d:Text for wait note for deleting one item
       
   209 // l:popup_note_wait_window
       
   210 // r:5.0
       
   211 //
       
   212 #define qtn_album_waiting_deleting "Deleting '%U'"
       
   213 
       
   214 // d:Text for a confirmation query shown when user attempts to delete
       
   215 // d:all tracks belonging to a category. Category may be one album, artist,
       
   216 // d:composer or genre. %U is the name of the selected category.
       
   217 // d:For example, if the user selects delete when Mozart is focused in 
       
   218 // d:composer category view, %U will be Mozart.
       
   219 // l:popup_note_window/opt1
       
   220 // r:5.0
       
   221 //
       
   222 #define qtn_nmp_query_conf_delete_group     "Delete all items belonging to '%U'?"
       
   223 
       
   224 // d:Text for wait note for deleting multiple items
       
   225 // l:popup_note_wait_window
       
   226 // r:5.0
       
   227 //
       
   228 #define qtn_nmp_del_songs_wait_note "Deleting"
       
   229 
       
   230 // d:Text for a confirmation query shown when user attempts to delete
       
   231 // d:multiple tracks.
       
   232 // d:%N is the number of the selected tracks.
       
   233 // d:For example, if the user selects delete when 3 tracks are marked in 
       
   234 // d:general tracks view, %N will be 3.
       
   235 // l:popup_note_window/opt1
       
   236 // r:5.0
       
   237 //
       
   238 #define qtn_nmp_del_songs_query    "Delete %N items?"
       
   239 
       
   240 // d:Text for wait note for deleting a group
       
   241 // l:popup_note_wait_window
       
   242 // r:5.0
       
   243 //
       
   244 #define qtn_mus_query_conf_delete_all "Deleting items belonging to '%U'"
       
   245 
       
   246 // d:Cannot delete a file because it is in use
       
   247 // l:popup_note_window/opt2
       
   248 // r:5.0
       
   249 //
       
   250 #define qtn_nmp_delete_file_open "Unable to delete item. It is currently in use"
       
   251 
       
   252 // d:Cannot delete a file because it is in use (multiple selection in list box)
       
   253 // l:popup_note_window/opt2
       
   254 // r:5.0
       
   255 //
       
   256 #define qtn_nmp_delete_mutl_file_open   "Unable to delete some items. They are currently in use"
       
   257 
       
   258 // d:Options menu item for choosing player
       
   259 // l:list_single_pane_t1_cp2/opt3
       
   260 // r:5.0
       
   261 //
       
   262 #define qtn_nmp_options_play_via "Play"
       
   263 
       
   264 // d:Options menu item for chosing player
       
   265 // l:list_single_popup_submenu_pane_t1
       
   266 // r:5.0
       
   267 //
       
   268 #define qtn_nmp_options_play_device "On device"
       
   269 
       
   270 // d:Options menu item for chosing player
       
   271 // l:list_single_popup_submenu_pane_t1
       
   272 // r:5.0
       
   273 //
       
   274 #define qtn_nmp_options_play_homenet "Via Home Net"
       
   275 
       
   276 // d:Text for connection to player failed error note
       
   277 // l:popup_note_window/opt2
       
   278 // r:5.0
       
   279 //
       
   280 #define qtn_nmp_note_remote_connection_failed "Connection with %U failed."
       
   281 
       
   282 // d:sending multiple files, but at least one cannot be sent
       
   283 // d:invalid files confirmation query
       
   284 // l:popup_note_window/opt1
       
   285 // r:5.0
       
   286 //
       
   287 #define qtn_nmp_query_send_valid_songs1 "Some files cannot be sent. Continue?"
       
   288 
       
   289 // d:Information note text
       
   290 // d:Display when all files to be sent are broken.
       
   291 // l:popup_note_window/opt1
       
   292 // r:5.0
       
   293 //
       
   294 #define qtn_nmp_note_nothing_to_send    "Files cannot be found. Nothing to send."
       
   295 
       
   296 // d:Text for not found dialog.
       
   297 // l:popup_note_window/opt2
       
   298 // r:5.0
       
   299 //
       
   300 #define qtn_mp_note_broken_file "File cannot be found.  Operation cancelled."
       
   301 
       
   302 // d:wait note for deleting multiple items
       
   303 // d:%N is the percentage of the tracks deleted.
       
   304 // l:popup_note_wait_window
       
   305 // r:5.0
       
   306 //
       
   307 #define qtn_nmp_del_batch_songs_wait_note "Deleting: %N%"
       
   308 
       
   309 // End of File