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

Side by Side Diff: chrome/app/google_chrome_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
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 1184 matching lines...) Expand 10 before | Expand all | Expand 10 after
1195 Welcome to Chrome 1195 Welcome to Chrome
1196 </message> 1196 </message>
1197 <message name="IDS_METRO_FLOW_TITLE_SHORT" 1197 <message name="IDS_METRO_FLOW_TITLE_SHORT"
1198 desc="The title at the top of the window guiding user through m aking Chrome default in Metro."> 1198 desc="The title at the top of the window guiding user through m aking Chrome default in Metro.">
1199 Chrome is almost ready. 1199 Chrome is almost ready.
1200 </message> 1200 </message>
1201 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" 1201 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT"
1202 desc="Alt text for the faded Chrome logo image."> 1202 desc="Alt text for the faded Chrome logo image.">
1203 Chrome logo 1203 Chrome logo
1204 </message> 1204 </message>
1205 <message name="IDS_WIN_DESKTOP_OPEN"
1206 desc="Text for the infobar button to open Chrome in desktop mod e.">
1207 Open Chrome on the desktop
1208 </message>
1209 <message name="IDS_WIN_DESKTOP_RESTART"
1210 desc="Text for the menu item to restart Chrome in desktop mode. Applies to Windows 8 only">
1211 &amp;Relaunch Chrome on the desktop
1212 </message>
1213 <message name="IDS_WIN8_METRO_RESTART"
1214 desc="Text for the menu item to restart Chrome in metro. Applie s to Windows 8 only">
1215 &amp;Relaunch Chrome in Windows 8 mode
1216 </message>
1217 <message name="IDS_WIN8_PROMPT_TO_CLOSE_APPS_FOR_METRO"
1218 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.">
1219 Relaunching in Windows 8 mode will close and relaunch your Chrome apps .
1220 </message>
1221 <message name="IDS_WIN_CHROMEOS_RESTART"
1222 desc="Text for the menu item to restart chrome in chrome os. Ap lies to Windows 7 only">
1223 Relaunch in Chrome immersive mode
1224 </message>
1225 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_CHROMEOS"
1226 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.">
1227 Relaunching in Chrome immersive mode will close and relaunch your Chro me apps.
1228 </message>
1229 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP"
1230 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.">
1231 Relaunching in Desktop mode will close and relaunch your Chrome apps.
1232 </message>
1233 </if> 1205 </if>
1234 1206
1235 </messages> 1207 </messages>
1236 </release> 1208 </release>
1237 </grit> 1209 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | chrome/browser/guest_view/web_view/chrome_web_view_permission_helper_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698