terminalsecurity/SCP/SCPPatternPlugin/loc/SCPPatternPlugin.loc
changeset 73 ae69c2e8bc34
parent 71 d2517372cc44
child 77 9f85c58c0592
equal deleted inserted replaced
71:d2517372cc44 73:ae69c2e8bc34
     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: 
       
    15  *     This is a localisation file for SCPPatternPlugin
       
    16  *     A SCPPatternPlugin.loc file is the one and only place where the logical strings
       
    17  *     to be localised are defined. 
       
    18  * >>>
       
    19  * The text between >>> and <<< is just to document the syntax and
       
    20  * you can remove it if you like.
       
    21  *
       
    22 */
       
    23 
       
    24 
       
    25 
       
    26 // LOCALISATION STRINGS
       
    27 
       
    28 /*
       
    29 		Note : In this project, StringLoader wrapper is not used and
       
    30 		Formatting string are to change as following:
       
    31 		%N = %i
       
    32 		Do Not Change these markings!
       
    33 		Info about formatting Strings in general:
       
    34 		
       
    35 		Symbian OS v9.1 » 
       
    36 			Symbian OS guide » 
       
    37 				Base »
       
    38 					 Using User Library (E32) » 
       
    39 					 		Buffers and Strings » 
       
    40 					 				Using Descriptors » 
       
    41 					 					How to Use Descriptors » 
       
    42 					 								Format string syntax
       
    43 */
       
    44 
       
    45 
       
    46 // Notification Texts
       
    47 
       
    48 
       
    49 //d: Information note. Security code entered by the user is not accepted because it contains more than x characters.
       
    50 //d: %i is the maximum amount of characters allowed in the security code.
       
    51 //l: popup_note_window/opt2
       
    52 //r: 3.2.2, 3.2.3, 5.0
       
    53 #define qtn_set_sec_code_max "Cannot contain more than %N characters"
       
    54 
       
    55 
       
    56 //d: Information note. Security code entered by the user is not accepted because security code must contain at least x characters.
       
    57 //d: %i is the minimum amount of characters that the security code must contain.
       
    58 //l: popup_note_window/opt2
       
    59 //r: 3.2.2, 3.2.3, 5.0
       
    60 #define qtn_set_sec_code_min  "Must be at least %N characters"
       
    61 
       
    62 
       
    63 //d: Information note. Security code entered by the user is not accepted because it must include both upper and lower case characters.
       
    64 //l: popup_note_window/opt2
       
    65 //r: 3.2.2, 3.2.3, 5.0
       
    66 #define qtn_set_sec_code_upper_lower "Must include upper and lower case characters"
       
    67 
       
    68 
       
    69 //d: Information note. Security code entered by the user is not accepted because it must include both letters and numbers.
       
    70 //l: popup_note_window/opt2
       
    71 //r: 3.2.2, 3.2.3, 5.0
       
    72 #define qtn_set_sec_code_letters_numbers "Must include letters and numbers"
       
    73 
       
    74 
       
    75 //d: Information note. Security code entered by the user is not accepted because characters cannot be repeated more than x time.
       
    76 //d: %i is maximum amount of times that the characters can be repeated.
       
    77 //l: popup_note_window/opt2
       
    78 //r: 3.2.2, 3.2.3, 5.0
       
    79 #define qtn_set_sec_code_repeated "Characters cannot be repeated more than %N times"
       
    80 
       
    81 //d: Information note. Security code entered by the user is not accepted because characters cannot be repeated.
       
    82 //d: This note is displayed in case the character cannot be repeated at all. In other case qtn_set_sec_code_repeated is displayed.
       
    83 //l: popup_note_window/opt2
       
    84 //r: 3.2.2, 3.2.3, 5.0
       
    85 #define qtn_set_sec_code_repeated_once "Characters cannot be repeated"
       
    86 
       
    87 
       
    88 //d: Information note. Security code entered by the user is not allowed because more than two consecutive numbers are not allowed.
       
    89 //l: popup_note_window/opt2
       
    90 //r: 3.2.2, 3.2.3, 5.0
       
    91 #define qtn_set_sec_code_consecutive "More than two consecutive numbers not allowed"
       
    92 
       
    93 //d: Information note. Security code entered by the user is not allowed because it doesn't contain N number of special characters.
       
    94 //l: popup_note_window/opt2
       
    95 //r: 3.2.2, 3.2.3, 5.0
       
    96 #define qtn_set_sec_code_min_special_chars "Code must contain at least %N special characters"
       
    97 
       
    98 //d: Information note. Security code entered by the user is not allowed because it is a simple lock code.
       
    99 //l: popup_note_window/opt2
       
   100 //r: 3.2.2, 3.2.3, 5.0
       
   101 #define qtn_set_sec_consecutive_character_not_allowed "Code must not contain consecutive characters"
       
   102 //d: Information note. Security code entered by the user is not allowed because it is a simple lock code.
       
   103 //l: popup_note_window/opt2
       
   104 //r: 3.2.2, 3.2.3, 5.0
       
   105 #define qtn_set_sec_code_repeat_character_not_allowed "Code must not contain single repeated character"
       
   106 // End of File
       
   107