1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // @localize yes |
|
15 // @description Text that will be displayed on the UI of a remote controller to duplicate |
|
16 // the UI of the local media player. This text represents Equalizer Mode |
|
17 // @uicontext notvisible |
|
18 // |
|
19 // |
|
20 |
|
21 rls_string8<255> STRING_EqualizerMode "Equalizer Mode" |
|
22 |
|
23 /*& |
|
24 @localize yes |
|
25 @description Text that will be displayed on the UI of a remote controller to duplicate |
|
26 the UI of the local media player. This text represents Equalizer Mode Off |
|
27 @uicontext notvisible |
|
28 */ |
|
29 rls_string8<255> STRING_EqualizerOff "Off" |
|
30 |
|
31 /*& |
|
32 @localize yes |
|
33 @description Text that will be displayed on the UI of a remote controller to duplicate |
|
34 the UI of the local media player. This text represents Equalizer Mode On |
|
35 @uicontext notvisible |
|
36 */ |
|
37 rls_string8<255> STRING_EqualizerOn "On" |
|
38 |
|
39 |
|
40 /*& |
|
41 @localize yes |
|
42 @description Text that will be displayed on the UI of a remote controller to duplicate |
|
43 the UI of the local media player. This text represents Repeat Mode |
|
44 @uicontext notvisible |
|
45 */ |
|
46 rls_string8<255> STRING_RepeatMode "Repeat Mode" |
|
47 |
|
48 /*& |
|
49 @localize yes |
|
50 @description Text that will be displayed on the UI of a remote controller to duplicate |
|
51 the UI of the local media player. This text represents Repeat Mode Off |
|
52 @uicontext notvisible |
|
53 */ |
|
54 rls_string8<255> STRING_RepeatOff "Off" |
|
55 |
|
56 /*& |
|
57 @localize yes |
|
58 @description Text that will be displayed on the UI of a remote controller to duplicate |
|
59 the UI of the local media player. This text represents Single Track Repeat |
|
60 @uicontext notvisible |
|
61 */ |
|
62 rls_string8<255> STRING_RepeatSingle "Single Track Repeat" |
|
63 |
|
64 /*& |
|
65 @localize yes |
|
66 @description Text that will be displayed on the UI of a remote controller to duplicate |
|
67 the UI of the local media player. This text represents All Tracks Repeat |
|
68 @uicontext notvisible |
|
69 */ |
|
70 rls_string8<255> STRING_RepeatAll "All Tracks Repeat" |
|
71 |
|
72 /*& |
|
73 @localize yes |
|
74 @description Text that will be displayed on the UI of a remote controller to duplicate |
|
75 the UI of the local media player. This text represents Group Repeat |
|
76 @uicontext notvisible |
|
77 */ |
|
78 rls_string8<255> STRING_RepeatGroup "Group Repeat" |
|
79 |
|
80 |
|
81 /*& |
|
82 @localize yes |
|
83 @description Text that will be displayed on the UI of a remote controller to duplicate |
|
84 the UI of the local media player. This text represents Shuffle Mode |
|
85 @uicontext notvisible |
|
86 */ |
|
87 rls_string8<255> STRING_ShuffleMode "Shuffle Mode" |
|
88 |
|
89 /*& |
|
90 @localize yes |
|
91 @description Text that will be displayed on the UI of a remote controller to duplicate |
|
92 the UI of the local media player. This text represents Shuffle Mode Off |
|
93 @uicontext notvisible |
|
94 */ |
|
95 rls_string8<255> STRING_ShuffleOff "Off" |
|
96 |
|
97 /*& |
|
98 @localize yes |
|
99 @description Text that will be displayed on the UI of a remote controller to duplicate |
|
100 the UI of the local media player. This text represents All Tracks Shuffle |
|
101 @uicontext notvisible |
|
102 */ |
|
103 rls_string8<255> STRING_ShuffleAll "All Tracks Shuffle" |
|
104 |
|
105 /*& |
|
106 @localize yes |
|
107 @description Text that will be displayed on the UI of a remote controller to duplicate |
|
108 the UI of the local media player. This text represents Group Shuffle |
|
109 @uicontext notvisible |
|
110 */ |
|
111 rls_string8<255> STRING_ShuffleGroup "Group Shuffle" |
|
112 |
|
113 |
|
114 /*& |
|
115 @localize yes |
|
116 @description Text that will be displayed on the UI of a remote controller to duplicate |
|
117 the UI of the local media player. This text represents Scan Mode |
|
118 @uicontext notvisible |
|
119 */ |
|
120 rls_string8<255> STRING_ScanMode "Scan Mode" |
|
121 |
|
122 /*& |
|
123 @localize yes |
|
124 @description Text that will be displayed on the UI of a remote controller to duplicate |
|
125 the UI of the local media player. This text represents Scan Mode Off |
|
126 @uicontext notvisible |
|
127 */ |
|
128 rls_string8<255> STRING_ScanOff "Off" |
|
129 |
|
130 /*& |
|
131 @localize yes |
|
132 @description Text that will be displayed on the UI of a remote controller to duplicate |
|
133 the UI of the local media player. This text represents All Tracks Scan |
|
134 @uicontext notvisible |
|
135 */ |
|
136 rls_string8<255> STRING_ScanAll "All Tracks Scan" |
|
137 |
|
138 /*& |
|
139 @localize yes |
|
140 @description Text that will be displayed on the UI of a remote controller to duplicate |
|
141 the UI of the local media player. This text represents Group Scan |
|
142 @uicontext notvisible |
|
143 */ |
|
144 rls_string8<255> STRING_ScanGroup "Group Scan" |
|