forked from uup-dump/api
Replace "Windows 10" with "Windows" when referencing editions
This commit is contained in:
parent
0c14f42ca1
commit
fcd79727bb
@ -61,22 +61,22 @@ function uupGetInfoTexts() {
|
||||
);
|
||||
|
||||
$fancyEditionNames = array(
|
||||
'CLOUD' => 'Windows 10 S',
|
||||
'CLOUDN' => 'Windows 10 S N',
|
||||
'CLOUDE' => 'Windows 10 Lean',
|
||||
'CORE' => 'Windows 10 Home',
|
||||
'CORECOUNTRYSPECIFIC' => 'Windows 10 Home China',
|
||||
'COREN' => 'Windows 10 Home N',
|
||||
'CORESINGLELANGUAGE' => 'Windows 10 Home Single Language',
|
||||
'EDUCATION' => 'Windows 10 Education',
|
||||
'EDUCATIONN' => 'Windows 10 Education N',
|
||||
'ENTERPRISE' => 'Windows 10 Enterprise',
|
||||
'ENTERPRISEN' => 'Windows 10 Enterprise N',
|
||||
'CLOUD' => 'Windows S',
|
||||
'CLOUDN' => 'Windows S N',
|
||||
'CLOUDE' => 'Windows Lean',
|
||||
'CORE' => 'Windows Home',
|
||||
'CORECOUNTRYSPECIFIC' => 'Windows Home China',
|
||||
'COREN' => 'Windows Home N',
|
||||
'CORESINGLELANGUAGE' => 'Windows Home Single Language',
|
||||
'EDUCATION' => 'Windows Education',
|
||||
'EDUCATIONN' => 'Windows Education N',
|
||||
'ENTERPRISE' => 'Windows Enterprise',
|
||||
'ENTERPRISEN' => 'Windows Enterprise N',
|
||||
'HOLOGRAPHIC' => 'Windows Holographic',
|
||||
'LITE' => 'Windows 10X',
|
||||
'PPIPRO' => 'Windows 10 Team',
|
||||
'PROFESSIONAL' => 'Windows 10 Pro',
|
||||
'PROFESSIONALN' => 'Windows 10 Pro N',
|
||||
'PPIPRO' => 'Windows Team',
|
||||
'PROFESSIONAL' => 'Windows Pro',
|
||||
'PROFESSIONALN' => 'Windows Pro N',
|
||||
'SERVERSTANDARD' => 'Windows Server Standard',
|
||||
'SERVERSTANDARDCORE' => 'Windows Server Standard, Core',
|
||||
'SERVERDATACENTER' => 'Windows Server Datacenter',
|
||||
|
Loading…
Reference in New Issue
Block a user