blob: 92c3a7eb8a86f79f506b2867153c9a081a549137 [file] [log] [blame]
[email protected]53f0cab2014-08-18 09:52:271<?xml version="1.0" encoding="utf-8"?>
2<grit-part>
3
4 <message name="IDS_AUTOCOMPLETE_SEARCH_DESCRIPTION" desc="Description for the default search match.">
5 <ph name="ENGINE">$1<ex>Google</ex></ph> Search
6 </message>
[email protected]53f0cab2014-08-18 09:52:277 <message name="IDS_EMPTY_KEYWORD_VALUE" desc="Shown in the location bar drop down when the user enters a string that matches a chrome keyword, but they haven't entered any text following the chrome keyword">
mpearson2b8646592016-04-05 23:32:188 &lt;Type search term&gt;
[email protected]53f0cab2014-08-18 09:52:279 </message>
sdefresne70948d62015-08-11 10:46:3510 <message name="IDS_LINK_FROM_CLIPBOARD" desc="The label in the omnibox dropdown explaining that the link has been extracted from the user's clipboard. [Length: 21em]">
11 Link you copied
12 </message>
sdefresnefbab68412016-02-04 10:53:5813 <message name="IDS_SECURE_CONNECTION_EV" desc="Short text shown in the location bar when the connection is secure with an EV cert.">
14 <ph name="ORGANIZATION">$1<ex>Paypal Inc.</ex></ph> [<ph name="COUNTRY">$2<ex>US</ex></ph>]
15 </message>
lgarron4f1f3f12016-09-19 19:23:5816
17 <message name="IDS_SECURE_VERBOSE_STATE" desc="An adjective or short adjective phrase shown next to the green lock icon in the omnibox to describe a secure site (valid HTTPS connection). Note that 'secure' in this case primarily refers to HTTPS connection security, so prefer translations with a connotation of 'private' (no one can intercept your communication with the site) rather than 'trustworthy' (which would be a judgment of site reputation). This phrase takes away space from the URL in the omnibox, so it should ideally be as short as possible while staying accurate. This phrase should also make sense compared to the companion phrase 'Not Secure'." meaning="Omnibox phrase to describe a secure site.">
krb93cfbbd2016-08-31 16:41:0318 Secure
19 </message>
krba2688dd2016-11-10 21:41:0220 <if expr="use_titlecase">
21 <then>
22 <message name="IDS_NOT_SECURE_VERBOSE_STATE" desc="An adjective or short adjective phrase shown next to the security indicator icon in the omnibox to describe a site that is not secure (unencrypted HTTP or invalid HTTPS connection). Note that 'not secure' in this case primarily refers to HTTPS connection security, so prefer translations with a connotation of 'not private' (someone can intercept your communication with the site) rather than 'not trustworthy' (which would be a judgment of site reputation). This phrase takes away space from the URL in the omnibox, so it should ideally be as short as possible while staying accurate. This phrase should also make sense compared to the companion phrase 'Secure'." meaning="Omnibox phrase to describe a site that is not secure.">
23 Not Secure
24 </message>
25 </then>
26 <else>
27 <message name="IDS_NOT_SECURE_VERBOSE_STATE" desc="An adjective or short adjective phrase shown next to the security indicator icon in the omnibox to describe a site that is not secure (unencrypted HTTP or invalid HTTPS connection). Note that 'not secure' in this case primarily refers to HTTPS connection security, so prefer translations with a connotation of 'not private' (someone can intercept your communication with the site) rather than 'not trustworthy' (which would be a judgment of site reputation). This phrase takes away space from the URL in the omnibox, so it should ideally be as short as possible while staying accurate. This phrase should also make sense compared to the companion phrase 'Secure'." meaning="Omnibox phrase to describe a site that is not secure.">
28 Not secure
29 </message>
30 </else>
31 </if>
spqchan9cb8fb32016-09-13 22:14:0332 <message name="IDS_DANGEROUS_VERBOSE_STATE" desc="Text for the Dangerous Omnibox Verbose State. Displayed when the current page fails the malware check.">
33 Dangerous
34 </message>
cjgrant1a0e2b62017-07-11 04:33:3535 <message name="IDS_OFFLINE_VERBOSE_STATE" desc="Text for the Offline Omnibox Verbose state. Displayed when the current page is loaded from a previously-downloaded cache.">
36 Offline
37 </message>
sdefresne16f4afc2016-02-12 16:05:1938 <if expr="is_ios">
39 <message name="IDS_OMNIBOX_EMPTY_HINT" desc="The text displayed in the omnibox when it is empty.">
40 Search or type URL
41 </message>
42 </if>
Kevin Bailey6a43dad2018-05-22 21:00:2543 <message name="IDS_OMNIBOX_TAB_SUGGEST_HINT" desc="The button text contents to say that this suggestion will switch to another tab.">
Kevin Bailey367fc702018-05-14 20:15:2444 Switch to this tab
Kevin Bailey1f9f9282017-11-08 15:29:2545 </message>
Kevin Bailey6a43dad2018-05-22 21:00:2546 <message name="IDS_OMNIBOX_TAB_SUGGEST_SHORT_HINT" desc="A shortened, one word version of button text to say that this suggestion will switch to another tab.">
47 Switch
48 </message>
mattreynolds08c79092016-09-14 22:00:0849 <message name="IDS_PHYSICAL_WEB_OVERFLOW_DESCRIPTION" desc="The description in the omnibox dropdown indicating that multiple nearby devices are broadcasting URLs.">
50 Physical Web suggestions
51 </message>
52 <message name="IDS_PHYSICAL_WEB_OVERFLOW" desc="A label in the omnibox dropdown indicating the number of additional nearby devices broadcasting URLs.">
53 {URL_count, plural, =1 {and 1 more web page} other {and # more web pages}}
54 </message>
55 <message name="IDS_PHYSICAL_WEB_OVERFLOW_EMPTY_TITLE" desc="A label in the omnibox dropdown indicating the number of additional nearby devices broadcasting URLs. This version is used when the title of the top result is empty.">
56 {URL_count, plural, =1 {1 web page nearby} other {# web pages nearby}}
mattreynolds5afc01692016-08-19 22:09:5657 </message>
Elly Fong-Jones2c324c12017-11-07 12:18:2158
59 <!-- Accessibility labels for autocomplete match types.
60 These are parameterized on the text being completed into the omnibox.
61 -->
62 <message name="IDS_ACC_AUTOCOMPLETE_HISTORY" desc="Text for screenreaders describing a URL from history.">
Aaron Leventhalfe5e4e132017-11-20 23:26:4463 <ph name="LOCATION_TITLE">$2<ex>The Chromium Projects</ex></ph> <ph name="SHORT_URL">$1<ex>www.chromium.org</ex> location from history</ph>
Elly Fong-Jones2c324c12017-11-07 12:18:2164 </message>
65 <message name="IDS_ACC_AUTOCOMPLETE_SEARCH_HISTORY" desc="Text for screenreaders describing a search from history.">
Aaron Leventhalfe5e4e132017-11-20 23:26:4466 <ph name="TEXT">$1<ex>dogs</ex> search from history</ph>
Elly Fong-Jones2c324c12017-11-07 12:18:2167 </message>
68 <message name="IDS_ACC_AUTOCOMPLETE_SEARCH" desc="Text for screenreaders describing a generic search.">
Aaron Leventhalfe5e4e132017-11-20 23:26:4469 <ph name="TEXT">$1<ex>dogs</ex> search</ph>
Elly Fong-Jones2c324c12017-11-07 12:18:2170 </message>
71 <message name="IDS_ACC_AUTOCOMPLETE_SUGGESTED_SEARCH" desc="Text for screenreaders describing a suggested search.">
Aaron Leventhalfe5e4e132017-11-20 23:26:4472 <ph name="TEXT">$1<ex>dogs</ex> search suggestion</ph>
Elly Fong-Jones2c324c12017-11-07 12:18:2173 </message>
Orin Jaworskib6376202018-07-03 20:33:1874 <message name="IDS_ACC_AUTOCOMPLETE_SUGGESTED_SEARCH_ENTITY" desc="Readable text represening a search suggestion for a rich entity with type description. The commas are significant as they will introduce a pause in the spoken text.">
75 <ph name="ENTITY">$1<ex>muhammad ali</ex></ph>, <ph name="DESCRIPTION">$2<ex>american professional boxer</ex></ph>, search suggestion
76 </message>
Aaron Leventhalb5ad3ab32017-12-07 16:51:2577 <message name="IDS_ACC_AUTOCOMPLETE_QUICK_ANSWER" desc="Readable text represening a query typed by the user in the omnibox, followed by an indication that an answer to that query will follow, followed by the answer. The commas are significant as they will introduce a pause in the spoken text.">
78 <ph name="QUERY">$1<ex>weather in los angeles</ex></ph>, answer, <ph name="ANSWER">$2<ex>sunny and 84 degrees</ex></ph>
79 </message>
Elly Fong-Jones2c324c12017-11-07 12:18:2180 <message name="IDS_ACC_AUTOCOMPLETE_BOOKMARK" desc="Text for screenreaders describing a URL from a bookmark.">
Aaron Leventhalfe5e4e132017-11-20 23:26:4481 <ph name="LOCATION_TITLE">$2<ex>The Chromium Projects</ex></ph> <ph name="SHORT_URL">$1<ex>www.chromium.org</ex> bookmark</ph>
Elly Fong-Jones2c324c12017-11-07 12:18:2182 </message>
83 <message name="IDS_ACC_AUTOCOMPLETE_CLIPBOARD" desc="Text for screenreaders describing a URL from a clipboard.">
Aaron Leventhalfe5e4e132017-11-20 23:26:4484 <ph name="LOCATION_TITLE">$2<ex>The Chromium Projects</ex></ph> <ph name="SHORT_URL">$1<ex>www.chromium.org</ex> location from clipboard</ph>
Elly Fong-Jones2c324c12017-11-07 12:18:2185 </message>
Aaron Leventhal5126c5e2017-12-12 19:14:4286 <!-- Supplement accessibility label with item position, e.g. "1 of 3" -->
87 <message name="IDS_ACC_AUTOCOMPLETE_N_OF_M" desc="Text for screenreaders describing the current matche's position in the list of suggestions.">
88 <ph name="FRIENDLY_MATCH_TEXT">$1<ex>The Chromium Projects http://www.chromium.org bookmark</ex></ph>, <ph name="MATCH_POSITION">$2<ex>2</ex></ph> of <ph name="NUM_MATCHES">$3<ex>3</ex></ph>
89 </message>
[email protected]53f0cab2014-08-18 09:52:2790</grit-part>