equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2003-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 OnlineSupport |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 // LOCALISATION STRINGS |
|
21 |
|
22 // d: When the phone is started for the first time, following confirmation query is shown. |
|
23 // d: If user cancels the query startup is continued. If the user accepts the query, |
|
24 // d: Browser is launched and Plug and Play Mobile Services URL is loaded. |
|
25 // l: popup_note_window/opt2 |
|
26 // r: 3.1 |
|
27 #define qtn_op_pnp_query "Open Service Help for fetching phone settings?" |
|
28 |
|
29 // d: If opening browser and loading Plug and Play Mobile Services URL takes more than |
|
30 // d: 1 second, a wait note is displayed until the URL can be displayed in the Browser. |
|
31 // l: popup_note_wait_window |
|
32 // r: 3.1 |
|
33 #define qtn_op_pnp_wait "Opening Service Help" |
|
34 |
|
35 // d: If Plug and Play Mobile Services URL cannot be loaded for some reason e.g. |
|
36 // d: incorrect Browser settings, an error note is displayed and startup is continued. |
|
37 // l: popup_note_window/opt2 |
|
38 // r: 3.1 |
|
39 #define qtn_op_pnp_error "Unable to open Service Help" |
|
40 |
|
41 |
|
42 // End of File |