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 8291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8302 desc="Title of the new tab page, this is only shown while loading, the
n the title comes from the page"> | 8302 desc="Title of the new tab page, this is only shown while loading, the
n the title comes from the page"> |
8303 New Tab | 8303 New Tab |
8304 </message> | 8304 </message> |
8305 <message name="IDS_NEW_TAB_MOST_VISITED" | 8305 <message name="IDS_NEW_TAB_MOST_VISITED" |
8306 desc="The 'Most Visited' heading on the new tab page"> | 8306 desc="The 'Most Visited' heading on the new tab page"> |
8307 Most visited | 8307 Most visited |
8308 </message> | 8308 </message> |
8309 <message name="IDS_NEW_TAB_BOOKMARKS_PAGE_TITLE" desc="The 'Bookmarks' tit
le on the new tab page"> | 8309 <message name="IDS_NEW_TAB_BOOKMARKS_PAGE_TITLE" desc="The 'Bookmarks' tit
le on the new tab page"> |
8310 Bookmarks | 8310 Bookmarks |
8311 </message> | 8311 </message> |
| 8312 <message name="IDS_NEW_TAB_BOOKMARKS_MANAGER_LINK_TITLE" desc="The title o
f the link to invoke the bookmarks manager from the New Tab Page."> |
| 8313 More... |
| 8314 </message> |
8312 <message name="IDS_NEW_TAB_RESTORE_THUMBNAILS_LINK" | 8315 <message name="IDS_NEW_TAB_RESTORE_THUMBNAILS_LINK" |
8313 desc="The link that restores previously removed thumbnails"> | 8316 desc="The link that restores previously removed thumbnails"> |
8314 Restore all removed thumbnails | 8317 Restore all removed thumbnails |
8315 </message> | 8318 </message> |
8316 <message name="IDS_NEW_TAB_RESTORE_THUMBNAILS_SHORT_LINK" | 8319 <message name="IDS_NEW_TAB_RESTORE_THUMBNAILS_SHORT_LINK" |
8317 desc="The link that restores previously removed thumbnails. Context is
'Thumbnail removed. Undo | Restore all'"> | 8320 desc="The link that restores previously removed thumbnails. Context is
'Thumbnail removed. Undo | Restore all'"> |
8318 Restore all | 8321 Restore all |
8319 </message> | 8322 </message> |
8320 <message name="IDS_NEW_TAB_RECENTLY_CLOSED" | 8323 <message name="IDS_NEW_TAB_RECENTLY_CLOSED" |
8321 desc="The 'Recently Closed' heading on the new tab page"> | 8324 desc="The 'Recently Closed' heading on the new tab page"> |
(...skipping 5174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
13496 </if> | 13499 </if> |
13497 </includes> | 13500 </includes> |
13498 <structures fallback_to_english="true"> | 13501 <structures fallback_to_english="true"> |
13499 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 13502 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
13500 </structure> | 13503 </structure> |
13501 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 13504 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
13502 </structure> | 13505 </structure> |
13503 </structures> | 13506 </structures> |
13504 </release> | 13507 </release> |
13505 </grit> | 13508 </grit> |
OLD | NEW |