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. The variables is_win, is_macosx, is_linux, and is_posix are available | 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available |
6 for making strings OS specific. Other platform defines such as use_titlecase | 6 for making strings OS specific. Other platform defines such as use_titlecase |
7 are declared in build/common.gypi. | 7 are declared in build/common.gypi. |
8 --> | 8 --> |
9 | 9 |
10 <grit base_dir="." latest_public_release="0" current_release="1" | 10 <grit base_dir="." latest_public_release="0" current_release="1" |
(...skipping 11596 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
11607 | 11607 |
11608 <!-- Bookmarks menu --> | 11608 <!-- Bookmarks menu --> |
11609 <message name="IDS_BOOKMARK_CURRENT_PAGE_LINUX" desc="The Linux menu ite
m for bookmarking the current page in the bookmark menu."> | 11609 <message name="IDS_BOOKMARK_CURRENT_PAGE_LINUX" desc="The Linux menu ite
m for bookmarking the current page in the bookmark menu."> |
11610 Bookmark This Page... | 11610 Bookmark This Page... |
11611 </message> | 11611 </message> |
11612 <message name="IDS_BOOKMARK_ALL_TABS_LINUX" desc="The Linux menu item fo
r bookmarking all tabs in the current window."> | 11612 <message name="IDS_BOOKMARK_ALL_TABS_LINUX" desc="The Linux menu item fo
r bookmarking all tabs in the current window."> |
11613 Bookmark All Tabs... | 11613 Bookmark All Tabs... |
11614 </message> | 11614 </message> |
11615 </if> | 11615 </if> |
11616 | 11616 |
| 11617 <!-- Color chooser dialog default titles (only used on Linux) --> |
| 11618 <message name="IDS_SELECT_COLOR_DIALOG_TITLE" desc="The default title for th
e Select Color color chooser dialog."> |
| 11619 Select Color |
| 11620 </message> |
| 11621 |
11617 <!-- File chooser dialog default titles (only used on Linux) --> | 11622 <!-- File chooser dialog default titles (only used on Linux) --> |
11618 <message name="IDS_SELECT_FOLDER_DIALOG_TITLE" desc="The default title for t
he Select Folder file chooser dialog."> | 11623 <message name="IDS_SELECT_FOLDER_DIALOG_TITLE" desc="The default title for t
he Select Folder file chooser dialog."> |
11619 Select Folder | 11624 Select Folder |
11620 </message> | 11625 </message> |
11621 <message name="IDS_SAVE_AS_DIALOG_TITLE" desc="The default title for the Sav
e As file chooser dialog."> | 11626 <message name="IDS_SAVE_AS_DIALOG_TITLE" desc="The default title for the Sav
e As file chooser dialog."> |
11622 Save File | 11627 Save File |
11623 </message> | 11628 </message> |
11624 <message name="IDS_OPEN_FILE_DIALOG_TITLE" desc="The default title for the O
pen File file chooser dialog (single file)."> | 11629 <message name="IDS_OPEN_FILE_DIALOG_TITLE" desc="The default title for the O
pen File file chooser dialog (single file)."> |
11625 Open File | 11630 Open File |
11626 </message> | 11631 </message> |
(...skipping 3455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
15082 </messages> | 15087 </messages> |
15083 <structures fallback_to_english="true"> | 15088 <structures fallback_to_english="true"> |
15084 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> | 15089 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> |
15085 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 15090 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
15086 </structure> | 15091 </structure> |
15087 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 15092 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
15088 </structure> | 15093 </structure> |
15089 </structures> | 15094 </structures> |
15090 </release> | 15095 </release> |
15091 </grit> | 15096 </grit> |
OLD | NEW |