| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 | 2 |
| 3 <!-- | 3 <!-- |
| 4 This file contains definitions of resources that will be translated for each | 4 This file contains definitions of resources that will be translated for each |
| 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available | 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available |
| 6 for making strings OS specific. Other platform defines such as use_titlecase | 6 for making strings OS specific. Other platform defines such as use_titlecase |
| 7 are declared in build/common.gypi. | 7 are declared in build/common.gypi. |
| 8 --> | 8 --> |
| 9 | 9 |
| 10 <grit base_dir="." latest_public_release="0" current_release="1" | 10 <grit base_dir="." latest_public_release="0" current_release="1" |
| (...skipping 12296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 12307 </if> | 12307 </if> |
| 12308 <if expr="not use_titlecase"> | 12308 <if expr="not use_titlecase"> |
| 12309 <message name="IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_TITLE" desc="Title o
f the prompt which is shown to inform the user when Chrome blocks some potential
ly deceptive content on the site. This happens as an additional layer of protect
ion when users proceed through the Safe Browsing interstitial to view the site r
egardless."> | 12309 <message name="IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_TITLE" desc="Title o
f the prompt which is shown to inform the user when Chrome blocks some potential
ly deceptive content on the site. This happens as an additional layer of protect
ion when users proceed through the Safe Browsing interstitial to view the site r
egardless."> |
| 12310 Content blocked | 12310 Content blocked |
| 12311 </message> | 12311 </message> |
| 12312 </if> | 12312 </if> |
| 12313 <message name="IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_EXPLANATION" desc="Exp
lanation text for the prompt which is shown to the user after clicking through S
afe Browsing interstitial."> | 12313 <message name="IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_EXPLANATION" desc="Exp
lanation text for the prompt which is shown to the user after clicking through S
afe Browsing interstitial."> |
| 12314 Chrome has blocked parts of this site to protect you from potentially dece
ptive content. | 12314 Chrome has blocked parts of this site to protect you from potentially dece
ptive content. |
| 12315 </message> | 12315 </message> |
| 12316 | 12316 |
| 12317 <message name="IDS_SUBRESOURCE_FILTER_HEADER" desc="Header for the subresour
ce filter setting on the Content Settings dialog."> |
| 12318 Subresource Filter |
| 12319 </message> |
| 12320 <message name="IDS_SUBRESOURCE_FILTER_ALLOW_RADIO" desc="A radio button on t
he Content Settings dialog to allow subresource filter use."> |
| 12321 Allow the Subresource Filter to perform filtering |
| 12322 </message> |
| 12323 <message name="IDS_SUBRESOURCE_FILTER_BLOCK_RADIO" desc="A radio button on t
he Content Settings dialog to block subresource filter use on all sites."> |
| 12324 Do not allow Subresource Filter to perform filtering |
| 12325 </message> |
| 12317 <if expr="is_win"> | 12326 <if expr="is_win"> |
| 12318 <message name="IDS_UTILITY_PROCESS_SHELL_HANDLER_NAME" desc="The name of t
he utility process used to handle shell operations."> | 12327 <message name="IDS_UTILITY_PROCESS_SHELL_HANDLER_NAME" desc="The name of t
he utility process used to handle shell operations."> |
| 12319 Shell Handler | 12328 Shell Handler |
| 12320 </message> | 12329 </message> |
| 12321 </if> | 12330 </if> |
| 12322 | 12331 |
| 12323 <!-- Welcome page (chrome://welcome) strings --> | 12332 <!-- Welcome page (chrome://welcome) strings --> |
| 12324 <if expr="not chromeos"> | 12333 <if expr="not chromeos"> |
| 12325 <message name="IDS_WELCOME_SUBHEADER" desc="A message which will appear un
derneath the header on the Welcome UI."> | 12334 <message name="IDS_WELCOME_SUBHEADER" desc="A message which will appear un
derneath the header on the Welcome UI."> |
| 12326 The web browser by Google, for you | 12335 The web browser by Google, for you |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 12394 Your downloads appear here | 12403 Your downloads appear here |
| 12395 </message> | 12404 </message> |
| 12396 | 12405 |
| 12397 <!-- Automation info bar --> | 12406 <!-- Automation info bar --> |
| 12398 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br
owser session is being controlled by an automated test."> | 12407 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br
owser session is being controlled by an automated test."> |
| 12399 Chrome is being controlled by automated test software. | 12408 Chrome is being controlled by automated test software. |
| 12400 </message> | 12409 </message> |
| 12401 </messages> | 12410 </messages> |
| 12402 </release> | 12411 </release> |
| 12403 </grit> | 12412 </grit> |
| OLD | NEW |