|
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 mpxupnpbrowsedialog |
|
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:Heading for UPnP player selection popup |
|
61 // l:heading_pane_t1 |
|
62 // r:3.1 |
|
63 // |
|
64 #define qtn_nmp_title_select_player "Select a player:" |
|
65 |
|
66 // d:Item in the UPnP player selection popup |
|
67 // d:Display when device is searching for UPnP players |
|
68 // l:list_single_pane_t1_cp2 |
|
69 // r:3.1 |
|
70 // |
|
71 #define qtn_nmp_select_player_searching "Searching..." |
|
72 |
|
73 // d:Invalid player error note |
|
74 // d:Display when UPnP player isn't available |
|
75 // l:popup_note_window/opt2 |
|
76 // r:3.1 |
|
77 // |
|
78 #define qtn_nmp_note_invalid_player "Player unavailable. Make another selection" |
|
79 |
|
80 // d:Item in the UPnP player selection popup |
|
81 // l:list_single_pane_t1_cp2 |
|
82 // r:3.1 |
|
83 // |
|
84 #define qtn_nmp_select_player_search_again "<search again>" |
|
85 |
|
86 // End of File |