Update for website changes
This commit is contained in:
+4
-4
@@ -19,7 +19,7 @@ limitations under the License.
|
|||||||
$supportedLangs = [
|
$supportedLangs = [
|
||||||
'en-us',
|
'en-us',
|
||||||
'qps-ploc',
|
'qps-ploc',
|
||||||
'pl-pl',
|
/* 'pl-pl',
|
||||||
'de-de',
|
'de-de',
|
||||||
'pt-br',
|
'pt-br',
|
||||||
'pt-pt',
|
'pt-pt',
|
||||||
@@ -35,7 +35,7 @@ $supportedLangs = [
|
|||||||
'hu-hu',
|
'hu-hu',
|
||||||
'tr-tr',
|
'tr-tr',
|
||||||
'ro-ro',
|
'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 = [
|
$autoLangMappings = [
|
||||||
'en-us' => 'en-us',
|
'en-us' => 'en-us',
|
||||||
'en' => 'en-us',
|
'en' => 'en-us',
|
||||||
'pl-pl' => 'pl-pl',
|
/* 'pl-pl' => 'pl-pl',
|
||||||
'pl' => 'pl-pl',
|
'pl' => 'pl-pl',
|
||||||
'de-de' => 'de-de',
|
'de-de' => 'de-de',
|
||||||
'de' => 'de-de',
|
'de' => 'de-de',
|
||||||
@@ -56,7 +56,7 @@ $autoLangMappings = [
|
|||||||
'zh-cn' => 'zh-cn',
|
'zh-cn' => 'zh-cn',
|
||||||
'zh' => 'zh-cn',
|
'zh' => 'zh-cn',
|
||||||
'ar-sa' => 'ar-sa',
|
'ar-sa' => 'ar-sa',
|
||||||
'ar' => 'ar-sa',
|
'ar' => 'ar-sa',*/
|
||||||
];
|
];
|
||||||
|
|
||||||
//Language selector configuration
|
//Language selector configuration
|
||||||
|
|||||||
+24
-8
@@ -39,6 +39,7 @@ $s['size'] = 'Size';
|
|||||||
$s['additionalEdition'] = 'Additional edition';
|
$s['additionalEdition'] = 'Additional edition';
|
||||||
$s['requiredEdition'] = 'Required edition';
|
$s['requiredEdition'] = 'Required edition';
|
||||||
$s['unknown'] = 'Unknown';
|
$s['unknown'] = 'Unknown';
|
||||||
|
$s['targetRelease'] = 'Target release';
|
||||||
|
|
||||||
//global
|
//global
|
||||||
$s['home'] = 'Home';
|
$s['home'] = 'Home';
|
||||||
@@ -67,17 +68,17 @@ $s['tHeadDescription'] = 'Description';
|
|||||||
$s['tHeadArchitectures'] = 'Architectures';
|
$s['tHeadArchitectures'] = 'Architectures';
|
||||||
$s['latestPublicRelease'] = 'Latest Public Release build';
|
$s['latestPublicRelease'] = 'Latest Public Release build';
|
||||||
$s['latestPublicReleaseSub'] = 'Latest updated build for regular users.';
|
$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['latestBetaRelease'] = 'Latest Beta Channel build';
|
||||||
$s['latestBetaReleaseSub'] = 'Reliable builds with most upcoming features available. Ideal for early adopters.';
|
$s['latestBetaReleaseSub'] = 'Reliable builds with most upcoming features available. Ideal for early adopters.';
|
||||||
$s['latestRPRelease'] = 'Latest Release Preview build';
|
$s['latestRPRelease'] = 'Latest Release Preview build';
|
||||||
$s['latestRPReleaseSub'] = 'Reliable builds for previewing the next release. Ideal for trying out upcoming releases.';
|
$s['latestRPReleaseSub'] = 'Reliable builds for previewing the next release. Ideal for trying out upcoming releases.';
|
||||||
$s['newlyAdded'] = 'Recently added builds';
|
$s['newlyAdded'] = 'Recently added builds';
|
||||||
$s['dateAdded'] = 'Date added';
|
$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['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
|
//newbuild.php
|
||||||
$s['addNewBuild'] = 'Add a new build';
|
$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['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['autoSelect'] = 'Automatic selection';
|
||||||
$s['thisOnly'] = 'Return the specified build only';
|
$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
|
//known.php
|
||||||
$s['browseKnown'] = 'Browse known builds';
|
$s['browseKnown'] = 'Browse known builds';
|
||||||
@@ -274,12 +282,20 @@ $s['lang_zh-hk'] = 'Chinese (Hong Kong)';
|
|||||||
$s['lang_zh-tw'] = 'Chinese (Traditional)';
|
$s['lang_zh-tw'] = 'Chinese (Traditional)';
|
||||||
|
|
||||||
//Channels
|
//Channels
|
||||||
$s['channel_canary'] = 'Canary Channel';
|
$s['channel_canary'] = 'Canary';
|
||||||
$s['channel_skipAhead'] = 'Skip Ahead';
|
$s['channel_skipAhead'] = 'Skip Ahead';
|
||||||
$s['channel_dev'] = 'Dev Channel';
|
$s['channel_dev'] = 'Dev';
|
||||||
$s['channel_beta'] = 'Beta Channel';
|
$s['channel_beta'] = 'Beta';
|
||||||
$s['channel_releasepreview'] = 'Release Preview Channel';
|
$s['channel_releasepreview'] = 'Release Preview';
|
||||||
$s['channel_retail'] = 'Retail';
|
$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
|
//Editions
|
||||||
$s['edition_APP'] = 'Microsoft Store Inbox Apps';
|
$s['edition_APP'] = 'Microsoft Store Inbox Apps';
|
||||||
|
|||||||
Reference in New Issue
Block a user