Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(302)

Side by Side Diff: chrome/app/generated_resources.grd

Issue 2953523002: Add 'Other' category on the Data Saver site-breakdown page (Closed)
Patch Set: Moved UI string to cpp Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 12109 matching lines...) Expand 10 before | Expand all | Expand 10 after
12120 </message> 12120 </message>
12121 <message name="IDS_DATA_USE_TRACKING_ENDED_CONTINUE" desc="Continue button for the dialog shown when data use tracking has ended. When clicked, the page r esumes loading."> 12121 <message name="IDS_DATA_USE_TRACKING_ENDED_CONTINUE" desc="Continue button for the dialog shown when data use tracking has ended. When clicked, the page r esumes loading.">
12122 Continue 12122 Continue
12123 </message> 12123 </message>
12124 <message name="IDS_DATA_USE_LEARN_MORE_TITLE" desc="Title for the 'Learn m ore' link in the the dialog shown when data use tracking has ended."> 12124 <message name="IDS_DATA_USE_LEARN_MORE_TITLE" desc="Title for the 'Learn m ore' link in the the dialog shown when data use tracking has ended.">
12125 Learn more 12125 Learn more
12126 </message> 12126 </message>
12127 <message name="IDS_DATA_USE_LEARN_MORE_LINK_URL" desc="URL for the 'Learn more' link in the the dialog shown when data use tracking has ended."> 12127 <message name="IDS_DATA_USE_LEARN_MORE_LINK_URL" desc="URL for the 'Learn more' link in the the dialog shown when data use tracking has ended.">
12128 <!-- Intentionally empty. This is overridden via Finch. --> 12128 <!-- Intentionally empty. This is overridden via Finch. -->
12129 </message> 12129 </message>
12130
12131 <!-- Data Saver -->
12132 <message name="IDS_DATA_REDUCTION_BREAKDOWN_OTHER_HOST_NAME" desc="Host na me of the other category on the Data Reduction statistics page. This category gr oups data that cannot be linked to a site. The breakdown lists the top ten sites with the greatest amount of data usage or mobile data that was saved and then g roups the remaining sites together.">
12133 Other
12134 </message>
12130 </if> 12135 </if>
12131 12136
12132 <if expr="not is_android"> 12137 <if expr="not is_android">
12133 <!-- Device Chooser Prompt --> 12138 <!-- Device Chooser Prompt -->
12134 <message name="IDS_BLUETOOTH_DEVICE_CHOOSER_PROMPT_ORIGIN" desc="The label that is used to introduce Bluetooth chooser details to the user in a popup when it is from a website."> 12139 <message name="IDS_BLUETOOTH_DEVICE_CHOOSER_PROMPT_ORIGIN" desc="The label that is used to introduce Bluetooth chooser details to the user in a popup when it is from a website.">
12135 <ph name="Origin">$1<ex>www.google.com</ex></ph> wants to pair 12140 <ph name="Origin">$1<ex>www.google.com</ex></ph> wants to pair
12136 </message> 12141 </message>
12137 <message name="IDS_BLUETOOTH_DEVICE_CHOOSER_PROMPT_EXTENSION_NAME" desc="T he label that is used to introduce Bluetooth chooser details to the user in a po pup when it is from a Chrome extension."> 12142 <message name="IDS_BLUETOOTH_DEVICE_CHOOSER_PROMPT_EXTENSION_NAME" desc="T he label that is used to introduce Bluetooth chooser details to the user in a po pup when it is from a Chrome extension.">
12138 "<ph name="CHROME_EXTENSION_NAME">$1<ex>Chrome extension name</ex></ph>" wants to pair 12143 "<ph name="CHROME_EXTENSION_NAME">$1<ex>Chrome extension name</ex></ph>" wants to pair
12139 </message> 12144 </message>
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
12361 12366
12362 <!-- VR specific strings --> 12367 <!-- VR specific strings -->
12363 <if expr="enable_vr"> 12368 <if expr="enable_vr">
12364 <message name="IDS_PRESS_APP_TO_EXIT" desc="Text displayed in a transient bubble to tell users how to return from cinema mode (where the page displayed in a cinema like environment) or presentation mode (where the WebVR page occupies the entire screen) to normal mode."> 12369 <message name="IDS_PRESS_APP_TO_EXIT" desc="Text displayed in a transient bubble to tell users how to return from cinema mode (where the page displayed in a cinema like environment) or presentation mode (where the WebVR page occupies the entire screen) to normal mode.">
12365 Press App button to exit 12370 Press App button to exit
12366 </message> 12371 </message>
12367 </if> 12372 </if>
12368 </messages> 12373 </messages>
12369 </release> 12374 </release>
12370 </grit> 12375 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698