Update for website changes

This commit is contained in:
2026-09-05 18:05:55 +02:00
parent 7ee3de7174
commit 0014d169e6
2 changed files with 28 additions and 12 deletions
+24 -8
View File
@@ -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 <i><a href="newbuild.php">Add a new build</a></i> 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 <i>Beta</i> and <i>Experimental</i> channels only. For others use <i>Any Release</i> 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';