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_OS" desc="label for the OS on the about:v
ersion page"> |
| 4461 OS |
| 4462 </message> |
4460 <message name="IDS_ABOUT_VERSION_USER_AGENT" desc="label for the user agen
t on the about:version page"> | 4463 <message name="IDS_ABOUT_VERSION_USER_AGENT" desc="label for the user agen
t 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 the command
line 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 the exec
utable path on the about:version page"> |
| 4470 Executable Path |
| 4471 </message> |
| 4472 <message name="IDS_ABOUT_VERSION_PROFILE_PATH" desc="label for the profile
path on the about:version page"> |
| 4473 Profile Path |
| 4474 </message> |
| 4475 <message name="IDS_ABOUT_VERSION_PATH_NOTFOUND" desc="label for the non-ex
istent path on the about:version page"> |
| 4476 No such file or directory |
| 4477 </message> |
4466 | 4478 |
4467 <!-- Javascript Dialog Box strings --> | 4479 <!-- 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"> | 4480 <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 | 4481 Javascript Alert |
4470 </message> | 4482 </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"> | 4483 <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 | 4484 Javascript |
4473 </message> | 4485 </message> |
4474 <message name="IDS_JAVASCRIPT_ALERT_TITLE" desc="Title for Javascript aler
t originating from a web page"> | 4486 <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: | 4487 The page at <ph name="SITE">$1<ex>http://www.google.com</ex> says: |
(...skipping 7904 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12380 </includes> | 12392 </includes> |
12381 <structures fallback_to_english="true"> | 12393 <structures fallback_to_english="true"> |
12382 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 12394 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
12383 </structure> | 12395 </structure> |
12384 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 12396 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
12385 </structure> | 12397 </structure> |
12386 </structures> | 12398 </structures> |
12387 | 12399 |
12388 </release> | 12400 </release> |
12389 </grit> | 12401 </grit> |
OLD | NEW |