From 0014d169e6348150ed94dbc66c458f011a9665c4 Mon Sep 17 00:00:00 2001 From: orin Date: Sat, 5 Sep 2026 18:05:55 +0200 Subject: [PATCH] Update for website changes --- langconf.php | 8 ++++---- langs/en-us.php | 32 ++++++++++++++++++++++++-------- 2 files changed, 28 insertions(+), 12 deletions(-) diff --git a/langconf.php b/langconf.php index d45126f..e51100a 100644 --- a/langconf.php +++ b/langconf.php @@ -19,7 +19,7 @@ limitations under the License. $supportedLangs = [ 'en-us', 'qps-ploc', - 'pl-pl', +/* 'pl-pl', 'de-de', 'pt-br', 'pt-pt', @@ -35,7 +35,7 @@ $supportedLangs = [ 'hu-hu', 'tr-tr', 'ro-ro', - 'ru-ru', + 'ru-ru',*/ ]; /* @@ -47,7 +47,7 @@ it's better to not force half translated website down to people's throats. $autoLangMappings = [ 'en-us' => 'en-us', 'en' => 'en-us', - 'pl-pl' => 'pl-pl', +/* 'pl-pl' => 'pl-pl', 'pl' => 'pl-pl', 'de-de' => 'de-de', 'de' => 'de-de', @@ -56,7 +56,7 @@ $autoLangMappings = [ 'zh-cn' => 'zh-cn', 'zh' => 'zh-cn', 'ar-sa' => 'ar-sa', - 'ar' => 'ar-sa', + 'ar' => 'ar-sa',*/ ]; //Language selector configuration diff --git a/langs/en-us.php b/langs/en-us.php index 4ca8748..782430d 100644 --- a/langs/en-us.php +++ b/langs/en-us.php @@ -39,6 +39,7 @@ $s['size'] = 'Size'; $s['additionalEdition'] = 'Additional edition'; $s['requiredEdition'] = 'Required edition'; $s['unknown'] = 'Unknown'; +$s['targetRelease'] = 'Target release'; //global $s['home'] = 'Home'; @@ -67,17 +68,17 @@ $s['tHeadDescription'] = 'Description'; $s['tHeadArchitectures'] = 'Architectures'; $s['latestPublicRelease'] = 'Latest Public Release build'; $s['latestPublicReleaseSub'] = 'Latest updated build for regular users.'; -$s['latestDevRelease'] = 'Latest Dev Channel build'; -$s['latestDevReleaseSub'] = 'Somewhat unreliable builds with new ideas and long lead features. Ideal for enthusiasts.'; $s['latestBetaRelease'] = 'Latest Beta Channel build'; $s['latestBetaReleaseSub'] = 'Reliable builds with most upcoming features available. Ideal for early adopters.'; $s['latestRPRelease'] = 'Latest Release Preview build'; $s['latestRPReleaseSub'] = 'Reliable builds for previewing the next release. Ideal for trying out upcoming releases.'; $s['newlyAdded'] = 'Recently added builds'; $s['dateAdded'] = 'Date added'; -$s['latestCanaryRelease'] = 'Latest Canary Channel build'; -$s['latestCanaryReleaseSub'] = 'Somewhat unstable builds with latest platform changes and early features. Ideal for highly technical users.'; $s['checkOutAddANewBuild'] = 'Haven\'t found a desired option? Check out the Add a new build page.'; +$s['latestExperimentalRelease'] = 'Latest Experimental Channel build'; +$s['latestExperimentalReleaseSub'] = 'Somewhat unreliable builds with new ideas and long lead features. Ideal for enthusiasts.'; +$s['latestFuturePlatformsRelease'] = 'Latest Future Platforms build'; +$s['latestFuturePlatformsReleaseSub'] = 'Somewhat unstable builds with latest platform changes and early features. Ideal for highly technical users.'; //newbuild.php $s['addNewBuild'] = 'Add a new build'; @@ -86,6 +87,13 @@ $s['optionsNotice'] = 'Options notice'; $s['optionsNoticeText'] = 'Options found here configure how the underlying Windows Update client reports itself to the Microsoft servers. It is crucial to set these properly, otherwise you will receive an error.'; $s['autoSelect'] = 'Automatic selection'; $s['thisOnly'] = 'Return the specified build only'; +$s['help_arch'] = 'Determines the architecture of the searched build.'; +$s['help_ring'] = 'Configures the channel in which the search will be performed.'; +$s['help_targetRelease'] = 'Configures the release which the searched update is associated with. This option applies to Beta and Experimental channels only. For others use Any Release selection.'; +$s['help_branch'] = 'Configures the reported branch of the operating system used by the searching machine.'; +$s['help_build'] = 'Configures the reported build number of the operating system used by the searching machine. Has to be lower or equal to one of the searched update.'; +$s['help_edition'] = 'Configures the reported operating system edition of the searching machine.'; +$s['help_thisOnly'] = 'Asks the server to return update with build number equal the searching machine\'s build number.'; //known.php $s['browseKnown'] = 'Browse known builds'; @@ -274,12 +282,20 @@ $s['lang_zh-hk'] = 'Chinese (Hong Kong)'; $s['lang_zh-tw'] = 'Chinese (Traditional)'; //Channels -$s['channel_canary'] = 'Canary Channel'; +$s['channel_canary'] = 'Canary'; $s['channel_skipAhead'] = 'Skip Ahead'; -$s['channel_dev'] = 'Dev Channel'; -$s['channel_beta'] = 'Beta Channel'; -$s['channel_releasepreview'] = 'Release Preview Channel'; +$s['channel_dev'] = 'Dev'; +$s['channel_beta'] = 'Beta'; +$s['channel_releasepreview'] = 'Release Preview'; $s['channel_retail'] = 'Retail'; +$s['channel_experimental'] = 'Experimental'; + +//Releases +$s['release_any'] = 'Any Release'; +$s['release_future'] = 'Future Platforms'; +$s['release_25h2'] = 'Windows 11, version 25H2'; +$s['release_26h1'] = 'Windows 11, version 26H1'; +$s['release_26h2'] = 'Windows 11, version 26H2'; //Editions $s['edition_APP'] = 'Microsoft Store Inbox Apps';