OLD | NEW |
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <grit current_release="1" latest_public_release="0"> | 2 <grit current_release="1" latest_public_release="0"> |
3 <outputs> | 3 <outputs> |
4 <output filename="values-am/android_chrome_strings.xml" lang="am" type="andr
oid" /> | 4 <output filename="values-am/android_chrome_strings.xml" lang="am" type="andr
oid" /> |
5 <output filename="values-ar/android_chrome_strings.xml" lang="ar" type="andr
oid" /> | 5 <output filename="values-ar/android_chrome_strings.xml" lang="ar" type="andr
oid" /> |
6 <output filename="values-bg/android_chrome_strings.xml" lang="bg" type="andr
oid" /> | 6 <output filename="values-bg/android_chrome_strings.xml" lang="bg" type="andr
oid" /> |
7 <output filename="values-ca/android_chrome_strings.xml" lang="ca" type="andr
oid" /> | 7 <output filename="values-ca/android_chrome_strings.xml" lang="ca" type="andr
oid" /> |
8 <output filename="values-cs/android_chrome_strings.xml" lang="cs" type="andr
oid" /> | 8 <output filename="values-cs/android_chrome_strings.xml" lang="cs" type="andr
oid" /> |
9 <output filename="values-da/android_chrome_strings.xml" lang="da" type="andr
oid" /> | 9 <output filename="values-da/android_chrome_strings.xml" lang="da" type="andr
oid" /> |
10 <output filename="values-de/android_chrome_strings.xml" lang="de" type="andr
oid" /> | 10 <output filename="values-de/android_chrome_strings.xml" lang="de" type="andr
oid" /> |
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
401 <message name="IDS_ADD" desc="Title for Add button [CHAR-LIMIT=20]"> | 401 <message name="IDS_ADD" desc="Title for Add button [CHAR-LIMIT=20]"> |
402 Add | 402 Add |
403 </message> | 403 </message> |
404 <message name="IDS_ADD_TO_HOMESCREEN_TITLE" desc="Edit text title for Add
to homescreen dialog [CHAR-LIMIT=30]"> | 404 <message name="IDS_ADD_TO_HOMESCREEN_TITLE" desc="Edit text title for Add
to homescreen dialog [CHAR-LIMIT=30]"> |
405 Title | 405 Title |
406 </message> | 406 </message> |
407 <message name="IDS_MENU_ADD_TO_HOMESCREEN" desc="Menu item for adding a sh
ortcut to the homescreen. [CHAR-LIMIT=27]"> | 407 <message name="IDS_MENU_ADD_TO_HOMESCREEN" desc="Menu item for adding a sh
ortcut to the homescreen. [CHAR-LIMIT=27]"> |
408 Add to homescreen | 408 Add to homescreen |
409 </message> | 409 </message> |
410 | 410 |
| 411 <!-- WebsiteSettingsPopup (PageInfo dialog) --> |
| 412 <message name="IDS_PAGE_INFO_COPY_URL_BUTTON" desc="Text in the button tha
t copies the URL to the clipboard."> |
| 413 Copy URL |
| 414 </message> |
| 415 <message name="IDS_PAGE_INFO_SITE_SETTINGS_BUTTON" desc="Text in the butto
n that opens a website's Site Settings from the Page Info dialog."> |
| 416 Site Settings |
| 417 </message> |
| 418 <message name="IDS_PAGE_INFO_DONE_BUTTON" desc="Text in the button that cl
oses the Page Info dialog."> |
| 419 Done |
| 420 </message> |
| 421 <message name="IDS_PAGE_INFO_PERMISSION_ALLOW" desc="The label used in the
permissions dropdowns in the Page Info dialog on mobile for the option that gra
nts a permission."> |
| 422 Allow |
| 423 </message> |
| 424 <message name="IDS_PAGE_INFO_PERMISSION_BLOCK" desc="The label used in the
permissions dropdowns in the Page Info dialog on mobile for the option that den
ies a permission."> |
| 425 Block |
| 426 </message> |
| 427 <message name="IDS_PAGE_INFO_CONNECTION_HTTPS" desc="Message to display in
the page info bubble when the connection is private (HTTPS)."> |
| 428 Your connection to this site is private. |
| 429 </message> |
| 430 <message name="IDS_PAGE_INFO_CONNECTION_HTTP" desc="Message to display in
the page info bubble when the connection is not private (HTTP)."> |
| 431 Your connection to this site is not private. |
| 432 </message> |
| 433 <message name="IDS_PAGE_INFO_CONNECTION_MIXED" desc="Message to display in
the page info bubble when the main connection is private, but there is content
on the page that is not private."> |
| 434 Your connection to this site is private, but someone on the network migh
t be able to change the look of the page. |
| 435 </message> |
| 436 <message name="IDS_PAGE_INFO_CONNECTION_BROKEN_LEADING_TEXT" desc="Message
to display highlighted red in the page info bubble when the connection is insec
ure because the HTTPS certificate is invalid."> |
| 437 Your connection to this site is not private. |
| 438 </message> |
| 439 <message name="IDS_PAGE_INFO_CONNECTION_BROKEN_FOLLOWING_TEXT" desc="Messa
ge to display after a 'Your connection to this site is not private' message' in
the page info bubble when the connection is insecure because the HTTPS certifica
te is invalid."> |
| 440 Attackers might be trying to steal your information (for example, photos
, passwords, messages and credit cards) from <ph name="DOMAIN_NAME">%1$s<ex>goog
le.com</ex></ph>. |
| 441 </message> |
| 442 <message name="IDS_PAGE_INFO_CONNECTION_INTERNAL_PAGE" desc="Message to di
splay in the page info bubble when the page is an internal Chrome page (e.g. the
bookmarks page, or about:blank)."> |
| 443 You are viewing a secure Google Chrome page. |
| 444 </message> |
| 445 |
411 </messages> | 446 </messages> |
412 </release> | 447 </release> |
413 </grit> | 448 </grit> |
OLD | NEW |