Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/libraries/System.Private.CoreLib/src/Resources/Strings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -4176,25 +4176,25 @@
<value>AssemblyName.GetAssemblyName() is not supported on this platform.</value>
</data>
<data name="PlatformNotSupported_HybridGlobalizationWithCompareOptions" xml:space="preserve">
<value>CompareOptions = {0} are not supported when HybridGlobalization=true on this platform. Disable it to load larger ICU bundle, then use this option.</value>
<value>CompareOptions = {0} are not supported on Apple mobile platforms.</value>
</data>
<data name="PlatformNotSupported_HybridGlobalizationWithMixedCompositions" xml:space="preserve">
<value>Mixed compositions in string not supported when HybridGlobalization=true on this platform. Disable it to load larger ICU bundle, then use this option.</value>
<value>Mixed compositions in string are not supported on Apple mobile platforms.</value>
</data>
<data name="PlatformNotSupported_HybridGlobalizationWithCompareOptionsForCulture" xml:space="preserve">
<value>CompareOptions = {0} are not supported for culture = {1} when HybridGlobalization=true on this platform. Disable it to load larger ICU bundle, then use this option.</value>
<value>CompareOptions = {0} are not supported for culture = {1} on Apple mobile platforms.</value>
</data>
<data name="PlatformNotSupported_HybridGlobalizationWithMatchLength" xml:space="preserve">
<value>Match length calculation is not supported when HybridGlobalization=true. Disable it to load larger ICU bundle, then use this function.</value>
<value>Match length calculation is not supported on Apple mobile platforms.</value>
</data>
<data name="PlatformNotSupported_NonZeroLowerBound" xml:space="preserve">
<value>Arrays with non-zero lower bounds are not supported.</value>
</data>
<data name="PlatformNotSupported_HybridGlobalization" xml:space="preserve">
<value>{0} is not supported when HybridGlobalization=true. Disable it to load larger ICU bundle, then use this option.</value>
<value>{0} is not supported on Apple mobile platforms.</value>
</data>
<data name="PlatformNotSupportedWithReason_HybridGlobalization" xml:space="preserve">
<value>{0} is not supported for {1}, when HybridGlobalization=true. Disable it to load larger ICU bundle, then use this option.</value>
<value>{0} is not supported for {1} on Apple mobile platforms.</value>
</data>
<data name="NotSupported_BodyRemoved" xml:space="preserve">
<value>The body of this method was removed by the AOT compiler because it's not callable.</value>
Expand Down
Loading