configtool/com.nokia.S60CT.validation/src/com/nokia/s60ct/messages/ValidationMessages.properties
changeset 0 30eb2d538f02
child 1 fe41c66bacc7
equal deleted inserted replaced
-1:000000000000 0:30eb2d538f02
       
     1 #/*
       
     2 #* Copyright (c) 2009 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 the License "Symbian Foundation License v1.0"
       
     6 #* which accompanies this distribution, and is available
       
     7 #* at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     8 #*
       
     9 #* Initial Contributors:
       
    10 #* Nokia Corporation - initial contribution.
       
    11 #*
       
    12 #* Contributors:
       
    13 #*
       
    14 #* Description:
       
    15 #*
       
    16 #*/
       
    17 
       
    18 message_exception=An unexpected exception prevented the operation from completing successfully.  See Error Log View for details.
       
    19 
       
    20 BatchValidationDelegate_title=Batch Validation
       
    21 BatchValidationDelegate_successMessage=Validation passed.
       
    22 BatchValidationDelegate_errorMessage=Validation failed in the following areas (click OK to select problem elements in the editor):
       
    23 
       
    24 EnableLiveValidationDelegate_title=Live Validation
       
    25 
       
    26 #
       
    27 # Messages pertaining to reporting of problems in live validation.
       
    28 # In all cases, the {0} argument is the error message provided by the
       
    29 # validation service.
       
    30 #
       
    31 # ================================ BEGIN ==================================================
       
    32 Validation_error=\   ERROR: {0}
       
    33 Validation_warn=\   Warning: {0}
       
    34 Validation_note=\   Note: {0}
       
    35 Validation_problems=Problems encountered in updating the model.
       
    36 Validation_rollback=\   *** The change was not applied to the model. ***
       
    37 Console_Name=Validation Events
       
    38 # ==================================== END =================================================