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 4427 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4438 <!-- about:version strings --> | 4438 <!-- about:version strings --> |
4439 <message name="IDS_ABOUT_VERSION_TITLE" desc="Title on the about:version p age"> | 4439 <message name="IDS_ABOUT_VERSION_TITLE" desc="Title on the about:version p age"> |
4440 About Version | 4440 About Version |
4441 </message> | 4441 </message> |
4442 <message name="IDS_ABOUT_VERSION_OFFICIAL" desc="official build on the abo ut:version page"> | 4442 <message name="IDS_ABOUT_VERSION_OFFICIAL" desc="official build on the abo ut:version page"> |
4443 Official Build | 4443 Official Build |
4444 </message> | 4444 </message> |
4445 <message name="IDS_ABOUT_VERSION_UNOFFICIAL" desc="unofficial build on the about:version page"> | 4445 <message name="IDS_ABOUT_VERSION_UNOFFICIAL" desc="unofficial build on the about:version page"> |
4446 Developer Build | 4446 Developer Build |
4447 </message> | 4447 </message> |
4448 <message name="IDS_ABOUT_VERSION_USER_AGENT" desc="label for the user agen t on the about:version page"> | 4448 <message name="IDS_ABOUT_VERSION_OS" desc="label for an OS on the about:ve rsion page"> |
4449 OS | |
4450 </message> | |
4451 <message name="IDS_ABOUT_VERSION_WEBKIT" desc="label for a WebKit on the a bout:version page"> | |
Evan Martin
2011/04/22 22:36:41
What does "label for a WebKit" mean?
| |
4452 WebKit | |
4453 </message> | |
4454 <message name="IDS_ABOUT_VERSION_JS" desc="label for a JavaScript engine o n the about:version page"> | |
4455 JavaScript | |
4456 </message> | |
4457 <message name="IDS_ABOUT_VERSION_USER_AGENT" desc="label for a user agent on the about:version page"> | |
4449 User Agent | 4458 User Agent |
4450 </message> | 4459 </message> |
4451 <message name="IDS_ABOUT_VERSION_COMMAND_LINE" desc="label for the command line on the about:version page"> | 4460 <message name="IDS_ABOUT_VERSION_COMMAND_LINE" desc="label for a command l ine on the about:version page"> |
4452 Command Line | 4461 Command Line |
4453 </message> | 4462 </message> |
4463 <message name="IDS_ABOUT_VERSION_EXECUTABLE_PATH" desc="label for a execut able path on the about:version page"> | |
4464 Executable Path | |
4465 </message> | |
4466 <message name="IDS_ABOUT_VERSION_PROFILE_PATH" desc="label for a profile p ath on the about:version page"> | |
4467 Profile Path | |
4468 </message> | |
4454 | 4469 |
4455 <!-- Javascript Dialog Box strings --> | 4470 <!-- Javascript Dialog Box strings --> |
4456 <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"> | 4471 <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"> |
4457 Javascript Alert | 4472 Javascript Alert |
4458 </message> | 4473 </message> |
4459 <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"> | 4474 <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"> |
4460 Javascript | 4475 Javascript |
4461 </message> | 4476 </message> |
4462 <message name="IDS_JAVASCRIPT_ALERT_TITLE" desc="Title for Javascript aler t originating from a web page"> | 4477 <message name="IDS_JAVASCRIPT_ALERT_TITLE" desc="Title for Javascript aler t originating from a web page"> |
4463 The page at <ph name="SITE">$1<ex>http://www.google.com</ex> says: | 4478 The page at <ph name="SITE">$1<ex>http://www.google.com</ex> says: |
(...skipping 7637 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
12101 </includes> | 12116 </includes> |
12102 <structures fallback_to_english="true"> | 12117 <structures fallback_to_english="true"> |
12103 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > | 12118 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > |
12104 </structure> | 12119 </structure> |
12105 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > | 12120 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > |
12106 </structure> | 12121 </structure> |
12107 </structures> | 12122 </structures> |
12108 | 12123 |
12109 </release> | 12124 </release> |
12110 </grit> | 12125 </grit> |
OLD | NEW |