1// *++
2//
3// Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>
4// This program and the accompanying materials
5// are licensed and made available under the terms and conditions of the BSD License
6// which accompanies this distribution.  The full text of the license may be found at
7// http://opensource.org/licenses/bsd-license.php
8//
9// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11//
12// Module Name:
13//
14//   SampleStrings.uni
15//
16// Abstract:
17//
18//   String definitions for Sample.vfr
19//
20// Revision History:
21//
22// --*/
23
24
25/=#
26
27#langdef en-US "English"
28#langdef fr-FR "Francais"
29
30
31#string STR_SAMPLE_FORM_SET_TITLE      #language en-US  "HII Resource Section Sample"
32                                       #language fr-FR  "HII Resource Section Sample"
33#string STR_SAMPLE_FORM_SET_HELP       #language en-US  "This HII Package List is built in PE/COFF .rsrc section"
34                                       #language fr-FR  "This HII Package List is built in PE/COFF .rsrc section"
35#string STR_SAMPLE_FORM1_TITLE         #language en-US  "Sample Form"
36                                       #language fr-FR  "Sample Form"
37#string STR_SAMPLE_VERSION_TEXT        #language en-US  "Firmware Revision EDKII"
38                                       #language fr-FR  "Firmware Revision EDKII"
39#string STR_SAMPLE_VERSION_HELP        #language en-US  "The date of the revision of the Firmware being used."
40                                       #language fr-FR  "The date of the revision of the Firmware being used."
41#string STR_SAMPLE_ESC                 #language en-US  "Press ESC to exit."
42                                       #language fr-FR  "Press ESC to exit."
43#string STR_SAMPLE_EMPTY               #language en-US  ""
44                                       #language fr-FR  ""
45