1 // *++ 2 // 3 // Copyright (C) 2014, Red Hat, Inc. 4 // Copyright (c) 2009, Intel Corporation. All rights reserved.<BR> 5 // 6 // This program and the accompanying materials are licensed and made available 7 // under the terms and conditions of the BSD License which accompanies this 8 // distribution. The full text of the license may be found at 9 // http://opensource.org/licenses/bsd-license.php 10 // 11 // THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 12 // WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR 13 // IMPLIED. 14 // 15 // Module Name: 16 // 17 // Platform.uni 18 // 19 // Abstract: 20 // 21 // String definitions for PlatformForms.vfr 22 // 23 // --*/ 24 25 /=# 26 27 #langdef en-US "English" 28 29 #string STR_FORMSET_TITLE #language en-US "OVMF Platform Configuration" 30 #string STR_FORMSET_HELP #language en-US "Change various OVMF platform settings." 31 #string STR_MAIN_FORM_TITLE #language en-US "OVMF Settings" 32 #string STR_RES_CUR #language en-US "Preferred Resolution at Next Boot" 33 #string STR_RES_CUR_HELP #language en-US "The preferred resolution of the Graphics Console at next boot. It might be unset, or even invalid (hence ignored) wrt. the video RAM size." 34 #string STR_RES_NEXT #language en-US "Change Preferred Resolution for Next Boot" 35 #string STR_RES_NEXT_HELP #language en-US "You can specify a new preference for the Graphics Console here. The list is filtered against the video RAM size." 36 #string STR_SAVE_EXIT #language en-US "Commit Changes and Exit" 37 #string STR_DISCARD_EXIT #language en-US "Discard Changes and Exit" 38 39