|
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 SCPP |
|
21 |
|
22 // INCLUDES |
|
23 #include <bldvariant.hrh> |
|
24 #include <scppatternplugin.loc> |
|
25 #include <eikon.rh> |
|
26 |
|
27 |
|
28 RESOURCE RSS_SIGNATURE { } |
|
29 RESOURCE TBUF16 { buf=""; } |
|
30 |
|
31 |
|
32 |
|
33 //----------------------------------------------------------------------------- |
|
34 // |
|
35 // r_set_sec_code_max |
|
36 // - Warning text for the situation when the code has reached the maximum |
|
37 // length |
|
38 //----------------------------------------------------------------------------- |
|
39 // |
|
40 RESOURCE TBUF r_set_sec_code_max |
|
41 { buf = qtn_set_sec_code_max ; } |
|
42 |
|
43 |
|
44 //----------------------------------------------------------------------------- |
|
45 // |
|
46 // r_set_sec_code_min |
|
47 // - Warning text for the situation when the code has reached the minumum |
|
48 // length |
|
49 //----------------------------------------------------------------------------- |
|
50 // |
|
51 RESOURCE TBUF r_set_sec_code_min |
|
52 { buf = qtn_set_sec_code_min; } |
|
53 |
|
54 |
|
55 //----------------------------------------------------------------------------- |
|
56 // |
|
57 // r_set_sec_code_upper_lower |
|
58 // - Warning text for the situation when the code must have both upper and |
|
59 // lower cases within. |
|
60 //----------------------------------------------------------------------------- |
|
61 // |
|
62 RESOURCE TBUF r_set_sec_code_upper_lower |
|
63 { buf = qtn_set_sec_code_upper_lower ; } |
|
64 |
|
65 |
|
66 //----------------------------------------------------------------------------- |
|
67 // |
|
68 // r_set_sec_code_letters_numbers |
|
69 // - Warning text for the situation when the code must have both numeric and |
|
70 // alphas within. |
|
71 //----------------------------------------------------------------------------- |
|
72 // |
|
73 RESOURCE TBUF r_set_sec_code_letters_numbers |
|
74 { buf = qtn_set_sec_code_letters_numbers ; } |
|
75 |
|
76 //----------------------------------------------------------------------------- |
|
77 // |
|
78 // r_set_sec_code_repeated |
|
79 // - Warning text for the situation when the code have n amount of same chars |
|
80 // |
|
81 //----------------------------------------------------------------------------- |
|
82 // |
|
83 RESOURCE TBUF r_set_sec_code_repeated |
|
84 { buf = qtn_set_sec_code_repeated ; } |
|
85 |
|
86 //----------------------------------------------------------------------------- |
|
87 // |
|
88 // r_set_sec_code_repeated_once |
|
89 // - Warning text for the situation when the code has too many same char, and |
|
90 // the maximum is one. |
|
91 // |
|
92 //----------------------------------------------------------------------------- |
|
93 // |
|
94 RESOURCE TBUF r_set_sec_code_repeated_once |
|
95 { buf = qtn_set_sec_code_repeated_once ; } |
|
96 |
|
97 //----------------------------------------------------------------------------- |
|
98 // |
|
99 // r_set_sec_code_consecutive |
|
100 // - Warning text for the situation when the code have n amount of same nums |
|
101 // in a row. |
|
102 //----------------------------------------------------------------------------- |
|
103 // |
|
104 RESOURCE TBUF r_set_sec_code_consecutive |
|
105 { buf = qtn_set_sec_code_consecutive ; } |
|
106 |
|
107 //----------------------------------------------------------------------------- |
|
108 // |
|
109 // r_set_sec_code_min_special_chars |
|
110 // - Warning text for the situation when the code doesn't have n number of |
|
111 // special characters. |
|
112 //----------------------------------------------------------------------------- |
|
113 // |
|
114 RESOURCE TBUF r_set_sec_code_min_special_chars |
|
115 { buf = qtn_set_sec_code_min_special_chars ; } |
|
116 |
|
117 //----------------------------------------------------------------------------- |
|
118 // |
|
119 // r_set_sec_code_consecutive_chars |
|
120 // - Warning text for the situation when the code entered is a simple string |
|
121 //----------------------------------------------------------------------------- |
|
122 // |
|
123 RESOURCE TBUF r_set_sec_code_consecutive_chars |
|
124 { buf = qtn_set_sec_consecutive_character_not_allowed ; } |
|
125 //----------------------------------------------------------------------------- |
|
126 // |
|
127 // r_set_sec_code_single_repeat |
|
128 // - Warning text for the situation when the code entered is a simple string |
|
129 //----------------------------------------------------------------------------- |
|
130 // |
|
131 RESOURCE TBUF r_set_sec_code_single_repeat |
|
132 { buf = qtn_set_sec_code_repeat_character_not_allowed ; } |
|
133 |
|
134 // End of file |