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

Side by Side Diff: chrome/app/google_chrome_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 specific to 2 <!-- This file contains definitions of strings that are specific to
3 Google Chrome. These strings will be translated for each locale that Google 3 Google Chrome. These strings will be translated for each locale that Google
4 Chrome supports. If you update this file, be sure also to update 4 Chrome supports. If you update this file, be sure also to update
5 chromium_strings.grd. --> 5 chromium_strings.grd. -->
6 6
7 <grit base_dir="." latest_public_release="0" current_release="1" 7 <grit base_dir="." latest_public_release="0" current_release="1"
8 source_lang_id="en" enc_check="möl"> 8 source_lang_id="en" enc_check="möl">
9 <outputs> 9 <outputs>
10 <output filename="grit/google_chrome_strings.h" type="rc_header"> 10 <output filename="grit/google_chrome_strings.h" type="rc_header">
(...skipping 1196 matching lines...) Expand 10 before | Expand all | Expand 10 after
1207 <message name="IDS_METRO_FLOW_TITLE_SHORT" 1207 <message name="IDS_METRO_FLOW_TITLE_SHORT"
1208 desc="The title at the top of the window guiding user through m aking Chrome default in Metro."> 1208 desc="The title at the top of the window guiding user through m aking Chrome default in Metro.">
1209 Chrome is almost ready. 1209 Chrome is almost ready.
1210 </message> 1210 </message>
1211 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" 1211 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT"
1212 desc="Alt text for the faded Chrome logo image."> 1212 desc="Alt text for the faded Chrome logo image.">
1213 Chrome logo 1213 Chrome logo
1214 </message> 1214 </message>
1215 </if> 1215 </if>
1216 1216
1217 <if expr="is_win">
1218 <message name="IDS_UTILITY_PROCESS_SHELL_HANDLER_NAME" desc="The name of the utility process used to handle shell operations.">
1219 Shell Handler
1220 </message>
1221 </if>
1222
1217 </messages> 1223 </messages>
1218 </release> 1224 </release>
1219 </grit> 1225 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698