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. OS values are passed through from Python's sys.platform: | 5 locale. OS values are passed through from Python's sys.platform: |
6 | 6 |
7 win32 - Windows | 7 win32 - Windows |
8 darwin - Mac | 8 darwin - Mac |
9 linux2 - Linux (both Views and GTK+) | 9 linux2 - Linux (both Views and GTK+) |
10 | 10 |
(...skipping 4302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4313 <message name="IDS_CRASHES_BUG_LINK_LABEL" desc="Link text for filing a cr
ash bug on chrome://crashes"> | 4313 <message name="IDS_CRASHES_BUG_LINK_LABEL" desc="Link text for filing a cr
ash bug on chrome://crashes"> |
4314 File bug | 4314 File bug |
4315 </message> | 4315 </message> |
4316 <message name="IDS_CRASHES_NO_CRASHES_MESSAGE" desc="The explanatory messa
ge for chrome://crashes when there are no crashes"> | 4316 <message name="IDS_CRASHES_NO_CRASHES_MESSAGE" desc="The explanatory messa
ge for chrome://crashes when there are no crashes"> |
4317 You have no recently reported crashes. Crashes that occurred when crash
reporting was disabled will not appear here. | 4317 You have no recently reported crashes. Crashes that occurred when crash
reporting was disabled will not appear here. |
4318 </message> | 4318 </message> |
4319 <message name="IDS_CRASHES_DISABLED_HEADER" desc="The header for chrome://
crashes when crash reporting is disabled"> | 4319 <message name="IDS_CRASHES_DISABLED_HEADER" desc="The header for chrome://
crashes when crash reporting is disabled"> |
4320 Crash reporting is disabled. | 4320 Crash reporting is disabled. |
4321 </message> | 4321 </message> |
4322 | 4322 |
| 4323 <!-- chrome://sessions --> |
| 4324 <message name="IDS_SESSIONS_TITLE" desc="Title for the chrome://sessions p
age."> |
| 4325 Sessions |
| 4326 </message> |
| 4327 <message name="IDS_SESSIONS_SESSION_COUNT_BANNER_FORMAT" desc="Format for
sessions count banner on chrome://sessions"> |
| 4328 Sessions (<ph name="SESSION_COUNT">$1<ex>3</ex></ph>) |
| 4329 </message> |
| 4330 <message name="IDS_SESSIONS_NO_SESSIONS_MESSAGE" desc="The explanatory mes
sage for chrome://sessions when there are no sessions"> |
| 4331 There are no sessions. |
| 4332 </message> |
| 4333 <message name="IDS_SESSIONS_MAGIC_LIST_BANNER_FORMAT" desc="Format for mag
ic list count banner on chrome://sessions"> |
| 4334 Magic List (<ph name="MAGIC_COUNT">$1<ex>3</ex></ph>) |
| 4335 </message> |
| 4336 <message name="IDS_SESSIONS_NO_MAGIC_MESSAGE" desc="The explanatory messag
e for chrome://sessions when there are no entries in the magic list"> |
| 4337 There is no magic. |
| 4338 </message> |
| 4339 |
4323 <!-- Instant --> | 4340 <!-- Instant --> |
4324 <message name="IDS_INSTANT_OPT_IN_ENABLE" desc="Button shown in the omnibo
x dropdown for enabling instant"> | 4341 <message name="IDS_INSTANT_OPT_IN_ENABLE" desc="Button shown in the omnibo
x dropdown for enabling instant"> |
4325 Enable... | 4342 Enable... |
4326 </message> | 4343 </message> |
4327 <message name="IDS_INSTANT_OPT_IN_NO_THANKS" desc="Button shown in the omn
ibox dropdodown for not enabling instant"> | 4344 <message name="IDS_INSTANT_OPT_IN_NO_THANKS" desc="Button shown in the omn
ibox dropdodown for not enabling instant"> |
4328 No thanks | 4345 No thanks |
4329 </message> | 4346 </message> |
4330 <message name="IDS_INSTANT_OPT_IN_LABEL" desc="Label shown in the omnibox
dropdown for enabling instant"> | 4347 <message name="IDS_INSTANT_OPT_IN_LABEL" desc="Label shown in the omnibox
dropdown for enabling instant"> |
4331 Enable Instant for faster searching and browsing? | 4348 Enable Instant for faster searching and browsing? |
4332 </message> | 4349 </message> |
(...skipping 8289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12622 </includes> | 12639 </includes> |
12623 <structures fallback_to_english="true"> | 12640 <structures fallback_to_english="true"> |
12624 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 12641 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
12625 </structure> | 12642 </structure> |
12626 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 12643 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
12627 </structure> | 12644 </structure> |
12628 </structures> | 12645 </structures> |
12629 | 12646 |
12630 </release> | 12647 </release> |
12631 </grit> | 12648 </grit> |
OLD | NEW |