|
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 Automatic keyguard view |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 //d:Text of a list item in Connection view's folder list |
|
20 //d:Item opens Data Call folder |
|
21 //l:list_single_large_graphic_pane_t1 |
|
22 //w: |
|
23 //r: 5.0 |
|
24 // |
|
25 #define qtn_set_auto_keyguard_title "Automatic keyguard" |
|
26 |
|
27 //d: Automatic keyguard setting item in device & sim security settings folder |
|
28 //l: list_setting_pane_t1 |
|
29 //w: |
|
30 //r:3.1 |
|
31 #define qtn_set_auto_keyguard "Autokeyguard period" |
|
32 |
|
33 //d:List item in automatic keyguard setting page |
|
34 //l:list_set_graphic_pane_t1 |
|
35 //w: |
|
36 //r:3.1 |
|
37 #define qtn_set_auto_keyguard_none "None" |
|
38 |
|
39 //d:List item in automatic keyguard setting page |
|
40 //l:list_set_graphic_pane_t1 |
|
41 //w: |
|
42 //r:3.1 |
|
43 #define qtn_set_auto_keyguard_userdefined "User defined" |
|
44 |
|
45 //d:Number query: automatic keyguard period time. |
|
46 //l:popup_query_data_window |
|
47 //w: |
|
48 //r:3.1 |
|
49 #define qtn_set_auto_keyguard_query "Lock keypad after (minutes:seconds) " |
|
50 |
|
51 //d:Automatic keyguard period setting item edit - setting selection data |
|
52 //l:list_set_graphic_pane_t1 |
|
53 //w: |
|
54 //r:3.1 |
|
55 #define qtn_set_auto_keyguard_one_min "%N min" |
|
56 |
|
57 //d:Automatic keyguard period setting item edit - setting selection data, %N is number 0-60 |
|
58 //l:list_set_graphic_pane_t1 |
|
59 //w: |
|
60 //r:3.1 |
|
61 #define qtn_set_auto_keyguard_min "%N min" |
|
62 |
|
63 //d:Automatic keyguard period setting item edit - setting selection data. %1N is a number 0-59. |
|
64 //l:list_set_graphic_pane_t1 |
|
65 //w: |
|
66 //r:3.1 |
|
67 #define qtn_set_auto_keyguard_one_min_sec "%0N min %1N sec" |
|
68 |
|
69 //d:Automatic keyguard period setting item edit - setting selection data, %0N is number 0-59, %1N is number 0-59 |
|
70 //l:list_set_graphic_pane_t1 |
|
71 //w: |
|
72 //r:3.0 |
|
73 #define qtn_set_auto_keyguard_minsec "%0N min %1N sec" |
|
74 |
|
75 //d:Automatic keyguard period setting item edit - setting selection data, %N is number 0-59 |
|
76 //l:list_set_graphic_pane_t1 |
|
77 //w: |
|
78 //r:3.1 |
|
79 #define qtn_set_auto_keyguard_sec "%N sec" |
|
80 |
|
81 //d: Name of the autokeyguard setting |
|
82 //l: list_setting_pane_t1 |
|
83 //w: |
|
84 //r:5.0 |
|
85 #define qtn_set_auto_display_lock "Display autolock period" |
|
86 |
|
87 //d:Number query: automatic keyguard period time. |
|
88 //l:popup_query_data_window |
|
89 //w: |
|
90 //r:5.0 |
|
91 #define qtn_set_auto_display_lock_query "Lock display and keys after (minutes:seconds)" |
|
92 |
|
93 |
|
94 //End of File |