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 8279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
8290 desc="Title of the new tab page, this is only shown while loading, the n the title comes from the page"> | 8290 desc="Title of the new tab page, this is only shown while loading, the n the title comes from the page"> |
8291 New Tab | 8291 New Tab |
8292 </message> | 8292 </message> |
8293 <message name="IDS_NEW_TAB_MOST_VISITED" | 8293 <message name="IDS_NEW_TAB_MOST_VISITED" |
8294 desc="The 'Most Visited' heading on the new tab page"> | 8294 desc="The 'Most Visited' heading on the new tab page"> |
8295 Most visited | 8295 Most visited |
8296 </message> | 8296 </message> |
8297 <message name="IDS_NEW_TAB_BOOKMARKS_PAGE_TITLE" desc="The 'Bookmarks' tit le on the new tab page"> | 8297 <message name="IDS_NEW_TAB_BOOKMARKS_PAGE_TITLE" desc="The 'Bookmarks' tit le on the new tab page"> |
8298 Bookmarks | 8298 Bookmarks |
8299 </message> | 8299 </message> |
8300 <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."> | |
8301 View all bookmarks for this folder | |
csilv
2011/08/23 22:47:43
I'm open to suggestions for alternative titles.
Evan Stade
2011/08/25 01:46:24
simply "More..."
csilv
2011/08/25 17:41:56
Done.
| |
8302 </message> | |
8300 <message name="IDS_NEW_TAB_RESTORE_THUMBNAILS_LINK" | 8303 <message name="IDS_NEW_TAB_RESTORE_THUMBNAILS_LINK" |
8301 desc="The link that restores previously removed thumbnails"> | 8304 desc="The link that restores previously removed thumbnails"> |
8302 Restore all removed thumbnails | 8305 Restore all removed thumbnails |
8303 </message> | 8306 </message> |
8304 <message name="IDS_NEW_TAB_RESTORE_THUMBNAILS_SHORT_LINK" | 8307 <message name="IDS_NEW_TAB_RESTORE_THUMBNAILS_SHORT_LINK" |
8305 desc="The link that restores previously removed thumbnails. Context is 'Thumbnail removed. Undo | Restore all'"> | 8308 desc="The link that restores previously removed thumbnails. Context is 'Thumbnail removed. Undo | Restore all'"> |
8306 Restore all | 8309 Restore all |
8307 </message> | 8310 </message> |
8308 <message name="IDS_NEW_TAB_RECENTLY_CLOSED" | 8311 <message name="IDS_NEW_TAB_RECENTLY_CLOSED" |
8309 desc="The 'Recently Closed' heading on the new tab page"> | 8312 desc="The 'Recently Closed' heading on the new tab page"> |
(...skipping 5168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
13478 </if> | 13481 </if> |
13479 </includes> | 13482 </includes> |
13480 <structures fallback_to_english="true"> | 13483 <structures fallback_to_english="true"> |
13481 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > | 13484 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > |
13482 </structure> | 13485 </structure> |
13483 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > | 13486 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > |
13484 </structure> | 13487 </structure> |
13485 </structures> | 13488 </structures> |
13486 </release> | 13489 </release> |
13487 </grit> | 13490 </grit> |
OLD | NEW |