pkiutilities/CertSaver/data/CertSaver.rss
branchRCL_3
changeset 67 79bd6bd83ec3
parent 54 94da73d93b58
equal deleted inserted replaced
57:ead42e28e519 67:79bd6bd83ec3
     1 /*
     1 /*
     2 * Copyright (c) 2003-2010 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2003-2007 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   472 RESOURCE TBUF r_certsaver_one_private_key{ buf = qtn_cm_one_private_key; }
   472 RESOURCE TBUF r_certsaver_one_private_key{ buf = qtn_cm_one_private_key; }
   473 RESOURCE TBUF r_certsaver_one_personal_certificate { buf = qtn_cm_one_personal_certificate; }
   473 RESOURCE TBUF r_certsaver_one_personal_certificate { buf = qtn_cm_one_personal_certificate; }
   474 RESOURCE TBUF r_certsaver_one_authority_certificate { buf = qtn_cm_one_authority_certificate; }
   474 RESOURCE TBUF r_certsaver_one_authority_certificate { buf = qtn_cm_one_authority_certificate; }
   475 RESOURCE TBUF r_certsaver_trustedsite_warning { buf = qtn_cm_save_trustedsite_certificate_warning_text; }
   475 RESOURCE TBUF r_certsaver_trustedsite_warning { buf = qtn_cm_save_trustedsite_certificate_warning_text; }
   476 
   476 
   477 
   477 // End of File
   478 //----------------------------------------------------
       
   479 //
       
   480 //    r_certsaver_protect_with_password
       
   481 //
       
   482 //----------------------------------------------------
       
   483 //
       
   484 RESOURCE DIALOG r_certsaver_protect_with_password
       
   485     {
       
   486     flags = EGeneralQueryFlags;
       
   487     buttons = r_certsaver_softkeys_no_yes_no;
       
   488     items=
       
   489         {
       
   490         DLG_LINE
       
   491             {
       
   492             type=EAknCtQuery;
       
   493             id=EGeneralQuery;
       
   494             control= AVKON_CONFIRMATION_QUERY
       
   495                 {
       
   496                 layout = EConfirmationLayout;
       
   497                 label = qtn_certsaver_protect_with_password_query;
       
   498                 };
       
   499             }
       
   500         };
       
   501     }
       
   502 
       
   503 //----------------------------------------------------
       
   504 //
       
   505 //    r_certsaver_softkeys_no_yes_no
       
   506 //
       
   507 //----------------------------------------------------
       
   508 //
       
   509 RESOURCE CBA r_certsaver_softkeys_no_yes_no
       
   510     {
       
   511     buttons =
       
   512         {
       
   513         CBA_BUTTON { id=EAknSoftkeyNo; txt=text_softkey_no; },
       
   514         CBA_BUTTON { id=EAknSoftkeyYes; txt=text_softkey_yes; },
       
   515         CBA_BUTTON { id=EAknSoftkeyNo; txt=text_softkey_no; }
       
   516         };
       
   517     }
       
   518