|
1 /* |
|
2 * Copyright (c) 2002 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: Define localization string. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // LOCALISATION STRINGS |
|
20 |
|
21 |
|
22 //d:Menu text for "Last result" |
|
23 //l:list_single_pane_t1_cp2 |
|
24 // |
|
25 #define qtn_calc_om_last_result "Last result" |
|
26 |
|
27 //d:Menu text for handling memory |
|
28 //l:list_single_pane_t1_cp2/opt3 |
|
29 // |
|
30 #define qtn_calc_om_sub_mem "Memory" |
|
31 |
|
32 //d:Menu text for "Memory save" |
|
33 //l:list_single_popup_submenu_pane_t1 |
|
34 // |
|
35 #define qtn_calc_om_mem_save "Memory save" |
|
36 |
|
37 //d:Menu text for "Memory recall" |
|
38 //l:list_single_popup_submenu_pane_t1 |
|
39 // |
|
40 #define qtn_calc_om_mem_recall "Memory recall" |
|
41 |
|
42 //d:Menu text for "Memory clear" |
|
43 //d:If memory is zero, this item is not shown. |
|
44 //l:list_single_popup_submenu_pane_t1 |
|
45 // |
|
46 #define qtn_calc_om_mem_clear "Memory clear" |
|
47 |
|
48 //d:Menu text for "Clear sheet" |
|
49 //l:list_single_pane_t1_cp2 |
|
50 // |
|
51 #define qtn_calc_clear_sheet "Clear sheet" |
|
52 |
|
53 //d:Indicator of memory in editor space. |
|
54 //d:If memory is not zero, this indicator is shown. |
|
55 //d:Otherwise, this is not shown. |
|
56 //l:calc_display_pane_t3 |
|
57 // |
|
58 #define qtn_calc_sttus_saved_to_mem "M" |
|
59 |
|
60 //d:Indicator of memory shadow in editor space. |
|
61 //d:If memory is not zero, this indicator is shown. |
|
62 //d:Otherwise, this is not shown. |
|
63 //l:calc_display_pane_t3 |
|
64 // |
|
65 #define qtn_calc_sttus_saved_to_mem_sha "M" |
|
66 |
|
67 //d:Text for application list. |
|
68 //l:list_single_large_graphic_pane_t1 |
|
69 // |
|
70 #define qtn_apps_calculator_list "Calculator" |
|
71 |
|
72 //d:Text for application grid. |
|
73 //l:cell_app_pane_t1 |
|
74 // |
|
75 #define qtn_apps_calculator_grid "Calculator" |
|
76 |
|
77 //d:Error message for overflow |
|
78 //l:popup_note_window |
|
79 // |
|
80 #define text_out_of_range "Result is out of range" |
|
81 |
|
82 //d:Error message for division by zero |
|
83 //l:popup_note_window |
|
84 // |
|
85 #define text_calc_division_by_zero "Division by zero" |
|
86 |
|
87 //d:Error message for negative value for square root |
|
88 //l:popup_note_window |
|
89 // |
|
90 #define text_calc_negative_value_for_sqrt "Invalid input for function" |
|
91 // End of File |
|
92 |