Last change
on this file was 80721, checked in by vboxsync, 5 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:mime-type
set to
text/plain;encoding=UTF-16LE
|
File size:
1.5 KB
|
Line | |
---|
1 | // *++
|
---|
2 | //
|
---|
3 | // Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
4 | // SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
5 | //
|
---|
6 | // Module Name:
|
---|
7 | //
|
---|
8 | // SampleStrings.uni
|
---|
9 | //
|
---|
10 | // Abstract:
|
---|
11 | //
|
---|
12 | // String definitions for Sample.vfr
|
---|
13 | //
|
---|
14 | // Revision History:
|
---|
15 | //
|
---|
16 | // --*/
|
---|
17 |
|
---|
18 |
|
---|
19 | /=#
|
---|
20 |
|
---|
21 | #langdef en-US "English"
|
---|
22 | #langdef fr-FR "Francais"
|
---|
23 |
|
---|
24 |
|
---|
25 | #string STR_SAMPLE_FORM_SET_TITLE #language en-US "HII Resource Section Sample"
|
---|
26 | #language fr-FR "HII Resource Section Sample"
|
---|
27 | #string STR_SAMPLE_FORM_SET_HELP #language en-US "This HII Package List is built in PE/COFF .rsrc section"
|
---|
28 | #language fr-FR "This HII Package List is built in PE/COFF .rsrc section"
|
---|
29 | #string STR_SAMPLE_FORM1_TITLE #language en-US "Sample Form"
|
---|
30 | #language fr-FR "Sample Form"
|
---|
31 | #string STR_SAMPLE_VERSION_TEXT #language en-US "Firmware Revision EDKII"
|
---|
32 | #language fr-FR "Firmware Revision EDKII"
|
---|
33 | #string STR_SAMPLE_VERSION_HELP #language en-US "The date of the revision of the Firmware being used."
|
---|
34 | #language fr-FR "The date of the revision of the Firmware being used."
|
---|
35 | #string STR_SAMPLE_ESC #language en-US "Press ESC to exit."
|
---|
36 | #language fr-FR "Press ESC to exit."
|
---|
37 | #string STR_SAMPLE_EMPTY #language en-US ""
|
---|
38 | #language fr-FR ""
|
---|
Note:
See
TracBrowser
for help on using the repository browser.