blob: 1ae33d886ee07e3366340875bd26297b10421dbc [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 Bailey1f9f9282017-11-08 15:29:2543 <message name="IDS_OMNIBOX_TAB_SUGGEST_HINT" desc="The text prefixing a suggestion description to say that this suggestion will switch to another tab.">
44 Switch to tab
45 </message>
mattreynolds08c79092016-09-14 22:00:0846 <message name="IDS_PHYSICAL_WEB_OVERFLOW_DESCRIPTION" desc="The description in the omnibox dropdown indicating that multiple nearby devices are broadcasting URLs.">
47 Physical Web suggestions
48 </message>
49 <message name="IDS_PHYSICAL_WEB_OVERFLOW" desc="A label in the omnibox dropdown indicating the number of additional nearby devices broadcasting URLs.">
50 {URL_count, plural, =1 {and 1 more web page} other {and # more web pages}}
51 </message>
52 <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.">
53 {URL_count, plural, =1 {1 web page nearby} other {# web pages nearby}}
mattreynolds5afc01692016-08-19 22:09:5654 </message>
Elly Fong-Jones2c324c12017-11-07 12:18:2155
56 <!-- Accessibility labels for autocomplete match types.
57 These are parameterized on the text being completed into the omnibox.
58 -->
59 <message name="IDS_ACC_AUTOCOMPLETE_HISTORY" desc="Text for screenreaders describing a URL from history.">
Aaron Leventhalfe5e4e132017-11-20 23:26:4460 <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:2161 </message>
62 <message name="IDS_ACC_AUTOCOMPLETE_SEARCH_HISTORY" desc="Text for screenreaders describing a search from history.">
Aaron Leventhalfe5e4e132017-11-20 23:26:4463 <ph name="TEXT">$1<ex>dogs</ex> search from history</ph>
Elly Fong-Jones2c324c12017-11-07 12:18:2164 </message>
65 <message name="IDS_ACC_AUTOCOMPLETE_SEARCH" desc="Text for screenreaders describing a generic search.">
Aaron Leventhalfe5e4e132017-11-20 23:26:4466 <ph name="TEXT">$1<ex>dogs</ex> search</ph>
Elly Fong-Jones2c324c12017-11-07 12:18:2167 </message>
68 <message name="IDS_ACC_AUTOCOMPLETE_SUGGESTED_SEARCH" desc="Text for screenreaders describing a suggested search.">
Aaron Leventhalfe5e4e132017-11-20 23:26:4469 <ph name="TEXT">$1<ex>dogs</ex> search suggestion</ph>
Elly Fong-Jones2c324c12017-11-07 12:18:2170 </message>
71 <message name="IDS_ACC_AUTOCOMPLETE_BOOKMARK" desc="Text for screenreaders describing a URL from a bookmark.">
Aaron Leventhalfe5e4e132017-11-20 23:26:4472 <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:2173 </message>
74 <message name="IDS_ACC_AUTOCOMPLETE_CLIPBOARD" desc="Text for screenreaders describing a URL from a clipboard.">
Aaron Leventhalfe5e4e132017-11-20 23:26:4475 <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:2176 </message>
[email protected]53f0cab2014-08-18 09:52:2777</grit-part>