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 8003 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
8014 </message> | 8014 </message> |
8015 </if> | 8015 </if> |
8016 <if expr="pp_ifdef('use_titlecase')"> | 8016 <if expr="pp_ifdef('use_titlecase')"> |
8017 <message name="IDS_OPTIONS_STARTUP_GROUP_NAME" desc="In Title Case: The title of the startup group"> | 8017 <message name="IDS_OPTIONS_STARTUP_GROUP_NAME" desc="In Title Case: The title of the startup group"> |
8018 On Startup | 8018 On Startup |
8019 </message> | 8019 </message> |
8020 </if> | 8020 </if> |
8021 <message name="IDS_OPTIONS_STARTUP_SHOW_DEFAULT_AND_NEWTAB" desc="The labe l of the 'Show home page' startup option radio button"> | 8021 <message name="IDS_OPTIONS_STARTUP_SHOW_DEFAULT_AND_NEWTAB" desc="The labe l of the 'Show home page' startup option radio button"> |
8022 Open the home page | 8022 Open the home page |
8023 </message> | 8023 </message> |
8024 <message name="IDS_OPTIONS2_STARTUP_SHOW_DEFAULT_AND_NEWTAB" desc="The lab el of the 'Show New Tab page' startup option radio button"> | |
8025 Open the New Tab page | |
8026 </message> | |
8024 <message name="IDS_OPTIONS_STARTUP_SHOW_LAST_SESSION" desc="The label of t he 'Restore previously open pages' startup option radio button"> | 8027 <message name="IDS_OPTIONS_STARTUP_SHOW_LAST_SESSION" desc="The label of t he 'Restore previously open pages' startup option radio button"> |
8025 Reopen the pages that were open last | 8028 Reopen the pages that were open last |
8026 </message> | 8029 </message> |
8027 <message name="IDS_OPTIONS_STARTUP_SHOW_PAGES" desc="The label of the 'Sho w these pages:' startup option radio button on the old settings page"> | 8030 <message name="IDS_OPTIONS_STARTUP_SHOW_PAGES" desc="The label of the 'Sho w these pages:' startup option radio button on the old settings page"> |
8028 Open the following pages: | 8031 Open the following pages: |
8029 </message> | 8032 </message> |
8030 <message name="IDS_OPTIONS2_STARTUP_SHOW_PAGES" desc="The label of the 'Sh ow these pages:' startup option radio button"> | 8033 <message name="IDS_OPTIONS2_STARTUP_SHOW_PAGES" desc="The label of the 'Sh ow these pages:' startup option radio button"> |
8031 Open a specific page or set of pages. | 8034 Open a specific page or set of pages. |
8032 </message> | 8035 </message> |
8033 <message name="IDS_OPTIONS2_STARTUP_SET_PAGES" desc="The link that is clic ked to choose the set of pages that will be shown at startup"> | 8036 <message name="IDS_OPTIONS2_STARTUP_SET_PAGES" desc="The link that is clic ked to choose the set of pages that will be shown at startup"> |
(...skipping 29 matching lines...) Expand all Loading... | |
8063 </message> | 8066 </message> |
8064 <message name="IDS_OPTIONS_STARTUP_USE_CURRENT" desc="In sentence case: The label of the 'Use Current' button for the custom startup urls list"> | 8067 <message name="IDS_OPTIONS_STARTUP_USE_CURRENT" desc="In sentence case: The label of the 'Use Current' button for the custom startup urls list"> |
8065 Use current pages | 8068 Use current pages |
8066 </message> | 8069 </message> |
8067 <message name="IDS_OPTIONS_DEFAULTSEARCH_MANAGE_ENGINES" desc="In senten ce case: The label of the 'Manage search engines' button"> | 8070 <message name="IDS_OPTIONS_DEFAULTSEARCH_MANAGE_ENGINES" desc="In senten ce case: The label of the 'Manage search engines' button"> |
8068 Manage search engines... | 8071 Manage search engines... |
8069 </message> | 8072 </message> |
8070 </if> | 8073 </if> |
8071 | 8074 |
8072 <if expr="not pp_ifdef('use_titlecase')"> | 8075 <if expr="not pp_ifdef('use_titlecase')"> |
8076 <message name="IDS_OPTIONS2_HOMEPAGE" desc="The label for the homepage s elector"> | |
8077 Home Page: | |
csilv
2012/02/01 20:37:29
You have the title-case and non-title case string
Tyler Breisacher (Chromium)
2012/02/01 21:49:38
Done.
| |
8078 </message> | |
8079 <message name="IDS_OPTIONS2_HOMEPAGE_DIALOG_LABEL" desc="The label for t he homepage textbox in the dialog"> | |
8080 Home Page: | |
csilv
2012/02/01 20:37:29
ditto
Tyler Breisacher (Chromium)
2012/02/01 21:49:38
Done.
| |
8081 </message> | |
8082 <message name="IDS_OPTIONS2_HOMEPAGE_NONE" desc="The option in the homep age selector indicating no home page"> | |
8083 None | |
8084 </message> | |
8085 <message name="IDS_OPTIONS2_HOMEPAGE_NTP" desc="The option in the homepa ge selector indicating the NTP is the home page"> | |
8086 New Tab page | |
8087 </message> | |
8088 <message name="IDS_OPTIONS2_HOMEPAGE_CHOOSE" desc="The option in the hom epage selector for choosing a different home page"> | |
8089 Choose another... | |
8090 </message> | |
8073 <message name="IDS_OPTIONS_HOMEPAGE_GROUP_NAME" desc="The title of the h ome page group"> | 8091 <message name="IDS_OPTIONS_HOMEPAGE_GROUP_NAME" desc="The title of the h ome page group"> |
8074 Home page | 8092 Home page |
8075 </message> | 8093 </message> |
8076 <message name="IDS_OPTIONS2_HOMEPAGE_TITLE" desc="The title of the home page overlay"> | 8094 <message name="IDS_OPTIONS2_HOMEPAGE_TITLE" desc="The title of the home page overlay"> |
8077 Home page | 8095 Home page |
8078 </message> | 8096 </message> |
8079 <message name="IDS_OPTIONS_TOOLBAR_GROUP_NAME" desc="The title of the to olbar group"> | 8097 <message name="IDS_OPTIONS_TOOLBAR_GROUP_NAME" desc="The title of the to olbar group"> |
8080 Toolbar | 8098 Toolbar |
8081 </message> | 8099 </message> |
8082 <message name="IDS_OPTIONS2_TOOLBAR_GROUP_NAME" desc="The title of the t oolbar group"> | 8100 <message name="IDS_OPTIONS2_TOOLBAR_GROUP_NAME" desc="The title of the t oolbar group"> |
8083 Toolbar appearance | 8101 Toolbar appearance |
8084 </message> | 8102 </message> |
8085 </if> | 8103 </if> |
8086 <if expr="pp_ifdef('use_titlecase')"> | 8104 <if expr="pp_ifdef('use_titlecase')"> |
8105 <message name="IDS_OPTIONS2_HOMEPAGE" desc="In Title Case: The label for the homepage selector"> | |
8106 Home page: | |
8107 </message> | |
8108 <message name="IDS_OPTIONS2_HOMEPAGE_DIALOG_LABEL" desc="In Title Case: The label for the homepage textbox in the dialog"> | |
8109 Home Page: | |
8110 </message> | |
8111 <message name="IDS_OPTIONS2_HOMEPAGE_NONE" desc="In Title Case: The opti on in the homepage selector indicating no home page"> | |
8112 None | |
8113 </message> | |
8114 <message name="IDS_OPTIONS2_HOMEPAGE_NTP" desc="In Title Case: The optio n in the homepage selector indicating the NTP is the home page"> | |
8115 New Tab Page | |
8116 </message> | |
8117 <message name="IDS_OPTIONS2_HOMEPAGE_CHOOSE" desc="In Title Case: The op tion in the homepage selector for choosing a different home page"> | |
8118 Choose Another... | |
8119 </message> | |
8087 <message name="IDS_OPTIONS_HOMEPAGE_GROUP_NAME" desc="In Title Case: The title of the home page group"> | 8120 <message name="IDS_OPTIONS_HOMEPAGE_GROUP_NAME" desc="In Title Case: The title of the home page group"> |
8088 Home Page | 8121 Home Page |
8089 </message> | 8122 </message> |
8090 <message name="IDS_OPTIONS2_HOMEPAGE_TITLE" desc="In Title Case: The tit le of the home page overlay"> | 8123 <message name="IDS_OPTIONS2_HOMEPAGE_TITLE" desc="In Title Case: The tit le of the home page overlay"> |
8091 Home Page | 8124 Home Page |
8092 </message> | 8125 </message> |
8093 <message name="IDS_OPTIONS_TOOLBAR_GROUP_NAME" desc="In Title Case: The title of the toolbar group"> | 8126 <message name="IDS_OPTIONS_TOOLBAR_GROUP_NAME" desc="In Title Case: The title of the toolbar group"> |
8094 Toolbar | 8127 Toolbar |
8095 </message> | 8128 </message> |
8096 <message name="IDS_OPTIONS2_TOOLBAR_GROUP_NAME" desc="The title of the t oolbar group"> | 8129 <message name="IDS_OPTIONS2_TOOLBAR_GROUP_NAME" desc="The title of the t oolbar group"> |
8097 Toolbar Appearance | 8130 Toolbar Appearance |
8098 </message> | 8131 </message> |
8099 </if> | 8132 </if> |
8100 <message name="IDS_OPTIONS_HOMEPAGE_USE_NEWTAB" desc="The title of the 'Us e the New Tab page' for the home page radio"> | 8133 <message name="IDS_OPTIONS_HOMEPAGE_USE_NEWTAB" desc="The title of the 'Us e the New Tab page' for the home page radio"> |
8101 Use the New Tab page | 8134 Use the New Tab page |
8102 </message> | 8135 </message> |
8103 <message name="IDS_OPTIONS_HOMEPAGE_USE_URL" desc="The title of the 'Use t his page' for the home page radio"> | 8136 <message name="IDS_OPTIONS_HOMEPAGE_USE_URL" desc="The title of the 'Use t his page' for the home page radio"> |
8104 Open this page: | 8137 Open this page: |
8105 </message> | 8138 </message> |
8106 <message name="IDS_OPTIONS_TOOLBAR_SHOW_HOME_BUTTON" desc="The label of th e 'Show Home button' checkbox"> | 8139 <message name="IDS_OPTIONS_TOOLBAR_SHOW_HOME_BUTTON" desc="The label of th e 'Show Home button' checkbox"> |
8107 Show Home button | 8140 Show Home button |
8108 </message> | 8141 </message> |
8109 <message name="IDS_OPTIONS_CHANGE_HOME_PAGE" desc="The text of the button that allows the user to change her home page"> | 8142 <message name="IDS_OPTIONS_CHANGE_HOME_PAGE" desc="The text of the button that allows the user to change her home page"> |
8110 Change page | 8143 Change page |
8111 </message> | 8144 </message> |
8112 <message name="IDS_OPTIONS_SHOW_HOME_BUTTON_FOR_URL" desc="The label of th e 'Show Home button' checkbox"> | |
8113 Show Home button for <b><ph name="HOME_PAGE_URL">$1<ex>google.com/ search</ex></ph></b>. | |
8114 </message> | |
8115 <message name="IDS_OPTIONS_SHOW_HOME_BUTTON_FOR_NTP" desc="The label of th e 'Show Home button' checkbox"> | |
8116 Show Home button for the <b>New Tab Page</b>. | |
8117 </message> | |
8118 <message name="IDS_OPTIONS_TOOLBAR_SHOW_BOOKMARKS_BAR" desc="The label of the 'Show bookmarks bar' checkbox"> | 8145 <message name="IDS_OPTIONS_TOOLBAR_SHOW_BOOKMARKS_BAR" desc="The label of the 'Show bookmarks bar' checkbox"> |
8119 Always show the bookmarks bar | 8146 Always show the bookmarks bar |
8120 </message> | 8147 </message> |
8121 | 8148 |
8122 <if expr="not pp_ifdef('use_titlecase')"> | 8149 <if expr="not pp_ifdef('use_titlecase')"> |
8123 <message name="IDS_OPTIONS_DEFAULTSEARCH_GROUP_NAME" desc="The title of the default search engine group"> | 8150 <message name="IDS_OPTIONS_DEFAULTSEARCH_GROUP_NAME" desc="The title of the default search engine group"> |
8124 Search | 8151 Search |
8125 </message> | 8152 </message> |
8126 </if> | 8153 </if> |
8127 <if expr="pp_ifdef('use_titlecase')"> | 8154 <if expr="pp_ifdef('use_titlecase')"> |
(...skipping 6820 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
14948 </messages> | 14975 </messages> |
14949 <structures fallback_to_english="true"> | 14976 <structures fallback_to_english="true"> |
14950 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> | 14977 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> |
14951 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > | 14978 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > |
14952 </structure> | 14979 </structure> |
14953 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > | 14980 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > |
14954 </structure> | 14981 </structure> |
14955 </structures> | 14982 </structures> |
14956 </release> | 14983 </release> |
14957 </grit> | 14984 </grit> |
OLD | NEW |