| 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 12279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 12290 <if expr="use_titlecase"> | 12290 <if expr="use_titlecase"> |
| 12291 <message name="IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_RELOAD" desc="In Titl
e Case: Button which reloads the page in order to also show content that was pre
viously blocked."> | 12291 <message name="IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_RELOAD" desc="In Titl
e Case: Button which reloads the page in order to also show content that was pre
viously blocked."> |
| 12292 Load Full Site | 12292 Load Full Site |
| 12293 </message> | 12293 </message> |
| 12294 </if> | 12294 </if> |
| 12295 <if expr="not use_titlecase"> | 12295 <if expr="not use_titlecase"> |
| 12296 <message name="IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_RELOAD" desc="Button
which reloads the page in order to also show content that was previously blocked
."> | 12296 <message name="IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_RELOAD" desc="Button
which reloads the page in order to also show content that was previously blocked
."> |
| 12297 Load full site | 12297 Load full site |
| 12298 </message> | 12298 </message> |
| 12299 </if> | 12299 </if> |
| 12300 <message name="IDS_FILTERED_DECEPTIVE_CONTENT_RELOAD_ACTION" desc="Button wh
ich reloads the page after a toggle is checked which prompts the user to reload.
"> | |
| 12301 Reload | |
| 12302 </message> | |
| 12303 <if expr="use_titlecase"> | 12300 <if expr="use_titlecase"> |
| 12304 <message name="IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_TITLE" desc="In Titl
e Case: title of the prompt which is shown to inform the user when Chrome blocks
some potentially deceptive content on the site. This happens as an additional l
ayer of protection when users proceed through the Safe Browsing interstitial to
view the site regardless."> | 12301 <message name="IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_TITLE" desc="In Titl
e Case: title of the prompt which is shown to inform the user when Chrome blocks
some potentially deceptive content on the site. This happens as an additional l
ayer of protection when users proceed through the Safe Browsing interstitial to
view the site regardless."> |
| 12305 Content Blocked | 12302 Content Blocked |
| 12306 </message> | 12303 </message> |
| 12307 </if> | 12304 </if> |
| 12308 <if expr="not use_titlecase"> | 12305 <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."> | 12306 <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 | 12307 Content blocked |
| 12311 </message> | 12308 </message> |
| 12312 </if> | 12309 </if> |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 12403 Your downloads appear here | 12400 Your downloads appear here |
| 12404 </message> | 12401 </message> |
| 12405 | 12402 |
| 12406 <!-- Automation info bar --> | 12403 <!-- Automation info bar --> |
| 12407 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br
owser session is being controlled by an automated test."> | 12404 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br
owser session is being controlled by an automated test."> |
| 12408 Chrome is being controlled by automated test software. | 12405 Chrome is being controlled by automated test software. |
| 12409 </message> | 12406 </message> |
| 12410 </messages> | 12407 </messages> |
| 12411 </release> | 12408 </release> |
| 12412 </grit> | 12409 </grit> |
| OLD | NEW |