Commit e400052d authored by Rainhard Findling's avatar Rainhard Findling Committed by Commit Bot

Settings string migration to new ICU format

Replaces all instances of |#| as the numeric placeholder in
pluralization strings with the new |{NUM_...}| format, as outlined in
go/icu-message-migration.

Change-Id: I2c5fb78cc93369b0e7f6e0365d7edef8eea32368
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2106171
Commit-Queue: Rainhard Findling <rainhard@chromium.org>
Auto-Submit: Rainhard Findling <rainhard@chromium.org>
Reviewed-by: default avatardpapad <dpapad@chromium.org>
Cr-Commit-Position: refs/heads/master@{#751149}
parent d35a3370
...@@ -2371,16 +2371,16 @@ ...@@ -2371,16 +2371,16 @@
Show all (recommended) Show all (recommended)
</message> </message>
<message name="IDS_SETTINGS_SITE_SETTINGS_COOKIES_ALLOW" desc="The sub-label for links to manage cookies when the current cookie setting is allow."> <message name="IDS_SETTINGS_SITE_SETTINGS_COOKIES_ALLOW" desc="The sub-label for links to manage cookies when the current cookie setting is allow.">
{COUNT, plural, {COUNT plural,
=0 {Cookies are allowed} =0 {Cookies are allowed}
=1 {Cookies are allowed, 1 exception} =1 {Cookies are allowed, 1 exception}
other {Cookies are allowed, # exceptions}} other {Cookies are allowed, {COUNT} exceptions}}
</message> </message>
<message name="IDS_SETTINGS_SITE_SETTINGS_COOKIES_BLOCK" desc="The sub-label for links to manage cookies when the current cookie setting is allow."> <message name="IDS_SETTINGS_SITE_SETTINGS_COOKIES_BLOCK" desc="The sub-label for links to manage cookies when the current cookie setting is allow.">
{COUNT, plural, {COUNT, plural,
=0 {Cookies are blocked.} =0 {Cookies are blocked.}
=1 {Cookies are blocked, 1 exception} =1 {Cookies are blocked, 1 exception}
other {Cookies are blocked, # exceptions}} other {Cookies are blocked, {COUNT} exceptions}}
</message> </message>
<message name="IDS_SETTINGS_SITE_SETTINGS_COOKIES_BLOCK_THIRD_PARTY" desc="The sub-label for links to manage cookies when the current cookie setting is to block third party cookies."> <message name="IDS_SETTINGS_SITE_SETTINGS_COOKIES_BLOCK_THIRD_PARTY" desc="The sub-label for links to manage cookies when the current cookie setting is to block third party cookies.">
Third-party cookies are blocked Third-party cookies are blocked
...@@ -2815,7 +2815,7 @@ ...@@ -2815,7 +2815,7 @@
<message name="IDS_SETTINGS_SITE_SETTINGS_NUM_COOKIES" desc="A label showing the number of cookies set on a site."> <message name="IDS_SETTINGS_SITE_SETTINGS_NUM_COOKIES" desc="A label showing the number of cookies set on a site.">
{NUM_COOKIES, plural, {NUM_COOKIES, plural,
=1 {1 cookie} =1 {1 cookie}
other {# cookies}} other {{NUM_COOKIES} cookies}}
</message> </message>
<message name="IDS_SETTINGS_COOKIES_LOCAL_STORAGE_ORIGIN_LABEL" desc="The Local Storage Origin label"> <message name="IDS_SETTINGS_COOKIES_LOCAL_STORAGE_ORIGIN_LABEL" desc="The Local Storage Origin label">
Origin Origin
...@@ -3164,15 +3164,15 @@ ...@@ -3164,15 +3164,15 @@
<message name="IDS_SETTINGS_RESET_CLEANUP_DETAILS_ITEMS_TO_BE_REMOVED" desc="Label for an expansion arrow. On expansion, the screen displays a list of files and programs that Chrome will remove or quarantine. Placeholder can be 2 or more items."> <message name="IDS_SETTINGS_RESET_CLEANUP_DETAILS_ITEMS_TO_BE_REMOVED" desc="Label for an expansion arrow. On expansion, the screen displays a list of files and programs that Chrome will remove or quarantine. Placeholder can be 2 or more items.">
{NUM_ITEMS, plural, {NUM_ITEMS, plural,
=1 {1 item} =1 {1 item}
other {# items}} other {{NUM_ITEMS} items}}
</message> </message>
<message name="IDS_SETTINGS_RESET_CLEANUP_DETAILS_REGISTRY_ENTRIES" desc="Introduces a bullet list containing the names of registry entries to be removed/changed by Chrome."> <message name="IDS_SETTINGS_RESET_CLEANUP_DETAILS_REGISTRY_ENTRIES" desc="Introduces a bullet list containing the names of registry entries to be removed/changed by Chrome.">
Registry entries to be removed or changed: Registry entries to be removed or changed:
</message> </message>
<message name="IDS_SETTINGS_RESET_CLEANUP_DETAILS_MORE" desc="Link; on click, the screen shows items to be removed by Chrome. Items could include files, programs, or registry entries. This link is for advanced users. Placeholder can be 2 or more items."> <message name="IDS_SETTINGS_RESET_CLEANUP_DETAILS_MORE" desc="Link; on click, the screen shows items to be removed by Chrome. Items could include files, programs, or registry entries. This link is for advanced users. Placeholder can be 2 or more items.">
{NUM_DOWNLOAD, plural, {NUM_DOWNLOADS, plural,
=1 {1 more} =1 {1 more}
other {# more}} other {{NUM_DOWNLOADS} more}}
</message> </message>
<message name="IDS_SETTINGS_RESET_CLEANUP_EXPLANATION_CLEANUP_ERROR" desc="Body of a generic error message that could appear during the cleanup of harmful software. Multiple causes for the error are possible."> <message name="IDS_SETTINGS_RESET_CLEANUP_EXPLANATION_CLEANUP_ERROR" desc="Body of a generic error message that could appear during the cleanup of harmful software. Multiple causes for the error are possible.">
An error occurred while Chrome was removing harmful software An error occurred while Chrome was removing harmful software
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment