Update localized resx files by reverting to English all strings that have changed since 24.1 #3348
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request used the "pwiz_tools\Skyline\Executables\DevTools\ResourcesOrganizer//IncrementalUpdateResxFiles" target in PR #3347 to update the Japanese and Chinese .resx files so that strings that have changed since 24.1 are reverted back to the English.
This fixes cases where the layout of a form has changed such as the way the "Instrument" tab on the Transition Settings looks in master right now:
![image](https://private-user-images.githubusercontent.com/303203/406773998-961f8758-d17f-46e5-86cc-6a6168edfe39.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4MTkzMjIsIm5iZiI6MTczODgxOTAyMiwicGF0aCI6Ii8zMDMyMDMvNDA2NzczOTk4LTk2MWY4NzU4LWQxN2YtNDZlNS04NmNjLTZhNjE2OGVkZmUzOS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwNlQwNTE3MDJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0yNjBlMjU2MjQzMzAyMmRiMTFlNzJjOWJhNDY1YmMxNWU4MGI2YTIyNjgyMzQ1OTA0OGQwNzM1ZjY5MTIzZjYzJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.8NVrsB_HSc78fLDRbO6xDrC-BpJ90i52ARqFM1BGnbc)
![image](https://private-user-images.githubusercontent.com/303203/406774131-0df681c0-48c9-40d5-8c75-587ac9596b53.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4MTkzMjIsIm5iZiI6MTczODgxOTAyMiwicGF0aCI6Ii8zMDMyMDMvNDA2Nzc0MTMxLTBkZjY4MWMwLTQ4YzktNDBkNS04Yzc1LTU4N2FjOTU5NmI1My5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwNlQwNTE3MDJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT05MDUxZTA1NmVkNTY4ZTExMDNkZmIxOTUxNjc1ODNlMzhhN2MzY2Y2ZjZkYjgyNjQwOTVkODE4MWI3NjNkNjFmJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.8LoVfCDcvTIsCLJY_pem_qgc8LPC46ntwxReY2L017U)
versus the way that it looks in this pull request:
(in the first screenshot, the "Triggered chromatogram acquisition" checkbox is not visible because it is hidden behind the new "Advance filtering" text box)