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(
|
$fancyEditionNames = array(
|
||||||
'CLOUD' => 'Windows 10 S',
|
'CLOUD' => 'Windows S',
|
||||||
'CLOUDN' => 'Windows 10 S N',
|
'CLOUDN' => 'Windows S N',
|
||||||
'CLOUDE' => 'Windows 10 Lean',
|
'CLOUDE' => 'Windows Lean',
|
||||||
'CORE' => 'Windows 10 Home',
|
'CORE' => 'Windows Home',
|
||||||
'CORECOUNTRYSPECIFIC' => 'Windows 10 Home China',
|
'CORECOUNTRYSPECIFIC' => 'Windows Home China',
|
||||||
'COREN' => 'Windows 10 Home N',
|
'COREN' => 'Windows Home N',
|
||||||
'CORESINGLELANGUAGE' => 'Windows 10 Home Single Language',
|
'CORESINGLELANGUAGE' => 'Windows Home Single Language',
|
||||||
'EDUCATION' => 'Windows 10 Education',
|
'EDUCATION' => 'Windows Education',
|
||||||
'EDUCATIONN' => 'Windows 10 Education N',
|
'EDUCATIONN' => 'Windows Education N',
|
||||||
'ENTERPRISE' => 'Windows 10 Enterprise',
|
'ENTERPRISE' => 'Windows Enterprise',
|
||||||
'ENTERPRISEN' => 'Windows 10 Enterprise N',
|
'ENTERPRISEN' => 'Windows Enterprise N',
|
||||||
'HOLOGRAPHIC' => 'Windows Holographic',
|
'HOLOGRAPHIC' => 'Windows Holographic',
|
||||||
'LITE' => 'Windows 10X',
|
'LITE' => 'Windows 10X',
|
||||||
'PPIPRO' => 'Windows 10 Team',
|
'PPIPRO' => 'Windows Team',
|
||||||
'PROFESSIONAL' => 'Windows 10 Pro',
|
'PROFESSIONAL' => 'Windows Pro',
|
||||||
'PROFESSIONALN' => 'Windows 10 Pro N',
|
'PROFESSIONALN' => 'Windows Pro N',
|
||||||
'SERVERSTANDARD' => 'Windows Server Standard',
|
'SERVERSTANDARD' => 'Windows Server Standard',
|
||||||
'SERVERSTANDARDCORE' => 'Windows Server Standard, Core',
|
'SERVERSTANDARDCORE' => 'Windows Server Standard, Core',
|
||||||
'SERVERDATACENTER' => 'Windows Server Datacenter',
|
'SERVERDATACENTER' => 'Windows Server Datacenter',
|
||||||
|
Loading…
Reference in New Issue
Block a user