44
|
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 "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 VKB
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
// LOCALISATION STRINGS
|
|
20 |
|
|
21 |
//d:Text in accent list of VKB range bar
|
|
22 |
//l:list_single_choice_list_pane_t1
|
|
23 |
//w:
|
|
24 |
//r: 3.2
|
|
25 |
#define qtn_tin_vkb_accented_set1 "Accented "<0x00E0>" - "<0x01E5>
|
|
26 |
|
|
27 |
//d:Text in accent list of VKB range bar
|
|
28 |
//l:list_single_choice_list_pane_t1
|
|
29 |
//w:
|
|
30 |
//r: 3.2
|
|
31 |
#define qtn_tin_vkb_accented_set2 "Accented "<0x01E7>" - "<0x014F>
|
|
32 |
|
|
33 |
//d:Text in accent list of VKB range bar
|
|
34 |
//l:list_single_choice_list_pane_t1
|
|
35 |
//w:
|
|
36 |
//r: 3.2
|
|
37 |
#define qtn_tin_vkb_accented_set3 "Accented "<0x0151>" - "<0x01EF>
|
|
38 |
|
|
39 |
//d:Text in range list of VKB range bar
|
|
40 |
//l:list_single_choice_list_pane_t1
|
|
41 |
//w:
|
|
42 |
//r: 3.2
|
|
43 |
#define qtn_tin_vkb_alpha_range "ABC"
|
|
44 |
|
|
45 |
//d:Text in range list of VKB range bar
|
|
46 |
//l:list_single_choice_list_pane_t1
|
|
47 |
//w:
|
|
48 |
//r: 3.2
|
|
49 |
#define qtn_tin_vkb_native_characters_range "Native char"
|
|
50 |
|
|
51 |
//d:Text in range list of VKB range bar
|
|
52 |
//l:list_single_choice_list_pane_t1
|
|
53 |
//w:
|
|
54 |
//r: 3.2
|
|
55 |
#define qtn_tin_vkb_numbers_symbols "123*&#"
|
|
56 |
|
|
57 |
//d:Text in range list of VKB range bar
|
|
58 |
//l:list_single_choice_list_pane_t1
|
|
59 |
//w:
|
|
60 |
//r: 3.2
|
|
61 |
#define qtn_tin_vkb_native_numbers_symbols "Native number"
|
|
62 |
// End of File
|