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

Side by Side Diff: chrome/app/chromium_strings.grd

Issue 2079233004: Add the Windows.IsPinnedToTaskbar metric. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 <!-- This file contains definitions of strings that are distribution specific. 2 <!-- This file contains definitions of strings that are distribution specific.
3 If you update this file, be sure also to update google_chrome_strings.grd. --> 3 If you update this file, be sure also to update google_chrome_strings.grd. -->
4 4
5 <grit base_dir="." latest_public_release="0" current_release="1" 5 <grit base_dir="." latest_public_release="0" current_release="1"
6 source_lang_id="en" enc_check="möl"> 6 source_lang_id="en" enc_check="möl">
7 <outputs> 7 <outputs>
8 <output filename="grit/chromium_strings.h" type="rc_header"> 8 <output filename="grit/chromium_strings.h" type="rc_header">
9 <emit emit_type='prepend'></emit> 9 <emit emit_type='prepend'></emit>
10 </output> 10 </output>
(...skipping 1195 matching lines...) Expand 10 before | Expand all | Expand 10 after
1206 <message name="IDS_METRO_FLOW_TITLE_SHORT" 1206 <message name="IDS_METRO_FLOW_TITLE_SHORT"
1207 desc="The title at the top of the window guiding user through m aking Chrome default in Metro."> 1207 desc="The title at the top of the window guiding user through m aking Chrome default in Metro.">
1208 Chromium is almost ready. 1208 Chromium is almost ready.
1209 </message> 1209 </message>
1210 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" 1210 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT"
1211 desc="Alt text for the faded Chrome logo image."> 1211 desc="Alt text for the faded Chrome logo image.">
1212 Chromium logo 1212 Chromium logo
1213 </message> 1213 </message>
1214 </if> 1214 </if>
1215 1215
1216 <if expr="is_win">
1217 <message name="IDS_UTILITY_PROCESS_SHELL_HANDLER_NAME" desc="The name of the utility process used to handle shell operations.">
1218 Shell Handler
grt (UTC plus 2) 2016/06/22 13:58:50 since this string doesn't contain the product name
Patrick Monette 2016/06/23 22:58:52 Done.
1219 </message>
1220 </if>
1221
1216 </messages> 1222 </messages>
1217 </release> 1223 </release>
1218 </grit> 1224 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698