44
|
1 |
/*
|
|
2 |
* Copyright (c) 2008 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 touch input common contrls
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
// LOCALISATION STRINGS
|
|
20 |
|
|
21 |
//d:Text in touch input mode swither list
|
|
22 |
//d:virtual ITUT touch input method
|
|
23 |
//l:list_single_pane_t1_cp2
|
|
24 |
//r: 5.0
|
|
25 |
#define qtn_input_switcher_itu_t "Virtual ITU-T"
|
|
26 |
|
|
27 |
//d:Text in touch input mode swither list
|
|
28 |
//d:full sreen qwerty touch input method
|
|
29 |
//l:list_single_pane_t1_cp2
|
|
30 |
//r: 5.0
|
|
31 |
#define qtn_input_switcher_fs_qwerty "Full Screen Qwerty"
|
|
32 |
|
|
33 |
//d:Text in touch input mode switcher list
|
|
34 |
//d:Portrait full sreen qwerty touch input method
|
|
35 |
//l:list_single_pane_t1_cp2
|
|
36 |
//r: 5.2
|
|
37 |
#define qtn_tin_option_menu_portrait_editor "Edit portrait"
|
|
38 |
|
|
39 |
//d:Text in touch input mode switcher list
|
|
40 |
//d:Landscape full sreen qwerty touch input method
|
|
41 |
//l:list_single_pane_t1_cp2
|
|
42 |
//r: 5.2
|
|
43 |
#define qtn_tin_option_menu_landscape_editor "Edit landscape"
|
|
44 |
|
|
45 |
//d:Text in touch input mode swither list
|
|
46 |
//d:small virtual key board touch input method
|
|
47 |
//l:list_single_pane_t1_cp2
|
|
48 |
//r: 5.0
|
|
49 |
#define qtn_input_switcher_vkb "VKB"
|
|
50 |
|
|
51 |
//d:Text in touch input mode swither list
|
|
52 |
//d:Handwritting Recognition touch input method
|
|
53 |
//l:list_single_pane_t1_cp2
|
|
54 |
//r: 5.0
|
|
55 |
#define qtn_input_switcher_hwr "HWR"
|
|
56 |
|
|
57 |
//d:Text in touch input mode swither list
|
|
58 |
//d:full screen HWR touch input method
|
|
59 |
//l:list_single_pane_t1_cp2
|
|
60 |
//r: 5.0
|
|
61 |
#define qtn_input_switcher_fs_hwr "Full Screen HWR"
|
|
62 |
|
|
63 |
|
|
64 |
//d:Text in candidate match selection list
|
|
65 |
//d:The last item meaning to enger the spell mode
|
|
66 |
//l:list_vitu2_match_list_item_pane_t1
|
|
67 |
//r: 5.0
|
|
68 |
#define qtn_t9_match_selection_list "Spell"
|
|
69 |
|
|
70 |
|
|
71 |
//d:column for ICF prompt text
|
|
72 |
//l:field_vitu2_entry_pane_t1
|
|
73 |
//r: 5.0
|
|
74 |
#define qtn_colon_in_prompt ":"
|
|
75 |
|
|
76 |
|
|
77 |
|
|
78 |
//d:Text in candidate listt
|
|
79 |
//d:current page /total pages information
|
|
80 |
//l:vitu2_page_scroll_pane_t1
|
|
81 |
//r: 5.0
|
|
82 |
#define qtn_paging_number_match_selection "%0N/%1N"
|
|
83 |
|
|
84 |
|
|
85 |
//d:Text for T9 spelling prompt text
|
|
86 |
//l:popup_vitu2_query_window_t1
|
|
87 |
//r: 5.0
|
|
88 |
#define qtn_t9_spell_query "Word"
|