https://bugzilla.tianocore.org/show_bug.cgi?id=1373 Replace BSD 2-Clause License with BSD+Patent License. This change is based on the following emails: https://lists.01.org/pipermail/edk2-devel/2019-February/036260.html https://lists.01.org/pipermail/edk2-devel/2018-October/030385.html RFCs with detailed process for the license change: V3: https://lists.01.org/pipermail/edk2-devel/2019-March/038116.html V2: https://lists.01.org/pipermail/edk2-devel/2019-March/037669.html V1: https://lists.01.org/pipermail/edk2-devel/2019-March/037500.html Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Hao Wu <hao.a.wu@intel.com> Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| ///** @file
 | |
| //  String definitions for VLAN Configuration Form.
 | |
| //
 | |
| //  Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>
 | |
| //  SPDX-License-Identifier: BSD-2-Clause-Patent
 | |
| //
 | |
| //**/
 | |
| 
 | |
| /=#
 | |
| 
 | |
| #langdef en-US "English"
 | |
| 
 | |
| #string STR_VLAN_FORM_SET_TITLE       #language en-US "VLAN Configuration"
 | |
| #string STR_VLAN_FORM_SET_TITLE_HELP  #language en-US "VLAN configuration for this network device"
 | |
| #string STR_VLAN_FORM_TITLE           #language en-US "VLAN Configuration"
 | |
| #string STR_VLAN_FORM_HELP            #language en-US "VLAN Configuration Help"
 | |
| #string STR_VLAN_CREATE_VLAN          #language en-US "Create new VLAN"
 | |
| 
 | |
| #string STR_VLAN_VID_PROMPT           #language en-US "  VLAN ID"
 | |
| #string STR_VLAN_VID_HELP             #language en-US "VLAN ID of new VLAN or existing VLAN, valid value is 0~4094"
 | |
| #string STR_VLAN_PRIORITY_PROMPT      #language en-US "  Priority"
 | |
| #string STR_VLAN_PRIORITY_HELP        #language en-US "802.1Q Priority, valid value is 0~7"
 | |
| #string STR_VLAN_ADD_VLAN_PROMPT      #language en-US "Add VLAN"
 | |
| #string STR_VLAN_ADD_VLAN_HELP        #language en-US "Create a new VLAN or update existing VLAN"
 | |
| #string STR_VLAN_VLAN_LIST            #language en-US "Configured VLAN List"
 | |
| #string STR_VLAN_VLAN_LIST_HELP       #language en-US "Select for remove"
 | |
| #string STR_VLAN_REMOVE_VLAN_PROMPT   #language en-US "Remove VLAN"
 | |
| #string STR_VLAN_REMOVE_VLAN_HELP     #language en-US "Remove selected VLANs"
 | |
| #string STR_VLAN_NULL_STRING          #language en-US ""
 | |
| #string STR_GET_CURRENT_SETTING       #language en-US "Enter Configuration Menu"
 | |
| #string STR_GET_CURRENT_SETTING_HELP  #language en-US "Press ENTER to enter configuration menu for VLAN configuration."
 |