Chromium Code Reviews| 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 8212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 8223 Create a new profile | 8223 Create a new profile |
| 8224 </message> | 8224 </message> |
| 8225 <message name="IDS_ENTERPRISE_SIGNIN_CONTINUE" desc="Text of the button to link the current profile with the signed-in enterprise account"> | 8225 <message name="IDS_ENTERPRISE_SIGNIN_CONTINUE" desc="Text of the button to link the current profile with the signed-in enterprise account"> |
| 8226 Link data | 8226 Link data |
| 8227 </message> | 8227 </message> |
| 8228 | 8228 |
| 8229 <message name="IDS_ENTERPRISE_SIGNIN_ALERT" desc="The text of the prompt t o create a new profile after signing in to an enterprise account"> | 8229 <message name="IDS_ENTERPRISE_SIGNIN_ALERT" desc="The text of the prompt t o create a new profile after signing in to an enterprise account"> |
| 8230 This account is managed by <ph name="DOMAIN">$1<ex>example.com</ex></ph> | 8230 This account is managed by <ph name="DOMAIN">$1<ex>example.com</ex></ph> |
| 8231 </message> | 8231 </message> |
| 8232 | 8232 |
| 8233 <!-- Enterprise force-sign-out dialog--> | |
| 8234 <message name="IDS_ENTERPRISE_FORCE_SIGNOUT_TITLE" desc="The title of the dialog to notift brower window closing when force sign in is enabled and local a uth info is not valid."> | |
|
sky
2017/05/04 03:45:11
The title of the dialog shown when the user closes
zmin
2017/05/04 23:13:52
Done.
| |
| 8235 Sign in certification is not valid | |
| 8236 </message> | |
| 8237 <message name="IDS_ENTERPRISE_FORCE_SIGNOUT_CLOSE_DELAY" desc="Text of the button to delay close all browser window"> | |
|
sky
2017/05/04 03:45:11
close->closing
zmin
2017/05/04 23:13:52
Done.
| |
| 8238 Sign in later | |
| 8239 </message> | |
| 8240 <message name="IDS_ENTERPRISE_FORCE_SIGNOUT_ADDITIONAL_EXPLANATION" desc=" Text of auto close warning"> | |
| 8241 All browser windows will be closed automatically after 5 minutes without sign in. | |
| 8242 </message> | |
| 8243 | |
| 8244 | |
| 8233 <!-- Cookies Window --> | 8245 <!-- Cookies Window --> |
| 8234 <message name="IDS_COOKIES_WEBSITE_PERMISSIONS_WINDOW_TITLE" desc="The tit le of the redesigned Cookies Window that lets you manage cookies, storage quota for websites and other permissions per-website"> | 8246 <message name="IDS_COOKIES_WEBSITE_PERMISSIONS_WINDOW_TITLE" desc="The tit le of the redesigned Cookies Window that lets you manage cookies, storage quota for websites and other permissions per-website"> |
| 8235 Cookies and site data | 8247 Cookies and site data |
| 8236 </message> | 8248 </message> |
| 8237 <message name="IDS_COOKIES_SEARCH_COOKIES" desc="Placeholder text shown in the search box in the Cookies Window"> | 8249 <message name="IDS_COOKIES_SEARCH_COOKIES" desc="Placeholder text shown in the search box in the Cookies Window"> |
| 8238 Search cookies | 8250 Search cookies |
| 8239 </message> | 8251 </message> |
| 8240 <message name="IDS_COOKIES_REMOVE_LABEL" desc="The label of the 'Remove' b utton in the Cookies Window"> | 8252 <message name="IDS_COOKIES_REMOVE_LABEL" desc="The label of the 'Remove' b utton in the Cookies Window"> |
| 8241 Remove | 8253 Remove |
| 8242 </message> | 8254 </message> |
| (...skipping 4118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 12361 Your downloads appear here | 12373 Your downloads appear here |
| 12362 </message> | 12374 </message> |
| 12363 | 12375 |
| 12364 <!-- Automation info bar --> | 12376 <!-- Automation info bar --> |
| 12365 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test."> | 12377 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test."> |
| 12366 Chrome is being controlled by automated test software. | 12378 Chrome is being controlled by automated test software. |
| 12367 </message> | 12379 </message> |
| 12368 </messages> | 12380 </messages> |
| 12369 </release> | 12381 </release> |
| 12370 </grit> | 12382 </grit> |
| OLD | NEW |