Chromium Code Reviews| 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 12291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 12302 <if expr="use_titlecase"> | 12302 <if expr="use_titlecase"> |
| 12303 <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."> | 12303 <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."> |
| 12304 Load Full Site | 12304 Load Full Site |
| 12305 </message> | 12305 </message> |
| 12306 </if> | 12306 </if> |
| 12307 <if expr="not use_titlecase"> | 12307 <if expr="not use_titlecase"> |
| 12308 <message name="IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_RELOAD" desc="Button which reloads the page in order to also show content that was previously blocked ."> | 12308 <message name="IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_RELOAD" desc="Button which reloads the page in order to also show content that was previously blocked ."> |
| 12309 Load full site | 12309 Load full site |
| 12310 </message> | 12310 </message> |
| 12311 </if> | 12311 </if> |
| 12312 <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. "> | |
| 12313 Reload | |
|
gone
2017/04/04 20:39:44
There should already be an IDS_RELOAD somewhere fo
Charlie Harrison
2017/04/05 13:31:31
It looks like there is an IDS_RELOAD in android-on
| |
| 12314 </message> | |
| 12312 <if expr="use_titlecase"> | 12315 <if expr="use_titlecase"> |
| 12313 <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."> | 12316 <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."> |
| 12314 Content Blocked | 12317 Content Blocked |
| 12315 </message> | 12318 </message> |
| 12316 </if> | 12319 </if> |
| 12317 <if expr="not use_titlecase"> | 12320 <if expr="not use_titlecase"> |
| 12318 <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."> | 12321 <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."> |
| 12319 Content blocked | 12322 Content blocked |
| 12320 </message> | 12323 </message> |
| 12321 </if> | 12324 </if> |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 12412 Your downloads appear here | 12415 Your downloads appear here |
| 12413 </message> | 12416 </message> |
| 12414 | 12417 |
| 12415 <!-- Automation info bar --> | 12418 <!-- Automation info bar --> |
| 12416 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test."> | 12419 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test."> |
| 12417 Chrome is being controlled by automated test software. | 12420 Chrome is being controlled by automated test software. |
| 12418 </message> | 12421 </message> |
| 12419 </messages> | 12422 </messages> |
| 12420 </release> | 12423 </release> |
| 12421 </grit> | 12424 </grit> |
| OLD | NEW |