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 4439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4450 <!-- about:version strings --> | 4450 <!-- about:version strings --> |
4451 <message name="IDS_ABOUT_VERSION_TITLE" desc="Title on the about:version p age"> | 4451 <message name="IDS_ABOUT_VERSION_TITLE" desc="Title on the about:version p age"> |
4452 About Version | 4452 About Version |
4453 </message> | 4453 </message> |
4454 <message name="IDS_ABOUT_VERSION_OFFICIAL" desc="official build on the abo ut:version page"> | 4454 <message name="IDS_ABOUT_VERSION_OFFICIAL" desc="official build on the abo ut:version page"> |
4455 Official Build | 4455 Official Build |
4456 </message> | 4456 </message> |
4457 <message name="IDS_ABOUT_VERSION_UNOFFICIAL" desc="unofficial build on the about:version page"> | 4457 <message name="IDS_ABOUT_VERSION_UNOFFICIAL" desc="unofficial build on the about:version page"> |
4458 Developer Build | 4458 Developer Build |
4459 </message> | 4459 </message> |
4460 <message name="IDS_ABOUT_VERSION_USER_AGENT" desc="label for the user agen t on the about:version page"> | 4460 <message name="IDS_ABOUT_VERSION_OS" desc="label for an OS on the about:ve rsion page"> |
Evan Martin
2011/04/27 18:00:23
All of the "a"/"an" in these descriptions ("a user
| |
4461 OS | |
4462 </message> | |
4463 <message name="IDS_ABOUT_VERSION_USER_AGENT" desc="label for a user agent on the about:version page"> | |
4461 User Agent | 4464 User Agent |
4462 </message> | 4465 </message> |
4463 <message name="IDS_ABOUT_VERSION_COMMAND_LINE" desc="label for the command line on the about:version page"> | 4466 <message name="IDS_ABOUT_VERSION_COMMAND_LINE" desc="label for a command l ine on the about:version page"> |
4464 Command Line | 4467 Command Line |
4465 </message> | 4468 </message> |
4469 <message name="IDS_ABOUT_VERSION_EXECUTABLE_PATH" desc="label for a execut able path on the about:version page"> | |
4470 Executable Path | |
4471 </message> | |
4472 <message name="IDS_ABOUT_VERSION_PROFILE_PATH" desc="label for a profile p ath on the about:version page"> | |
4473 Profile Path | |
4474 </message> | |
4466 | 4475 |
4467 <!-- Javascript Dialog Box strings --> | 4476 <!-- Javascript Dialog Box strings --> |
4468 <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"> | 4477 <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"> |
4469 Javascript Alert | 4478 Javascript Alert |
4470 </message> | 4479 </message> |
4471 <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"> | 4480 <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"> |
4472 Javascript | 4481 Javascript |
4473 </message> | 4482 </message> |
4474 <message name="IDS_JAVASCRIPT_ALERT_TITLE" desc="Title for Javascript aler t originating from a web page"> | 4483 <message name="IDS_JAVASCRIPT_ALERT_TITLE" desc="Title for Javascript aler t originating from a web page"> |
4475 The page at <ph name="SITE">$1<ex>http://www.google.com</ex> says: | 4484 The page at <ph name="SITE">$1<ex>http://www.google.com</ex> says: |
(...skipping 7686 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
12162 </includes> | 12171 </includes> |
12163 <structures fallback_to_english="true"> | 12172 <structures fallback_to_english="true"> |
12164 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > | 12173 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > |
12165 </structure> | 12174 </structure> |
12166 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > | 12175 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > |
12167 </structure> | 12176 </structure> |
12168 </structures> | 12177 </structures> |
12169 | 12178 |
12170 </release> | 12179 </release> |
12171 </grit> | 12180 </grit> |
OLD | NEW |