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

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

Issue 1584573004: Remove Metro pinning, and relaunch menu items and strings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 11 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 | « chrome/app/chrome_command_ids.h ('k') | 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 1183 matching lines...) Expand 10 before | Expand all | Expand 10 after
1194 Welcome to Chromium 1194 Welcome to Chromium
1195 </message> 1195 </message>
1196 <message name="IDS_METRO_FLOW_TITLE_SHORT" 1196 <message name="IDS_METRO_FLOW_TITLE_SHORT"
1197 desc="The title at the top of the window guiding user through m aking Chrome default in Metro."> 1197 desc="The title at the top of the window guiding user through m aking Chrome default in Metro.">
1198 Chromium is almost ready. 1198 Chromium is almost ready.
1199 </message> 1199 </message>
1200 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" 1200 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT"
1201 desc="Alt text for the faded Chrome logo image."> 1201 desc="Alt text for the faded Chrome logo image.">
1202 Chromium logo 1202 Chromium logo
1203 </message> 1203 </message>
1204 <message name="IDS_WIN_DESKTOP_OPEN"
1205 desc="Text for the infobar button to open Chrome in desktop mod e.">
1206 Open Chromium on the desktop
1207 </message>
1208 <message name="IDS_WIN_DESKTOP_RESTART"
1209 desc="Text for the menu item to restart Chrome in desktop mode. Applies to Windows 8 only">
1210 &amp;Relaunch Chromium on the desktop
1211 </message>
1212 <message name="IDS_WIN8_METRO_RESTART"
1213 desc="Text for the menu item to restart Chrome in metro. Applie s to Windows 8 only">
1214 &amp;Relaunch Chromium in Windows 8 mode
1215 </message>
1216 <message name="IDS_WIN8_PROMPT_TO_CLOSE_APPS_FOR_METRO"
1217 desc="Modal message box prompt shown to the user after requesti ng to relaunch in Windows 8 mode while packaged apps are running, which will req uire all packaged apps to be closed and then restarted. Dialog is shown with cho ices: OK, Cancel.">
1218 Relaunching in Windows 8 mode will close and relaunch your Chromium ap ps.
1219 </message>
1220 <message name="IDS_WIN_CHROMEOS_RESTART"
1221 desc="Text for the menu item to restart chrome in chrome os. Ap lies to Windows 7 only">
1222 Relaunch in Chromium immersive mode
1223 </message>
1224 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_CHROMEOS"
1225 desc="Modal message box prompt shown to the user after requesti ng to relaunch in Windows Chrome OS mode while packaged apps are running, which will require all packaged apps to be closed and then restarted. Dialog is shown with choices: OK, Cancel.">
1226 Relaunching in Chromium immersive mode will close and relaunch your Ch romium apps.
1227 </message>
1228 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP"
1229 desc="Modal message box prompt shown to the user after requesti ng to relaunch in Desktop mode while packaged apps are running, which will requi re all packaged apps to be closed and then restarted. Dialog is shown with choic es: OK, Cancel.">
1230 Relaunching in Desktop mode will close and relaunch your Chromium apps .
1231 </message>
1232 </if> 1204 </if>
1233 1205
1234 </messages> 1206 </messages>
1235 </release> 1207 </release>
1236 </grit> 1208 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chrome_command_ids.h ('k') | chrome/app/google_chrome_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698