terminalsecurity/SCP/SCPTimestampPlugin/loc/SCPTimestampPlugin.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: Implementation of terminalsecurity components
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // LOCALISATION STRINGS:
       
    20 
       
    21 /*
       
    22 		Note : In this project, StringLoader wrapper is not used and
       
    23 		Formatting string are to change as following:
       
    24 		%N = %i
       
    25 		Do Not Change these markings!
       
    26 		Info about formatting Strings in general:
       
    27 		
       
    28 		Symbian OS v9.1 » 
       
    29 			Symbian OS guide » 
       
    30 				Base »
       
    31 					 Using User Library (E32) » 
       
    32 					 		Buffers and Strings » 
       
    33 					 				Using Descriptors » 
       
    34 					 					How to Use Descriptors » 
       
    35 					 								Format string syntax
       
    36 */
       
    37 
       
    38 
       
    39 // Notification Texts
       
    40 
       
    41 //d: Information note. After entering wrong security code in the security code query, the user data is cleared from the device
       
    42 //d: and must be set up again. An information note is shown to the user that there is only one attempt left before losing all data.
       
    43 //d: Use translations for "Lock code" in TARM_Lock_code_reference.xls
       
    44 //l: popup_note_window/opt2
       
    45 //r: 3.2.2, 3.2.3, 5.0
       
    46 #define qtn_set_sec_code_warning_attempts_left "Incorrect lock code. One attempt left before data is erased."
       
    47 
       
    48 
       
    49 //d: Information note. Security code has expired and user is forced to give new security code.
       
    50 //d: After the note a data query "Enter new lock code:" (provided by S60) is displayed.
       
    51 //d: Use translations for "Lock code" in TARM_Lock_code_reference.xls
       
    52 //l: popup_note_window/opt2
       
    53 //r: 3.2.2, 3.2.3, 5.0
       
    54 #define qtn_set_sec_code_aging "Lock code expired."
       
    55 
       
    56 
       
    57 //d: Information note. User is notified that security code cannot be changed more often than x times in y hours.
       
    58 //d: The first %i is replaced with the maximum amount of security code changes.
       
    59 //d: The second %i is replaced with the amount of hours.
       
    60 //d: Both parameters can be max 2 digits (99).
       
    61 //l: popup_note_window/opt2
       
    62 //r: 3.2.2, 3.2.3, 5.0
       
    63 #define qtn_set_sec_code_change_day "Lock code can be changed %0N times in %1N hours"
       
    64 
       
    65 
       
    66 //d: Information note. User is notified that security code cannot be changed more often than 1 time in y hours.
       
    67 //d: %i is replaced with the amount of hours.
       
    68 //d: Parameter can be max 2 digits (99).
       
    69 //l: popup_note_window/opt2
       
    70 //r: 3.2.2, 3.2.3, 5.0
       
    71 #define qtn_set_sec_code_change_hours "Lock code can be changed once in %N hours"
       
    72 
       
    73 //d: Information note. User is notified that security code cannot be changed more often than x times in 1 hour.
       
    74 //d: %i is replaced with hte amount of security code changes.
       
    75 //d: Parameter can be max 2 digits (99).
       
    76 //l: popup_note_window/opt2
       
    77 //r: 3.2.2, 3.2.3, 5.0
       
    78 #define qtn_set_sec_code_change_times "Lock code can be changed %N times in an hour"
       
    79 
       
    80 
       
    81 //d: Information note. User is notified that security code cannot be changed more often than 1 time1 in 1 hour.
       
    82 //l: popup_note_window/opt2
       
    83 //r: 3.2.2, 3.2.3, 5.0
       
    84 #define qtn_set_sec_code_change_ones "Lock code can be changed once in an hour"
       
    85 
       
    86 
       
    87 
       
    88 // End of File
       
    89