Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Side by Side Diff: components/omnibox_strings.grdp

Issue 2968143003: Toolbar: Report offline state through icon and verbose text. (Closed)
Patch Set: . Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part> 2 <grit-part>
3 3
4 <message name="IDS_AUTOCOMPLETE_SEARCH_DESCRIPTION" desc="Description for the default search match."> 4 <message name="IDS_AUTOCOMPLETE_SEARCH_DESCRIPTION" desc="Description for the default search match.">
5 <ph name="ENGINE">$1<ex>Google</ex></ph> Search 5 <ph name="ENGINE">$1<ex>Google</ex></ph> Search
6 </message> 6 </message>
7 <message name="IDS_EMPTY_KEYWORD_VALUE" desc="Shown in the location bar drop d own when the user enters a string that matches a chrome keyword, but they haven' t entered any text following the chrome keyword"> 7 <message name="IDS_EMPTY_KEYWORD_VALUE" desc="Shown in the location bar drop d own when the user enters a string that matches a chrome keyword, but they haven' t entered any text following the chrome keyword">
8 &lt;Type search term&gt; 8 &lt;Type search term&gt;
9 </message> 9 </message>
10 <message name="IDS_LINK_FROM_CLIPBOARD" desc="The label in the omnibox dropdow n explaining that the link has been extracted from the user's clipboard. [Length : 21em]"> 10 <message name="IDS_LINK_FROM_CLIPBOARD" desc="The label in the omnibox dropdow n explaining that the link has been extracted from the user's clipboard. [Length : 21em]">
(...skipping 14 matching lines...) Expand all
25 </then> 25 </then>
26 <else> 26 <else>
27 <message name="IDS_NOT_SECURE_VERBOSE_STATE" desc="An adjective or short a djective phrase shown next to the security indicator icon in the omnibox to desc ribe a site that is not secure (unencrypted HTTP or invalid HTTPS connection). N ote that 'not secure' in this case primarily refers to HTTPS connection security , so prefer translations with a connotation of 'not private' (someone can interc ept 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 accurat e. This phrase should also make sense compared to the companion phrase 'Secure'. " meaning="Omnibox phrase to describe a site that is not secure."> 27 <message name="IDS_NOT_SECURE_VERBOSE_STATE" desc="An adjective or short a djective phrase shown next to the security indicator icon in the omnibox to desc ribe a site that is not secure (unencrypted HTTP or invalid HTTPS connection). N ote that 'not secure' in this case primarily refers to HTTPS connection security , so prefer translations with a connotation of 'not private' (someone can interc ept 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 accurat e. 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 28 Not secure
29 </message> 29 </message>
30 </else> 30 </else>
31 </if> 31 </if>
32 <message name="IDS_DANGEROUS_VERBOSE_STATE" desc="Text for the Dangerous Omnib ox Verbose State. Displayed when the current page fails the malware check."> 32 <message name="IDS_DANGEROUS_VERBOSE_STATE" desc="Text for the Dangerous Omnib ox Verbose State. Displayed when the current page fails the malware check.">
33 Dangerous 33 Dangerous
34 </message> 34 </message>
35 <message name="IDS_OFFLINE_VERBOSE_STATE" desc="Text for the Offline Omnibox V erbose srate. Displayed when the current page is loaded from a previously-downlo aded cache.">
cjgrant 2017/07/06 19:19:16 Do the states here have to be documented somewhere
fgorski 2017/07/06 20:01:34 typo: s/srate/state/
cjgrant 2017/07/06 20:13:00 Oops! Nice catch, sorry.
cjgrant 2017/07/06 20:53:58 Done.
36 Offline
37 </message>
35 <if expr="is_ios"> 38 <if expr="is_ios">
36 <message name="IDS_OMNIBOX_EMPTY_HINT" desc="The text displayed in the omnib ox when it is empty."> 39 <message name="IDS_OMNIBOX_EMPTY_HINT" desc="The text displayed in the omnib ox when it is empty.">
37 Search or type URL 40 Search or type URL
38 </message> 41 </message>
39 </if> 42 </if>
40 <message name="IDS_PHYSICAL_WEB_OVERFLOW_DESCRIPTION" desc="The description in the omnibox dropdown indicating that multiple nearby devices are broadcasting U RLs."> 43 <message name="IDS_PHYSICAL_WEB_OVERFLOW_DESCRIPTION" desc="The description in the omnibox dropdown indicating that multiple nearby devices are broadcasting U RLs.">
41 Physical Web suggestions 44 Physical Web suggestions
42 </message> 45 </message>
43 <message name="IDS_PHYSICAL_WEB_OVERFLOW" desc="A label in the omnibox dropdow n indicating the number of additional nearby devices broadcasting URLs."> 46 <message name="IDS_PHYSICAL_WEB_OVERFLOW" desc="A label in the omnibox dropdow n indicating the number of additional nearby devices broadcasting URLs.">
44 {URL_count, plural, =1 {and 1 more web page} other {and # more web pages}} 47 {URL_count, plural, =1 {and 1 more web page} other {and # more web pages}}
45 </message> 48 </message>
46 <message name="IDS_PHYSICAL_WEB_OVERFLOW_EMPTY_TITLE" desc="A label in the omn ibox dropdown indicating the number of additional nearby devices broadcasting UR Ls. This version is used when the title of the top result is empty."> 49 <message name="IDS_PHYSICAL_WEB_OVERFLOW_EMPTY_TITLE" desc="A label in the omn ibox dropdown indicating the number of additional nearby devices broadcasting UR Ls. This version is used when the title of the top result is empty.">
47 {URL_count, plural, =1 {1 web page nearby} other {# web pages nearby}} 50 {URL_count, plural, =1 {1 web page nearby} other {# web pages nearby}}
48 </message> 51 </message>
49 </grit-part> 52 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698