25
|
1 |
/*
|
|
2 |
* Copyright (c) 2010 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: Easy dialing localization file.
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
// LOCALISATION STRINGS
|
|
19 |
|
|
20 |
// d: Option in Number Acquisition state menu.
|
|
21 |
// d: It contains submenu on/off states of easy dialing.
|
|
22 |
// l: list_single_pane_t1_cp2/opt3
|
|
23 |
// r:9.1
|
|
24 |
#define qtn_easydial_option_submenu_title "Contact search"
|
|
25 |
|
|
26 |
//d: Submenu item for easy dialing setting.
|
|
27 |
//l: list_single_popup_submenu_pane_t1/opt1
|
|
28 |
//r:9.2
|
|
29 |
//
|
|
30 |
#define qtn_easy_dialing_on "On"
|
|
31 |
|
|
32 |
//d: Submenu item for easy dialing setting.
|
|
33 |
//l: list_single_popup_submenu_pane_t1/opt1
|
|
34 |
//r:9.2
|
|
35 |
//
|
|
36 |
#define qtn_easy_dialing_off "Off"
|
|
37 |
|
|
38 |
//d: Info text shown in dialer when when number entry is empty.
|
|
39 |
//d: Text is shown in the place of the contact matches listbox.
|
|
40 |
//d: Text can span multiple lines. Line breaks must be indicated with \n
|
|
41 |
//l: main_list_empty_pane
|
|
42 |
//r:9.2
|
|
43 |
//
|
|
44 |
#define qtn_easydial_enter_number "Enter number or name"
|
|
45 |
|
|
46 |
// End of File
|