|
1 /* |
|
2 * Copyright (c) 2005 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: |
|
15 * This is a localisation file. |
|
16 * A .loc file is the one and only place where the logical strings |
|
17 * to be localised are defined. |
|
18 * |
|
19 * |
|
20 */ |
|
21 |
|
22 |
|
23 |
|
24 |
|
25 //d:text for open url command for aiw plugin |
|
26 //d:this text will appear in the menu list of |
|
27 //d:caller application which wants to use the |
|
28 //d:browser aiw plugin |
|
29 //l:list_single_pane_t1_cp2 |
|
30 //w: |
|
31 //r:3.1 |
|
32 // |
|
33 #define qtn_browser_aiw_open_url "Open URL" |
|
34 |
|
35 //d:text for save url command for aiw plugin |
|
36 //d:this text will appear in the menu list of |
|
37 //d:caller application which wants to use the |
|
38 //d:browser aiw plugin |
|
39 //l:list_single_pane_t1_cp2 |
|
40 //w: |
|
41 //r:3.1 |
|
42 // |
|
43 #define qtn_browser_aiw_add_bookmark "Add bookmark" |
|
44 |
|
45 // Taken from the wmlbrowser.loc |
|
46 //d:Error note message: bookmark was not saved. |
|
47 //l:popup_note_window |
|
48 //w: |
|
49 //r:3.1 |
|
50 // |
|
51 #define qtn_wmlbm_bm_not_saved "Bookmark not saved" |
|
52 |
|
53 //d:Information note text in Bookmarks View: name is conflicting with existing name. |
|
54 //d:Information note text in Saved Decks View: name is conflicting with existing name. |
|
55 //l:popup_note_window |
|
56 //w: |
|
57 //r:3.1 |
|
58 // |
|
59 #define qtn_wmlbm_name_already_used "Name already in use" |
|
60 |
|
61 //d:Info note message: bookmark was saved. |
|
62 //l:popup_note_window |
|
63 //w: |
|
64 //r:3.1 |
|
65 // |
|
66 #define text_wml_bm_saved "Bookmark saved" |
|
67 |
|
68 //d:label for bookmark name query |
|
69 //l:popup_query_data_window |
|
70 //w: |
|
71 //r:3.1 |
|
72 // |
|
73 #define qtn_wml_query_bookmark_title "Enter bookmark name" |
|
74 |
|
75 |
|
76 // End of File |