| 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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 <message name="IDS_PERMISSION_DENY" desc="Label on button to deny a permis
sions request."> | 233 <message name="IDS_PERMISSION_DENY" desc="Label on button to deny a permis
sions request."> |
| 234 Block | 234 Block |
| 235 </message> | 235 </message> |
| 236 <message name="IDS_PERMISSION_CUSTOMIZE" desc="Label on text button to all
ow the user to customize a permissions request."> | 236 <message name="IDS_PERMISSION_CUSTOMIZE" desc="Label on text button to all
ow the user to customize a permissions request."> |
| 237 Customize | 237 Customize |
| 238 </message> | 238 </message> |
| 239 | 239 |
| 240 <!-- Runtime permission infobar strings --> | 240 <!-- Runtime permission infobar strings --> |
| 241 <if expr="is_android"> | 241 <if expr="is_android"> |
| 242 <message name="IDS_INFOBAR_UPDATE_PERMISSIONS_BUTTON_TEXT" desc="Button
text shown when Chrome does not have the necessary permission required to comple
te the requested tasks (e.g. a website has request location information, but Chr
ome is missing that Android permission)." formatter_data="android_java"> | 242 <message name="IDS_INFOBAR_UPDATE_PERMISSIONS_BUTTON_TEXT" desc="Button
text shown when Chrome does not have the necessary permission required to comple
te the requested tasks (e.g. a website has request location information, but Chr
ome is missing that Android permission)." formatter_data="android_java"> |
| 243 Update permissions | 243 Continue |
| 244 </message> | 244 </message> |
| 245 </if> | 245 </if> |
| 246 | 246 |
| 247 <message name="IDS_ALTERNATE_NAV_URL_VIEW_LABEL" desc="Label displayed in
an infobar when a user searches for a term they may have meant to navigate to."> | 247 <message name="IDS_ALTERNATE_NAV_URL_VIEW_LABEL" desc="Label displayed in
an infobar when a user searches for a term they may have meant to navigate to."> |
| 248 Did you mean to go to <ph name="SITE">$1<ex>http://intranetsite/</ex></p
h>? | 248 Did you mean to go to <ph name="SITE">$1<ex>http://intranetsite/</ex></p
h>? |
| 249 </message> | 249 </message> |
| 250 | 250 |
| 251 <message name="IDS_DOWNLOAD_TITLE" desc="Title for the downloads tab."> | 251 <message name="IDS_DOWNLOAD_TITLE" desc="Title for the downloads tab."> |
| 252 Downloads | 252 Downloads |
| 253 </message> | 253 </message> |
| (...skipping 11920 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 12174 Your downloads appear here | 12174 Your downloads appear here |
| 12175 </message> | 12175 </message> |
| 12176 | 12176 |
| 12177 <!-- Automation info bar --> | 12177 <!-- Automation info bar --> |
| 12178 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br
owser session is being controlled by an automated test."> | 12178 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br
owser session is being controlled by an automated test."> |
| 12179 Chrome is being controlled by automated test software. | 12179 Chrome is being controlled by automated test software. |
| 12180 </message> | 12180 </message> |
| 12181 </messages> | 12181 </messages> |
| 12182 </release> | 12182 </release> |
| 12183 </grit> | 12183 </grit> |
| OLD | NEW |