filedetails/filedetailsdialog/loc/filedetailsdialog.loc
changeset 0 96612d01cf9f
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     1 /*
       
     2 * Copyright (c) 2002 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 the License "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:   Localisation strings for Media Player app.*
       
    15 */
       
    16 
       
    17 
       
    18 // Version : %version: 7 %
       
    19 
       
    20 
       
    21 
       
    22 // LOCALISATION STRINGS
       
    23 
       
    24 // *******************
       
    25 // File Details Dialog
       
    26 // *******************
       
    27 
       
    28 //d:File Details heading
       
    29 //d: Ui Spec sec 12 File Details (p70)
       
    30 //l:heading_pane_t1
       
    31 //r:5.0
       
    32 #define qtn_mp_fd_headings "File Details:"
       
    33 
       
    34 //d:Heading item text for the file details popup listbox.
       
    35 //d:Clip title.
       
    36 //d: Ui Spec sec 12 File Details (p70)
       
    37 //l:list_double_pane_t1_cp2
       
    38 //r:5.0
       
    39 #define qtn_mp_fd_title "Title"
       
    40 
       
    41 //d:Heading item text for the file details popup listbox.
       
    42 //d:Clip's filename.
       
    43 //d: Ui Spec sec 12 File Details (p70)
       
    44 //l:list_double_pane_t1_cp2
       
    45 //r:5.0
       
    46 #define qtn_mp_fd_filename "Filename"
       
    47 
       
    48 //d:Heading item text for the file details popup listbox.
       
    49 //d:Clip's url adress.
       
    50 //d: Ui Spec sec 12 File Details (p71)
       
    51 //l:list_double_pane_t1_cp2
       
    52 //r:5.0
       
    53 #define qtn_mp_filedetails_url "Url"
       
    54 
       
    55 //d:Heading item text for the file details popup listbox.
       
    56 //d:Clip format.
       
    57 //d: Ui Spec sec 12 File Details (p70)
       
    58 //l:list_double_pane_t1_cp2
       
    59 //r:5.0
       
    60 #define qtn_mp_details_format "Format"
       
    61 
       
    62 //d:Heading item text for the file details popup listbox.
       
    63 //d:Clip resolution.
       
    64 //d: Ui Spec sec 12 File Details (p71)
       
    65 //l:list_double_pane_t1_cp2
       
    66 //r:5.0
       
    67 #define qtn_mp_details_resolution "Resolution"
       
    68 
       
    69 //d:Video clip resolution
       
    70 //d:%0N is width of the video clip in pixels
       
    71 //d:%1N is height of the video clip in pixels
       
    72 //d: Ui Spec sec 12 File Details (p71)
       
    73 //l:list_double_pane_t2_cp2
       
    74 //r:5.0
       
    75 #define qtn_mp_times_indic "%0N x %1N"
       
    76 
       
    77 //d:Heading item text for the file details popup listbox.
       
    78 //d:Clip duration.
       
    79 //d: Ui Spec sec 12 File Details (p71)
       
    80 //l:list_double_pane_t1_cp2
       
    81 //r:5.0
       
    82 #define qtn_mp_details_duration "Duration"
       
    83 
       
    84 //d:Heading item text for the file details popup listbox.
       
    85 //d:Clip bitrate.
       
    86 //d: Ui Spec sec 12 File Details (p71)
       
    87 //l:list_double_pane_t1_cp2
       
    88 //r:5.0
       
    89 #define qtn_mp_details_bitrate "Bitrate"
       
    90 
       
    91 //d:Clip bitrate
       
    92 //d:%N is the bitrate of the video clip
       
    93 //d: Ui Spec sec 12 File Details (p71)
       
    94 //l:list_double_pane_t2_cp2
       
    95 //r:5.0
       
    96 #define qtn_mp_bitrate_kbps "%N kbps"
       
    97 
       
    98 //d:Heading item text for the file details popup listbox.
       
    99 //d:Clip samplerate.
       
   100 //d: Ui Spec sec 12 File Details (p71)
       
   101 //l:list_double_pane_t1_cp2
       
   102 //r:5.0
       
   103 #define qtn_mp_details_samplerate "Sampling rate"
       
   104 
       
   105 //d:Clip samplerate
       
   106 //d:%N is the samplerate of the audio clip
       
   107 //d: Ui Spec sec 12 File Details (p71)
       
   108 //l:list_double_pane_t2_cp2
       
   109 //r:5.0
       
   110 #define qtn_mp_samplerate_hz "%N Hz"
       
   111 
       
   112 
       
   113 //d:Heading item text for the file details popup listbox.
       
   114 //d:Clip size.
       
   115 //d: Ui Spec sec 12 File Details (p71)
       
   116 //l:list_double_pane_t1_cp2
       
   117 //r:5.0
       
   118 #define qtn_mp_details_size "Size"
       
   119 
       
   120 //d:Clips size in kB
       
   121 //d:%U is size of the clip in kilobytes, %U lenght is 1-6.
       
   122 //d: Ui Spec sec 12 File Details (p71)
       
   123 //l:list_double_pane_t2_cp2
       
   124 //r:5.0
       
   125 #define qtn_mp_size_kb "%U kB"
       
   126 
       
   127 //d:Clips size in MB
       
   128 //d:%U is size of the clip in megabytes, %U lenght is 1-6.
       
   129 //d: Ui Spec sec 12 File Details (p71)
       
   130 //l:list_double_pane_t2_cp2
       
   131 //r:5.0
       
   132 #define qtn_mp_size_mb "%U MB"
       
   133 
       
   134 //d:Heading item text for the file details popup listbox.
       
   135 //d:Clip creation date.
       
   136 //d: Ui Spec sec 12 File Details (p71)
       
   137 //l:list_double_pane_t1_cp2
       
   138 //r:5.0
       
   139 #define qtn_mp_details_date "Date"
       
   140 
       
   141 //d:Heading item text for the file details popup listbox.
       
   142 //d:Clip creation time.
       
   143 //d: Ui Spec sec 12 File Details (p71)
       
   144 //l:list_double_pane_t1_cp2
       
   145 //r:5.0
       
   146 #define qtn_mp_details_time "Time"
       
   147 
       
   148 //d:Heading item text for the file details popup listbox.
       
   149 //d:Artist.
       
   150 //d: Ui Spec sec 12 File Details (p70)
       
   151 //l:list_double_pane_t1_cp2
       
   152 //r:5.0
       
   153 #define qtn_mp_details_artist "Artist"
       
   154 
       
   155 //d:Heading item text for the file details popup listbox.
       
   156 //d:Album.
       
   157 //d: Ui Spec sec 12 File Details (p70)
       
   158 //l:list_double_pane_t1_cp2
       
   159 //r:5.0
       
   160 #define qtn_mp_details_album "Album"
       
   161 
       
   162 //d:Heading item text for the file details popup listbox.
       
   163 //d:Year.
       
   164 //d: Ui Spec sec 12 File Details (p71)
       
   165 //l:list_double_pane_t1_cp2
       
   166 //r:5.0
       
   167 #define qtn_mp_details_year "Year"
       
   168 
       
   169 //d:Heading item text for the file details popup listbox.
       
   170 //d:Clip copyright.
       
   171 //d: Ui Spec sec 12 File Details (p71)
       
   172 //l:list_double_pane_t1_cp2
       
   173 //r:5.0
       
   174 #define qtn_mp_details_copyright "Copyright"
       
   175 
       
   176 //d:Heading item text for the file details popup listbox.
       
   177 //d:Original artist of the track.
       
   178 //d: Ui Spec sec 12 File Details (p70)
       
   179 //l:list_double_pane_t1_cp2
       
   180 //w:
       
   181 //r:5.0
       
   182 //
       
   183 #define qtn_mp_details_artist_original  "Original artist"
       
   184 
       
   185 //d:Heading item text for the file details popup listbox.
       
   186 //d:Album track number for the track.
       
   187 //d: Ui Spec sec 12 File Details (p70)
       
   188 //l:list_double_pane_t1_cp2
       
   189 //w:
       
   190 //r:5.0
       
   191 //
       
   192 #define qtn_mp_details_album_track      "Album track number"
       
   193 
       
   194 //d:Heading item text for the file details popup listbox.
       
   195 //d:Genre information for the song.
       
   196 //d:Note that the genre field value itself cannot be localized and
       
   197 //d:is typically in english.
       
   198 //d: Ui Spec sec 12 File Details (p70)
       
   199 //l:list_double_pane_t1_cp2
       
   200 //w:
       
   201 //r:5.0
       
   202 //
       
   203 #define qtn_mp_details_genre            "Genre"
       
   204 
       
   205 //d:Heading item text for the file details popup listbox.
       
   206 //d:Composer of the song.
       
   207 //d: Ui Spec sec 12 File Details (p70)
       
   208 //l:list_double_pane_t1_cp2
       
   209 //w:
       
   210 //r:5.0
       
   211 //
       
   212 #define qtn_mp_details_composer         "Composer"
       
   213 
       
   214 //d:Heading item text for the file details popup listbox.
       
   215 //d:URL address from which more information about the track can be found.
       
   216 //d: Ui Spec sec 12 File Details (p71)
       
   217 //l:list_double_pane_t1_cp2
       
   218 //w:
       
   219 //r:5.0
       
   220 //
       
   221 #define qtn_mp_details_url              "URL"
       
   222 
       
   223 
       
   224 //d:Heading item text for the file details popup listbox.
       
   225 //d:Comment for the track.
       
   226 //d: Ui Spec sec 12 File Details (p71)
       
   227 //l:list_double_pane_t1_cp2
       
   228 //w:
       
   229 //r:5.0
       
   230 //
       
   231 #define qtn_mp_details_comment          "Comment"
       
   232 
       
   233 //d:Heading item text for the file details popup listbox.
       
   234 //d: Upload Status
       
   235 //d: UI Spec sec 12 File Details (p71) 
       
   236 //l:list_double_pane_t1_cp2
       
   237 //r:5.0
       
   238 #define qtn_mp_details_upload_status "Uploaded"
       
   239 
       
   240 //d:Heading item text for the file details popup listbox.
       
   241 //d: Upload Status
       
   242 //d: UI Spec sec 12 File Details (p71)
       
   243 //l:list_double_pane_t1_cp2
       
   244 //r:5.0
       
   245 #define qtn_mp_details_upload_status_yes "Yes"
       
   246 
       
   247 //d:Heading item text for the file details popup listbox.
       
   248 //d: Upload Status
       
   249 //d: UI Spec sec 12 File Details (p71)
       
   250 //l:list_double_pane_t1_cp2
       
   251 //r:5.0
       
   252 #define qtn_mp_details_upload_status_no "No"
       
   253 
       
   254 //d:Heading item text for the file details popup listbox.
       
   255 //d:Provider of the song.
       
   256 //d: Ui Spec sec 12 File Details (p70)
       
   257 //l:list_double_pane_t1_cp2
       
   258 //w:
       
   259 //r:5.0
       
   260 //
       
   261 #define qtn_mp_details_provider "Provider"
       
   262 
       
   263 //d:Heading item text for the file details popup listbox.
       
   264 //d:Description of the video.
       
   265 //d: Ui Spec sec 12 File Details (p71)
       
   266 //l:list_double_pane_t1_cp2
       
   267 //w:
       
   268 //r:5.0
       
   269 //
       
   270 #define qtn_mp_details_description "Description"
       
   271 
       
   272 //d:First line for first entry of Details View listbox
       
   273 //d:It indicates the current status of DRM license
       
   274 //d:Second line is qtn_mp_drm_details_view
       
   275 //d: Ui Spec sec 12.1 DRM related file details (p72)
       
   276 //l:list_double_pane_t1_cp2
       
   277 //w:
       
   278 //r:5.2
       
   279 //
       
   280 #define qtn_mp_drm_license        "License"
       
   281 
       
   282 //d:Second line for first entry of Details View listbox
       
   283 //d: Ui Spec sec 12.1 DRM related file details (p72)
       
   284 //l:list_double_pane_t2_cp2
       
   285 //w:
       
   286 //r:5.2
       
   287 //
       
   288 #define qtn_mp_drm_details_view   "For details click 'View'"
       
   289 
       
   290 //d: Heading item text for the details popup listbox
       
   291 //d: Clip audio track type
       
   292 //d: Ui Spec sec 12 File Details (p71)
       
   293 //l:list_double_pane_t1_cp2
       
   294 //r:5.2
       
   295 //
       
   296 #define qtn_mp_details_audio "Audio"
       
   297