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

Side by Side Diff: components/physical_web_ui_strings.grdp

Issue 2697193006: Move some Physical Web strings to new location and add OWNERS (Closed)
Patch Set: fix tests, restore android_chrome_strings.grd Created 3 years, 10 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
« no previous file with comments | « components/OWNERS ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part> 2 <grit-part>
3 <message name="IDS_PHYSICAL_WEB_UI_TITLE" desc="Title of a built-in page that displays a list of Physical Web URLs (URLs broadcast by nearby devices)."> 3 <message name="IDS_PHYSICAL_WEB_UI_TITLE" desc="Title of a built-in page that displays a list of Physical Web URLs (URLs broadcast by nearby devices).">
4 Physical Web 4 Physical Web
5 </message> 5 </message>
6 <message name="IDS_PHYSICAL_WEB_UI_EMPTY_MESSAGE" desc="The message displayed in place of a list of nearby URLs when there are no URLs to display.">
7 No Physical Web pages to show
8 </message>
9 <message name="IDS_PHYSICAL_WEB_UI_SCANNING_MESSAGE" desc="The message display ed in place of a list of nearby URLs while still scanning for nearby URLs.">
10 Looking for nearby Physical Web pages
11 </message>
6 </grit-part> 12 </grit-part>
OLDNEW
« no previous file with comments | « components/OWNERS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698