OLD | NEW |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <!-- This file contains definitions of strings that are distribution specific. | 2 <!-- This file contains definitions of strings that are distribution specific. |
3 If you update this file, be sure also to update google_chrome_strings.grd. --> | 3 If you update this file, be sure also to update google_chrome_strings.grd. --> |
4 | 4 |
5 <grit base_dir="." latest_public_release="0" current_release="1" | 5 <grit base_dir="." latest_public_release="0" current_release="1" |
6 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> | 6 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> |
7 <outputs> | 7 <outputs> |
8 <output filename="grit/chromium_strings.h" type="rc_header"> | 8 <output filename="grit/chromium_strings.h" type="rc_header"> |
9 <emit emit_type='prepend'></emit> | 9 <emit emit_type='prepend'></emit> |
10 </output> | 10 </output> |
(...skipping 1130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1141 <message name="IDS_SYNC_ERROR_USER_MENU_SUPERVISED_SIGNIN_MESSAGE" desc="M essage of the out-of-date signin token error for supervised users in the header of desktop user menu."> | 1141 <message name="IDS_SYNC_ERROR_USER_MENU_SUPERVISED_SIGNIN_MESSAGE" desc="M essage of the out-of-date signin token error for supervised users in the header of desktop user menu."> |
1142 Your manager must remove and add you back to Chromium. | 1142 Your manager must remove and add you back to Chromium. |
1143 </message> | 1143 </message> |
1144 <message name="IDS_SYNC_ERROR_USER_MENU_UPGRADE_MESSAGE" desc="Message of the out-of-date Chrome client error in the header of desktop user menu."> | 1144 <message name="IDS_SYNC_ERROR_USER_MENU_UPGRADE_MESSAGE" desc="Message of the out-of-date Chrome client error in the header of desktop user menu."> |
1145 Chromium is out of date. | 1145 Chromium is out of date. |
1146 </message> | 1146 </message> |
1147 <message name="IDS_SYNC_ERROR_USER_MENU_UPGRADE_BUTTON" desc="Button in th e header of desktop user menu that prompts the user to update Chrome to fix the out-of-date Chrome client error."> | 1147 <message name="IDS_SYNC_ERROR_USER_MENU_UPGRADE_BUTTON" desc="Button in th e header of desktop user menu that prompts the user to update Chrome to fix the out-of-date Chrome client error."> |
1148 Update Chromium | 1148 Update Chromium |
1149 </message> | 1149 </message> |
1150 | 1150 |
1151 <!-- Sync errors. Android uses native UI to handle Sync settings --> | |
1152 <if expr="not is_android"> | |
1153 <message name="IDS_SYNC_UPGRADE_CLIENT" desc="Message indicating client needs to be upgraded to the latest version."> | |
1154 Update Chromium to start sync | |
1155 </message> | |
1156 <message name="IDS_SYNC_UPGRADE_CLIENT_LINK_LABEL" desc="The text to dis play on in the hyperlink indicating the user needs to upgrade the client to use sync."> | |
tommycli
2016/10/28 21:21:09
nit: message description has grammar error. Maybe
Moe
2016/11/01 19:44:01
Done.
| |
1157 Update Chromium | |
1158 </message> | |
1159 </if> | |
1160 | |
1151 <!-- Upgrade recovery bubble --> | 1161 <!-- Upgrade recovery bubble --> |
1152 <message name="IDS_RUN_RECOVERY" desc="Text for the button the user clicks to recover chromium and its updater."> | 1162 <message name="IDS_RUN_RECOVERY" desc="Text for the button the user clicks to recover chromium and its updater."> |
1153 Update Chromium | 1163 Update Chromium |
1154 </message> | 1164 </message> |
1155 <message name="IDS_DECLINE_RECOVERY" desc="Text for the button the user cl icks to decline recovery request."> | 1165 <message name="IDS_DECLINE_RECOVERY" desc="Text for the button the user cl icks to decline recovery request."> |
1156 No, thanks | 1166 No, thanks |
1157 </message> | 1167 </message> |
1158 <message name="IDS_RECOVERY_BUBBLE_TITLE" desc="Text for the title of the chrome recovery bubble view."> | 1168 <message name="IDS_RECOVERY_BUBBLE_TITLE" desc="Text for the title of the chrome recovery bubble view."> |
1159 Chromium is out of date | 1169 Chromium is out of date |
1160 </message> | 1170 </message> |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1297 <message name="IDS_PRIVATE_USER_DATA_INPUT_FUTURE_DESCRIPTION" desc="Descr iption of a security problem where the site collects private user data on an ins ecure page, which will result in an omnibox warning in future versions of Chromi um." translateable="false"> | 1307 <message name="IDS_PRIVATE_USER_DATA_INPUT_FUTURE_DESCRIPTION" desc="Descr iption of a security problem where the site collects private user data on an ins ecure page, which will result in an omnibox warning in future versions of Chromi um." translateable="false"> |
1298 This page includes a password or credit card input over HTTP. A warning will be added to the URL bar starting in Chromium 56 (Jan 2017). | 1308 This page includes a password or credit card input over HTTP. A warning will be added to the URL bar starting in Chromium 56 (Jan 2017). |
1299 </message> | 1309 </message> |
1300 <message name="IDS_PRIVATE_USER_DATA_INPUT_DESCRIPTION" desc="Description of a security problem where the site collects private user data on an insecure p age, which results in an omnibox warning." translateable="false"> | 1310 <message name="IDS_PRIVATE_USER_DATA_INPUT_DESCRIPTION" desc="Description of a security problem where the site collects private user data on an insecure p age, which results in an omnibox warning." translateable="false"> |
1301 This page includes a password or credit card input over HTTP. A warning has been added to the URL bar. | 1311 This page includes a password or credit card input over HTTP. A warning has been added to the URL bar. |
1302 </message> | 1312 </message> |
1303 | 1313 |
1304 </messages> | 1314 </messages> |
1305 </release> | 1315 </release> |
1306 </grit> | 1316 </grit> |
OLD | NEW |