|
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 mpxpdsbplaybackview |
|
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:Options menu item for cancelling a progressive download. |
|
61 // l:list_single_pane_t1_cp2 |
|
62 // r:3.1 |
|
63 // |
|
64 #define qtn_mus_options_cancel_dl "Cancel download" |
|
65 |
|
66 // d:Options menu item for resuming a paused progressive download. |
|
67 // l:list_single_pane_t1_cp2 |
|
68 // r:3.1 |
|
69 // |
|
70 #define qtn_mus_options_resume_dl "Resume download" |
|
71 |
|
72 // d:A string in the main pane. |
|
73 // d:Shown in progresive playback view when content is buffering. |
|
74 // l:mup3_progress_pane_t3 |
|
75 // r:3.1 |
|
76 // |
|
77 #define qtn_music_shop_status_buffering "Buffering..." |
|
78 |
|
79 // d:A string in the main pane. |
|
80 // d:Shown in progresive playback view when download is paused. |
|
81 // l:mup3_progress_pane_t3 |
|
82 // r:3.1 |
|
83 // |
|
84 #define qtn_music_shop_downloadstatus_paused "Download paused" |
|
85 |
|
86 // d:A string in the main pane. |
|
87 // d:Shown in progresive playback view when download is completed. |
|
88 // l:mup3_progress_pane_t3 |
|
89 // r:3.1 |
|
90 // |
|
91 #define qtn_music_shop_downloadstatus_completed "Download completed" |
|
92 |
|
93 // d:A string in the main pane. |
|
94 // d:Shown in progresive playback view when download is interrupted. |
|
95 // l:mup3_progress_pane_t3 |
|
96 // r:3.1 |
|
97 // |
|
98 #define qtn_music_shop_downloadstatus_stopped "Download stopped" |
|
99 |
|
100 // d:Confirmation query, yes or no to cancel downloading |
|
101 // d:If yes is selected, MusicShop will cancel the download and it cannot be resumed |
|
102 // l:popup_note_window |
|
103 // r:3.1 |
|
104 // |
|
105 #define qtn_musicshop_note_cancel "Unable to resume download after cancelling. Cancel anyway?" |
|
106 |
|
107 // d:Information note text |
|
108 // d:Display when progressive download is paused and playback reaches |
|
109 // d:the end of the partially download file. |
|
110 // l:popup_note_window |
|
111 // r:3.1 |
|
112 // |
|
113 #define qtn_musicshop_note_played_all_content "All downloaded content has been played." |
|
114 // End of File |