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

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

Issue 2093963003: [ash-md] Uses 'Chrome - <title>' format for browser windows in overview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [ash-md] Uses 'Chrome - <title>' format for browser windows in overview (comment) Created 4 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
« no previous file with comments | « no previous file | chrome/app/google_chrome_strings.grd » ('j') | 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 <!-- 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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 </if> 180 </if>
181 <message name="IDS_BOOKMARK_SYNC_PROMO_LINK" desc="Text of the link to sig n in from the bookmark sync promo."> 181 <message name="IDS_BOOKMARK_SYNC_PROMO_LINK" desc="Text of the link to sig n in from the bookmark sync promo.">
182 sign in to Chromium 182 sign in to Chromium
183 </message> 183 </message>
184 <message name="IDS_TASK_MANAGER_TITLE" desc="The title of the Task Manager window"> 184 <message name="IDS_TASK_MANAGER_TITLE" desc="The title of the Task Manager window">
185 Task Manager - Chromium 185 Task Manager - Chromium
186 </message> 186 </message>
187 <message name="IDS_SESSION_CRASHED_VIEW_UMA_OPTIN" desc="Text besides the checkbox to let users optin to UMA in the restore from previous crash bubble."> 187 <message name="IDS_SESSION_CRASHED_VIEW_UMA_OPTIN" desc="Text besides the checkbox to let users optin to UMA in the restore from previous crash bubble.">
188 Help make Chromium better by sending crash reports and <ph name="UMA_LIN K">$1<ex>usage statistics</ex></ph> to Google 188 Help make Chromium better by sending crash reports and <ph name="UMA_LIN K">$1<ex>usage statistics</ex></ph> to Google
189 </message> 189 </message>
190 <!-- Browser Window Title Format --> 190 <if expr="not chromeos">
191 <message name="IDS_BROWSER_WINDOW_TITLE_FORMAT" desc="The format for title s displayed in tabs and popup windows"> 191 <!-- Browser Window Title Format -->
192 <ph name="PAGE_TITLE">$1<ex>Google</ex></ph> - Chromium 192 <message name="IDS_BROWSER_WINDOW_TITLE_FORMAT" desc="The format for tit les displayed in tabs and popup windows">
193 </message> 193 <ph name="PAGE_TITLE">$1<ex>Google</ex></ph> - Chromium
194 </message>
195 </if>
196 <if expr="chromeos">
197 <!-- Browser Window Title Format -->
198 <message name="IDS_BROWSER_WINDOW_TITLE_FORMAT" desc="The format for tit les displayed in tabbed browser windows">
199 Chromium - <ph name="PAGE_TITLE">$1<ex>Google</ex></ph>
200 </message>
201 </if>
194 <if expr="not chromeos"> 202 <if expr="not chromeos">
195 <message name="IDS_GET_HELP_USING_CHROME" desc="Text of the button which takes the user to the Chrome help page."> 203 <message name="IDS_GET_HELP_USING_CHROME" desc="Text of the button which takes the user to the Chrome help page.">
196 Get help with using Chromium 204 Get help with using Chromium
197 </message> 205 </message>
198 </if> 206 </if>
199 <if expr="chromeos"> 207 <if expr="chromeos">
200 <message name="IDS_GET_HELP_USING_CHROME" desc="Text of the button which takes the user to the Chrome help page."> 208 <message name="IDS_GET_HELP_USING_CHROME" desc="Text of the button which takes the user to the Chrome help page.">
201 Get help with using Chromium OS 209 Get help with using Chromium OS
202 </message> 210 </message>
203 </if> 211 </if>
(...skipping 1005 matching lines...) Expand 10 before | Expand all | Expand 10 after
1209 </message> 1217 </message>
1210 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" 1218 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT"
1211 desc="Alt text for the faded Chrome logo image."> 1219 desc="Alt text for the faded Chrome logo image.">
1212 Chromium logo 1220 Chromium logo
1213 </message> 1221 </message>
1214 </if> 1222 </if>
1215 1223
1216 </messages> 1224 </messages>
1217 </release> 1225 </release>
1218 </grit> 1226 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/google_chrome_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698