|
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 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: This files contains localised strings for widget installer. |
|
15 * |
|
16 */ |
|
17 |
|
18 #define qtn_swins_widget_prepare "Preparing installation" |
|
19 |
|
20 // d: Text in confirmation query in widget installer. |
|
21 // d: Asks for the permission from the user to continue installation of the application in question (=%U). |
|
22 // l: popup_note_window |
|
23 // r: 3.2 |
|
24 #define qtn_swins_widget_install_prompt "Install\n%U?" |
|
25 |
|
26 // d: Text in confirmation query widget installer. |
|
27 // d: Asks for the permission from the user to continue uninstallation of the widget in question (=%U). |
|
28 // l: popup_note_window |
|
29 // r: 3.2 |
|
30 #define qtn_swins_widget_uninstall_promp "Uninstall\n%U?" |
|
31 |
|
32 // d: Indicates uninstallation in progress after user confirms uninstallation. |
|
33 // l: popup_note_wait_window |
|
34 // r: 5.0 |
|
35 #define qtn_swins_widget_uninstall_progress "Uninstalling" |
|
36 |
|
37 // d: Text to show downloading progress in WidgetInstaller. |
|
38 // d: Shows the installation progress by size of downloaded content (=%0N) versus entire content (=%1N). |
|
39 // l: popup_note_wait_window |
|
40 // r: 3.2 |
|
41 #define qtn_swins_widget_progress "Installing\n%0N kB / %1N kB" |
|
42 |
|
43 // d: Text in confirmation query in widget installer. |
|
44 // d: Asks for the permission from the user to continue installation of the application in question (=%U). |
|
45 // l: popup_note_window |
|
46 // r: 3.2 |
|
47 #define qtn_swins_widget_overwrite_ask "Overwrite\n%U?" |
|
48 |
|
49 // d: Text in error note query in widget installer for unsupported feature |
|
50 // l: popup_snote_single_graphic_window |
|
51 // r: 3.2 |
|
52 #define qtn_swins_widget_note_unsupported "Unable to install mobile widget. Feature is unsupported" |
|
53 |
|
54 // d: Text for error condition in widget installer due to file corruption |
|
55 // l: popup_snote_single_graphic_window |
|
56 // r: 3.2 |
|
57 #define qtn_swins_widget_note_file_corrupt "File corrupted" |
|
58 |
|
59 // d: Text in error condition in widget installer due to unexpected error. |
|
60 // l: popup_snote_single_graphic_window |
|
61 // r: 3.2 |
|
62 #define qtn_swins_widget_note_other_error "Unable to install mobile widget. Unexpected error encounted" |
|
63 |
|
64 // d: Text in error condition in widget installer due to low memory. |
|
65 // l: popup_snote_single_graphic_window |
|
66 // r: 3.2 |
|
67 #define qtn_swins_widget_note_no_memory "Unable to install mobile widget Insufficient memory. Free some memory and try again" |
|
68 |
|
69 // d: Text in error condition in widget installer due to unexpected error. |
|
70 // l: popup_snote_single_graphic_window |
|
71 // r: 3.2 |
|
72 #define qtn_swins_widget_note_inuse_error "Mobile Widget in use. Please close the widget first" |
|
73 |
|
74 // d: Text in widget installer when install completes |
|
75 // l: popup_snote_single_graphic_window |
|
76 // r: 3.2 |
|
77 #define qtn_swins_widget_install_done "Installation completed." |
|
78 |
|
79 // d: Text in widget installer when uninstall completes |
|
80 // l: popup_snote_single_graphic_window |
|
81 // r: 3.2 |
|
82 #define qtn_swins_widget_uninstall_done "Uninstallation completed." |
|
83 |
|
84 // d: Text in widget installer when install is canceled by user |
|
85 // l: popup_snote_single_graphic_window |
|
86 // r: 3.2 |
|
87 #define qtn_swins_widget_install_cancel "Installation canceled." |
|
88 |
|
89 // d: Text in widget installer when uninstall is canceled |
|
90 // l: popup_snote_single_graphic_window |
|
91 // r: 3.2 |
|
92 #define qtn_swins_widget_uninst_cancel "Uninstallation canceled." |
|
93 |
|
94 // d: Text in widget installer finalizing installation |
|
95 // l: popup_note_wait_window |
|
96 // r: 3.2 |
|
97 #define qtn_swins_widget_finalize_install "Finalizing installation" |