Home | History | Annotate | Download | only in PlatformVarCleanupLib
      1 ///** @file
      2 //  String definitions for platform variable cleanup.
      3 //
      4 //  Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
      5 //  This program and the accompanying materials
      6 //  are licensed and made available under the terms and conditions of the BSD License
      7 //  which accompanies this distribution.  The full text of the license may be found at
      8 //  http://opensource.org/licenses/bsd-license.php
      9 //
     10 //  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
     11 //  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
     12 //
     13 //**/
     14 
     15 /=#
     16 
     17 #langdef en-US "English"
     18 #langdef fr-FR "Francais"
     19 
     20 #string STR_ENTRY_TITLE                         #language en-US  "Platform Variable Cleanup Form"
     21                                                 #language fr-FR  "fr-FR: Platform Variable Cleanup Form"
     22 #string STR_TITLE                               #language en-US  "Platform Variable Cleanup"
     23                                                 #language fr-FR  "fr-FR: Platform Variable Cleanup"
     24 #string STR_TITLE_HELP                          #language en-US  "Select and cleanup variables"
     25                                                 #language fr-FR  "fr-FR: Select and cleanup variables"
     26 #string STR_SELECT_ALL_PROMPT                   #language en-US  "Select all"
     27                                                 #language fr-FR  "fr-FR: Select all"
     28 #string STR_SELECT_ALL_HELP                     #language en-US  "Select all, then all the listed user variables below will be deleted when Commit or Save."
     29                                                 #language fr-FR  "fr-FR: Select all, then all the listed user variables below will be deleted when Commit or Save."
     30 #string STR_NULL_STRING                         #language en-US  ""
     31                                                 #language fr-FR  ""
     32 #string STR_SAVE_AND_EXIT                       #language en-US  "Commit Changes and Exit"
     33                                                 #language fr-FR  "fr-FR: Commit Changes and Exit"
     34 #string STR_NO_SAVE_AND_EXIT                    #language en-US  "Discard Changes and Exit"
     35                                                 #language fr-FR  "fr-FR: Discard Changes and Exit"