| 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 4445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4456 <!-- about:version strings --> | 4456 <!-- about:version strings --> |
| 4457 <message name="IDS_ABOUT_VERSION_TITLE" desc="Title on the about:version p
age"> | 4457 <message name="IDS_ABOUT_VERSION_TITLE" desc="Title on the about:version p
age"> |
| 4458 About Version | 4458 About Version |
| 4459 </message> | 4459 </message> |
| 4460 <message name="IDS_ABOUT_VERSION_OFFICIAL" desc="official build on the abo
ut:version page"> | 4460 <message name="IDS_ABOUT_VERSION_OFFICIAL" desc="official build on the abo
ut:version page"> |
| 4461 Official Build | 4461 Official Build |
| 4462 </message> | 4462 </message> |
| 4463 <message name="IDS_ABOUT_VERSION_UNOFFICIAL" desc="unofficial build on the
about:version page"> | 4463 <message name="IDS_ABOUT_VERSION_UNOFFICIAL" desc="unofficial build on the
about:version page"> |
| 4464 Developer Build | 4464 Developer Build |
| 4465 </message> | 4465 </message> |
| 4466 <message name="IDS_ABOUT_VERSION_OS" desc="label for the OS on the about:v
ersion page"> |
| 4467 OS |
| 4468 </message> |
| 4466 <message name="IDS_ABOUT_VERSION_USER_AGENT" desc="label for the user agen
t on the about:version page"> | 4469 <message name="IDS_ABOUT_VERSION_USER_AGENT" desc="label for the user agen
t on the about:version page"> |
| 4467 User Agent | 4470 User Agent |
| 4468 </message> | 4471 </message> |
| 4469 <message name="IDS_ABOUT_VERSION_COMMAND_LINE" desc="label for the command
line on the about:version page"> | 4472 <message name="IDS_ABOUT_VERSION_COMMAND_LINE" desc="label for the command
line on the about:version page"> |
| 4470 Command Line | 4473 Command Line |
| 4471 </message> | 4474 </message> |
| 4475 <message name="IDS_ABOUT_VERSION_EXECUTABLE_PATH" desc="label for the exec
utable path on the about:version page"> |
| 4476 Executable Path |
| 4477 </message> |
| 4478 <message name="IDS_ABOUT_VERSION_PROFILE_PATH" desc="label for the profile
path on the about:version page"> |
| 4479 Profile Path |
| 4480 </message> |
| 4481 <message name="IDS_ABOUT_VERSION_PATH_NOTFOUND" desc="label for the non-ex
istent path on the about:version page"> |
| 4482 No such file or directory |
| 4483 </message> |
| 4472 | 4484 |
| 4473 <!-- Javascript Dialog Box strings --> | 4485 <!-- Javascript Dialog Box strings --> |
| 4474 <message name="IDS_JAVASCRIPT_ALERT_DEFAULT_TITLE" desc="Title for Javascr
ipt alert originating from a web page if there is no hostname to display"> | 4486 <message name="IDS_JAVASCRIPT_ALERT_DEFAULT_TITLE" desc="Title for Javascr
ipt alert originating from a web page if there is no hostname to display"> |
| 4475 Javascript Alert | 4487 Javascript Alert |
| 4476 </message> | 4488 </message> |
| 4477 <message name="IDS_JAVASCRIPT_MESSAGEBOX_DEFAULT_TITLE" desc="Title for Ja
vascript prompt and confirm originating from a web page if there is no hostname
to display"> | 4489 <message name="IDS_JAVASCRIPT_MESSAGEBOX_DEFAULT_TITLE" desc="Title for Ja
vascript prompt and confirm originating from a web page if there is no hostname
to display"> |
| 4478 Javascript | 4490 Javascript |
| 4479 </message> | 4491 </message> |
| 4480 <message name="IDS_JAVASCRIPT_ALERT_TITLE" desc="Title for Javascript aler
t originating from a web page"> | 4492 <message name="IDS_JAVASCRIPT_ALERT_TITLE" desc="Title for Javascript aler
t originating from a web page"> |
| 4481 The page at <ph name="SITE">$1<ex>http://www.google.com</ex> says: | 4493 The page at <ph name="SITE">$1<ex>http://www.google.com</ex> says: |
| (...skipping 7910 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 12392 </includes> | 12404 </includes> |
| 12393 <structures fallback_to_english="true"> | 12405 <structures fallback_to_english="true"> |
| 12394 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 12406 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
| 12395 </structure> | 12407 </structure> |
| 12396 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 12408 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
| 12397 </structure> | 12409 </structure> |
| 12398 </structures> | 12410 </structures> |
| 12399 | 12411 |
| 12400 </release> | 12412 </release> |
| 12401 </grit> | 12413 </grit> |
| OLD | NEW |