|
1 /* |
|
2 * Copyright (c) 2000 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: Implementation of terminalsecurity components |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // RESOURCE IDENTIFIER |
|
20 NAME SCTI |
|
21 |
|
22 // INCLUDES |
|
23 #include <bldvariant.hrh> |
|
24 #include <eikon.rh> |
|
25 |
|
26 #include <scptimestampplugin.loc> |
|
27 |
|
28 RESOURCE RSS_SIGNATURE { } |
|
29 RESOURCE TBUF16 { buf=""; } |
|
30 |
|
31 // RESOURCE DEFINITIONS |
|
32 |
|
33 //----------------------------------------------------------------------------- |
|
34 // |
|
35 // r_set_sec_code_warning_attempts_left |
|
36 // - Warning text for the situation when only one password attempt is left |
|
37 // before device wipe. |
|
38 // |
|
39 //----------------------------------------------------------------------------- |
|
40 // |
|
41 RESOURCE TBUF r_set_sec_code_warning_attempts_left |
|
42 { buf = qtn_set_sec_code_warning_attempts_left; } |
|
43 |
|
44 //----------------------------------------------------------------------------- |
|
45 // |
|
46 // r_set_sec_code_aging |
|
47 // - Notification text for the situation when the password has expired. |
|
48 // |
|
49 //----------------------------------------------------------------------------- |
|
50 // |
|
51 RESOURCE TBUF r_set_sec_code_aging |
|
52 { buf = qtn_set_sec_code_aging; } |
|
53 |
|
54 //----------------------------------------------------------------------------- |
|
55 // |
|
56 // r_set_sec_code_change_day |
|
57 // - Error text for indicating that the code cannot be changed inside the given |
|
58 // interval (plural-plural). |
|
59 // |
|
60 //----------------------------------------------------------------------------- |
|
61 // |
|
62 RESOURCE TBUF r_set_sec_code_change_day |
|
63 { buf = qtn_set_sec_code_change_day; } |
|
64 |
|
65 //----------------------------------------------------------------------------- |
|
66 // |
|
67 // r_set_sec_code_change_day |
|
68 // - Error text for indicating that the code cannot be changed inside the given |
|
69 // interval (singular-plural). |
|
70 // |
|
71 //----------------------------------------------------------------------------- |
|
72 // |
|
73 RESOURCE TBUF r_set_sec_code_change_hours |
|
74 { buf = qtn_set_sec_code_change_hours; } |
|
75 |
|
76 //----------------------------------------------------------------------------- |
|
77 // |
|
78 // r_set_sec_code_change_day |
|
79 // - Error text for indicating that the code cannot be changed inside the given |
|
80 // interval (plural-singular). |
|
81 // |
|
82 //----------------------------------------------------------------------------- |
|
83 // |
|
84 RESOURCE TBUF r_set_sec_code_change_times |
|
85 { buf = qtn_set_sec_code_change_times; } |
|
86 |
|
87 //----------------------------------------------------------------------------- |
|
88 // |
|
89 // r_set_sec_code_change_day |
|
90 // - Error text for indicating that the code cannot be changed inside the given |
|
91 // interval (singular-singular). |
|
92 // |
|
93 //----------------------------------------------------------------------------- |
|
94 // |
|
95 RESOURCE TBUF r_set_sec_code_change_ones |
|
96 { buf = qtn_set_sec_code_change_ones; } |
|
97 |
|
98 // End of file |
|
99 |