| 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 8330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8341 Expand | 8341 Expand |
| 8342 </message> | 8342 </message> |
| 8343 </if> | 8343 </if> |
| 8344 | 8344 |
| 8345 <!-- Offline page --> | 8345 <!-- Offline page --> |
| 8346 <if expr="pp_ifdef('chromeos')"> | 8346 <if expr="pp_ifdef('chromeos')"> |
| 8347 <message name="IDS_OFFLINE_LOAD_HEADLINE" desc="Offline Page HTML headli
ne"> | 8347 <message name="IDS_OFFLINE_LOAD_HEADLINE" desc="Offline Page HTML headli
ne"> |
| 8348 Your device is offline | 8348 Your device is offline |
| 8349 </message> | 8349 </message> |
| 8350 <message name="IDS_SITE_OFFLINE_LOAD_DESCRIPTION" desc="offline site"> | 8350 <message name="IDS_SITE_OFFLINE_LOAD_DESCRIPTION" desc="offline site"> |
| 8351 The webpage at <ph name="HOST_NAME"><strong>$1<ex>www.offline.co
m</ex></strong></ph> cannot be reached because your network connection is
down. The page will be loaded when the network connection is restored. <br>
; | 8351 The webpage at <ph name="HOST_NAME"><strong>$1<ex>www.offline.co
m</ex></strong></ph> cannot be reached because your network connection is
down. The page will be loaded when the network connection is restored. <ph name=
"LINE_BREAK"><br><ex><br></ex></ph> |
| 8352 </message> | 8352 </message> |
| 8353 <message name="IDS_APP_OFFLINE_LOAD_DESCRIPTION" desc="offline app"> | 8353 <message name="IDS_APP_OFFLINE_LOAD_DESCRIPTION" desc="offline app"> |
| 8354 The app at <ph name="HOST_NAME"><strong>$1<ex>www.offline.com</e
x></strong></ph> cannot be reached because your network connection is down
. The page will be loaded when the network connection is restored. <br> | 8354 The app at <ph name="HOST_NAME"><strong>$1<ex>www.offline.com</e
x></strong></ph> cannot be reached because your network connection is down
. The page will be loaded when the network connection is restored. <ph name="LIN
E_BREAK"><br><ex><br></ex></ph> |
| 8355 </message> | 8355 </message> |
| 8356 <message name="IDS_OFFLINE_TRY_LOADING"> | 8356 <message name="IDS_OFFLINE_TRY_LOADING"> |
| 8357 Try loading the page anyway | 8357 Try loading the page anyway |
| 8358 </message> | 8358 </message> |
| 8359 <message name="IDS_OFFLINE_NETWORK_SETTINGS"> | 8359 <message name="IDS_OFFLINE_NETWORK_SETTINGS"> |
| 8360 Network settings | 8360 Network settings |
| 8361 </message> | 8361 </message> |
| 8362 </if> | 8362 </if> |
| 8363 | 8363 |
| 8364 <!-- Multi-profile --> | 8364 <!-- Multi-profile --> |
| (...skipping 4951 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 13316 </includes> | 13316 </includes> |
| 13317 <structures fallback_to_english="true"> | 13317 <structures fallback_to_english="true"> |
| 13318 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 13318 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
| 13319 </structure> | 13319 </structure> |
| 13320 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 13320 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
| 13321 </structure> | 13321 </structure> |
| 13322 </structures> | 13322 </structures> |
| 13323 | 13323 |
| 13324 </release> | 13324 </release> |
| 13325 </grit> | 13325 </grit> |
| OLD | NEW |