mirror of https://github.com/acidanthera/audk.git
24 lines
493 B
Plaintext
24 lines
493 B
Plaintext
// *++
|
|
//
|
|
// Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>
|
|
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
//
|
|
// Module Name:
|
|
//
|
|
// Strings.uni
|
|
//
|
|
// Abstract:
|
|
//
|
|
// String definition
|
|
// Revision History:
|
|
//
|
|
// --*/
|
|
|
|
/=#
|
|
|
|
#langdef en-US "English"
|
|
#langdef fr-FR "Français"
|
|
|
|
|
|
#string STR_PROCESSOR_VERSION #language en-US "NT32 Emulated Processor"
|
|
#language fr-FR "Processeur Émulé par NT32" |