From 630fda6d4320b386d42beccdf7d0917affac067c Mon Sep 17 00:00:00 2001 From: orin Date: Fri, 19 Apr 2024 22:48:48 +0200 Subject: [PATCH] Add ProfessionalCountrySpecific --- langs/ar-sa.php | 1 + langs/en-us.php | 1 + langs/ja-jp.php | 1 + langs/pl-pl.php | 1 + langs/zh-cn.php | 1 + 5 files changed, 5 insertions(+) diff --git a/langs/ar-sa.php b/langs/ar-sa.php index 91e2633..f2f7cd3 100644 --- a/langs/ar-sa.php +++ b/langs/ar-sa.php @@ -311,6 +311,7 @@ $s['edition_LITE'] = 'Windows 10X'; $s['edition_PPIPRO'] = 'Windows Team'; $s['edition_PROFESSIONAL'] = 'Windows Pro'; $s['edition_PROFESSIONALN'] = 'Windows Pro N'; +$s['edition_PROFESSIONALCOUNTRYSPECIFIC'] = 'Windows Pro China Only'; $s['edition_PROFESSIONALWORKSTATION'] = 'Windows Pro لمحطات العمل'; $s['edition_PROFESSIONALWORKSTATIONN'] = 'Windows Pro N لمحطات العمل'; $s['edition_PROFESSIONALEDUCATION'] = 'Windows Pro لعملاء التعليم'; diff --git a/langs/en-us.php b/langs/en-us.php index 710871d..d36155a 100644 --- a/langs/en-us.php +++ b/langs/en-us.php @@ -311,6 +311,7 @@ $s['edition_LITE'] = 'Windows 10X'; $s['edition_PPIPRO'] = 'Windows Team'; $s['edition_PROFESSIONAL'] = 'Windows Pro'; $s['edition_PROFESSIONALN'] = 'Windows Pro N'; +$s['edition_PROFESSIONALCOUNTRYSPECIFIC'] = 'Windows Pro China Only'; $s['edition_PROFESSIONALWORKSTATION'] = 'Windows Pro for Workstations'; $s['edition_PROFESSIONALWORKSTATIONN'] = 'Windows Pro N for Workstations'; $s['edition_PROFESSIONALEDUCATION'] = 'Windows Pro Education'; diff --git a/langs/ja-jp.php b/langs/ja-jp.php index f6cee92..f101f10 100644 --- a/langs/ja-jp.php +++ b/langs/ja-jp.php @@ -311,6 +311,7 @@ $s['edition_LITE'] = 'Windows 10X'; $s['edition_PPIPRO'] = 'Windows Team'; $s['edition_PROFESSIONAL'] = 'Windows Pro'; $s['edition_PROFESSIONALN'] = 'Windows Pro N'; +$s['edition_PROFESSIONALCOUNTRYSPECIFIC'] = 'Windows Pro China Only'; $s['edition_PROFESSIONALWORKSTATION'] = 'Windows Pro for Workstations'; $s['edition_PROFESSIONALWORKSTATIONN'] = 'Windows Pro N for Workstations'; $s['edition_PROFESSIONALEDUCATION'] = 'Windows Pro Education'; diff --git a/langs/pl-pl.php b/langs/pl-pl.php index 04f7b50..b80258c 100644 --- a/langs/pl-pl.php +++ b/langs/pl-pl.php @@ -311,6 +311,7 @@ $s['edition_LITE'] = 'Windows 10X'; $s['edition_PPIPRO'] = 'Windows Team'; $s['edition_PROFESSIONAL'] = 'Windows Pro'; $s['edition_PROFESSIONALN'] = 'Windows Pro N'; +$s['edition_PROFESSIONALCOUNTRYSPECIFIC'] = 'Windows Pro China Only'; $s['edition_PROFESSIONALWORKSTATION'] = 'Windows Pro for Workstations'; $s['edition_PROFESSIONALWORKSTATIONN'] = 'Windows Pro N for Workstations'; $s['edition_PROFESSIONALEDUCATION'] = 'Windows Pro Education'; diff --git a/langs/zh-cn.php b/langs/zh-cn.php index 220cf33..534b6d2 100644 --- a/langs/zh-cn.php +++ b/langs/zh-cn.php @@ -311,6 +311,7 @@ $s['edition_LITE'] = 'Windows 10X'; $s['edition_PPIPRO'] = 'Windows 协同版'; $s['edition_PROFESSIONAL'] = 'Windows 专业版'; $s['edition_PROFESSIONALN'] = 'Windows 专业版 N'; +$s['edition_PROFESSIONALCOUNTRYSPECIFIC'] = 'Windows 专业中文版'; $s['edition_PROFESSIONALWORKSTATION'] = 'Windows 专业工作站版'; $s['edition_PROFESSIONALWORKSTATIONN'] = 'Windows 专业工作站版 N'; $s['edition_PROFESSIONALEDUCATION'] = 'Windows 专业教育版';